Skip to content

Commit 2ff564e

Browse files
committed
tiff: update to 4.7.0
1 parent 25f37f9 commit 2ff564e

File tree

3 files changed

+7
-137
lines changed

3 files changed

+7
-137
lines changed

libs/tiff/Makefile

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=tiff
11-
PKG_VERSION:=4.4.0
12-
PKG_RELEASE:=2
11+
PKG_VERSION:=4.7.0
12+
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=https://download.osgeo.org/libtiff
16-
PKG_HASH:=917223b37538959aca3b790d2d73aa6e626b688e02dcda272aec24c2f498abed
16+
PKG_HASH:=67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976
1717

1818
PKG_MAINTAINER:=Jiri Slachta <[email protected]>
19-
PKG_LICENSE:=BSD-3-Clause
19+
PKG_LICENSE:=libtiff
2020
PKG_LICENSE_FILES:=COPYRIGHT
2121
PKG_CPE_ID:=cpe:/a:libtiff:libtiff
2222

@@ -34,7 +34,7 @@ $(call Package/tiff/Default)
3434
CATEGORY:=Libraries
3535
TITLE+= library
3636
DEPENDS:=+zlib +libjpeg
37-
ABI_VERSION:=5
37+
ABI_VERSION:=6
3838
endef
3939

4040
define Package/tiff-utils
@@ -48,23 +48,14 @@ endef
4848

4949
CMAKE_OPTIONS += \
5050
-Dld-version-script=OFF \
51-
-Dccitt=ON \
52-
-Dpackbits=ON \
53-
-Dlzw=ON \
54-
-Dthunder=ON \
55-
-Dnext=ON \
56-
-Dlogluv=ON \
57-
-Dmdi=ON \
58-
-Dzlib=ON \
59-
-Dpixarlog=ON \
60-
-Djpeg=ON \
6151
-Dold-jpeg=OFF \
6252
-Djbig=OFF \
6353
-Dlzma=OFF \
6454
-Dzstd=OFF \
6555
-Dwebp=OFF \
6656
-Djpeg12=OFF \
67-
-Dcxx=OFF
57+
-Dcxx=OFF \
58+
-Dlibdeflate=OFF
6859

6960
define Build/InstallDev
7061
$(call Build/InstallDev/cmake,$(1))

libs/tiff/patches/010-CVE-2022-2519.patch

Lines changed: 0 additions & 93 deletions
This file was deleted.

libs/tiff/patches/020-CVE-2022-2520.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)