summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Update privoxy to 3.0.17mjl3-17/+17
- Fixes several provlems resulting in stalling the client until the server timed out. - Fixes ACL bug that made it impossible to build a blacklist. - Improved logging. - Extended default filter list.
2011-04-26Update l10n package for firefox-4.0.tnn3-318/+18210
2011-04-26+firefox36tnn1-1/+2
2011-04-26Update to firefox-4.0.tnn2-23/+366
Firefox 4 is based on the Gecko 2.0 Web platform. This release features JavaScript execution speeds up to six times faster than the previous version, new capabilities for Web Developers and Add-on Developers such as hardware accelerated graphics and HTML5 technologies, and a completely revised user interface.
2011-04-25Update to mono_mono 2.10, part of mono-2.10kefren2-6/+6
2011-04-25Update to mono-xsp 2.10, part of mono 2.10kefren3-19/+22
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache57-98/+118
2011-04-21Added ap2-authn-otppettai1-1/+2
2011-04-21Initial importpettai5-0/+48
Changelog, so far: Version 1.1.3 (r94) - Fixed bug with "OTPAuthPINAuthProvider" and <AuthnProviderAlias> Version 1.1.2 (r87) - Added "OTPAuthPINAuthProvider" to allow alternate verification of PINs - Added "OTPAuthLogoutOnIPChange" flag to auto-logout on IP address change - Build fixes for Solaris Version 1.1.1 (r66) - Build fixes Version 1.1.0 (r44) - Moved time interval and #digits configuration into users file - Fixed bug in time based token synchronization at large offsets - Added support for the Mobile-OTP algorithm: http://motp.sourceforge.net/ - Added otptool(1) one-time password utility program. - Accept either decimal or hexadecimal values (basic auth only). Version 1.0.0 (r10) - Initial release
2011-04-19Re-import previous version of Firefox, because firefox-4.0 won'ttnn6-0/+356
work for some users (sparc64 support, for example, is busted and won't appear again until firefox-5.0).
2011-04-19Update ruby-httpclient to 2.2.0.1.obache2-6/+6
* Fix webmock compatibility.
2011-04-15Update ruby-httpclient to 2.2.0.obache4-48/+36
switch to use gem. = Changes in 2.2.0 = Apr 8, 2011 - version 2.2.0 * Features * Add HTTPClient#cookies as an alias of #cookie_manager.cookies. * Add res.cookies method. It returns parsed cookie in response header. It's different from client.cookie_manager.cookies. Manager keeps persistent cookies in it. * Add res.headers method which returns a Hash of headers. Hash key and value are both String. Each key has a single value so you can't extract exact value when a message has multiple headers like 'Set-Cookie'. Use header['Set-Cookie'] for that purpose. (It returns an Array always) * Allow keyword style argument for HTTPClient#get, post, etc. Introduced keywords are: :body, :query, and :header. You can write HTTPClient.get(uri, :header => {'X-custom' => '1'}) instead of; HTTPClient.get(uri, nil, {'X-custom' => '1'}) * Add new keyword argument :follow_redirect to get/post. Now you can follow redirection response with passing :follow_redirect => true. * [INCOMPAT] Rename HTTPClient::HTTP::Message#body to #http_body, then add #body as an alias of #content. It's incompatible change though users rarely depends on this method. (I've never seen such a case) Users who are using req.body and/or res.body should follow this change. (req.http_body and res.http_body) * Bug fixes * Reenable keep-alive for chunked response. This feature was disabled by c206b687952e1ad3e20c20e69bdbd1a9cb38609e at 2008-12-09. I should have written a test for keep-alive. Now I added it. Thanks Takahiro Nishimura(@dr_taka_n) for finding this bug. = Changes in 2.1.7 = Mar 22, 2011 - version 2.1.7 * Features * Add MD5-sess auth support. Thanks to wimm-dking. (#47) * Add SNI support. (Server Name Indication of HTTPS connection) (#49) * Add GSSAPI auth support using gssapi gem. Thanks to zenchild. (#50) * NTLM logon to exchange Web Services. [experimental] Thanks to curzonj and mccraigmccraig (#52) * Add HTTPOnly cookie support. Thanks to nbrosnahan. (#55) * Add HTTPClient#socket_local for specifying local binding hostname and port of TCP socket. Thanks to icblenke.
2011-04-15Changes 3.1.12:adam2-8/+7
* Regression fix: Use bigger buffer for server reads. * Regression fix: Add reply_header_replace directive for ability lost since 2.7 * Bug 3181: /dev/poll fails to build on Solaris with GCC 4.5.0 * Bug 3177: assertion failed: comm.cc:1583: "fd >= 0" * Bug 3175: IPv6 PTR lookup crashes on raw-IP URLs when IPv6 disabled * Bug 3173: Assertion bodyPipe!=NULL on SslBump CONNECT response writing failure * Bug 3164: Total memory info display 32-bit overflows * Bug 3155: Werror is hard-coded in libTrie build * Bug 3151: squid_kerb_auth: use autoconf LIBS instead of FLAGS for library linkage * Bug 2976: invalid URL on intercepted requests during reconfigure * Bug 2720: comment in same line as cache/mem_replacement_policy causes error * Bug 2621: Provide request headers to RESPMOD when using cache_peer. * Bug 2330: AuthUser objects are never unlocked * Prevent CONNECT request relaying to origin servers * squidclient HTTP/1.1 compliance updates (Pragma and User-Agent headers) * squidclient: send Cache Manager password using -w * eCAP: give full Request-URI to adapters * ... and several debug and error display cleanups
2011-04-15Update contao29-translation package to 20110415.taca3-16/+16
Japanese, Latvian and Russian language files.
2011-04-15Use USE_FEATURES=inet6 for requirement of inet6 support.obache1-6/+3
2011-04-14add patches from upstream, mostly fixing pointer handling issesdrochner19-3/+433
which can lead to crashes and possibly code injection (cve-2010-4205, cve-2011-0471, cve-2011-0473, cve-2011-0478, cve-2011-0981, cve-2011-0982) bump PKGREV
2011-04-14p5-Apache-Reload is now part of ap2-perladam2-11/+7
2011-04-13add patch from upstream to fix crash and possible code injectiondrochner4-3/+39
by run-in styling (CVE-2010-1806), bump PKGREVISION
2011-04-12Ooops, forgot to remove useless patch.gls1-17/+0
2011-04-12Update www/p5-App-NoPaste to 0.28.gls2-7/+6
Upstream changes: 0.28 Tue Mar 22 2011 If LWP is producing errors, *report them* (Ricardo SIGNES) 0.27 Thu Mar 10 2011 Correct path to Pastie (Sebastian Paaske Tørholm ) Throw an error if you specify -p and files (Shawn M Moore) Remove Mathbin; doy moved it to a separate dist (Shawn M Moore) 0.26 Wed Feb 23 2011 Add --open (-o) for opening the nopaste in your browser (Thomas Sibley) 0.25 Mon Jan 3 2011 Add support for $GITHUB_USER/$GITHUB_TOKEN to Gist service (Maximilian Gass) 0.24 Tue Dec 21 2010 Gist requires https (Ricardo SIGNES) 0.23 Fri Nov 26 2010 Preserve the source file's extension for ssh (Thomas Sibley) Use Config::GitLike instead of Config::INI::Reader (Thomas Sibley) Doc fixes (Thomas Sibley, Justin Hunter) Code style fixes (Shawn M Moore) Remove Rafb (Justin Hunter) Remove Husk (Shawn M Moore)
2011-04-11Update www/ap2-suphp to 0.7.1gls3-10/+18
From Peter Avalos in PR pkg/44762 pkgsrc changes: - pkglint cleanups - set LICENSE - Add MESSAGE to mention the change in configuration file format. Upstream changes: suPHP 0.7.1 has been released. This release fixes a bug causing problems with symbol links in the script path, which was introduced with the 0.7.0 release. suPHP 0.7.0 has been released. With this release, several features that have been on the wish list for a long time, have been realized: * The module for Apache 1.3 only supported AddHandler for older releases. This has been fixed: Now you can use AddType, too. * PHP source highlighting: Files of MIME type application/x-httpd-php-source will now be shown with source highlighting. Remember to set the suPHP_PHPPath directive to enable this feature. * suPHP_AddHandler and suPHP_RemoveHandler directives can now be used on per vhost level, too. * You can configure more than one docroot and use different variables (like user name or home directory) within docroot and chroot settings. Attention: The configuration syntax for suphp.conf has slightly changed with this release. Be sure to read the documentation before upgrading, because existing configuration files will not work without changing them.
2011-04-11sync version with firefox.obache2-228/+228
2011-04-09Update to wordpress 3.1.1.morr2-6/+6
This maintenance and security release fixes almost thirty issues in 3.1, including: * Some security hardening to media uploads * Performance improvements * Fixes for IIS6 support * Fixes for taxonomy and PATHINFO (/index.php/) permalinks * Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues Version 3.1.1 also addresses three security issues discovered by WordPress core developers Jon Cave and Peter Westwood, of wordpress's security team. The first hardens CSRF prevention in the media uploader. The second avoids a PHP crash in certain environments when handling devilishly devised links in comments, and the third addresses an XSS flaw.
2011-04-08update to 0.3.3drochner4-16/+17
changes: minor improvements, mostly UI and networking related
2011-04-08Changes 0.9.7.2:adam5-28/+113
* new option --touch-reload <file> to reload the stack on <file> modification * --static-map <mountpoint=documentroot> allows to serve static files * fixed --post-limit management * disallow empty socket names * implemented exception_info WSGI support * new options --reload-on-as <n> and --reload-on-rss <n> allows to recycle workers when their memory usage is higher than <n> MB * fixed syslog support (use --log-syslog[=facility] to enable it) * improved plugin loading system * added support for RabbitMQ as event dispatcher for the Emperor * fixed FreeBSD memory report * PSGI plugin can be compiled without ithreads * various Emperor fixes * fixed a regression with setgroups() * support for shared sockets (used in jails within network namespaces)
2011-04-08Update asp2php to 0.77.3.obache4-25/+34
November 26, 2006 -0.77.3 Fixed bugs: 1) A=0.65 now converts properly to $A=0.65; 2) Raised the length of parameters on function calls Also changed 1) Request.ServerVariables("URL") to convert to $_SERVER["PHP_SELF"] Not really a bug, but an issue when moving servers. May 16, 2006 - 0.77.1 Matt Brown made the following additions/changes: 1) fixes key bugs in dictionary object support 2) fixes bug in filesystemobject.GetBaseName 3) fixes a couple of semi-colon generation issues 4) adds some support for filesystemobject.Attributes 5) an equal sign in an expression now gets recognized as a comparison operator Michael Kohn made the following changes: 1) fixed FormatCurrency so it adds a dollar sign infront of the number May 14, 2006 - 0.77.0 Matt Brown made the following additions/changes: 1) support for server.execute 2) support for querystring("a").count and form("a").count 3) changed semantics of -phpx options. These now specify the target version. Added -php5. Added -chgext option to include php version in the extensions of the output files. 4) support for class constructors with -php4 and -php5. 5) support for class destructors, public and private with -php5. 6) fixed a few more bugs with single line if/then 7) added #define's for all token types and database types -- just for readability. 8) changed gettoken so that it only returns single quote tokens when processing jscript. 9) fixed response.expires 10) support for response.cachecontrol 11) improved "<" detection in parse_for_script 12) rudimentary support for virtual includes: a new -v option can be used to specify a base path for virtual includes. 13) support for ByVal and ByRef 14) support for "is" in conditionals 15) support for vbSunday, etc constants 16) when parsing "sub(x,y,z)", eval_element is no longer called to process x, y, and z. 17) support for DateSerial and DatePart functions 18) improved support for Now, Date, and Time functions (can call time() or strftime depending on context) 19) added a -d option, which specifies a file and works like #include (calls preparse). Useful for converting include files that depend on other 20) support for dictionary objects! * several more FileSystemObject methods/properties (files, subfolders, size, name, DateLastModified, GetBaseName) * "\" in strings (gets converted to \\) * some support for the ERR object * in some cases getobject was getting called multiple times per token -- changed things around so that it is only called once * limited support when "for each" is called against a collection of objects (target var gets tracked as an object, just like set). As currently coded, it correctly detects: Set colFiles=objFolder.Files For each objFile in colFiles But does not detect: For each objFile in objFolder.Files Michael Kohn made the following changes: * Removed double dim array's sessionpool and aspextension. * Changed the way session's are done by using $_SESSION April 11, 2006 - 0.76.26 Matt Brown made the following changes: 1) mapped vbscript SPLIT function to php EXPLODE (evalelement.c) 2) added support for vbscript MOD operator (evalelement.c) 3) corrected bug in handling of single-line if/then/else statements (main_parser.c) August 17, 2005 - 0.76.25 - Fixed a problem with Now() June 23, 2005 - 0.76.24 - I was using system() calls to mkdir -p to make directories for a couple of reasons 1) cause it would automatically create all dirs that didn't exist and 2) cause it set up file permissions the way the system would want it. this fails miserably on DOS (aka, Microsoft Windows) so I switched it now to mkdir(). I'd still rather use mkdir -p, but owell. Anyway, this should fix problems with people using DOS (aka Microsoft Windows). September 8, 2004 - 0.76.23 - Fixed a bug with &'s from version 0.76.22 September 6, 2004 - 0.76.22 - mysql.c was modified by Tursi to add a semicolon after mysql_query($arg) - rnd() with a parameter added an extra ). This is now fixed. - date function changes - added new command line switch for changing .asp text in response.write to .php - hex literals are fixed August 10, 2004 - 0.76.21 - the postgres conversion code has been updated. January 11, 2004 Added FRAME to list of tags to change links from .asp to .php December 8, 2003 - 0.76.19 Along with little bug fixes here and there, fixed a problem in the way functions were converted. Also added a -fulltags option for creating PHP with tags that look like this: <?php instead of <?. May 3, 2002 Fixed a problem parsing functions that didn't have parenthesis around them. Added some Filesystem conversion code. Added an option to convert DOS path's with backslashes to Unix forward slashes (-fixwinpaths). Fixed a problem with preparsing include files.
2011-04-07Added www/py-cherrypy version 3.2.0adam1-1/+2
2011-04-06Dependency requires Python 2.5joerg1-1/+3
2011-04-06Update ruby-rails3 package to 3.0.6.taca1-4/+4
(Ruby on Rails meta pacakge, no change but version.)
2011-04-06Update ruby-activeresource3 pacakge to 3.0.6.taca1-4/+4
No changes but version.
2011-04-06Update ruby-actionpack3 pacakge to 3.0.6.taca2-8/+8
*Rails 3.0.6 (April 5, 2011) * Fixed XSS vulnerability in `auto_link`. `auto_link` no longer marks input as html safe. Please make sure that calls to auto_link() are wrapped in a sanitize(), or a raw() depending on the type of input passed to auto_link(). For example: <%= sanitize(auto_link(some_user_input)) %> Thanks to Torben Schulz for reporting this. The fix can be found here: 61ee3449674c591747db95f9b3472c5c3bd9e84d * Fixes the output of `rake routes` to be correctly match to the behavior of the application, as the regular expression used to match the path is greedy and won't capture the format part by default [Prem Sichanugrist] * Fixes an issue with number_to_human when converting values which are less than 1 but greater than -1 [Josh Kalderimis] * Sensitive query string parameters (specified in config.filter_parameters) will now be filtered out from the request paths in the log file. [Prem Sichanugrist, fxn] * URL parameters which return nil for to_param are now removed from the query string [Andrew White] * Don't allow i18n to change the minor version, version now set to ~> 0.5.0 [Santiago Pastorino] * Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0 [Sven Fuchs] * Fix regression: javascript_include_tag shouldn't raise if you register an expansion key with nil or [] value [Santiago Pastorino] * Fix Action caching bug where an action that has a non-cacheable response always renders a nil response body. It now correctly renders the response body. [Cheah Chu Yeow]
2011-04-05Fix build with png-1.5 and avoid conflict with getline() on NetBSD.wiz3-7/+206
2011-04-05Fix build with png-1.5.wiz2-14/+177
2011-04-05CherryPy allows developers to build web applications in much the same way theyadam4-0/+360
would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than six years old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones.
2011-04-05Changes 1.4.28:adam3-39/+62
* Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. * Fix buffer.h to include stdio.h as it is needer for SEGFAULT() Changes 1.4.27: * Fix handling return value of SSL_CTX_set_options * Fix mod_proxy HUP handling (send final chunk, fix usage counter) * mod_proxy: close connection on write error * Check uri instead of physical path for directory redirect * Fix detecting git repository * [mod_compress] Fix segfault when etags are disabled * Reset uri.authority before TLS servername handling, reset all "keep-alive" data in connection_del * Print double quotes properly when dumping config file * Include IP addresses on error log on password failures * Fix stalls while reading from ssl sockets * Fix etag formatting on boxes with 32-bit longs * Fix two compiler warnings * mod_accesslog: fix %p for ipv6 sockets * mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile * mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions * mod_cgi: fix race condition leaving response not forwarded to client * mod_accesslog: Fix var declarations mixed in source * mod_status: Add version to status page * mod_accesslog: optimize accesslog_append_escaped * openssl: silence annoying error messages for errno==0 * array.c: improve array_get_unused_element to check data type; fix mem leak if unused_element didn't find a matching entry * add check to stop loading plugins twice * cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls * only require FDEVENT_IN bit to be set for listening connections * add libev fdevent handler: server.event-handler = "libev" * mod_proxy: return response as soon as it is available * don't overwrite global server.force-lowercase-filenames setting * bind to IPV6-only if ipv6 address was specified
2011-04-05Support single quote meta refresh. Bump revision.uebayasi4-3/+38
pkg/42400 by Ryo ONODERA, thanks.
2011-04-04Changes 0.11:adam2-15/+13
* Ignore require-hooks which exist in %INC * Reloads by file, not module name * Add a no Apache::Reload directive which skips reloading for modules that have it included (useful for Moose compatibility).
2011-04-04Changes 2.0.5:adam4-69/+12
* Prepare modperl for the upcoming perl 5.14 * Add lib/ModPerl/MethodLookup.pm to MANIFEST via lib/ModPerl/Manifest.pm * PerlIOApache_write() now throws an APR::Error object, rather than just a string error, if modperl_wbucket_write() fails. * Authentication tests fail with LWP 5.815 and later * Concise test won't perform unless StatusTerse is set to ON * Look for a usable apxs in $ENV{PATH} if all other options fail, then prompt the user for one. * Work around bootstrap warnings when Apache2::BuildConfig has not been created yet. * Remove Apache::test compatibility (part of mod_perl 1.2.7), that code causes build issues and is 4 versions out of date. * Make sure perl is built either with multiplicity and ithreads or without both * Support for "install_vendor" and "install_site" make targets * Run tests on bundled pure perl Apache::* modules * Implement a mini-preprocess language for map-files in xs/maps. * Implement APR::Socket::fileno * Export PROXYREQ_RESPONSE, a missing PROXYREQ_* constant * Make sure standard file descriptors are preserved by the perl-script handler * Fix the filter init handler attribute check in modperl_filter_resolve_init_handler() * Make sure buffer is a valid SV in modperl_filter_read() * Move modperl_response_finish() out of modperl_response_handler_run in mod_perl.c
2011-04-04Patches from upcoming 0.3.1manu4-0/+1252
2011-04-04Update ap2-auth-mellon to 2.3.5, plus patches pulled from upstream:manu2-6/+12
Pulled from upcoming 0.3.1 --------------------------------------------------------------------------- * Allow MellonUser variable to be translated through MellonSetEnv * A /mellon/probeDisco endpoint replaces the builtin:get-metadata IdP dicovery URL scheme * New MellonCond directive to enable attribute filtering beyond MellonRequire functionalities. * New MellonIdPMetadataGlob directive to load mulitple IdP metadata using a glob(3) pattern. Version 0.3.0 --------------------------------------------------------------------------- * New login-endpoint, which allows easier manual initiation of login requests, and specifying parameters such as IsPassive. * Validation of Conditions and SubjectConfirmation data in the assertion we receive from the IdP. * Various bugfixes.
2011-04-03Update contao29-translation package to 20110328.taca3-8/+8
Update Guarani language files.
2011-04-03skip the SRKREF check for the "about" plugin -- it lists the builddrochner1-1/+3
environment, so this is harmless
2011-04-02Avoid possible rdoc error which could be by bug of rdoc?taca2-1/+17
No functional change and no PKGREVISION bump.
2011-04-01Updated to 2.1.5, provided by Matthew Sporleder in PR 44520.zafer6-38/+23
Summary of changes from 2.1.4 to 2.1.5 * Two bugs relating to Content-Length and possible duplication of Content-Length headers have been resolved. * Support for bourne-like "here"-documents in the command line interface, allowing <<__EOF__ and similar schemes. * Fixed an issue with re-using connections after Chunked-Encoding. * Fix a bug that would inflate the "lost header" count and could cause problems during heavy traffic over a single connection, typically seen by load testing. * Use the time of cache-insertion for "If-Modified-Since" requests if a "Last-Modified" header isn't provided by the backend. * Merge multi-line Vary and Cache-Control headers from clients, which Google Chromium seem to split up. * Various build fixes and documentation improvements * Various bug fixes.
2011-04-01Add all Debian patches up to 4.3.9-13, including a fix for CVE-2008-2384.wiz5-8/+1062
Bump PKGREVISION.
2011-04-01Update to 4.3.9, changes not found (as preparation for security fix).wiz5-300/+35
2011-04-01more fix for HOMEPAGE.obache1-2/+2
2011-04-01Change HOMEPAGE to available one.obache1-2/+2
2011-03-31Add user-destdir installation support.obache5-2/+70