diff options
author | kris <kris@FreeBSD.org> | 2000-02-28 16:15:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-28 16:15:16 +0800 |
commit | 77bc279b66c09e795eb683872d323b041b845751 (patch) | |
tree | 764445b367660a1115f6929afd0feecfac73020a /textproc/htdig/files | |
parent | 5c467fa743181e37858da3c9397cb874f9fc53cd (diff) | |
download | freebsd-ports-gnome-77bc279b66c09e795eb683872d323b041b845751.tar.gz freebsd-ports-gnome-77bc279b66c09e795eb683872d323b041b845751.tar.zst freebsd-ports-gnome-77bc279b66c09e795eb683872d323b041b845751.zip |
Update to htdig 3.1.5, which fixes a security hole in the htsearch
cgi-bin.
Submitted by: Doug Barton <doug@gorean.org>
Diffstat (limited to 'textproc/htdig/files')
-rw-r--r-- | textproc/htdig/files/patch-ab | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/htdig/files/patch-ab b/textproc/htdig/files/patch-ab index 002b66eab1c6..8cac20bc895f 100644 --- a/textproc/htdig/files/patch-ab +++ b/textproc/htdig/files/patch-ab @@ -1,6 +1,5 @@ -diff -ur ../htdig-3.1.3.Dist/db/dist/configure ./db/dist/configure ---- ../htdig-3.1.3.Dist/db/dist/configure Wed Sep 22 09:18:15 1999 -+++ ./db/dist/configure Tue Oct 26 18:06:57 1999 +--- db/dist/configure.orig Thu Feb 24 18:29:00 2000 ++++ db/dist/configure Sat Feb 26 13:25:13 2000 @@ -3056,7 +3056,7 @@ case "$host_os" in @@ -10,9 +9,8 @@ diff -ur ../htdig-3.1.3.Dist/db/dist/configure ./db/dist/configure irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";; osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";; solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS" -diff -ur ../htdig-3.1.3.Dist/db/dist/configure.in ./db/dist/configure.in ---- ../htdig-3.1.3.Dist/db/dist/configure.in Wed Sep 22 09:18:15 1999 -+++ ./db/dist/configure.in Tue Oct 26 18:06:46 1999 +--- db/dist/configure.in.orig Thu Feb 24 18:29:00 2000 ++++ db/dist/configure.in Sat Feb 26 13:25:13 2000 @@ -405,7 +405,7 @@ dnl libraries for threaded applications case "$host_os" in |