Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dnsmasq: update to 2.88.
@ 2022-12-22 10:24 crtxcr
  2022-12-22 10:26 ` [PR PATCH] [Updated] " crtxcr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: crtxcr @ 2022-12-22 10:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/crtxcr/void-packages update_dnsmasq
https://github.com/void-linux/void-packages/pull/41236

dnsmasq: update to 2.88.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl




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

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

From 700cf442ac0295bf65d04eab68c7c7f16dc20172 Mon Sep 17 00:00:00 2001
From: Albert Schwarzkopf <dev-voidlinux@quitesimple.org>
Date: Thu, 22 Dec 2022 11:18:55 +0100
Subject: [PATCH] dnsmasq: update to 2.88.

---
 srcpkgs/dnsmasq/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template
index b59608c47912..c3e526f507c3 100644
--- a/srcpkgs/dnsmasq/template
+++ b/srcpkgs/dnsmasq/template
@@ -1,6 +1,6 @@
 # Template file for 'dnsmasq'
 pkgname=dnsmasq
-version=2.86
+version=2.88
 revision=2
 conf_files="/etc/dnsmasq.conf"
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
 changelog="http://www.thekelleys.org.uk/dnsmasq/CHANGELOG"
 distfiles="http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${version}.tar.gz"
-checksum=ef15f608a83ee2b1d1d2c1f11d089a7e0ac401ffb0991de73fc01ce5f290e512
+checksum=da9d26aa3f3fc15f3b58b94edbb9ddf744cbce487194ea480bd8e7381b3ca028
 system_accounts="dnsmasq"
 dnsmasq_homedir="/var/chroot"
 

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

* Re: [PR PATCH] [Updated] dnsmasq: update to 2.88.
  2022-12-22 10:24 [PR PATCH] dnsmasq: update to 2.88 crtxcr
@ 2022-12-22 10:26 ` crtxcr
  2022-12-22 16:47 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: crtxcr @ 2022-12-22 10:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/crtxcr/void-packages update_dnsmasq
https://github.com/void-linux/void-packages/pull/41236

dnsmasq: update to 2.88.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl




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

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

From 8f7bff6b499360eb5df9858033ea04679b83ed7f Mon Sep 17 00:00:00 2001
From: Albert Schwarzkopf <dev-voidlinux@quitesimple.org>
Date: Thu, 22 Dec 2022 11:18:55 +0100
Subject: [PATCH] dnsmasq: update to 2.88.

---
 srcpkgs/dnsmasq/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template
index b59608c47912..8aabe8f76976 100644
--- a/srcpkgs/dnsmasq/template
+++ b/srcpkgs/dnsmasq/template
@@ -1,7 +1,7 @@
 # Template file for 'dnsmasq'
 pkgname=dnsmasq
-version=2.86
-revision=2
+version=2.88
+revision=1
 conf_files="/etc/dnsmasq.conf"
 hostmakedepends="pkg-config"
 makedepends="dbus-devel libcap-devel libidn2-devel $(vopt_if dnssec nettle-devel)"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
 changelog="http://www.thekelleys.org.uk/dnsmasq/CHANGELOG"
 distfiles="http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${version}.tar.gz"
-checksum=ef15f608a83ee2b1d1d2c1f11d089a7e0ac401ffb0991de73fc01ce5f290e512
+checksum=da9d26aa3f3fc15f3b58b94edbb9ddf744cbce487194ea480bd8e7381b3ca028
 system_accounts="dnsmasq"
 dnsmasq_homedir="/var/chroot"
 

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

* Re: [PR REVIEW] dnsmasq: update to 2.88.
  2022-12-22 10:24 [PR PATCH] dnsmasq: update to 2.88 crtxcr
  2022-12-22 10:26 ` [PR PATCH] [Updated] " crtxcr
@ 2022-12-22 16:47 ` paper42
  2022-12-22 18:27 ` [PR PATCH] [Updated] " crtxcr
  2022-12-22 18:45 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-12-22 16:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41236#discussion_r1055653484

Comment:
https

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

* Re: [PR PATCH] [Updated] dnsmasq: update to 2.88.
  2022-12-22 10:24 [PR PATCH] dnsmasq: update to 2.88 crtxcr
  2022-12-22 10:26 ` [PR PATCH] [Updated] " crtxcr
  2022-12-22 16:47 ` [PR REVIEW] " paper42
@ 2022-12-22 18:27 ` crtxcr
  2022-12-22 18:45 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: crtxcr @ 2022-12-22 18:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/crtxcr/void-packages update_dnsmasq
https://github.com/void-linux/void-packages/pull/41236

dnsmasq: update to 2.88.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl




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

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

From 55f8f604e80d1bf73a3dbdad4d637cb1459b6407 Mon Sep 17 00:00:00 2001
From: Albert Schwarzkopf <dev-voidlinux@quitesimple.org>
Date: Thu, 22 Dec 2022 11:18:55 +0100
Subject: [PATCH] dnsmasq: update to 2.88.

---
 srcpkgs/dnsmasq/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template
index b59608c47912..ce8536b96140 100644
--- a/srcpkgs/dnsmasq/template
+++ b/srcpkgs/dnsmasq/template
@@ -1,17 +1,17 @@
 # Template file for 'dnsmasq'
 pkgname=dnsmasq
-version=2.86
-revision=2
+version=2.88
+revision=1
 conf_files="/etc/dnsmasq.conf"
 hostmakedepends="pkg-config"
 makedepends="dbus-devel libcap-devel libidn2-devel $(vopt_if dnssec nettle-devel)"
 short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
-changelog="http://www.thekelleys.org.uk/dnsmasq/CHANGELOG"
-distfiles="http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${version}.tar.gz"
-checksum=ef15f608a83ee2b1d1d2c1f11d089a7e0ac401ffb0991de73fc01ce5f290e512
+homepage="https://www.thekelleys.org.uk/dnsmasq/doc.html"
+changelog="https://www.thekelleys.org.uk/dnsmasq/CHANGELOG"
+distfiles="https://www.thekelleys.org.uk/dnsmasq/dnsmasq-${version}.tar.gz"
+checksum=da9d26aa3f3fc15f3b58b94edbb9ddf744cbce487194ea480bd8e7381b3ca028
 system_accounts="dnsmasq"
 dnsmasq_homedir="/var/chroot"
 

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

* Re: [PR PATCH] [Merged]: dnsmasq: update to 2.88.
  2022-12-22 10:24 [PR PATCH] dnsmasq: update to 2.88 crtxcr
                   ` (2 preceding siblings ...)
  2022-12-22 18:27 ` [PR PATCH] [Updated] " crtxcr
@ 2022-12-22 18:45 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-12-22 18:45 UTC (permalink / raw)
  To: ml

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

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

dnsmasq: update to 2.88.
https://github.com/void-linux/void-packages/pull/41236

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl




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

end of thread, other threads:[~2022-12-22 18:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22 10:24 [PR PATCH] dnsmasq: update to 2.88 crtxcr
2022-12-22 10:26 ` [PR PATCH] [Updated] " crtxcr
2022-12-22 16:47 ` [PR REVIEW] " paper42
2022-12-22 18:27 ` [PR PATCH] [Updated] " crtxcr
2022-12-22 18:45 ` [PR PATCH] [Merged]: " paper42

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).