Ports: Update libarchive to v3.5.2
Updated GPG fingerprint to Martin Matuska's latest public key Fixes #9921
This commit is contained in:
parent
f5071e7b2d
commit
84f0d2aece
Notes:
sideshowbarker
2024-07-18 04:21:53 +09:00
Author: https://github.com/kenXengineering Commit: https://github.com/SerenityOS/serenity/commit/84f0d2aece2 Pull-request: https://github.com/SerenityOS/serenity/pull/9920 Reviewed-by: https://github.com/linusg ✅
2 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`jq`](jq/) | jq | 1.6 | https://stedolan.github.io/jq/ |
|
||||
| [`klong`](klong/) | Klong | 20190926 | http://t3x.org/klong/ |
|
||||
| [`less`](less/) | less | 530 | http://www.greenwoodsoftware.com/less/ |
|
||||
| [`libarchive`](libarchive/) | libarchive | 3.5.1 | https://libarchive.org/ |
|
||||
| [`libarchive`](libarchive/) | libarchive | 3.5.2 | https://libarchive.org/ |
|
||||
| [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html |
|
||||
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.10 | https://www.hboehm.info/gc/ |
|
||||
| [`libexpat`](libexpat/) | Expat | 2.2.9 | https://libexpat.github.io/ |
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libarchive
|
||||
version=3.5.1
|
||||
version=3.5.2
|
||||
useconfigure=true
|
||||
configopts="--without-xml2"
|
||||
files="https://libarchive.org/downloads/libarchive-${version}.tar.gz libarchive-${version}.tar.gz
|
||||
https://libarchive.org/downloads/libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz.asc"
|
||||
depends="zlib pcre"
|
||||
auth_type="sig"
|
||||
auth_import_key="CB55788360B992FA0885C878F040F7196BA99AF4"
|
||||
auth_import_key="A5A45B12AD92D964B89EEE2DEC560C81CEC2276E"
|
||||
auth_opts="libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz"
|
||||
|
||||
export ac_cv_header_regex_h=no
|
||||
|
|
Loading…
Add table
Reference in a new issue