diff options
author | Juergen Daubert <jue@jue.li> | 2020-02-08 09:20:15 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-02-08 09:20:15 +0100 |
commit | 307d5d4c836e0a379a56a786468f5073133b5fa1 (patch) | |
tree | 9f574b7906c43a011ae91ae30c07f9d8457744d9 /readline | |
parent | 182d7b5001e89c0fa2af1b76187906faa4d51794 (diff) | |
download | core-307d5d4c836e0a379a56a786468f5073133b5fa1.tar.gz core-307d5d4c836e0a379a56a786468f5073133b5fa1.tar.xz |
readline: update to 8.0.4, remove compat sysmlinks
Diffstat (limited to 'readline')
-rw-r--r-- | readline/.footprint | 2 | ||||
-rw-r--r-- | readline/.signature | 8 | ||||
-rw-r--r-- | readline/Pkgfile | 6 | ||||
-rw-r--r-- | readline/readline-8.0.1.patch.gz | bin | 519 -> 0 bytes | |||
-rw-r--r-- | readline/readline-8.0.4.patch.gz | bin | 0 -> 1833 bytes |
5 files changed, 5 insertions, 11 deletions
diff --git a/readline/.footprint b/readline/.footprint index be693d65..985bf4ae 100644 --- a/readline/.footprint +++ b/readline/.footprint @@ -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.7 -> libhistory.so.8.0 lrwxrwxrwx root/root lib/libhistory.so.8 -> libhistory.so.8.0 -rwxr-xr-x root/root lib/libhistory.so.8.0 -lrwxrwxrwx root/root lib/libreadline.so.7 -> libreadline.so.8.0 lrwxrwxrwx root/root lib/libreadline.so.8 -> libreadline.so.8.0 -rwxr-xr-x root/root lib/libreadline.so.8.0 drwxr-xr-x root/root usr/ diff --git a/readline/.signature b/readline/.signature index 1064ce89..255f3f10 100644 --- a/readline/.signature +++ b/readline/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqkv0EAdPrIjdwJGwZejr5W8QWNcKWHK+7wNpfoGBpvCNcbMffH/ok4gsRuQMkhXFJyjEEvjS6obk4ICvT2QRHA8= -SHA256 (Pkgfile) = 79f5d52a3e555396d4ee1d92c5b2d5229903661fbb35700b8d2770d8ee99441a -SHA256 (.footprint) = d5453d5fc27134a81ed449f837740f62433e68dea27ef4fe3a8f5ea8d96b2f83 +RWRJc1FUaeVeqlQGyvKtxKLP4YVDOREj3WR8ifIUfV1zNnlI5A+PRa6E71z8Xm6RKY1owNqw1HHOXdyJkeooyRXLNi3D4pxOAAc= +SHA256 (Pkgfile) = 7b886039b4fbd90ef8a4eeb58ecc07e9b72ab7485f3a85094b9dadb0e25b7b7a +SHA256 (.footprint) = 25f24cc94777bd3c61342cc9b9fed3484438c597ffefa9f6f1b7115c8ed50a6a SHA256 (readline-8.0.tar.gz) = e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461 -SHA256 (readline-8.0.1.patch.gz) = 98e87730a469c01b1fc49e17642682d4a3d946f0f21a67012af0cb55b73eccf8 +SHA256 (readline-8.0.4.patch.gz) = cc6593f318ffd01004ba61aed0f664b4fdb64ae30fdd711c194ef432e558f1d3 SHA256 (inputrc) = 9119a95d4b1407e3c4ad2b6fb92e840353e65ae9d7ec77fed75cab293cb81bcb diff --git a/readline/Pkgfile b/readline/Pkgfile index c281e30c..4e91bffb 100644 --- a/readline/Pkgfile +++ b/readline/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses name=readline -version=8.0.1 +version=8.0.4 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.8.0 $PKG/lib/libreadline.so.7 - ln -s libhistory.so.8.0 $PKG/lib/libhistory.so.7 - install -D -m 644 $SRC/inputrc $PKG/etc/inputrc rm -r $PKG/usr/share/{doc,info} } diff --git a/readline/readline-8.0.1.patch.gz b/readline/readline-8.0.1.patch.gz Binary files differdeleted file mode 100644 index 8f374862..00000000 --- a/readline/readline-8.0.1.patch.gz +++ /dev/null diff --git a/readline/readline-8.0.4.patch.gz b/readline/readline-8.0.4.patch.gz Binary files differnew file mode 100644 index 00000000..29e0fbc1 --- /dev/null +++ b/readline/readline-8.0.4.patch.gz |