svn commit: r449334 - head/security/doas

Tobias Kortkamp tobik at FreeBSD.org
Wed Sep 6 10:03:54 UTC 2017


Author: tobik
Date: Wed Sep  6 10:03:52 2017
New Revision: 449334
URL: https://svnweb.freebsd.org/changeset/ports/449334

Log:
  security/doas: Update to 6.0p1
  
  This update brings the security/doas port up to date with upstream.
  This gives us the added benefit of restricted path searching.  Which
  means if the admin puts a relative path in the doas.conf file, doas
  will limit the number of places where the executable can be found.
  This prevents users from putting malicious executables with the same
  name in their custom path.
  
  PR:		222092
  Submitted by:	jsmith at resonatingmedia.com (maintainer)
  MFH:		2017Q3

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

Modified: head/security/doas/Makefile
==============================================================================
--- head/security/doas/Makefile	Wed Sep  6 09:26:51 2017	(r449333)
+++ head/security/doas/Makefile	Wed Sep  6 10:03:52 2017	(r449334)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	doas
-PORTVERSION=	6.0p0
+PORTVERSION=	6.0p1
 CATEGORIES=	security
 
 MAINTAINER=	jsmith at resonatingmedia.com

Modified: head/security/doas/distinfo
==============================================================================
--- head/security/doas/distinfo	Wed Sep  6 09:26:51 2017	(r449333)
+++ head/security/doas/distinfo	Wed Sep  6 10:03:52 2017	(r449334)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487632696
-SHA256 (slicer69-doas-6.0p0_GH0.tar.gz) = bb27019da7323728533de965b51a3cbf97d68eb8d53626bb2a626dcf05a24e84
-SIZE (slicer69-doas-6.0p0_GH0.tar.gz) = 16775
+TIMESTAMP = 1504659858
+SHA256 (slicer69-doas-6.0p1_GH0.tar.gz) = 20cccdbf9bd6dc8a93ad62219dad038ba6b1ff19e9a7ccddaf2d9f3b0a34d767
+SIZE (slicer69-doas-6.0p1_GH0.tar.gz) = 18435


More information about the svn-ports-all mailing list