summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2000-10-14Update to 1.3, http_proxy support incorporated into distribution.kim4-71/+9
2000-10-14Uppps, forgot to add those before last commitmartin2-0/+29
2000-10-14Update pkg to Mozilla Milestone 18 (pkg from Taya via mail to tech-pkg).martin12-3894/+102
Lot of changes, for details see http://www.mozilla.org/projects/seamonkey/release-notes/m18-detail.html#whats_new This is supposed to improve speed and stability. I am commiting this now (during freeze) because (a) about nothing depends on it and it is know to realy only work on i386/elf yet (although some changes to fix problems on MacPPC, sparc and mips have been integrated); and (b) Taya mentioned update problems (which I couldn't reproduce) from M17 to M18, so it's better to avoid these by having the newer version in the tagged pkgsrc.
2000-10-14upgrade to 0.1.11pre. mostly bugfixes. the most importantitojun5-29/+21
one is: segv on ftp transfer (with no proxy) is fixed.
2000-10-13Update ap-ssl to 2.7.0. Major changes from version 2.6.6:jlam4-33/+13
o Added experimental support for OpenSSL's crypto device support o Completely removed RSAref support o Added new Cyclic Buffer based Shared Memory Session Cache variant o Restructured the Session Cache implementation(s) o Upgrade to Apache 1.3.14
2000-10-13Update apache to 1.3.14. Changes from version 1.3.12 are listed below.jlam9-72/+90
The security fixes are: * A problem with the Rewrite module, mod_rewrite, allowed access to any file on the web server under certain circumstances * The handling of Host: headers in mass virtual hosting configurations, mod_vhost_alias, could allow access to any file on the server * If a cgi-bin directory is under the document root, the source to the scripts inside it could be sent if using mass virtual hosting The main new features include: * Support for a directory-based configuration system. If any of the configuration directives point to directories instead of files, all files in that directory (and in subdirectories) will be also parsed as configuration files * Support name-based virtual hosting without needing to specify an IP address in the Apache configuration file. This enables sites that use dynamic IP addresses to support name-based virtual hosting as well as allowing identical machines to share a configuration file, say in a load-balanced cluster * The SetEnvIf and BrowserMatch range of directives are now able to be used in .htaccess files. * Administrators who are nervous about their full server version details being public can use the new keyword 'ProductOnly' in the ServerTokens directive. This keyword forces the server to only return the string "Apache" as the server version. * The new digest authentication module, mod_auth_digest has had a number of fixes and upgrades applied
2000-10-13When restarting, increase the delay slightly to give servers a chance tojlam1-2/+2
stop completely.
2000-10-13Fix pasto (swing instead of jsdk in a comment)jwise1-2/+2
2000-10-13Add "missing" dependencies to link line.fredb1-2/+2
2000-10-10Use correct spelling "--enable-delay-pools" in configuration options.tron1-2/+2
Problem noted by Olaf Seibert in private e-mail.
2000-10-08direct the patch to the right place (the original file, not the linkdmcmahill2-5/+5
created during configure).
2000-10-07fix typo in header file which shows up on sparc and mips machines.dmcmahill2-1/+13
2000-10-06Regenerate to pick up the changes for xpkgwedge co-existence.agc1-2/+2
2000-10-06Make this package work with xpkgwedge installed, by passing MOTIFBASEagc1-1/+17
through the environment, and using the value in the configure script.
2000-10-06Pass --with-motif argument to configure, "just so that it knows"agc1-1/+4
Add -Dunix to CFLAGS Pass MOTIFBASE down through the environment, so that the configure script can pick this up, and find lesstif if xpkgwedge is installed.
2000-10-05Make USE_RSAREF2=NO the default. Missed this one on the last sweep.fredb1-1/+2
2000-10-05Add build dependency for 'zip' (to create .jar files).martin1-1/+2
Noticed by Gary Duzan.
2000-10-03Add code for urlget to use any http_proxy setting in the environment.agc2-0/+68
2000-10-02Use the correct pathname for the php3.ini fileagc1-2/+2
2000-10-02Include a sample MESSAGE file, as provided by Andrew Gillhamagc2-1/+17
(gillham@vaultron.com), in <200010021201.e92C1Gp08569@flash.vaultron.com> message to current-users. Provide basic instructions relating to php3.ini
2000-10-02Make the pkg compile on NetBSD/macppc.martin3-1/+30
It doesn't work yet (due to toolchain issues), but that's another story. The patches were created by wtc@netscape.com and are going to be applied to the mozilla mainline.
2000-09-26www/squid-current has long since been obsoleted by www/squid.soren18-438/+1
2000-09-20Make the rc.d control script less verbose/redundant in its messages.jlam1-2/+8
2000-09-20Install rc.d control script as "foo" instead of "foo.sh" to comply withjlam8-14/+18
how NetBSD's rc.d system interprets script names. Also add appropriate REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
2000-09-15Install p5-CGI documentation.jlam2-2/+64
2000-09-14When calling "apache.sh restart", instead of calling "apachectl restart",jlam1-1/+6
we call stop, then start. This correctly restarts httpd with SSL support if it was initially started with SSL support.
2000-09-13Check for @PREFIX@/etc/httpd/mod_ssl.conf, not @PREFIX@/etc/mod_ssl.conf,jlam1-2/+2
if we're sourcing the former.
2000-09-12Don't pass --disable-suexec. The configure script doens't acceptthorpej1-3/+1
it, and the default is "off" anyhow.
2000-09-12Add etc/httpd/mod_ssl.conf to PLIST.jlam1-1/+2
2000-09-12Provide mechanism for ap-ssl to force start of apache with "startssl".jlam2-1/+7
2000-09-12Provide mechanism to allow ap-ssl to force start of apache with "startssl".jlam1-6/+29
2000-09-12Update build to work with mod_ssl-2.6.6-1.3.12 to keep in sync with ap-ssl.jlam14-211/+227
EAPI didn't change so no need to change Apache's version number. Also standardize package builds to have Apache listen on ports 80/443 regardless of UID of user that builds the package, and make MAINTAINER point to me.
2000-09-12Alphabetize PLIST.jlam1-2/+2
2000-09-12Update ap-ssl to 2.6.6. Important fixes for memory leaks and segfaults.jlam8-21/+532
Also make me the maintainer. Relevant changes from version 2.6.3: -) Install ${sbindir}/mkcert.sh to ease generation of SSL certificates. *) Fixed server restarts: Under non-DSO run-time situation, the OpenSSL library was shutdown (and never re-initialized) and this way caused segfaults on server restarts. This affected only installations where mod_ssl+OpenSSL were built as a static module instead of a DSO. This nasty bug was unfortunately introduced in 2.6.5 as a side-effect of an (otherwise correct) memory leak bugfix. *) Various typo fixes in user manual. *) Removed more memory leaks by freeing even more stuff from the OpenSSL toolkit on module shutdown. *) Added missing TLSv1, EXP40 and EXP56 keywords to ssl_reference's documentation of SSLCipherSuite. *) Added hints about MSIE workarounds (-SSLv3, !EXP56, etc.) to the FAQ entry about MSIE errors. *) Added !EXP56 to pre-configured SSLCipherSuite in order to avoid MSIE5.x problems in advance. *) Allow spaces in ServerRoot and SSLPassPhraseDialog arguments which is especially important for the Win32 environment. *) Fixed syntax errors in ssl_howto.wml: "Deny all" -> "Deny from all" *) Removed a left-over ssl_scache_expire() call in ssl_scache_init() which made the life of vendors complicated. *) Allow more fine-tuned overriding of ap_server_root_relative calls by providing the context of the call. *) Added Equifax Secure CA certificates to ca-bundle.crt. *) Let the pass phrase dialog force the prompt to occur only once (no verification step), because mod_ssl uses the dialog only for pass phrases which are required for reading private keys. This as a side-effect should fix a problem under Win32 where a second prompt occured for unknown reasons. *) Added more compatibility to Stronghold v2's SSL_SessionCache. *) Added two more EAPI hools under SSL_VENDOR: one for overriding ap_server_root_relative calls and one for hooking into the server configuration step. *) Fixed SSL display for mod_status in `short report' situation. *) Fixed memory leak caused by not-freed SSL_CTX in the HTTPS proxy support (ssl_engine_ext.c/mod_proxy) under _NOT_ SSL_EXPERIMENTAL.
2000-09-11Enable jsdk20 and the three packages which depend on it, now that thejwise1-5/+5
jsdk20 package can fetch it's distfile.
2000-09-11Add a pre-fetch: target to install the urlget package, and a do-fetch:jwise1-8/+24
target to actually go out and fetch the jsdk distribution by using urlget to navigate Sun's web forms. Make this behavior depend on the value sun-jsdk20-license being in ACCEPTABLE_LICENSES.
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb3-19/+8
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-09-08We don't need all of suse_linux, just suse_libc5jlam1-2/+2
2000-09-08use 9/8 apache IPv6 patch. this fixes some problem in http proxying codeitojun2-4/+4
(URL parser makes mistake on certain pattern)
2000-09-07add and enable netscapewiz1-1/+2
2000-09-07Try to remove correct SSL directory from apache config directory.jlam1-2/+2
2000-09-07Update dependency on libperl to 5.0* or >=5.6.0nb1. Modify build tojlam1-3/+3
find shared DynaLoader_pic.o needed by mod_perl.so.
2000-09-06Netscape doesn't need all of suse_linux, just suse_x11.jlam1-2/+2
2000-09-06Add surfraw-netscape-remotejlam1-1/+2
2000-09-06Add DIST_SUBDIR=${PKGNAME} since distfile has no version number.jlam2-3/+5
2000-09-06* This package left cruft after deinstalling. Add DEINSTALL script to remindjlam7-59/+133
package admin where the cruft is that may need to be manually removed. * Factor out the making of extra directories and the copying of config files into a separate INSTALL script. * Rearrange the Makefile a bit to handle changes in the PLIST. * Remove erroneous information from pkg/DESCR.
2000-09-06Don't specify version numbers of the libraries to load for SSL support --jlam5-14/+14
version numbers change, and it doesn't work correctly on a.out anyway. Closes pkg/10309.
2000-09-05Do not install 'netscape' link in communicator. Missed in last commit.abs2-5/+2
Do not crank communicator version as this would make the matching in 'netscape' something of a nightmare (the version already varies based on architecture due to 4.61 being the last SunOS/sparc release).
2000-09-05Update build dependency on perl to build in correct directory if perljlam10-20/+20
interpreter is not found.
2000-09-05Update perl dependencies to find correct version of perl.jlam1-4/+4