~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
4 3

[PATCH 1/2] main/iputils: upgrade to 20211215

Details
Message ID
<20211215185455.5073-1-petr.vorel@gmail.com>
DKIM signature
missing
Download raw message
Patch: +4 -6
tftp and traceroute6 has been removed in this release [1][2].

[1] https://github.com/iputils/iputils/pull/369
[2] https://github.com/iputils/iputils/pull/362

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 main/iputils/APKBUILD | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/main/iputils/APKBUILD b/main/iputils/APKBUILD
index cc8b954373..e0da44b8a5 100644
--- a/main/iputils/APKBUILD
+++ b/main/iputils/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iputils
pkgver=20210722
pkgver=20211215
pkgrel=0
pkgdesc="IP Configuration Utilities (and Ping)"
options="!check suid"
@@ -15,8 +15,6 @@ build() {
	abuild-meson \
		-DNO_SETCAP_OR_SUID=true \
		-DBUILD_RARPD=true \
		-DBUILD_TFTPD=true \
		-DBUILD_TRACEROUTE6=true \
		-DBUILD_MANS=false \
		-DUSE_IDN=false \
		-DUSE_GETTEXT=false \
@@ -28,12 +26,12 @@ package() {
	local name
	cd "$builddir"/build

	for name in arping clockdiff rarpd rdisc tftpd/tftpd tracepath; do
	for name in arping clockdiff rarpd rdisc tracepath; do
		install -D -m755 $name "$pkgdir"/usr/sbin/${name##*/}
	done
	install -D -m755 ninfod/ninfod "$pkgdir"/usr/sbin/ninfod

	for name in ping/ping traceroute6; do
	for name in ping/ping; do
		install -D -m4755 $name "$pkgdir"/bin/${name##*/}
	done

@@ -42,5 +40,5 @@ package() {
}

sha512sums="
8f85bf468f8ef1e2832e9bbf9009552df4a6d723dd130fa0d5b2aa3bae617c972f936143c2370c3b4ce2ba2499828c91a299ee42cf81fa81aabe10552db2b328  iputils-20210722.tar.gz
191062e51f7c8e8b38e3e4a96845adb77cd69f487d548c7cc578fad544443b4bc0dbe965d8f8e6fbda0a2f5b2fe2829789c05f873190c53d773245959298f6e9  iputils-20211215.tar.gz
"
-- 
2.34.1

[PATCH 2/2] main/iputils: Don't build legacy tools

Details
Message ID
<20211215185455.5073-2-petr.vorel@gmail.com>
In-Reply-To
<20211215185455.5073-1-petr.vorel@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Patch: +5 -6
ninfod, rarpd, rdisc are legacy tools which are going to be removed from
upstream in next release [1], following previous removals [2].
Remove them now from Alpine.

[1] https://github.com/iputils/iputils/pull/388
[2] https://github.com/iputils/iputils/issues/363

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 main/iputils/APKBUILD | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/main/iputils/APKBUILD b/main/iputils/APKBUILD
index e0da44b8a5..a944d603b7 100644
--- a/main/iputils/APKBUILD
+++ b/main/iputils/APKBUILD
@@ -14,7 +14,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/iputils/iputils/archive/$pkg
build() {
	abuild-meson \
		-DNO_SETCAP_OR_SUID=true \
		-DBUILD_RARPD=true \
		-DBUILD_NINFOD=false \
		-DBUILD_RARPD=false \
		-DBUILD_RDISC=false \
		-DBUILD_MANS=false \
		-DUSE_IDN=false \
		-DUSE_GETTEXT=false \
@@ -26,14 +28,11 @@ package() {
	local name
	cd "$builddir"/build

	for name in arping clockdiff rarpd rdisc tracepath; do
	for name in arping clockdiff tracepath; do
		install -D -m755 $name "$pkgdir"/usr/sbin/${name##*/}
	done
	install -D -m755 ninfod/ninfod "$pkgdir"/usr/sbin/ninfod

	for name in ping/ping; do
		install -D -m4755 $name "$pkgdir"/bin/${name##*/}
	done
	install -D -m4755 ping/ping "$pkgdir"/bin/ping

	ln -s tracepath "$pkgdir"/usr/sbin/tracepath6
	ln -s ping "$pkgdir"/bin/ping6
-- 
2.34.1
Details
Message ID
<164347201151.985.14919196451852838494.gitlab.28509.5390c6479ef7712cc69b44599f8ce8fb87b39eea@listserv.local>
In-Reply-To
<20211215185455.5073-1-petr.vorel@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Sorry to bother you @mailinglist-bot,

but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@ncopa`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Thanks for your contribution.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28509#note_210610
Details
Message ID
<YfbGe2lEhsPBa9wp@pevik>
In-Reply-To
<164347201151.985.14919196451852838494.gitlab.28509.5390c6479ef7712cc69b44599f8ce8fb87b39eea@listserv.local> (view parent)
DKIM signature
missing
Download raw message
> Sorry to bother you @mailinglist-bot,

> but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@ncopa`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Well, nothing missing on my side. Actually no response on base package taught me
not waste time with Alpine.

Kind regards,
Petr

> Thanks for your contribution.
Details
Message ID
<164356264213.985.17260400577667574637.gitlab.28509.5390c6479ef7712cc69b44599f8ce8fb87b39eea@listserv.local>
In-Reply-To
<164347201151.985.14919196451852838494.gitlab.28509.5390c6479ef7712cc69b44599f8ce8fb87b39eea@listserv.local> (view parent)
DKIM signature
missing
Download raw message
Petr Vorel <petr.vorel@gmail.com> replied via email:

```
> Sorry to bother you @mailinglist-bot,

> but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@ncopa`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Well, nothing missing on my side. Actually no response on base package taught me
not waste time with Alpine.

Kind regards,
Petr

> Thanks for your contribution.

```

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28509#note_210989
Reply to thread Export thread (mbox)