head 1.4; access; symbols pkgsrc-2014Q1:1.3.0.76 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.74 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.72 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.70 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.68 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.66 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.64 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.62 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.60 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.58 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.56 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.54 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.52 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.50 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.48 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.46 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.44 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.42 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.40 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.38 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.36 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.34 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.32 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.30 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.28 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.26 pkgsrc-2008Q1:1.3.0.24 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.22 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.20 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.18 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.16 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.14 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.12 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.10 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.8 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.6 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.4 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.14 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.12 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.10 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1; locks; strict; comment @# @; 1.4 date 2014.06.10.15.22.18; author joerg; state dead; branches; next 1.3; commitid djgMkPoOrhNxnZDx; 1.3 date 2005.04.25.09.13.14; author adam; state Exp; branches; next 1.2; 1.2 date 2002.08.29.14.12.29; author martti; state Exp; branches; next 1.1; 1.1 date 2002.04.13.21.35.54; author jlam; state Exp; branches 1.1.8.1; next ; 1.1.8.1 date 2002.10.12.17.34.25; author agc; state Exp; branches; next ; desc @@ 1.4 log @Retire Apache 1.3 and 2.0. @ text @$NetBSD: patch-al,v 1.3 2005/04/25 09:13:14 adam Exp $ --- include/httpd.h.orig 2005-02-26 09:04:10.000000000 +0000 +++ include/httpd.h @@@@ -105,9 +105,9 @@@@ extern "C" { /* The name of the log files */ #ifndef DEFAULT_ERRORLOG #if defined(OS2) || defined(WIN32) -#define DEFAULT_ERRORLOG "logs/error.log" +#define DEFAULT_ERRORLOG DEFAULT_REL_LOGFILEDIR "/error.log" #else -#define DEFAULT_ERRORLOG "logs/error_log" +#define DEFAULT_ERRORLOG DEFAULT_REL_LOGFILEDIR "/error.log" #endif #endif /* DEFAULT_ERRORLOG */ @@@@ -123,7 +123,7 @@@@ extern "C" { /* The name of the server config file */ #ifndef SERVER_CONFIG_FILE -#define SERVER_CONFIG_FILE "conf/httpd.conf" +#define SERVER_CONFIG_FILE DEFAULT_REL_SYSCONFDIR "/httpd.conf" #endif /* Whether we should enable rfc1413 identity checking */ @@@@ -214,7 +214,7 @@@@ extern "C" { /** The name of the MIME types file */ #ifndef AP_TYPES_CONFIG_FILE -#define AP_TYPES_CONFIG_FILE "conf/mime.types" +#define AP_TYPES_CONFIG_FILE DEFAULT_REL_SYSCONFDIR "/mime.types" #endif /* @ 1.3 log @Changes 2.0.54: *) mod_cache: Add CacheIgnoreHeaders directive. *) mod_ldap: Added the directive LDAPConnectionTimeout to configure the ldap socket connection timeout value. *) Correctly export all mod_dav public functions. *) Add a build script to create a solaris package. *) worker MPM: Fix a problem which could cause httpd processes to remain active after shutdown. *) Unix MPMs: Shut down the server more quickly when child processes are slow to exit. *) Remove formatting characters from ap_log_error() calls. These were escaped as fallout from CAN-2003-0020. *) mod_ssl: If SSLUsername is used, set r->user earlier. *) htdigest: Fix permissions of created files. *) core_input_filter: Move buckets to a persistent brigade instead of creating a new brigade. This stop a memory leak when proxying a Streaming Media Server. *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccups from additional path information passed in non-utf-8 format. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Updated apache to 2.0.40 * SECURITY: [CAN-2002-0661] Close a very significant security hole that applies only to the Win32, OS2 and Netware platforms. Unix was not affected, Cygwin may be affected. Certain URIs will bypass security and allow users to invoke or access any file depending on the system configuration. Without upgrading, a single .conf change will close the vulnerability. Add the following directive in the global server httpd.conf context before any other Alias or Redirect directives; RedirectMatch 400 "\\\.\." Reported by Auriemma Luigi . [Brad Nicholes] * SECURITY: Close a path-revealing exposure in multiview type map negotiation (such as the default error documents) where the module would report the full path of the typemapped .var file when multiple documents or no documents could be served based on the mime negotiation. Reported by Auriemma Luigi . [CAN-2002-0654] [William Rowe] * SECURITY: Close a path-revealing exposure in cgi/cgid when we fail to invoke a script. The modules would report "couldn't create child process /path-to-script/script.pl" revealing the full path of the script. Reported by Jim Race . [CAN-2002-0654] [Bill Stoddard] * More bug fixes (see the CHANGES file) @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.1 2002/04/13 21:35:54 jlam Exp $ d3 3 a5 3 --- include/httpd.h.orig Mon Jul 1 19:49:53 2002 +++ include/httpd.h Mon Aug 12 15:02:08 2002 @@@@ -147,9 +147,9 @@@@ d17 1 a17 1 @@@@ -165,7 +165,7 @@@@ d26 1 a26 1 @@@@ -256,7 +256,7 @@@@ @ 1.1 log @-------------------------------------------------------------------------------- Update www/apache2 to 2.0.35, the first stable release of Apache 2.x. Pkgsrc changes include: *) Compiling the included modules statically. Add-ons will be built dynamically. *) Match improvements to www/apache rc.d script. *) Automatically add "Listen 0.0.0.0:80" to the sample config files as the default install of NetBSD is IPv4/IPv6 and we want the default install of Apache to work out-of-the-box. *) Automatically reset the User and Group directives to match the ones for suEXEC in the config files to ease the use of suEXEC in Apache. Changes from version 2.0.32 beta include: *) Small bug fixes across the board. *) Bug fixes to the various MPMs. *) Performance improvements. *) Fixes for mod_include errors on boundary conditions *) Bug fixes for mod_proxy to prevent hangs and for RFC2616 compliance. *) Improvements to mod_dav for improved API and for RFC 3253 compliance *) Improvemants to mod_ssl to support SSL proxy and RSA SSLC 1.x/2.x *) Greatly improve mod_cache (disk/mem) [this is disabled in pkgsrc] *) New scoreboard file implementation that is readable by 3rd-party apps. *) Allow all Perchild directives to accept either numerical UID/GID or logical user/group names. *) Add support for macro expansion within the variable names in and directives *) Implement SSLSessionCache shmht and shmcb. *) New directive ProxyIOBufferSize. Sets the size of the buffer used when reading from a remote HTTP server in proxy. *) Scrap CacheMaxExpireMin and CacheDefaultExpireMin. Change CacheMaxExpire and CacheDefaultExpire to use seconds rather than hours. *) New Directive SSIUndefinedEcho. to change the '(none)' echoed for a undefined variable. *) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl. *) New Directive for mod_proxy: ProxyRemoteMatch. *) Fix IPv6 name-based virtual hosts. *) Introduce AddOutputFilterByType directive. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- include/httpd.h.orig Fri Mar 29 03:17:19 2002 +++ include/httpd.h @@@@ -146,9 +146,9 @@@@ d17 1 a17 1 @@@@ -164,7 +164,7 @@@@ d26 1 a26 1 @@@@ -255,7 +255,7 @@@@ @ 1.1.8.1 log @Pull up the following revisions Makefile 1.12, 1.15-1.16 PLIST 1.7-1.9 distinfo 1.10-1.12 patches/patch-aa 1.7 patches/patch-al 1.2 patches/patch-an 1.4 patches/patch-ao 1.4 of pkgsrc/www/apache2 files to the netbsd-1-6 pkgsrc branch. Requested by Manuel Bouyer. They update apache2 to 2.0.43 for security issues. Tested by Manuel on 1.6/sparc with IPv6 connectivity. @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.2 2002/08/29 14:12:29 martti Exp $ d3 3 a5 3 --- include/httpd.h.orig Mon Jul 1 19:49:53 2002 +++ include/httpd.h Mon Aug 12 15:02:08 2002 @@@@ -147,9 +147,9 @@@@ d17 1 a17 1 @@@@ -165,7 +165,7 @@@@ d26 1 a26 1 @@@@ -256,7 +256,7 @@@@ @