Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iptables: update to 1.8.9.
@ 2023-01-21 20:02 motorto
  2023-01-21 20:04 ` [PR PATCH] [Updated] " motorto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: motorto @ 2023-01-21 20:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1061 bytes --]

There is a new pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages iptables-1.8.9
https://github.com/void-linux/void-packages/pull/41779

iptables: update to 1.8.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
```
SUMMARY
pkg:iptables host:x86_64 target:x86_64 cross:n result:OK
pkg:iptables host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:iptables host:i686 target:i686 cross:n result:OK
pkg:iptables host:x86_64 target:aarch64-musl cross:y result:OK
pkg:iptables host:x86_64 target:aarch64 cross:y result:OK
pkg:iptables host:x86_64 target:armv7l-musl cross:y result:OK
pkg:iptables host:x86_64 target:armv7l cross:y result:OK
pkg:iptables host:x86_64 target:armv6l-musl cross:y result:OK
pkg:iptables host:x86_64 target:armv6l cross:y result:OK
```

A patch file from https://github.com/void-linux/void-packages/pull/41779.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iptables-1.8.9-41779.patch --]
[-- Type: text/x-diff, Size: 2791 bytes --]

From 16085a73d1c4fe36cb8f4c69755a3c5b07615807 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 21 Jan 2023 19:27:26 +0000
Subject: [PATCH] iptables: update to 1.8.9.

---
 ...tions-add-check-to-the-phony-targets.patch | 30 -------------------
 srcpkgs/iptables/template                     |  6 ++--
 2 files changed, 3 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch

diff --git a/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch b/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch
deleted file mode 100644
index 6721ee010fe7..000000000000
--- a/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 35ddfd15b4742f73fd677ea6fb1a6bfa5fa709a9 Mon Sep 17 00:00:00 2001
-From: Anthony Iliopoulos <ailiop@altatus.com>
-Date: Mon, 15 Feb 2021 13:24:04 +0100
-Subject: [PATCH] extentions makefile: add check to the phony targets
-
-check-recurse from the top level makefile errors out when descenting
-into the extentions directory, since the makefile there doesn't include
-a check target.
-
-Signed-off-by: Anthony Iliopoulos <ailiop@altatus.com>
----
- extensions/GNUmakefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git extensions/GNUmakefile.in extensions/GNUmakefile.in
-index 956ccb3..78ce2ee 100644
---- a/extensions/GNUmakefile.in
-+++ b/extensions/GNUmakefile.in
-@@ -79,7 +79,7 @@ targets_install :=
- 
- .SECONDARY:
- 
--.PHONY: all install uninstall clean distclean FORCE
-+.PHONY: all install uninstall check clean distclean FORCE
- 
- all: ${targets}
- 
--- 
-2.30.1
-
diff --git a/srcpkgs/iptables/template b/srcpkgs/iptables/template
index a55003cc07ac..43e1f2e419a2 100644
--- a/srcpkgs/iptables/template
+++ b/srcpkgs/iptables/template
@@ -1,6 +1,6 @@
 # Template file for 'iptables'
 pkgname=iptables
-version=1.8.7
+version=1.8.9
 revision=1
 build_style=gnu-configure
 configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
@@ -11,8 +11,8 @@ short_desc="Linux IPv[46] packet filtering ruleset"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.netfilter.org/"
-distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.bz2"
-checksum=c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0
+distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.xz"
+checksum=ef6639a43be8325a4f8ea68123ffac236cb696e8c78501b64e8106afb008c87f
 alternatives="
  iptables:ip6tables:/usr/bin/xtables-legacy-multi
  iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] iptables: update to 1.8.9.
  2023-01-21 20:02 [PR PATCH] iptables: update to 1.8.9 motorto
@ 2023-01-21 20:04 ` motorto
  2023-04-23  1:59 ` github-actions
  2023-05-08  1:53 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2023-01-21 20:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages iptables-1.8.9
https://github.com/void-linux/void-packages/pull/41779

iptables: update to 1.8.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
```
SUMMARY
pkg:iptables host:x86_64 target:x86_64 cross:n result:OK
pkg:iptables host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:iptables host:i686 target:i686 cross:n result:OK
pkg:iptables host:x86_64 target:aarch64-musl cross:y result:OK
pkg:iptables host:x86_64 target:aarch64 cross:y result:OK
pkg:iptables host:x86_64 target:armv7l-musl cross:y result:OK
pkg:iptables host:x86_64 target:armv7l cross:y result:OK
pkg:iptables host:x86_64 target:armv6l-musl cross:y result:OK
pkg:iptables host:x86_64 target:armv6l cross:y result:OK
```

A patch file from https://github.com/void-linux/void-packages/pull/41779.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iptables-1.8.9-41779.patch --]
[-- Type: text/x-diff, Size: 3239 bytes --]

From 1fe14735f69c5f6ef0ef099386ec4d40e2c6690c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 21 Jan 2023 19:27:26 +0000
Subject: [PATCH] iptables: update to 1.8.9.

---
 ...tions-add-check-to-the-phony-targets.patch | 30 -------------------
 srcpkgs/iptables/template                     |  8 +++--
 2 files changed, 5 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch

diff --git a/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch b/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch
deleted file mode 100644
index 6721ee010fe7..000000000000
--- a/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 35ddfd15b4742f73fd677ea6fb1a6bfa5fa709a9 Mon Sep 17 00:00:00 2001
-From: Anthony Iliopoulos <ailiop@altatus.com>
-Date: Mon, 15 Feb 2021 13:24:04 +0100
-Subject: [PATCH] extentions makefile: add check to the phony targets
-
-check-recurse from the top level makefile errors out when descenting
-into the extentions directory, since the makefile there doesn't include
-a check target.
-
-Signed-off-by: Anthony Iliopoulos <ailiop@altatus.com>
----
- extensions/GNUmakefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git extensions/GNUmakefile.in extensions/GNUmakefile.in
-index 956ccb3..78ce2ee 100644
---- a/extensions/GNUmakefile.in
-+++ b/extensions/GNUmakefile.in
-@@ -79,7 +79,7 @@ targets_install :=
- 
- .SECONDARY:
- 
--.PHONY: all install uninstall clean distclean FORCE
-+.PHONY: all install uninstall check clean distclean FORCE
- 
- all: ${targets}
- 
--- 
-2.30.1
-
diff --git a/srcpkgs/iptables/template b/srcpkgs/iptables/template
index a55003cc07ac..28c2f5ad5ca7 100644
--- a/srcpkgs/iptables/template
+++ b/srcpkgs/iptables/template
@@ -1,18 +1,19 @@
 # Template file for 'iptables'
 pkgname=iptables
-version=1.8.7
+version=1.8.9
 revision=1
 build_style=gnu-configure
 configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
 hostmakedepends="pkg-config flex"
 makedepends="libpcap-devel libfl-devel libmnl-devel libnfnetlink-devel
  libnetfilter_conntrack-devel libnftnl-devel"
+checkdepends="python3"
 short_desc="Linux IPv[46] packet filtering ruleset"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.netfilter.org/"
-distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.bz2"
-checksum=c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0
+distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.xz"
+checksum=ef6639a43be8325a4f8ea68123ffac236cb696e8c78501b64e8106afb008c87f
 alternatives="
  iptables:ip6tables:/usr/bin/xtables-legacy-multi
  iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi
@@ -20,6 +21,7 @@ alternatives="
  iptables:iptables:/usr/bin/xtables-legacy-multi
  iptables:iptables-restore:/usr/bin/xtables-legacy-multi
  iptables:iptables-save:/usr/bin/xtables-legacy-multi"
+make_check=no #/etc/ethertypes is missing
 
 pre_build() {
 	rm include/linux/types.h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iptables: update to 1.8.9.
  2023-01-21 20:02 [PR PATCH] iptables: update to 1.8.9 motorto
  2023-01-21 20:04 ` [PR PATCH] [Updated] " motorto
