Commit graph

195654 commits

Author SHA1 Message Date
prlw1
27b80d02d9 Update at-spi2-core to 2.6.3:
* Fix a crash when receiving a malformed event.
* Fix atspi_accessible_get_index_in_parent when the parent is not cached
* Fix crash in atspi_device_listener_new_simple.
* registry: Fix a crash when removing hung processes.
* registry: Fix deregistering of applications.
* registry: Fix crash handling DeregisterKeystrokeListener
* Fix some compiler warnings.
2013-01-10 22:14:14 +00:00
ryoon
e1a708d9e4 Added www/firefox17-l10n version 17.0.2 2013-01-10 21:33:50 +00:00
ryoon
b1e29b7210 Add firefox17-l10n 2013-01-10 21:32:52 +00:00
ryoon
71794e0fad Import firefox17-l10n-17.0.2 as www/firefox17-l10n.
This package contains language packs for www/firefox17.
2013-01-10 21:31:42 +00:00
is
50c5b6856c forgotten devel/xulrunner 10.0.12
sysutils/mtools 4.0.18
2013-01-10 20:33:38 +00:00
wiz
e42c837928 Updated sysutils/logrotate to 3.8.2 2013-01-10 18:16:38 +00:00
wiz
acaf083b4c Update to 3.8.2, from Nils Ratusznik via pkgsrc-wip.
Changes:
- show error and ignore config if '{' is not present after log files declaration
- support whitespaces in compressoptions directive
- support for tilde expansion in config files
- fixed mail sending for 'mailfirst', 'dateext' and 'delaycompress' combination
- do not use gzip/gunzip from /usr/local on Solaris
- Do not include alloca.h on NetBSD, since alloca() is declared in stdlib.h there
2013-01-10 18:16:29 +00:00
adam
61a14e2f8f Updated databases/sqlite3 to 3.7.15.2 2013-01-10 17:13:41 +00:00
adam
47589eab5a Changes 3.7.15.2:
Fix a bug, introduced in version 3.7.15, that causes an ORDER BY clause to be optimized out of a three-way join when the ORDER BY is actually required.
2013-01-10 17:12:30 +00:00
ryoon
0d0478258b Added www/firefox17 version 17.0.2 2013-01-10 16:21:41 +00:00
ryoon
7f9b72fa7e Add firefox17 2013-01-10 16:21:16 +00:00
ryoon
14575d2070 Added devel/xulrunner17 version 17.0.2 2013-01-10 16:20:21 +00:00
ryoon
961d1d2f9d Import firefox17-17.0.2 as www/firefox17.
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-10 16:20:09 +00:00
ryoon
d001c16d1d Add xulrunner17 2013-01-10 16:17:56 +00:00
ryoon
c0055e8103 Import xulrunner17-17.0.2 as devel/xulrunner17.
XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the "Gecko"
runtime environment.

This package tracks 17.0.x extended support release.
2013-01-10 16:17:09 +00:00
ryoon
c62d9fcbd2 Updated mail/thunderbird10 to 10.0.12 2013-01-10 16:10:56 +00:00
ryoon
ec94eae945 Update to 10.0.12
Changelog: from http://www.mozilla.org/en-US/thunderbird/10.0.12/releasenotes/
    FIXED
    Security fixes can be found here

MFSA 2013-20 Mis-issued TURKTRUST certificates
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-12 Buffer overflow in Javascript string concatenation
MFSA 2013-11 Address space layout leaked in XBL objects
MFSA 2013-09 Compartment mismatch with quickstubs returned values
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-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-10 16:09:59 +00:00
ryoon
ee2fb43d2b Update to 18.0
* Sync with www/firefox 18.0.
2013-01-10 16:03:41 +00:00
ryoon
dfbae789d1 Update to 10.0.12
* Sync with www/firefox10 10.0.12.
2013-01-10 16:03:06 +00:00
is
94a6a50e5c Update to mtools-4.0.18.
Improvements since the 4.0.17 release are:

        Fix for names of iconv encodings on AIX
        Fix mt_size_t on NetBSD
        Fixed compilation on Mingw
        Fixed doc (especially mformat)
        Fix mformat'ing of FAT12 filesystems with huge cluster sizes
        Minfo prints image file name in mformat command line if an image
        file name was given
        Always generate gzip-compressed RPMs, in order to remain
        compatible with older distributions
        Fixed buffer overflow with drive letter in mclasserase
