From de4f303186927ad1a7a8ff1ec221583d0f8ca047 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 11 Dec 2018 19:46:10 +0000 Subject: [PATCH] core127: Ship updated unbound Signed-off-by: Michael Tremer --- config/rootfiles/core/127/filelists/unbound | 1 + config/rootfiles/core/127/update.sh | 1 + lfs/wget | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/127/filelists/unbound diff --git a/config/rootfiles/core/127/filelists/unbound b/config/rootfiles/core/127/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/127/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 0a9e279fe4..0c928e89aa 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -45,6 +45,7 @@ ldconfig /usr/local/bin/update-lang-cache # Start services +/etc/init.d/unbound restart # Finish /etc/init.d/fireinfo start diff --git a/lfs/wget b/lfs/wget index 39f59ba804..5ccb0029ff 100644 --- a/lfs/wget +++ b/lfs/wget @@ -24,7 +24,7 @@ include Config -VER = 1.19.5 +VER = 1.20 THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2db6f03d655041f82eb64b8c8a1fa7da +$(DL_FILE)_MD5 = 9f1515d083b769e9ff7642ce6016518e install : $(TARGET) -- 2.39.2