Sync 2026-05-12 00:21:18

This commit is contained in:
github-actions[bot] 2026-05-12 00:21:18 +08:00
parent f8ef63f203
commit 0440527375
3 changed files with 5 additions and 3 deletions

View File

@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=go-ethereum
PKG_VERSION:=1.17.2
PKG_RELEASE:=2
PKG_VERSION:=1.17.3
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ethereum/go-ethereum/tar.gz/v${PKG_VERSION}?

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=hickory-dns
PKG_VERSION:=0.26.1
PKG_RELEASE:=24
PKG_RELEASE:=25
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/hickory-dns/hickory-dns/tar.gz/v$(PKG_VERSION)?

View File

@ -18,6 +18,8 @@ generate_tsig_key() {
start_service() {
generate_tsig_key
mkdir -p /var/lib/hickory-dns
chown nobody:nogroup /var/lib/hickory-dns
# Remove stale journal so hickory-dns always starts from the zone file.
# ipv6-neigh re-registers all dynamic entries on startup, so the journal
# has no durable value and may contain a corrupt state after unclean shutdown.