CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
diffutils: updated to 3.5
authorVictor Martinez <pitillo@ono.com>
Tue, 14 Feb 2017 17:27:46 +0000 (17:27 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 14 Feb 2017 17:27:46 +0000 (17:27 +0000)
diffutils/.md5sum
diffutils/Pkgfile

index 180c1e03f749165875e520db51fa9b01accb1095..6457cdd4968b5059a59a90d0ac237a6964644b42 100644 (file)
@@ -1 +1 @@
-99180208ec2a82ce71f55b0d7389f1b3  diffutils-3.3.tar.xz
+569354697ff1cfc9a9de3781361015fa  diffutils-3.5.tar.xz
index 5a82310cd725624b3169aaa7c6a8de15b1f0c1f4..3a504b1994c8c844be75d0218c4391bd8069a369 100644 (file)
@@ -5,16 +5,13 @@
 # Depends on:
 
 name=diffutils
-version=3.3
-release=2
+version=3.5
+release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
 
-  # fix for glibc 'gets' removal
-  sed -i -e '/gets is a/d' lib/stdio.in.h
-
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \