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 7eaea6f86888140c1771dac0f359ce49841a2d44 (commit) via 7cae86d94f9360862a69ac62a4bb3608df0e58dd (commit) from 40cdf3cb5d992e08aafd27c267c40f639801881c (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 7eaea6f86888140c1771dac0f359ce49841a2d44 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Dec 20 14:57:05 2010 +0100
glibc: Add dependency to libaudit and libcap for better selinux support.
commit 7cae86d94f9360862a69ac62a4bb3608df0e58dd Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Dec 20 14:47:57 2010 +0100
libpng: Update to 1.4.5.
Closes #111.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/glibc/glibc.nm | 5 +++-- pkgs/core/libpng/libpng.nm | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/core/glibc/glibc.nm b/pkgs/core/glibc/glibc.nm index 10c82ea..d5cfa68 100644 --- a/pkgs/core/glibc/glibc.nm +++ b/pkgs/core/glibc/glibc.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = glibc PKG_VER = 2.12.2 -PKG_REL = 1 +PKG_REL = 2
# TODO tzdata
@@ -36,7 +36,8 @@ PKG_URL = http://sources.redhat.com/glibc/ PKG_LICENSE = GPLv2+ LGPLv2+ PKG_SUMMARY = The GNU libc libraries.
-PKG_BUILD_DEPS+= autoconf automake gettext libselinux-devel texinfo +PKG_BUILD_DEPS+= audit-devel autoconf automake gettext libcap-devel \ + libselinux-devel texinfo
define PKG_DESCRIPTION The glibc package contains standard libraries which are used by \ diff --git a/pkgs/core/libpng/libpng.nm b/pkgs/core/libpng/libpng.nm index 7256922..066ca7e 100644 --- a/pkgs/core/libpng/libpng.nm +++ b/pkgs/core/libpng/libpng.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = libpng -PKG_VER = 1.4.4 +PKG_VER = 1.4.5 PKG_REL = 0
PKG_MAINTAINER = @@ -46,4 +46,4 @@ define PKG_DESCRIPTION data compression algorithm. endef
-PKG_TARBALL = $(THISAPP).tar.gz +PKG_TARBALL = $(THISAPP).tar.xz
hooks/post-receive -- IPFire 3.x development tree