From dean@odyssey.apana.org.au  Tue Nov 12 00:44:04 2002
Return-Path: <dean@odyssey.apana.org.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E50C937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Nov 2002 00:44:03 -0800 (PST)
Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 55B3D43E9C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Nov 2002 00:44:01 -0800 (PST)
	(envelope-from dean@odyssey.apana.org.au)
Received: (from dean@localhost)
	by odyssey.apana.org.au (8.9.3/8.9.3) id QAA52436;
	Tue, 12 Nov 2002 16:43:40 +0800 (WST)
Message-Id: <200211120843.QAA52436@mail.wa.apana.org.au>
Date: Tue, 12 Nov 2002 16:43:40 +0800 (WST)
From: Dean Hollister <dean@odyssey.apana.org.au>
Reply-To: Dean Hollister <dean@odyssey.apana.org.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Upgraded Port: misc/firedns
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45235
>Category:       ports
>Synopsis:       Upgraded Port: misc/firedns
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 12 00:50:01 PST 2002
>Closed-Date:    Fri Nov 15 14:55:47 PST 2002
>Last-Modified:  Fri Nov 15 14:55:47 PST 2002
>Originator:     Dean Hollister
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Australian Public Access Network Association Inc
>Environment:
System: FreeBSD odyssey.apana.org.au 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 19:31:16 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386
>Description:
Upgraded Port: misc/firedns - New version 0.1.23 available from vendor
>How-To-Repeat:
>Fix:
diff -ruN firestring.old/Makefile firestring/Makefile
--- firestring.old/Makefile	Tue Nov 12 16:26:10 2002
+++ firestring/Makefile	Tue Nov 12 16:32:24 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	firestring
-PORTVERSION=	0.1.22
+PORTVERSION=	0.1.23
 CATEGORIES=	misc net devel
 MASTER_SITES=	http://ares.penguinhosting.net/~ian/projects/ \
 		http://www.wa.apana.org.au/~dean/sources/ \
@@ -19,10 +19,11 @@
 HAS_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 
-MAN3=		firestring_chomp.3 firestring_chug.3 firestring_concat.3 \
-		firestring_conf_add.3 firestring_conf_find.3 \
-		firestring_conf_find_next.3 firestring_conf_free.3 \
-		firestring_conf_parse.3 firestring_estr_0.3 \
+MAN3=		firestring_chomp.3 firestring_chug.3 \
+		firestring_concat.3 firestring_conf_add.3 \
+		firestring_conf_find.3 firestring_conf_find_next.3 \
+		firestring_conf_free.3 firestring_conf_parse.3 \
+		firestring_conf_parse_next.3 firestring_estr_0.3 \
 		firestring_estr_alloc.3 firestring_estr_base64_decode.3 \
 		firestring_estr_base64_encode.3 firestring_estr_ends.3 \
 		firestring_estr_estrcasecmp.3 firestring_estr_estrcat.3 \
diff -ruN firestring.old/distinfo firestring/distinfo
--- firestring.old/distinfo	Tue Nov 12 16:26:38 2002
+++ firestring/distinfo	Tue Nov 12 16:28:09 2002
@@ -1 +1 @@
-MD5 (firestring-0.1.22.tar.gz) = c9e65fa76d1fffcd01d8052ba4231616
+MD5 (firestring-0.1.23.tar.gz) = f5d1b6fedbbd4137483efb3864d772b6
diff -ruN firestring.old/pkg-descr firestring/pkg-descr
--- firestring.old/pkg-descr	Tue Oct 15 22:48:17 2002
+++ firestring/pkg-descr	Tue Nov 12 16:38:47 2002
@@ -1,14 +1,21 @@
 From libfirestring(3):
 
 "libfirestring is a string handling library that provides
-maximum length aware string handling functions to programs.
-Several functions provide saner interfaces than the standard
-libc functions.  libfirestring also provides functions that
-are in most libc's but not provided for by POSIX, enabling
-programmers to write POSIX-compliant code while using such
-safe functions (strcasecmp, strncasecmp, snprintf)."
+maximum length aware string handling functions to pro-
+grams. Several functions provide saner interfaces than
+the standard libc functions. libfirestring also provides
+functions that are in most libc's but not provided for by
+ANSI C, enabling programmers to write ANSI C-compliant
+code while using such safe functions (strcasecmp, strn-
+casecmp, snprintf).
 
-"libfirestring also includes functions for dealing with
+libfirestring provides a set of functions for dealing with
+EStrings. EStrings are binary-safe objects that, when
+used with the firestring functions, are overflow safe,
+because they include allocated memory size information
+with them.
+
+libfirestring also includes functions for dealing with
 reading configuration files in an easy to program fashion."
 
 WWW: http://ares.penguinhosting.net/~ian/
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Nov 15 14:54:29 PST 2002 
State-Changed-Why:  
Upgrade to version 0.1.23 while looking at the compilation problem on Bento. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45235 
>Unformatted:
