mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
⛅ Sync 2026-05-12 00:21:18
This commit is contained in:
parent
f8ef63f203
commit
0440527375
@ -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}?
|
||||
|
||||
@ -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)?
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user