Bug 266498 - sysutils/nsysctl: update to 2.1.1
Summary: sysutils/nsysctl: update to 2.1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://gitlab.com/alfix/nsysctl/-/ra...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-19 12:58 UTC by Alfonso S. Siciliano
Modified: 2022-09-20 15:41 UTC (History)
1 user (show)

See Also:


Attachments
From porter handbook: git diff --staged > ../`make -VPKGNAME`.diff (1.24 KB, patch)
2022-09-19 12:58 UTC, Alfonso S. Siciliano
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2022-09-19 12:58:52 UTC
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.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2022-09-19 12:58:52 UTC
Maintainer informed via mail
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-20 15:41:19 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-09-20 15:41:54 UTC
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(-)