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 159cd7910bda2d7cdb0d8f48c203f012c9dbad1a (commit) via fc5338fa5e617820ca3a6c2a8987621c4b0b9f63 (commit) via 7c5fe3a8daa3dc51bb6d8f4fa82d043db8dc6ef5 (commit) via 2ee8c6e70eed961bc9e1c48a3194c889cbc1a771 (commit) via cb0279033d7e548985c316d4ad2c9ed6f3976f14 (commit) via e37bf054584855483f5475ddc8d1c60038af5eb5 (commit) via 0371d2c84cb3c3e54baa4de8b74f356394f6f217 (commit) from 94fc0510d83ed869280495e63ac9690abf2d0133 (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 159cd7910bda2d7cdb0d8f48c203f012c9dbad1a Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 22 22:52:17 2011 +0100
pam: Add pam_ldap as dependency.
We use this for authentication.
commit fc5338fa5e617820ca3a6c2a8987621c4b0b9f63 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 22 18:18:20 2011 +0100
util-linux: Make sure all included pam files are present.
commit 7c5fe3a8daa3dc51bb6d8f4fa82d043db8dc6ef5 Merge: 2ee8c6e 94fc051 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 22 15:35:28 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 2ee8c6e70eed961bc9e1c48a3194c889cbc1a771 Merge: cb02790 a3fe657 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 22 13:13:06 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit cb0279033d7e548985c316d4ad2c9ed6f3976f14 Merge: e37bf05 fb2f3a9 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 21 02:49:13 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit e37bf054584855483f5475ddc8d1c60038af5eb5 Merge: 0371d2c b42a752 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 21 02:35:54 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 0371d2c84cb3c3e54baa4de8b74f356394f6f217 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Mar 20 16:48:17 2011 +0100
mc: Build fix. Ignore weird dependency perl(pieces).
-----------------------------------------------------------------------
Summary of changes: pkgs/mc/mc.nm | 5 ++++- pkgs/pam/pam.nm | 3 ++- pkgs/util-linux/util-linux.nm | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-)
Difference in files: diff --git a/pkgs/mc/mc.nm b/pkgs/mc/mc.nm index bec6d2e..6625e4a 100644 --- a/pkgs/mc/mc.nm +++ b/pkgs/mc/mc.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = mc PKG_VER = 4.7.4 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = Applications/System @@ -36,6 +36,9 @@ PKG_SUMMARY = User-friendly text console file manager and visual shell.
PKG_BUILD_DEPS+= e2fsprogs-devel glib2-devel pkg-config samba-devel slang-devel
+# This awkward dependency is found and cannot be resolved. +PKG_REQUIRES_FILTER = perl(pieces) + define PKG_DESCRIPTION Midnight Commander is a visual shell much like a file manager, only \ with many more features. It is a text mode application, but it also \ diff --git a/pkgs/pam/pam.nm b/pkgs/pam/pam.nm index 1287a23..45f88c7 100644 --- a/pkgs/pam/pam.nm +++ b/pkgs/pam/pam.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = Linux-PAM PKG_VER = 1.1.0 -PKG_REL = 1 +PKG_REL = 2
PKG_MAINTAINER = PKG_GROUPS = System/Base @@ -35,6 +35,7 @@ PKG_LICENSE = BSD and GPLv2+ and BSD with advertising PKG_SUMMARY = An extensible library which provides authentication for applications.
PKG_BUILD_DEPS+= audit-devel bison cracklib-devel flex libselinux-devel +PKG_DEPS-pam += pam_ldap
define PKG_DESCRIPTION PAM (Pluggable Authentication Modules) is a system security tool that \ diff --git a/pkgs/util-linux/util-linux.nm b/pkgs/util-linux/util-linux.nm index 670624f..458a3ff 100644 --- a/pkgs/util-linux/util-linux.nm +++ b/pkgs/util-linux/util-linux.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = util-linux PKG_VER = 2.19 -PKG_REL = 1 +PKG_REL = 2
PKG_MAINTAINER = PKG_GROUPS = System/Base @@ -37,6 +37,7 @@ PKG_SUMMARY = A collection of basic system utilities.
PKG_BUILD_DEPS+= audit-devel gettext libcap-devel libselinux-devel \ libsepol-devel ncurses-devel pam-devel zlib-devel +PKG_DEPS += /etc/pam.d/system-auth
define PKG_DESCRIPTION The util-linux package contains a large variety of low-level system \
hooks/post-receive -- IPFire 3.x development tree