From c98fb510fee51deb11f25bbfe12e8d96a9b79965 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 2 Jul 2012 02:37:57 +0200 Subject: shadow 4.1.5.1-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shadow/.md5sum.i686 | 4 +--- shadow/.md5sum.x86_64 | 4 +--- shadow/Pkgfile | 9 ++------- shadow/shadow-add-missing-include.patch | 11 ----------- 4 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 shadow/shadow-add-missing-include.patch diff --git a/shadow/.md5sum.i686 b/shadow/.md5sum.i686 index 98230477f..2c1f41b30 100644 --- a/shadow/.md5sum.i686 +++ b/shadow/.md5sum.i686 @@ -1,3 +1 @@ -6fd6a209c1aa623bad913fcff20b7d8e shadow-4.1.5-nscd-1.patch -d5f7a588fadb79faeb4b08b1eee82e9a shadow-4.1.5.tar.bz2 -2b524cc4b749490117017ae24c2bb71e shadow-add-missing-include.patch +a00449aa439c69287b6d472191dc2247 shadow-4.1.5.1.tar.bz2 diff --git a/shadow/.md5sum.x86_64 b/shadow/.md5sum.x86_64 index 98230477f..2c1f41b30 100644 --- a/shadow/.md5sum.x86_64 +++ b/shadow/.md5sum.x86_64 @@ -1,3 +1 @@ -6fd6a209c1aa623bad913fcff20b7d8e shadow-4.1.5-nscd-1.patch -d5f7a588fadb79faeb4b08b1eee82e9a shadow-4.1.5.tar.bz2 -2b524cc4b749490117017ae24c2bb71e shadow-add-missing-include.patch +a00449aa439c69287b6d472191dc2247 shadow-4.1.5.1.tar.bz2 diff --git a/shadow/Pkgfile b/shadow/Pkgfile index 2a0b73fac..61ba71c78 100755 --- a/shadow/Pkgfile +++ b/shadow/Pkgfile @@ -6,18 +6,13 @@ # Run on:linux-pam name=shadow -version=4.1.5 +version=4.1.5.1 release=1 -source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2 - http://www.linuxfromscratch.org/patches/lfs/development/$name-$version-nscd-1.patch - shadow-add-missing-include.patch) +source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2) build() { cd $name-$version - patch -p1 < ../$name-$version-nscd-1.patch - patch -p1 < ../shadow-add-missing-include.patch - # Disable the installation of groups sed -i 's/groups$(EXEEXT) //' src/Makefile.in find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; diff --git a/shadow/shadow-add-missing-include.patch b/shadow/shadow-add-missing-include.patch deleted file mode 100644 index 5c9e946ef..000000000 --- a/shadow/shadow-add-missing-include.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur shadow-4.1.4.2+svn3283/libmisc/copydir.c shadow-4.1.4.2+svn3283.new/libmisc/copydir.c ---- shadow-4.1.4.2+svn3283/libmisc/copydir.c 2010-09-05 11:35:26.000000000 -0400 -+++ shadow-4.1.4.2+svn3283.new/libmisc/copydir.c 2011-06-26 01:26:52.000000000 -0400 -@@ -34,6 +34,7 @@ - - #ident "$Id: copydir.c 3283 2010-09-05 15:34:42Z nekral-guest $" - -+#include - #include - #include - #include -- cgit v1.2.3-54-g00ecf