Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/unbound: bump version to 1.16.2
@ 2022-08-02 21:20 Kyle Harding via buildroot
  2022-08-02 22:22 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Kyle Harding via buildroot @ 2022-08-02 21:20 UTC (permalink / raw)
  To: buildroot; +Cc: Kyle Harding, Stefan Ott

Signed-off-by: Kyle Harding <kyle@balena.io>
---
 package/unbound/unbound.hash | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/unbound/unbound.hash b/package/unbound/unbound.hash
index 68087cc28e..8bfe48df9f 100644
--- a/package/unbound/unbound.hash
+++ b/package/unbound/unbound.hash
@@ -1,5 +1,5 @@
-# From https://nlnetlabs.nl/downloads/unbound/unbound-1.16.0.tar.gz.sha256
-sha256  6701534c938eb019626601191edc6d012fc534c09d2418d5b92827db0cbe48a5  unbound-1.16.0.tar.gz
+# From https://nlnetlabs.nl/downloads/unbound/unbound-1.16.2.tar.gz.sha256
+sha256  2e32f283820c24c51ca1dd8afecfdb747c7385a137abe865c99db4b257403581  unbound-1.16.2.tar.gz
 
 # Locally calculated
 sha256  8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db  LICENSE
-- 
2.37.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/unbound: bump version to 1.16.2
  2022-08-02 21:20 Kyle Harding via buildroot
@ 2022-08-02 22:22 ` Thomas Petazzoni via buildroot
  2022-08-03  1:53   ` Kyle Harding via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-02 22:22 UTC (permalink / raw)
  To: Kyle Harding via buildroot; +Cc: Kyle Harding, Stefan Ott

On Tue,  2 Aug 2022 17:20:05 -0400
Kyle Harding via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Kyle Harding <kyle@balena.io>
> ---
>  package/unbound/unbound.hash | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/unbound/unbound.hash b/package/unbound/unbound.hash
> index 68087cc28e..8bfe48df9f 100644
> --- a/package/unbound/unbound.hash
> +++ b/package/unbound/unbound.hash
> @@ -1,5 +1,5 @@
> -# From https://nlnetlabs.nl/downloads/unbound/unbound-1.16.0.tar.gz.sha256
> -sha256  6701534c938eb019626601191edc6d012fc534c09d2418d5b92827db0cbe48a5  unbound-1.16.0.tar.gz
> +# From https://nlnetlabs.nl/downloads/unbound/unbound-1.16.2.tar.gz.sha256
> +sha256  2e32f283820c24c51ca1dd8afecfdb747c7385a137abe865c99db4b257403581  unbound-1.16.2.tar.gz
>  
>  # Locally calculated
>  sha256  8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db  LICENSE

Thanks, but this patch is missing the change to unbound.mk.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/unbound: bump version to 1.16.2
@ 2022-08-03  1:51 Kyle Harding via buildroot
  2022-08-03  8:55 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Kyle Harding via buildroot @ 2022-08-03  1:51 UTC (permalink / raw)
  To: buildroot; +Cc: Kyle Harding, Stefan Ott

Signed-off-by: Kyle Harding <kyle@balena.io>
---
 package/unbound/unbound.hash | 4 ++--
 package/unbound/unbound.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/unbound/unbound.hash b/package/unbound/unbound.hash
index 68087cc28e..8bfe48df9f 100644
--- a/package/unbound/unbound.hash
+++ b/package/unbound/unbound.hash
@@ -1,5 +1,5 @@
-# From https://nlnetlabs.nl/downloads/unbound/unbound-1.16.0.tar.gz.sha256
-sha256  6701534c938eb019626601191edc6d012fc534c09d2418d5b92827db0cbe48a5  unbound-1.16.0.tar.gz
+# From https://nlnetlabs.nl/downloads/unbound/unbound-1.16.2.tar.gz.sha256
+sha256  2e32f283820c24c51ca1dd8afecfdb747c7385a137abe865c99db4b257403581  unbound-1.16.2.tar.gz
 
 # Locally calculated
 sha256  8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db  LICENSE
diff --git a/package/unbound/unbound.mk b/package/unbound/unbound.mk
index 8863d039bb..a3c3ddc8e3 100644
--- a/package/unbound/unbound.mk
+++ b/package/unbound/unbound.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-UNBOUND_VERSION = 1.16.0
+UNBOUND_VERSION = 1.16.2
 UNBOUND_SITE = https://www.unbound.net/downloads
 UNBOUND_DEPENDENCIES = host-pkgconf expat libevent openssl
 UNBOUND_LICENSE = BSD-3-Clause
-- 
2.37.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/unbound: bump version to 1.16.2
  2022-08-02 22:22 ` Thomas Petazzoni via buildroot
@ 2022-08-03  1:53   ` Kyle Harding via buildroot
  0 siblings, 0 replies; 5+ messages in thread
From: Kyle Harding via buildroot @ 2022-08-03  1:53 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Stefan Ott, Kyle Harding via buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1342 bytes --]

I just noticed that too, a new patch is incoming. Sorry for the noise!

On Tue, Aug 2, 2022 at 6:22 PM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:

> On Tue,  2 Aug 2022 17:20:05 -0400
> Kyle Harding via buildroot <buildroot@buildroot.org> wrote:
>
> > Signed-off-by: Kyle Harding <kyle@balena.io>
> > ---
> >  package/unbound/unbound.hash | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/package/unbound/unbound.hash b/package/unbound/unbound.hash
> > index 68087cc28e..8bfe48df9f 100644
> > --- a/package/unbound/unbound.hash
> > +++ b/package/unbound/unbound.hash
> > @@ -1,5 +1,5 @@
> > -# From
> https://nlnetlabs.nl/downloads/unbound/unbound-1.16.0.tar.gz.sha256
> > -sha256
> 6701534c938eb019626601191edc6d012fc534c09d2418d5b92827db0cbe48a5
> unbound-1.16.0.tar.gz
> > +# From
> https://nlnetlabs.nl/downloads/unbound/unbound-1.16.2.tar.gz.sha256
> > +sha256
> 2e32f283820c24c51ca1dd8afecfdb747c7385a137abe865c99db4b257403581
> unbound-1.16.2.tar.gz
> >
> >  # Locally calculated
> >  sha256
> 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db  LICENSE
>
> Thanks, but this patch is missing the change to unbound.mk.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
>

[-- Attachment #1.2: Type: text/html, Size: 2266 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/unbound: bump version to 1.16.2
  2022-08-03  1:51 [Buildroot] [PATCH 1/1] package/unbound: bump version to 1.16.2 Kyle Harding via buildroot
@ 2022-08-03  8:55 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-03  8:55 UTC (permalink / raw)
  To: Kyle Harding via buildroot; +Cc: Kyle Harding, Stefan Ott

On Tue,  2 Aug 2022 21:51:59 -0400
Kyle Harding via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Kyle Harding <kyle@balena.io>
> ---
>  package/unbound/unbound.hash | 4 ++--
>  package/unbound/unbound.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-03  8:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-03  1:51 [Buildroot] [PATCH 1/1] package/unbound: bump version to 1.16.2 Kyle Harding via buildroot
2022-08-03  8:55 ` Thomas Petazzoni via buildroot
  -- strict thread matches above, loose matches on Subject: below --
2022-08-02 21:20 Kyle Harding via buildroot
2022-08-02 22:22 ` Thomas Petazzoni via buildroot
2022-08-03  1:53   ` Kyle Harding via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox