Ufw version 0.34 does not work with the python 3 within dunfell, so I backported 0.36 running its self tests successfully. I have now found the stable release and LTS guidance on the yocto project wiki. Let me know if this is appropriate for the dunfell branch. - Jate S. On Mon, Jul 12, 2021 at 9:44 AM akuster808 wrote: > > > On 7/11/21 7:08 PM, Jate Sujjavanich wrote: > > Backport ufw 0.36 to dunfell and update kernel module RRECOMMENDS for > > linux-yocto 5.4 in dunfell poky. > This update, is it bug fix only ? > > -armin > > > > The following changes since commit > c38d2a74f762a792046f3d3c377827b08aade513: > > > > dnsmasq: Add fixes for CVEs reported for dnsmasq (2021-05-29 11:41:45 > -0700) > > > > are available in the Git repository at: > > > > git://github.com/jatedev/meta-openembedded pr-dunfell-ufw-0.36 > > https://github.com/jatedev/meta-openembedded/tree/pr-dunfell-ufw-0.36 > > > > Jate Sujjavanich (2): > > ufw: bump version to 0.36 and add services > > ufw: update RRECOMMENDS for linux-yocto 5.4 > > > > .../ufw/ufw/0001-optimize-boot.patch | 37 ++++-- > > ...option-to-specify-iptables-location.patch} | 41 +++--- > > .../ufw/ufw/0002-lp1044361.patch | 118 ------------------ > > .../ufw/ufw/0003-fix-typeerror-on-error.patch | 20 --- > > .../0003-only-make-one-reference-to-env.patch | 73 +++++++++++ > > .../ufw/ufw/0004-lp1039729.patch | 40 ------ > > .../ufw/ufw/0005-lp1191197.patch | 32 ----- > > ...setup-only-make-one-reference-to-env.patch | 77 ------------ > > .../recipes-connectivity/ufw/ufw_0.33.bb | 59 --------- > > .../recipes-connectivity/ufw/ufw_0.36.bb | 90 +++++++++++++ > > 10 files changed, 209 insertions(+), 378 deletions(-) > > rename > meta-networking/recipes-connectivity/ufw/ufw/{setup-add-an-option-to-specify-iptables-location.patch > => 0002-add-an-option-to-specify-iptables-location.patch} (87%) > > delete mode 100644 > meta-networking/recipes-connectivity/ufw/ufw/0002-lp1044361.patch > > delete mode 100644 > meta-networking/recipes-connectivity/ufw/ufw/0003-fix-typeerror-on-error.patch > > create mode 100644 > meta-networking/recipes-connectivity/ufw/ufw/0003-only-make-one-reference-to-env.patch > > delete mode 100644 > meta-networking/recipes-connectivity/ufw/ufw/0004-lp1039729.patch > > delete mode 100644 > meta-networking/recipes-connectivity/ufw/ufw/0005-lp1191197.patch > > delete mode 100644 > meta-networking/recipes-connectivity/ufw/ufw/setup-only-make-one-reference-to-env.patch > > delete mode 100644 meta-networking/recipes-connectivity/ufw/ufw_0.33.bb > > create mode 100644 meta-networking/recipes-connectivity/ufw/ufw_0.36.bb > > > >