commit f7e45435edabb95c48a2f112791e82321b024c18 Author: Juergen Daubert <jue@jue.li> Date: Thu Jul 18 10:51:42 2019 +0200 [notify] bzip2: fix incorrect symlink, fixes FS#1754 Release 1 of bzip2 1.0.8 creates the wrong symlink libbz2.so.1 instead of libbz2.so.1.0. Because ld creates this symlink after install a forces install is necessary: sudo pkgadd -u -f <path_to>/bzip2#1.0.8-2.pkg.tar.gz Sorry for the inconvenience. diff --git a/bzip2/.footprint b/bzip2/.footprint index c88f6479..4cd199c2 100644 --- a/bzip2/.footprint +++ b/bzip2/.footprint @@ -16,7 +16,7 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libbz2.a lrwxrwxrwx root/root usr/lib/libbz2.so -> libbz2.so.1.0.8 -lrwxrwxrwx root/root usr/lib/libbz2.so.1 -> libbz2.so.1.0.8 +lrwxrwxrwx root/root usr/lib/libbz2.so.1.0 -> libbz2.so.1.0.8 -rwxr-xr-x root/root usr/lib/libbz2.so.1.0.8 drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ diff --git a/bzip2/.signature b/bzip2/.signature index bd96a712..2fd4160f 100644 --- a/bzip2/.signature +++ b/bzip2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqoaF++E8i3llRnvXP7l2/d2Alk0w8kB6B0t+Aez0XdCF2JLkb5nxelDejKPnZpxZQY1HXkNiShRMAjvjII/uzgM= -SHA256 (Pkgfile) = 85d4e0bfda1bb4122ffa164903a0fe7323f49e9ea649b5234641d0ec46f19e05 -SHA256 (.footprint) = 41ab4c58c84267ca52e201c9dd4e54169c29972d4332616ddd1b7366a1696d5a +RWRJc1FUaeVeqoPkHuNb91U53Uj38BArO1VOBPs1cH5viF3yds0L5v6EapLMo0c8F+5m4c3X7JKS39i012u1opeg+BZzblUzhAI= +SHA256 (Pkgfile) = 44c4b62f391736923b6433f2a96b4c1cee218dc7d4dfc812eef38c243f9ae9f3 +SHA256 (.footprint) = e5910c495a4558c4ff528c84fbc9e08e964210c1b2cba5aedb3830b1c07bc748 SHA256 (bzip2-1.0.8.tar.gz) = ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269 diff --git a/bzip2/Pkgfile b/bzip2/Pkgfile index cc1c306e..e2fea59d 100644 --- a/bzip2/Pkgfile +++ b/bzip2/Pkgfile @@ -4,7 +4,7 @@ name=bzip2 version=1.0.8 -release=1 +release=2 source=(https://sourceware.org/pub/bzip2/$name-$version.tar.gz) build() { @@ -17,7 +17,7 @@ build() { install libbz2.so.$version $PKG/usr/lib ln -s libbz2.so.$version $PKG/usr/lib/libbz2.so - ln -s libbz2.so.$version $PKG/usr/lib/libbz2.so.1 + ln -s libbz2.so.$version $PKG/usr/lib/libbz2.so.1.0 make clean make