Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2002 16:43:40 +0800 (WST)
From:      Dean Hollister <dean@odyssey.apana.org.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45235: Upgraded Port: misc/firedns
Message-ID:  <200211120843.QAA52436@mail.wa.apana.org.au>

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

>Number:         45235
>Category:       ports
>Synopsis:       Upgraded Port: misc/firedns
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 12 00:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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