summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2004-08-02Update liferea to 0.5.2c.minskim2-5/+6
Changes: * Update of the Czech translation. (Juraj Kubelka) * Fixes a bug reported by twentyone that hides the headers and metadata when the two pane mode (condensed view) is enabled. (Lars Lindner) * Favicons downloaded using gzip compression are no longer corrupted. This might fix some other download problems. (Nathan Conrad) * Fixed a parsing bug that treated Atom feed modified/issued dates as RFC822 instead of ISO6801 dates. (Lars Lindner) * Fix parsing of atom feeds that do not escape their content. (Nathan Conrad)
2004-08-02Update apache to 1.3.31nb4:abs2-4/+4
Fix rc.d/apache restart to 'apache_doit stop; apache_doit start' Now in the case of apache_start=startssl and apache not running, 'rc.d/apache restart' will start apache with startssl.
2004-08-02Add p5-Apache-Testcube1-1/+2
2004-08-02Initial import of p5-Apache-Test, version 1.12, into the NetBSD Packagescube4-0/+31
Collection, from pkgsrc-wip. Original package by Adam Migus. Apache::Test is a test toolkit for testing an Apache server with any configuration. It works with Apache 1.3 and Apache 2.0 and any of its modules, including mod_perl 1.0 and 2.0. It was originally developed for testing mod_perl 2.0. For an extensive documentation see the tutorial: http://perl.apache.org/docs/general/testing/testing.html
2004-08-02Update to version 1.26.cube2-5/+5
1.26 April 5, 2004 [ BUG FIXES ] - The fix to make CGIHandler support flush_buffer and autoflush caused it to not rethrow any exceptions created during the request. If error_mode was set to 'fatal', then an error would simply cause no output to be generated. Task id #531. - A comment in the last line of a component call with content caused a syntax error in the compiled component. Reported by Todd Goldenbaum. Task id #530. - The various request handling methods in CGIHandler once again return the value of calling the Interp object's exec() method. - Explicitly handle redirect statuses when an abort exception is thrown from the Interp object's exec() method. This fixes some problems when this module was used with David Wheeler's MasonX::Interp::WithCallbacks module. - Using a <%shared> block when "in_package" was set to something other than HTML::Mason::Commands led to an error like "Can't call method "call_dynamic" on an undefined value". Reported by David Wheeler. Task id #535. 1.25 December 12, 2003 [ BUG FIXES ] - CGIHandler did not support $m->flush_buffer or autoflush. Reported by Shane McCarron. - Every line in the error stacktrace had a 'g' appended to it in HTML error mode. - The HTML error display of the stacktrace was not filtering out some packages that it should have, so there were extra lines that made it harder to find the real error. - Several FakeApache methods were broken: path_info, uri, and the_request. Reported by Matthias F. Brandstetter. [ ENHANCEMENTS ] - The CGIHandler request object now supports the autoflush parameter.
2004-07-31apparently this pkg does need the leading ./ in the distfilejdolecek1-3/+3
2004-07-31Update opera7 package to version 7.53.jdolecek2-16/+16
Changes since Opera 7.52: Security * Fixed a JavaScript problem that made it possible to show one URL in the address bar, but load a different URL in the page (Secunia Advisory SA12028) Only the Linux binary tested, but updated also the Solaris/FreeBSD version of the pkg.
2004-07-30Convert to use bsd.options.mk. The relevant options variable to setjlam4-62/+119
for each package can be determined by invoking: make show-var VARNAME=PKG_OPTIONS_VAR The old options are still supported unless the variable named in PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-30Add p5-Module-Versions-Report, p5-HTML-Scrubber and p5-Tree-Simple.cube1-2/+3
2004-07-30Initial import of p5-HTML-Scrubber, version 0.08 into the NetBSD Packagescube4-0/+28
Collection. HTML::Scrubber allows a program to sanitize, or scrub, an input in HTML format in a reliable and flexible way. Moreover, it doesn't depend on HTML::TreeBuilder, but rather on HTML::Parser.
2004-07-29Use ${INSTALL_DATA_DIR} with only one argument, for Solaris compat.wiz1-2/+3
From Chuck Yerkes on tech-pkg.
2004-07-29Remove www/web500gw, development was stopped some years ago (2001) andxtraeme8-277/+1
it required openldap1, which was really old and unmaintained.
2004-07-28Enable pkgviews installation.minskim1-1/+3
2004-07-27Set PGSQL_VERSION_REQD to 73 for now to fix the (bulk) build.recht1-1/+3
2004-07-27Catch up with changes to the pathnames of postgres packages.agc1-3/+3
2004-07-27Only apply binpatch to "communicator" package not to "navigator" packagetron1-3/+5
because we don't have a patch for that.
2004-07-27Add a tiny binary patch to netscape7 (libsoftokn3.so, actually) thatatatat2-2/+71
makes the NetBSD kernel stop whining about file descriptor 0 being closed when netstat gets run. The script contains everything you don't want to know. Bump this pkg to PKGREVISION 3.
2004-07-26- fix invoke_copy_to_stack() for PRBooltaya3-6/+13
- Use socklen_t for 5th arg. of getsockopt() instead of size_t Now mozilla runs on sparc64. But It's not complete (e.g. can't connect to IPv6 site)
2004-07-26Update liferea to 0.5.2b.minskim2-8/+10
Changes: * Fixes a bug that permanently destroys your subscription URLs when favicons are updated or initially downloaded.
2004-07-24really add the patch.grant1-0/+13
2004-07-24patch the install script again to get rid of "export -n" bash'ism.grant1-1/+2
2004-07-24Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQLrecht4-12/+12
version.
2004-07-23Update liferea to 0.5.2.minskim2-6/+5
Changes: * A middle mouse click on the itemlist now toggles read status or the headline flag depending on the column you click. (Lars Lindner) * Now favicons that are older than one month are automatically updated (Lars Lindner) * The search result now provides an extra column with the favicon of the feed the found headline belongs to. (Lars Lindner) * The mozilla browser module now respects the configured proxy settings. (Lars Lindner) * Feed and item information is now properly localized. (Lars Lindner and Nathan Conrad) * Popup menu for the systray icon. (James Bowes) * Improvements for the favicon handling. favicon.ico files are now retrieved from the webserver path where the feed is located. favicon.ico in the webserver root is tried only if this first attempt fails. favicons are now redownloaded every 30 days. (Lars Lindner & Nathan Conrad) * Liferea now saves when the mainwindow is maximized. (Marc Deslauriers) * The gnomevfs2 dependency from GtkHTML2 was removed. (Nathan Conrad) * 0.5.1 did falsely encode HTTP URL hash marks as %23. This is fixed now. (Lars Lindner) * When a feed source command is executed a useful return code is set so it won't be unavailable due to missing status information. (Christophe Barbe)
2004-07-23Bump i386 packages communicator-4.75 (linux) and communicator-4.80atatat3-1/+141
(bsdi) for i386 to revision 1 after adding scripts that apply tiny binary patches that stop them from closing fd 0 before running "netstat -in". I finally got tired of the warnings from my kernel, so I made the binaries stop doing it.
2004-07-22Update to Jakarta Tomcat 5.0.27.erh3-10/+13
Various bugs fixed, some added and renamed jar files. Changelog available at: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html
2004-07-22update to 1.1.14drochner2-6/+6
changes: * ZPsycopgDA now support unicode strings and different backend encodings. * ZPsycopgDA accept query data as an extra parameter to execute() (but still no way to give it extra data from inside a ZSQL
2004-07-22add python as categoryrecht4-8/+8
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-20Add and enable cgic.jmmv1-1/+2
2004-07-20Initial import of cgic, version 2.02, provided by cinnion at ka8zrt.com:jmmv10-0/+257
This is the code written to accompany Thomas Boutell's book "CGI Programming in C & Perl". It provides a library of routines for use in CGI programming, and unlike cgilib-0.5, this library handles the "multipart/form-data" encoding required to use the FILE input control type as defined in the HTML specification. NOTE: It should be aware that there were a few developer visible changes made from Thomas Boutell's original distribution when integrating it with the NetBSD packages environment. They are: 1) Instead of being yet another source file which is used in building the application, the package have been converted totally into a library format. This library is linked using "-lcgic". 2) As a result of the first item, the developer no longer writes their entry point under the function name of cgiMain(). Instead, the user will provide their own main(), and will need to call cgiInit() before any other cgic function is called.
2004-07-20update to mod_python 2.7.10recht3-13/+14
changes: This release addresses a vulnerability in mod_python 2.7.9 whereby a specific query string processed by mod_python would cause the httpd process to crash. The previously released version 2.7.9 was supposed to correct this issue, but is still vulnerable. There are no other changes or improvements from the previous version in this release. If you are currently using mod_python 2.7.9 or earlier, it is highly recommended that you upgrade to 2.7.10 as soon as possible.
2004-07-20galeon is now galeon12abs7-335/+2
galeon-devel is now galeon
2004-07-20Update galeon to 1.3.16 and rename from galeon-devel to galeonabs8-433/+295
1.3.16: * Works with Mozilla 1.4 through 1.7, 1.8a1 and trunk * Add thumbnailing to the Open dialogs * Improved context menus * Ensure URL's for frames and redirects don't get saved in the history * Fix the spinner background with gradient themes * Fix a crash when removing items in the personal data manager * Fix reloading of framesets * Make better use of gtk 2.4 API's * lots of other bug fixes 1.3.15: * Works with Mozilla 1.4 through 1.7rc2 and trunk * Requires gtk+ 2.4 * Major download re-write: o Much improved robustness; lots of crashes fixed o Improved filename generation when saving pages o Pages generated by a POST correctly saved * Restored offline mode * Restored ability to block cookie sites when removing cookies * Improved layout of personal data manager * Added context menu to links in page info dialog * Added image save button to page info dialog * Always show the menubar when F10 is pressed * Use more stock icons from the current icon theme * Implement user stylesheet support (put them in ~/.galeon/stylesheets)
2004-07-20Re-import galeon 1.2.14 as galeon12.abs8-0/+508
Galeon 1.2.x has been end of lifed and will not be updated for mozilla post 1.7
2004-07-19Update to 20040716 (changes unknown); also try to address PR 25089wiz4-9/+20
by Kazu Yamamoto.
2004-07-19Fix a case of invalid use of preprocessing directives within macrokristerw2-8/+45
args that breaks compilation whith gcc 2.95.
2004-07-18Update to 7.52. Tested on NetBSD/i386 1.6.2 and Solaris 9. FreeBSDheinz3-12/+15
version stays at 7.51 due to lack of test facility. Changes since 7.51 (from the changelog for windows): Security Fixed a URI obfuscation weakness enabling impersonation of legitimate web sites. Illegal characters in addresses will be stripped. This addresses Security Focus Bugtraq ID #10517. Solved frame injection vulnerability that allowed for spoofing (Secunia Advisory SA11978). Solved certificate verification problem. Miscellaneous Changed search.ini to ensure correct default dictionary and encyclopedia searches. On how to protect customized files from being overwritten, see Release Note. Changed main toolbar. Now includes options Open, Save, Print, Find, Home, Panels, Tile, and Cascade. Various stability and rendering improvements. "Show in" submenu for messages now has nested display of nested filters. Corrected message reply behavior when View > Encoding is set to autodetect. Fixed SSL renegotiation problem causing login trouble on certain secure sites. Solved issue concerning JavaScript method "confirm()". Various encoding-related improvements to accommodate Japanese language version.
2004-07-18Accept perl-thread in addition to perl.kim1-2/+2
2004-07-18bump PKGREVISIONs for last boehm-gc updaterecht2-2/+4
(BUILDLINKS_DEPENDS change)
2004-07-17Accept perl-thread in addition perl.kim1-2/+2
2004-07-17Set the correct PYTHONBIN for configure.recht1-2/+3
Should fix kristerw's bulk build.
2004-07-17we do need the LDFLAGS setting removed in rev 1.2, put that backjdolecek1-4/+6
we also want the apxs rules from www/apache/module.mk, since the package's own Makefile doesn't propagate LDFLAGS; include www/apache/module.mk AFTER mk/apache.mk, so that the right Apache buildlink3.mk is still used for the build
2004-07-17Use "mod_ssl-2.8.19" sources for SSL hooks, bump package revision.tron2-6/+6
2004-07-17Update "ap-ssl" package to version 2.8.19:tron2-6/+6
- Fix ssl_log() related format string vulnerability in mod_proxy hook functions.
2004-07-17make a stab at making this Apache2-ready (not tested)jdolecek1-5/+7
2004-07-17Added ap2-python package.darcy1-1/+2
Based on the FreeBSD package.
2004-07-17Initial import of ap2-pythondarcy6-0/+104
Version 3.1.3 Apache module that embeds the Python interpreter As discussed on the mailing list, this package builds and runs for the most part but fails if the web server has too many backends. Adding it breaks nothing and does add functionality. I will file a PR to keep track of the remaining issue.
2004-07-17Enable OpenLDAP support if APR_USE_OPENLDAP == [Yy][Ee][Ss].xtraeme1-1/+8
(ldap and auth_ldap modules). This closes PR pkg/26166.
2004-07-16Update www/thy to 0.9.3 (latest stable version), update provided byxtraeme2-6/+7
the author Gergely Nagy in PR pkg/25318. Changes: * Thy 0.9.3 [Dead Gardens] -- 2004-06-30 Fixed a minor information leak in the virtual hosting code, noticed by Jerome Magnin. Also fixed a couple of memory leaks and disabled meta-data caching by default. * Thy 0.9.2 [Re-connect] -- 2004-06-15 The major reason for this release is a discovery of a possible Denial Of Service attack against Thy, one which can easily crash a Thy process. However, this was just a NULL-dereference, which can not be used to execute arbitrary code. And is fixed in this release. Also, epoll support was disabled in this release. * Thy 0.9.1 [Hurt] -- 2004-06-05 When Thy starts a helper process (such as the Authoriser or the Worker), she will close and reopen the connection to syslog with a different ID. There is also a new option to limit how many bytes Thy will use for mapping files into memory. When the limit is reached, no mmapping will occur. This is only useful when using a Worker, since otherwise files are not mapped to memory at all. SRP authentication was implemented in this version. One of the major new features in this release is the ability to compile multiple event systems into Thy. In the past, Thy had to be recompiled if one wanted to use epoll or kqueue instead of select. Now, every possible event system is compiled in, and one can select the appropriate one at run time. Thy will also try to select the most appropriate one if none was explicitly specified. Some smaller bugs were also fixed, as usual. * Thy 0.9.0 [A Pirate I Was Meant To Be] -- 2004-04-25 This release features a way to make Thy interact better with web cache software: the ability to set the max-age of resources and expiry times. The Linux version of the networking code was updated to be able to serve files larger than 2Gb when Thy is compiled with Large File Support (which is the default).
2004-07-16apparently the LDFLAGS setting is not necessary, so g/cjdolecek1-3/+1
2004-07-16Import ap-auth-mysql 4.3.1, Apache module for user authenticationjdolecek10-1/+392
using information stored in a MySQL database. Based on pkgwip package done by cube@, thanks a lot! Package should support both Apache 1.x and 2.x, but only Apache 1.x tested at the moment.