From edd0ad026064a4e283e92749e174df283f5522b8 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 20 Nov 2017 20:42:06 +0100 Subject: [PATCH] nettle: bump version. --- .../nettle/{nettle-3.3.recipe => nettle-3.4.recipe} | 12 ++++++------ .../{nettle-3.3.patchset => nettle-3.4.patchset} | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename net-libs/nettle/{nettle-3.3.recipe => nettle-3.4.recipe} (83%) rename net-libs/nettle/patches/{nettle-3.3.patchset => nettle-3.4.patchset} (100%) diff --git a/net-libs/nettle/nettle-3.3.recipe b/net-libs/nettle/nettle-3.4.recipe similarity index 83% rename from net-libs/nettle/nettle-3.3.recipe rename to net-libs/nettle/nettle-3.4.recipe index 17bd96813..8a82e7a07 100644 --- a/net-libs/nettle/nettle-3.3.recipe +++ b/net-libs/nettle/nettle-3.4.recipe @@ -8,9 +8,9 @@ COPYRIGHT="2001-2016 Niels Möller" LICENSE="GNU GPL v2 GNU GPL v3 GNU LGPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="https://ftp.gnu.org/gnu/nettle/nettle-$portVersion.tar.gz" -CHECKSUM_SHA256="46942627d5d0ca11720fec18d81fc38f7ef837ea4197c1f630e71ce0d470b11e" +CHECKSUM_SHA256="ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94" 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.3 compat >= 6 - lib:libhogweed$secondaryArchSuffix = 4.3 compat >= 4 + lib:libnettle$secondaryArchSuffix = 6.4 compat >= 6 + lib:libhogweed$secondaryArchSuffix = 4.4 compat >= 4 " if [ -z "$secondaryArchSuffix" ]; then PROVIDES="$PROVIDES @@ -38,8 +38,8 @@ REQUIRES=" PROVIDES_devel=" nettle${secondaryArchSuffix}_devel = $portVersion - devel:libnettle$secondaryArchSuffix = 6.3 compat >= 6 - devel:libhogweed$secondaryArchSuffix = 4.3 compat >= 4 + devel:libnettle$secondaryArchSuffix = 6.4 compat >= 6 + devel:libhogweed$secondaryArchSuffix = 4.4 compat >= 4 " REQUIRES_devel=" nettle$secondaryArchSuffix == $portVersion base diff --git a/net-libs/nettle/patches/nettle-3.3.patchset b/net-libs/nettle/patches/nettle-3.4.patchset similarity index 100% rename from net-libs/nettle/patches/nettle-3.3.patchset rename to net-libs/nettle/patches/nettle-3.4.patchset