Received: from theta.ikke.info (theta.ikke.info [178.21.117.236]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id E165D222F8B for ; Sun, 27 Nov 2022 15:43:59 +0000 (UTC) Received: from 5ead88bdc817 (mutt_mutt_run_3df228483c05.postfix_default [192.168.80.4]) by theta.ikke.info (Postfix) with ESMTPS id D0EDB1402BE; Sun, 27 Nov 2022 15:43:16 +0000 (UTC) Date: Sun, 27 Nov 2022 15:43:16 +0000 From: Kevin Daudt To: Petr Vorel Cc: alpine-aports@lists.alpinelinux.org, Petr Vorel , Leo , alice Subject: Re: [PATCH 1/1] main/iputils: upgrade to 20221126 Message-ID: References: <20221127153353.476738-1-pevik@seznam.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221127153353.476738-1-pevik@seznam.cz> On Sun, Nov 27, 2022 at 04:33:53PM +0100, Petr Vorel wrote: > From: Petr Vorel > > This release removed: ninfod, rarpd, rdisc > => update remove non-existing meson config option. > > Also remove MIT from licences (was for rdisc), > now there are only BSD-3-Clause and GPL-2.0-or-later. > > Signed-off-by: Petr Vorel > --- > main/iputils/APKBUILD | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > > diff --git a/main/iputils/APKBUILD b/main/iputils/APKBUILD > index a944d603b7..5d8cbff1f5 100644 > --- a/main/iputils/APKBUILD > +++ b/main/iputils/APKBUILD > @@ -1,12 +1,12 @@ > # Maintainer: Natanael Copa > pkgname=iputils > -pkgver=20211215 > +pkgver=20221126 > pkgrel=0 > pkgdesc="IP Configuration Utilities (and Ping)" > options="!check suid" > url="https://github.com/iputils/iputils/" > arch="all" > -license="BSD-3-Clause AND GPL-2.0-or-later AND MIT" > +license="BSD-3-Clause AND GPL-2.0-or-later" > makedepends="libcap-dev meson" > replaces="bbsuid" > source="$pkgname-$pkgver.tar.gz::https://github.com/iputils/iputils/archive/$pkgver.tar.gz" > @@ -14,9 +14,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/iputils/iputils/archive/$pkg > build() { > abuild-meson \ > -DNO_SETCAP_OR_SUID=true \ > - -DBUILD_NINFOD=false \ > - -DBUILD_RARPD=false \ > - -DBUILD_RDISC=false \ > -DBUILD_MANS=false \ > -DUSE_IDN=false \ > -DUSE_GETTEXT=false \ > @@ -39,5 +36,5 @@ package() { > } > > sha512sums=" > -191062e51f7c8e8b38e3e4a96845adb77cd69f487d548c7cc578fad544443b4bc0dbe965d8f8e6fbda0a2f5b2fe2829789c05f873190c53d773245959298f6e9 iputils-20211215.tar.gz > +7fdfd76e6f2977039bc0930a1a5451f17319bf17beefc429751d99ffe143a83344d5b4cdbf008627bd70caafeadaf906a8b7c00393fa819e50d6c02b512c367f iputils-20221126.tar.gz > " > -- > 2.38.1 > Created a merge request: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/41769