This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 1a6db4966acfa97283819ce5f838c3f03eab0cf6 (commit) from c19f1e904b92390c033a613017de5f299cf332b6 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1a6db4966acfa97283819ce5f838c3f03eab0cf6 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 4 20:31:42 2014 +0100
gnutls: Update to 3.2.12.
Disable SRP authentication, non-SuiteB curves and guile.
-----------------------------------------------------------------------
Summary of changes: gnutls/gnutls.nm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Difference in files: diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm index 86f3c87..d12f7fe 100644 --- a/gnutls/gnutls.nm +++ b/gnutls/gnutls.nm @@ -6,7 +6,7 @@ name = gnutls version = %{ver_maj}.%{ver_min} ver_maj = 3.2 -ver_min = 8 +ver_min = 12 release = 1
groups = System/Libraries @@ -28,7 +28,6 @@ build requires datefudge gettext - guile-devel libgcrypt-devel libidn-devel libtasn1-devel >= 3.2 @@ -46,7 +45,9 @@ build configure_options += \ --with-included-libcfg \ --disable-openssl-compatibility \ - --with-libgcrypt + --disable-srp-authentication \ + --disable-non-suiteb-curves \ + --disable-guile
# Test suite does not work when srp is disabled. test
hooks/post-receive -- IPFire 3.x development tree