summaryrefslogtreecommitdiff
path: root/www/thttpd/patches
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-27 12:42:08 +0000
committerjlam <jlam>2000-07-27 12:42:08 +0000
commit3e2df1f00108998738dfddaa8f015dbd239a8c8e (patch)
tree1a745284d46fb61bac776fc8331073e6cb5db94c /www/thttpd/patches
parent0c71850017a534ce17b5cb3ed06862acb6b84f8d (diff)
downloadpkgsrc-3e2df1f00108998738dfddaa8f015dbd239a8c8e.tar.gz
Update thttpd to 2.19. Changes from 2.16:
New in version 2.19: * Added hack to prevent MSIE 5 from censoring error messages. * Minor fix to handling of shouldn't-happen error in ls(). * IPv6/Linux fix from Tero Pelander. * Documented the -D flag. New in version 2.18: * Fixed URL-encoding of high-bit characters - used in directory listings. * Made a few more characters come through verbatim instead of %-encoded. * Couple of minor code cleanups. * Added some MIME types to support WAP/WML. * IPv6 fix. * Made MIME text character-set an option, with iso-8859-1 the default. New in version 2.17: * A change in the way wildcard matching works - now a single * only matches strings that don't include a slash. To match entire pathnames including slashes you have to use **. * On systems with IPv6, automatically bind to both v4 and v6 sockets. * Slight change to non-local referer checking to handle older browsers. * Tweaks to some of the error-403 syslog messages. * Portability tweak for OSF/1. * Portability tweak for IPv6 systems. * Fix for ssi.c from Marcel Telka. * Added charset=iso-8859-1 to text MIME types. * Added wildcards to redirect. * Changed symlinks/nosymlinks config options to symlink/nosymlink, to conform to the man page (old style still accepted).
Diffstat (limited to 'www/thttpd/patches')
-rw-r--r--www/thttpd/patches/patch-ac4
-rw-r--r--www/thttpd/patches/patch-ad10
-rw-r--r--www/thttpd/patches/patch-ae12
-rw-r--r--www/thttpd/patches/patch-af14
-rw-r--r--www/thttpd/patches/patch-ag23
5 files changed, 6 insertions, 57 deletions
diff --git a/www/thttpd/patches/patch-ac b/www/thttpd/patches/patch-ac
index f7c05d54006..fda755419aa 100644
--- a/www/thttpd/patches/patch-ac
+++ b/www/thttpd/patches/patch-ac
@@ -1,6 +1,4 @@
-$NetBSD: patch-ac,v 1.2 2000/02/09 20:55:29 hubertf Exp $
-$NetBSD: patch-ac,v 1.2 2000/02/09 20:55:29 hubertf Exp $
-
+$NetBSD: patch-ac,v 1.3 2000/07/27 12:42:08 jlam Exp $
--- cgi-src/Makefile.in.BAK Wed Feb 9 21:12:32 2000
+++ cgi-src/Makefile.in Wed Feb 9 21:13:16 2000
diff --git a/www/thttpd/patches/patch-ad b/www/thttpd/patches/patch-ad
index 2e06463f381..8d8d266f52b 100644
--- a/www/thttpd/patches/patch-ad
+++ b/www/thttpd/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.1 1999/12/15 14:48:49 abs Exp $
+$NetBSD: patch-ad,v 1.2 2000/07/27 12:42:08 jlam Exp $
---- index.html.orig Wed Dec 15 13:30:29 1999
-+++ index.html Wed Dec 15 13:31:10 1999
-@@ -13,5 +13,9 @@
+--- index.html.orig Wed Feb 9 16:52:20 2000
++++ index.html Thu Jul 27 07:25:55 2000
+@@ -12,5 +12,9 @@
<HR>
<ADDRESS><A HREF="mailto:webmaster@acme.com">ACME Labs Webmaster &lt;webmaster@acme.com&gt;</A></ADDRESS>
+<A HREF="http://www.netbsd.org/">
-+<IMG ALIGN=RIGHT SRC="sitedrivenby.gif" border=0 ALT="Site driven by NetBSD">
++<IMG ALIGN=RIGHT SRC="sitedrivenby.gif border=0 ALT="Site driven by NetBSD">
+</A>
+
</BODY>
diff --git a/www/thttpd/patches/patch-ae b/www/thttpd/patches/patch-ae
deleted file mode 100644
index 256f5fd6934..00000000000
--- a/www/thttpd/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2000/04/07 10:11:55 itojun Exp $
---- configure.in Mon Feb 7 10:31:16 2000
-+++ configure.in Fri Apr 7 18:52:19 2000
-@@ -64,7 +64,7 @@
- AC_MSG_RESULT(no)
- fi
-
--AC_CHECK_HEADERS(fcntl.h grp.h memory.h paths.h poll.h sys/poll.h netinet6/in6.h)
-+AC_CHECK_HEADERS(fcntl.h grp.h memory.h paths.h poll.h sys/poll.h)
- AC_HEADER_TIME
- AC_HEADER_DIRENT
-
diff --git a/www/thttpd/patches/patch-af b/www/thttpd/patches/patch-af
deleted file mode 100644
index 441e5d68e59..00000000000
--- a/www/thttpd/patches/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-af,v 1.1 2000/04/07 10:11:55 itojun Exp $
---- aclocal.m4 Sat Jan 15 01:49:01 2000
-+++ aclocal.m4 Fri Apr 7 18:52:41 2000
-@@ -180,9 +180,7 @@
- AC_TRY_COMPILE([
- # include <sys/types.h>
- # include <sys/socket.h>
--# ifdef HAVE_NETINET6_IN6_H
--# include <netinet6/in6.h>
--# endif],
-+# include <netinet/in.h>],
- [struct sockaddr_in6 sa6],
- ac_cv_acme_sockaddr_in6=yes,
- ac_cv_acme_sockaddr_in6=no))
diff --git a/www/thttpd/patches/patch-ag b/www/thttpd/patches/patch-ag
deleted file mode 100644
index 5cae0888e28..00000000000
--- a/www/thttpd/patches/patch-ag
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2000/04/07 10:11:55 itojun Exp $
---- configure- Fri Apr 7 18:48:12 2000
-+++ configure Fri Apr 7 18:48:26 2000
-@@ -1021,7 +1021,7 @@
- fi
- echo "$ac_t""$CPP" 1>&6
-
--for ac_hdr in fcntl.h grp.h memory.h paths.h poll.h sys/poll.h netinet6/in6.h
-+for ac_hdr in fcntl.h grp.h memory.h paths.h poll.h sys/poll.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -2378,9 +2378,7 @@
-
- # include <sys/types.h>
- # include <sys/socket.h>
--# ifdef HAVE_NETINET6_IN6_H
--# include <netinet6/in6.h>
--# endif
-+# include <netinet/in.h>
- int main() {
- struct sockaddr_in6 sa6
- ; return 0; }