Date: Wed, 1 May 2024 18:07:23 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 642ed2197883 - 2024Q2 - security/doas: update to 6.3p10 Message-ID: <202405011807.441I7NrG015129@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=642ed2197883ceb5900a65f829006ad11f416e88 commit 642ed2197883ceb5900a65f829006ad11f416e88 Author: Jesse Smith <jsmith@resonatingmedia.com> AuthorDate: 2024-05-01 18:01:59 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-05-01 18:07:04 +0000 security/doas: update to 6.3p10 This is a minor upgrade which includes two fixes for the doasedit utility, allowing it to work with files containing special characters and including more error checking. Upstream release announcement: https://github.com/slicer69/doas/releases/tag/6.3p10 PR: 278683 MFH: 2024Q2 (cherry picked from commit fca92006e50a6935269a4d2a7bc430c884d7d735) --- security/doas/Makefile | 3 +-- security/doas/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/security/doas/Makefile b/security/doas/Makefile index f7cf4cbe6942..8006f40e5e0b 100644 --- a/security/doas/Makefile +++ b/security/doas/Makefile @@ -1,6 +1,5 @@ PORTNAME= doas -PORTVERSION= 6.3p9 -PORTREVISION= 1 +PORTVERSION= 6.3p10 CATEGORIES= security MAINTAINER= jsmith@resonatingmedia.com diff --git a/security/doas/distinfo b/security/doas/distinfo index 52b05f1b192f..b8bf4e6739d3 100644 --- a/security/doas/distinfo +++ b/security/doas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663161663 -SHA256 (slicer69-doas-6.3p9_GH0.tar.gz) = deb92b822c80f24376db6023c733be2508fbd5d9c76e8471779e7701d992ee7d -SIZE (slicer69-doas-6.3p9_GH0.tar.gz) = 32989 +TIMESTAMP = 1714579988 +SHA256 (slicer69-doas-6.3p10_GH0.tar.gz) = 60d01561936ba7737b30d836e6a5002ed4864676cc4982ee72c4463b8d1fae1c +SIZE (slicer69-doas-6.3p10_GH0.tar.gz) = 34291
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405011807.441I7NrG015129>