~ubuntu-branches/debian/stretch/ufw/stretch

« back to all changes in this revision

Viewing changes to tests/good/reports/runtest.sh

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2013-11-26 12:51:51 UTC
  • mfrom: (0.2.7)
  • Revision ID: package-import@ubuntu.com-20131126125151-y3ukoqrgsluhsrh0
Tags: 0.33-1
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
do_cmd "0" null delete allow 22/tcp
247
247
do_cmd "0" null delete allow 123/udp
248
248
 
 
249
echo "show added" >> $TESTTMP/result
 
250
do_cmd "0" null limit 22/tcp
 
251
do_cmd "0" null allow in on eth0 to 2001::211:aaaa:bbbb:d54c port 123 proto tcp
 
252
do_cmd "0" null deny Samba
 
253
do_cmd "0" show added
 
254
do_cmd "0" null delete limit 22/tcp
 
255
do_cmd "0" show added
 
256
do_cmd "0" null delete allow in on eth0 to 2001::211:aaaa:bbbb:d54c port 123 proto tcp
 
257
do_cmd "0" show added
 
258
do_cmd "0" null delete deny Samba
 
259
do_cmd "0" show added
 
260
 
249
261
exit 0