Date: Sun, 28 Dec 2025 12:55:07 +0000 From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a41f4e69deea - main - net-mgmt/smokeping: fix etc/smokeping_secrets.sample file permission Message-ID: <695128ab.3840f.31d8a704@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a41f4e69deea812c0b357102b83e8a2ef4b23b6f commit a41f4e69deea812c0b357102b83e8a2ef4b23b6f Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2025-12-28 12:46:17 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2025-12-28 12:49:21 +0000 net-mgmt/smokeping: fix etc/smokeping_secrets.sample file permission The files etc/smokeping_secrets and the sample file should not be world-readable. PR: 290806 Reported by: sanpei --- net-mgmt/smokeping/Makefile | 1 + net-mgmt/smokeping/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 8b5475886398..3d506c7d5f8a 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -1,5 +1,6 @@ PORTNAME= smokeping PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= https://oss.oetiker.ch/smokeping/pub/ diff --git a/net-mgmt/smokeping/pkg-plist b/net-mgmt/smokeping/pkg-plist index 7ac463edafdf..0f586c2054b6 100644 --- a/net-mgmt/smokeping/pkg-plist +++ b/net-mgmt/smokeping/pkg-plist @@ -7,7 +7,7 @@ bin/tSmoke @sample %%ETCDIR%%/basepage.html.sample @sample %%ETCDIR%%/config.sample @sample %%ETCDIR%%/smokemail.sample -@sample %%ETCDIR%%/smokeping_secrets.sample +@sample(,,600) %%ETCDIR%%/smokeping_secrets.sample @sample %%ETCDIR%%/tmail.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.echoping %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.fping-instanceshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695128ab.3840f.31d8a704>
