svn commit: r431645 - head/security/sudo

Cy Schubert cy at FreeBSD.org
Mon Jan 16 13:38:39 UTC 2017


Author: cy
Date: Mon Jan 16 13:38:38 2017
New Revision: 431645
URL: https://svnweb.freebsd.org/changeset/ports/431645

Log:
  Update 1.8.19p1 --> 1.8.19p2.
  
  Major changes between sudo 1.8.19p2 and 1.8.19p1:
  
   * Fixed a crash in visudo introduced in sudo 1.8.9 when an IP address
     or network is used in a host-based Defaults entry.  Bug #766
  
   * Added a missing check for the ignore_iolog_errors flag when
     the sudoers plugin generates the I/O log file path name.
  
   * Fixed a typo in sudo's vsyslog() replacement that resulted in
     garbage being logged to syslog.
  
  Approved by:	garga (maintainer)
  MFH:		2917Q1
  Differential Revision:	D9181

Modified:
  head/security/sudo/Makefile
  head/security/sudo/distinfo

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Mon Jan 16 13:38:12 2017	(r431644)
+++ head/security/sudo/Makefile	Mon Jan 16 13:38:38 2017	(r431645)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sudo
-PORTVERSION=	1.8.19p1
+PORTVERSION=	1.8.19p2
 CATEGORIES=	security
 MASTER_SITES=	SUDO
 

Modified: head/security/sudo/distinfo
==============================================================================
--- head/security/sudo/distinfo	Mon Jan 16 13:38:12 2017	(r431644)
+++ head/security/sudo/distinfo	Mon Jan 16 13:38:38 2017	(r431645)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482256266
-SHA256 (sudo-1.8.19p1.tar.gz) = b8afb1cf8736b6c61f171f2bf4b174818d9e00e92ef73da55fabcd01286ffc92
-SIZE (sudo-1.8.19p1.tar.gz) = 2860124
+TIMESTAMP = 1484415267
+SHA256 (sudo-1.8.19p2.tar.gz) = 237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0
+SIZE (sudo-1.8.19p2.tar.gz) = 2861855


More information about the svn-ports-head mailing list