diff --git a/net-libs/nettle/nettle-3.4.recipe b/net-libs/nettle/nettle-3.4.1.recipe similarity index 84% rename from net-libs/nettle/nettle-3.4.recipe rename to net-libs/nettle/nettle-3.4.1.recipe index 8a82e7a07..6fea132ac 100644 --- a/net-libs/nettle/nettle-3.4.recipe +++ b/net-libs/nettle/nettle-3.4.1.recipe @@ -10,7 +10,7 @@ LICENSE="GNU GPL v2 GNU LGPL v3" REVISION="1" SOURCE_URI="https://ftp.gnu.org/gnu/nettle/nettle-$portVersion.tar.gz" -CHECKSUM_SHA256="ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94" +CHECKSUM_SHA256="f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad" PATCHES="nettle-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -18,8 +18,8 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" nettle$secondaryArchSuffix = $portVersion - lib:libnettle$secondaryArchSuffix = 6.4 compat >= 6 - lib:libhogweed$secondaryArchSuffix = 4.4 compat >= 4 + lib:libnettle$secondaryArchSuffix = 6.5 compat >= 6 + lib:libhogweed$secondaryArchSuffix = 4.5 compat >= 4 " if [ -z "$secondaryArchSuffix" ]; then PROVIDES="$PROVIDES @@ -38,8 +38,8 @@ REQUIRES=" PROVIDES_devel=" nettle${secondaryArchSuffix}_devel = $portVersion - devel:libnettle$secondaryArchSuffix = 6.4 compat >= 6 - devel:libhogweed$secondaryArchSuffix = 4.4 compat >= 4 + devel:libnettle$secondaryArchSuffix = 6.5 compat >= 6 + devel:libhogweed$secondaryArchSuffix = 4.5 compat >= 4 " REQUIRES_devel=" nettle$secondaryArchSuffix == $portVersion base