From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 2 09:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1D4C5126 for ; Mon, 2 Sep 2013 09:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F02B82BC9 for ; Mon, 2 Sep 2013 09:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r829U0g9095871 for ; Mon, 2 Sep 2013 09:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r829U0d8095870; Mon, 2 Sep 2013 09:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 2 Sep 2013 09:30:00 GMT Resent-Message-Id: <201309020930.r829U0d8095870@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1189F02 for ; Mon, 2 Sep 2013 09:23:55 +0000 (UTC) (envelope-from pi@fa9.opsec.eu) Received: from fa9.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 382382B84 for ; Mon, 2 Sep 2013 09:23:55 +0000 (UTC) Received: from pi by fa9.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VGQMT-000ExN-MY; Mon, 02 Sep 2013 11:23:53 +0200 Message-Id: Date: Mon, 02 Sep 2013 11:23:53 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181748: [patch update] devel/lfcbase 1.5.6 -> 1.5.7, bugfix Cc: lemke@lemke-it.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 09:30:01 -0000 >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@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 -# $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: