summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2013-06-15+ ruby-gnome-webkit-gtkjoerg1-1/+3
+ ruby-gnome-webkit-gtk2
2013-06-15fixes PKGNAME.obache1-2/+2
2013-06-15Update ruby-gnome2 to 2.0.2.obache6-0/+48
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages) == Ruby-GNOME2 2.0.2: 2013-05-26 Windows XP re-supportted release! === Changes ==== Ruby/GLib2 * Improvements * Added rbgutil_key_equal() convenient function. It is used for comparing key that may be String or Symbol. ==== Ruby/Pango * Improvements * [windows] Forced to disable uniscribe backend of HarfBuzz. [ruby-list:49412] [Reported by Masafumi Yokoyama] * Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap because they may cause crash on OS X. [shocker-ja:1119] [Reported by znz] * Updated samples. [GitHub#164] [Patch by Kentaro Fukuchi] * Fixes * Fixed wrong index access in Pango::GlyphString#glyphs. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] === Thanks * Kentaro Fukuchi * Masafumi Yokoyama * znz == Ruby-GNOME2 2.0.1: 2013-05-25 Ruby 1.8 support is dropped release! === Changes ==== All * Improvements * Dropped Ruby 1.8 support. * Updated bundled binaries versions for Windows. ==== Ruby/Pango * Improvements * Added Pango::CairoFontMap.set_default. * Enabled fontconfig font on Windows. * Defined Pango::CairoFcFontMap on init if it is available. * Defined Pango::CairoWin32FontMap on init if it is available. ==== Ruby/GTK3 * Improvements * Added Gtk::Image#set_from_icon_set. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_stock. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_gicon. [GitHub#150] [Patch by Detlef Reichl] * Updated samples. [GitHUb#151] [Patch by Detlef Reichl] * Fixes * Fixed a GC related crash bug. [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * Supported ownership transfer for some input argument types. (Struct and Object) * Supported "(out caller-allocates)" for boxed object. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] * Supported gpointer in/out. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Fixes * Fixed missing argument. [GitHub#154] [Reported by Masafumi Yokoyama] ==== RubyGStreamer * Improvements * Supported methods that call callback [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Updated samples. [GitHub#156][GitHub#159][GitHub#160][GitHub#161] [Patch by NAKAJIMA Takashi] * Supported Gst::Bus#set_handler. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Supported Gst::Controller [ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi] * Stopped to require Gst.init. * Fixes * Fixed out of index access bug. ==== Ruby/GooCanvas * Improvements * Migrated to Ruby/GObjectIntrospection based bindings. * Stopped to require Goo.init. * Fixes * Updated samples. [GitHub#152][GitHub#153][GitHub#155][GitHub#157] [Patch by Masafumi Yokoyama] ==== Ruby/Clutter * Improvements * Stopped to require Clutter.init. * Fixes * Fixed broken samples. [ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi] ==== Ruby/ClutterGtk * Improvements * Stopped to require ClutterGtk.init. ==== Ruby/ClutterGStreamer * Added. ==== Ruby/WebKitGtk * Improvements * Stopped to require WebKitGtk.init. ==== Ruby/WebKitGtk2 * Improvements * Stopped to require WebKitGtk2.init. === Thanks * Detlef Reichl * NAKAJIMA Takashi * Masafumi Yokoyama * Kentaro Fukuchi
2013-06-11- Patched package to compile with new version of net/ocamlnet.jaapb5-1/+57
2013-06-11Update to 4.14wen2-6/+6
Upstream changes: 4.14 2013-06-10 - Improved url_for performance slightly. - Fixed bug where match attribute and render_later method were not hidden from the router. 4.13 2013-06-09 - Replaced ua method in Mojolicious::Controller with a helper. - Fixed url_for support for absolute URLs without scheme or authority. (bduggan, sri)
2013-06-11Update to 1.3115wen2-8/+9
Update DEPENDS Upstream changes: 1.3115 09.06.2013 [ BUG FIXES ] * GH #605: pass'ed megasplat with no further routes cause 404, not 500. (vlyon) [ DOCUMENTATION ] * GH #934: Added example of HAProxy deployment. (Anton Gerasimov) [ MISC ] * Tests now require Test::TCP v1.30+ (previous version had too short a timeout and tests were failing). (Yanick Champoux) 1.3114 02.06.2013 [ ENHANCEMENTS ] * GH #919: 'dancer' script exits with code 255 if application name is invalid. (ppisar) * GH #871: now recognize HTTP_X_FORWARDED_PROTO. (mlbarrow) * GH #926: make messages from fatal warnings show up in the logs. (Max Maischein) * GH #930: speed improvement. (ichesnokov) * GH #859: strip illegal characters from cookie name. (Colin Keith) * GH #924: non-'/' apps behind proxies now possible using 'request-base' header. (Mikolaj Kucharski) [ BUG FIXES ] * GH #724: app.pl obeys --confdir. (Yanick Champoux) * GH #927: logging format using 'h' now play nicely if no header present. (ironcamel) [ DOCUMENTATION ] * GH #922: Add example of request parameters. (Gabor Szabo) * Add scheme line for ngnix config in D::Deployment.
2013-06-10Add missing cairo-gobject dependency.wiz1-1/+2
2013-06-10exactly require introspection supported libsoup24.obache1-2/+2
2013-06-09Add a patch.ryoon1-0/+15
2013-06-09Update to 3.0.3ryoon6-32/+36
* Add LICENSE. Changelog: dillo-3.0.3 [April 17, 2013] +- Support for CSS display property - Replace polling in DNS with a pipe. - Packed trie to optimize hyphenator memory consumption. - Fix crash in datauri dpi. - Speed up DNS requests when ipv6 isn't enabled. Patches: Johannes Hofmann +- Fix image input coordinates (BUG#1070) - When location bar is given focus, temporarily show panels if hidden (BUG#1093). - Fix bug where data URI has charset but no media type. - Bug meter line number fix for bare carriage returns. - Add some more info to various bug meter messages. - For text selection, fix releasing mouse button outside of boundary. - While selecting text, moving cursor outside viewport will scroll it. - Make form resetting work for <select>. - Never leave location bar empty when requesting page (BUG#1113). - Some improvements to tab navigation of form widgets (includes BUG#1111). - Don't let form input widget insert literal control chars (BUG#1110). - Assorted improvements to browser usability from the keyboard. - Added user interface color preferences (ui_*). - Removed show_url preference. Patches: corvid +- Automatic hyphenation (includes penalty_* preferences that control line-breaking). Patch: Sebastian Geerken +- Added the "view-source" keybinding (default: Ctrl-U). Patch: Alexander Voigt +- Introduced the domainrc mechanism for finer-grained control than filter_auto_requests had provided. Patch: p37sitdu, corvid +- After focusing option menu, keypress will seek to next one beginning with that character. - When active tab is closed, focus the last one visited or opened. - Fixed a bug in dpip when dillo aborts a running dpi connection. Patches: Jorge Arellano Cid +- Better window titles. - Show dialog if saved file would overwrite an existing one. Patches: Jeremy Henty +- Remove hardcoded UI colors. Patch: Benjamin Johnson, corvid +- Fix fd leak in dpi write failure case. Patch: p37sitdu, Jorge Arellano Cid
2013-06-09Enable introspection support.obache5-7/+24
Bump PKGREVISION.
2013-06-09Update to 1.3.0ryoon5-26/+255
* Fix MESSAGE. * Fix config file handling. * Fix INSTALL. Changelog: 1.3.0: * Support PHP 5.4. * Support XAMPP environment. * Bugfixes. 1.2.1: * Fix security bug of CakePHP. 1.2.0: * Add smartphone mode (beta). * Add SMTP support. * Bugfixes. 1.1.1: * Fix bug in Note function. 1.1.0: * Add some features, plugin admin, note, access control, NG words, log delete. * bugfixes.
2013-06-09Fix typo.ryoon1-2/+2
2013-06-09Update to 5.6.13ryoon3-9/+9
* Update and fix MESSAGE. Changelog: * Many bugfixes. See http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5 .
2013-06-09Update to 1.7.9ryoon4-134/+221
* Update MESSAGE. Changelog: * Bugfixes.
2013-06-09Update to 5.6.1.2ryoon5-57/+52
* Update MESSAGE * Create empty directories for out-of-the-box running. Changelog: 5.6.1.2 Release Notes Bug Fixes Fixed bug where sites had no CSS under certain circumstances Better support for multilingual page names while retaining XSS protection. Fixed scrollbar not returning on second open of dialog. Quieter errors if page cache errors out in mkdir or unlink Fixed JavaScript bugs in Date Nav edit mode (thanks synlag) Developer Updates Added a new constant for PAGE_PATH_SEGMENT_MAX_LENGTH, that defaults to 128. This is the number of characters that URL segment can be (passed to the URLIfy library.) 5.6.1.1 Release Notes Feature Updates Sends an email upon user activation (for sites that keep users inactive until they’re approved.) Bug Fixes Fixed error installing block add-on if other add-ons had already been installed. Fixed inability to set advanced permissions on blocks in areas with spaces or certain other special characters in them (a previous 5.6.0.2 bug fixed this problem at the area level, but not at the block level.) Fixed broken bulk page delete interface. Fixed inability to upgrade from 5.5.2.1 to 5.6.1 Fixed incorrect usage of getPermissionCollectionID for cache identifier (it was supposed to be used for caching in certain situations but was not. Should lessen the amount of queries on some pages.) Fixed this http://www.concrete5.org/developers/bugs/5-6-1/5.6.1-fatal-error-call-to-a-member-function-getcollectionid/ Fixed http://www.concrete5.org/developers/bugs/5-6-1/modal-exit-sets-overflowauto-on-body-tag-which-should-actually-b/#discussionpost Fixed bug where blocks in global headers wouldn’t display their custom design values in the design dialog (although they would work in the page.) Fixed: HTML showing as text in file attributes, better display value in file attributes in general. Fixed file version not updating due to cache. Fixed: http://www.concrete5.org/developers/bugs/5-6-1/local-page-cache-doesnt-clear-on-new-version/ Fixed: http://www.concrete5.org/developers/bugs/5-6-1/cannot-call-method-hide-of-undefined/ Fixed: http://www.concrete5.org/developers/bugs/5-6-1/layout-loading-preset-buttons/ Fixed UserAttributeKey::getByHandle() returning -1 in some cases. Fixed: http://www.concrete5.org/developers/bugs/5-6-1/intelligent-search-wont-work-when-quick-link-has-been-deleted/ Fixed: http://www.concrete5.org/developers/bugs/5-6-1/another-block-design-issue/ Fixed: Survey Block error if no option is selected Fixed: Upgrade from 5.6.0.2 - Error: Block Type cannot be installed because no db.xml file can be found Fixed: Words in URLs are removed even if "Excluded URL Word List" is empty Fixed error in setup on child pages if pages had had their page types changed in the past. Fixed: Deleting a basic workflow kills editing in some cases Fixed: Fatal Error when paste a Page List block with rss enabled Fixed: PageCache Library fails to Output Cache Headers once cached Fixed: http://www.concrete5.org/developers/bugs/5-6-1/composer-changes-not-published/ (Thanks Remo) Fixed: http://www.concrete5.org/developers/bugs/5-6-1/clash-with-cache-class Developer Fixed inability to override text helper in the core. 5.6.1 Release Notes Performance Improvements Removed much of the cache library and rewrote calls to dramatically improve performance. Completely New Page Caching Library Plugabble for working with proxy servers and caching libraries Fires much earlier and requires far fewer resources to run (and no database connections) Pages can be checked for inclusion in the cache and expired manually from within the speed settings dialog (which has been renamed Full Page Caching) Proper page cache headers are written. Faster and more reliable customized theme generation (which points to the cached CSS file directly for better performance.) Environment/override cache is now stored in the files/cache/ directory (meaning that deleting this directory will clear the override cache, and that it can be accessed without hitting the database) Block caching is now stored in the database for faster lookups Improved general performance of the dashboard by limiting unneeded database lookups Form block only uses jQuery UI when necessary (thanks jordanlev) Feature Updates and Behavioral Improvements Added the ability to control which words are excluded from URLs for SEO purposes (found in Dashboard > System and Settings > SEO > Excluded from URL Words) Improved display of Next/Previous block in edit mode. Re-introduced “Exclude System Pages” to the block, defaulted to on. Now we notify users if their cookies are disabled when they attempt to login (thanks olsgreen) Slideshow Improvements Slideshow automatically clears, making it work better in Greek Yogurt theme. Slideshow height doesn’t jump around as much (thanks Remo) Google maps less intrusive on failure. Added button to delete all form responses for a particular form (thanks luisbarresco) Better fix for this: http://www.concrete5.org/developers/bugs/5-6-0-2/5.0.6.2-help-popup-window-sticks-on-the-screen/ Including Italian Provinces (thanks mlocati) Bug Fixes Composer now honors approve and move workflow. Composer now honors advanced property and page attribute permissions. Fixing permissions loophole where users who couldn’t add blocks to particular areas could add them to other areas and then move them into the areas. Fixed: When applying design to area, it cascades to other areas Fixed occasional white page with a JSON response when saving in Composer. Added back the ability to have periods in additional page path names. Fixed advanced permission bug where Schedule Guest Access on blocks - locks site behind login screen Re-allowed dashes in File set names (thanks danklassen) Fixed translation bugs in 5.6.0 that had to do with the localization library not returning an object. Fixed permission bugs on some complicated sites updating from 5.5 to 5.6. Fixed XSS vulnerability in composer crop image. Minor XSS vulnerability fixes throughout. Better integration with Bootstrap themes. Added SVG to file extension list by default (thanks Remo.) Fixed incorrect syntax in generated sitemap: http://www.concrete5.org/developers/bugs/5-6-0-2/generated-sitemap-incorrect/ (thanks Remo) Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/typo-in-uninstall-package-page/ (thanks Remo) Fixed “Wrong parameter count for array_unique” that occurred on PHP < 5.2.10 on adding/updating user groups (thanks Remo) Added $_REQUEST variable to the variables sanitized for magic quotes when magic_quotes_gpc is enabled (thanks Remo.) Specifying a user in the legacy permissions XML would fail because it tried to use the Group object. This is fixed. When logging in via email, the email address is now correctly sent in the forgot password template. Fixed http://www.concrete5.org/developers/bugs/5-6-0-2/wrong-declaration-in-concretetoolsfilesget_data.php/ (thanks Remo) Fixed http://www.concrete5.org/developers/bugs/5-6-0-2/group_set.php-class-name-typo/#discussionpost (Thanks Remo) Fixed event registrations getting lost to new 5.6 class structure and singleton pattern. Fixed lots of bugs with layouts, including moving up and down, layouts with presets, some inconsistencies (thanks shelkie and smartwebprojects) Dashboard Pages can now have their titles localized (in the HTML title tag) (thanks mlocati) Minimum required PHP version updated to 5.2.4 and enforced during install. Added Loader::job() method (thanks JohnTheFish) Fixed bug where deleting an administrator group could cause problems in site access (thanks jamietellin) Fixed ugly SQL error that would occur if you tried to save a composable page type with a particular parent and then didn’t select that parent. Too small version compare/preview window in Firefox and IE has been fixed Fixing bugs in basic workflow notification (http://www.concrete5.org/developers/bugs/5-6-0-2/workflow-notify-on-approve-event-ignored/) Fixed breadcrumb auto-nav template not putting a separator between certain nav elements Fixed SQL error on search by theme on sites that upgraded before 5.6.0 Page type names are now less restrictive Lots of HTML fixes (mis-nested tags, incorrect tags, etc...) (thanks mlocati) Added SVG to image file types (thanks Remo) pkgID is now correctly duplicated on pages that have it set Fixing bug where custom styles on a block would disappear if a layout was added to that area (thanks mlocati.) Fixed: getStyleSheet in conjunction with caching does not make allowance for SSL ogg, ogv, and as videos (thanks mlocati) Changing attributes in sitemap or page search in dashboard wouldn’t trigger a page reindex. This has been fixed. Better feedback and redirects when adding pages or deleting pages in sitemap flat view. Included newempty-trash-if-a-page-is-not-approved./ (Thanks remo) Bug Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/editable-styles-with-spaces/ (Thanks remo) Bug Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/survey-block-pie-chart-shown-i Fixed http://www.concrete5.org/developers/bugs/5-6-0-2/the-result-page-selection-is-not-saved-when-you-add-or-edit-the-/#discussionpost Fixed http://www.concrete5.org/developers/bugs/5-6-0-2/google-maps-error-on-dashboard-when-used-in-global-area/ al odd behavior when numbering default versions in version history. Fixed http://www.concrete5.org/developers/bugs/5-6-0-2/tinymce-basic-breaks-in-ie7/ Fixed “approve” button not showing up when deleting a block in a stack. Fixed http://www.concrete5.org/developers/bugs/5-6-0-2/installed-5.6.0.2-now-cant-logoff-or-get-the-top-nav-to-edit-pag/ Fixed bug where file or user attributes couldn’t be saved after clearing until the page was reloaded Fixed http://www.concrete5.org/developers/bugs/5-6-0-2/content-import-error/ Fixed bug where you couldn’t add groups to combinations in advanced permissions if those groups appeared on the second page (or greater) of group results. Dashboards in SSL will load the picture of the day from an https:// URL Fixed Bulk SEO Page List not displaying all pages in some cases Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/package-id-is-not-set-when-installing-page-types-from-theme-insp/ Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/fatal-error-when-installing-from-custom-starting-point/ Changed topbar margin to apply to html instead of body Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/page-list-limits-to-20-results-when-no-limit-is-set-in-block/ Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/form-results-in-dashboard/ Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/dir_rel-misbehave-at-lower-level-when-concrete5-is-installed-on-/ Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/versions-popup-action-buttons-are-wrapping-up-to-the-next-line-i/ Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/upgrading-a-site-where-the-administrators-group-has-been-deleted/ Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/adding-file-to-sets-custom-checkbox-inconsistency-across-browser/ Fixed: http://www.concrete5.org/developers/bugs/5-6-0-2/line-break-in-search-index-for-select-attribute/#discussionpost Developer Updates Added the SITEMAP_APPROVE_IMMEDIATELY constant. Defaults to true. If set to false, pages added via the sitemap will not be approved immediately (or run through workflow.) Useful for sites where workflow is prevalent. added option in code for autonav templates to ignore exclude_nav attributes (thanks jordanlev) Fixing issue with countries/states helpers being extended improperly Added ENABLE_TRANSLATE_LOCALE_EN_US constant for international users who wish to force Zend_Locale to create an object even if using the en_US locale. Updated SimplePie RSS parsing library to 1.3.1 Added APP_VERSION_DISPLAY_IN_HEADER constant (defaults to true) to control whether the version of concrete5 is shown in the meta header section (thanks Remo) Added new Security helper with sanitize functions (Thanks Chris Rosser) Added new AJAX Helper (thanks mlocati) New events on_file_added_to_set on_get_countries_list on_get_states_provinces_list (thanks mlocati) on_file_removed_from_set (thanks danklassen) on_page_urlify (thanks remo) on_page_body_index (thanks danklassen)
2013-06-09Update to 5.0.7ryoon3-10/+111
Changelog: Version 5.0.7 June 6th 2013 SECURITY: Multiple XSS vulnerabilities (oC-SA-2013-028) New encryption app as preview included. WARNING: This is not yet ready for production use but testing and feedback is welcome. Several LDAP compatibility fixes Several performance improvements of file handling Trashbin fixes for Safari Internet Explorer fixes Several Contacts fixes New check for magic_quotes External Filesystem fixes Add support for copying/moving folders between storages Several smaller fixes Version 5.0.6 May 14th 2013 SECURITY: SQL Injection (oC-SA-2013-019) SECURITY: Multiple directory traversals (oC-SA-2013-020) SECURITY: Multiple XSS vulnerabilities (oC-SA-2013-021) SECURITY: Open redirector (oC-SA-2013-022) SECURITY: Password autocompletion (oC-SA-2013-023) SECURITY: Privilege escalation in the calendar application (oC-SA-2013-024) SECURITY: Privilege escalation and CSRF in the API (oC-SA-2013-025) SECURITY: Incomplete blacklist vulnerability (oC-SA-2013-026) SECURITY: Information disclosure: CSRF token + username (oC-SA-2013-027) Fix renaming of shared files Fix UUID handling with LDAP Fix several undelete files issues Fix LDAP cachekey handling Several OCS API fixes Dropbox mounting fixes Remove ldap group name restrictions Fix fetching of the userlist with multiple user backends Turn off password autocompletion Translation fixes of the Shared folder Fix the fileactions order for filetypes Allow to ship a default theme Disallow URLs containing “@” Smaller layout improvemens Log an upgrade warning Log a trash bin cleanup message Improved quota calculation Allow to set Quota to zero Fix performance regression for uploading of big files Several Calendar fixes Use displaynames in contacts Check for existing address books during migrate->import Texteditor fixes Increase the SQLite database timeout Order images in Gallery
2013-06-08Update to 1.21.1wen3-605/+556
(Upstream changelog is too long, please visit:https://www.mediawiki.org/wiki/Release_notes/1.21) Add missing DEPENDS
2013-06-08Update to 4.12wen2-8/+6
Upstream changes: 4.12 2013-06-07 - Improved Mojo::Message::Request to allow a few more ASCII characters in URLs. 4.11 2013-06-03 - Added allow and append methods to Mojo::Headers. - Added split_header function to Mojo::Util. - Fixed cookie quoting bugs. - Fixed a few small boundary and charset detection bugs in Mojo::Content. - Fixed a few small filename detection bugs in Mojo::Message. - Fixed small quality detection bug in Mojolicious::Types. 4.10 2013-06-01 - Added link and vary methods to Mojo::Headers. 4.09 2013-05-31 - Updated jQuery to version 2.0.2. - Increased default max_message_size from 5MB to 10MB in Mojo::Message. 4.08 2013-05-30 - Improved Mojo::Message::Request to allow curly brackets in URLs. - Improved HMAC-SHA1 performance in Mojo::Util. 4.07 2013-05-26 - Updated jQuery to version 2.0.1. - Fixed format handling in routes command. 4.06 2013-05-25 - Fixed Windows bug in "log.t". 4.05 2013-05-24 - Fixed encoding bug in Mojo::Log. 4.04 2013-05-23 - Added WebSocket subprotocol support to Mojo::UserAgent::Transactor. 4.03 2013-05-21 - Fixed redirect support in get command. 4.02 2013-05-20 - Fixed extends, layout and title helpers not to generate unnecessary log messages. 4.01 2013-05-19 - Fixed small drain event bug in Mojo::IOLoop::Stream. (ChinaXing) 4.0 2013-05-15 - Code name "Top Hat", this is a major release. - Added simple JSON serialization and deserialization support to Mojo::Transaction::WebSocket. - Added json event to Mojo::Transaction::WebSocket. - Added render_maybe method to Mojolicious::Controller. - Added again method to Mojo::Reactor, Mojo::Reactor::Poll and Mojo::Reactor::EV. - Added is_empty method to Mojo::Transaction::HTTP. - Added close_gracefully method to Mojo::IOLoop::Stream. - Changed Mojolicious default secret to the application moniker to make it slightly more secure. - Changed types in Mojolicious::Types to consistently use arrays. - Changed heuristics for number detection in Mojo::JSON to better line up with user expectations. - Changed render and render_static methods in Mojolicious::Controller to call render_not_found if no response could be generated. - Removed callback support from body method in Mojo::Message. - Removed Mojolicious::Plugin::PoweredBy and Mojolicious::Plugin::RequestTimer. - Removed pair_separator attribute from Mojolicious::Parameters. - Removed data attribute from Mojo::URL. - Removed captures attribute from Mojolicious::Routes::Match. - Removed charset attribute from Mojo::DOM::HTML. - Removed charset method from Mojo::DOM. - Removed render_data, render_json, render_partial and render_text methods from Mojolicious::Controller. - Removed json_content_is method from Test::Mojo. - Removed has_leftovers method from Mojo::Content. - Removed is_chunked, is_dynamic, is_multipart, has_leftovers, leftovers, write and write_chunk methods from Mojo::Message. - Removed hmac_md5_sum method from Mojo::ByteStream. - Removed hmac_md5_sum function from Mojo::Util. - Removed memorize helper. - Removed deprecated end method from Mojo::IOLoop::Delay. - Removed deprecated build_form_tx, build_json_tx, post_form and post_json methods from Mojo::UserAgent. - Removed deprecated form and json methods from Mojo::UserAgent::Transactor. - Removed deprecated post_form_ok and post_json_ok methods from Test::Mojo. - Removed deprecated f and n functions from ojo. - Removed deprecated after_static_dispatch hook. - Renamed shape_match method in Mojolicious::Routes::Pattern to match_partial. - Reduced idle CPU usage of Mojo::IOLoop. - Increased default lock_timeout from 0.5 to 1 second in Mojo::Server::Prefork and Mojo::Server::Hypnotoad. - Improved Mojo::IOLoop performance significantly and reduced CPU usage when managing more than 10k concurrent connections. - Improved Mojolicious to be able to detect the current operating mode from the PLACK_ENV environment variable. - Improved Mojolicious to not trap exceptions if the default exception handling has been deactivated. - Improved json_is and json_message_is methods in Test::Mojo by making the JSON Pointer optional. (jberger) - Improved renderer performance. - Improved Mojo::DOM::HTML performance. - Improved Mojo::Reactor::Poll performance. - Improved html_unescape performance in Mojo::Util. - Improved Mojolicious::Plugin::EPLRenderer to cache templates more efficiently. - Fixed Perl 5.17.11+ compatibility. - Fixed Mojo::JSON to encode "inf" and "nan" values as strings. (chansen) - Fixed a few authority and rendering bugs in Mojo::URL. - Fixed layout bugs in Mojolicious::Renderer. - Fixed support for HEAD request method in Mojo::Server::CGI and Mojo::Server::PSGI. - Fixed small line directive bug in Mojo::Template. - Fixed small limit bug in Mojo::Message. 3.97 2013-04-25 - Added data attribute to Mojo::URL. - Improved compatibility with IO::Socket::SSL 1.87. - Improved Test::Mojo diagnostics messages. - Fixed a few small timing bugs in WebSocket tests. 3.96 2013-04-22 - Updated jQuery to version 2.0. - Updated prettify.js to version 4-Mar-2013. - Improved Mojo::URL to be able to contain scheme data for unknown schemes. - Improved form content generator for GET and HEAD requests. (jberger) - Improved default descriptions in Test::Mojo. - Fixed host normalization bug in Mojo::URL. - Fixed small html_unescape bug in Mojo::Util. - Fixed small encoding bug in routes command. - Fixed a few small clone bugs. - Fixed a few small redirect and proxy connect bugs in Mojo::UserAgent::Transactor. - Fixed a few small method handling bugs in Mojo::Transaction::HTTP. 3.95 2013-04-12 - Added finished_ok method to Test::Mojo. - Removed deprecated slurp_rel_file method from Mojo::Home. - Removed deprecated html_escape function from Mojo::Util. - Improved Mojo::Transaction::WebSocket with support for status codes and reasons. - Fixed message size limit bug in Mojo::Transaction::WebSocket. - Fixed a few small timing bugs in Mojo::Server::Daemon. - Fixed small description bug in Test::Mojo.
2013-06-07Fix build.ryoon1-1/+2
Disable libjpeg-turbo support explicitly. Pointed out by wiz@. Thank you.
2013-06-07Make Perl a run-time dependence because multiple scripts included in thistron1-3/+3
package use it.
2013-06-06Drop maintainership.gdt1-2/+2
I'm not particularly paying attention to gitweb. (This package doesn't need a lot of attention, as it's automatically updated with git, and stable upstream.)
2013-06-06Bump PKGREVISION from firefox/mozilla-commom.mk's change.ryoon2-4/+4
2013-06-06Remove libjpeg-turbo option.ryoon1-9/+1
* libjpeg-turbo support is obsolete by patch-image_decoders_nsJPEGDecoder.cpp.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz32-64/+64
NetBSD 6, requested by tron.
2013-06-05Update typo3_60 to 6.0.6.taca3-12/+14
2013-05-24 a1e5d60 [RELEASE] Release of TYPO3 6.0.6 (TYPO3 Release Team) 2013-05-24 1c72764 [TASK] Raise submodule pointer (TYPO3 Release Team) 2013-05-22 7f7b6b9 #48065 [BUGFIX] file_upload missing back icon (Philipp Gampe) 2013-05-20 5ada77e #48202 [BUGFIX] Paste button missing in empty folders (Philipp Gampe) 2013-05-19 b5285f8 #47019 [BUGFIX] Processed folder in a sub folder is shown (Benjamin Mack) 2013-05-19 6000cdf #21410 [BUGFIX] BEfunc getProcessedValue doesn't show record title for "group" (Georg Ringer) 2013-05-19 4b7b778 #41487 [BUGFIX] Fix double-stdWrapping of GIFBUILDER's TEXT object (jyps) 2013-05-19 e938fdb #47935 [BUGFIX] Empty subpart template if no data given (Jigal van Hemert) 2013-05-19 4b47cdf #16531 [BUGFIX] Fix last line in table wizard (Alexander Opitz) 2013-05-19 2b50a27 #48179 [BUGFIX][CONF] Remove unused EM related settings (Jigal van Hemert) 2013-05-18 c0a5c69 #16762 [BUGFIX] be_users.userMods is too small to hold all modules (Philipp Gampe) 2013-05-17 779a185 [BUGFIX] Can not expand new collapsed IRRE record with RTE field (Stanislas Rolland) 2013-05-17 5e2f5bb #47705 [BUGFIX] Fix start of identifier from /./ to / (Alexander Opitz) 2013-05-17 f94f4eb #47211,#47782 [BUGFIX] ProcessedFile is persisted in sys_file as well (Fabien Udriot) 2013-05-12 282a59a #40501 [BUGFIX] Uppercase CSS tag selectors not supported in some mime types (Patrick Broens) 2013-05-12 44a59a8 #47688 [BUGFIX] Sorting not respected for backend layout dropdowns (Anja Leichsenring) 2013-05-12 2853e42 [TASK] Raise submodule pointer (Anja Leichsenring) 2013-05-11 5cf7dd5 #47912 [BUGFIX] Improvement of LanguageCacheClearer (Georg Ringer) 2013-05-11 b3ac1df #48114 [BUGFIX] Add support for float values to arrayExport (Jigal van Hemert) 2013-05-11 3924a48 #29409 [BUGFIX] Label in list view is not escaped (Nicole Cordes) 2013-05-09 7488802 #48027,#32387 [TASK] Update PEAR packages (Daniel Minder) 2013-05-08 0596fae [TASK] Use PHP lint to check for syntax errors on travis (Helmut Hummel) 2013-05-08 08f3f9b #23789 [BUGFIX] TCA:Suggest wizard doesn't work for select with maxitems=1 (Stanislas Rolland) 2013-05-07 91498d5 #43959 [BUGFIX] Clearing label through TS doesn't work (Markus Klein) 2013-05-05 009938b #46829 [BUGFIX] Don't preserve piVars in felogin links (Jigal van Hemert) 2013-05-05 4a35407 #43924 [BUGFIX] Form email validation is case sensitive (Patrick Broens) 2013-05-05 0820b5d #21588 [BUGFIX] Resolve asterisk in allowed tables for suggest wizard (Nicole Cordes) 2013-05-04 cb30538 #46551 [BUGFIX] Context menu for offline storages raises exception (Nicole Cordes)
2013-06-05Update typo3_47 to 4.7.12 (TYPO3 4.7.12).taca3-12/+13
2013-05-24 315d5f5 [RELEASE] Release of TYPO3 4.7.12 (TYPO3 Release Team) 2013-05-19 2a8d179 #16531 [BUGFIX] Fix last line in table wizard (Alexander Opitz) 2013-05-18 77aecc5 #16762 [BUGFIX] be_users.userMods is too small to hold all modules (Philipp Gampe) 2013-05-12 4c5fbac #40501 [BUGFIX] Uppercase CSS tag selectors not supported in some mime types (Patrick Broens) 2013-05-12 83f650c #47688 [BUGFIX] Sorting not respected for backend layout dropdowns (Anja Leichsenring) 2013-05-11 5fcaafc #47912 [BUGFIX] Improvement of LanguageCacheClearer (Georg Ringer) 2013-05-11 0b90e81 #48052 [BUGFIX] Wrong class in t3lib_TCEforms_Suggest (Nicole Cordes) 2013-05-09 98a980b #48027,#32387 [TASK] Update PEAR packages (Daniel Minder) 2013-05-08 054644a [TASK] Use PHP lint to check for syntax errors on travis (Helmut Hummel) 2013-05-08 f3f892e #48022 [BUGFIX] Saving a scheduler task throws fatal error (Thorsten Kahler) 2013-05-07 84c5d2b #43959 [BUGFIX] Clearing label through TS doesn't work (Markus Klein) 2013-05-05 66c9d47 #46829 [BUGFIX] Don't preserve piVars in felogin links (Jigal van Hemert) 2013-05-05 0a56023 #39043 [BUGFIX] Extension Security Report goes green if TER was never fetched (Mario Rimann) 2013-05-05 45c36fb #21588 [BUGFIX] Resolve asterisk in allowed tables for suggest wizard (Nicole Cordes)
2013-06-05Update typo3_45 to 4.5.27 (TYPO3 4.5.27).taca3-10/+11
2013-05-24 afc5256 [RELEASE] Release of TYPO3 4.5.27 (TYPO3 Release Team) 2013-05-23 951cc4a Revert "[BUGFIX] Extension Security Report goes green if TER was never fetched" (Markus Klein) 2013-05-19 156acf2 #16531 [BUGFIX] Fix last line in table wizard (Philipp Gampe) 2013-05-18 426abe9 #16762 [BUGFIX] be_users.userMods is too small to hold all modules (Philipp Gampe) 2013-05-12 4efda7e #34148 [BUGFIX] Multi-table relationship not recognized in t3lib_loadDBGroup (Markus Opahle) 2013-05-12 3cf208f #34446 [BUGFIX] undefined variable imgExt (Simon Schaufelberger) 2013-05-12 1da2b57 #47688 [BUGFIX] Sorting not respected for backend layout dropdowns (Anja Leichsenring) 2013-05-11 913c01a #48052 [BUGFIX] Wrong class in t3lib_TCEforms_Suggest (Nicole Cordes) 2013-05-08 6f88470 [TASK] Activate syntax check for PHP 5.4 (Helmut Hummel) 2013-05-08 2fe9c38 [TASK] Activate travis to check for syntax errors (Helmut Hummel) 2013-05-07 53b49a1 #40816 [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting (Laurent Cherpit) 2013-05-06 e060386 #47969 [BUGFIX] Call to undefined function mime_content_type() (Christian Kuhn) 2013-05-06 fbea075 [TASK] Raise submodule pointer (Christian Kuhn) 2013-05-05 bc76a94 #21588 [BUGFIX] Resolve asterisk in allowed tables for suggest wizard (Nicole Cordes) 2013-05-05 d4439a1 #39043 [BUGFIX] Extension Security Report goes green if TER was never fetched (Mario Rimann)
2013-06-05Update contao211-translations to 201305310.taca3-8/+8
Update Latvian translation files.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron35-70/+70
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-04Disable dtrace option as it's not actually implemented properlyfhajny4-4/+37
(even though advertised by configure). Do not break 3rd party modules that may have DTrace implemented perfectly well. Bump PKGREVISION.
2013-06-04Override broken "configure" test that doesn't work with Perl 5.18.0tron3-3/+19
to fix the build of one of the helper scripts. Bump the package revision because the binary package would have been incomplete previously.
2013-06-04Changes 2.0.8:adam2-11/+9
Perl 5.16.3's fix for a rehash-based DoS makes it more difficult to invoke the workaround for the old hash collision attack, which breaks mod_perl's t/perl/hash_attack.t. Patch from rt.cpan.org 83916 improves the fix previously applied as revision 1455340. On Perl 5.17.6 and above, hash seeding has changed, and HvREHASH has disappeared. Patch to update mod_perl accordingly from rt.cpan.org 83921. Restore build with Perl 5.8.1, 5.8.2 etc: take care to use $Config{useithreads} rather than $Config{usethreads}, and supply definitions of Newx and Newxz as necessary. On Perl 5.17.9, t/apache/read2.t fails because an "uninitialized value" warning is generated for the buffer being autovivified. This is because the sv_setpvn() that's meant to vivify the buffer doesn't perform set magic; the warning is generated by the immediately following SvPV_force(). Patch to fix this from rt.cpan.org 83922. Fix t/perl/hash_attack.t to work with Perl 5.14.4, 5.16.3 etc, which contain a fix for CVE-2013-1667 (memory exhaustion with arbitrary hash keys). This resolves rt.perl.org 116863, from where the patch was taken. use APR::Finfo instead of Perl's stat() in ModPerl::RegistryCooker to generate HTTP code 404 even if the requested filename contains newlines Remove all uses of deprecated core perl symbols. Add branch release tag to 'make tag' target
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz35-64/+70
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-06-02seamonkey configure wants higher versions for nspr and nssspz1-3/+3
2013-06-02Fix build on DragonFly.ryoon3-6/+11
The problem is mensioned in PR pkg/47734. * Disable WebRTC support on DragonFly. * Add dependency to libv4l on supported platforms.
2013-06-02Update to 1.5preryoon5-36/+115
* Works with openjdk7-1.7.21. * Tested on NetBSD/amd64 current, and DragonFly/i386 3.2.2.
2013-06-01Fix install stage error, PR pkg/47734.ryoon1-2/+2
* Wrong, noexistrent file is removed and DragonFly's install try to overwrite it and failed.
2013-06-01Use devel/xulrunner17/xpi.mk instead.ryoon1-2/+2
For potential changes. Now they are same.
2013-06-01catch up to move of xpi.mk.obache1-2/+2
2013-05-31Fix xpi.mk inclusion.ryoon1-2/+2
Pointed out by wiz@, thank you.
2013-05-31Bump all packages for perl-5.18, thatwiz359-670/+718
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-31Final fix for PR pkg/47868.wiz1-2/+3
2013-05-31Fix previous. From Jörn Clausen.wiz1-2/+2
2013-05-31Try fixing build on Solaris. PR pkg/47868.wiz1-2/+8
2013-05-30Add Apache developer fix for security vulnerability reportedtron3-3/+38
in CVE-2013-1862.
2013-05-27Update to 0.23wen2-7/+9
Upstream changes: 0.23 2013-05-17T00:16:48Z - fixed guts(), clone() and replace_with() to properly handle XML::LibXML::Dtd nodes - guts() now includes the Dtd node in the returned document (unless it were implicitly created) - clone() calls createInternalSubset() on the new document - replace_with() calls createInternalSubset() if the replacement is a XML::LibXML::Dtd (can't import Dtd node) (cafe01) 0.22 2013-05-13T00:04:09Z - improved guts(), calling nonBlankChildNodes() instead of childNodes() - improved HTML::TreeBuilder::LibXML::Node documentation (cafe01) 0.21 2013-05-12T19:12:53Z - fixed guts(), - now returning nodes from <head> and <body> instead of just <body> - now returning text and comment nodes instead of just element nodes - returned nodes now belong to the same document - fixed to_HTML to render valid html, not xml (cafe01) 0.20 2013-05-10T20:44:16Z - improved replace_with() on document node. - fixed push_content() and unshift_content() to work with document mode. (cafe01) 0.19 2013-05-10T01:03:58Z - fixed replace_with() and parent(), to avoid calling appendChild() on a Document node, which is not supported by XML::LibXML. (cafe01) 0.18 2013-05-09T20:49:04Z - implemented all node methods needed for Web::Query::LibXML to work - clone_list - detach - delete_content - content_list - replace_with - push_content - unshift_content - postinsert - preinsert - disembowel (HTML::TreeBuilder::LibXML) (cafe01) - modified parse_file() to read file content, then call parse_content() - thats because parse_content() will detect (heuristically) when the parser will add implict <html><body> tags, so guts() can work properly. (cafe01) 0.18 2013-05-09T01:27:46Z - implemented matches(), parent(), guts() node method (Carlos Fernando Avila Gratz)
2013-05-27Update to 3.71wen2-7/+6
Upstream changes: 2013-05-09 Release 3.71 Gisle Aas (1): Transform ':' in headers to '-' [RT#80524] _______________________________________________________________________________ 2013-03-28 Release 3.70 Franois Perrad (1): Fix for cross-compiling with Buildroot Gisle Aas (1): Comment typo fix Yves Orton (1): Fix Issue #3 / RT #84144: HTML::Entities::decode_entities() needs to call SV_CHECK_THINKFIRST() before checking READONLY flag
2013-05-26Fix inclusion of xpi.mk.ryoon1-2/+2
2013-05-25Don't strip shell scripts.joerg2-1/+15