Github messages for voidlinux
 help / color / mirror / Atom feed
From: realcharmer <realcharmer@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] dhcpcd: update to 10.0.6
Date: Tue, 28 May 2024 14:19:50 +0200	[thread overview]
Message-ID: <20240528121950.A424D283AD@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48181@inbox.vuxu.org>

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

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

https://github.com/realcharmer/void-packages dhcpcd
https://github.com/void-linux/void-packages/pull/48181

dhcpcd: update to 10.0.6
#### Testing the changes
- I tested the changes in this PR: **briefly**
- I built this PR locally for my native architecture, (x86_64)

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

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

From 25261de5d088601aaacff949b6257d1240a4b3b7 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 9 May 2024 10:28:27 +0200
Subject: [PATCH 1/2] chirp: update to 20240504

---
 srcpkgs/chirp/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/chirp/template b/srcpkgs/chirp/template
index a6a21589c7aed9..5b11dc2d31ba55 100644
--- a/srcpkgs/chirp/template
+++ b/srcpkgs/chirp/template
@@ -1,14 +1,13 @@
 # Template file for 'chirp'
 pkgname=chirp
-version=20230911
-revision=3
+version=20240504
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
-depends="python3-six wxPython python3-pyserial python3-future python3-requests
- python3-suds python3-yattag"
+depends="wxPython python3-pyserial python3-requests python3-suds python3-yattag"
 short_desc="Open-source tool for programming amateur radios"
 maintainer="Emil Miler <em@0x45.cz>"
 license="GPL-3.0-or-later"
 homepage="https://chirp.danplanet.com/projects/chirp/wiki/Home"
 distfiles="https://trac.chirp.danplanet.com/chirp_next/next-${version}/chirp-${version}.tar.gz"
-checksum=948cfd8972626d9311ff4c1f3227d7965709462af2af38e5e7fd47cb7e79c36c
+checksum=a2cca594e68cce0b7b07cc806e724a3d43448c34f411581589fd11b05f715713

From 6b0eb49c90e74dbf3d1158b4cde200a705118d85 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 12 Jan 2024 11:57:52 +0100
Subject: [PATCH 2/2] dhcpcd: update to 10.0.8

---
 .../dhcpcd/patches/privsep-ppc-build.patch    | 24 -------------------
 srcpkgs/dhcpcd/patches/wpa-hook-stop.patch    | 10 --------
 srcpkgs/dhcpcd/template                       |  4 ++--
 3 files changed, 2 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/dhcpcd/patches/privsep-ppc-build.patch
 delete mode 100644 srcpkgs/dhcpcd/patches/wpa-hook-stop.patch

diff --git a/srcpkgs/dhcpcd/patches/privsep-ppc-build.patch b/srcpkgs/dhcpcd/patches/privsep-ppc-build.patch
deleted file mode 100644
index 2ae9be602c0d7f..00000000000000
--- a/srcpkgs/dhcpcd/patches/privsep-ppc-build.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 76ec6a63705e1c3591b4da94c10047a79f0f49db Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Sun, 20 Dec 2020 15:16:08 +0100
-Subject: [PATCH] fix privsep build on ppc*
-
----
- src/privsep-linux.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git src/privsep-linux.c src/privsep-linux.c
-index e588ecd..9d335ca 100644
---- a/src/privsep-linux.c
-+++ b/src/privsep-linux.c
-@@ -42,6 +42,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <unistd.h>
-+#include <termios.h>
- 
- #include "common.h"
- #include "if.h"
--- 
-2.29.2
-
diff --git a/srcpkgs/dhcpcd/patches/wpa-hook-stop.patch b/srcpkgs/dhcpcd/patches/wpa-hook-stop.patch
deleted file mode 100644
index 1d16db43168439..00000000000000
--- a/srcpkgs/dhcpcd/patches/wpa-hook-stop.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/hooks/10-wpa_supplicant	2014-11-26 16:34:35.000000000 +0100
-+++ b/hooks/10-wpa_supplicant	2014-11-28 11:53:48.929217243 +0100
-@@ -114,6 +114,6 @@ then
- 	case "$reason" in
- 	PREINIT)	wpa_supplicant_start;;
- 	RECONFIGURE)	wpa_supplicant_reconfigure;;
--	DEPARTED)	wpa_supplicant_stop;;
-+	DEPARTED|STOPPED)	wpa_supplicant_stop;;
- 	esac
- fi
diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template
index 893effb63bb993..37da6ec3b782cf 100644
--- a/srcpkgs/dhcpcd/template
+++ b/srcpkgs/dhcpcd/template
@@ -1,6 +1,6 @@
 # Template file for 'dhcpcd'
 pkgname=dhcpcd
-version=10.0.5
+version=10.0.8
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,7 +15,7 @@ license="BSD-2-Clause"
 homepage="https://roy.marples.name/projects/dhcpcd"
 changelog="https://github.com/NetworkConfiguration/dhcpcd/releases"
 distfiles="https://github.com/NetworkConfiguration/dhcpcd/archive/refs/tags/v${version}.tar.gz"
-checksum=046b060d72b158f813ea61acc1eff773dea4d9ad035a674ed87ecd95bd35cff7
+checksum=f12babff1d3b880a63afc1df1c64c408f3784106e47c932f690bafbed8a83c3e
 lib32disabled=yes
 conf_files=/etc/dhcpcd.conf
 

  parent reply	other threads:[~2024-05-28 12:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12 11:00 [PR PATCH] dhcpcd: update to 10.0.6, adopt realcharmer
2024-02-23 21:15 ` dkwo
2024-03-01 15:02 ` ahesford
2024-03-01 15:25 ` [PR PATCH] [Updated] " ahesford
2024-03-05  6:47 ` dhcpcd: update to 10.0.6 realcharmer
2024-05-24 19:57 ` dkwo
2024-05-28 12:19 ` realcharmer [this message]
2024-05-28 12:20 ` dhcpcd: update to 10.0.8 realcharmer
2024-05-28 12:23 ` [PR PATCH] [Updated] " realcharmer
2024-06-08  2:41 ` [PR PATCH] [Merged]: " cinerea0

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=20240528121950.A424D283AD@inbox.vuxu.org \
    --to=realcharmer@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).