Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2020 17:04:02 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546196 - head/devel/lfcbase
Message-ID:  <202008251704.07PH42FK091445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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