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 afc6dda7a75a276d714b164b67c380776585c06f (commit) via 03f1326c89a01cacabc582c394cc5a7442bc0476 (commit) via 55381c11e7eeebab83990f92460f8a764a33daad (commit) from d1987759f4d6fd82ace6e63283db0ef31ec1dd0d (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 afc6dda7a75a276d714b164b67c380776585c06f Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 18 19:49:13 2011 +0200
udev: Update to 172.
commit 03f1326c89a01cacabc582c394cc5a7442bc0476 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 18 19:48:46 2011 +0200
iproute2: Update to 2.6.39.
commit 55381c11e7eeebab83990f92460f8a764a33daad Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 18 19:36:56 2011 +0200
libgcrypt: Update to 1.5.0.
-----------------------------------------------------------------------
Summary of changes: pkgs/iproute2/iproute2.nm | 4 +- pkgs/libgcrypt/libgcrypt.nm | 4 +- .../libgcrypt-1.4.5-ImplicitDSOLinking.patch | 24 -------------------- pkgs/udev/udev.nm | 2 +- 4 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 pkgs/libgcrypt/patches/libgcrypt-1.4.5-ImplicitDSOLinking.patch
Difference in files: diff --git a/pkgs/iproute2/iproute2.nm b/pkgs/iproute2/iproute2.nm index c786596..c936bd8 100644 --- a/pkgs/iproute2/iproute2.nm +++ b/pkgs/iproute2/iproute2.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = iproute2 -PKG_VER = 2.6.38 +PKG_VER = 2.6.39 PKG_REL = 1
PKG_MAINTAINER = @@ -42,7 +42,7 @@ define PKG_DESCRIPTION capabilities of the Linux 2.4.x and 2.6.x kernel. endef
-PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_TARBALL = $(THISAPP).tar.gz
define STAGE_PREPARE_CMDS cd $(DIR_APP) && sed -i -e "s@DESTDIR=.*@DESTDIR=@" \ diff --git a/pkgs/libgcrypt/libgcrypt.nm b/pkgs/libgcrypt/libgcrypt.nm index 3789401..a806c2c 100644 --- a/pkgs/libgcrypt/libgcrypt.nm +++ b/pkgs/libgcrypt/libgcrypt.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = libgcrypt -PKG_VER = 1.4.6 -PKG_REL = 2 +PKG_VER = 1.5.0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = System/Libraries diff --git a/pkgs/libgcrypt/patches/libgcrypt-1.4.5-ImplicitDSOLinking.patch b/pkgs/libgcrypt/patches/libgcrypt-1.4.5-ImplicitDSOLinking.patch deleted file mode 100644 index 7b4671f..0000000 --- a/pkgs/libgcrypt/patches/libgcrypt-1.4.5-ImplicitDSOLinking.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up libgcrypt-1.4.5/tests/Makefile.am.ImplicitDSOLinking libgcrypt-1.4.5/tests/Makefile.am ---- libgcrypt-1.4.5/tests/Makefile.am.ImplicitDSOLinking 2009-04-02 04:25:34.000000000 -0500 -+++ libgcrypt-1.4.5/tests/Makefile.am 2010-02-14 14:28:49.792383613 -0600 -@@ -36,7 +36,7 @@ TESTS += benchmark - AM_CPPFLAGS = -I../src -I$(top_srcdir)/src - AM_CFLAGS = $(GPG_ERROR_CFLAGS) - --LDADD = ../src/libgcrypt.la $(DL_LIBS) -+LDADD = ../src/libgcrypt.la $(DL_LIBS) $(GPG_ERROR_LIBS) - - EXTRA_PROGRAMS = testapi pkbench - noinst_PROGRAMS = $(TESTS) fipsdrv -diff -up libgcrypt-1.4.5/tests/Makefile.in.ImplicitDSOLinking libgcrypt-1.4.5/tests/Makefile.in ---- libgcrypt-1.4.5/tests/Makefile.in.ImplicitDSOLinking 2009-12-11 09:43:30.000000000 -0600 -+++ libgcrypt-1.4.5/tests/Makefile.in 2010-02-14 14:29:30.232368780 -0600 -@@ -334,7 +334,7 @@ top_srcdir = @top_srcdir@ - # a built header. - AM_CPPFLAGS = -I../src -I$(top_srcdir)/src - AM_CFLAGS = $(GPG_ERROR_CFLAGS) --LDADD = ../src/libgcrypt.la $(DL_LIBS) -+LDADD = ../src/libgcrypt.la $(DL_LIBS) $(GPG_ERROR_LIBS) - EXTRA_DIST = README rsa-16k.key cavs_tests.sh cavs_driver.pl - all: all-am - diff --git a/pkgs/udev/udev.nm b/pkgs/udev/udev.nm index 2932d75..515d7cd 100644 --- a/pkgs/udev/udev.nm +++ b/pkgs/udev/udev.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = udev -PKG_VER = 170 +PKG_VER = 172 PKG_REL = 1
PKG_MAINTAINER =
hooks/post-receive -- IPFire 3.x development tree