graphicsmagick: update to the latest release
Update to v1.3.33, the latest official release. This release is the product of significant bug and security fixes due to GraphicsMagick participating in Google's oss-fuzz project. This release fixes 7 issues detected by oss-fuzz as well as a number of issues reported via the SourceForge bug tracker, or discovered via testing. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
This commit is contained in:
parent
2e6328494e
commit
c7e8c2aa12
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=graphicsmagick
|
||||
PKG_VERSION:=1.3.32
|
||||
PKG_VERSION:=1.3.33
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/GraphicsMagick-$(PKG_VERSION)
|
||||
PKG_SOURCE:=GraphicsMagick-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/graphicsmagick
|
||||
PKG_HASH:=d1f70bc6d41de922199ce6b0a04af7b3492b2fc4a2be6ee24e0af4e15250db0a
|
||||
PKG_HASH:=d18aaca2d79a10270d49ad1aaa01dce24752f7548880138d59874a78ac62e11f
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=Copyright.txt
|
||||
|
|
Loading…
Reference in a new issue