Skip to content

Commit

Permalink
bump unbound
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 22, 2024
1 parent 2d269f1 commit f138afe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Latest changes
* Stunnel 5.73
* SQLite 3.40.1/3.46.1
* tmux 3.5a
* Unbound 1.21.1
* Unbound 1.22.0
* XZ 5.6.3

- Libraries:
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/unbound/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
menuconfig FREETZ_PACKAGE_UNBOUND
bool "Unbound 1.21.1"
bool "Unbound 1.22.0"
select FREETZ_LIB_libssl
select FREETZ_LIB_libcrypto
select FREETZ_LIB_libunbound
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/unbound/external.files
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
[ "$EXTERNAL_FREETZ_PACKAGE_UNBOUND_CONTROL" == "y" ] && EXTERNAL_FILES+=" /usr/bin/unbound-control"
[ "$EXTERNAL_FREETZ_PACKAGE_UNBOUND_CONTROL_SETUP" == "y" ] && EXTERNAL_FILES+=" /usr/bin/unbound-control-setup"
[ "$EXTERNAL_FREETZ_PACKAGE_UNBOUND_HOST" == "y" ] && EXTERNAL_FILES+=" /usr/bin/unbound-host"
[ "$EXTERNAL_FREETZ_LIB_libunbound" == "y" ] && EXTERNAL_FILES+=" ${FREETZ_LIBRARY_DIR}/libunbound.so.8.1.29"
[ "$EXTERNAL_FREETZ_LIB_libunbound" == "y" ] && EXTERNAL_FILES+=" ${FREETZ_LIBRARY_DIR}/libunbound.so.8.1.30"

2 changes: 1 addition & 1 deletion make/pkgs/unbound/external.in.libs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ config EXTERNAL_FREETZ_LIB_libunbound
default n
help
externals the following file(s):
${FREETZ_LIBRARY_DIR}/libunbound.so.8.1.29
${FREETZ_LIBRARY_DIR}/libunbound.so.8.1.30

6 changes: 3 additions & 3 deletions make/pkgs/unbound/unbound.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(call PKG_INIT_BIN, 1.21.1)
$(PKG)_LIB_VERSION:=8.1.29
$(call PKG_INIT_BIN, 1.22.0)
$(PKG)_LIB_VERSION:=8.1.30
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_HASH:=3036d23c23622b36d3c87e943117bdec1ac8f819636eb978d806416b0fa9ea46
$(PKG)_HASH:=c5dd1bdef5d5685b2cedb749158dd152c52d44f65529a34ac15cd88d4b1b3d43
$(PKG)_SITE:=https://www.unbound.net/downloads
### WEBSITE:=https://www.unbound.net
### MANPAGE:=https://www.unbound.net/documentation/unbound.html
Expand Down

1 comment on commit f138afe

@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 unbound and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/unbound

Please sign in to comment.