Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bind-utils: move nsupdate from bind to bind-utils
@ 2023-03-19 19:03 gvccandido
  2023-06-18  2:07 ` github-actions
  2023-06-23 20:03 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: gvccandido @ 2023-03-19 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gvccandido/void-packages bind-move-nsupdate-to-utils
https://github.com/void-linux/void-packages/pull/42866

bind-utils: move nsupdate from bind to bind-utils
#### 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-musl

cc @rmccask 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bind-move-nsupdate-to-utils-42866.patch --]
[-- Type: text/x-diff, Size: 984 bytes --]

From c73704aa0bfb1fa8a9659797d528feb4f0892b4b Mon Sep 17 00:00:00 2001
From: Gabriel Vinicius Canzi Candido <gabriel.vccandido@gmail.com>
Date: Sun, 19 Mar 2023 13:54:11 -0300
Subject: [PATCH] bind-utils: move nsupdate from bind to bind-utils

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

diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index 50700e0dfec9..54493e5d9cf9 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,7 +1,7 @@
 # Template file for 'bind'
 pkgname=bind
 version=9.16.22
-revision=1
+revision=2
 _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; do
+		for f in dig host nslookup nsupdate; do
 			vmove usr/bin/${f}
 			vmove usr/share/man/man1/${f}.1
 		done

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

* Re: bind-utils: move nsupdate from bind to bind-utils
  2023-03-19 19:03 [PR PATCH] bind-utils: move nsupdate from bind to bind-utils gvccandido
@ 2023-06-18  2:07 ` github-actions
  2023-06-23 20:03 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-06-18  2:07 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42866#issuecomment-1595925346

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Merged]: bind-utils: move nsupdate from bind to bind-utils
  2023-03-19 19:03 [PR PATCH] bind-utils: move nsupdate from bind to bind-utils gvccandido
  2023-06-18  2:07 ` github-actions
@ 2023-06-23 20:03 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-06-23 20:03 UTC (permalink / raw)
  To: ml

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

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

bind-utils: move nsupdate from bind to bind-utils
https://github.com/void-linux/void-packages/pull/42866

Description:
#### 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-musl

This should fix #42825 if there is no reason for not doing so.
cc @rmccask 

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

end of thread, other threads:[~2023-06-23 20:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 19:03 [PR PATCH] bind-utils: move nsupdate from bind to bind-utils gvccandido
2023-06-18  2:07 ` github-actions
2023-06-23 20:03 ` [PR PATCH] [Merged]: " 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).