summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2013-01-20Recursive revbump from subversion-base 1.6.20.ryoon1-2/+2
2013-01-20Sync with xulrunner 18.0.1.ryoon1-4/+4
2013-01-20Update ja-trac to 1.0pl1, aka 1.0.ja1.obache5-29/+127
Trac-1.0.ja1 (Oct 4, 2012) * Based on Trac 1.0 'Cell' * Change document and parameters for this distribution. - *.trac-ja - setup.py - trac/templates/about.html - trac/templates/theme.html * Translate default Wiki pages into Japanese. - trac/wiki/default-pages/* * Translate default reports into Japanese. - trac/db_default.py * Translate default workflow display into Japanese. * trac/ticket/templates/report.rss * trac/ticket/templates/report_view.html * [Patch] Add formatting for report using Japanese column name. - trac/ticket/report.py - trac/ticket/templates/report.rss - trac/ticket/templates/report_view.html * [Patch] Fix a bug that local time will not be applied when downloading repository files as Zip. - trac/versioncontrol/web_ui/changeset.py * [Patch] Small patch for Unicode - trac/about.py * [Patch] Fix based on ticket #10877. -trac/util/text.py -trac/util/test/text.py Trac 1.0 'Cell' (September 7, 2012) http://svn.edgewall.org/repos/trac/tags/trac-1.0 Trac 1.0 is a major release adding refreshed user interface and improved DVCS repository support as the most visible changes. The following list contains only a few highlights: - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7) - The TracHacks GitPlugin has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well - The Git and Mercurial log view feature a visualization of the branching structure - Usability improvements for the tickets, with a better support for conflict detection and resolution - Integration of the TracHacks BatchModifyPlugin, contributed by Brian Meeker (many thanks!) and is now maintained there as a default component - jQuery/UI integration, featuring a date picker for date fields - Improved integration with Pygments syntax highlighting - ... and numerous smaller features added and bugs fixed since 0.12!
2013-01-20Update to 2.15ryoon65-1704/+487
* Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-19Update to 1.0015wen2-7/+7
Upstream changes: 1.0015 Thu Jan 10 15:19:17 PST 2013 [BUG FIXES] - Fixed Lint complaining about Latin-1 range characters stored internally with utf8 flag on (Mark Fowler) - HTTP::Message::PSGI::res_from_psgi now always returns empty string for an empty response body, so streamed responses are consistent with non-streamed (ether) 1.0014 Mon Dec 3 10:27:43 PST 2012 [BUG FIXES] - Fixed Hash order in tests for perl 5.17 (doy) - Fixed StackTrace tests to run with Devel::StackTrace [IMPROVEMENTS] - Plack::Middleware::AccessLog can now log the worker pid and server port (ether) 1.0013 Wed Nov 14 19:46:49 PST 2012 [BUG FIXES] - Make sure psgi.input is seeked even when the input is buffered (Getty, leedo) - Delete invalid (empty) CONTENT_LENGTH and CONTENT_TYPE in FCGI (Getty, leedo) 1.0012 Wed Nov 14 12:00:17 PST 2012 [IMPROVEMENTS] - Make conditional middleware work with initialization without an app (doy) - Added force option to BufferedStreaming 1.0011 Sun Nov 11 11:05:30 PST 2012 [BUG FIXES] - Fix bad Content-Length that could be caused with mod_perl (avar) - Allow an empty PATH_INFO in Lint per PSGI spec 1.0010 Fri Nov 2 13:30:50 PDT 2012 [IMPROVEMENTS] - Added vim .swp files to the default ignore list in Restarter - Check if PATH_INFO begins with / in Lint 1.0009 Tue Oct 23 00:57:16 PDT 2012 [BUG FIXES] - Correct fix to address drive letters for Win32 1.0008 Mon Oct 22 18:52:29 PDT 2012 [BUG FIXES] - Allow drive letters for absolute paths for plackup and load_psgi #343 1.0007 Sat Oct 20 23:20:20 PDT 2012 [IMPROVEMENTS] - Fix test failures with HTTP::Message 6.06. #345 - relaxed plackup -R ignore files and directoris. #260 1.0006 Thu Oct 18 16:06:15 PDT 2012 [INCOMPATIBLE CHANGES] - plackup foo.psgi will not search the file in @INC anymore before the current directory See https://github.com/plack/Plack/pull/343 for details (miyagawa) [NEW FEATURES] - plackup --path /foo will mount the application under /path (mattn) [BUG FIXES] - AccessLog: Fix the timezon offset for certain timezones - ErrorDocument: support streaming interface 1.0005 Tue Oct 9 13:33:47 PDT 2012 [NEW FEATURES] - Support psgix.cleanup handlers in Apache2 (avar) - Added REMOTE_PORT environment variable to HTTP::Server::PSGI (dex4er) [IMPROVEMENTS] - Documentation fix for multiple cookie values (miyagawa) - Delete MOD_PERL environment variable for better compatibilities (avar) - Split out Plack::TempBuffer as a standalone Stream::Buffered module (doy) - Bump Test::TCP dep 1.0004 Thu Sep 20 08:36:11 JST 2012 [NEW FEATURES] - Added psgix.harakiri support in HTTP::Server::PSGI [IMPROVEMENTS] - Preload TempBuffer modules (avar) - Documentation fixes (autarch)
2013-01-18Update to 2.9.4wen2-7/+6
Upstream changes: 2.94 Thu Jan 17 2013 - Fixed bug where options were bleeding over into subsequent calls to new() [Michael Peters] 2.93 Wed Jan 16 2013 - Feature: Added config() method to make setting global defaults easy so that each call to new() has less boiler plate. [Michael Peters] - Bug Fix: t/05-force_untaint.t now passes when run with prove [Michael Peters] - Bug Fix: die_on_bad_params now controls whether we die if tmpl_vars reuse names from tmpl_loops (which can be useful in some situations) [Michael Peters]
2013-01-18Add missing testsuite files to PLIST. Bump PKGREVISION.kleink2-2/+141
2013-01-17+ py-werkzeug-docskleink1-1/+2
(PR pkg/47381)
2013-01-17Import the HTML documentation portion of Werkzeug-0.8.3 askleink2-0/+45
www/py-werkzeug-docs. Based on PR pkg/47381 by Richard PALO. This package contains the HTML documentation for Werkzeug. Werkzeug is a WSGI utility library for Python. It's widely used and BSD licensed. Werkzeug started as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, fully featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. It does Unicode and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer.
2013-01-17Move USE_LANGUAGES back to Makefile for the benefit of the -docs build.kleink2-4/+3
2013-01-17Refactor portions of Makefile into Makefile.common in order to bekleink2-10/+23
used by py-werkzeug-docs. No exterally visible changes to package. Based on PR pkg/47381 by Richard PALO.
2013-01-17Assume that changing a temporary object is not the intention here...joerg3-1/+42
2013-01-17Make dependency in gemspec match to pkgsrc; allow to use ruby-rack-1.3.2.taca1-1/+3
Bump PKGREVISION.
2013-01-17Update ruby-rack-protection to 1.3.2.taca3-7/+9
No changes are available, Various bug fixes and improvement.
2013-01-17Update drupal7 package to 7.19.taca2-6/+6
Drupal 7.19, 2013-01-16 ----------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
2013-01-17Update drupal6 package to 6.28.taca2-6/+6
Drupal 6.28, 2013-01-16 ---------------------- - Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-001.
2013-01-16Add previously missed testsuite files to PLIST; also install exampleskleink2-3/+256
and extra documentation files. Bump PKGREVISION. Based on PR pkg/47381 by Richard PALO.
2013-01-15Pull in 12c9219 to squelch warnings with git on newer Perls. Bumpschmonz3-2/+27
PKGREVISION.
2013-01-14Add p5-HTTP-Server-Simple-Authenbouyer1-1/+2
2013-01-14Import HTTP-Server-Simple-Authen version 0.04bouyer3-0/+30
HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow HTTP authentication. Authentication scheme is pluggable and you can use whatever Authentication protocol that Authen::Simple supports.
2013-01-14Update ruby-rack to 1.4.4.taca3-7/+8
* January 13th, 2013: Thirty second public release 1.4.4, 1.3.9, 1.2.7, 1.1.5 * [SEC] Rack::Auth::AbstractRequest no longer symbolizes arbitrary strings * Fixed erroneous test case in the 1.3.x series
2013-01-14Update ruby-rack13 to 1.3.9.taca3-7/+12
* January 6th, 2013: Twenty eighth public release 1.3.7 * Add warnings when users do not provide a session secret * Fix parsing performance for unquoted filenames * Updated URI backports * Fix URI backport version matching, and silence constant warnings * Correct parameter parsing with empty values * Correct rackup '-I' flag, to allow multiple uses * Correct rackup pidfile handling * Report rackup line numbers correctly * Fix request loops caused by non-stale nonces with time limits * Fix reloader on Windows * Prevent infinite recursions from Response#to_ary * Various middleware better conforms to the body close specification * Updated language for the body close specification * Additional notes regarding ECMA escape compatibility issues * Fix the parsing of multiple ranges in range headers * January 7th, 2013: Thirtieth public release 1.3.8 * Security: Prevent unbounded reads in large multipart boundaries * January 13th, 2013: Thirty second public release 1.4.4, 1.3.9, 1.2.7, 1.1.5 * [SEC] Rack::Auth::AbstractRequest no longer symbolizes arbitrary strings * Fixed erroneous test case in the 1.3.x series
2013-01-14Update ruby-rack12 to 1.2.7.taca3-7/+8
* January 6th, 2013: Twenty seventh public release 1.2.6 * Add warnings when users do not provide a session secret * Fix parsing performance for unquoted filenames * January 13th, 2013: Thirty second public release 1.4.4, 1.3.9, 1.2.7, 1.1.5 * [SEC] Rack::Auth::AbstractRequest no longer symbolizes arbitrary strings * Fixed erroneous test case in the 1.3.x series
2013-01-12Fix PR pkg/47425.ryoon2-6/+6
Oops. PKGNAME_NOREV is not suitable, use DISTNAME instead.
2013-01-12Fix PR pkg/47425.ryoon2-5/+7
ftp.NetBSD.org and its mirrors has wrong tar ball.
2013-01-12Bump PKGREVISION.ryoon2-2/+10
* Add missing dependencies. Thank you, joerg@.
2013-01-12Bump PKGREVISION.ryoon1-1/+8
* Add FETCH_USING=curl for https MASTER_SITES. Thank you, joerg@. * Add missing dependency.
2013-01-12Bump PKGREVISION.ryoon2-2/+7
* Add missing dependencies. Thank you, joerg@.
2013-01-12fix pkgbase name.obache1-3/+3
2013-01-11Update squid31 to 3.1.23.taca2-6/+6
Changes to squid-3.1.23 (09 Jan 2013): - Additional fixes for CVE-2012-5643 / SQUID:2012-1
2013-01-11Fix dynamic extension loading on SunOS, where successful dlopen() mayfhajny3-3/+24
return non-NULL too and lighttpd was evaluating as failure. Bump PKGREVISION.
2013-01-10Add firefox17-l10nryoon1-1/+2
2013-01-10Import firefox17-l10n-17.0.2 as www/firefox17-l10n.ryoon5-0/+21551
This package contains language packs for www/firefox17.
2013-01-10Add firefox17ryoon1-1/+2
2013-01-10Import firefox17-17.0.2 as www/firefox17.ryoon6-0/+1050
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. This package tracks 17.0.x extended support release.
2013-01-10Update to 18.0ryoon3-260/+430
* Sync with www/firefox 18.0.
2013-01-10Update to 10.0.12ryoon2-258/+258
* Sync with www/firefox10 10.0.12.
2013-01-10Update to 18.0ryoon1-17/+14
Sync with devel/xulrunner 18.0.
2013-01-09Sprinkle empty USE_LANGUAGES definitions in pure python packageskleink6-6/+18
where missed at import time.
2013-01-09Update ruby-railties32 to 3.2.11.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-actionpack32 to 3.2.11.taca1-4/+4
## Rails 3.2.11 ## * Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
2013-01-09Update ruby-activeresource32 to 3.2.11.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-rails31 to 3.1.10.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-actionpack31 to 3.1.10.taca1-4/+4
## Rails 3.1.10 * Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
2013-01-09Update ruby-activeresource31 to 3.1.10.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-rails3 to 3.0.19.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-actionpack3 to 3.0.19.taca1-4/+4
## Rails 3.0.19 * Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
2013-01-09Update ruby-activeresource3 to 3.0.19.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-rack to 1.4.3.taca3-7/+19
* January 7th, 2013: Thirty first public release 1.4.3 * Security: Prevent unbounded reads in large multipart boundaries
2013-01-09Distfile was updated due to mistake of version displayed on Contao backend.taca3-6/+8
Enable DIST_SUBDIR and bump PKGREVISION.