diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-07-09 09:37:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-07-13 09:39:15 -0700 |
| commit | cdac00501fc30fc7623c1194737e52da42000c4e (patch) | |
| tree | 9710cb7fd40376dead5a151cf9018e3ef6f6d38d | |
| parent | 59cce5ad1603c2975684ae15b639e0e3cd688c40 (diff) | |
| download | meta-openembedded-cdac00501fc30fc7623c1194737e52da42000c4e.tar.gz | |
firewalld: upgrade 0.9.3 -> 0.9.4
This is a bug fix only release.
$ git shortlog --grep "^fix" v0.9.3..v0.9.4
Eric Garver (10):
fix(dbus): conf: setting deprecated properties should be ignored
fix(dbus): properties: IPv4 and IPv6 should be true if using nftables
fix(fw): when checking tables make sure to check the actual backend
fix(ipset): nftables: use interval flag for "ip" types
fix(rpm): applet: don't replace config modified by admin
fix(rpm): logrotate: don't replace config modified by admin
fix(ipv6_filter): match fwmark
fix(direct): rule order with multiple address with -s/-d
fix(nm): reload: only consider NM connections with a real interface
fix(policy): warn instead of error for overlapping ports
Fabrizio D'Angelo (1):
fix(ipset): fix hash:net,net functionality
Robert Richmond (1):
fix(ipset): entry delete with timeout
Ye Shu (1):
fix(applet): Show a basic tooltip instead of HTML
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb (renamed from meta-networking/recipes-connectivity/firewalld/firewalld_0.9.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.3.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb index 9aad510b4e..b8025c7078 100644 --- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.3.bb +++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 8 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ | 8 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ |
| 9 | file://firewalld.init \ | 9 | file://firewalld.init \ |
| 10 | " | 10 | " |
| 11 | SRC_URI[sha256sum] = "5998894db976d77996ca0a6b700a2f4125b9f283465fb255da9bddfb1640cb27" | 11 | SRC_URI[sha256sum] = "52c5e3d5b1e2efc0e86c22b2bc1f7fd80908cc2d8130157dc2a3517a59b0a760" |
| 12 | 12 | ||
| 13 | # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4 | 13 | # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4 |
| 14 | DEPENDS = "intltool-native glib-2.0-native nftables" | 14 | DEPENDS = "intltool-native glib-2.0-native nftables" |
