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 1489265bb94280a10d8d2b88b93651435787121b (commit) via c34655a05e602d654b78a1ce63b08fd46b06f459 (commit) via ddf0d8778893af0c1a9ec79f272637086551632b (commit) from eee6bb52534a63a9af166857a087afaf60a98a6d (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 1489265bb94280a10d8d2b88b93651435787121b Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Nov 8 22:33:25 2010 +0100
packager: Omit GLIBC_PRIVATE symbols.
Those will never appear at any other place.
commit c34655a05e602d654b78a1ce63b08fd46b06f459 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Nov 8 17:55:13 2010 +0100
lzo: Update to 2.04.
Fixes #90.
commit ddf0d8778893af0c1a9ec79f272637086551632b Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Nov 8 14:00:17 2010 +0100
ccache: Update to 3.1.1.
Resolved minor bugs.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/ccache/ccache.nm | 2 +- pkgs/core/lzo/lzo.nm | 2 +- tools/functions-packager-find | 1 + 3 files changed, 3 insertions(+), 2 deletions(-)
Difference in files: diff --git a/pkgs/core/ccache/ccache.nm b/pkgs/core/ccache/ccache.nm index 80167d4..fc3d719 100644 --- a/pkgs/core/ccache/ccache.nm +++ b/pkgs/core/ccache/ccache.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = ccache -PKG_VER = 3.1 +PKG_VER = 3.1.1 PKG_REL = 0
PKG_MAINTAINER = diff --git a/pkgs/core/lzo/lzo.nm b/pkgs/core/lzo/lzo.nm index 89363aa..05aed17 100644 --- a/pkgs/core/lzo/lzo.nm +++ b/pkgs/core/lzo/lzo.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = lzo -PKG_VER = 2.03 +PKG_VER = 2.04 PKG_REL = 0
PKG_MAINTAINER = diff --git a/tools/functions-packager-find b/tools/functions-packager-find index 803a1b1..e12eeb7 100644 --- a/tools/functions-packager-find +++ b/tools/functions-packager-find @@ -183,6 +183,7 @@ function find_weak_symbols_provides() {
for symbol in $(objdump -p ${file} | grep -E "^[0-9]+" | awk '{ print $4 }'); do [ "${symbol}" = "${soname}" ] && continue + [ "${symbol}" = "GLIBC_PRIVATE" ] && continue
echo "${soname}(${symbol})" done
hooks/post-receive -- IPFire 3.x development tree