Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iptables: update to 1.8.6.
@ 2020-11-06 14:20 abenson
  2020-11-06 14:41 ` [PR REVIEW] " ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: abenson @ 2020-11-06 14:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages iptables_1.8.6
https://github.com/void-linux/void-packages/pull/26169

iptables: update to 1.8.6.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iptables_1.8.6-26169.patch --]
[-- Type: text/x-diff, Size: 1464 bytes --]

From 0f9a160b31e047b0dd6bf163cb99850a14da6c50 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 6 Nov 2020 08:16:01 -0600
Subject: [PATCH] iptables: update to 1.8.6.

---
 srcpkgs/iptables/template | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/iptables/template b/srcpkgs/iptables/template
index 1103e1da1db..6da85b5ea76 100644
--- a/srcpkgs/iptables/template
+++ b/srcpkgs/iptables/template
@@ -1,6 +1,6 @@
 # Template file for 'iptables'
 pkgname=iptables
-version=1.8.5
+version=1.8.6
 revision=1
 build_style=gnu-configure
 configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
@@ -12,14 +12,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.netfilter.org/"
 distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.bz2"
-checksum=d457d74512e63aa3f50336e0597d4023c0e3c6845594d38532efb6ebcb294309
-	alternatives="
-		iptables:ip6tables:/usr/bin/xtables-legacy-multi
-		iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi
-		iptables:ip6tables-save:/usr/bin/xtables-legacy-multi
-		iptables:iptables:/usr/bin/xtables-legacy-multi
-		iptables:iptables-restore:/usr/bin/xtables-legacy-multi
-		iptables:iptables-save:/usr/bin/xtables-legacy-multi"
+checksum=a0f4fe0c3eb8faa5bd9c8376d132f340b9558e750c91deb2d5028aa3d0047767
 
 pre_build() {
 	rm include/linux/types.h

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

* Re: [PR REVIEW] iptables: update to 1.8.6.
  2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
@ 2020-11-06 14:41 ` ericonr
  2020-11-06 16:32 ` abenson
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-06 14:41 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26169#discussion_r518793843

Comment:
Does it create the symlinks by itself, then?

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

* Re: [PR REVIEW] iptables: update to 1.8.6.
  2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
  2020-11-06 14:41 ` [PR REVIEW] " ericonr
@ 2020-11-06 16:32 ` abenson
  2020-11-06 16:35 ` [PR PATCH] [Updated] " abenson
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2020-11-06 16:32 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/26169#discussion_r518865621

Comment:
The hell happened there

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

* Re: [PR PATCH] [Updated] iptables: update to 1.8.6.
  2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
  2020-11-06 14:41 ` [PR REVIEW] " ericonr
  2020-11-06 16:32 ` abenson
@ 2020-11-06 16:35 ` abenson
  2020-11-06 16:43 ` ericonr
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2020-11-06 16:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages iptables_1.8.6
https://github.com/void-linux/void-packages/pull/26169

iptables: update to 1.8.6.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iptables_1.8.6-26169.patch --]
[-- Type: text/x-diff, Size: 1818 bytes --]

From 119b655b11d1875d9740135c9152f89ccaa94981 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 6 Nov 2020 08:16:01 -0600
Subject: [PATCH] iptables: update to 1.8.6.

---
 srcpkgs/iptables/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/iptables/template b/srcpkgs/iptables/template
index 1103e1da1db..1744eb2804e 100644
--- a/srcpkgs/iptables/template
+++ b/srcpkgs/iptables/template
@@ -1,6 +1,6 @@
 # Template file for 'iptables'
 pkgname=iptables
-version=1.8.5
+version=1.8.6
 revision=1
 build_style=gnu-configure
 configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
@@ -12,14 +12,14 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.netfilter.org/"
 distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.bz2"
-checksum=d457d74512e63aa3f50336e0597d4023c0e3c6845594d38532efb6ebcb294309
-	alternatives="
-		iptables:ip6tables:/usr/bin/xtables-legacy-multi
-		iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi
-		iptables:ip6tables-save:/usr/bin/xtables-legacy-multi
-		iptables:iptables:/usr/bin/xtables-legacy-multi
-		iptables:iptables-restore:/usr/bin/xtables-legacy-multi
-		iptables:iptables-save:/usr/bin/xtables-legacy-multi"
+checksum=a0f4fe0c3eb8faa5bd9c8376d132f340b9558e750c91deb2d5028aa3d0047767
+alternatives="
+ iptables:ip6tables:/usr/bin/xtables-legacy-multi
+ iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi
+ iptables:ip6tables-save:/usr/bin/xtables-legacy-multi
+ iptables:iptables:/usr/bin/xtables-legacy-multi
+ iptables:iptables-restore:/usr/bin/xtables-legacy-multi
+ iptables:iptables-save:/usr/bin/xtables-legacy-multi"
 
 pre_build() {
 	rm include/linux/types.h

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

* Re: iptables: update to 1.8.6.
  2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
                   ` (2 preceding siblings ...)
  2020-11-06 16:35 ` [PR PATCH] [Updated] " abenson
@ 2020-11-06 16:43 ` ericonr
  2020-11-06 16:58 ` abenson
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-06 16:43 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26169#issuecomment-723180613

Comment:
I had this patch in my local tree as well, it's needed to fix the `ip6tables-apply` dangling symlink.

```diff
diff --git a/srcpkgs/iptables/template b/srcpkgs/iptables/template
index 1103e1da1d..4ce7b5629c 100644
--- a/srcpkgs/iptables/template
+++ b/srcpkgs/iptables/template
@@ -19,7 +19,8 @@ checksum=d457d74512e63aa3f50336e0597d4023c0e3c6845594d38532efb6ebcb294309
 		iptables:ip6tables-save:/usr/bin/xtables-legacy-multi
 		iptables:iptables:/usr/bin/xtables-legacy-multi
 		iptables:iptables-restore:/usr/bin/xtables-legacy-multi
-		iptables:iptables-save:/usr/bin/xtables-legacy-multi"
+		iptables:iptables-save:/usr/bin/xtables-legacy-multi
+		iptables:iptables-apply:/usr/bin/xtables-legacy-multi"
 
 pre_build() {
 	rm include/linux/types.h
@@ -64,5 +65,6 @@ iptables-nft_package() {
 		iptables:ip6tables-save:/usr/bin/xtables-nft-multi
 		iptables:iptables:/usr/bin/xtables-nft-multi
 		iptables:iptables-restore:/usr/bin/xtables-nft-multi
-		iptables:iptables-save:/usr/bin/xtables-nft-multi"
+		iptables:iptables-save:/usr/bin/xtables-nft-multi
+		iptables:iptables-apply:/usr/bin/xtables-nft-multi"
 }
```

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

* Re: iptables: update to 1.8.6.
  2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
                   ` (3 preceding siblings ...)
  2020-11-06 16:43 ` ericonr
@ 2020-11-06 16:58 ` abenson
  2020-11-06 16:59 ` abenson
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2020-11-06 16:58 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/26169#issuecomment-723188505

Comment:
ip6tables-apply? I don't understand.

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

* Re: iptables: update to 1.8.6.
  2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
                   ` (4 preceding siblings ...)
  2020-11-06 16:58 ` abenson
@ 2020-11-06 16:59 ` abenson
  2020-11-06 16:59 ` abenson
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2020-11-06 16:59 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/26169#issuecomment-723188505

Comment:
~~nevermind, I got it now~~

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

* Re: iptables: update to 1.8.6.
  2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
                   ` (5 preceding siblings ...)
  2020-11-06 16:59 ` abenson
@ 2020-11-06 16:59 ` abenson
  2020-11-06 16:59 ` [PR PATCH] [Updated] " abenson
  2020-11-11  3:51 ` [PR PATCH] [Merged]: " abenson
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2020-11-06 16:59 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/26169#issuecomment-723188505

Comment:
~~nevermind, I got it now~~

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

* Re: [PR PATCH] [Updated] iptables: update to 1.8.6.
  2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
                   ` (6 preceding siblings ...)
  2020-11-06 16:59 ` abenson
@ 2020-11-06 16:59 ` abenson
  2020-11-11  3:51 ` [PR PATCH] [Merged]: " abenson
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2020-11-06 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages iptables_1.8.6
https://github.com/void-linux/void-packages/pull/26169

iptables: update to 1.8.6.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iptables_1.8.6-26169.patch --]
[-- Type: text/x-diff, Size: 2246 bytes --]

From 0e957f600c268778d7b2a56a2204477ba9e79d4b Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 6 Nov 2020 08:16:01 -0600
Subject: [PATCH] iptables: update to 1.8.6.

---
 srcpkgs/iptables/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/iptables/template b/srcpkgs/iptables/template
index 1103e1da1db..d700ef3623c 100644
--- a/srcpkgs/iptables/template
+++ b/srcpkgs/iptables/template
@@ -1,6 +1,6 @@
 # Template file for 'iptables'
 pkgname=iptables
-version=1.8.5
+version=1.8.6
 revision=1
 build_style=gnu-configure
 configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
@@ -12,14 +12,15 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.netfilter.org/"
 distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.bz2"
-checksum=d457d74512e63aa3f50336e0597d4023c0e3c6845594d38532efb6ebcb294309
-	alternatives="
-		iptables:ip6tables:/usr/bin/xtables-legacy-multi
-		iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi
-		iptables:ip6tables-save:/usr/bin/xtables-legacy-multi
-		iptables:iptables:/usr/bin/xtables-legacy-multi
-		iptables:iptables-restore:/usr/bin/xtables-legacy-multi
-		iptables:iptables-save:/usr/bin/xtables-legacy-multi"
+checksum=a0f4fe0c3eb8faa5bd9c8376d132f340b9558e750c91deb2d5028aa3d0047767
+alternatives="
+ iptables:ip6tables:/usr/bin/xtables-legacy-multi
+ iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi
+ iptables:ip6tables-save:/usr/bin/xtables-legacy-multi
+ iptables:iptables:/usr/bin/xtables-legacy-multi
+ iptables:iptables-restore:/usr/bin/xtables-legacy-multi
+ iptables:iptables-save:/usr/bin/xtables-legacy-multi
+ iptables:iptables-apply:/usr/bin/xtables-legacy-multi"
 
 pre_build() {
 	rm include/linux/types.h
@@ -64,5 +65,6 @@ iptables-nft_package() {
 		iptables:ip6tables-save:/usr/bin/xtables-nft-multi
 		iptables:iptables:/usr/bin/xtables-nft-multi
 		iptables:iptables-restore:/usr/bin/xtables-nft-multi
-		iptables:iptables-save:/usr/bin/xtables-nft-multi"
+		iptables:iptables-save:/usr/bin/xtables-nft-multi
+		iptables:iptables-apply:/usr/bin/xtables-nft-multi"
 }

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

* Re: [PR PATCH] [Merged]: iptables: update to 1.8.6.
  2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
                   ` (7 preceding siblings ...)
  2020-11-06 16:59 ` [PR PATCH] [Updated] " abenson
@ 2020-11-11  3:51 ` abenson
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2020-11-11  3:51 UTC (permalink / raw)
  To: ml

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

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

iptables: update to 1.8.6.
https://github.com/void-linux/void-packages/pull/26169

Description:


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

end of thread, other threads:[~2020-11-11  3:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 14:20 [PR PATCH] iptables: update to 1.8.6 abenson
2020-11-06 14:41 ` [PR REVIEW] " ericonr
2020-11-06 16:32 ` abenson
2020-11-06 16:35 ` [PR PATCH] [Updated] " abenson
2020-11-06 16:43 ` ericonr
2020-11-06 16:58 ` abenson
2020-11-06 16:59 ` abenson
2020-11-06 16:59 ` abenson
2020-11-06 16:59 ` [PR PATCH] [Updated] " abenson
2020-11-11  3:51 ` [PR PATCH] [Merged]: " abenson

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