Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (04cb8d8795a6a75b1488f8c08ae10d7efb64587b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (04cb8d8795a6a75b1488f8c08ae10d7efb64587b)
  • Date: Tue, 15 Nov 2016 03:40:27 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/nettle/DETAILS | 2 +-
crypto/nettle/HISTORY | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 04cb8d8795a6a75b1488f8c08ae10d7efb64587b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "nettle: => 3.3"

This reverts commit 340453859d49afee879aaf41c175f1d94a1e42d1.

nettle 3.3 requires gmp 5.x+, our stable is 4.3.2 and devel is 6.1.1:
checking for __gmpz_powm_sec in -lgmp... no
configure: WARNING: GNU MP not found, or too old. GMP-5.0 or later is
needed, see http://gmplib.org/.
Support for public key algorithms will be unavailable.

Which then breaks gnutls:
checking for NETTLE... yes
checking for HOGWEED... no
configure: error:
***
*** Libhogweed (nettle's companion library) was not found. Note that
you must compile nettle with gmp support.

Which then breaks wget and others:
checking for GNUTLS... no
configure: error: Package requirements (gnutls) were not met:

Package 'hogweed', required by 'gnutls', not found

If anyone wants to update nettle to 3.3+, be sure to make sure all
/stable/
(default) versions of packages also work, or update them (and test).

diff --git a/crypto/nettle/DETAILS b/crypto/nettle/DETAILS
index 08a5d5d..d73e93c 100755
--- a/crypto/nettle/DETAILS
+++ b/crypto/nettle/DETAILS
@@ -1,5 +1,5 @@
SPELL=nettle
- VERSION=3.3
+ VERSION=3.2
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
diff --git a/crypto/nettle/HISTORY b/crypto/nettle/HISTORY
index 6105aae..9fecdf2 100644
--- a/crypto/nettle/HISTORY
+++ b/crypto/nettle/HISTORY
@@ -1,6 +1,3 @@
-2016-10-24 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.3
-
2016-02-04 Treeve Jelbert <treeve AT sourmage.org>
* DETAILS: version 3.2
SECURITY_PATCH=1 fixes CVE-2015-8803 CVE-2015-8804 CVE-2015-8805



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (04cb8d8795a6a75b1488f8c08ae10d7efb64587b), Eric Sandall, 11/14/2016

Archive powered by MHonArc 2.6.24.

Top of Page