Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 23:59:23 +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: r428967 - in head/security/sudo: . files
Message-ID:  <201612192359.uBJNxN59043062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Dec 19 23:59:23 2016
New Revision: 428967
URL: https://svnweb.freebsd.org/changeset/ports/428967

Log:
  Update 1.8.18p1 --> 1.8.19.
  
  PR:		215434
  Submitted by:	cy
  Reviewed by:	garga (maintainer)

Added:
  head/security/sudo/files/patch-lib__util__strtoid.c   (contents, props changed)
Modified:
  head/security/sudo/Makefile
  head/security/sudo/distinfo

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Mon Dec 19 23:40:19 2016	(r428966)
+++ head/security/sudo/Makefile	Mon Dec 19 23:59:23 2016	(r428967)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sudo
-PORTVERSION=	1.8.18p1
+PORTVERSION=	1.8.19
 CATEGORIES=	security
 MASTER_SITES=	SUDO
 

Modified: head/security/sudo/distinfo
==============================================================================
--- head/security/sudo/distinfo	Mon Dec 19 23:40:19 2016	(r428966)
+++ head/security/sudo/distinfo	Mon Dec 19 23:59:23 2016	(r428967)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477613192
-SHA256 (sudo-1.8.18p1.tar.gz) = e5a0471c721281a693025bbde33ebd9d3db43245d83ab8516bbfc23980379434
-SIZE (sudo-1.8.18p1.tar.gz) = 2822109
+TIMESTAMP = 1482175666
+SHA256 (sudo-1.8.19.tar.gz) = 1130923534b62c18b40b529c6877d1a020db93f876617b56a569d0a1133d0228
+SIZE (sudo-1.8.19.tar.gz) = 2859694

Added: head/security/sudo/files/patch-lib__util__strtoid.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/sudo/files/patch-lib__util__strtoid.c	Mon Dec 19 23:59:23 2016	(r428967)
@@ -0,0 +1,11 @@
+--- ./lib/util/strtoid.c.orig	2016-12-18 05:52:23.000000000 -0800
++++ ./lib/util/strtoid.c	2016-12-19 13:48:01.268725000 -0800
+@@ -80,7 +80,7 @@
+     }
+     if (errno == ERANGE) {
+ 	if (errstr != NULL) {
+-	    if (llval == LLONG_MAX)) {
++	    if (llval == LLONG_MAX)
+ 		*errstr = N_("value too large");
+ 	    else
+ 		*errstr = N_("value too small");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612192359.uBJNxN59043062>