CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
shadow: updated to 4.1.5.1
authorJose V Beneyto <sepen@crux.nu>
Thu, 18 Oct 2012 23:54:20 +0000 (23:54 +0000)
committerJose V Beneyto <sepen@crux.nu>
Thu, 18 Oct 2012 23:54:20 +0000 (23:54 +0000)
shadow/.md5sum
shadow/Pkgfile

index f2bfaf5026eb902678d0dca059b0872b14ceccde..037f107fc939c12b0ba5251ca379bfe8ce3e10b8 100644 (file)
@@ -1,3 +1,3 @@
 05a85f1ea6bf26aec66a91b5f98a51b0  login.defs
 be8f69c2701118093af3d7f3bc02af16  pwck
-b8608d8294ac88974f27b20f991c0e79  shadow-4.1.4.3.tar.bz2
+a00449aa439c69287b6d472191dc2247  shadow-4.1.5.1.tar.bz2
index bd6bd0b372987d50a9dc3833752dbf79c3acd301..d570a5e502a023bb4fcf6ba066e0a1d0bc14dfb2 100644 (file)
@@ -5,16 +5,16 @@
 # Depends on:
 
 name=shadow
-version=4.1.4.3
-release=1
-source=(ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$name-$version.tar.bz2 \
+version=4.1.5.1
+release=3
+source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2 \
         pwck login.defs)
 
 build() {
   cd $name-$version
-  cat > config.cache << EOF
-ac_cv_func_setpgrp_void=yes
-EOF
+
+  echo "ac_cv_func_setpgrp_void=yes" >> config.cache
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \