Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] iptables: update to 1.8.9.
Date: Sat, 21 Jan 2023 21:04:41 +0100	[thread overview]
Message-ID: <20230121200441.xqwkAJpsneRnuVwDXECrZEdgev6jJElLagHL-8dcoLY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41779@inbox.vuxu.org>

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

  reply	other threads:[~2023-01-21 20:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-21 20:02 [PR PATCH] " motorto
2023-01-21 20:04 ` motorto [this message]
2023-04-23  1:59 ` github-actions
2023-05-08  1:53 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230121200441.xqwkAJpsneRnuVwDXECrZEdgev6jJElLagHL-8dcoLY@z \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).