T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
lib32-libtiff
Commits:
28951478 by T.J. Townsend at 2024-08-29T18:51:19-04:00
upgpkg: 4.6.0-4: backport CVE-2024-7006 fix
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-libtiff
pkgdesc = Library for manipulation of TIFF images (32-bit)
pkgver = 4.6.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.simplesystems.org/libtiff/
arch = x86_64
license = custom
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_pkgname=libtiff
pkgname=lib32-${_pkgname}
pkgver=4.6.0
-pkgrel=3
+pkgrel=4
pkgdesc='Library for manipulation of TIFF images (32-bit)'
url='http://www.simplesystems.org/libtiff/'
arch=('x86_64')
@@ -40,6 +40,8 @@ prepare() {
git cherry-pick -n 5320c9d89c054fa805d037d84c57da874470b01a
# CVE-2023-52356
git cherry-pick -n 51558511bdbbcffdce534db21dbaf5d54b31638a
+ # CVE-2024-7006
+ git cherry-pick -n 818fb8ce881cf839fbc710f6690aadb992aa0f9e
autoreconf -fiv
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libtiff/-/commit/2895147868b563687012df4f8671d3c151b30d28
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libtiff/-/commit/2895147868b563687012df4f8671d3c151b30d28
You're receiving this email because of your account on gitlab.archlinux.org.