summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2021-01-07 01:00:10 (GMT)
committerMark Brand <mabrand@mabrand.nl>2021-01-07 01:03:17 (GMT)
commit7ceae94ee5de36b1f8ac6175c95c2ca7fa28f4bf (patch)
treeb7e3a8eeeeae2263fe0af7cb8254206ea57856fd
parentf4df56d24db24ab150a99f2d9eae87fa519e02cb (diff)
downloadmxe-7ceae94ee5de36b1f8ac6175c95c2ca7fa28f4bf.zip
mxe-7ceae94ee5de36b1f8ac6175c95c2ca7fa28f4bf.tar.gz
mxe-7ceae94ee5de36b1f8ac6175c95c2ca7fa28f4bf.tar.bz2
update: libgsasl, nettle, poppler, wget
-rw-r--r--src/libgsasl.mk4
-rw-r--r--src/nettle.mk4
-rw-r--r--src/poppler-1-win32.patch4
-rw-r--r--src/poppler.mk4
-rw-r--r--src/wget.mk4
5 files changed, 10 insertions, 10 deletions
diff --git a/src/libgsasl.mk b/src/libgsasl.mk
index 8a0e85f..6d3e884 100644
--- a/src/libgsasl.mk
+++ b/src/libgsasl.mk
@@ -4,8 +4,8 @@ PKG := libgsasl
$(PKG)_WEBSITE := https://www.gnu.org/software/gsasl/
$(PKG)_DESCR := Libgsasl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.8.1
-$(PKG)_CHECKSUM := 19e2f90525c531010918c50bb1febef0d7115d620150cc66153b9ce73ff814e6
+$(PKG)_VERSION := 1.10.0
+$(PKG)_CHECKSUM := f1b553384dedbd87478449775546a358d6f5140c15cccc8fb574136fdc77329f
$(PKG)_SUBDIR := libgsasl-$($(PKG)_VERSION)
$(PKG)_FILE := libgsasl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://ftp.gnu.org/gnu/gsasl/$($(PKG)_FILE)
diff --git a/src/nettle.mk b/src/nettle.mk
index 27196fb..dc53177 100644
--- a/src/nettle.mk
+++ b/src/nettle.mk
@@ -3,8 +3,8 @@
PKG := nettle
$(PKG)_WEBSITE := https://www.lysator.liu.se/~nisse/nettle/
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3.6
-$(PKG)_CHECKSUM := d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1
+$(PKG)_VERSION := 3.7
+$(PKG)_CHECKSUM := f001f64eb444bf13dd91bceccbc20acbc60c4311d6e2b20878452eb9a9cec75a
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.lysator.liu.se/~nisse/archive/$($(PKG)_FILE)
diff --git a/src/poppler-1-win32.patch b/src/poppler-1-win32.patch
index 6d91cc2..bf2e134 100644
--- a/src/poppler-1-win32.patch
+++ b/src/poppler-1-win32.patch
@@ -114,7 +114,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1111111..2222222 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -48,10 +48,11 @@ set (CMAKE_CXX_EXTENSIONS OFF)
+@@ -47,10 +47,11 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED TRUE)
# command line switches
option(ENABLE_UNSTABLE_API_ABI_HEADERS "Install API/ABI unstable xpdf headers." OFF)
@@ -130,7 +130,7 @@ index 1111111..2222222 100644
option(ENABLE_SPLASH "Build the Splash graphics backend." ON)
option(ENABLE_UTILS "Compile poppler command line utils." ON)
option(ENABLE_CPP "Compile poppler cpp wrapper." ON)
-@@ -727,7 +728,9 @@ endif()
+@@ -750,7 +751,9 @@ endif()
if(ENABLE_GLIB)
add_subdirectory(glib)
endif()
diff --git a/src/poppler.mk b/src/poppler.mk
index c2faf0c..36df605 100644
--- a/src/poppler.mk
+++ b/src/poppler.mk
@@ -3,8 +3,8 @@
PKG := poppler
$(PKG)_WEBSITE := https://poppler.freedesktop.org/
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 20.12.1
-$(PKG)_CHECKSUM := d0aa2586c0a4296c775f0d2045f28bb95a694113fc995f95350faa12930f7b35
+$(PKG)_VERSION := 21.01.0
+$(PKG)_CHECKSUM := 016dde34e5f868ea98a32ca99b643325a9682281500942b7113f4ec88d20e2f3
$(PKG)_SUBDIR := poppler-$($(PKG)_VERSION)
$(PKG)_FILE := poppler-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://poppler.freedesktop.org/$($(PKG)_FILE)
diff --git a/src/wget.mk b/src/wget.mk
index 33fae46..a49c536 100644
--- a/src/wget.mk
+++ b/src/wget.mk
@@ -2,8 +2,8 @@
PKG := wget
$(PKG)_WEBSITE := https://www.gnu.org/software/wget/
-$(PKG)_VERSION := 1.20.3
-$(PKG)_CHECKSUM := 69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb
+$(PKG)_VERSION := 1.21
+$(PKG)_CHECKSUM := 87ae105e76e5b550e03e009ba94341143c66623a5ecbba047f6ef850608b6596
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.lz
$(PKG)_URL := https://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE)