libtiff 4.1.0
Closes #46273. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
a97dea4fa2
commit
e425ea48f9
1 changed files with 3 additions and 13 deletions
|
@ -1,10 +1,9 @@
|
|||
class Libtiff < Formula
|
||||
desc "TIFF library and utilities"
|
||||
homepage "https://libtiff.gitlab.io/libtiff/"
|
||||
url "https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz"
|
||||
mirror "https://fossies.org/linux/misc/tiff-4.0.10.tar.gz"
|
||||
sha256 "2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4"
|
||||
revision 1
|
||||
url "https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz"
|
||||
mirror "https://fossies.org/linux/misc/tiff-4.1.0.tar.gz"
|
||||
sha256 "5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -16,15 +15,6 @@ class Libtiff < Formula
|
|||
|
||||
depends_on "jpeg"
|
||||
|
||||
# Patches are taken from latest Fedora package, which is currently
|
||||
# libtiff-4.0.10-2.fc30.src.rpm and whose changelog is available at
|
||||
# https://apps.fedoraproject.org/packages/libtiff/changelog/
|
||||
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/d15e00544e7df009b5ad34f3b65351fc249092c0/libtiff/libtiff-CVE-2019-6128.patch"
|
||||
sha256 "dbec51f5bec722905288871e3d8aa3c41059a1ba322c1ac42ddc8d62646abc66"
|
||||
end
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
--prefix=#{prefix}
|
||||
|
|
Loading…
Reference in a new issue