Created attachment 236685 [details] From porter handbook: git diff --staged > ../`make -VPKGNAME`.diff nsysctl update from 2.1 to 2.1.1, just a upstream change to fix a double free() segmentation fault with BASE clang 14.0.5. No port changes. Testing: # portfmt -i ./Makefile # poudriere testport -j 131Ramd64 -p default -i -o sysutils/nsysctl # poudriere testport -j 140Camd64 -p default -i -o sysutils/nsysctl 'portlint' and 'port test' return a false negative error for WWW in Makefile, probably they are outdated for the recent WWW change from pkg-desc to Makefile.
Maintainer informed via mail
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7df9fe15a0c55ed8ac3bc609e25481f05442f0b4 commit 7df9fe15a0c55ed8ac3bc609e25481f05442f0b4 Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2022-09-20 05:54:51 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-09-20 15:37:26 +0000 sysutils/nsysctl: update to 2.1.1 ChangeLog: https://gitlab.com/alfix/nsysctl/-/raw/master/CHANGELOG * fix: double free() segmentation fault with BASE clang 14.0.5 PR: 266498 Reported by: asiciliano@FreeBSD.org sysutils/nsysctl/Makefile | 4 ++-- sysutils/nsysctl/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)