summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-06-21Set MASTER_SITES to MASTER_SITE_LOCAL, as the distfile is now hostedcjones1-2/+2
on ftp.netbsd.org.
2002-06-20Add x11.buildlink.mk so that this links correctly on xpkgwedged systems.wiz1-1/+2
2002-06-20don't chown share/httpd blindly. sync w/ www/apacheitojun1-2/+1
2002-06-20- Add share/httpd/htdocs/index.html.lb.utf8 to PLIST.taca5-12/+71
- Prevent chown whole files under ${PREFIX}/share/httpd.
2002-06-20Add and enable links-guijschauma1-1/+2
2002-06-20Update to version 2.0:jschauma4-17/+32
changes in links 0.9.7 -> 2.0 - JavaScript support - remade bookmarks - support for gamma corrections Split into pkgsrc/www/links and pkgsrc/www/links-gui: - rewritten to support graphics - support for various graphics drivers including: o X Window System o SVGAlib o Atheos GUI o PMShell - support for various graphics formats including: o PNG o JPEG o TIFF o GIF Update and split et al provided by Lubomir Sedlacik (salo at xtrmntr dot org) in PR##17218 - this commit closes this PR.
2002-06-20Initial import of links-gui, a graphical version of the popularjschauma3-0/+20
links web browser. Together with the update of pkgsrc/www/links this closes PR##17218. This package and the update for pkgsrc/www/links provided by Lubomir Sedlacik (salo at xtrmntr dot org).
2002-06-20enable mod_so for use with php. From: Dawid Szymanski <dawszy@tgr.lubin.edu.pl>itojun1-2/+4
2002-06-20apache with IPv6 patch, for 1.3.26.itojun4-61/+84
proxy module was disabled as the IPv6 patch for the module is broken.
2002-06-19Fixed the ordering of args to apxs, as suggested by jlam in pkg/13477cjones2-5/+5
(which is already closed).
2002-06-19Add missing "source/" to master site entries for "ftp.funet.fi".tron2-4/+4
2002-06-19Define ${EXTRACT_SUFX} before referring to it on the left hand sidefredb1-1/+3
(indirectly, through ``SITES_${MODSSL_DIST}=''), and add a comment regarding same, to help spare maintainers from brain-damage.
2002-06-19Use the same master sites of the "mod_ssl" as in the "ap-ssl" package.tron1-2/+4
2002-06-19Fix dependence on "apachage" package.tron1-2/+2
2002-06-19update for now-available mod_ssl-2.8.9-1.3.26jdolecek5-2030/+13
2002-06-19Updated p5-HTML-FixEntities to 1.02abs4-10/+10
Updated htmlfix to 1.03 htmlfix/p5-HTML-FixEntities now recognise <? ?> php sections and do not modify their contents.
2002-06-19g/c patch-an, this is fixed by Apache 1.3.26 different wayjdolecek1-2/+1
2002-06-19g/c, Apache folks fixed this differentlyjdolecek1-13/+0
2002-06-19add hack to compile with Apache 1.3.26; this should be removed oncejdolecek1-1/+6
newer version of mod_ssl would be available.
2002-06-19Update apache to 1.3.26.jdolecek4-44/+2094
Custom mod_ssl eapi patch used for now, since update of mod_ssl for 1.3.26 isn't available yet. This fixes the CAN-2002-0392 (mitre.org) [CERT VU#944335] security issue. For full list of changes, see http://www.apache.org/dist/httpd/CHANGES_1.3
2002-06-19since we need ant.jar at runtime, switch jakarta-ant from BUILD_DEPENDS to ↵abs1-2/+2
DEPENDS
2002-06-19Add a two mirror sites because the main site isn't that fast.tron1-3/+5
2002-06-18upgrade to 2.0.39, which should correct chunk encoding security issue.itojun10-228/+188
Changes with Apache 2.0.39 *) Fixed a build problem in htpasswd.c on Win32. [Guenter Knauf <eflash@gmx.net>, Cliff Woolley] Changes with Apache 2.0.38 *) Rewrite htpasswd to use APR. The removes the annoying warning about tmpnam being unsafe. [Ryan Bloom] *) We must set the MIME-type for .shtml files to text/html if we want them to be parsed for SSI tags. Add the config for that to the default config file so that it is easier to enable .shtml parsing. [Dave Dyer <ddyer@real-me.net>] *) Fixed a problem with 'make install' on ReliantUnix. [Jean-frederic Clere <jfrederic.clere@fujitsu-siemens.com>] *) Make the default_handler catch all requests that aren't served by another handler. This also gets us to return a 404 if a directory is requested, there is no DirectoryIndex, and mod_autoindex isn't loaded. [Justin Erenkrantz] *) Fixed the handling of nested if-statements in shtml files. PR 9866 [Brian Pane] *) Allow 'make install DESTDIR=/path'. This allows packagers to install into a directory different from the one that was configured. This also mirrors the root= feature from 1.3. We cannot use prefix=, because both APR and APR-util resolve their installation paths at configuration time. This means that there is no variable prefix to replace. [Andreas Hasenack <andreas@netbank.com.br>] *) AIX 4.3.2 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT. These levels of AIX don't have a thundering herd problem with accept(). [Jeff Trawick] *) prefork MPM: Ignore mutex errors during graceful restart. For certain types of mutexes (particularly SysV semaphores), we should expect to occasionally fail to obtain or release the mutex during restart processing. [Jeff Trawick] *) Fix install-bindist.sh so that it finds any perl instead of just early perl 5.x versions. This is consistent with a build/install from source, and it allows the perl scripts installed by a bindist to work on systems with perl 5.6. [Jeff Trawick] *) Fix apxs so that the makefile created by "apxs -g" works on AIX and Tru64 (and probably some other platforms). [Jeff Trawick] *) Allow CGI scripts to return their Content-Length. This also fixes a hang on HEAD requests seen on certain platforms (such as FreeBSD). [Justin Erenkrantz] *) Added log rotation based on file size to the RotateLog support utility. [Brad Nicholes] *) Fix some casting in mod_rewrite which broke random maps. PR 9770 [Allan Edwards, Greg Ames, Jeff Trawick] Changes with Apache 2.0.37 *) allow POST method over SSL when per-directory client cert authentication is used with 'SSLOptions +OptRenegotiate' enabled and a client cert was found in the ssl session cache. *) 'SSLOptions +OptRengotiate' will use client cert in from the ssl session cache when there is no cert chain in the cache. prior to the fix this situation would result in a FORBIDDEN response and error message "Cannot find peer certificate chain" [Doug MacEachern] *) ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if one was already sent. PR 9644 [Jeff Trawick] *) Fix the display of the default name for the mime types config file. PR 9729 [Matthew Brecknell <mbrecknell@orchestream.com>] *) Fix the working directory *for WinNT/2K/XP services only* to change to the Apache directory (one level above the location of Apache.exe, in the case that Apache.exe resides in bin/.) Solves the case of ServerRoot /foo paths where /foo was not on the same drive as /winnt/system32. [William Rowe] *) Make 2.0's "AcceptMutex" startup message now "completely" match how 1.3 does it. [Jim Jagielski] *) Implement a fixed size memory cache using a priority queue [Ian Holsman] *) Fix apxs to allow "apxs -q installbuilddir" and to allow querying certain other variables from config_vars.mk. PR 9316 [Jeff Trawick] *) Added the "detached" attribute to the cgi_exec_info_t internals so that Win32 and Netware won't create a new window or console for each CGI invoked. PR 8387 [Brad Nicholes, William Rowe] *) Consolidated the command line parameters and attributes that are manipulated by the optional function ap_cgi_build_command() in mod_cgi into a single structure. [Brad Nicholes] *) Get rid of uninitialized value errors with "apxs -q" on certain variables. [Stas Bekman <stas@stason.org>] *) Fix apxs to allow it to work when the build directory is somewhere besides server-root/build. PR 8453 [Jeff Trawick and a host of others] *) Allow ap_discard_request_body to be called multiple times in the same request. Essentially, ap_http_filter keeps track of whether it has sent an EOS bucket up the stack, if so, it will only ever send an EOS bucket for this request. [Ryan Bloom, Justin Erenkrantz, Greg Stein] *) Remove all special mod_ssl URIs. This also fixes the bug where redirecting (.*) will allow an SSL protected page to be viewed without SSL. [Ryan Bloom] *) Fix the binary build install script so that the build logic created by "apxs -g" will work when the user has a binary build. [Jeff Trawick] *) Allow instdso.sh to work with full paths to the shared module. [Justin Erenkrantz] *) NetWare: Enabled CGI functionality and added mod_cgi as a built in module for NetWare [Brad Nicholes] *) Changed cgi and piped log behavior to accept 65536 characters on Win32 (matching Linux) before deadlocking between outputing client stdin, slurping the output from stdout and then the stderr stream. PR 8179 [William Rowe] *) Fixed Win32 wintty.exe support to assure the window title is valid. Elimiates possible gpfault or garbage title without the -t option. [William Rowe] *) Rewrite mod_cgi, mod_cgid, and mod_proxy input handling to use brigades and input filters. [Justin Erenkrantz] *) Allow ap_http_filter (HTTP_IN) to return EOS when there is no request body. [Justin Erenkrantz] *) NetWare: Piping log entries through RotateLogs using the CustomLogs directive is finally supported now that we have the pipes and spawning functionality working. [Brad Nicholes] *) Detect overflow when reading the hex bytes forming a chunk line. [Aaron Bannert] *) Allow RewriteMap prg:'s to take command-line arguments. PR 8464. [James Tait <JTait@wyrddreams.demon.co.uk>] *) Correctly return 413 when an invalid chunk size is given on input. Also modify ap_discard_request_body to not do anything on sub-requests or when the connection will be dropped. [Justin Erenkrantz] *) Fix the TIME_* SSL var lookups to be threadsafe. PR 9469. [Cliff Woolley] *) Ensure that apr_brigade_write() flushes in all of the cases that it should to avoid conditions in some modules that could cause large amounts of data to be buffered. [Cliff Woolley] *) Fix problem where mod_cache/mod_disk_cache was incorrectly stripping the content_type from cached responses. [Bill Stoddard] *) apachectl passes through any httpd options. Note: apachectl should be used in preference to httpd since it ensures that any appropriate environment variables have been set up. [Jeff Trawick] *) Fix the combination of mod_cgid, mod_setuexec, and mod_userdir. PR 7810 [Colm MacCarthaigh <colmmacc@redbrick.dcu.ie>] *) Fix suexec execution of CGI scripts from mod_include. PR 7791, 8291 [Colm MacCarthaigh <colmmacc@redbrick.dcu.ie>] *) Fix segfaults at startup on some platforms when mod_auth_digest, mod_suexec, or mod_ssl were used as DSO's due to the way they were tracking the current init phase since DSO's get completely unloaded and reloaded between phases. PR 9413. [Tsuyoshi Sasamoto <nazonazo@super.win.ne.jp>, Brad Nicholes] *) Fix mod_include's handling of regular expressions in "<!--#if" directives [Julius Gawlas <julius_gawlas@hp.com>] *) Fix the worker MPM deadlock problem [Brian Pane] *) Modify the module documentation to allow for translations. [Yoshiki Hayashi, Joshua Slive] *) Fix a file permissions problem which prevented mod_disk_cache from working on Unix. [Jeff Trawick] *) Add "-k start|restart|graceful|stop" support to httpd for the Unix MPMs. These have semantics very similar to the old apachectl commands of the same name. [Justin Erenkrantz, Jeff Trawick] *) Make sure that the runtime dir is created by make install. PR 9233. [Jeff Trawick] *) Fix an unusual set of ./configure arguments that could cause mod_http to be built as a DSO, which it currently doesn't support. PR 9244. [Cliff Woolley, Robin Johnson <robbat2@orbis-terrarum.net>] *) Win32: Fix bug in apr_sendfile() that caused incorrect operation of the %X, %b and %B logformat options. PR 8253, 8996. [Bill Stoddard] *) If content-encoding is already present, do not run deflate (PR 9222) [Kazuhisa ASADA <kaz@asada.sytes.net>] *) The APLOG_NOERRNO flag to ap_log_[r]error() is now deprecated. It is currently ignored and it will be removed in a future release of Apache. [Jeff Trawick] *) Removed documentation references to the no-longer-supported "make certificate" feature of mod_ssl for Apache 1.3.x. Test certificates, if truly desired, can be generated using openssl commands. PR 8724. [Cliff Woolley] *) Remove SSLLog and SSLLogLevel directives in favor of having mod_ssl use the standard ErrorLog directives. [Justin Erenkrantz] *) OS/390: LIBPATH no longer has to be manually uncommented in envvars to get apachectl to set up httpd properly. [Jeff Trawick] *) mod_isapi: All mod_isapi directives, excluding ISAPICacheFile, may now be specified to the <File/Directory > container, rather than by vhost. [William Rowe] *) mod_isapi: Experimental support for faux async support for ISAPI modules. [William Rowe] *) mod_isapi: Major refactoring of the code to rely on apr internals rather than MS APIs (using our own mod_isapi.h headers for ISAPI symbol definitions.) [William Rowe] *) mod_isapi: Fixed the return string length from GetServerVariable callback, it was not including the trailing null in the consumed buffer size. This was particularly bad for Delphi 6.0 users. PR 8934 [Sebastian Hantsch <sebastian.hantsch@gmx.de>] *) Fixed Win32 builds for Microsoft VisualStudio 7.0 (.net). [William Rowe] *) Make apxs look in the correct directory for envvars. It was broken when sbindir != bindir. PR 8869 [Andreas Sundström <sunkan@zappa.cx>] *) Fix mod_deflate corruption when using multiple buckets. PR 9014. [Asada Kazuhisa <kaz@asada.sytes.net>] *) Performance enhancements for access logger when using default timestamp formatting [Brian Pane] *) Added EnableMMAP config directive to enable the server administrator to disable memory-mapping of delivered files on a per-directory basis. [Brian Pane] *) Performance enhancements for mod_setenvif [Brian Pane] *) Fix a mod_ssl build problem on OS/390. [Jeff Trawick] *) Fixed If-Modified-Since on Win32, which would give false positives because of the sub-second resolution of file timestamps on that platform. [Cliff Woolley] *) Reverse the hook ordering for mod_userdir and mod_alias so that Alias/ScriptAlias will override Userdir. PR 8841 [Joshua Slive] *) Move mod_deflate out of experimental and into filters. [Justin Erenkrantz] *) Get proxy CONNECT basically working. [Jeff Trawick] *) Fix mod_rewrite hang when APR uses SysV Semaphores and RewriteLogLevel is set to anything other than 0. PR: 8143 [Aaron Bannert, Cliff Woolley] *) Fix byterange requests from returning 416 when using dynamic data (such as filters like mod_include). [Justin Erenkrantz] *) Allow mod_rewrite's set of "int:" internal RewriteMap functions to be extended by third-party modules via an optional function. [Tahiry Ramanamampanoharana <nomentsoa@hotmail.com>, Cliff Woolley] *) Fix mod_include expression parser's handling of unquoted strings followed immediately by a closing paren. PR 8462. [Brian Pane] *) Remove autom4te.cache in 'make distclean'. [Thom May <thom@planetarytramp.net>] *) Fix generated httpd.conf to respect layout for LoadModule lines. PR 8170. [Thom May <thom@planetarytramp.net>] *) Win32: During a graceful restart, threads in the new process were accessing scoreboard slots still in use by active threads in the the old process. [Bill Stoddard]
2002-06-18Add and enable lhs.agc1-1/+2
2002-06-18Initial import of lhs-0.1 into the NetBSD Packages Collection.agc8-0/+89
Provided in PR 17227 by Dawid Szymanski (dawszy@tgr.lubin.edu.pl), modified slightly by myself. lhs is a beta version of very simple http server. Only static files are supported - CGI, PHP and SSI are not allowed. However, there is support for both IPv6 and SSL. By default it will listen on ports 8000 and 8001 and read files from ${PREFIX}/share/httpd/htdocs and will not change uid for other unless you use the -u option.
2002-06-18Update version number in dependence on "apache".tron1-2/+2
2002-06-18Build swill.thorpej1-1/+2
2002-06-18A package for SWILL, the Simple Web Interface Link Library.thorpej4-0/+27
2002-06-18use /dev/urandom, not /dev/random, for random number source.itojun3-1/+60
(if you don't have Pentium 4, httpd will need more than 1 minutes to start up)
2002-06-18crank PKGREVISIONitojun1-2/+2
2002-06-18http chunk transfer vulnerabilityitojun2-1/+15
http://httpd.apache.org/info/security_bulletin_20020617.txt
2002-06-17Remove commented out USE_SSL (openssl buildlinks were already used).wiz2-4/+2
2002-06-16pkglint silencing.wiz1-6/+6
2002-06-16Update to 2.23beta1, as requested in pkg/17251 by Oliver Tonnhofer.wiz4-13/+18
Changes since 2.21b: * Added some Microsoft MIME types (Kevin Day). * Switch htpasswd from using tmpnam to mkstemp. * Rewrote figure_mime() to do binary search. * Removed the x- from gzip and compress in mime_encodings.txt. * Added rudimentary option to set cache-control headers. * Simplified the IPv6 ifdefs. * Allow filenames with ? in them (Cameron Gregory). * Some improvements to the mmap cache - added a "panic mode" if you run out of address space, added DESIRED_MAX_MAPPED_BYTES config.h option. * Lowered OCCASIONAL_TIME from five minutes to two minutes. * Fix CGI variable AUTH_TYPE (Alexandre CHERIF). * Split clear_connection() into two routines, one which sends a possible buffered response and the other which ignores such (David Burgess). * Remove /./ in de_dotdot() (Dana Dahlstrom). * Shortened LINGER_TIME from two seconds to half a second. * Changed some write() calls to httpd_write_fully(), as suggested by Neale Pickett. * Changed the non-mmap() read() call in mmc.c to httpd_read_fully(), as suggested by Cameron Gregory. * Added an madvise(MADV_SEQUENTIAL) call in mmc.c. * Added .xhtml and .xht to mime_types.txt (suggested by Dave Hodder). * Added index.xhtml and index.xht to INDEX_NAMES (suggested by Dave Hodder). * Got rid of the custom-jiggered syslog.c, now we just use the standard system version. Also added a paragraph in the man page about the syslogd flags needed to make syslogging work from inside a chroot tree. * Added some OpenOffice MIME types (Dave Hodder). * Lowered the default DESIRED_MAX_MAPPED_FILES from 2000 to 1000. * Set up accept filters after listen() (Kris Spinka). * Preserve query string when doing a missing-slash directory redirect. * Special-case logging to '-' as stdout (Matt Armstrong). * Added -s to usage line (Pavel Janík). * Fix for security hole that exposed contents of .htpasswd in some cases (noticed by zeno@cgisecurity.com). * Allow (and ignore) extra fields in .htpasswd files. * Added some calls to shutdown() in strategic places. * Added a timer-kill of the CGI interpose input and output process. These processes also now close the listen fd(s). * Fixed rare file descriptor leak, when we get an unknown sockaddr family (George Schlossnagle). * Put virtual hostname in non-local referer syslog (Craig Leres). * Added a P3P server privacy header setting (Henrik Schack Jensen). And lots of other bug fixes.
2002-06-15Use pthread.buildlink.mk instead of pth's buildlink.mk.wiz1-4/+6
pkg/17266 by Lubomir Sedlacik.
2002-06-12Distfile moved on master site. Update.jwise1-2/+2
2002-06-12Needs mozilla-1.0 or newer.wiz1-2/+2
2002-06-12during install set HOME to WRKDIR to avoid polluting the users home directorydmcmahill1-1/+5
2002-06-11Make this package compile on -current:agc2-1/+14
include <sys/types.h> before <sys/select.h>
2002-06-10Updated to gtkasp2php-0.76.10shell4-25/+28
Changes : - Updated my email address - Regen patch - fmt on DESCR - Updated master_sites
2002-06-10Updated to asp2php-0.76.10shell4-24/+28
Changes : - Updated my email address - Updated master_sites - Regen patch - fmt on DESCR
2002-06-10Updated py-curl to 7.9.7shell2-7/+7
Change since 0.4.8 : * New versioning scheme. Pycurl now has the same version number as the libcurl version it was built with. The pycurl version number thus indicates which version of libcurl is required to run. * Added CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT. * Fixed potential memory leak and thread race (by Markus Oberhumer) * Added CURLOPT_DEBUGFUNCTION to allow debug callbacks to be specified (see the file 'test_debug.py' for details on how to use debug callbacks). * Added CURLOPT_DNS_USE_GLOBAL_CACHE and CURLOPT_DNS_CACHE_TIMEOUT. * Fixed a segfault when finalizing curl objects in Python 1.5.2. * Added 'test_post2.py' file which is another example on how to issue POST requests. * Added the 'test_post.py' file which demonstrates the use of POST requests.
2002-06-10Updated to curl, from 7.9.6 to 7.9.7shell3-7/+8
Changes since 7.9.6 : - More -(option) support - Documentation updated - little bug fixed and preformance improved (please see CHANGES for more)
2002-06-09Update galeon to 1.2.5taya3-6/+7
- mozilla 1.0 compatibilty/requirement - proxy auto-conf & printing fixes - new Vietnamese translation
2002-06-09Delete ruby-uri package. It is included in ruby-1.6.7 and later.taca4-55/+0
2002-06-09Disable and delete ruby-uri package. It is included in ruby-1.6.7 and later.taca1-2/+1
2002-06-06Update mozilla to 1.0taya13-41/+41
No major changes from 1.0rc3. See the release notes for detail about mozilla. http://www.mozilla.org/releases/mozilla1.0/
2002-06-04Add and enable p5-WWW-Amazon-Wishlist.cjep1-1/+2
2002-06-04Initial import of WWW-Amazon-Wishlist-0.65 into the NetBSD packagescjep4-0/+31
collection as www/p5-WWW-Amazon-Wishlist. This package can be used to get your wish-list from Amazon.(com|co.uk) and return it in an array of hashrefs so that you can fiddle with it until your hearts content. Supplied by Sen Nagata in PR#14933. Thanks!
2002-06-03Updated p5-HTML-FillInForm, from 0.26 to 0.29.shell2-5/+5
Changes since 0.26 : - Added ignore_fields option (Boris Zentner) - Added missing ! in declaration handler (Boris Zentner) - Fill all values with the same name if one value is passed (Boris Zentner, Gabriel Burka) - Fixes to pass through comments, processing instructions, and declarations (Boris Zentner)