Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iptables: update to 1.8.6. #26169

Merged
merged 1 commit into from
Nov 11, 2020
Merged

Conversation

abenson
Copy link
Contributor

@abenson abenson commented Nov 6, 2020

No description provided.

@ericonr
Copy link
Member

ericonr commented Nov 6, 2020

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

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

@abenson abenson merged commit f269fa3 into void-linux:master Nov 11, 2020
@abenson abenson deleted the iptables_1.8.6 branch March 25, 2021 22:23
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants