readline: update to 7.0.5, remove compat symlinks

This commit is contained in:
Juergen Daubert 2018-06-01 16:06:39 +02:00
parent bbff8e1147
commit 36879c1838
5 changed files with 6 additions and 12 deletions

View File

@ -1,10 +1,8 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/inputrc
drwxr-xr-x root/root lib/
lrwxrwxrwx root/root lib/libhistory.so.6 -> libhistory.so.7.0
lrwxrwxrwx root/root lib/libhistory.so.7 -> libhistory.so.7.0
-r-xr-xr-x root/root lib/libhistory.so.7.0
lrwxrwxrwx root/root lib/libreadline.so.6 -> libreadline.so.7.0
lrwxrwxrwx root/root lib/libreadline.so.7 -> libreadline.so.7.0
-r-xr-xr-x root/root lib/libreadline.so.7.0
drwxr-xr-x root/root usr/

View File

@ -1,3 +1,3 @@
553cf04fdeec54dca12062864c3ffba3 inputrc
820e38dae6c7ab9f6993928e954fb41b readline-7.0.3.patch.gz
ecdd1ddc9589301dc269e2a45ca6c2e0 readline-7.0.5.patch.gz
205b03a87fc83dab653b628c59b9fc91 readline-7.0.tar.gz

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqsNOPYKHKM10/bzn442Lc6xN1gW1nvi0tQO8zTgLwoVLeZdNyZU2mDgDXsmS+TLabDToWwZQWsiTQnyGZgeG1QY=
SHA256 (Pkgfile) = df0891ff70ab2c10837744ba3fa68fd8c1ec0b90342b0dbd7b64d5263f506c29
SHA256 (.footprint) = 96f930304c7bfe4504ce018b5b63c579fe31a7047cbf5fe8aa43e25b68876c57
RWRJc1FUaeVeqjaDx9gjZS/Z4F2y3h69dPl7pO8YwSOdVmv/YYcCEO/PwLlHAkD6VsvYiLk5Lxrr6x8/0FJ7/BgrWVD9R+kU8wo=
SHA256 (Pkgfile) = 3ebe8f5e7aaf2bc8ffc0564b0924b5fcec5c71f827394bcd1662a8d75a9fd80d
SHA256 (.footprint) = 8991ab5f5f6a696fcb05a266f7a74f28f24845f7ca84886e9b7f3cd47571052a
SHA256 (readline-7.0.tar.gz) = 750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334
SHA256 (readline-7.0.3.patch.gz) = 34ed4eac82cfeda51d95b2d750c12f373edb2ad340bab4fcaa294a51b383ab83
SHA256 (readline-7.0.5.patch.gz) = e0567ad483cd8cac5667d650206404fae0636842b54daa7f297862714d99e5d3
SHA256 (inputrc) = 9119a95d4b1407e3c4ad2b6fb92e840353e65ae9d7ec77fed75cab293cb81bcb

View File

@ -4,7 +4,7 @@
# Depends on: ncurses
name=readline
version=7.0.3
version=7.0.5
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
$name-$version.patch.gz inputrc)
@ -23,10 +23,6 @@ build() {
ln -sf ../../lib/libhistory.so.${version:0:3} $PKG/usr/lib/libhistory.so
ln -sf ../../lib/libreadline.so.${version:0:3} $PKG/usr/lib/libreadline.so
# Compatibility symlinks, remove later
ln -s libreadline.so.7.0 $PKG/lib/libreadline.so.6
ln -s libhistory.so.7.0 $PKG/lib/libhistory.so.6
install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
rm -r $PKG/usr/share/{doc,info}
}

Binary file not shown.