[arch-commits] Commit in shadow/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Sun Jan 13 20:54:01 UTC 2013


    Date: Sunday, January 13, 2013 @ 15:54:01
  Author: dreisner
Revision: 175105

upgpkg: shadow 4.1.5.1-3

- remove adduser script (FS#32893)

Modified:
  shadow/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-13 20:19:27 UTC (rev 175104)
+++ PKGBUILD	2013-01-13 20:54:01 UTC (rev 175105)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.1.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Password and account management tool suite with support for shadow files and PAM"
 arch=('i686' 'x86_64')
 url='http://pkg-shadow.alioth.debian.org/'
@@ -20,7 +20,6 @@
 install='shadow.install'
 source=("http://pkg-shadow.alioth.debian.org/releases/$pkgname-$pkgver.tar.bz2"{,.sig}
         LICENSE
-        adduser
         chgpasswd
         chpasswd
         defaults.pam
@@ -34,7 +33,6 @@
 sha1sums=('81f38720b953ef9c2c100c43d02dfe19cafd6c30'
           '126570e2939bf3b57f28df5197ab9309747a6b5c'
           '33a6cf1e44a1410e5c9726c89e5de68b78f5f922'
-          '78ec184a499f9708adcfcf0b7a3b22a60bf39f91'
           '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad'
           '12427b1ca92a9b85ca8202239f0d9f50198b818f'
           '0e56fed7fc93572c6bf0d8f3b099166558bb46f1'
@@ -53,7 +51,7 @@
   sed -i '/^user\(mod\|add\)_LDADD/s|$| -lattr|' src/Makefile.am
 
   # link to glibc's crypt(3)
-  LDFLAGS+=" -lcrypt"
+  export LIBS="-lcrypt"
 
   # need to offer these upstream
   patch -Np1 <"$srcdir/xstrdup.patch"
@@ -81,9 +79,6 @@
   # license
   install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/shadow/LICENSE"
 
-  # interactive useradd
-  install -Dm755 "$srcdir/adduser" "$pkgdir/usr/sbin/adduser"
-
   # useradd defaults
   install -Dm644 "$srcdir/useradd.defaults" "$pkgdir/etc/default/useradd"
 




More information about the arch-commits mailing list