Skip to content

Commit

Permalink
bump libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
harryboo committed Jan 21, 2025
1 parent 293c8d4 commit 484187b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Latest changes
* libexif 0.6.25
* libmaxminddb-1.12.2
* libnettle 3.10.1
* libpng 1.6.44
* libpng 1.6.45
* libssh2 1.11.1
* libtirpc 1.3.6
* liburcu 0.15.0
Expand Down
2 changes: 1 addition & 1 deletion make/libs/libpng/external.files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[ "$EXTERNAL_FREETZ_LIB_libpng16" == "y" ] && EXTERNAL_FILES+=" ${FREETZ_LIBRARY_DIR}/libpng16.so.16.44.0"
[ "$EXTERNAL_FREETZ_LIB_libpng16" == "y" ] && EXTERNAL_FILES+=" ${FREETZ_LIBRARY_DIR}/libpng16.so.16.45.0"
2 changes: 1 addition & 1 deletion make/libs/libpng/external.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ config EXTERNAL_FREETZ_LIB_libpng16
default n
help
externals the following file(s):
${FREETZ_LIBRARY_DIR}/libpng16.so.16.44.0
${FREETZ_LIBRARY_DIR}/libpng16.so.16.45.0

6 changes: 3 additions & 3 deletions make/libs/libpng/libpng.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(call PKG_INIT_LIB, 1.6.44)
$(PKG)_LIB_VERSION:=16.44.0
$(call PKG_INIT_LIB, 1.6.45)
$(PKG)_LIB_VERSION:=16.45.0
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.xz
$(PKG)_HASH:=60c4da1d5b7f0aa8d158da48e8f8afa9773c1c8baa5d21974df61f1886b8ce8e
$(PKG)_HASH:=926485350139ffb51ef69760db35f78846c805fef3d59bfdcb2fba704663f370
$(PKG)_SITE:=@SF/libpng
### WEBSITE:=http://www.libpng.org/pub/png/libpng.html
### CHANGES:=https://libpng.sourceforge.io/index.html
Expand Down

1 comment on commit 484187b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about libpng and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/libs/libpng

Please sign in to comment.