Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#54110 - [ufw] pyc should be ignored by paccheck
Attached to Project:
Community Packages
Opened by Alexandre Magno (alexandre-mbm) - Friday, 19 May 2017, 01:42 GMT
Last edited by Kyle Keen (keenerd) - Tuesday, 23 May 2017, 21:01 GMT
Opened by Alexandre Magno (alexandre-mbm) - Friday, 19 May 2017, 01:42 GMT
Last edited by Kyle Keen (keenerd) - Tuesday, 23 May 2017, 21:01 GMT
|
DetailsDescription:
After that ufw is executed the pyc files are detected by paccheck. Additional info: * 0.35-2 Steps to reproduce: $ sudo ufw disable $ sudo pacman -S ufw $ sudo paccheck --md5sum --quiet ufw $ sudo ufw enable Firewall is active and enabled on system startup $ sudo paccheck --md5sum --quiet ufw ufw: '/usr/lib/python2.7/site-packages/ufw/__init__.pyc' md5sum mismatch (expected 54601a1fa2caa7de9978e1fe408590af) ufw: '/usr/lib/python2.7/site-packages/ufw/applications.pyc' md5sum mismatch (expected f53850d592831927ac411dc16a8e9bd1) ufw: '/usr/lib/python2.7/site-packages/ufw/backend.pyc' md5sum mismatch (expected 2ca312a76e4967a08dce5897b8f636ca) ufw: '/usr/lib/python2.7/site-packages/ufw/backend_iptables.pyc' md5sum mismatch (expected 9a9e4a56783eacb0fe9d6dedf76366f8) ufw: '/usr/lib/python2.7/site-packages/ufw/frontend.pyc' md5sum mismatch (expected 12cbc5af7a03429b4b02d02dd7dc0b69) ufw: '/usr/lib/python2.7/site-packages/ufw/parser.pyc' md5sum mismatch (expected 7f0a2f3597243dc9124c81b8db4547d7) ufw: '/usr/lib/python2.7/site-packages/ufw/util.pyc' md5sum mismatch (expected 4586018352eeb6b05d49aeb91fd160a0) |
This task depends upon
Closed by Kyle Keen (keenerd)
Tuesday, 23 May 2017, 21:01 GMT
Reason for closing: Fixed
Additional comments about closing: ufw 0.35-3
Tuesday, 23 May 2017, 21:01 GMT
Reason for closing: Fixed
Additional comments about closing: ufw 0.35-3
By the way, should they exist in the building environment, to have their md5 computed? I do not think so.
FS#54111. But you heave rejected it summarily...FS#54109.ufw /usr/lib/python2.7/site-packages/ufw/__init__.pyc
ufw /usr/lib/python2.7/site-packages/ufw/applications.pyc
ufw /usr/lib/python2.7/site-packages/ufw/backend.pyc
ufw /usr/lib/python2.7/site-packages/ufw/backend_iptables.pyc
ufw /usr/lib/python2.7/site-packages/ufw/common.pyc
ufw /usr/lib/python2.7/site-packages/ufw/frontend.pyc
ufw /usr/lib/python2.7/site-packages/ufw/parser.pyc
ufw /usr/lib/python2.7/site-packages/ufw/util.pyc
They should not exist into package.
--
Sorry, only now I see the "attach a file" button.
To apply:
$ patch PKGBUILD < PKGBUILD.patch
$ sudo pacman -Rs ufw
$ ls -1 /usr/lib/python2.7/site-packages/ufw/
applications.pyc
backend.pyc
frontend.pyc
parser.pyc
backend_iptables.pyc
common.pyc
__init__.pyc
util.pyc
$ patch ufw.install < install.patch
They will differ in each target system. Regenerated.
> The right fix for this is the one Scimmia posted.
Where? Show me it please.
UPDATED
Ah! Okay. I see: Friday, 19 May 2017, 11:22 GMT-3