summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
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
2000-09-05Upgrade to wml-2.0.3kim2-4/+4
2000-09-04Add and enable wml.kim1-1/+2
2000-09-04Web Meta Languagekim7-0/+326
2000-09-03Renamed pkg back to original name after last update (backing outmartin1-2/+2
the change made by Tron thereafter). After private discussion between Taya and Tron they concluded the pkg should not be called Mozilla-5.0 (what it uses to identify the browser in http request) but get the user visible name used anywhere outside (Mozilla-1.0 Milestone 17). For background details see http://www.mozillazine.org/talkback.html?article=1484
2000-09-03remove superfluous blank linewiz1-2/+1
2000-09-03remove unnecessary whitespacewiz1-2/+1
2000-09-03add RCS Idswiz2-0/+2
2000-09-03remove empty patch-ab; add RCS Id to patch-aawiz3-2/+2
2000-09-03add RCS Idwiz1-0/+1
2000-09-03reformat to <= 80 chars/linewiz1-6/+7
2000-09-03remove whitespace for pkglintwiz1-2/+2
2000-09-03add RCS Idswiz2-0/+2
2000-09-03remove unnecessary empty linewiz1-2/+1
2000-09-03add RCS Idswiz3-0/+3
2000-09-03move line to silence pkglintwiz1-2/+3
2000-09-03grep -> ${GREP}wiz1-5/+5
2000-09-03remove whitespace to silence pkglintwiz1-2/+2
2000-09-02Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variableabs1-10/+13
2000-09-02Add dependence on suse_compat package required after update to SuSE 6.4.abs1-1/+3
2000-09-02Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variableabs2-4/+4
2000-09-02Netscape 'wrapper' which will use ns-remote to open a new netscape window,abs6-0/+48
or run communicator/navigator if needed
2000-09-02Define USE_SSL for 1.4.x systems.fredb1-1/+2