T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
libtiff
Commits:
ef8485de by T.J. Townsend at 2024-08-29T18:47:44-04:00
upgpkg: 4.6.0-6: backport CVE-2024-7006 fix
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libtiff
pkgdesc = Library for manipulation of TIFF images
pkgver = 4.6.0
- pkgrel = 5
+ pkgrel = 6
url = http://www.simplesystems.org/libtiff/
arch = x86_64
license = custom
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=libtiff
pkgver=4.6.0
-pkgrel=5
+pkgrel=6
pkgdesc='Library for manipulation of TIFF images'
url='http://www.simplesystems.org/libtiff/'
arch=('x86_64')
@@ -26,6 +26,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/libtiff/-/commit/ef8485de03c0023df7a0f5b596022f7495da8531
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtiff/-/commit/ef8485de03c0023df7a0f5b596022f7495da8531
You're receiving this email because of your account on gitlab.archlinux.org.