@ 2023-04-23  1:59 ` github-actions
  2023-05-08  1:53 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-04-23  1:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41779#issuecomment-1518917967

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: iptables: update to 1.8.9.
  2023-01-21 20:02 [PR PATCH] iptables: update to 1.8.9 motorto
  2023-01-21 20:04 ` [PR PATCH] [Updated] " motorto
  2023-04-23  1:59 ` github-actions
@ 2023-05-08  1:53 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-05-08  1:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 903 bytes --]

There's a closed pull request on the void-packages repository

iptables: update to 1.8.9.
https://github.com/void-linux/void-packages/pull/41779

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
```
SUMMARY
pkg:iptables host:x86_64 target:x86_64 cross:n result:OK
pkg:iptables host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:iptables host:i686 target:i686 cross:n result:OK
pkg:iptables host:x86_64 target:aarch64-musl cross:y result:OK
pkg:iptables host:x86_64 target:aarch64 cross:y result:OK
pkg:iptables host:x86_64 target:armv7l-musl cross:y result:OK
pkg:iptables host:x86_64 target:armv7l cross:y result:OK
pkg:iptables host:x86_64 target:armv6l-musl cross:y result:OK
pkg:iptables host:x86_64 target:armv6l cross:y result:OK
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-08  1:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21 20:02 [PR PATCH] iptables: update to 1.8.9 motorto
2023-01-21 20:04 ` [PR PATCH] [Updated] " motorto
2023-04-23  1:59 ` github-actions
2023-05-08  1:53 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).