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 50263b0b8312ec35fe6dcee5486fb6518907e005 (commit) via 50958f154aa611f780c15c74459f45c5f546fc79 (commit) from 54eb4a97c57f73e5e0de3ec623ca4ace8413354e (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 50263b0b8312ec35fe6dcee5486fb6518907e005 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 30 16:30:59 2011 +0200
gnutls: Update to 2.12.5.
Closes #201.
commit 50958f154aa611f780c15c74459f45c5f546fc79 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 30 16:10:21 2011 +0200
ccache: Update to 3.1.5.
Closes #200.
-----------------------------------------------------------------------
Summary of changes: pkgs/ccache/ccache.nm | 6 +++--- pkgs/gnutls/gnutls.nm | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-)
Difference in files: diff --git a/pkgs/ccache/ccache.nm b/pkgs/ccache/ccache.nm index 0a22718..19e0460 100644 --- a/pkgs/ccache/ccache.nm +++ b/pkgs/ccache/ccache.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = ccache -PKG_VER = 3.1.4 -PKG_REL = 2 +PKG_VER = 3.1.5 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = Development/Compilers @@ -45,7 +45,7 @@ define PKG_DESCRIPTION a 5 to 10 times speedup in common compilations. endef
-PKG_TARBALL = $(THISAPP).tar.xz +PKG_TARBALL = $(THISAPP).tar.bz2
# Sets ccache max size up to 2 GB CFLAGS += -DDEFAULT_MAXSIZE=2097152 diff --git a/pkgs/gnutls/gnutls.nm b/pkgs/gnutls/gnutls.nm index cffa437..27727e9 100644 --- a/pkgs/gnutls/gnutls.nm +++ b/pkgs/gnutls/gnutls.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = gnutls -PKG_VER = 2.8.1 +PKG_VER = 2.12.5 PKG_REL = 1
PKG_MAINTAINER = @@ -49,4 +49,5 @@ PKG_PACKAGES += $(PKG_NAME)-devel
CONFIGURE_OPTIONS += \ --with-included-libcfg \ - --disable-srp-authentication + --disable-srp-authentication \ + --with-libgcrypt
hooks/post-receive -- IPFire 3.x development tree