From 04405273759b09962fee1f6d5ef244de8e50f99b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 May 2026 00:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9B=85=20Sync=202026-05-12=2000:21:18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geth/Makefile | 4 ++-- hickory-dns/Makefile | 2 +- hickory-dns/files/etc/init.d/hickory-dns | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/geth/Makefile b/geth/Makefile index 6c5986e7..73859827 100644 --- a/geth/Makefile +++ b/geth/Makefile @@ -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}? diff --git a/hickory-dns/Makefile b/hickory-dns/Makefile index 5d627bfc..85a08ab5 100644 --- a/hickory-dns/Makefile +++ b/hickory-dns/Makefile @@ -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)? diff --git a/hickory-dns/files/etc/init.d/hickory-dns b/hickory-dns/files/etc/init.d/hickory-dns index cd96fcfc..1f2acb47 100755 --- a/hickory-dns/files/etc/init.d/hickory-dns +++ b/hickory-dns/files/etc/init.d/hickory-dns @@ -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.