svn commit: r420802 - head/security/doas

Ben Woods woodsb02 at FreeBSD.org
Wed Aug 24 15:32:00 UTC 2016


Author: woodsb02
Date: Wed Aug 24 15:31:58 2016
New Revision: 420802
URL: https://svnweb.freebsd.org/changeset/ports/420802

Log:
  security/doas: Update to 5.9p5
  
  This update enforces the correct uid and gid when -u switch is used.
  
  PR:		211622
  Reported by:	telnetuserid at sdf.org
  Submitted by:	jsmith at resonatingmedia.com (maintainer)
  Approved by:	koobs, adamw (mentors)
  Relnotes:	https://github.com/slicer69/doas/releases/tag/v5.9-5
  Differential Revision:	https://reviews.freebsd.org/D7630

Modified:
  head/security/doas/Makefile
  head/security/doas/distinfo

Modified: head/security/doas/Makefile
==============================================================================
--- head/security/doas/Makefile	Wed Aug 24 15:13:47 2016	(r420801)
+++ head/security/doas/Makefile	Wed Aug 24 15:31:58 2016	(r420802)
@@ -1,7 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	doas
-PORTVERSION=	5.9p4
+# When >5.9 comes out, change this to DISTVERSION
+PORTVERSION=	5.9p5
 CATEGORIES=	security
 
 MAINTAINER=	jsmith at resonatingmedia.com
@@ -12,7 +13,7 @@ LICENSE=	ISCL
 USE_GITHUB=	yes
 GH_ACCOUNT=	slicer69
 GH_PROJECT=	doas
-GH_TAGNAME=	dc0fb32
+GH_TAGNAME=	8bec4dc
 
 USES=	gmake
 

Modified: head/security/doas/distinfo
==============================================================================
--- head/security/doas/distinfo	Wed Aug 24 15:13:47 2016	(r420801)
+++ head/security/doas/distinfo	Wed Aug 24 15:31:58 2016	(r420802)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467748363
-SHA256 (slicer69-doas-5.9p4-dc0fb32_GH0.tar.gz) = ba7368a0b6caa407a7dfce0b3682c91c73d8d6f5f8f26b4aa93b8e744e6e8d98
-SIZE (slicer69-doas-5.9p4-dc0fb32_GH0.tar.gz) = 15233
+TIMESTAMP = 1470517827
+SHA256 (slicer69-doas-5.9p5-8bec4dc_GH0.tar.gz) = 1a483d996bc371f68b768bad69f9d30900c84f0915407c346300cf8a504483e8
+SIZE (slicer69-doas-5.9p5-8bec4dc_GH0.tar.gz) = 15242


More information about the svn-ports-all mailing list