ports/core (3.4): [notify] libarchive: update to 3.4.0
commit 76f0dbfab36360d27b14a9782af0d9b97766d7ba Author: Juergen Daubert <jue@jue.li> Date: Tue Jul 16 12:49:55 2019 +0200 [notify] libarchive: update to 3.4.0 Several security fixes, see - https://lwn.net/Articles/792560/ - https://github.com/libarchive/libarchive/releases Note: ----- libarchive is linked static into core/pkgutils, thus an rebuild of pkgutils is required after the libarchive update: prt-get update -fr pkgutils (cherry picked from commit d8c2e37d4a2ab4d0c662f63d7d3ff3116b5b5ac2) diff --git a/libarchive/.footprint b/libarchive/.footprint index 1c88dfb8..c9856d39 100644 --- a/libarchive/.footprint +++ b/libarchive/.footprint @@ -9,9 +9,9 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libarchive.a -rwxr-xr-x root/root usr/lib/libarchive.la -lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.13.3.3 -lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.3.3 --rwxr-xr-x root/root usr/lib/libarchive.so.13.3.3 +lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.13.4.0 +lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.4.0 +-rwxr-xr-x root/root usr/lib/libarchive.so.13.4.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libarchive.pc drwxr-xr-x root/root usr/share/ @@ -24,6 +24,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/archive_entry.3.gz -rw-r--r-- root/root usr/share/man/man3/archive_entry_acl.3.gz -rw-r--r-- root/root usr/share/man/man3/archive_entry_linkify.3.gz +-rw-r--r-- root/root usr/share/man/man3/archive_entry_misc.3.gz -rw-r--r-- root/root usr/share/man/man3/archive_entry_paths.3.gz -rw-r--r-- root/root usr/share/man/man3/archive_entry_perms.3.gz -rw-r--r-- root/root usr/share/man/man3/archive_entry_stat.3.gz diff --git a/libarchive/.signature b/libarchive/.signature index 92055c4d..5ed493ca 100644 --- a/libarchive/.signature +++ b/libarchive/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqohkDc5wkhri/9q/no5CA/dFeILdmk1UawvgjKmk1lA0eW+Uwis7PTu6zppLewE6NLQRJDJluOY+ctOMnmqGHQw= -SHA256 (Pkgfile) = 0d9c7a28bdcab59e3042c5de235940b67e9dd0943dfaa8b4085089f7cec7fa2c -SHA256 (.footprint) = cc20e7d228c38d1c2570b8fc9df5663e0ffe737865ff06368720ccbfa7afc9ee -SHA256 (libarchive-3.3.3.tar.gz) = ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e +RWRJc1FUaeVeqr5jRX4DgGjsaKJEOMtmKUIM9qrcGkI79UOGOabhnIvGu3HytccTAcMJOdj1kmeGKekNIn6ageGap88gG4hbwQA= +SHA256 (Pkgfile) = a3a336d9079dc201079903898fb2dd21ac264cbad1b43c07a4a63530e8969fd5 +SHA256 (.footprint) = 74cf76917a6c3e6120b54d199ba9cf45c5b7fcc70f4665138c12b1efd8d5811c +SHA256 (libarchive-3.4.0.tar.gz) = 8643d50ed40c759f5412a3af4e353cffbce4fdf3b5cf321cb72cacf06b2d825e diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index c71d5dd8..11a3ba91 100644 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -4,9 +4,9 @@ # Depends on: bzip2 xz zlib acl lzo name=libarchive -version=3.3.3 +version=3.4.0 release=1 -source=(http://www.libarchive.org/downloads/$name-$version.tar.gz) +source=(https://github.com/libarchive/libarchive/releases/download/v$version/$name-$...) build() { cd $name-$version
participants (1)
-
crux@crux.nu