Created attachment 225441 [details] upgrade cacti to 1.2.17 Hi, I did the required work to successfully build and package new version of cacti, released last month, but didn't test it. This release fix multiple bugs including security issues. Also there is some linting to do on the Makefile with portclippy and friends[1], but I didn't include those changes in this patch to avoid confusion. [1] https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-portclippy
Submitter is committer.
Reminder of m.muenz@gmail.com, cacti 1.2.17 fix CVE-2020-35701, This fix has to be - MFH in latest quarter branch - reported in lates vuxml.
Hi Michael, Did you had a chance to test the patch so I can proceed and commit the changes ? Regards -- rodrigo
Comment on attachment 225441 [details] upgrade cacti to 1.2.17 I tested the patch, build a pkg and updated my live system, works good! Thx
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=073124bd04f0d5cb9c80599da3df15887e3968ef commit 073124bd04f0d5cb9c80599da3df15887e3968ef Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2021-06-10 14:30:29 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2021-06-10 14:12:07 +0000 net-mgmt/cacti: Update to 1.2.17 Full changelog: https://github.com/Cacti/cacti/releases/tag/release%2F1.2.17 PR: 256325 Security: CVE-2020-35701 MFH: 2021Q2 Approved by: Michael Muenz <m.muenz@gmail.com> (maintainer) net-mgmt/cacti/Makefile | 2 +- net-mgmt/cacti/distinfo | 6 +- net-mgmt/cacti/files/patch-lib_installer.php | 8 +- net-mgmt/cacti/pkg-plist | 277 ++++++++++++++++++++------- 4 files changed, 219 insertions(+), 74 deletions(-)
A commit in branch 2021Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ea5cea62b96b9cc28c69f4b753b03d18fbf5154 commit 3ea5cea62b96b9cc28c69f4b753b03d18fbf5154 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2021-06-10 14:30:29 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2021-06-10 14:56:49 +0000 net-mgmt/cacti: Update to 1.2.17 Full changelog: https://github.com/Cacti/cacti/releases/tag/release%2F1.2.17 PR: 256325 Security: CVE-2020-35701 MFH: 2021Q2 Approved by: Michael Muenz <m.muenz@gmail.com> (maintainer) (cherry picked from commit 073124bd04f0d5cb9c80599da3df15887e3968ef) net-mgmt/cacti/Makefile | 2 +- net-mgmt/cacti/distinfo | 6 +- net-mgmt/cacti/files/patch-lib_installer.php | 8 +- net-mgmt/cacti/pkg-plist | 277 ++++++++++++++++++++------- 4 files changed, 219 insertions(+), 74 deletions(-)
Committed, thanks. vuxml and MFH done.