Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2008 19:40:42 -0500
From:      "Zane C.B." <vvelox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/125893: Update Port: net/p5-ZConf bump to 0.3.2... this fixes a massive error with the file backend
Message-ID:  <1216773642.331@vixen42.vulpes>
Resent-Message-ID: <200807230050.m6N0o2bT066757@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125893
>Category:       ports
>Synopsis:       Update Port: net/p5-ZConf    bump to 0.3.2... this fixes a massive error with the file backend
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 23 00:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Zane C.B.
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.3-STABLE #3: Mon May 26 17:37:16 CDT 2008
    root@vixen42.vulpes:/usr/obj/usr/src/sys/SMP



>Description:


meh... just installed it on a system that will be spending most of it's time off my network and found a nasty error with the file backend...

If 'fileonly=1' or 'backend=file' is set in 'zconf.zml' the function read will fail as the function readFile is using '$self->{config}' instead of '$self->{conf}'.


>How-To-Repeat:


1: install zbgset-admin and play around
2:
3: notice the getKeys error when doing 'zbgset-admin -l all'
4: apply diffs and notice it goes away


>Fix:


--- Makefile    2008-07-22 19:29:32.000000000 -0500
+++ Makefile.orig       2008-07-22 19:29:24.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      ZConf
-PORTVERSION=   0.3.2
+PORTVERSION=   0.3.1
 CATEGORIES=    net perl5
 MASTER_SITES=  CPAN
 MASTER_SITE_SUBDIR=    ../../authors/id/V/VV/VVELOX



--- distinfo.orig       2008-07-22 19:29:20.000000000 -0500
+++ distinfo    2008-07-22 19:30:12.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (ZConf-0.3.1.tar.gz) = 8575b557066c47f6d4132548181d7307
-SHA256 (ZConf-0.3.1.tar.gz) = 4c4f6495c0ad50bf7f4c1b5ba9a0cbb840524268b514b4bb767a822387488d54
-SIZE (ZConf-0.3.1.tar.gz) = 17061
+MD5 (ZConf-0.3.2.tar.gz) = 23c9055da536083fee40f347a49978b7
+SHA256 (ZConf-0.3.2.tar.gz) = 75fde0abb72ff12055c5fa2875ca2f04547fa6b96e93e0d6c12831cfc75a5030
+SIZE (ZConf-0.3.2.tar.gz) = 17076



>Release-Note:
>Audit-Trail:
>Unformatted:



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