Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] unbound: update to 1.9.4.
@ 2019-10-03 19:04 voidlinux-github
  2019-10-03 19:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-03 19:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]

There is a new pull request by prspkt against master on the void-packages repository

https://github.com/prspkt/void-packages unbound
https://github.com/void-linux/void-packages/pull/15026

unbound: update to 1.9.4.
Fixes [CVE-2019-16866](https://nlnetlabs.nl/projects/unbound/security-advisories/#vulnerability-in-parsing-notify-queries)

A patch file from https://github.com/void-linux/void-packages/pull/15026.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-unbound-15026.patch --]
[-- Type: text/x-diff, Size: 1088 bytes --]

From 71e1c2b27b76c87bab20d08b98f774a4de691944 Mon Sep 17 00:00:00 2001
From: prspkt <prspkt@protonmail.com>
Date: Thu, 3 Oct 2019 21:49:07 +0300
Subject: [PATCH] unbound: update to 1.9.4.

Signed-off-by: prspkt <prspkt@protonmail.com>
---
 srcpkgs/unbound/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template
index 8f951d66fa1..a29d195e48f 100644
--- a/srcpkgs/unbound/template
+++ b/srcpkgs/unbound/template
@@ -1,6 +1,6 @@
 # Template file for 'unbound'
 pkgname=unbound
-version=1.9.3
+version=1.9.4
 revision=1
 build_style=gnu-configure
 configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
@@ -16,7 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://unbound.net/"
 distfiles="https://unbound.net/downloads/${pkgname}-${version}.tar.gz"
-checksum=1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa
+checksum=3d3e25fb224025f0e732c7970e5676f53fd1764c16d6a01be073a13e42954bb0
 system_accounts="_unbound"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] unbound: update to 1.9.4.
  2019-10-03 19:04 [PR PATCH] unbound: update to 1.9.4 voidlinux-github
@ 2019-10-03 19:13 ` voidlinux-github
  2019-10-03 19:13 ` voidlinux-github
  2019-10-03 19:39 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-03 19:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

There is an updated pull request by prspkt against master on the void-packages repository

https://github.com/prspkt/void-packages unbound
https://github.com/void-linux/void-packages/pull/15026

unbound: update to 1.9.4.
Fixes [CVE-2019-16866](https://nlnetlabs.nl/projects/unbound/security-advisories/#vulnerability-in-parsing-notify-queries)

A patch file from https://github.com/void-linux/void-packages/pull/15026.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-unbound-15026.patch --]
[-- Type: text/x-diff, Size: 1170 bytes --]

From cefe8493f91ddac0dcf5e4a9b7361b84bcf7ebf2 Mon Sep 17 00:00:00 2001
From: prspkt <prspkt@protonmail.com>
Date: Thu, 3 Oct 2019 21:49:07 +0300
Subject: [PATCH] unbound: update to 1.9.4.

Signed-off-by: prspkt <prspkt@protonmail.com>
---
 srcpkgs/unbound/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template
index 8f951d66fa1..c4deafd3af1 100644
--- a/srcpkgs/unbound/template
+++ b/srcpkgs/unbound/template
@@ -1,6 +1,6 @@
 # Template file for 'unbound'
 pkgname=unbound
-version=1.9.3
+version=1.9.4
 revision=1
 build_style=gnu-configure
 configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
@@ -16,7 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://unbound.net/"
 distfiles="https://unbound.net/downloads/${pkgname}-${version}.tar.gz"
-checksum=1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa
+checksum=3d3e25fb224025f0e732c7970e5676f53fd1764c16d6a01be073a13e42954bb0
 system_accounts="_unbound"
 
 post_install() {
@@ -37,4 +37,3 @@ unbound-devel_package() {
 		vmove usr/share/man/man3
 	}
 }
-

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

* Re: [PR PATCH] [Updated] unbound: update to 1.9.4.
  2019-10-03 19:04 [PR PATCH] unbound: update to 1.9.4 voidlinux-github
  2019-10-03 19:13 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-03 19:13 ` voidlinux-github
  2019-10-03 19:39 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-03 19:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

There is an updated pull request by prspkt against master on the void-packages repository

https://github.com/prspkt/void-packages unbound
https://github.com/void-linux/void-packages/pull/15026

unbound: update to 1.9.4.
Fixes [CVE-2019-16866](https://nlnetlabs.nl/projects/unbound/security-advisories/#vulnerability-in-parsing-notify-queries)

A patch file from https://github.com/void-linux/void-packages/pull/15026.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-unbound-15026.patch --]
[-- Type: text/x-diff, Size: 1170 bytes --]

From cefe8493f91ddac0dcf5e4a9b7361b84bcf7ebf2 Mon Sep 17 00:00:00 2001
From: prspkt <prspkt@protonmail.com>
Date: Thu, 3 Oct 2019 21:49:07 +0300
Subject: [PATCH] unbound: update to 1.9.4.

Signed-off-by: prspkt <prspkt@protonmail.com>
---
 srcpkgs/unbound/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template
index 8f951d66fa1..c4deafd3af1 100644
--- a/srcpkgs/unbound/template
+++ b/srcpkgs/unbound/template
@@ -1,6 +1,6 @@
 # Template file for 'unbound'
 pkgname=unbound
-version=1.9.3
+version=1.9.4
 revision=1
 build_style=gnu-configure
 configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
@@ -16,7 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://unbound.net/"
 distfiles="https://unbound.net/downloads/${pkgname}-${version}.tar.gz"
-checksum=1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa
+checksum=3d3e25fb224025f0e732c7970e5676f53fd1764c16d6a01be073a13e42954bb0
 system_accounts="_unbound"
 
 post_install() {
@@ -37,4 +37,3 @@ unbound-devel_package() {
 		vmove usr/share/man/man3
 	}
 }
-

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

* Re: [PR PATCH] [Merged]: unbound: update to 1.9.4.
  2019-10-03 19:04 [PR PATCH] unbound: update to 1.9.4 voidlinux-github
  2019-10-03 19:13 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-03 19:13 ` voidlinux-github
@ 2019-10-03 19:39 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-03 19:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

There's a merged pull request on the void-packages repository

unbound: update to 1.9.4.
https://github.com/void-linux/void-packages/pull/15026

Description:
Fixes [CVE-2019-16866](https://nlnetlabs.nl/projects/unbound/security-advisories/#vulnerability-in-parsing-notify-queries)

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

end of thread, other threads:[~2019-10-03 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-03 19:04 [PR PATCH] unbound: update to 1.9.4 voidlinux-github
2019-10-03 19:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-03 19:13 ` voidlinux-github
2019-10-03 19:39 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).