2013-01-10 15:37:08 +00:00
wen
899ec9f245 Updated textproc/p5-Text-CSV_XS to 0.94 2013-01-10 15:26:14 +00:00
wen
c9ae605f08 Update to 0.94
Upstream changes:
0.94	- 2012-12-03, H.Merijn Brand
    * Guard against beta releases of Encode (Xavier Guimard - RT#81499)
    * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)
    * Tested with perl compiled with clag (also to verify RT#81469)
    * Fix memory leak reported in RT#81539 (Fix by Tony Cook)

0.93	- 2012-11-19, H.Merijn Brand
    * Skip Encode related tests on too old Encode
    * Force old(er) tar format (ustar) - assumes GNU tar on release box

0.92	- 2012-11-12, H.Merijn Brand
    * Allow bind_columns () for print ()
    * Increase buffer size for print to 64k
    * Fix RT#80680 - Buffer break halfway UTF8 + tests
2013-01-10 15:25:08 +00:00
wen
b5205800c2 Updated databases/p5-SQL-Statement to 1.402 2013-01-10 15:14:58 +00:00
wen
3b18dc56c7 Update to 1.402
Upstream changes:
Version 1.402, released December 19, 2012
-------------------------------------------------

[Misc]
* add Math::Complex 1.56 as recommendation (RT#81926, Sam Ferencik)
* add Math::BigInt 1.88 as recommendation (RT#81927, Sam Ferencik)
* clarify Test::Simple 1.90 is required for building (RT#81925, Sam Ferencik)

[Bug fixes]
* fix leaking reference to open tables outside SQL::Statement::execute
  (fixes RT#81523)
* looks_like_number identifies 'nan' as number sometimes (add regex to
  t/06virtual.t)

Version 1.401, released October 29, 2012
-------------------------------------------------

[Misc]
* Switch to 3-digited minor version

[Bug fixes]
* undo literal replaces in subqueries before passing them to the
  child parser
* Fix doc typo RT#76764 (STEFFENW) - thanks Steffen
* Fix typo documented in RT#71914 (reported by Ze'ev Atlas,
  fixed by H.Merijn Brand) - thanks Ze'ev and Merijn
* Fix DROP TABLE behaviour and error detection

[Improvements]
* Improve documentation/tests for multiple JOIN's from RT#69573
  (from BBYRD) with modifications
* Filling in the SQL92 gaps for functions (BBYRD) from RT#72638
  with minor modifications - thanks Brendan
2013-01-10 15:11:57 +00:00
ryoon
79c8fc78a7 Updated www/firefox10 to 10.0.12 [is 2013-01-10] 2013-01-10 15:05:18 +00:00
ryoon
cc61c93767 Updated www/firefox to 18.0 2013-01-10 15:04:01 +00:00
ryoon
d47ee12a24 Update to 18.0
Sync with devel/xulrunner 18.0.
2013-01-10 15:03:25 +00:00
ryoon
b9cafb42d3 Updated devel/xulrunner to 18.0 2013-01-10 15:02:35 +00:00
ryoon
98c40df8f0 Update to 18.0
* 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-10 15:01:29 +00:00
obache
fa08040692 Note my TODOs. 2013-01-10 13:00:17 +00:00
ryoon
7371bc2c77 * Reset PKGREVISION.
* Fix build on recent NetBSD current.
2013-01-10 12:31:59 +00:00
is
065bc8d2e7 Update to 10.0.12 - see Mozilla.ORG mfsa2013-01.html 2013-01-10 12:01:02 +00:00
obache
d7109b571a Updated net/mikutter to 0.2.1.1117 2013-01-10 11:21:17 +00:00
obache
9caf48f5ca Update mikutter to 0.2.1.1117, aka pre2. 2013-01-10 11:20:46 +00:00
mef
95b78cebac Update fribidi (0.19.5). 2013-01-10 07:08:08 +00:00
mef
7b6dea4dae (1) Bump version 0.10.9 to 0.19.5 based on PR pkg/47410
Deleting renamed patches.
2013-01-10 07:02:19 +00:00
mef
93475f3fd0 (1) Bump version 0.10.9 to 0.19.5 based on PR pkg/47410
-- 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-10 06:59:55 +00:00
mef
3c8d09f01d Update espeak, as it is in wip now. 2013-01-10 01:43:42 +00:00
jym
3e852e74aa Bump revision, as noted by wiz@ and gdt@. Thanks! 2013-01-10 00:15:55 +00:00
prlw1
35b34b259a Updated x11/gtk3 to 3.6.4 2013-01-09 21:38:59 +00:00
prlw1
7e203d4336 Update gtk3 to 3.6.4
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-09 21:38:32 +00:00
kleink
89aadf5b9e Sprinkle empty USE_LANGUAGES definitions in pure python packages
where missed at import time.
2013-01-09 19:02:42 +00:00
is
2ab0593e65 ical 3.0.2 2013-01-09 17:25:12 +00:00
is
22e0a3a878 Upgrade from the no-longer-maintained 2.x to 3.0.2. This fixes pkg/47421 2013-01-09 17:22:14 +00:00
reed
8f1a029134 Allow to build on systems without O_CLOEXEC (like CentOS 5.8 Linux).
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-09 17:01:02 +00:00
taca
148f1e087e Note update of Ruby on Rails 3.2.11 packages:
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-09 12:46:08 +00:00
taca
2a5350c12d Update ruby-railties32 to 3.2.11.
Only version has updated.
2013-01-09 12:44:44 +00:00
taca
9260fb9db7 Update ruby-actionmailer32 to 3.2.11.
Only version has updated.
2013-01-09 12:44:21 +00:00
taca
19cbf4d8e3 Update ruby-actionpack32 to 3.2.11.
## Rails 3.2.11 ##

* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
2013-01-09 12:43:59 +00:00
taca
1e19d44cfa Update ruby-activerecord32 to 3.2.11.
## Rails 3.2.11 ##

*   Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
2013-01-09 12:43:18 +00:00