head 1.7; access; symbols pkgsrc-2014Q1:1.6.0.58 pkgsrc-2014Q1-base:1.6 pkgsrc-2013Q4:1.6.0.56 pkgsrc-2013Q4-base:1.6 pkgsrc-2013Q3:1.6.0.54 pkgsrc-2013Q3-base:1.6 pkgsrc-2013Q2:1.6.0.52 pkgsrc-2013Q2-base:1.6 pkgsrc-2013Q1:1.6.0.50 pkgsrc-2013Q1-base:1.6 pkgsrc-2012Q4:1.6.0.48 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q3:1.6.0.46 pkgsrc-2012Q3-base:1.6 pkgsrc-2012Q2:1.6.0.44 pkgsrc-2012Q2-base:1.6 pkgsrc-2012Q1:1.6.0.42 pkgsrc-2012Q1-base:1.6 pkgsrc-2011Q4:1.6.0.40 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q3:1.6.0.38 pkgsrc-2011Q3-base:1.6 pkgsrc-2011Q2:1.6.0.36 pkgsrc-2011Q2-base:1.6 pkgsrc-2011Q1:1.6.0.34 pkgsrc-2011Q1-base:1.6 pkgsrc-2010Q4:1.6.0.32 pkgsrc-2010Q4-base:1.6 pkgsrc-2010Q3:1.6.0.30 pkgsrc-2010Q3-base:1.6 pkgsrc-2010Q2:1.6.0.28 pkgsrc-2010Q2-base:1.6 pkgsrc-2010Q1:1.6.0.26 pkgsrc-2010Q1-base:1.6 pkgsrc-2009Q4:1.6.0.24 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q3:1.6.0.22 pkgsrc-2009Q3-base:1.6 pkgsrc-2009Q2:1.6.0.20 pkgsrc-2009Q2-base:1.6 pkgsrc-2009Q1:1.6.0.18 pkgsrc-2009Q1-base:1.6 pkgsrc-2008Q4:1.6.0.16 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.14 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.12 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.10 pkgsrc-2008Q2-base:1.6 cwrapper:1.6.0.8 pkgsrc-2008Q1:1.6.0.6 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.4 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.2 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-4-PATCH002:1.2; locks; strict; comment @# @; 1.7 date 2014.06.10.15.22.18; author joerg; state dead; branches; next 1.6; commitid djgMkPoOrhNxnZDx; 1.6 date 2007.10.07.20.49.57; author dmcmahill; state Exp; branches; next 1.5; 1.5 date 2002.06.19.10.28.31; author jdolecek; state dead; branches; next 1.4; 1.4 date 2002.06.18.01.45.37; author itojun; state Exp; branches; next 1.3; 1.3 date 2000.04.21.02.19.33; author explorer; state dead; branches; next 1.2; 1.2 date 2000.02.09.00.54.03; author hubertf; state Exp; branches; next 1.1; 1.1 date 99.11.21.22.10.55; author tron; state Exp; branches; next ; desc @@ 1.7 log @Retire Apache 1.3 and 2.0. @ text @$NetBSD: patch-an,v 1.6 2007/10/07 20:49:57 dmcmahill Exp $ --- src/modules/standard/mod_auth_db.module.orig 2004-11-24 14:10:19.000000000 -0500 +++ src/modules/standard/mod_auth_db.module @@@@ -1,37 +1,11 @@@@ Name: db_auth_module ConfigStart - DB_VERSION='' - DB_LIB='' - if ./helpers/TestCompile func db_create; then - DB_VERSION='Berkeley-DB/3.x' - elif ./helpers/TestCompile lib db db_create; then - DB_VERSION='Berkeley-DB/3.x' - DB_LIB='-ldb' - elif ./helpers/TestCompile func db_open; then - DB_VERSION='Berkeley-DB/2.x' - elif ./helpers/TestCompile lib db db_open; then - DB_VERSION='Berkeley-DB/2.x' - DB_LIB='-ldb' - elif ./helpers/TestCompile lib db2 db_open; then - DB_VERSION='Berkeley-DB/2.x' - DB_LIB='-ldb2' - elif ./helpers/TestCompile func dbopen; then - DB_VERSION='Berkeley-DB/1.x' - elif ./helpers/TestCompile lib db dbopen; then - DB_VERSION='Berkeley-DB/1.x' - DB_LIB='-ldb' - elif ./helpers/TestCompile lib db1 dbopen; then - DB_VERSION='Berkeley-DB/1.x' - DB_LIB='-ldb1' - elif TCADDINCL='#include ' INCLUDES1="$INCLUDES1 -I/usr/include/db1" TLIB="-ldb1" \ - helpers/TestCompile func dbm_open; then - # For Red Hat 7 - DB_VERSION='Berkeley-DB/1.x' - DB_LIB='-ldb1' - CFLAGS="$CFLAGS -I/usr/include/db1" - fi - if [ ".$DB_VERSION" != . ]; then - if [ ".$DB_LIB" != . ]; then + DB_VERSION=@@DB_VERSION@@ + DB_LIB=@@DB_LIB@@ + CFLAGS="$CFLAGS @@DB_CFLAGS@@" + + if [ ".$DB_VERSION" != "" ]; then + if [ ".$DB_LIB" != "" ]; then LIBS="$LIBS $DB_LIB" echo " using $DB_VERSION for mod_auth_db ($DB_LIB)" else @ 1.6 log @Be sure we actually use the db stuff as set up by bdb.buildlink3.mk. This fixes a long standing build failure on SunOS-5.9/sparc and does not seem to break things on NetBSD. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @g/c, Apache folks fixed this differently @ text @d1 1 a1 1 $NetBSD: patch-an,v 1.4 2002/06/18 01:45:37 itojun Exp $ d3 46 a48 11 --- src/main/http_protocol.c- Tue Jun 18 10:42:38 2002 +++ src/main/http_protocol.c Tue Jun 18 10:42:50 2002 @@@@ -2171,7 +2171,7 @@@@ /* Otherwise, we are in the midst of reading a chunk of data */ - len_to_read = (r->remaining > bufsiz) ? bufsiz : r->remaining; + len_to_read = (r->remaining > (unsigned int)bufsiz) ? bufsiz : r->remaining; len_read = ap_bread(r->connection->client, buffer, len_to_read); if (len_read <= 0) { @ 1.4 log @http chunk transfer vulnerability http://httpd.apache.org/info/security_bulletin_20020617.txt @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @unneeded patch removed @ text @d1 1 a1 1 $NetBSD: patch-an,v 1.2 2000/02/09 00:54:03 hubertf Exp $ d3 11 a13 21 --- configure.orig Mon Jan 17 23:53:17 2000 +++ configure Wed Feb 9 00:53:03 2000 @@@@ -417,6 +417,7 @@@@ echo " --mandir=DIR install manual pages in DIR" echo " --sysconfdir=DIR install configuration files in DIR" echo " --datadir=DIR install read-only data files in DIR" + echo " --cgidir=DIR install cgi files in DIR" echo " --includedir=DIR install includes files in DIR" echo " --localstatedir=DIR install modifiable data files in DIR" echo " --runtimedir=DIR install runtime data in DIR" @@@@ -652,6 +653,10 @@@@ --datadir=*) datadir="$apc_optarg" autosuffix_datadir=no + ;; + --cgidir=*) + cgidir="$apc_optarg" + autosuffix_cgidir=no ;; --iconsdir=*) iconsdir="$apc_optarg" @ 1.2 log @defuzz @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update Apache package to version 1.3.9 (SSL Module 2.4.8) using patches suppled by SUNAGAWA Keiki in PR pkg/8819. This version mostly fixes bugs discovered since version 1.3.6. @ text @d3 3 a5 3 --- configure.orig Mon Sep 27 18:50:00 1999 +++ configure Mon Sep 27 18:50:09 1999 @@@@ -395,6 +395,7 @@@@ d13 1 a13 1 @@@@ -626,6 +627,10 @@@@ d22 2 a23 2 --includedir=*) includedir="$apc_optarg" @