summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-10-11Create the PLIST dynamically, instead of using pre-determined ones.jschauma12-787/+61
This allows the the user to choose 'custom' as an installation method as well as 'complete' or 'recommended'. This obsoletes the NS_INST variable and reduces likeliness of errors due to not properly set PKG_LANG. Some more re-organizing wrt Linux-emul root etc: the installer behaves differently according to who runs 'make'. (Try to) clean up parts of the emul root if it was used, too. These changes should help address some of the issues pointed out in PR pkg/18606 and PR pkg/18615.
2002-10-11Adjust absolute symlink to java plugin to be relative (and thus correct)jschauma1-1/+6
if NS_INST=="complete". This should address PR pkg/18615.
2002-10-10Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME isjlam5-14/+13
no longer defined by bsd.pkg.mk.
2002-10-10Fully convert to buildlink2, even on Solaris.jlam1-3/+3
2002-10-09Unused.wiz1-73/+0
2002-10-09Unused.wiz1-34/+0
2002-10-09Update to 1.5, with some bug fixes. Closes PR 18596.wiz3-18/+5
2002-10-09buildlink1 -> buildlink2.wiz1-3/+4
2002-10-09buildlink1 -> buildlink2.wiz1-4/+5
2002-10-09buildlink1 -> buildlink2.wiz3-8/+8
2002-10-09Refer to uninstalled libtool archives as "libfoo.la", not "-L.. -lfoo".jlam2-1/+15
2002-10-09buildlink1 -> buildlink2jlam1-3/+3
2002-10-08buildlink1 -> buildlink2jlam1-14/+18
2002-10-08Update galeon to 1.2.6taya4-53/+9
Changes: - Compatible with 1.0.x, 1.1.x and 1.2a - Compatible with gcc 3.2 with --disable-werror - Complete Basic Sidebar support - Basic means basic. No XUL sidebars supported. - Proxy prefs should actually be respected for a change - Support for forcing all cookies to be session cookies - Fixed almost all downloader progress dialog related crashes. - Helper app handling improved, and a number of bugs fixed
2002-10-08Make this package work with xpkgwedge.jlam2-6/+6
2002-10-08buildlink1 -> buildlink2jlam3-12/+14
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-07Fix typo. From Julio Merino in PR 18579.wiz1-2/+2
2002-10-07Use perl5/module.mk.seb1-5/+2
2002-10-07Add a note about SYSV IPC kernel paramters for diskd. Fixes PR pkg/18558bouyer1-1/+16
2002-10-07Convert to buildlink2.wiz1-12/+13
2002-10-07Add buildlink2.mk.wiz1-0/+646
2002-10-07Quote arguments to Netscape 7 binary.grant1-2/+2
2002-10-07Unused.wiz2-101/+0
2002-10-06Update "apache6" package to version 1.3.27. This version fixes many bugstron3-12/+13
discovered in version 1.3.26 including these security fixes: - SECURITY: CAN-2002-0840 (cve.mitre.org) Prevent a cross-site scripting vulnerability in the default error page. The issue could only be exploited if the directive UseCanonicalName is set to Off and a server is being run at a domain that allows wildcard DNS. [Matthew Murphy] - SECURITY CAN-2002-0843 (cve.mitre.org) Fix some possible overflows in ab.c that could be exploited by a malicious server. Reported by David Wagner. [Jim Jagielski] - SECURITY CAN-2002-0839 (cve.mitre.org) Add the new directive 'ShmemUIDisUser'. By default, Apache will no longer set the uid/gid of SysV shared memory scoreboard to User/Group, and it will therefore stay the uid/gid of the parent Apache process. This is actually the way it should be, however, some implementations may still require this, which can be enabled by 'ShmemUIDisUser On'. Reported by iDefense. [Jim Jagielski]
2002-10-05Unused.wiz1-51/+0
2002-10-05Pass in some env. variables for phpize. Reported missing by lukem.wiz1-2/+4
2002-10-05Convert to buildlink2.wiz1-2/+3
2002-10-04Add and enable mozilla-stable.wiz1-1/+2
2002-10-04Update "ap-ssl" package to version 2.8.11. Changes since 2.8.10:tron2-8/+7
- Upgraded to Apache 1.3.27. - Fixed internal error handling for CRL verification. - Initialize OpenSSL ENGINE before initializing OpenSSL to workaround problems with the PRNG. - Also find "openssl" executable in "sbin" directories. - Honor specified number of maximum bytes on SSLRandomSeed if reading from EGD. - Fixed generation of SSL_CLIENT_CERT_CHAIN_[0-9] variables.
2002-10-04Update "apache" package to version 1.3.27. This version fixes many bugstron3-29/+31
discovered in version 1.3.26 including these security fixes: - SECURITY: CAN-2002-0840 (cve.mitre.org) Prevent a cross-site scripting vulnerability in the default error page. The issue could only be exploited if the directive UseCanonicalName is set to Off and a server is being run at a domain that allows wildcard DNS. [Matthew Murphy] - SECURITY CAN-2002-0843 (cve.mitre.org) Fix some possible overflows in ab.c that could be exploited by a malicious server. Reported by David Wagner. [Jim Jagielski] - SECURITY CAN-2002-0839 (cve.mitre.org) Add the new directive 'ShmemUIDisUser'. By default, Apache will no longer set the uid/gid of SysV shared memory scoreboard to User/Group, and it will therefore stay the uid/gid of the parent Apache process. This is actually the way it should be, however, some implementations may still require this, which can be enabled by 'ShmemUIDisUser On'. Reported by iDefense. [Jim Jagielski]
2002-10-04Initial import of mozilla-stabletaya24-0/+3705
This is a stable branch of mozilla. A select group of APIs have been marked "@FROZEN. Mozilla.org intends to maintain API compatibility for this set until next major release. This branch is targeted at the developer community and enables the creation of Internet-based applications.
2002-10-04upgrade to 2.0.43.itojun3-19/+62
Changes with Apache 2.0.43 *) SECURITY: [CAN-2002-0840] HTML-escape the address produced by ap_server_signature() against this cross-site scripting vulnerability exposed by the directive 'UseCanonicalName Off'. Also HTML-escape the SERVER_NAME environment variable for CGI and SSI requests. It's safe to escape as only the '<', '>', and '&' characters are affected, which won't appear in a valid hostname. Reported by Matthew Murphy <mattmurphy@kc.rr.com>. [Brian Pane] *) Fix a core dump in mod_cache when it attemtped to store uncopyable buckets. This happened, for instance, when a file to be cached contained SSI tags to execute a CGI script (passed as a pipe bucket). [Paul J. Reder] *) Ensure that output already available is flushed to the network when the content-length filter realizes that no new output will be available for a while. This helps some streaming CGIs as well as some other dynamically-generated content. [Jeff Trawick] *) Fix a mutex problem in mod_ssl session cache support which could lead to an infinite loop. PR 12705 [amund.elstad@ergo.no (Amund Elstad), Jeff Trawick] *) SECURITY: Allow POST requests and CGI scripts to work when DAV is enabled on the location. [Ryan Bloom] *) Allow the UserDir directive to accept a list of directories. This matches what Apache 1.3 does. Also add documentation for this feature. [Jay Ball <jay@veggiespam.com>] *) New Module: mod_logio. adds the ability to log bytes sent and received. [Bojan Smojver <bojan@rexursive.com>] *) SuExec needs to use the same default directory as the rest of server, namely /usr/local/apache2. [SangBeom han <sbhan@os.korea.ac.kr>] *) Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWN. [Thomas Bennett <thomas.bennett@eds.com>, Graham Leggett] *) Make sure the contents of the WWW-Authenticate header is passed on a 4xx error by proxy. Previously all headers were dropped, resulting in the browser being unable to authenticate. [Dr Richard Reiner <rreiner@fscinternet.com>, Richard Danielli <rdanielli@fscinternet.com>, Graham Wiseman <gwiseman@fscinternet.com>, David Henderson <dhenderson@fscinternet.com>] *) Make mod_cache's CacheMaxStreamingBuffer directive work properly for virtual hosts that override server-wide mod_cache setttings. [Matthieu Estrade <estrade-m@ifrance.com>] *) Add -p option to apxs to allow programs to be compiled with apxs. [Justin Erenkrantz]
2002-10-03Update adzap to version 20021003; adds a few more ad patterns, no majorsimonb2-5/+5
changes.
2002-10-03Add MASTER_SITES accidentaly removed from previous committaya1-1/+2
2002-10-03- Split Makefile to Makefile & Makefile.commontaya7-130/+182
- Use __ELF__ to detect ELF - Modify xpcom stuff for arm like m68k
2002-10-03Set PATCHDIR, for htmldoc-x11.wiz1-1/+2
2002-10-02Make modules use automake.mk. Bump PKGREVISION for phpize change.wiz4-6/+28
2002-10-02Use automake.mk (untested).wiz1-6/+7
2002-10-02Use autoconf.mk.wiz1-3/+5
2002-10-02Use autoconf.mk.wiz1-3/+4
2002-10-02Convert to use automake.mk.wiz1-6/+7
2002-10-02upgrade to 2.0.42.itojun3-26/+124
--- Changes with Apache 2.0.42 *) mod_dav: Check for versioning hooks before using them. [Greg Stein] Changes with Apache 2.0.41 *) The protocol version (eg: HTTP/1.1) in the request line parsing is now case insensitive. [Jim Jagielski] *) Allow AddOutputFilterByType to add multiple filters per directive. [Justin Erenkrantz] *) Remove warnings with Sun's Forte compiler. [Justin Erenkrantz] *) Fixed mod_disk_cache's generation of 304s [Kris Verbeeck <Kris.Verbeeck@ubizen.com>] *) Add support for using fnmatch patterns in the final path segment of an Include statement (eg.. include /foo/bar/*.conf). and remove the noise on stderr during config dir processing. [Joe Orton <jorton@redhat.com>] *) mod_cache: cache_storage.c. Add the hostname and any request args to the key generated for caching. This provides a unique key for each virtual host and for each request with unique args. [Paul J. Reder, args code provided by Kris Verbeeck] *) mod_cache: Do not cache responses to GET requests with query URLs if the origin server does not explicitly provide an Expires header on the response (RFC 2616 Section 13.9) [Kris Verbeeck krisv@be.ubizen.com] *) Fix memory leak in core_output_filter. [Justin Erenkrantz] *) Update OpenSSL detection to work on Darwin. [Sander Temme <sctemme@covalent.net>] *) Update the xslt and css to give the documentation a more modern style. [André Malo <nd@perlig.de>, Gernot Winkler <greh@o3media.de>] *) Fix some bucket memory leaks in the chunking code [Joe Schaefer <joe+apache@sunstarsys.com>] *) Add ModMimeUsePathInfo directive. [Justin Erenkrantz] *) mod_cache: added support for caching streamed responses (proxy, CGI, etc) with optional CacheMaxStreamingBuffer setting [Brian Pane] *) Add image/x-icon to httpd.conf PR 10993. [Ian Holsman, Peter Bieringer <pb@bieringer.de>] *) Fix FileETags none operation. PR 12207. [Justin Erenkrantz, Andrew Ho <andrew@tellme.com>] *) Restored the experimental leader/followers MPM to working condition and converted its thread synchronization from mutexes to atomic CAS. [Brian Pane] *) Fix Logic on non-html file removal in mod_deflate [Kris Verbeeck <Kris.Verbeeck@ubizen.com>] *) Fix "ab -g"'s truncated year: the last digit was cut off. [Leon Brocard <acme@astray.com>] *) mod_rewrite can now sets cookies in err_headers, uses the correct expiry date, and can now set the path as well PR 12132,12181,12172. [Ian Holsman / Rob Cromwell <apachechangelog@robcromwell.com>] *) The content-length filter no longer tries to buffer up the entire output of a long-running request before sending anything to the client. [Brian Pane] *) Win32: Lower the default stack size from 1MB to 256K. This will allow around 8000 threads to be started per child process. 'EDITBIN /STACK:size apache.exe' can be used to change this value directly in the apache.exe executable. [Bill Stoddard] *) Win32: Implement ThreadLimit directive in the Windows MPM. [Bill Stoddard] *) Remove CacheOn config directive since it is set but never checked. No sense wasting cycles on unused code. Besides, the only truly bug free code is deleted code. :) [Paul J. Reder] *) BufferLogs are now run-time enabled, and the log_config now has 2 new callbacks to allow a 3rd party module to actually do the writing of the log file [Ian Holsman] *) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs. [André Malo, Astrid Keßler <kess@kess-net.de>] *) Fix Segfault in mod_cache. [Kris Verbeeck <Kris.Verbeeck@ubizen.com>] *) Fix a null pointer dereference in the merge_env_dir_configs function of the mod_env module. PR 11791 [Paul J. Reder] *) New option to ServerTokens 'maj[or]'. Only show the major version Also Surfaced this directive in the standard config (default FULL) [Ian Holsman] *) Change mod_rewrite to use apr-util's dbm support for dbm rewrite maps. The dbm type (e.g., ndbm, gdbm) can be specified on the RewriteMap directive. PR 10644 [Jeff Trawick] *) Fixed mod_rewrite's RewriteMap prg: support so that request/response pairs will no longer get out of sync with each other. PR 9534 [Cliff Woolley] *) Fixes required to get quoted and escaped command args working in mod_ext_filter. PR 11793 [Paul J. Reder] *) mod-proxy: handle proxied responses with no status lines [JD Silvester <jsilves@uwo.ca>, Brett Huttley <brett@huttley.net>] *) Fix bug where environment or command line arguments containing non-ASCII-7 characters would cause the Win32 child process creation to fail. PR 11854 [William Rowe] *) Bug #11213.. make module loading error messages more informative [Ian Darwin <Ian779@darwinsys.com>] *) thread safety & proxy-ftp [Alexey Panchenko alexey@liwest.ru, Ian Holsman] *) mod_disk_cache works much better. This module should still be considered experimental. [Eric Prud'hommeaux] *) Performance improvement for keepalive requests: when setting aside a small file for potential concatenation with the next response on the connection, set aside the file descriptor rather than copying the file into the heap. [Brian Pane]
2002-10-02Prefix distinfo files and PLISTs with ${PKGDIR}.jschauma3-8/+7
This should fix PR pkg/18494
2002-10-01Add a blurb to sysctl -w net.inet6.ip6.v6only=0 if inet6 is enabled.jschauma1-1/+4
Netscape 7 will not work otherwise.
2002-10-01add a bunch of Zope Productsdrochner1-1/+8
2002-10-01Knowledge base / FAQ like data collections in Zopedrochner4-0/+31
2002-10-01helper to build navigation barsdrochner4-0/+55
2002-10-01a "wiki" implementation in Zopedrochner4-0/+103
2002-10-01another workgroup / portal building applicationdrochner4-0/+176