-
9b28f6c...
by
Martin Pitt
on 2015-03-03
-
Import patches-unapplied version 0.34~rc-0ubuntu5 to ubuntu/vivid-proposed
Imported using git-ubuntu import.
Changelog parent: dfbf165e1c35bfbb6f2cf0a737ea86f84b2e58e1
New changelog entries:
* debian/ufw.service: Add missing DefaultDependencies=no to fix ordering
cycles.
-
dfbf165...
by
Martin Pitt
on 2014-07-30
-
Import patches-unapplied version 0.34~rc-0ubuntu4 to ubuntu/utopic-proposed
Imported using git-ubuntu import.
Changelog parent: dfd72b14bcae6997c2ad8ceccd800456dd9c3692
New changelog entries:
* Install the SysV init and upstart script for both Debian and Ubuntu.
Debian has upstart too, and in Ubuntu we need the init script for LSB
dependencies and for systemd. (LP: #1341083)
- Rename debian/ufw.init.debian to debian/ufw.init
- Rename debian/ufw.upstart.ubuntu to debian/ufw.upstart
- Remove all the distro specific code from debian/rules and just call
dh_installinit.
* Drop the distro specific logrotate configs, and use the ubuntu one with
"rotate" instead of "reload" everywhere, as Debian's rsyslog init also
supports "rotate".
* Add a systemd unit:
- Add debian/ufw.service
- Add dh-systemd build dep.
- debian/rulles: Call dh_systemd_{enable,start}.
-
dfd72b1...
by
Jamie Strandboge
on 2014-05-16
-
Import patches-unapplied version 0.34~rc-0ubuntu3 to ubuntu/utopic-proposed
Imported using git-ubuntu import.
Changelog parent: bfe87b1c1883d4e2d801f7f09bffbcf3f31580b2
New changelog entries:
* debian/patches/0005-lp573461.patch: adjust man page for libvirt
(LP: #573461)
* debian/patches/0006-check-for-newer-py3.patch: tests/check-requirements
updated for newer python3
-
bfe87b1...
by
Jamie Strandboge
on 2014-02-28
-
Import patches-unapplied version 0.34~rc-0ubuntu2 to ubuntu/trusty-proposed
Imported using git-ubuntu import.
Changelog parent: 7e2b3fa7d893db55509283b6dac5769e737b54bc
New changelog entries:
* debian/patches/0002-lp1078665.patch: distinguish between v4 and v6 rules
when both addresses are 'any' (LP: #1078665). This can be dropped with
0.34 release.
* debian/ufw.postinst:
- drop old reload of policy for upgrades to 0.30.1-2
- add new ufw[6]-track-forward primary chains on upgrade
* debian/patches/0003-manpage-hook-path.patch: update locations of hook
scripts. This can be dropped with 0.34 release.
* debian/patches/0004-add-safe-icmp-to-forward.patch: update before*.rules
to add safe icmp to ufw-before-forward. This can be dropped with 0.34
release.
* debian/before[6].rules.md5sum: adjusted for new release
-
7e2b3fa...
by
Jamie Strandboge
on 2014-02-20
-
Import patches-unapplied version 0.34~rc-0ubuntu1 to ubuntu/trusty-proposed
Imported using git-ubuntu import.
Changelog parent: 58ed32f142b70778003a9728b766c5b30762cdd0
New changelog entries:
* New upstream pre-release (LP: #1059060, #1065297, #1062521, #1101304,
LP: #1075975, #1089262, #262421)
* Dropped the following patches now included upstream:
- 0002-lp1044361.patch
- 0003-fix-typeerror-on-error.patch
- 0004-lp1039729.patch
- 0005-lp1191197.patch
* Remaining changes:
- 0001-optimize-boot.patch: only read in /etc/ufw/ufw.conf when disabled
* debian/before[6].rules.md5sum: adjusted for new release
* debian/control: update Standards-Version to 3.9.5
* debian/rules:
- only ship /usr/share/ufw/iptables/*rules and not /usr/share/ufw/
- *.init files should also be config files
* debian/ufw.links: added to makes symlinks from /usr/share/ufw/iptables/*
to /usr/share/ufw/ (so ucf is happy on upgrades)
* debian/ufw.postinst:
- use TEMPLATE_PATH/iptables/*rules instead of TEMPLATE_PATH/*rules (not
strictly required since we are using dh_link, but makes the intent
clearer)
- copy /usr/share/ufw/*.init in to /etc/ufw
-
58ed32f...
by
Jamie Strandboge
on 2013-12-10
-
Import patches-unapplied version 0.33-2 to debian/sid
Imported using git-ubuntu import.
Changelog parent: f435eddf2813c496091d3261913979601bbbe90e
New changelog entries:
* debian/control: python-ufw should Breaks/Replaces on ufw << 0.32-0ubuntu1
(Closes: 731863)
-
f435edd...
by
Jamie Strandboge
on 2013-11-26
-
Import patches-unapplied version 0.33-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 3e0b175491381ef11feef950eb38c921c6e85f13
New changelog entries:
* New upstream release (Closes: 711711, Closes: 691135, Closes: 704728).
Sync back up with Ubuntu (all changes here except for Polish debconf
translation and Standards-Version already in Ubuntu). Add the following
patches from Ubuntu which can be dropped in 0.34:
- debian/patches/0002-lp1044361.patch: move netfilter capabilities
checking into initcaps(), and call initcaps() only when we need it
- 0003-fix-typeerror-on-error.patch: fix TypeError on error when using
zh_CN
- debian/patches/0004-lp1039729.patch: Skip get_netfilter_capabilities()
with ipv6 if ipv6 is disabled
- debian/patches/0005-lp1191197.patch: add check for -m rt --rt-type 0
* debian/po/pl.po: add Polish translation of debconf templates. Thanks to
Michal Kulach (Closes: 667942)
* debian/watch: use https instead of http
* debian/(after|before)6.rules.md5sum: adjust for recently missed shipped
configurations
* debian/control:
- clean up Depends and Build-Depends
- Build-Depends on python3
- add python-ufw for installing python2 modules
- add X-Python3-Version: >= 3.2
- update Standards-Version to 3.9.4
* add debian/python-ufw.install
* debian/rules:
- use --install-layout=deb
- adjust PYTHON to use python3
- adjust PYVERS to use py3versions
- add PYTHON2
- run tests for both PYTHON and PYTHON2
- run setup.py with both PYTHON and PYTHON2
- use dh_python3 for ufw
- use dh_python2 for python-ufw
* debian/ufw.lintian-overrides
- remove old unneeded override
- add postrm-does-not-call-updaterc.d-for-init.d-script since Ubuntu's
debhelper adds code to postinst that does nothing on Ubuntu, but doesn't
add the corresponding code to postrm
-
3e0b175...
by
Jamie Strandboge
on 2012-07-20
-
Import patches-unapplied version 0.31.1-2 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 9f934b4b9200cee0cf10c9c2129b8153f6d6fdaf
New changelog entries:
* Simplify unload of firewall and play nicely with other firewall tools by
using ufw-init instead of iptables directly. 'ufw-init stop' by design
leaves a few empty chains around, but they won't get in the way of
anything and are gone after the next reboot. Using upstream's ufw-init has
the important benefit of always cleaning what it needs. (Closes: 672439).
- debian/prerm: call '/lib/ufw/ufw-init stop' on removal
- debian/postrm: don't flush the chains on purge
-
9f934b4...
by
Jamie Strandboge
on 2012-04-04
-
Import patches-unapplied version 0.31.1-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 46fffff36f393e405cb95f06c61a18edb9584652
New changelog entries:
* New upstream release (Closes: 663677, Closes: 625681)
* debian/control: update to standards 3.9.3
* convert to source format 3.0 (quilt)
* 0001-optimize-boot.patch: only read in /etc/ufw/ufw.conf when disabled
* debian/rules: adjust to only install the application profiles when not
Ubuntu
* debian/po/nl.po: add Dutch translation of debconf templates. Thanks to
Jeroen Schot (Closes: 658495)
* debian/po/da.po: add Danish translation of debconf templates. Thanks to
Joe Dalton (Closes: 666557)
-
46fffff...
by
Jamie Strandboge
on 2011-07-18
-
Import patches-unapplied version 0.30.1-2 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 1838b2d1ecafc2d45bfe3f1155629534256aa1d7
New changelog entries:
* debian/control: make lintian clean:
- update Standards-Version to 3.9.2
- Build-Depends on python (>= 2.6.6-3~)
* conf/ufw.defaults:
- remove IRC connection tracking, which is only required for DCC.
Cherrypick r741 from trunk
- allow nf_conntrack_netbios_ns (Samba). Cherrypick r744 from trunk.
LP: #360975 (Closes: 631737)
* enable IPv6 by default and fix 'allow to any ipv6' when IPv6 is enabled.
Cherrypick r742 from trunk.
* update manpage references to ufw and ufw-framework to include the section.
Cherrypick r743 from trunk.
* ACCEPT UPnP (239.255.255.250 for IPv4 and ff02::f for IPv6) for service
discovery just like we do for mDNS (ie, allow discovery, but not
connections to the services). LP: #764933
* debian/ufw.logrotate.debian, debian/ufw.logrotate.ubuntu, debian/rules:
use 'rotate' option in Debian logrotate file and split out ufw.logrotate
like we do the initscript since because Ubuntu's rsyslog doesn't have the
'rotate' option yet. (Closes: 628605)
* Cherrypick r746 from trunk to update check-requirements to prompt to
continue with tests that may autoload modules. Add '-f' option to
check-requirements and update test suite accordingly (LP: #782816)
* Cherrypick r747 from trunk to not fail when running 'show listening' under
fakeroot (LP: #812516)
* debian/postinst:
- remove some old upgrade transition code for unsupported upgrade paths
- reload ufw if it is enabled and we are upgrading to this version since
this is needed after enabling IPv6
* debian/rules: add build-arch and build-indep targets