summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10Retire PHP 4.joerg23-758/+1
2010-02-10iRetire apc-gui, php-FastTemplate and php4-apc.joerg15-285/+1
2010-02-10Retire psycopg1 option and rename psycopg2 to postgresql, making itjoerg3-48/+39
the default. Bump revision.
2010-02-10--libs for python-config is evil, it makes it find the static lib first.joerg1-2/+6
Bump revision.
2010-02-10Hack this to build against Apache 1.3.42. As 1.3.42 doesn't changedholland3-4/+15
anything significant in the internals, all this requires is patching the accepted version and bumping BUILDLINK_API_DEPENDS. PKGREVISION++.
2010-02-09+ py-uwsgijoerg1-1/+2
2010-02-09Import uwsgi-0.9.4.1:joerg4-0/+56
uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server, aimed for professional python webapps deployment and development. Backend support exists for Apache, nginx, cherokee and lighttpd. Some of the features include: - low memory footprint - preforking and multithreaded operation - logging, diagnostic and profiling support - support for sendfile() - self-healing - graceful restart and hot-plug upgrading
2010-02-09No negative form of --with-ipv6.joerg1-3/+1
2010-02-09Fix overcomplicated install rules. Make sure to create the logfile atjoerg3-10/+125
install time with the right permissions and don't make most of the templates group writeable. Bump revision.
2010-02-09add a patch from upstream to fix "data callback excessive length"drochner3-3/+19
which is security critical
2010-02-09Update to 1.3.42, fixing CVE-2010-0010. Note: this package is now EOLdholland2-6/+6
upstream. The next security bug probably won't get patched, so if you're still using this, it's time to migrate to 2.x.
2010-02-08Add & enable p5-Web-Scraperseb1-1/+2
2010-02-08Initial import of p5-Web-Scraper version 0.32 in the NetBSD Packagesseb3-0/+41
Collection. The Perl 5 module Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent Scrapi. It provides a DSL-ish interface for traversing HTML documents and returning a neatly arranged Perl data structure.
2010-02-08Add & enable p5-HTML-TreeBuilder-LibXMLseb1-1/+2
2010-02-08Initial import of p5-HTML-TreeBuilder-LibXML version 0.11 in theseb3-0/+31
NetBSD Packages Collection. The Perl 5 module HTML::TreeBuilder::LibXML is a libxml based compatible interface to HTML::TreeBuilder, which could be slow for a large document.
2010-02-08Fix the name of the RC script.joerg2-4/+4
2010-02-08Update the optional uwsgi to 0.9.4, which fixes some BE issues.joerg2-6/+6
2010-02-08Update typolight28-translation package to 20100207.taca10-11/+560
* Update Polish language files, supporting really 2.8.RC2. * Add missing language files which should be added: Bosnian, Croatian, Finnish, Hungarian, Slovenian and Tagalog. * Drop executable permission from translation files.
2010-02-08* Add missing language files which should be added: Bosnian, Croatian,taca9-5/+644
Finnish, Hungarian, Slovenian and Tagalog. * Drop executable permission from translation files. Bump PKGREVISION.
2010-02-08Update to lighttpd-1.4.26:joerg4-27/+13
- fix various bugs, including a trivial to trigger OOM/DoS - Allow support for checking for exec bit on cgi scripts - Add support for TLS servername indication - Add support client certificate verification - Split off spawn-fcgi into a separate package
2010-02-08+ spawn-fcgijoerg1-1/+2
2010-02-08Initial import of spawn-fcgi-1.6.3:joerg5-0/+163
spawn-fcgi is a small utility to start external FastCGI applications. It takes care of various common tasks to simplify deployment: - setuid/setgid - current working directory - chroot - socket creation and permissions in the case of Unix Domain Sockets - forking a number of worker processes
2010-02-08nginx-0.8.33:joerg3-8/+19
- fix issues with Keep-Alive in various clients - fix issue with internal redirects between proxy/fastcgi locations - fix a bug with discarding request bodies Add optional uwsgi backend.
2010-02-08Package is not user-destdir ready.tnn1-2/+5
2010-02-07Add & enable p5-HTML-TreeBuilder-XPathseb1-1/+2
2010-02-07Initial import of p5-HTML-TreeBuilder-XPath version 0.11 in theseb3-0/+30
NetBSD Packages Collection. The Perl 5 module HTML::TreeBuilder::XPath adds typical XPath methods to HTML::TreeBuilder, to make it easy to query a document.
2010-02-07Update to 3.49:wiz2-6/+6
Version 3.49 [BUG FIXES] 1. Fix a regression since 3.44 involving a case when the header includes "Content-Length: 0". Thanks to Alex Vandiver (RT#51109) 2. Suppress uninitialized warnings under -w. Thanks to burak. (RT#50301) 3. url() now uses virtual_port() instead of server_port(). Thanks to MKANAT and Yanick Champoux. (RT#51562) [SECURITY] 1. embedded newlines are now filtered out of header values in header(). Thanks to Mark Stosberg and Yanick Champoux. [DOCUMENTATION] 1. README was updated to reflect that CGI.pm was moved under ./lib. Thanks to Alex Vandiver. [INTERNALS] 1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485) 2. Attempt to avoid test failures with t/fast, thanks to Steve Hay. (RT#49599)
2010-02-07Add & enable p5-HTML-Selector-XPathseb1-1/+2
2010-02-07Initial import of p5-HTML-Selector-XPath version 0.03 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module HTML::Selector::XPath is a utility function to compile CSS2 selector to the equivalent XPath expression.
2010-02-06Update pear-HTTP_Request package from 1.3.0 to 1.4.4.taca2-8/+7
1.4.4 Development of HTTP_Request package is halted, only bug fixing will be done. Please submit feature requests for HTTP_Request2 package. Fixes: * Improved memory usage of _buildRequest() method (bug #14574) * Clarified documentation for addFile() method to mention that it is useful only for POST method file uploads (bug #14635) * Do not send "Content-Length: 0" header for methods other than POST and PUT, as some servers may return error 400 (bug #14740) 1.4.3 * Added possibility to get reason phrase from HTTP response (request #12352) * PHP 4.2.0 should be the minimal PHP version (bug #12354), also updated other dependencies' versions to saner values * Send a Content-Length header in request even if body is empty (request #12900) * Do not pass length parameter to gzinflate(), it could cause problems in some corner cases (bugs #13135, #14370) * Return an error if trying to do a HTTPS request without OpenSSL support (bug #14127) * Do not stop reading chunked response body prematurely (bug #14200) 1.4.2 * The final CRLF was not properly added to request headers on POST request with no post data (Thanks to Brock Weaver) * Added error codes (request #12335, thanks to Joe Stump for the patch) * HTTP_Request sent broken requests on redirects with no trailing slash (bug #12308, thanks to Joe Stump for the patch) * Requests with a body consisting of only a symbol '0' were sent without body (reported privately by Sam Ghods) * download-progress.php example was broken since 1.4.0 due to addition of 'connect' and 'disconnect' events. Now works again. 1.4.1 * Removed bogus parameter for getURL() (Bug #9586, thanks to Martin Jansen) * Improved API documentation (Bug #9984, thanks to Martin Jansen) * Fixed wrong Content-Length if using mbstring function overloading (bug #10605) * Fixed bogus "data CRC check failed" error on 64-bit systems (bug #10790, thanks to Bill Moran) * Redone the way package handles mbstring function overloading, this will allow using gzip Content-Encoding when said overloading is switched on * Added proper header comment blocks, improved phpdoc comments 1.4.0 * Added Keep-Alive support (request #4806), thanks to Justin Patrin for the initial patch. Please note that "Connection: close" header is still added by default, you need to explicitly add "Connection: Keep-Alive" header or remove "Connection" header if using HTTP 1.1 * A new disconnect() method was added which forces disconnection from the server if Keep-Alive is used. Also two new events are sent to the Listeners: "connect" and "disconnect" * Added getUrl() method (request #6589) * Added method to properly parse header of gzip-encoded data (see RFC 1952). This takes care of situations when the server adds some additional data to the header (bug #8245) or sends data that is not gzip-encoded when "Content-Encoding: gzip" header is present (bug #8213) * "Proxy-Authorization" header is now properly set by constructor (bug #5913) * Fixed doc comments mentioning addBody() method instead of proper setBody() (bug #5969) * Fixed erroneous removal of "Content-Type" header from request (bug #7922) * Bogus HTTP headers are now ignored (bug #8214) * Path is set to "/" if an URL without path (http://www.example.com) is given (bug #8662) * Moved to package.xml version 2.0
2010-02-06Update pear-HTTP from 1.4.0 to 1.4.1.taca2-7/+6
* Fixed bug #7130 - HTTP::absoluteUri("?foo") loses path * Fixed bug #12672 - PHP_SELF ending on / causes incorrect redirects * Fixed bug #12571 - Wrong license in package.xml * Fixed bug #12759 - DOS linebreaks * Fixed req #9148 - Added negotiateCharset() method * Fixed req #11060 - Added negotiateMimeType() method * Added regression tests * Bump to package.xml v2.0 * Added failover JavaScript for redirect()
2010-02-06Update pear-HTML_Common from 1.2.3 to 1.2.5.taca2-7/+6
1.2.5 Whitespace is no longer trimmed from quoted attribute values in _parseAttribute() method (bug #15787) 1.2.4 Migrate to package.xml version 2.0, use proper header comment block. No code changes since previous release.
2010-02-06Update typolight28-translations package to 20100205.taca8-31/+32
Update Czech, Latvian, Russian, Swedish and Chinese translation files.
2010-02-06OUpdate typolight27-translations package to 20100131.taca5-16/+24
Update Czech and Chinese translation files.
2010-02-05Update from version 1.11 to version 1.13.seb2-9/+11
Pkgsrc changes: - Add LICENSE - Adjust dependencies - Add recommended dependencies Upstream changes: 1.13 - ignoring dirs starting with '.' - no HTML rendering for perltoc (too slow) - support for perlvar - computing TOC layout, works for MSIE6, MSIE8, FF, Chrome and Safari - many JS fixes (done in Alien-GvaScript 1.20) - applied patch by Elliot Shank for specifiying the page title - tested on MSIE8, FF3.5, safari4, Chrome3 1.12 - sync TOC, automatically open nodes in TOC - support aliases in links L<alias|http://...> - fixed bugs in URLs containing special chars like L<http://foo$/...> - disabled automatic links within text nodes - links to external resources will open in a blank page - fixed bugs in displaying scripts (as opposed to modules) - toc ignores directories starting with '.' - toc_pragmas ignores "pod", "pods" and "inc" subdirs
2010-02-04Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backendjoerg3-3/+9
support.
2010-02-04Remove file that should have disappeared with 2.28.2 update.wiz1-94/+0
2010-02-03Update from version 1.11 to version 1.21seb2-6/+7
Pkgsrc changes: - Add LICENSE Upstream changes: 1.21 18.01.2010 - bug in Builder, Gvascript.js was written to wrong location 1.20 07.01.2009 - Element.autoScroll : fix scroll amount when the scrolling block has an offsetTop > 0 - removed PAGE_UP/DOWN handlers in TreeNavigator -- let the browser deal with those - treeNavigator select() has an additional param "prevent_autoscroll" - treeNavigator autoscroll only active through kbd, not through click - treeNavigator observes "mouseup" (instead of mousedown or click) - autoCompleter bug fix on detach (stop observing "click") - protoExtensions : removed RegExp.escape() (now in prototype.js) - autoCompleter div, display above only if enough vertical space - autoCompleter : code layout improvements 1.18 13.10.2009 - fix some minor doc glitches released in 1.17 1.17 13.10.2009 - major revision from Mona Remlawi - new Grid component - new CustomButtons component - new Paginator component - new test suite
2010-02-03avoid pbulk dependency fallout (BROKEN alone will suffice)tnn1-2/+2
2010-02-02Updating www/p5-Catalyst-Action-RenderView from 0.13 to 0.14sno2-8/+8
Upstream changes: 0.14 2009-12-03 03:13:23 GMT - Remove warnings from tests about actions in the app root
2010-02-02Update squid30 pakcage to squid-3.0.23 (squid-3.0.STABLE23).taca2-6/+6
http://www.squid-cache.org/Advisories/SQUID-2010_1.txt Changes to squid-3.0.STABLE23 (02 Feb 2010): - Bug 2856: removing assert() required for 3.0 patch for SQUID-2010:1 - Regression Fix: Build error in Kerberos helper after library removal. Changes to squid-3.0.STABLE22 (01 Feb 2010): - Regression Fix: Make Squid abort on all config parse failures. - Bug 2787: Reduce unexpected http status to non-critical warnings. - Bug 2496: Downloading some variants in full before relaying - Bug 2452: Add upper limit to external_acl_type entries. - Removed optional kerberos/spnegohelp/ library due to licensing issues - Add client_ip_max_connections - Handle DNS header-only packets as invalid.
2010-02-02Add security patch noted astaca3-3/+28
http://www.squid-cache.org/Advisories/SQUID-2010_1.txt. Bump PKGREVISION.
2010-02-02Update "squid31" package to version 3.1.0.16. Changes since 3.1.0.15:tron4-174/+6
- Regression Fix: Make Squid abort on all config parse failures. - Regression Bug 2811: SNMP client/peer table OID numbering - Bug 2851: Connection pinning fails when using a peer - Bug 2850: Mismatch in hier_code enum / hier_strings array - Bug 2731: Add follow_x_forwarded_for support to ICAP - Bug 2730: Regressions in follow_x_forwarded_for since Squid-2 - Bug 2706: Set timestamps during ICAP request satisfaction. - Bug 2553: X-Forwarded-For with IPv6 address not handled correctly - Fix: WCCPv1 not connecting to router correctly - Remove obsolete RunCache/RunAccel scripts. - Add client_ip_max_connections - Add the http::>ha format code and make http::>h log original request headers - ... and all bug fixes from 3.0 up to 3.0.STABLE22 - ... and many more minor build and display annoyances. This update also contains the fix for the remote DoS vulnerability reported in "Squid Proxy Cache Security Update Advisory SQUID-2010:1".
2010-02-02Updating www/p5-Rose-HTMLx-Form-Related from 0.17 to 0.19sno2-12/+13
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 0.19 19 Jan 2009 * add dep on MRO::Compat. Use it in show_related_field_using() in RDBO and DBIC Metadata subclasses. * show_related_field_using() will now return 'unique_value' if the foreign class implements that method. 0.18 1 Dec 2009 * fix failing dbic test
2010-02-02Updating www/p5-Rose-HTML-Objects from 0.604 to 0.606.1sno2-8/+14
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.6061 (11.19.2009) - John Siracusa <siracusa@gmail.com> * Altered tests to work around strange UTF-8 errors in some installations of perl. (Thanks to Michael Lackhoff for help debugging.) 0.606 (11.16.2009) - John Siracusa <siracusa@gmail.com> * Overhauled inheritance to fix "Inconsistent hierarchy" mro c3 errors (RT 51168) * Added "use utf8" statements to ensure proper treatment of UTF-8 text stored in the __DATA__ sections of various modules (RT 29131) 0.605 (10.16.2009) - John Siracusa <siracusa@gmail.com> * Updated eval blocks to avoid stomping on $@ from an outer scope.
2010-02-02Updating www/p5-Catalyst-Plugin-Static-Simple from 0.28 to 0.29sno2-6/+6
Upstream changes: 0.29 2010-02-01 18:45:00 - Switch from override to around, because really, wtf
2010-02-02Updating www/p5-Catalyst-Action-REST from 0.78 to 0.81sno2-19/+20
pkgsrc changes: - Adjusting dependencies - Adjust module type Upstream changes: Thu 14 Jan 20:56:00 GMT 2010 - Release 0.81 Add a JSONP serialization type. Sat 19 Dec 14:54:00 GMT 2009 - Release 0.80 Convert all classes to Moose Change Catalyst::Request::REST to be a mostly empty class, with all the functionality in Catalyst::TraitFor::Request::REST Simplify _get_allowed_methods method (aristotle) Rework serializer return so that serializers throw an exception in the case of issues serializing the data (hobbs). Fri 11 Dec 01:08:00 GMT 2009 - Release 0.79 Cope with invalid (missing required q parameter) header like: application/json; charset="utf-8" Fix documentation to not mention deprecated things and generally be in better style. Make author information consistant and only in one module.
2010-02-02Updating www/p5-Catalyst-Plugin-AutoRestart from 0.92nb1 to 0.93sno2-11/+13
pkgsrc changes: - Adding license definition - Adjust dependencies - Apply correct module type Upstream changes: 0.93 2010-01-29 - Changing Class::C3 to MRO::Compat
2010-02-02Mark as BROKENsno1-2/+5
2010-02-02Updated awstats to 6.96.fhajny5-25/+49
New features/improvements: * Fix security in awredir.pl script by adding a security key required by default. * Enhance security of parameter sanitizing function. * Add name of config file used to build data files inside data files header. * Added details of version for Chrome, Opera, Safari and Konqueror browsers. * Add AdobeAir detection. * Major update of browsers, robots and search_engines databases (among them, the Bing search engine). * Increase seriously bot detection. * Add Brezhoneg language. * Add a better way to detect Safari versions. * Added subpages for geoip maxmind modules in awstats_buildstaticpages. Fixes: * Fix typo in polish language file * awstats emmits ton of warnings with new geoipfree - ID: 2794728 * Fix: can detect robots with robots.txt url even if file is not root. * Other minor fixes. pkgsrc changes: * Patch XML encoding problem when the AT&T searchbot is encountered.