]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gnutls: Update to 3.1.7.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 5 Feb 2013 19:09:50 +0000 (20:09 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 5 Feb 2013 19:09:50 +0000 (20:09 +0100)
Security fix #10299.

gnutls/gnutls.nm

index d63461539e44a6915a0885d7a27e530210fa0094..7ba949ede87ae3944d645afd5cf4d704c1925c06 100644 (file)
@@ -4,7 +4,9 @@
 ###############################################################################
 
 name       = gnutls
-version    = 3.1.4
+version    = %{ver_maj}.%{ver_min}
+ver_maj    = 3.1
+ver_min    = 7
 release    = 1
 
 groups     = System/Libraries
@@ -19,7 +21,7 @@ description
        TLS working group.
 end
 
-source_dl  = ftp://ftp.gnu.org/gnu/gnutls/
+source_dl  = ftp://ftp.gnutls.org/gcrypt/gnutls/v%{ver_maj}/
 sources    = %{thisapp}.tar.xz
 
 build