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