Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bind: move 'delv' and 'mdig' in utils subpkg, bump
@ 2023-08-08 13:06 dmarto
  2023-08-08 13:16 ` mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dmarto @ 2023-08-08 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages bind
https://github.com/void-linux/void-packages/pull/45491

bind: move 'delv' and 'mdig' in utils subpkg, bump
#### Testing the changes
- I tested the changes in this PR: **briefly** (only tested the moved tools)

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 863e731bd5a2e0f6fe9b4b9fc3bf510c6ecf975e Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Tue, 8 Aug 2023 16:04:12 +0300
Subject: [PATCH] bind: move 'delv' and 'mdig' in utils subpkg, bump

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

diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index ac720ac0e1b79..77856af8fff56 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,7 +1,7 @@
 # Template file for 'bind'
 pkgname=bind
 version=9.16.22
-revision=2
+revision=3
 _fullver="${version}${_patchver:+-${_patchver}}"
 build_style=gnu-configure
 configure_args="--disable-static --enable-largefile --with-libtool
@@ -54,7 +54,7 @@ bind-libs_package() {
 bind-utils_package() {
 	short_desc+=" - DNS utils"
 	pkg_install() {
-		for f in dig host nslookup nsupdate; do
+		for f in dig host nslookup nsupdate delv mdig; do
 			vmove usr/bin/${f}
 			vmove usr/share/man/man1/${f}.1
 		done

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

* Re: bind: move 'delv' and 'mdig' in utils subpkg, bump
  2023-08-08 13:06 [PR PATCH] bind: move 'delv' and 'mdig' in utils subpkg, bump dmarto
@ 2023-08-08 13:16 ` mhmdanas
  2023-08-08 13:35 ` [PR PATCH] [Updated] " dmarto
  2023-08-09 20:22 ` [PR PATCH] [Merged]: bind: move 'delv' and 'mdig' to utils subpkg Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-08-08 13:16 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/45491#issuecomment-1669596887

Comment:
You don't need the `, bump` in the commit message, so remove it from there.

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

* Re: [PR PATCH] [Updated] bind: move 'delv' and 'mdig' in utils subpkg, bump
  2023-08-08 13:06 [PR PATCH] bind: move 'delv' and 'mdig' in utils subpkg, bump dmarto
  2023-08-08 13:16 ` mhmdanas
@ 2023-08-08 13:35 ` dmarto
  2023-08-09 20:22 ` [PR PATCH] [Merged]: bind: move 'delv' and 'mdig' to utils subpkg Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: dmarto @ 2023-08-08 13:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages bind
https://github.com/void-linux/void-packages/pull/45491

bind: move 'delv' and 'mdig' in utils subpkg, bump
#### Testing the changes
- I tested the changes in this PR: **briefly** (only tested the moved tools)

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 690c13f5be3def5bef001ef007bb49778ce4c6e3 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Tue, 8 Aug 2023 16:04:12 +0300
Subject: [PATCH] bind: move 'delv' and 'mdig' to utils subpkg

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

diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index ac720ac0e1b79..77856af8fff56 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,7 +1,7 @@
 # Template file for 'bind'
 pkgname=bind
 version=9.16.22
-revision=2
+revision=3
 _fullver="${version}${_patchver:+-${_patchver}}"
 build_style=gnu-configure
 configure_args="--disable-static --enable-largefile --with-libtool
@@ -54,7 +54,7 @@ bind-libs_package() {
 bind-utils_package() {
 	short_desc+=" - DNS utils"
 	pkg_install() {
-		for f in dig host nslookup nsupdate; do
+		for f in dig host nslookup nsupdate delv mdig; do
 			vmove usr/bin/${f}
 			vmove usr/share/man/man1/${f}.1
 		done

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

* Re: [PR PATCH] [Merged]: bind: move 'delv' and 'mdig' to utils subpkg
  2023-08-08 13:06 [PR PATCH] bind: move 'delv' and 'mdig' in utils subpkg, bump dmarto
  2023-08-08 13:16 ` mhmdanas
  2023-08-08 13:35 ` [PR PATCH] [Updated] " dmarto
@ 2023-08-09 20:22 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-08-09 20:22 UTC (permalink / raw)
  To: ml

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

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

bind: move 'delv' and 'mdig' to utils subpkg
https://github.com/void-linux/void-packages/pull/45491

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly** (only tested the moved tools)

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

end of thread, other threads:[~2023-08-09 20:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 13:06 [PR PATCH] bind: move 'delv' and 'mdig' in utils subpkg, bump dmarto
2023-08-08 13:16 ` mhmdanas
2023-08-08 13:35 ` [PR PATCH] [Updated] " dmarto
2023-08-09 20:22 ` [PR PATCH] [Merged]: bind: move 'delv' and 'mdig' to utils subpkg Duncaen

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