summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2003-03-09Use --with-config instead of --sysconfdir. make it fully PKG_SYSCONFDIRsalo1-2/+2
compatible (otherwise it adds tinyproxy/ to --sysconfdir which was set to PKG_SYSCONFBASE and expressions like PKG_SYSCONFDIR.tinyproxy are invalid)
2003-03-07Add and enable tinyproxy.salo1-1/+2
2003-03-07Import of tinyproxy-1.5.2: lightweight HTTP/SSL proxy.salo9-0/+159
tinyproxy is a lightweight HTTP/SSL proxy. Designed from the ground up to be fast and yet small, it is an ideal solution for sites where a full-featured HTTP proxy is required, but the system resources required to run a more demanding HTTP proxy are unavailable. tinyproxy is fully compatible with all existing web browsers. Package submitted by Juan RP via PR pkg/20595 with modifications by me.
2003-03-05Update to 20030225, and make it work again. From ISIHARA Takanori in PR 20538.wiz4-7/+26
Changes: all in Japanese, but it now installs an imode-xhtm.dtd...
2003-03-03Update to 2.1pre9 (2.1.0.9):wiz4-10/+9
* Fixed unability to move out of textarea
2003-03-03Use new IMAKE_MAN_DIR variables in PLISTs to make these packages morejschauma2-4/+4
portable. Bump PKGREVISION accordingly.
2003-03-02Update p5-CGI_Lite to 2.001mjl2-6/+7
Note from the CPAN administration: The CGI::Lite module seems to be abandoned by its original author. We cannot contact him anymore. The 2.0 release has been made on 2000-08-20. This 2.001 release is just an emergency release that fixes the most urgent security need. It is not endorsed by the original author. It was put together by me after the advisory http://msgs.securepoint.com/cgi-bin/get/bugtraq0302/94.html on the bugtraq mailing list.
2003-03-02Update squid package to squid-2.5.1nb4.taca3-8/+23
- include more official squid patches. o Make external_acl user names available as IDENT in later acl processing o digest authentication security issue o external_acl Assertion failed: auth_user_request != NULL o make install fails to install icons after make distclean o "error: invalid HTTP-ident" breaks log processing
2003-02-27Fix client-side image maps to allow for non-integer coordinates.is3-2/+19
By Mikulas Patocka, Twibright Labs.
2003-02-27Update w3m / w3m-img to 0.4 - 20030224.uebayasi2-18/+17
The biggest change is ``tab browsing'' support. Other smaller changes from NEWS: * local cookie: passed via file named $LOCAL_COOKIE or posted not in url query * func: SEARCH can take arg * URL data: support * URL news:, nntp: newsgroup support * 2 stroke keybinding * rc: pre_form_file: pre_form configuration file
2003-02-26Remove dead patch.tron1-69/+0
2003-02-25Update to 2.1.0.8 (2.1pre8).wiz4-12/+9
Changes: Use arrow keys to select links in graphics mode Max tries 0 means unlimited retries Updated russian translation parse_element rewritten to be faster because it is most used function Use hash for cache of table cell sizes -- improves performance Do not display '0xa0' on terminal Do not put characters <= 0x20 to HTTP request Clipboard pasting into links (works from all applications). Fixed file uploading bug. Fixed usemap & image scaling Fixed bug in XBM parser. "Kill all connections" function. "Abort and delete file" button in download window. Save bookmarks in File menu URL to clipboard copying in X. Fixed an overflow in search Bookmark saving on "Save options" Apage Coyote added to list of buggy http/1.1 servers
2003-02-25Remove trailing empty line.wiz1-1/+0
2003-02-25Add WRKSRC to make this build. Closes PR 20484.wiz1-1/+2
2003-02-23Use MASTER_SITE_APACHE.jmmv3-10/+9
2003-02-21Update to 2.88, closes PR 20323.wiz2-6/+6
Edited list of changes (many bug fixes removed): Version 2.87 1. Security hole patched: when processing multipart/form-data postings, most arguments were being untainted silently. Returned arguments are now tainted correctly. This may cause some scripts to fail that used to work (thanks to Nick Cleaton for pointing this out and persisting until it was fixed). 2. Update for mod_perl 2.0. 3. Pragmas such as -no_xhtml are now respected in mod_perl environment. Version 2.84 2. HTML escaping code now replaced 0x8b and 0x9b with unicode references < and *#8250; Version 2.83 3. Added Max-Age to list of CGI::Cookie headers. Version 2.82 1. Patch from Rudolf Troller to add attribute setting and option groups to form fields. 3. Patch from Scott Gifford allows you to set the program name for CGI::Carp. Version 2.81 1. Removed extraneous slash from end of stylesheet tags generated by start_html in non-XHTML mode. 2. Changed behavior of CGI::Carp with respect to eval{} contexts so that output behaves properly in mod_perl environments. Version 2.80 2. Changed checked="1" to checked="checked" for real XHTML compatibility. 3. Resurrected REQUEST_URI code so that url() works correctly with multiviews.
2003-02-21Fix for wordwrap() buffer overflow, perlukem3-3/+111
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1396 (Patch obtained from RedHat's php-4.2.2-8.0.7.src.rpm.) Bump PKGREVISION.
2003-02-20Updated to version 0.9.salo4-220/+31
Patch provided by Juan RP via PR pkg/20430 with minor improvements by me. Changes: 0.9: ==== - Many bugs are fixed, several segfaults, and many small annoying bugs. - Major performance improvements: * highlighting performance improvements up to 50X faster in some cases * file loading times are faster * loading and closing of many documents is much faster (tested with 3500 documents opened simultaneously) - Many improvements for the user interface; much more compliant to the Gnome usability guidelines. - New features: * line number support * new spell checker * and many more.. 0.8: ==== - The first release of the gtk2 port of bluefish - New features include: * new highlighting engine, for multiple filetypes * new filebrowser * configurable toolbar * new text widget with UTF-8 support, Xinput support etc.
2003-02-19Remove patches/patch-cd since squid-2.5.STABLE1-mib.patch's content is fixed.taca3-17/+6
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-4/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-18add ap-access-referergrant1-1/+2
2003-02-18Initial import of mod_access_referer 1.0.2 into the NetBSD packagesgrant5-0/+44
collection. mod_access_referer is an Apache module that provides access control based on the "Referer" HTTP header content.
2003-02-18use MASTER_SITE_SOURCEFORGE and version numbered distfile.grant2-6/+6
2003-02-18use the postgresql-lib BUILDLINK_PREFIX.grant1-2/+2
2003-02-18add ap-auth-scriptgrant1-1/+2
2003-02-18Initial import of mod_auth_script 1.3 into the NetBSD packages collection.grant5-0/+37
mod_auth_script makes it possible to have Apache authentication and authorization done by an external program. The external program can be provided as CGI, PHP or other schemes which allow dynamic content to Apache.
2003-02-17add ap-bandwidth.grant1-1/+2
2003-02-17Initial import of mod_bandwidth-2.0.5 into The NetBSD packagesgrant5-0/+44
collection. mod_bandwidth is an Apache module to provide bandwidth usage limitation either on the whole server or one a per connection basis based on the size of files, directory location or remote domain/IP.
2003-02-17the `AddModule' directive is not required, and results in a warninggrant1-2/+1
when starting apache.
2003-02-17use buildlink2 to satisfy the zlib dependency when zlib is notgrant1-3/+4
included in the base system.
2003-02-17use apache/module.mk.grant1-10/+5
2003-02-17workaround pax-as-tar problem in -current by using gnutar to extractgrant1-1/+7
the distfile.
2003-02-17use apache/module.mk.grant2-22/+13
2003-02-17use buildlink2 and apache/module.mk.grant1-11/+8
2003-02-17also pass CPPFLAGS to apxs.grant1-3/+3
2003-02-17pass LDFLAGS to apxs.grant1-2/+2
2003-02-17- move LDFLAGS to Makefile, patch-aa no longer needed.grant4-21/+12
fixes runtime problem noted by zuntum. - add MESSAGE.
2003-02-17no need to specify *.c anymore.grant4-8/+4
2003-02-17use apache/module.mk.grant1-9/+5
2003-02-17set the default source files to *.c, as this is common in our apachegrant1-2/+4
modules.
2003-02-17avoid loss of hair using this module by using the *correct* symbolgrant1-2/+2
name in the example.
2003-02-17use apache/module.mk.grant1-7/+6
2003-02-17use buildlink2 and apache/module.mk.grant1-7/+6
2003-02-17use apache/module.mk.grant1-11/+8
2003-02-17use buildlink2 to correctly register dependency on apache.grant3-5/+11
2003-02-17USE_PERL5 is already defined in apache/buildlink2.mk.grant1-3/+1
2003-02-17use apache/module.mk.grant3-38/+17
2003-02-17add makefile fragment for Apache modules.grant1-0/+47
This provides a build and install target to simplify the writing of Apache module Makefiles. ok'd by wiz.
2003-02-17convert to use test target from bsd.pkg.mkdillo1-4/+2
addresses PR pkg/19416
2003-02-17generate PKGNAME from DISTNAME.grant1-2/+2