summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2014-10-26Improve description.ryoon1-3/+3
2014-10-25Update to 7.0.56ryoon3-8/+10
Changelog: Tomcat 7.0.56 Released, 2014-10-06 The Apache Tomcat Project is proud to announce the release of version 7.0.56 of Apache Tomcat. This release contains a number of bug fixes and improvements compared to version 7.0.55. The notable changes since 7.0.55 include: Update the Java WebSocket support to version 1.1 of the Java WebSocket specification. Add support for the WebSocket permessage-deflate extension.
2014-10-24Update to 0.153000wen2-6/+6
Upstream changes: 0.153000 2014-10-23 23:45:36+02:00 Europe/Amsterdam [ ENHANCEMENT ] * Internal: Move the implementation of send_file from DSL to App. (Russell Jenkins) [ BUG FIXES ] * GH #634, #687: Fix file logger defaults. (Russell Jenkins, D.vid Kov.cs, Sawyer X) * GH #730: Make App use app-level config for behind_proxy. (Sawyer X) * GH #727: Disable regex metachars when calculating app location in tests (Gregor Herrmann) * GH #681, #682, #712: Clear session engine within destroy_session. (DavX, Russell Jenkins) * Ignore :tests in importing, don't suggest :script. (Sawyer X) [ DOCUMENTATION ] * GH #728: Typos in Policy document. (Olaf Alders, Sawyer X)
2014-10-24Update to 1.0033wen2-6/+6
Upstream changes: 1.0033 2014-10-23 12:33:18 PDT [BUG FIXES] - Lint: Fix error messages (fgabolde) #473 - ErrorDocument: Reverse the $done filtering (nwellnhof) #474 [IMPROVEMENTS] - StackTrace: Improve the accuracy of thrown exceptions in case where an excpetion is thrown in destructors (nwellnhof) #476
2014-10-23Update py-flask-wtf to 0.10.2.kleink2-6/+6
Version 0.10.2 -------------- Released 2014/09/03 - Update translation for reCaptcha via `#146`_. .. _`#146`: https://github.com/lepture/flask-wtf/pull/146 Version 0.10.1 -------------- Released 2014/08/26 - Update RECAPTCHA API SERVER URL via `#145`_. - Update requirement Werkzeug>=0.9.5 - Fix CsrfProtect exempt for blueprints via `#143`_. .. _`#145`: https://github.com/lepture/flask-wtf/pull/145 .. _`#143`: https://github.com/lepture/flask-wtf/pull/143
2014-10-23Update py-flask-sqlalchemy to 2.0.kleink2-6/+6
Version 2.0 ----------- Released on August 29th 2014, codename Bohrium - Changed how the builtin signals are subscribed to skip non Flask-SQLAlchemy sessions. This will also fix the attribute error about model changes not existing. - Added a way to control how signals for model modifications are tracked. - Made the ``SignallingSession`` a public interface and added a hook for customizing session creation. - If the ``bind`` parameter is given to the signalling session it will no longer cause an error that a parameter is given twice. - Added working table reflection support. - Enabled autoflush by default. - Consider ``SQLALCHEMY_COMMIT_ON_TEARDOWN`` harmful and remove from docs.
2014-10-23Update py-flask-security to 1.7.4.kleink2-6/+6
Version 1.7.4 ------------- Released October 13th 2014 - Fixed a bug related to changing existing passwords from plaintext to hashed - Fixed a bug in form validation that did not enforce case insensivitiy - Fixed a bug with validating redirects
2014-10-23Update py-flask-mail to 0.9.1.kleink2-6/+6
Version 0.9.1 ------------- Released September 28 2014 - Add an option for force ASCII file attachments - Fix `force_text` function - Fix some Python 3 support regarding email policy - Added support ESMTP options - Fixed various unicode issues related to message attachments, subjects, and email addresses
2014-10-22Update typo3_61 to 6.1.12 (TYPO3 6.1.12).taca3-10/+11
2014-10-22 e116bb1 [RELEASE] Release of TYPO3 6.1.12 (TYPO3 Release Team) 2014-10-22 e92c1d6 #62357 [SECURITY] Fix DoS in openid (Markus Klein) 2014-10-22 6af3757 #59573 [SECURITY] Fix RCE in swiftmailer (Helmut Hummel) 2014-10-15 fb5445e #61749 [BUGFIX] Allow lower case for drive letters on Windows in CLI scripts (Alexander Bohndorf) 2014-10-07 8ef0e3d #47188 [BUGFIX] Fluid tries to render folders as templates partials and layouts (Krzysztof Adamczyk) 2014-10-01 6ad3e2b #26172 [BUGFIX] Search word markup for UTF8 characters in summary (Ralf Hettinger) 2014-09-30 5cb8ac8 #61982 [BUGFIX] Fix search mode switcher of indexed_search (Markus Klein) 2014-09-23 63ef9fc [RELEASE] Release of TYPO3 6.1.11 (TYPO3 Release Team) 2014-09-20 c72e901 #36822 [BUGFIX] Invalid shortcut target on translated pages (Oliver Hader) 2014-09-18 ca5de2e #45834 [BUGFIX] Transfer curlProxyServer to new HTTP settings (Ernesto Baschny) 2014-09-11 65b0018 #50396 [BUGFIX] RootlineUtility wrongly handles group-type fields (Francois Suter) 2014-09-05 4bd9c6d #61135 [BUGFIX] indexed_search: in some cases indexing does not work (Samir Rachidi) 2014-08-25 571b782 #55707 [TASK] Missing stdWrap for select.recursive TypoScript property (Matthias Kappenberg) 2014-08-23 30630b1 #60199 [BUGFIX] Collect correct information on elements in page (Jigal van Hemert) 2014-08-13 6234622 #51572 [BUGFIX] Prevent uninstall of an extension during update (Nicole Cordes) 2014-08-06 acb06c1 #60613 [BUGFIX] Fix Extbase language fallback in query parser (Helmut Hummel) 2014-07-29 c517f74 #44795 [BUGFIX] Avoid superfluous IRRE child record duplication (Alexander Stehlik) 2014-07-26 4f7a0f3 #60595 [BUGFIX] Add use-statement for GeneralUtility (Stefan Neufeind) 2014-07-25 250b03b #50566 [BUGFIX] Menu-links generate two empty spaces at closing anchor (Stefan Neufeind) 2014-07-08 66d2354 #59587 [BUGFIX] Followup to CacheBackend patch (Markus Klein) 2014-07-08 072f355 #59587 [BUGFIX] Too many tags by identifier in CacheBackends (Alexander Opitz)
2014-10-22Update typo3_47 package to 4.7.20 (TYPO3 4.7.20).taca3-10/+11
2014-10-22 6b61880 [RELEASE] Release of TYPO3 4.7.20 (TYPO3 Release Team) 2014-10-22 727258f #62357 [SECURITY] Fix DoS in openid (Markus Klein) 2014-10-22 313c4bb #59573 [SECURITY] Fix RCE in swiftmailer (Helmut Hummel) 2014-08-23 aec409c #60199 [BUGFIX] Collect correct information on elements in page (Jigal van Hemert) 2014-07-08 c409513 #48939,#49055 [BUGFIX] Movements pollute colPos value of content elements (Nicole Cordes) 2014-06-29 b0033d1 [TASK] Improve travis notifications to channels (Helmut Hummel) 2014-06-05 f731fc3 #59059 [BUGFIX] New content elements are always stored on pid 0 (Markus Klein) 2014-06-03 d9d2dd1 #59034 [BUGFIX] Fix double ? in eID url for encryption key (Markus Klein)
2014-10-22Update typo3_45 pacakge to 4.5.37 (TYPO3 4.5.37).taca3-10/+11
2014-10-22 01fee1f [RELEASE] Release of TYPO3 4.5.37 (TYPO3 Release Team) 2014-10-22 da32b50 #62357 [SECURITY] Fix DoS in openid (Markus Klein) 2014-10-22 dbdd9f2 #59573 [SECURITY] Fix RCE in swiftmailer (Helmut Hummel) 2014-10-14 5c8081a #53682 [TASK] Optimize speed for instantiating class with arguments (Helmut Hummel) 2014-09-23 95c2cc4 [RELEASE] Release of TYPO3 4.5.36 (TYPO3 Release Team) 2014-09-20 ad8c5c4 #37946 [BUGFIX] Check if TER dump exists before modify time check (Jigal van Hemert) 2014-09-20 b2597fd #55457 [BUGFIX] RTE on first new IRRE record keeps loading in IE (Stanislas Rolland) 2014-08-23 3f3c45e #60199 [BUGFIX] Collect correct information on elements in page (Jigal van Hemert)
2014-10-21Update goaccess to 0.8.5wiedi2-6/+6
Changes to GoAccess 0.8.5 - Sunday, September 14, 2014 * Fixed SEGFAULT when parsing a malformed request that doesn't have HTTP status.
2014-10-19Revbump after lang/lua51 update.alnsn5-10/+10
2014-10-19Bump PKGREVISION for hs-parsec-3.1.7szptvlfn2-4/+4
2014-10-19Update to 4.0 from 3.9.2ryoon5-22/+56
* Update MESSAGE to use apache24 and php-fpm. * Add php-fpm option, and make default option as php-fpm. Changelog: What's New General Featured image previews now support .bmp files Featured Image meta box is now hidden for contributors lacking upload capabilities New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks Install WordPress in your language Streamlined Language management right from the dashboard Posts Display embed previews for audio/visual URLs in Visual editor content box. Page scrolling now scrolls post content box. Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor). Color picker was re-added to the Visual editor Media Add Media Grid view option (default) for Media Library Add "Bulk Select" button to Media Grid view to delete multiple items Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format Remove Viddler oEmbed support Update SlideShare oEmbed regex Improved media experience on small screen sizes (embedded videos now responsive) Native video and audio shortcodes now support Flash playback looping Comments Comments in trash can now be marked as spam. Plugins Display plugins list as grid, with thumbnails, on Add New screen. Add popup window with plugin details (displays info from plugin's directory page). Add "Beta Testing" tab to Plugins screen for new features-as-plugins. Accessibility Improved keyboard accessibility in the Add Media panel Improved screen-reader support for Customizer sections Makes links in help tabs keyboard accessible Improvements for screen-readers when managing widgets in the Customizer Install Process Add language select menu as first Installation screen (skipped for localized installs) Multisite mp4 file extension was added to allowed upload file types
2014-10-18Fix build under NetBSD 6.ryoon3-10/+19
* Avoid conflict of tolower function, Thank you, tsutsui@ (PR pkg/49262). * GCC 4.6 is required to support nullptr at least.
2014-10-17nullptr is not a boolean.joerg2-1/+135
2014-10-17Do not provide conflicing forward defines, take three.joerg2-5/+4
2014-10-17Noticed on NetBSD:schmonz1-1/+4
- Upstream's perl-shebang replacement missed one due to a space (fixed upstream). check-interpreter hadn't told me on OS X because "/usr/bin/perl" does exist there. - gmake seems to choose a build order where the perl-shebang replacement doesn't happen early enough, breaking the build. Force the needed ordering.
2014-10-17Update to 3.20141016. From the changelog:schmonz4-30/+8
[ Joey Hess ] * Fix crash that can occur when only_committed_changes is set and a file is deleted from the underlay. [ Simon McVittie ] * core: avoid dangerous use of CGI->param in list context, which led to a security flaw in Bugzilla; as far as we can tell, ikiwiki is not vulnerable to a similar attack, but it's best to be safe * core: new reverse_proxy option prevents ikiwiki from trying to detect how to make self-referential URLs by using the CGI environment variables, for instance when it's deployed behind a HTTP reverse proxy (Closes: #745759) * core: the default User-Agent is now "ikiwiki/$version" to work around ModSecurity rules assuming that only malware uses libwww-perl * core: use protocol-relative URLs (e.g. //www.example.com/wiki) so that https stays on https and http stays on http, particularly if the html5 option is enabled * core: avoid mixed content when a https cgiurl links to http static pages on the same server (the static pages are assumed to be accessible via https too) * core: force the correct top URL in w3mmode * google plugin: Use search form * docwiki: replace Paypal and Flattr buttons with text links * comments: don't record the IP address in the wiki if the user is logged in via passwordauth or httpauth * templates: add ARIA roles to some page elements, if html5 is enabled. Thanks, Patrick pkgsrc changes: * For the python option, add missing py-expat dependency.
2014-10-16Update to 5.50wen2-6/+6
Upstream changes: 5.50 2014-10-15 - Improved Mojo::DOM::HTML performance slightly. - Fixed description list parsing bug in Mojo::DOM::HTML. (Trelane) 5.49 2014-10-10 - Improved form content generator to allow custom content types. - Improved Mojo::Server to load applications consistently for all servers. (tianon, sri) - Fixed Mojolicious::Static to hide files without extensions in DATA sections. - Fixed inflate command to ignore files without extensions. - Fixed bug in Mojolicious::Routes::Route where formats could be rendered twice for embedded applications.
2014-10-16Update to 0.152000wen2-6/+7
Add missing BUILD_DEPENDS Upstream changes: 0.152000 2014-10-14 04:30:59+02:00 Europe/Amsterdam [ BUG FIXES ] * GH #723: Redispatched requests lose data. (Sawyer X) [ ENHANCEMENT ] * Provide 'content' keyword to set the response content. (Sawyer x) * GH #616, #155, #615: Session engines are now lazy! (Russell Jenkins) * Dancer2 response objects can be created from arrays or from Plack::Response objects. (Sawyer X) * GH #718: Clean up App's Template engine. (Russell Jenkins) * Adding class-based tests. (Sawyer X) [ DOCUMENTATION ] * Add a policy document under Dancer2::Policy. (Sawyer X) * Document log_format instead of logger_format. (Sawyer X) 0.151000 2014-10-08 21:49:06+02:00 Europe/Amsterdam [ ENHANCEMENT ] * Apps are now a proper independent PSGI application. Forwarding and passing requests between apps will still work if you use the 'Dancer2->psgi_app' method without providing a class, but it might still be phased out in the future. (Sawyer X) [ DOCUMENTATION ] * Migration document! (Snigdha Dagar) * GH #667: Fix typo in cookbook pod. (Lindsey Beesley) * GH #649, #670: Document core logger. (simbabque) * GH #689: Git guide markdown fixes. (Paul Cochrane) * GH #690, #691, #694, #696, #698, #699, #700, #702, #703, #704, #705, #706, #707, #708, #710: Doc cleanups. (Paul Cochrane) * GH #688: Improve testing documentation. (Paul Chochrane) * GH #692: Document serving static files using Plack::Middleware::Static. (Dvid Kovcs DavsX) * GH #695: Correct Dancer2::Logger::Capture, add test example. (David Kovcs DavsX) * GH #716: Correct document on proxy procotol forwarding in Apache. (Andy Beverley)
2014-10-16Fix build by update PERL5_MODULE_TYPE.wen1-2/+2
Spotted by: joerg@(Thanks !)
2014-10-16Update drupal7 to 7.32, including security fix and drupal6 is not affected.taca2-6/+6
Drupal 7.32, 2014-10-15 ---------------------- - Fixed security issues (SQL injection). See SA-CORE-2014-005.
2014-10-15Bump revision for strnstr fix.joerg1-2/+2
2014-10-15Fix strnstr support properly.joerg5-18/+67
2014-10-15Fix wip reference.joerg1-2/+2
2014-10-15Add missing patches.ryoon24-0/+1298
2014-10-15Update to 33.0ryoon3-328/+490
* Sync with firefox-33.0.
2014-10-15Update to 33.0ryoon38-1071/+960
Changelog: New OpenH264 support (sandboxed) New Improved search experience through the location bar New Slimmer and faster JavaScript strings New Search suggestions on the Firefox Start (about:home) and new tab (about:newtab) pages New Windows: OMTC enabled by default New New CSP (Content Security Policy) backend New Support for connecting to HTTP proxy over HTTPS New Improved reliability of the session restoration New Azerbaijani [az] locale added Changed Proprietary window.crypto properties/functions removed Changed JSD (JavaScript Debugger Service) removed in favor of the Debugger interface HTML5 @counter-style rule from CSS3 Counter Styles specification implemented HTML5 DOMMatrix interface implemented Developer Cubic-bezier curves editor Developer Display which elements have listeners attached Developer New sidebar which displays a list of shortcuts to every @media rule in the current stylesheet Developer Paint flashing for browser content repaints Developer Editable @keyframes rules in the Rules section of the Inspector Developer CSS transform highlighter in the style-inspector Fixed Fix incomplete downloads being marked as complete by detecting broken HTTP1.1 transfers (237623) Fixed Various security fixes Fixed in Firefox 33 MFSA 2014-82 Accessing cross-origin objects via the Alarms API MFSA 2014-81 Inconsistent video sharing within iframe MFSA 2014-80 Key pinning bypasses MFSA 2014-79 Use-after-free interacting with text directionality MFSA 2014-78 Further uninitialized memory use during GIF MFSA 2014-77 Out-of-bounds write with WebM video MFSA 2014-76 Web Audio memory corruption issues with custom waveforms MFSA 2014-75 Buffer overflow during CSS manipulation MFSA 2014-74 Miscellaneous memory safety hazards (rv:33.0 / rv:31.2)
2014-10-14Avoid unneeded warnings from CGI.pm 4.05 or newer. Bump PKGREVISION.schmonz4-3/+39
2014-10-14Give dansguardian a debug optionprlw12-1/+14
2014-10-14Having libmozjs.so around is a good idea. Bump revision.joerg2-3/+4
2014-10-14Enable compression. From Ben Gergely in PR 49280. PKGREVISION -> 6dholland1-2/+3
2014-10-13No conflicting forward declaration of SoundTouch.joerg2-8/+10
2014-10-12Update to 4.06:wiz2-6/+7
4.06 2014-10-10 - make warning on list context call of ->param more lenient and don't warn if called with no arguments 4.05 2014-10-08 [ RELEASE NOTES ] - this release includes *significant* refactoring of temporary file handling in CGI.pm. See "Changes in temporary file handling" in perldoc - this release adds a warning for when the param method is called in list context, see the Warning in the perldoc for the section "Fetching the value or values of a single named parameter" for why this has been added and how to disable this warning [ DOCUMENTATION ] - change AUTHOR INFORMATION to LICENSE to please Kwalitee [ TESTING ] - t/arbitrary_handles.t to check need for patch in RT #54055, it turns out there is no need - the first argument to CGI->new can be an arbitrary handle - add test case for incorrect unescaping of redirect headers (RT #61120) - add tests for the handle method (RT #85074, thanks to TONYC@cpan.org) [ SPEC / BUG FIXES ] - don't set binmode on STDOUT/STDERR/STDIN if a none standard layer is already set on them on none UNIX platforms (RT #57524) - make XForms:Model data accesible through POSTDATA/PUTDATA param (RT #75628) - prevent corruption of POSTDATA/PUTDATA when -utf8 flag is used and use tempfiles to handle this data (RT #79102, thanks anonymous) - unescape request URI *after* having removed the query string to prevent removal of ? chars that are part of the original URI (and were encoded) (RT #83265) - fix q( to qq( in CGI::Carp so $@ is correct interpolated (RT #83360) - don't call ->query_string in url unless -query is passed (RT #87790) (optimisation and fits the current documented behaviour)
2014-10-09Revbump for ocaml 4.02.0.jaapb3-6/+6
(Some packages omitted because they will be updated to new versions)
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz57-167/+57
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz55-110/+55
2014-10-09Changes 1.8.4:adam3-29/+34
- Provisional Django 1.7 support - Multi-db and multi-manager support to management commands - Added index on reversion.date_created - Minor bugfixes and documentation improvements
2014-10-09Update to 2.4.6:wiz2-6/+6
================= WebKitGTK+ 2.4.6 ================= What's new in WebKitGTK+ 2.4.6? - Use free icons for the web inspector. - Make vimeo videos work again with the GStreamer media backend. - Fix selection rendering when unfocused with recent GTK+ versions. - Fix toggle buttons rendering with recent GTK+ versions. - Fix race condition when downloading a file due to the intermediate temporary file.
2014-10-08+ pear-HTTP_Request2obache1-1/+2
2014-10-08Import pear-HTTP_Request2-2.2.1 as www/pear-HTTP_Request2.obache3-0/+29
PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides cleaner API and pluggable Adapters: * Socket adapter, based on old HTTP_Request code, * Curl adapter, wraps around PHP's cURL extension, * Mock adapter, to use for testing packages dependent on HTTP_Request2. Supports POST requests with data and file uploads, basic and digest authentication, cookies, managing cookies across requests, proxies, gzip and deflate encodings, redirects, monitoring the request progress with Observers...
2014-10-08Update to 5.48wen2-6/+6
Upstream changes: 5.48 2014-10-07 - Emergency release for a serious security issue that can result in parameter injection attacks, everybody should update! Breaking change: Methods that previously worked differently in scalar than in list context now always assume scalar context, and new methods have been added to cover the list context functionality. - Added every_cookie and every_upload methods to Mojo::Message. - Added every_param method to Mojo::Message::Request. - Added every_param method to Mojo::Parameters. - Added every_cookie, every_param and every_signed_cookie methods to Mojolicious::Controller. - Added every_param method to Mojolicious::Validator::Validation. - Added from_json and to_json functions to Mojo::JSON. - Improved pluck method in Mojo::Collection to be able to extract values from hash references.
2014-10-08Add patch for CVE-2014-3581.taca3-2/+23
Bump PKGREVISION.
2014-10-07Revbump after updating libwebp and icuadam28-52/+56
2014-10-07Update to 0.12wen2-7/+6
Upstream changes: 0.12 Thu Sep 12 11:31:07 JST 2013 - add plack.skip-deflater flag for skip all Deflater features
2014-10-07Update to 0.16wen2-8/+7
Upstream changes: 0.16 2013-09-06 11:41:25 PDT - Merge with upstream 0.15 2013-09-06 11:37:24 PDT - Convert to Milla - Fix broken latin-1 META.yml
2014-10-07Update to 1.0032wen2-6/+6
Upstream changes: 1.0032 2014-10-04 11:13:24 PDT [IMPROVEMENTS] - Support Server::Starter in FCGI handler (yuryu) #435 - Various documentation fixes
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz2-2/+5