From 25261de5d088601aaacff949b6257d1240a4b3b7 Mon Sep 17 00:00:00 2001 From: Emil Miler 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 " 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 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 -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 - #include - #include -+#include - - #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