Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (6d237ec8cf1c539a5aca29df7ab46413af38f4f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (6d237ec8cf1c539a5aca29df7ab46413af38f4f3)
  • Date: Sun, 27 Feb 2011 09:24:29 -0600

GIT changes to stable-0.53 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

security/shadow/DETAILS | 6 +++---
security/shadow/HISTORY | 4 ++++
security/shadow/PRE_BUILD | 3 +++
security/shadow/shadow-4.1.4.3-dup-install-targets.patch | 15
+++++++++++++++
4 files changed, 25 insertions(+), 3 deletions(-)

New commits:
commit 6d237ec8cf1c539a5aca29df7ab46413af38f4f3
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: George Sherwood <gsherwood AT sourcemage.org>

shadow 4.1.4.3, SECURITY_PATCH=5, CVE-2011-0721

patch for:
/bin/install: will not overwrite just-created ...
(cherry picked from commit 582adf5f77b476b1c426d0da3f7571d13242d76c)

diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index 5bed789..f360ac1 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -1,13 +1,13 @@
SPELL=shadow
- VERSION=4.1.4.2
-
SOURCE_HASH=sha512:d18f60b892e9a1e7599090e8b8f65537b03258b6124b3dc0333ad0a21c78e1e1331435e08b391d6ea559d04e45319a19d18da6837af9d1ba7f423ca08cc06d3f
+ VERSION=4.1.4.3
+
SOURCE_HASH=sha512:b9707d8bd4a934461898a2474bda8e66a3ec92b450236f0f4a6a13a7337600e816e972de51beed7833f16ba056b90e56af9cd971f90172e440daabce2cc53859
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$SOURCE
WEB_SITE=http://pkg-shadow.alioth.debian.org/
ENTERED=20050303
PATCHLEVEL=0
- SECURITY_PATCH=4
+ SECURITY_PATCH=5
KEYWORDS="security password"
SHORT="Shadow password file utilities"

diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index fd39bd7..b729932 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,7 @@
+2011-02-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 4.1.4.3, SECURITY_PATCH=5, CVE-2011-0721
+ * PRE_BUILD, shadow-4.1.4.3-dup-install-targets.patch: added Gentoo
patch
+
2010-05-31 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: Fails to install de/man8/ with multiple make jobs

diff --git a/security/shadow/PRE_BUILD b/security/shadow/PRE_BUILD
new file mode 100755
index 0000000..699ae35
--- /dev/null
+++ b/security/shadow/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/shadow-4.1.4.3-dup-install-targets.patch
diff --git a/security/shadow/shadow-4.1.4.3-dup-install-targets.patch
b/security/shadow/shadow-4.1.4.3-dup-install-targets.patch
new file mode 100644
index 0000000..6452d17
--- /dev/null
+++ b/security/shadow/shadow-4.1.4.3-dup-install-targets.patch
@@ -0,0 +1,15 @@
+the Makefile.am manualy adds man_nopam to the install list, and then also
+optionally appends it which leads to the `install` error:
+ ... will not overwrite just-created ...
+
+--- shadow-4.1.4.3/man/ru/Makefile.in
++++ shadow-4.1.4.3/man/ru/Makefile.in
+@@ -222,7 +222,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-man_MANS = $(man_nopam) chage.1 chfn.1 chgpasswd.8 chpasswd.8 chsh.1 \
++man_MANS = chage.1 chfn.1 chgpasswd.8 chpasswd.8 chsh.1 \
+ expiry.1 faillog.5 faillog.8 getspnam.3 gpasswd.1 groupadd.8 \
+ groupdel.8 groupmems.8 groupmod.8 groups.1 grpck.8 grpconv.8 \
+ grpunconv.8 gshadow.5 lastlog.8 login.1 login.defs.5 logoutd.8 \



  • [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (6d237ec8cf1c539a5aca29df7ab46413af38f4f3), George Sherwood, 02/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page