summaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2010-01-14 16:32:51 +0100
committerJuergen Daubert <jue@jue.li>2010-01-14 16:32:51 +0100
commit51f5c94d2fa8800ecd17dd77eee1e7d435ed15f8 (patch)
tree673b49fd98247358a99048a826e570c4fcdac95a /readline
parentaa16dbd5c7a43c76f9d3538582f034585a71d779 (diff)
downloadcore-51f5c94d2fa8800ecd17dd77eee1e7d435ed15f8.tar.gz
core-51f5c94d2fa8800ecd17dd77eee1e7d435ed15f8.tar.xz
readline: update to 6.1, FS#543
Diffstat (limited to 'readline')
-rw-r--r--readline/.footprint8
-rw-r--r--readline/.md5sum2
-rw-r--r--readline/Pkgfile6
3 files changed, 8 insertions, 8 deletions
diff --git a/readline/.footprint b/readline/.footprint
index c2b7fb98..096bb151 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 6483e01e..3403c003 100644
--- a/readline/.md5sum
+++ b/readline/.md5sum
@@ -1,2 +1,2 @@
553cf04fdeec54dca12062864c3ffba3 inputrc
-b7f65a48add447693be6e86f04a63019 readline-6.0.tar.gz
+fc2f7e714fe792db1ce6ddc4c9fb4ef3 readline-6.1.tar.gz
diff --git a/readline/Pkgfile b/readline/Pkgfile
index f10aaf92..202bc8d4 100644
--- a/readline/Pkgfile
+++ b/readline/Pkgfile
@@ -4,12 +4,12 @@
name=readline
version=6.1
-release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-6.0.tar.gz \
+release=2
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
inputrc)
build() {
- cd $name-6.0
+ cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit