ports/181748: [patch update] devel/lfcbase 1.5.6 -> 1.5.7, bugfix
Kurt Jaeger
fbsd-ports at opsec.eu
Mon Sep 2 09:30:01 UTC 2013
>Number: 181748
>Category: ports
>Synopsis: [patch update] devel/lfcbase 1.5.6 -> 1.5.7, bugfix
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 02 09:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Kurt Jaeger
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
devel/lfcbase 1.5.6 -> 1.5.7, bugfix
Change in Tokenizer class. Quote character argument was removed,
since it does not really seems to make sense.
It has lead to problems for cego in some cases.
All cases can be handled with the escape character
Fix in NetHandler class.
In NetHandler::readMsg, the reallocation of the message buffer was
done not correctly in some cases.
>How-To-Repeat:
Bjoern knows 8-)
>Fix:
diff -r -u -N devel/lfcbase/Makefile /usr/home/pi/myp/devel/lfcbase/Makefile
--- devel/lfcbase/Makefile 2013-07-29 23:24:26.000000000 +0200
+++ /usr/home/pi/myp/devel/lfcbase/Makefile 2013-09-02 11:05:58.000000000 +0200
@@ -1,8 +1,8 @@
# Created by: Kurt Jaeger <fbsd-ports at opsec.eu>
-# $FreeBSD: head/devel/lfcbase/Makefile 323884 2013-07-29 12:40:06Z culot $
+# $FreeBSD: head/devel/lfcbase/Makefile 318857 2013-05-23 09:31:55Z zeising $
PORTNAME= lfcbase
-PORTVERSION= 1.5.6
+PORTVERSION= 1.5.7
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
diff -r -u -N devel/lfcbase/distinfo /usr/home/pi/myp/devel/lfcbase/distinfo
--- devel/lfcbase/distinfo 2013-07-29 23:24:26.000000000 +0200
+++ /usr/home/pi/myp/devel/lfcbase/distinfo 2013-09-02 11:06:01.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (lfcbase-1.5.6.tar.gz) = e5a94daff9e7bef99aedb560e872b84d9822318af6d150f2085c99e127969e7d
-SIZE (lfcbase-1.5.6.tar.gz) = 883193
+SHA256 (lfcbase-1.5.7.tar.gz) = 3a273ed8bb5a834a7b087774ad47c487569c0a3f452dd2f1d5ac8e227c4aa705
+SIZE (lfcbase-1.5.7.tar.gz) = 883295
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list