svn commit: r546196 - head/devel/lfcbase
Kurt Jaeger
pi at FreeBSD.org
Tue Aug 25 17:04:03 UTC 2020
Author: pi
Date: Tue Aug 25 17:04:02 2020
New Revision: 546196
URL: https://svnweb.freebsd.org/changeset/ports/546196
Log:
devel/lfcbase: update 1.14.2 -> 1.14.3
- Increased in class Chain STATICBUFSIZE from
50 to 100 and TMPBUFSIZE from 30 to 100
- Fix in Chain, replacement of sprintf with snprintf to avoid buffer
overflow
Submitted by: Björn Lemke <lemke at lemke-it.com>
Modified:
head/devel/lfcbase/Makefile
head/devel/lfcbase/distinfo
Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile Tue Aug 25 17:03:17 2020 (r546195)
+++ head/devel/lfcbase/Makefile Tue Aug 25 17:04:02 2020 (r546196)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lfcbase
-PORTVERSION= 1.14.2
+PORTVERSION= 1.14.3
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo Tue Aug 25 17:03:17 2020 (r546195)
+++ head/devel/lfcbase/distinfo Tue Aug 25 17:04:02 2020 (r546196)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566148236
-SHA256 (lfcbase-1.14.2.tar.gz) = 679b6303caa8581b3e2b363cf64d901d2e28aa64e23f70f39b16a5c5d85e6091
-SIZE (lfcbase-1.14.2.tar.gz) = 645430
+TIMESTAMP = 1598374345
+SHA256 (lfcbase-1.14.3.tar.gz) = 3467472035010b134551111bba95ca9007ac9b99e32bd4ffc44a94294445f798
+SIZE (lfcbase-1.14.3.tar.gz) = 645744
More information about the svn-ports-all
mailing list