Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
libarchive


Commits:
ec3393f0 by Christian Hesse at 2024-04-28T21:15:28+02:00
upgpkg: 3.7.4-1: new upstream release, update dependencies

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,28 +1,31 @@
 pkgbase = libarchive
        pkgdesc = Multi-format archive and compression library
-       pkgver = 3.7.3
-       pkgrel = 3
+       pkgver = 3.7.4
+       pkgrel = 1
        url = https://libarchive.org/
        arch = x86_64
        license = BSD
        depends = acl
        depends = libacl.so
        depends = bzip2
-       depends = expat
+       depends = libbz2.so
+       depends = libxml2
+       depends = libxml2.so
        depends = lz4
        depends = openssl
        depends = libcrypto.so
        depends = xz
+       depends = liblzma.so
        depends = zlib
+       depends = libz.so
        depends = zstd
+       depends = libzstd.so
        provides = libarchive.so
-       source = 
https://github.com/libarchive/libarchive/releases/download/v3.7.3/libarchive-3.7.3.tar.xz
-       source = 
https://github.com/libarchive/libarchive/releases/download/v3.7.3/libarchive-3.7.3.tar.xz.asc
-       source = 
libarchive-fix-OOB-in-rar-e8-filter-2135.patch::https://github.com/libarchive/libarchive/commit/eb7939b24a681a04648a59cdebd386b1e9dc9237.patch
+       source = 
https://github.com/libarchive/libarchive/releases/download/v3.7.4/libarchive-3.7.4.tar.xz
+       source = 
https://github.com/libarchive/libarchive/releases/download/v3.7.4/libarchive-3.7.4.tar.xz.asc
        validpgpkeys = A5A45B12AD92D964B89EEE2DEC560C81CEC2276E
        validpgpkeys = DB2C7CF1B4C265FAEF56E3FC5848A18B8F14184B
-       sha256sums = 
63e7a7174638fc7d6b79b4c8b0ad954e0f4f45abe7239c1ecb200232aa9a43d2
+       sha256sums = 
f887755c434a736a609cbd28d87ddbfbe9d6a3bb5b703c22c02f6af80a802735
        sha256sums = SKIP
-       sha256sums = 
78b62ba75f4f6254ae6a80528ecfc429eb2d9ce01924c4ef5ee7a91fd284bea8
 
 pkgname = libarchive


=====================================
PKGBUILD
=====================================
@@ -2,34 +2,32 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=libarchive
-pkgver=3.7.3
-pkgrel=3
+pkgver=3.7.4
+pkgrel=1
 pkgdesc='Multi-format archive and compression library'
 arch=('x86_64')
 url='https://libarchive.org/'
 license=('BSD')
-depends=('acl' 'libacl.so' 'bzip2' 'expat' 'lz4' 'openssl' 'libcrypto.so' 'xz'
-         'zlib' 'zstd')
+depends=('acl' 'libacl.so'
+         'bzip2' 'libbz2.so'
+         'libxml2' 'libxml2.so'
+         'lz4'
+         'openssl' 'libcrypto.so'
+         'xz' 'liblzma.so'
+         'zlib' 'libz.so'
+         'zstd' 'libzstd.so')
 provides=('libarchive.so')
 validpgpkeys=('A5A45B12AD92D964B89EEE2DEC560C81CEC2276E'  # Martin Matuska 
<m...@freebsd.org>
               'DB2C7CF1B4C265FAEF56E3FC5848A18B8F14184B') # Martin Matuska 
<mar...@matuska.org>
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
-        
'libarchive-fix-OOB-in-rar-e8-filter-2135.patch::https://github.com/libarchive/libarchive/commit/eb7939b24a681a04648a59cdebd386b1e9dc9237.patch')
-sha256sums=('63e7a7174638fc7d6b79b4c8b0ad954e0f4f45abe7239c1ecb200232aa9a43d2'
-            'SKIP'
-            '78b62ba75f4f6254ae6a80528ecfc429eb2d9ce01924c4ef5ee7a91fd284bea8')
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch -Np1 < ../libarchive-fix-OOB-in-rar-e8-filter-2135.patch
-}
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('f887755c434a736a609cbd28d87ddbfbe9d6a3bb5b703c22c02f6af80a802735'
+            'SKIP')
 
 build() {
   cd "${pkgname}-${pkgver}"
 
   ./configure \
       --prefix=/usr \
-      --without-xml2 \
       --without-nettle \
       --disable-static
   make



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libarchive/-/commit/ec3393f0601402ecbb473d2d1c4f758be0113140

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libarchive/-/commit/ec3393f0601402ecbb473d2d1c4f758be0113140
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to