summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-10Update to 18.0ryoon119-1956/+552
* Many patches are included into upstream distribution. I have tested on NetBSD/amd64 6.99.16, I will test on other platforms later. Changelog: from http://www.mozilla.org/en-US/firefox/18.0/releasenotes/ NEW Faster JavaScript performance via IonMonkey compiler NEW Support for Retina Display on OS X 10.7 and up NEW Preliminary support for WebRTC CHANGED Experience better image quality with our new HTML scaling algorithm CHANGED Performance improvements around tab switching DEVELOPER Support for new DOM property window.devicePixelRatio DEVELOPER Improvement in startup time through smart handling of signed extension certificates HTML5 Support for W3C touch events implemented, taking the place of MozTouch events FIXED Disable insecure content loading on HTTPS pages (62178) FIXED Improved responsiveness for users on proxies (769764)
2013-01-10Note my TODOs.obache1-2/+12
2013-01-10* Reset PKGREVISION.ryoon3-7/+35
* Fix build on recent NetBSD current.
2013-01-10Update to 10.0.12 - see Mozilla.ORG mfsa2013-01.htmlis3-7/+9
2013-01-10Updated net/mikutter to 0.2.1.1117obache1-1/+2
2013-01-10Update mikutter to 0.2.1.1117, aka pre2.obache3-9/+8
2013-01-10Update fribidi (0.19.5).mef2-3/+3
2013-01-10(1) Bump version 0.10.9 to 0.19.5 based on PR pkg/47410mef5-68/+0
Deleting renamed patches.
2013-01-10(1) Bump version 0.10.9 to 0.19.5 based on PR pkg/47410mef8-27/+120
-- Adjust path in patches for above change (patch target moved, and unfortunately, patches name now reflecting target path, so renamed them). -- Correct target path in Makefile. -- m17n-{db,lib} 1.6.4 ask for this version. Overview of changes between 0.19.4 and 0.19.5 ============================================= * Update to Unicode 6.2.0. Overview of changes between 0.19.2 and 0.19.4 ============================================= * Update to Unicode 6.1.0. * Misc fixes. Overview of changes between 0.19.1 and 0.19.2 ============================================= * Update to Unicode Character Database 5.1.0 * Fixed bug in Arabic ligature table (bug #208870) * Handle RLM/LRM in CP1255 charset converter. (bug #15328, Artyom) Overview of changes between 0.10.9 and 0.19.1 ============================================= * This is the first release of the fribidi2 module in CVS, mostly developed in 2004 and 2005. * Support for Arabic joining/shaping added. * API for correct handling of multi-line paragraphs added. * Restructured code base. * Supposed to be fully API/ABI compatible with 0.10 releases. Please report if it is not.
2013-01-10Update espeak, as it is in wip now.mef1-2/+2
2013-01-10Bump revision, as noted by wiz@ and gdt@. Thanks!jym1-1/+2
2013-01-09Updated x11/gtk3 to 3.6.4prlw11-1/+2
2013-01-09Update gtk3 to 3.6.4prlw12-6/+6
Changes in 3.6.4: * Bug fixes: 691186 stylecontext: Make font hack not crash Changes in 3.6.3: * The Wayland backend works with Wayland 1.0.0 now * Bug fixes: 132333 Can't add a palette to the dialog of a color button 371034 Doc for gtk_file_chooser_get_filename: Is the resulting... 548793 funny pattern for iterating GtkTreeModel 577806 gtk_file_chooser_add_shortcut_folder adds duplicates of... 626499 GtkClipboard unnotified on change of OS X pasteboard owner 668239 texts disappear when notebook switch page at zh_CN locate! 672193 windows (including menus) shown multiple times don't ge... 677339 GTK+ 3 documentation wrong about GtkWidget scroll-event... 683072 Print dialog shows cryptic status message and displays ... 687065 InstallableOptions is not filtered in cups backend 687816 GtkTreeView does not draw correctly since commit aaedc7b6 688710 [PATCH] Splash screens shouldn't stay on top of all app... 688884 Typo in gtk_tree_view_set_tooltip_column documentation 689235 Broken function declarations corrupt the stack on windows 690266 Freeze with F10/Shift-F10 on submenus Win32: Avoid infinite recursion in the ime input module Quartz: Fixes for splashscreen and tooltip windows * Translation updates: Dutch German Gujarati Tamil Uyghur
2013-01-09Sprinkle empty USE_LANGUAGES definitions in pure python packageskleink7-7/+21
where missed at import time.
2013-01-09ical 3.0.2is1-1/+2
2013-01-09Upgrade from the no-longer-maintained 2.x to 3.0.2. This fixes pkg/47421is8-206/+196
2013-01-09Allow to build on systems without O_CLOEXEC (like CentOS 5.8 Linux).reed2-1/+30
patch from http://bugs.python.org/issue14359 http://hg.python.org/cpython/rev/09371e2ae84d This patch solves building failure so not bumping revision.
2013-01-09Note update of Ruby on Rails 3.2.11 packages:taca1-1/+9
devel/ruby-activesupport32 3.2.11 devel/ruby-activemodel32 3.2.11 www/ruby-activeresource32 3.2.11 databases/ruby-activerecord32 3.2.11 www/ruby-actionpack32 3.2.11 mail/ruby-actionmailer32 3.2.11 devel/ruby-railties32 3.2.11 www/ruby-rails32 3.2.11
2013-01-09Update ruby-railties32 to 3.2.11.taca2-8/+8
Only version has updated.
2013-01-09Update ruby-actionmailer32 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-activerecord32 to 3.2.11.taca1-4/+4
## Rails 3.2.11 ## * Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
2013-01-09Update ruby-activeresource32 to 3.2.11.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-activemodel32 to 3.2.11.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-activesupport32 to 3.2.11.taca1-4/+4
## Rails 3.2.10 (Jan 8, 2012) ## * Hash.from_xml raises when it encounters type="symbol" or type="yaml". Use Hash.from_trusted_xml to parse this XML. CVE-2013-0156 *Jeremy Kemper*
2013-01-09Start update of Ruby on Rails 3.2.11.taca1-2/+2
2013-01-09Note update of Ruby on Rails 3.1.10 packages:taca1-1/+9
devel/ruby-activesupport31 3.1.10 devel/ruby-activemodel31 3.1.10 www/ruby-activeresource31 3.1.10 databases/ruby-activerecord31 3.1.10 www/ruby-actionpack31 3.1.10 mail/ruby-actionmailer31 3.1.10 devel/ruby-railties31 3.1.10 www/ruby-rails31 3.1.10
2013-01-09Update ruby-rails31 to 3.1.10.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-railties31 to 3.1.10.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-actionpack31 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-activerecord31 to 3.1.10.taca1-4/+4
## Rails 3.1.10 * Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
2013-01-09Update ruby-activeresource31 to 3.1.10.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-activemodel31 to 3.1.10.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-activesupport31 to 3.1.10.taca1-4/+4
## Rails 3.1.10 (Jan 8, 2012) ## * Hash.from_xml raises when it encounters type="symbol" or type="yaml". Use Hash.from_trusted_xml to parse this XML. CVE-2013-0156 *Jeremy Kemper*
2013-01-09Start update of Ruby on Rails 3.1.10.taca1-2/+2
2013-01-09Note update of Ruby on Rails 3.0.19.taca1-1/+9
devel/ruby-activesupport3 3.0.19 devel/ruby-activemodel 3.0.19 www/ruby-activeresource3 3.0.19 www/ruby-actionpack3 3.0.19 databases/ruby-activerecord3 3.0.19 mail/ruby-actionmailer3 3.0.19 devel/ruby-railties 3.0.19 www/ruby-rails3 3.0.19
2013-01-09Update ruby-rails3 to 3.0.19.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-railties to 3.0.19.taca2-13/+5
Only version has updated.
2013-01-09Update ruby-actionmailer3 to 3.0.19.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-activerecord3 to 3.0.19.taca1-4/+4
## Rails 3.0.19 * Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
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-09Updated multimedia/adobe-flash-plugin10.1 to 10.3.183.50obache1-1/+2
2013-01-09Update adobe-flash-plugin10.1 to 10.3.183.50 for APSB13-01obache2-6/+6
2013-01-09Update ruby-activeresource3 to 3.0.19.taca1-4/+4
Only version has updated.
2013-01-09Updated multimedia/adobe-flash-plugin11 to 11.2.202.261obache1-1/+2
2013-01-09Update adobe-flash-plugin11 to 11.2.202.261 for APSB13-01obache2-6/+6
2013-01-09Update ruby-activemodel to 3.0.19.taca1-4/+4
Only version has updated.
2013-01-09Update ruby-activesupport3 to 3.0.19.taca1-4/+4
## Rails 3.0.19 (Jan 8, 2012) ## * Hash.from_xml raises when it encounters type="symbol" or type="yaml". Use Hash.from_trusted_xml to parse this XML. CVE-2013-0156 *Jeremy Kemper*
2013-01-09Start update of Ruby on Rails 3.0.19.taca1-2/+2