Github messages for voidlinux
 help / color / mirror / Atom feed
From: MouadCharradi <MouadCharradi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] dhcp: update to 4.4.3.
Date: Sun, 13 Mar 2022 00:01:51 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36117@inbox.vuxu.org> (raw)

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

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

https://github.com/MouadCharradi/void-packages dhcp
https://github.com/void-linux/void-packages/pull/36117

dhcp: update to 4.4.3.
#### Testing the changes
- I tested the changes in this PR: **NO**

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

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

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

From 17b61fa0e6bf169d7108a761962f248168a52a2f Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Sun, 13 Mar 2022 00:00:35 +0100
Subject: [PATCH] dhcp: update to 4.4.3.

---
 srcpkgs/dhcp/patches/0002-iproute2.patch | 13 -------------
 srcpkgs/dhcp/template                    |  6 +++---
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/dhcp/patches/0002-iproute2.patch

diff --git a/srcpkgs/dhcp/patches/0002-iproute2.patch b/srcpkgs/dhcp/patches/0002-iproute2.patch
deleted file mode 100644
index 7d728e99cccb..000000000000
--- a/srcpkgs/dhcp/patches/0002-iproute2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/client/scripts/linux b/client/scripts/linux
-index 5fb16121..c4cef632 100755
---- a/client/scripts/linux
-+++ b/client/scripts/linux
-@@ -362,7 +362,7 @@ case "$reason" in
-         interface_up_wait_time=5
-         for i in $(seq 0 ${interface_up_wait_time})
-         do
--            ifconfig ${interface} | grep RUNNING >/dev/null 2>&1
-+            ${ip} link show dev ${interface} | grep -q LOWER_UP 2>&1
-             if [ $? -eq 0 ]; then
-                 break;
-             fi
diff --git a/srcpkgs/dhcp/template b/srcpkgs/dhcp/template
index c95d2391664c..600a81fe2218 100644
--- a/srcpkgs/dhcp/template
+++ b/srcpkgs/dhcp/template
@@ -1,7 +1,7 @@
 # Template file for 'dhcp'
 pkgname=dhcp
-version=4.4.2P1
-revision=3
+version=4.4.3
+revision=1
 wrksrc="dhcp-${version/P/-P}"
 build_style=gnu-configure
 hostmakedepends="perl tar automake libtool"
@@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://www.isc.org/downloads/dhcp"
 distfiles="http://ftp.isc.org/isc/dhcp/${version/P/-P}/dhcp-${version/P/-P}.tar.gz"
-checksum=b05e04337539545a8faa0d6ac518defc61a07e5aec66a857f455e7f218c85a1a
+checksum=0e3ec6b4c2a05ec0148874bcd999a66d05518378d77421f607fb0bc9d0135818
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

             reply	other threads:[~2022-03-12 23:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-12 23:01 MouadCharradi [this message]
2022-03-13 14:41 ` MouadCharradi
2022-06-28  2:16 ` github-actions
2022-07-12  2:16 ` [PR PATCH] [Closed]: " github-actions

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-36117@inbox.vuxu.org \
    --to=mouadcharradi@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).