libarchive: update to 3.5.0
This commit is contained in:
parent
39807160dd
commit
237e2935f7
@ -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.4.3
|
||||
lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.4.3
|
||||
-rwxr-xr-x root/root usr/lib/libarchive.so.13.4.3
|
||||
lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.13.5.0
|
||||
lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.5.0
|
||||
-rwxr-xr-x root/root usr/lib/libarchive.so.13.5.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/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/core.pub
|
||||
RWRJc1FUaeVeqpfhq00AdyincqB+bXkPYdtEkpXtH4OaV+cY2tdFX+XtqlxXWr+81zzZM5ppFpuhQvPopaR1sAFJ5SUIYsQGnQ0=
|
||||
SHA256 (Pkgfile) = 1716e477bc4ec4b858cfd7951ad325ca8de3eef6379a4918cf50d6f950fd3bfd
|
||||
SHA256 (.footprint) = 96ae4b94872a128dac4a2041e0e6785af77c5f3ccccc607e9cb75476127c9298
|
||||
SHA256 (libarchive-3.4.3.tar.gz) = ee1e749213c108cb60d53147f18c31a73d6717d7e3d2481c157e1b34c881ea39
|
||||
RWRJc1FUaeVeqtj1iELfiGTcXKnPP11WsaFCyF+xb/ZGckO2RoJyBFWwekpbNiBI76GSm4UyYN2PuMp3Go0XrZCiH/E9gCoZLgY=
|
||||
SHA256 (Pkgfile) = 775330b4d442654267776c2b4c6a71cd3ecb7da0109bae1931bc960218307a93
|
||||
SHA256 (.footprint) = 571d161d6755305471a918e9f3f7e8065057e6130b173f478ee97d1fa58d0767
|
||||
SHA256 (libarchive-3.5.0.tar.gz) = fc4bc301188376adc18780d35602454cc8df6396e1b040fbcbb0d4c0469faf54
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: bzip2 xz zlib acl lzo
|
||||
|
||||
name=libarchive
|
||||
version=3.4.3
|
||||
version=3.5.0
|
||||
release=1
|
||||
source=(https://github.com/libarchive/libarchive/releases/download/v$version/$name-$version.tar.gz)
|
||||
|
||||
@ -15,12 +15,13 @@ build() {
|
||||
# to avoid linking to libraries which are only available in opt.
|
||||
# XML support is only needed for the xar format which we can live without.
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--without-xml2 \
|
||||
--without-expat \
|
||||
--without-nettle \
|
||||
--without-openssl \
|
||||
--without-zstd
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--without-xml2 \
|
||||
--without-expat \
|
||||
--without-nettle \
|
||||
--without-openssl \
|
||||
--without-zstd
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user