~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
2 2

[PATCH 1/1] main/iputils: upgrade to 20221126

Petr Vorel <pevik@seznam.cz>
Details
Message ID
<20221127153353.476738-1-pevik@seznam.cz>
DKIM signature
missing
Download raw message
Patch: +3 -6
From: Petr Vorel <petr.vorel@gmail.com>

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 <petr.vorel@gmail.com>
---
 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 <ncopa@alpinelinux.org>
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
Details
Message ID
<Y4OFlPIg0Uff8Ujj@5ead88bdc817>
In-Reply-To
<20221127153353.476738-1-pevik@seznam.cz> (view parent)
DKIM signature
missing
Download raw message
On Sun, Nov 27, 2022 at 04:33:53PM +0100, Petr Vorel wrote:
> From: Petr Vorel <petr.vorel@gmail.com>
> 
> 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 <petr.vorel@gmail.com>
> ---
>  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 <ncopa@alpinelinux.org>
>  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
Details
Message ID
<CAB1t1CxYud=sy8iQfQ=sdxZ+jfxiK9vJx7sMWVy5qPMr6VnKjQ@mail.gmail.com>
In-Reply-To
<Y4OFlPIg0Uff8Ujj@5ead88bdc817> (view parent)
DKIM signature
missing
Download raw message
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 <kdaudt@alpinelinux.org> wrote:
>
> On Sun, Nov 27, 2022 at 04:33:53PM +0100, Petr Vorel wrote:
> > From: Petr Vorel <petr.vorel@gmail.com>
> >
> > 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 <petr.vorel@gmail.com>
> > ---
> >  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 <ncopa@alpinelinux.org>
> >  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
Reply to thread Export thread (mbox)