Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 349D42231F4 for ; Sun, 27 Nov 2022 18:24:04 +0000 (UTC) Received: by mail-pl1-x635.google.com with SMTP id y17so300463plp.3 for ; Sun, 27 Nov 2022 10:24:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=+DOu8IM8ezNasWXOnzLUBdCL3I3ab8SO/jcytIO/Le4=; b=b5YPi7F/KMkXIQY3CnXpn9XuxsztOt8JcAFwbZcZW68gg7KwnQ9vUd35Ooyv2bLqqz Pzr7BJb4V43Uwkf63e9mUsggcDodIvu1RPbk/EGrlGInYpt8zsYCw20k9WWYvP+WR1Uh H6FfUfza4KOYWaSxKfAgdeBmxtATtFwokLbI4in/kbtJqS45ir9eD+1AIFT+XV1tOHBv s7+8Yx9LpZmZ8TyFVOijxbMC0nL9k6owBIhPi8adoRRZhcDpvCMPd8+YOAUwgPhweCZv lHcSNMqG5z7pO0MwBOjxFEC5gagTaJOOPheXHSsoM+9Dwj+UxJtr5FGjYZqew0/hK3hG GhaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=+DOu8IM8ezNasWXOnzLUBdCL3I3ab8SO/jcytIO/Le4=; b=lEKumkurtlyNUab2RzFmGvaEyeZbFQrBxVHE2gMX6j0qfuMu28D4bJWikPVdshAmyk x/vddZmXvtCNHCVsAVkXMRpMoXzEdba1fr3Wyhi0SCLbrQSgXtvB6UqujZn2ZjWzAjhQ kT3kX3+fEdYIMxQvDZhGC9XONKHDseFBuOv3d00rRGONZpw47ajReMh05r8Pe776pQFo fwmxK7n8qpdvhZrf8aymisUb6A9xjr1phhZAhF9BqVAZzYbTdZC1CFWDkBMuzKvo7xAQ EZ2GPJkbri8vvHBCbOWfEBP3oVhkjvFjaT027KYXGAzVlxEUDzWwuhZT4bT5mkjmMvfJ JcwQ== X-Gm-Message-State: ANoB5pmkmrUispAwApnb5k+KE1ILmwsY5PgoHDNdE/TCif9MLvd8rwqs adinvAOOTibFA5V5C+jYMgAYsAqwl+JwgV8ayWs= X-Google-Smtp-Source: AA0mqf50027CBjSW3WE7LvGgJyRmsQLJ+K7DUkzETkPaGcKNY0VQ+anioWlt+xSWeTkBDJaFT8rNN5om+fqY+TnJ5k8= X-Received: by 2002:a17:90a:9a92:b0:219:28b1:587d with SMTP id e18-20020a17090a9a9200b0021928b1587dmr5318474pjp.3.1669573442158; Sun, 27 Nov 2022 10:24:02 -0800 (PST) MIME-Version: 1.0 References: <20221127153353.476738-1-pevik@seznam.cz> In-Reply-To: From: Petr Vorel Date: Sun, 27 Nov 2022 19:23:50 +0100 Message-ID: Subject: Re: [PATCH 1/1] main/iputils: upgrade to 20221126 To: Kevin Daudt Cc: Petr Vorel , alpine-aports@lists.alpinelinux.org, Leo , alice Content-Type: text/plain; charset="UTF-8" Thank you! Good to know, next time I'll create merge request myself. Kind regards, Petr On Sun, 27 Nov 2022 at 16:44, Kevin Daudt wrote: > > 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