ufw 0.36-2~ubuntu1 source package in Ubuntu

Changelog

ufw (0.36-2~ubuntu1) focal; urgency=medium

  * 0002-fix-check-requirements.patch: work with later python3
  * add preliminary autopkgtest (with dh-python Depends thanks to Matthias
    Klose)
  * debian/rules: don't fiddle with setup.py's version
  * add debian/README.autopkgtest
  * 0003-lp1838764.patch: common: add direction when no interfaces specified
    in get_app_tuple() (LP: #1838764, Closes: 931125)
  * 0004-make-root-tests-chain-order-agnostic.patch: call iptables -n -L
    <primary> to account for newer iptables
  * remove python2 support (Closes: 938746):
    - debian/control:
      + Drop Build-Deps on python
      + remove python-ufw
    - debian/rules: drop python2 support and tests
    - debian/tests/control: update unittest target for Depends and comment
    - 0005-use-only-python3.patch: use python3 with setup.py
  * update path search order to look in /usr/sbin first (Closes: 921680)
    - 0006-bug921680.patch: setup.py: look for iptables in /usr/sbin first
    - 0007-bug921680-pt2.patch: src/util.py: search for iptables when exe is
      not specified
  * debian/source/lintian-overrides: 'ufw source: no-dh-sequencer' to continue
    support for building on older releases

 -- Jamie Strandboge <email address hidden>  Tue, 21 Jan 2020 22:19:21 +0000

Upload details

Uploaded by:
Jamie Strandboge
Uploaded to:
Focal
Original maintainer:
Jamie Strandboge
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ufw_0.36.orig.tar.gz 566.7 KiB 754b22ae5edff0273460ac9f57509c3938187e0cf4fb9692c6a02833fff33cfc
ufw_0.36-2~ubuntu1.debian.tar.xz 36.0 KiB ba804e8951ad217618c9171f01c74a2edfa61c583501e40513acb4e98a031889
ufw_0.36-2~ubuntu1.dsc 1.9 KiB 7a04c37e6f036dbccede12978d9340fa3dd105115f280bf03ce03e776c18652a

Available diffs

View changes file

Binary packages built by this source

ufw: program for managing a Netfilter firewall

 The Uncomplicated FireWall is a front-end for iptables, to make managing a
 Netfilter firewall easier. It provides a command line interface with syntax
 similar to OpenBSD's Packet Filter. It is particularly well-suited as a
 host-based firewall.