summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-07-02Drop USE_SSL.wiz1-2/+1
2002-07-02Add RCS Id.wiz2-1/+2
2002-07-02update to mod_perl-1.27.grant2-7/+6
2002-07-02Test some more files before using 1.5 rc.subr features.wiz1-2/+2
Closes pkg/17378 by Greg A. Woods.
2002-07-02Deprecate IS_INTERACTIVEagc1-2/+2
Mark this package as using an interactive fetch stage
2002-07-02Upgrade links and links-gui to 2.1.0.2 (2.1pre2), in the hope that it fixeswiz5-12/+12
pkg/17358. Changes: Fixed shoting to memory with javascript and input fields Do not call gethostbyaddr when name is not ip address (it should avoid some useless nameserver queries) Fixed a delay on quit until async lookup terminates Floating point numbers in configure file are stored with '.' even on systems with ',' in locales. Line length fix on framebuffer. New domain names Croatian translation Small change in x.c to work on some 8-bit displays. Fixed mem_free(NULL) in x.c:1001
2002-07-01Sort.wiz1-2/+2
2002-07-01Update to 3.26:wiz2-5/+5
Avoid core dump in some cases where the callback croaks. The perl_call_method and perl_call_sv needs G_EVAL flag to be safe. New parser attributes; 'attr_encoded' and 'case_sensitive'. Contributed by Guy Albertelli II <guy@albertelli.com>. HTML::Entities - don't encode \r by default as suggested by Sean M. Burke. HTML::HeadParser - ignore empty http-equiv - allow multiple <link> elements. Patch by Timur I. Bakeyev <timur@gnu.org> Avoid warnings from bleadperl on the uentities test.
2002-07-01Make Amaya build on NetBSD 1.4.kristerw4-6/+44
NetBSD 1.4 does not have wchar.h, but everything needed by Amaya is defined in stdlib.h. So add a wchar.h test to configure, and protect inclusion of wchar.h by HAVE_WCHAR_H. Solves PR 12358.
2002-06-30switch sparc to use the solaris-2.5.1 binaries by default under compat_svr4.dmcmahill3-4/+21
The old behaviour of using the sunos-4.1 binaries under compat_sunos can be achieved by setting NS_USE_SUNOS.
2002-06-30Note conflicts between elinks, links, and links-gui.jlam3-6/+6
2002-06-28Add and enable ap2-perl.jlam1-1/+2
2002-06-28Import modperl-1.99_05 as lang/ap2-perl. Note that ap2-perl-1.99.5 isjlam4-0/+70
considered *BETA* software and may not work at all. This package is here solely to provide Apache-2.0 users with a testbed for porting existing mod_perl-1.2.x applications.
2002-06-27Update dillo to version 0.6.6.agc2-6/+5
Changes are mainly bug fixes: - * Added a few canonical casts to fix some obvious 64bit issues. Patch: pvalchev - * Fixed a bug with cookies path parsing. * Fixed persistent-cookies obliteration (BUG#312, BUG#314) * Set max 20 persistent cookies for each domain. Patches: J<F6>rgen Viksell - * Switched flock to lockf. Patch: Andreas Schweitzer - * Made a little bugfix in doc/Makefile.am. Patch: Grigory Bakunov - * Removed the < 256 hostname length restraint from http queries. * Made a date-parser that copes with three HTTP date-syntaxes (BUG#335) * Made the HTML parser a bit more robust with bad HTML (BUG#325, BUG#326) Patches: Jorge Arellano Prompted by PR 17420 from Martin Weber <Ephaeton@gmx.net>
2002-06-27netbsd cvs supports -u for read-only cvs accesslukem2-3/+11
2002-06-27+ Update from 1.112 to 2.0.3 (from FreeBSD's cvsweb / local-ports).lukem5-23/+87
Notable changes: - cross site scripting fixes - html & perl cleanups - add config vars: @ForbiddenFiles, $allow_log_extra, $allow_dir_extra, $allow_source_extra + Add local patches to change location of latest version of cvsweb and to not display the address section if $address == "".
2002-06-26remove hypermail (now in mail/hypermail).grant1-2/+1
noted by Takahiro Kambe <taca at sky dot yamashina dot kyoto dot jp>.
2002-06-26iremove old, broken hypermail package.grant4-43/+0
updated package added by me in mail/hypermail.
2002-06-26remove old, broken hypermail package.grant4-87/+0
updated package added by me in mail/hypermail.
2002-06-26if /usr/bin/rlog doesn't exist, then add a depends on devel/rcs for thedmcmahill1-1/+5
benefit of Darwin and Solaris. Noted in PR pkg/17401 by Pierre Bourgin.
2002-06-26+ ensure that ${SCRIPT_NAME} contains full path of script (previouslylukem4-11/+357
the leading "cgi-bin/" was stripped) + convert '-' to '_' in ${HTTP_xxx} environment variable names, and ensure that the names are NUL terminated + lookup addr, host (unless -n) and port for every request, not just cgi requests, and log the host & port in "got request ..." message + fix -n to work as documented; set it to *prevent* addr->name lookups + document -n is useful even without -c + don't deref NULL pointers in printf %s + be consistent about stripping leading `/' from command + clean up how "cgi-bin/" prefix is hardcoded in + fix -Wall compile issues + bump package revision
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb6-13/+13
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-24Add and enable "fcgi" package. This fixes PR pkg/14633 bytron1-1/+2
Eric Gillespie Jr..
2002-06-24Import new "fcgi" package: FastCGI application development kittron4-0/+53
This package is based on the contribution made by Eric Gillespie Jr. in PR pkg/14633.
2002-06-24Fixed Y2K problem. The modification solves a part of pkg/11574.kent4-9/+153
I gave up support of OpenLDAP v2....
2002-06-24Fix version number in dependence on "apache" package.tron1-2/+2
2002-06-24Update ap-ssl to 2.8.10 (mod_ssl 2.8.10).taca2-6/+6
Changes with mod_ssl 2.8.10 (19-Jun-2002 to 24-Jun-2002) *) Fixed off-by-one buffer overflow bug in the compatibility functionality (mapping of old directives to new ones). *) Fixed memory leak in processing of CA certificates. *) In case there is actually a certificate chain in the session cache, we now use the value of SSL_get_peer_certificate(ssl) to verify as it will have been removed from the chain before it was put in the cache. *) Seed the PRNG with a maximum of 1K from the internal scoreboard.
2002-06-24Update to mod_ssl to 2.8.10. Since apache package contains it,taca2-6/+6
bump PKGREVISION. Changes with mod_ssl 2.8.10 (19-Jun-2002 to 24-Jun-2002) *) Fixed off-by-one buffer overflow bug in the compatibility functionality (mapping of old directives to new ones). *) Fixed memory leak in processing of CA certificates. *) In case there is actually a certificate chain in the session cache, we now use the value of SSL_get_peer_certificate(ssl) to verify as it will have been removed from the chain before it was put in the cache. *) Seed the PRNG with a maximum of 1K from the internal scoreboard.
2002-06-23introduce MASTER_SITE_MOZILLA.kei1-3/+2
2002-06-21correct wrong use of MASTER_SITES (should be PATCH_SITES).itojun1-2/+2
From: Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
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