Date: Mon, 27 Jun 2016 18:58:52 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417675 - head/security/doas Message-ID: <201606271858.u5RIwqTk063087@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Jun 27 18:58:52 2016 New Revision: 417675 URL: https://svnweb.freebsd.org/changeset/ports/417675 Log: security/doas: 5.9p1 -> 5.9p2 - fixed a bug where, when the user authenticates successfully as root, only the user's effective user id (euid) becomes zero (0). This leads to file permission errors when performing upgrades or other file-oriented operations. - introduced gmake as a dependency as it is needed to process upstream's makefile. PR: 210596 Submitted by: jsmith@resonatingmedia.com (maintainer) Modified: head/security/doas/Makefile head/security/doas/distinfo Modified: head/security/doas/Makefile ============================================================================== --- head/security/doas/Makefile Mon Jun 27 18:28:33 2016 (r417674) +++ head/security/doas/Makefile Mon Jun 27 18:58:52 2016 (r417675) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= doas -PORTVERSION= 5.9p1 +PORTVERSION= 5.9p2 CATEGORIES= security MAINTAINER= jsmith@resonatingmedia.com @@ -12,7 +12,9 @@ LICENSE= ISCL USE_GITHUB= yes GH_ACCOUNT= slicer69 GH_PROJECT= doas -GH_TAGNAME= 720db72 +GH_TAGNAME= 1a3589f + +USES= gmake BINMODE= 4755 ETCDIR= ${PREFIX}/etc Modified: head/security/doas/distinfo ============================================================================== --- head/security/doas/distinfo Mon Jun 27 18:28:33 2016 (r417674) +++ head/security/doas/distinfo Mon Jun 27 18:58:52 2016 (r417675) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466854791 -SHA256 (slicer69-doas-5.9p1-720db72_GH0.tar.gz) = 4bfa5cfc18400de3280917588affe49d177a46d9cc3d4367e8b7150eb6fbb2f1 -SIZE (slicer69-doas-5.9p1-720db72_GH0.tar.gz) = 10735 +TIMESTAMP = 1466970496 +SHA256 (slicer69-doas-5.9p2-1a3589f_GH0.tar.gz) = 6f190dc9c579d2f7518d6931572a67b3ab39586f7d38f9db192ea1a9fa72472d +SIZE (slicer69-doas-5.9p2-1a3589f_GH0.tar.gz) = 15218
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606271858.u5RIwqTk063087>