aboutsummaryrefslogtreecommitdiffstats
path: root/community/hivex/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/hivex/APKBUILD')
-rw-r--r--community/hivex/APKBUILD18
1 files changed, 12 insertions, 6 deletions
diff --git a/community/hivex/APKBUILD b/community/hivex/APKBUILD
index 41fb9322988..3126f4f0f99 100644
--- a/community/hivex/APKBUILD
+++ b/community/hivex/APKBUILD
@@ -1,16 +1,20 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=hivex
-pkgver=1.3.19
-pkgrel=0
-pkgdesc="System for extracting the contents of Windows Registry."
-url="http://libguestfs.org"
+pkgver=1.3.23
+pkgrel=3
+pkgdesc="System for extracting the contents of Windows Registry"
+url="https://libguestfs.org/"
arch="all"
license="LGPL-2.1"
makedepends="libxml2-dev readline-dev perl-dev"
checkdepends="bash"
subpackages="$pkgname-dev $pkgname-doc"
-source="http://libguestfs.org/download/hivex/hivex-$pkgver.tar.gz"
+source="https://libguestfs.org/download/hivex/hivex-$pkgver.tar.gz"
+
+# secfixes:
+# 1.3.19-r2:
+# - CVE-2021-3504
build() {
./configure \
@@ -34,4 +38,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="dc271349c6efa7b55ba144617e57fe4e7ce855ec1f4ef9f84ee86eeefd3a34cb6b26078786e1568f3008b922a31b758ff2c2734e599b67e0e210aa72e9f41177 hivex-1.3.19.tar.gz"
+sha512sums="
+068fe81a442c8045bf9d98f0c6b782330141d8f1e104a0f191c04a2cff25ee6396c2c4777c107d595a471eb4bcbee903400c9f7946cae036165ac201587f861e hivex-1.3.23.tar.gz
+"