This bug was fixed in the package ufw - 0.36-1
---------------
ufw (0.36-1) unstable; urgency=medium
* New upstream release (LP: #1782384, LP: #1664133, LP: #1509725,
LP: #1695718, LP: #1719211, LP: #1775043, LP: #1204579, LP: #1652163,
LP: #1377600, Closes: 686248, LP: #1368411, LP: #1586258, Closes: 909163,
Closes: 884932, LP: #1558068)
- drop 0002-bug849628.patch (included upstream)
- drop 0003-use-default-tcp-syncookies.patch (included upstream)
- drop 0004-lp1633698.patch (included upstream)
* Remaining changes:
- 0001-optimize-boot.patch
* debian/ufw.maintscript: remove /etc/bash_completion.d/ufw on upgrade
(LP: #1602834)
* debian/control: remove no longer needed xs-python-version and
x-python3-version fields
* update debian/before6.rules.md5sum for file shipped in 0.35-6. While both
before.rules and before6.rules were updated in this new upstream release,
0.35-6 mistakenly already had its own md5sum for before.rules, so we don't
need to add it now.
-- Jamie Strandboge <[email protected]> Fri, 14 Dec 2018 17:50:47 +0000
** Changed in: ufw (Ubuntu Disco)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ufw in Ubuntu.
https://bugs.launchpad.net/bugs/1775043
Title:
bash completion not working: uses deprecated have()
Status in ufw:
Fix Released
Status in ufw package in Ubuntu:
Fix Released
Status in ufw source package in Bionic:
Triaged
Status in ufw source package in Cosmic:
Triaged
Status in ufw source package in Disco:
Fix Released
Bug description:
bash completion, defined in /usr/share/bash-
completion/completions/ufw, doesn't work: the completion is not
dynamically loaded, because it uses deprecated helper function have().
According to /usr/share/bash-completions/bash_completion, which
defines the helper functions:
# Backwards compatibility for compat completions that use have().
# @deprecated should no longer be used; generally not needed with dynamically
# loaded completions, and _have is suitable for runtime use.
and at the end of the file:
unset -f have
unset have
which means: function have() is not available for usage. The bash
completion for ufw conditionally defines _ufw and the comspec:
have ufw &&
_ufw()
...
[ "$have" ] && complete -F _ufw ufw
These should be changed to:
_have ufw &&
_ufw()
...
_have ufw && complete -F _ufw ufw
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ufw 0.35-5
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Jun 4 14:34:11 2018
InstallationDate: Installed on 2018-04-28 (37 days ago)
InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64
(20180426)
PackageArchitecture: all
SourcePackage: ufw
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ufw/+bug/1775043/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp