Skip to content

Commit

Permalink
Merge pull request #103 from klutchell/kyle/unbound-1.17.0
Browse files Browse the repository at this point in the history
Bump unbound to 1.17.0
  • Loading branch information
klutchell authored Oct 14, 2022
2 parents 44c193d + 0502345 commit b7a7faf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 5865b72cef4210d76c85e0d52858a9ca8c9e97e0 Mon Sep 17 00:00:00 2001
From 80e15d8e930ed271542741515907f88bf79c210a Mon Sep 17 00:00:00 2001
From: Kyle Harding <[email protected]>
Date: Wed, 21 Sep 2022 17:52:22 -0400
Subject: [PATCH 1/1] package/unbound: bump version to 1.16.3
Date: Thu, 13 Oct 2022 12:45:38 -0400
Subject: [PATCH 1/1] package/unbound: bump version to 1.17.0

Signed-off-by: Kyle Harding <[email protected]>
---
Expand All @@ -10,27 +10,27 @@ Signed-off-by: Kyle Harding <[email protected]>
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/unbound/unbound.hash b/package/unbound/unbound.hash
index ca6fe174e0..cef8edc4a2 100644
index ca6fe174e0..147ac7b13a 100644
--- a/package/unbound/unbound.hash
+++ b/package/unbound/unbound.hash
@@ -1,5 +1,5 @@
-# From https://nlnetlabs.nl/downloads/unbound/unbound-1.14.0.tar.gz.sha256
-sha256 6ef91cbf02d5299eab39328c0857393de7b4885a2fe7233ddfe3c124ff5a89c8 unbound-1.14.0.tar.gz
+# From https://nlnetlabs.nl/downloads/unbound/unbound-1.16.3.tar.gz.sha256
+sha256 ea0c6665e2c3325b769eac1dfccd60fe1828d5fcf662650039eccb3f67edb28e unbound-1.16.3.tar.gz
+# From https://nlnetlabs.nl/downloads/unbound/unbound-1.17.0.tar.gz.sha256
+sha256 dcbc95d7891d9f910c66e4edc9f1f2fde4dea2eec18e3af9f75aed44a02f1341 unbound-1.17.0.tar.gz

# Locally calculated
sha256 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db LICENSE
diff --git a/package/unbound/unbound.mk b/package/unbound/unbound.mk
index d9be639244..c3a46a4a19 100644
index d9be639244..b5faf2f3db 100644
--- a/package/unbound/unbound.mk
+++ b/package/unbound/unbound.mk
@@ -4,7 +4,7 @@
#
################################################################################

-UNBOUND_VERSION = 1.14.0
+UNBOUND_VERSION = 1.16.3
+UNBOUND_VERSION = 1.17.0
UNBOUND_SITE = https://www.unbound.net/downloads
UNBOUND_DEPENDENCIES = host-pkgconf expat libevent openssl
UNBOUND_LICENSE = BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# platform set by buildkit (DOCKER_BUILDKIT=1)
FROM --platform=$BUILDPLATFORM buildroot/base:20211120.1925 AS buildroot-base

ARG BR_VERSION=2022.02.5
ARG BR_VERSION=2022.02.6

RUN git clone --depth 1 --branch ${BR_VERSION} https://git.busybox.net/buildroot

Expand Down

0 comments on commit b7a7faf

Please sign in to comment.