-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from klutchell/kyle/unbound-1.17.0
Bump unbound to 1.17.0
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
--- | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters