Date: Tue, 20 Dec 2016 21:11:07 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429031 - head/security/sudo Message-ID: <201612202111.uBKLB7wY069058@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Tue Dec 20 21:11:07 2016 New Revision: 429031 URL: https://svnweb.freebsd.org/changeset/ports/429031 Log: Update 1.8.19 --> 1.8.19p1 As per sudo announcement: * Fixed a bug introduced in sudo 1.8.19 that resulted in the wrong syslog priority and facility being used. PR: 215447 Submitted by: myself (in pr 215447) Approved by: garga (maintainer) Modified: head/security/sudo/Makefile head/security/sudo/distinfo Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Tue Dec 20 20:05:01 2016 (r429030) +++ head/security/sudo/Makefile Tue Dec 20 21:11:07 2016 (r429031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.19 +PORTVERSION= 1.8.19p1 CATEGORIES= security MASTER_SITES= SUDO Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Tue Dec 20 20:05:01 2016 (r429030) +++ head/security/sudo/distinfo Tue Dec 20 21:11:07 2016 (r429031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482175666 -SHA256 (sudo-1.8.19.tar.gz) = 1130923534b62c18b40b529c6877d1a020db93f876617b56a569d0a1133d0228 -SIZE (sudo-1.8.19.tar.gz) = 2859694 +TIMESTAMP = 1482256266 +SHA256 (sudo-1.8.19p1.tar.gz) = b8afb1cf8736b6c61f171f2bf4b174818d9e00e92ef73da55fabcd01286ffc92 +SIZE (sudo-1.8.19p1.tar.gz) = 2860124
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612202111.uBKLB7wY069058>