Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dhcp: update to 4.4.3.
@ 2022-03-12 23:01 MouadCharradi
  2022-03-13 14:41 ` MouadCharradi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: MouadCharradi @ 2022-03-12 23:01 UTC (permalink / raw)
  To: ml

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

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

* Re: dhcp: update to 4.4.3.
  2022-03-12 23:01 [PR PATCH] dhcp: update to 4.4.3 MouadCharradi
@ 2022-03-13 14:41 ` MouadCharradi
  2022-06-28  2:16 ` github-actions
  2022-07-12  2:16 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: MouadCharradi @ 2022-03-13 14:41 UTC (permalink / raw)
  To: ml

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

New comment by MouadCharradi on void-packages repository

https://github.com/void-linux/void-packages/pull/36117#issuecomment-1066116370

Comment:
I've done some research and I found out that in order to fix this issue, I have to add a flag (most likely an LDFLAG) to link during the shared library creation, but since the Makefile is generated through automake and configure, I couldn't figure out how to create the appropriate patch.

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

* Re: dhcp: update to 4.4.3.
  2022-03-12 23:01 [PR PATCH] dhcp: update to 4.4.3 MouadCharradi
  2022-03-13 14:41 ` MouadCharradi
@ 2022-06-28  2:16 ` github-actions
  2022-07-12  2:16 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-28  2:16 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/36117#issuecomment-1168136768

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: dhcp: update to 4.4.3.
  2022-03-12 23:01 [PR PATCH] dhcp: update to 4.4.3 MouadCharradi
  2022-03-13 14:41 ` MouadCharradi
  2022-06-28  2:16 ` github-actions
@ 2022-07-12  2:16 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-07-12  2:16 UTC (permalink / raw)
  To: ml

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

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

dhcp: update to 4.4.3.
https://github.com/void-linux/void-packages/pull/36117

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

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

end of thread, other threads:[~2022-07-12  2:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12 23:01 [PR PATCH] dhcp: update to 4.4.3 MouadCharradi
2022-03-13 14:41 ` MouadCharradi
2022-06-28  2:16 ` github-actions
2022-07-12  2:16 ` [PR PATCH] [Closed]: " github-actions

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