summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/build-matrix.html4
-rw-r--r--docs/packages.json4
-rw-r--r--src/dbus.mk4
-rw-r--r--src/libpng.mk6
4 files changed, 9 insertions, 9 deletions
diff --git a/docs/build-matrix.html b/docs/build-matrix.html
index 5f1bafa..35456c8 100644
--- a/docs/build-matrix.html
+++ b/docs/build-matrix.html
@@ -459,7 +459,7 @@ feel free to submit a pull request.
<tr>
<th class="row">dbus</th>
- <td>1.11.16</td>
+ <td>1.11.18</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
@@ -2139,7 +2139,7 @@ feel free to submit a pull request.
<tr>
<th class="row">libpng</th>
- <td>1.6.32</td>
+ <td>1.6.34</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
diff --git a/docs/packages.json b/docs/packages.json
index 7670921..8ade04f 100644
--- a/docs/packages.json
+++ b/docs/packages.json
@@ -41,7 +41,7 @@
"cunit": {"version": "2.1-3", "website": "https://cunit.sourceforge.io/", "description": ""},
"curl": {"version": "7.55.1", "website": "https://curl.haxx.se/libcurl/", "description": "cURL"},
"db": {"version": "6.1.26", "website": "https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html", "description": "Oracle Berkeley DB"},
- "dbus": {"version": "1.11.16", "website": "https://dbus.freedesktop.org/", "description": ""},
+ "dbus": {"version": "1.11.18", "website": "https://dbus.freedesktop.org/", "description": ""},
"dcmtk": {"version": "3.6.0", "website": "http://dicom.offis.de/dcmtk.php.en", "description": "DCMTK"},
"devil": {"version": "cba359b", "website": "https://openil.sourceforge.io/", "description": "DevIL"},
"djvulibre": {"version": "3.5.27", "website": "https://djvu.sourceforge.io/", "description": "DjVuLibre"},
@@ -209,7 +209,7 @@
"libpano13": {"version": "2.9.18", "website": "https://panotools.sourceforge.io/", "description": ""},
"libpaper": {"version": "1.1.24+nmu4", "website": "https://packages.debian.org/unstable/libpaper1", "description": ""},
"libplist": {"version": "1.12", "website": "https://github.com/libimobiledevice/libplist", "description": ""},
- "libpng": {"version": "1.6.32", "website": "http://www.libpng.org/", "description": ""},
+ "libpng": {"version": "1.6.34", "website": "http://www.libpng.org/", "description": ""},
"librosco": {"version": "0.1.11", "website": "https://github.com/colinbourassa/librosco/", "description": ""},
"librsvg": {"version": "2.40.5", "website": "https://librsvg.sourceforge.io/", "description": ""},
"librtmp": {"version": "a107cef", "website": "https://rtmpdump.mplayerhq.hu/", "description": ""},
diff --git a/src/dbus.mk b/src/dbus.mk
index af244cd..9f9ea6f 100644
--- a/src/dbus.mk
+++ b/src/dbus.mk
@@ -3,8 +3,8 @@
PKG := dbus
$(PKG)_WEBSITE := https://dbus.freedesktop.org/
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.11.16
-$(PKG)_CHECKSUM := 7cf993e97df62c73b939b77dcd920e8883d8e866f9ced1a9b5c715eb28e4b031
+$(PKG)_VERSION := 1.11.18
+$(PKG)_CHECKSUM := fa2b5ac7acbe9a6d67a5d308d167e2ce9a5176a9aade81ec42754312a74a8457
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE)
diff --git a/src/libpng.mk b/src/libpng.mk
index 1585d56..136039c 100644
--- a/src/libpng.mk
+++ b/src/libpng.mk
@@ -3,12 +3,12 @@
PKG := libpng
$(PKG)_WEBSITE := http://www.libpng.org/
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.6.32
-$(PKG)_CHECKSUM := c918c3113de74a692f0a1526ce881dc26067763eb3915c57ef3a0f7b6886f59b
+$(PKG)_VERSION := 1.6.34
+$(PKG)_CHECKSUM := 2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6
$(PKG)_SUBDIR := libpng-$($(PKG)_VERSION)
$(PKG)_FILE := libpng-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/libpng/libpng16/$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_URL_2 := ftp://ftp.simplesystems.org/pub/$(PKG)/png/src/libpng16/$($(PKG)_FILE)
+$(PKG)_URL_2 := https://ftp-osl.osuosl.org/pub/libpng/src/libpng16/$($(PKG)_FILE)
$(PKG)_DEPS := gcc zlib
define $(PKG)_UPDATE