diff options
author | Luke Wilde <lukew@serenityos.org> | 2022-01-08 02:18:42 +0000 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-01-08 13:50:48 +0330 |
commit | e9d26fb47d5af661e25fc183fd3561e6eb9fc9c0 (patch) | |
tree | 1cfe9ab2eaa1d4a397108fd54c5770fe0e0d9ccf /Ports/libtiff | |
parent | 524381aa785f3883525ad9f830a8c3e9b7b79144 (diff) | |
download | serenity-e9d26fb47d5af661e25fc183fd3561e6eb9fc9c0.zip |
Ports: Update libtiff port to version 4.3.0 and use sha256
This uses sha256 instead of signatures like what has been done for the
other ports.
This version of libtiff uses the version of config.sub which has
Serenity in it, so this port no longer needs any patches! :^)
Diffstat (limited to 'Ports/libtiff')
-rwxr-xr-x | Ports/libtiff/package.sh | 9 | ||||
-rw-r--r-- | Ports/libtiff/patches/system-detect.patch | 11 |
2 files changed, 3 insertions, 17 deletions
diff --git a/Ports/libtiff/package.sh b/Ports/libtiff/package.sh index 79ab1a9d95..f6a638276e 100755 --- a/Ports/libtiff/package.sh +++ b/Ports/libtiff/package.sh @@ -1,12 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh port=tiff -version=4.2.0 +version=4.3.0 useconfigure=true -files="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz tiff-${version}.tar.gz -http://download.osgeo.org/libtiff/tiff-${version}.tar.gz.sig tiff-${version}.tar.gz.sig" -auth_type="sig" -auth_import_key="EBDFDB21B020EE8FD151A88DE301047DE1198975" -auth_opts=("tiff-${version}.tar.gz.sig" "tiff-${version}.tar.gz") +files="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz tiff-${version}.tar.gz 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8" +auth_type="sha256" depends=("libjpeg" "zstd" "xz") install() { diff --git a/Ports/libtiff/patches/system-detect.patch b/Ports/libtiff/patches/system-detect.patch deleted file mode 100644 index 2feb9db5c1..0000000000 --- a/Ports/libtiff/patches/system-detect.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tiff-4.2.0/config/config.sub.orig 2021-02-16 23:55:55.240259207 +0000 -+++ tiff-4.2.0/config/config.sub 2021-02-16 23:55:59.792227377 +0000 -@@ -1393,7 +1393,7 @@ - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ -- | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) -+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos* | -serenity* ) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) |