Github messages for voidlinux
 help / color / mirror / Atom feed
From: gvccandido <gvccandido@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bind-utils: move nsupdate from bind to bind-utils
Date: Sun, 19 Mar 2023 20:03:59 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42866@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2023-03-19 19:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19 19:03 gvccandido [this message]
2023-06-18  2:07 ` github-actions
2023-06-23 20:03 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42866@inbox.vuxu.org \
    --to=gvccandido@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).