Summary: | graphics/libpano13: Update to 2.9.20 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Robert Clausecker <fuz> | ||||||
Component: | Individual Port(s) | Assignee: | Daniel Engberg <diizzy> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | CC: | diizzy, ports-secteam | ||||||
Priority: | Normal | Keywords: | security | ||||||
Version: | Latest | Flags: | koobs:
maintainer-feedback?
(ports-secteam) fuz: merge-quarterly? |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | https://sourceforge.net/projects/panotools/files/libpano13/libpano13-2.9.20/README.txt | ||||||||
Attachments: |
|
Description
Robert Clausecker
2021-09-07 22:16:35 UTC
^Triage: Ports Secteam can you take care of this please (currently unmaintained port) Created attachment 227857 [details]
graphics/libpano13: update to 2.9.20
Replace patch with updated patch that also changes the build system to cmake and cleans up old dependencies and patches.
As discovered by Daniel Engbert, there are failing unit tests in graphics/libpano13. Upstream was informed of this issue and suggests that the test suite might be faulty. So for now we do not consider the unit test failures to be indicative of a problem with the code base. https://groups.google.com/g/hugin-ptx/c/leMFlRYImvQ A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b81f505eafc795139b80b8a68bdb860d91337be2 commit b81f505eafc795139b80b8a68bdb860d91337be2 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-09-20 05:57:48 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-09-20 06:09:13 +0000 graphics/libpano13: Update to 2.9.20 Submitter becomes maintainer Upstream have confirmed unit tests to be broken so they're disabled for now. Changelog: https://sourceforge.net/projects/panotools/files/libpano13/libpano13-2.9.20/ PR: 258354 Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D31925 graphics/libpano13/Makefile | 36 ++++------- graphics/libpano13/distinfo | 5 +- .../libpano13/files/patch-CMakeLists.txt (new) | 36 +++++++++++ graphics/libpano13/files/patch-Makefile.am (gone) | 29 --------- graphics/libpano13/files/patch-configure.ac (gone) | 22 ------- .../files/patch-m4_ax_check_graphics.m4 (gone) | 74 ---------------------- .../files/patch-m4_ax_check_java.m4 (gone) | 21 ------ .../libpano13/files/patch-tools_Makefile.am (gone) | 28 -------- graphics/libpano13/pkg-plist | 32 ++++++---- 9 files changed, 70 insertions(+), 213 deletions(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8917d9a116c8ee08984a2951e8a415f6e06afc76 commit 8917d9a116c8ee08984a2951e8a415f6e06afc76 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-09-20 06:25:59 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-09-20 06:26:06 +0000 security/vuxml: Add entry for libpano13 < 2.9.20 PR: 258354 Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D31980 security/vuxml/vuln-2021.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Committed with some minor changes, thanks! A commit in branch 2021Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d9036a6d38cb7c434eff4d48828cda4db24383e commit 0d9036a6d38cb7c434eff4d48828cda4db24383e Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-09-20 05:57:48 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2021-09-23 19:43:39 +0000 graphics/libpano13: Update to 2.9.20 Submitter becomes maintainer Upstream have confirmed unit tests to be broken so they're disabled for now. Changelog: https://sourceforge.net/projects/panotools/files/libpano13/libpano13-2.9.20/ PR: 258354 Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D31925 (cherry picked from commit b81f505eafc795139b80b8a68bdb860d91337be2) graphics/libpano13/Makefile | 36 ++++------- graphics/libpano13/distinfo | 5 +- .../libpano13/files/patch-CMakeLists.txt (new) | 36 +++++++++++ graphics/libpano13/files/patch-Makefile.am (gone) | 29 --------- graphics/libpano13/files/patch-configure.ac (gone) | 22 ------- .../files/patch-m4_ax_check_graphics.m4 (gone) | 74 ---------------------- .../files/patch-m4_ax_check_java.m4 (gone) | 21 ------ .../libpano13/files/patch-tools_Makefile.am (gone) | 28 -------- graphics/libpano13/pkg-plist | 32 ++++++---- 9 files changed, 70 insertions(+), 213 deletions(-) |