Skip to content

Commit b52707a

Browse files
TafferChris Herborth
andauthored
Be more forceful about replacing iptables/ip6tables (#73714)
Hoping this is the right change to resolve an issue I'm having with `iptables-wrappers` and `linkerd2`; posting to get a pre-submit URL for testing. --------- Co-authored-by: Chris Herborth <chrish@taffer.ca>
1 parent a6cd5a4 commit b52707a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

iptables-wrappers.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
package:
22
name: iptables-wrappers
33
version: 2
4-
epoch: 3 # CVE-2025-61725
4+
epoch: 4
55
description: Wrapper scripts for using iptables in containers
66
copyright:
77
- license: Apache-2.0
88
dependencies:
99
runtime:
1010
- xtables
11+
replaces:
12+
- iptables
13+
- ip6tables
1114

1215
vars:
1316
wrapped-commands: |

iptables.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: iptables
33
version: 1.8.11
4-
epoch: 28
4+
epoch: 29
55
description: Linux kernel firewall, NAT and packet mangling tools
66
copyright:
77
- license: GPL-2.0-or-later
@@ -200,6 +200,8 @@ subpackages:
200200
runtime:
201201
- merged-sbin
202202
- wolfi-baselayout
203+
replaces:
204+
- xtables
203205

204206
# iptables-apply is a bash script, and therefore depends on bash
205207
# only a subset of iptables users use this script, so we keep

0 commit comments

Comments
 (0)