svn commit: r428967 - in head/security/sudo: . files
Cy Schubert
cy at FreeBSD.org
Mon Dec 19 23:59:24 UTC 2016
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");
More information about the svn-ports-all
mailing list