Date: Wed, 13 Aug 2003 12:09:46 +0000 (GMT) From: Yonatan@xpert.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55532: Update security/amap to 4.2 Message-ID: <20030813120946.467AD8BC@110.xpert.com> Resent-Message-ID: <200308130910.h7D9AGwP053565@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55532 >Category: ports >Synopsis: Update security/amap to 4.2 >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: Wed Aug 13 02:10:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Yonatan@xpert.com >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD Temujin 4.8-RC FreeBSD 4.8-RC #1: Sat Apr 12 03:02:22 GMT 2003 root@Temujin:/usr/obj/usr/src/sys/TEMUJIN-G i386 >Description: New signatures and minor fixes. >How-To-Repeat: N/A >Fix: --- amap-4.2.diff begins here --- diff -urN amap.orig/Makefile amap/Makefile --- amap.orig/Makefile Tue Jul 29 13:32:55 2003 +++ amap/Makefile Wed Aug 13 10:37:25 2003 @@ -6,7 +6,7 @@ # PORTNAME= amap -PORTVERSION= 4.0 +PORTVERSION= 4.2 CATEGORIES= security MASTER_SITES= http://www.thc.org/releases/ diff -urN amap.orig/distinfo amap/distinfo --- amap.orig/distinfo Tue Jul 29 13:53:26 2003 +++ amap/distinfo Wed Aug 13 10:40:20 2003 @@ -1 +1 @@ -MD5 (amap-4.0.tar.gz) = c92a0f159c1ccd34f63e932b81a5b660 +MD5 (amap-4.2.tar.gz) = ec781fe4ed97d8d3fcccf64951aefa3e diff -urN amap.orig/files/patch-amap-inc.h amap/files/patch-amap-inc.h --- amap.orig/files/patch-amap-inc.h Tue Jul 29 14:27:38 2003 +++ amap/files/patch-amap-inc.h Wed Aug 13 11:55:03 2003 @@ -1,10 +1,13 @@ ---- amap-inc.h.orig Tue Jul 29 14:26:51 2003 -+++ amap-inc.h Tue Jul 29 14:27:05 2003 -@@ -13,7 +13,6 @@ +--- amap-inc.h.orig Tue Aug 5 21:21:37 2003 ++++ amap-inc.h Wed Aug 13 11:54:03 2003 +@@ -12,9 +12,9 @@ #include <sys/stat.h> #include <sys/types.h> #include <sys/socket.h> -#include <arpa/inet.h> #include <netdb.h> #include <netinet/in.h> - #include <arpa/inet.h> ++#include <arpa/inet.h> + #include <fcntl.h> + #include <time.h> + #include <errno.h> diff -urN amap.orig/files/patch-amap.h amap/files/patch-amap.h --- amap.orig/files/patch-amap.h Tue Jul 29 14:06:54 2003 +++ amap/files/patch-amap.h Wed Aug 13 11:49:24 2003 @@ -1,5 +1,5 @@ ---- amap.h.orig Tue Jul 22 13:54:37 2003 -+++ amap.h Tue Jul 29 14:06:27 2003 +--- amap.h.orig Tue Aug 5 21:18:29 2003 ++++ amap.h Wed Aug 13 11:48:47 2003 @@ -24,7 +24,7 @@ #define AMAP_EMAIL "amap-dev@thc.org" #define AMAP_RESOURCE "www.thc.org" @@ -7,5 +7,5 @@ -#define AMAP_APPDEF_PATH "/usr/local/bin" +#define AMAP_APPDEF_PATH "PREFIX/bin" #define AMAP_BUFSIZE 1024 // standard buffer size - #define AMAP_BUFSIZE_BIG 16348 // big standard buffer size + #define AMAP_BUFSIZE_BIG 65536 // big standard buffer size #define AMAP_REGEX_OPTIONS ( PCRE_MULTILINE | PCRE_CASELESS ) --- amap-4.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030813120946.467AD8BC>