svn commit: r418113 - head/security/doas

Christian Weisgerber naddy at FreeBSD.org
Tue Jul 5 21:13:31 UTC 2016


Author: naddy
Date: Tue Jul  5 21:13:30 2016
New Revision: 418113
URL: https://svnweb.freebsd.org/changeset/ports/418113

Log:
  Update to 5.9p4, which fixes a bug where command output is not displayed
  properly when the user authenticates with "nopass" specified in the
  doas.conf configuration file.
  
  PR:		210851
  Submitted by:	jsmith at resonatingmedia.com (maintainer)

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

Modified: head/security/doas/Makefile
==============================================================================
--- head/security/doas/Makefile	Tue Jul  5 20:49:32 2016	(r418112)
+++ head/security/doas/Makefile	Tue Jul  5 21:13:30 2016	(r418113)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	doas
-PORTVERSION=	5.9p2
+PORTVERSION=	5.9p4
 CATEGORIES=	security
 
 MAINTAINER=	jsmith at resonatingmedia.com
@@ -12,7 +12,7 @@ LICENSE=	ISCL
 USE_GITHUB=	yes
 GH_ACCOUNT=	slicer69
 GH_PROJECT=	doas
-GH_TAGNAME=	1a3589f
+GH_TAGNAME=	dc0fb32
 
 USES=	gmake
 

Modified: head/security/doas/distinfo
==============================================================================
--- head/security/doas/distinfo	Tue Jul  5 20:49:32 2016	(r418112)
+++ head/security/doas/distinfo	Tue Jul  5 21:13:30 2016	(r418113)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466970496
-SHA256 (slicer69-doas-5.9p2-1a3589f_GH0.tar.gz) = 6f190dc9c579d2f7518d6931572a67b3ab39586f7d38f9db192ea1a9fa72472d
-SIZE (slicer69-doas-5.9p2-1a3589f_GH0.tar.gz) = 15218
+TIMESTAMP = 1467748363
+SHA256 (slicer69-doas-5.9p4-dc0fb32_GH0.tar.gz) = ba7368a0b6caa407a7dfce0b3682c91c73d8d6f5f8f26b4aa93b8e744e6e8d98
+SIZE (slicer69-doas-5.9p4-dc0fb32_GH0.tar.gz) = 15233


More information about the svn-ports-all mailing list