[arch-commits] Commit in libtiff/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Nov 19 22:05:50 UTC 2017


    Date: Sunday, November 19, 2017 @ 22:05:50
  Author: arojas
Revision: 310449

Update to 4.0.9

Modified:
  libtiff/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-19 20:59:02 UTC (rev 310448)
+++ PKGBUILD	2017-11-19 22:05:50 UTC (rev 310449)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=libtiff
-pkgver=4.0.8
-pkgrel=2
+pkgver=4.0.9
+pkgrel=1
 pkgdesc="Library for manipulation of TIFF images"
 arch=('x86_64')
 url="http://www.simplesystems.org/libtiff/"
@@ -11,16 +11,9 @@
 depends=('libjpeg' 'zlib' 'xz')
 makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
 optdepends=('freeglut: for using tiffgt')
-source=(http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz
-        CVE-2016-10095.patch)
-sha256sums=('59d7a5a8ccd92059913f246877db95a2918e6c04fb9d43fd74e5c3390dac2910'
-            '36063a31e9317c3745b5e03b210c948586ea469205b06d3dde2e1b2493f18d81')
+source=(http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz)
+sha256sums=('6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd')
 
-prepare() {
-  cd tiff-$pkgver
-  patch -p1 -i ../CVE-2016-10095.patch # Fix several security issues
-}
-
 build() {
   cd tiff-${pkgver}
   ./configure --prefix=/usr



More information about the arch-commits mailing list