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  60b00d18b96a7c7243fbdd50a1eddb4a0b9a5a00 (commit)
       via  d4f1083def69c208acc68a2b29821e902418613d (commit)
       via  3ecb669f5bd190500e739f5390dd32f23772dcdc (commit)
      from  02a43f996a257b62d81d344f4fb3f07bd61bd854 (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 60b00d18b96a7c7243fbdd50a1eddb4a0b9a5a00
Merge: d4f1083 02a43f9
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Tue Feb 5 20:55:08 2013 +0100

    Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x

commit d4f1083def69c208acc68a2b29821e902418613d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Tue Feb 5 20:09:50 2013 +0100

    gnutls: Update to 3.1.7.
    
    Security fix #10299.

commit 3ecb669f5bd190500e739f5390dd32f23772dcdc
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Tue Feb 5 20:01:03 2013 +0100

    polarssl: Update to 1.2.5.
    
    Security update #10298.

-----------------------------------------------------------------------

Summary of changes:
 gnutls/gnutls.nm     | 6 ++++--
 polarssl/polarssl.nm | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

Difference in files:
diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm
index d634615..7ba949e 100644
--- a/gnutls/gnutls.nm
+++ b/gnutls/gnutls.nm
@@ -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
diff --git a/polarssl/polarssl.nm b/polarssl/polarssl.nm
index 4186ac5..7d7a5eb 100644
--- a/polarssl/polarssl.nm
+++ b/polarssl/polarssl.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = polarssl
-version    = 1.1.4
+version    = 1.2.5
 release    = 1
 
 groups     = System/Libraries


hooks/post-receive
--
IPFire 3.x development tree