From 89d5e262ad90d824dbd07fb7a77052718dee1044 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 4 Jan 2010 08:55:17 +0000 Subject: [PATCH] readline: updated to 6.1 --- readline/.footprint | 8 ++++---- readline/.md5sum | 3 +-- readline/Pkgfile | 11 +++++------ 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/readline/.footprint b/readline/.footprint index c2b7fb9..096bb15 100644 --- a/readline/.footprint +++ b/readline/.footprint @@ -14,12 +14,12 @@ drwxr-xr-x root/root usr/include/readline/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libhistory.a lrwxrwxrwx root/root usr/lib/libhistory.so -> libhistory.so.6 -lrwxrwxrwx root/root usr/lib/libhistory.so.6 -> libhistory.so.6.0 --r-xr-xr-x root/root usr/lib/libhistory.so.6.0 +lrwxrwxrwx root/root usr/lib/libhistory.so.6 -> libhistory.so.6.1 +-r-xr-xr-x root/root usr/lib/libhistory.so.6.1 -rw-r--r-- root/root usr/lib/libreadline.a lrwxrwxrwx root/root usr/lib/libreadline.so -> libreadline.so.6 -lrwxrwxrwx root/root usr/lib/libreadline.so.6 -> libreadline.so.6.0 --r-xr-xr-x root/root usr/lib/libreadline.so.6.0 +lrwxrwxrwx root/root usr/lib/libreadline.so.6 -> libreadline.so.6.1 +-r-xr-xr-x root/root usr/lib/libreadline.so.6.1 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/history.3.gz diff --git a/readline/.md5sum b/readline/.md5sum index 55784c9..3403c00 100644 --- a/readline/.md5sum +++ b/readline/.md5sum @@ -1,3 +1,2 @@ 553cf04fdeec54dca12062864c3ffba3 inputrc -b2a2a4f5df2685d1e2ce3142fae0344d readline-6.0-001-004.patch -b7f65a48add447693be6e86f04a63019 readline-6.0.tar.gz +fc2f7e714fe792db1ce6ddc4c9fb4ef3 readline-6.1.tar.gz diff --git a/readline/Pkgfile b/readline/Pkgfile index e7b7d67..f95509c 100644 --- a/readline/Pkgfile +++ b/readline/Pkgfile @@ -5,14 +5,13 @@ # Depends on: name=readline -version=6.0.4 -release=2 -source=(http://ftp.gnu.org/gnu/$name/$name-${version%.*}.tar.gz \ - $name-6.0-001-004.patch inputrc) +version=6.1 +release=1 +source=(http://ftp.gnu.org/gnu/$name/$name-${version}.tar.gz \ + inputrc) build() { - cd $name-${version%.*} - patch -p0 -i $SRC/$name-6.0-001-004.patch + cd $name-${version} ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ -- 2.26.2