diff options
author | Jake Buchholz Göktürk <tomalok@gmail.com> | 2023-11-10 20:57:18 +0000 |
---|---|---|
committer | Jake Buchholz Göktürk <tomalok@gmail.com> | 2023-11-10 20:57:18 +0000 |
commit | 8ac96091bfb9fef40e5874eade87bc9cff05466d (patch) | |
tree | cc9658418c42029310b7c44247b2295e8a51ac48 /main/dhcpcd/APKBUILD | |
parent | 1d09b9fb6faa05c1b08d4ee9da27ed512d20dbbb (diff) | |
download | aports-8ac96091bfb9fef40e5874eade87bc9cff05466d.zip |
main/dhcpcd: upgrade to 10.0.5
Diffstat (limited to 'main/dhcpcd/APKBUILD')
-rw-r--r-- | main/dhcpcd/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/dhcpcd/APKBUILD b/main/dhcpcd/APKBUILD index 3a84d99d8f2..0412ceec787 100644 --- a/main/dhcpcd/APKBUILD +++ b/main/dhcpcd/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dhcpcd -pkgver=10.0.4 -pkgrel=2 +pkgver=10.0.5 +pkgrel=0 pkgdesc="RFC2131 compliant DHCP client" url="https://roy.marples.name/projects/dhcpcd" arch="all" @@ -14,7 +14,6 @@ subpackages="$pkgname-doc $pkgname-openrc" source="https://github.com/NetworkConfiguration/dhcpcd/releases/download/v$pkgver/dhcpcd-$pkgver.tar.xz busybox-logger.patch fix-chrony-conf-location.patch - fix-dhcpcd_fork_cb-truncated_read.patch dhcpcd.initd " @@ -48,9 +47,8 @@ package() { } sha512sums=" -8af26c4a42ce63e9cae72de68774807b8739aabd19cc2a0260148f3baa25c587bf34a5a0b80239b54d8ab9b79661744e61b0e316d2c510c4da65615268d3e8cf dhcpcd-10.0.4.tar.xz +f8213eee93e83c174ce5d2487364400fe07b39bb0f052d072518e12f7189136704f65e1f4467432b477f195d64eebe6ca167aec160aed1575ea9ef551b43eb43 dhcpcd-10.0.5.tar.xz b6bdaac9fc0d5d2d7e8c5e30d1a45db1cff2284d01f92f8821b2f03aaff4e0dbd8cbfbced96d8d9d934dc11f22b792a8345d634d8e4e3b84f43016b7e866e302 busybox-logger.patch 1c19eed0f7a008ee96ea392beb327169ff8c83fc27fed20f65f05c9125f60629ebe3474c5e6a7cf4aeeea448fde4264c9b84916efacd67d47ab908c47b1fc3a5 fix-chrony-conf-location.patch -51f7e5cbf323ca99f70e1be398087489ebb3343d7391572b66feb222dfe16b64ffe7e1d00494720d8d3da468938f7d3028a92094fd0a660f762b6f095599214b fix-dhcpcd_fork_cb-truncated_read.patch 7fb44b82a6fa25ee6249fc4835853a4c1fc7d327653efabd9fde303b1f306b3aa6956b2621b55a24fc007ec7ad878ce50e7418ebff0b17fece76e2fdd9e5190d dhcpcd.initd " |