Commit graph

233988 commits

Author SHA1 Message Date
markd
f9d56876f0 Note some more documentation only packages 2015-05-17 11:59:47 +00:00
markd
7ac2683ba3 Note some more documentation only packages 2015-05-17 11:41:41 +00:00
mef
7cbd26b930 Githubify. No binary change. 2015-05-17 10:53:07 +00:00
taca
8518086c89 Back out previous commit. No need to explicitly set. 2015-05-17 10:15:59 +00:00
taca
5374d3b70b Correct supported Ruby's version. 2015-05-17 10:14:38 +00:00
taca
c201286123 Note update of textproc/ruby-diff-lcs package to 1.2.5nb1. 2015-05-17 09:47:40 +00:00
taca
f4b5049458 * Add pkg_alternatives support.
* Allow ruby22.

Bump PKGREVISION.
2015-05-17 09:47:05 +00:00
tsutsui
2d613b876f Updated net/mikutter to 3.2.3 2015-05-17 06:56:13 +00:00
tsutsui
1cf8f3b3a7 Update mikutter to 3.2.3.
* fix crash on opening certain URLs
* fix crash during G/C on some environment
* support a new image service
* adopt ruby-gtk2 2.2.5
2015-05-17 06:55:34 +00:00
tsutsui
2d6eae4d27 Updated ruby-gnome2 packages to 2.2.5. 2015-05-17 06:53:28 +00:00
tsutsui
d6a4cd5019 Update ruby-gnome2 to 2.2.5.
It is a GLib 2.44 support release.

=== Changes

==== Ruby/GLib2

    Improvements
        Supported GLib 2.44.
        [GitHub#361][Reported by Benjamin Maisano]

=== Thanks

    Benjamin Maisano
2015-05-17 06:45:23 +00:00
markd
32365a2bf2 texlive fontutils collection additions. 2015-05-17 06:34:17 +00:00
markd
ea30241785 Add remaining packages. Set version to 2014. 2015-05-17 06:29:40 +00:00
markd
e67fb45955 Add packages from texlive fontutils collection. 2015-05-17 06:25:09 +00:00
markd
04e7f9b8b6 Add packages that are part of the texlive fontutils collection. 2015-05-17 06:16:22 +00:00
markd
4bb7c06596 remove a couple of commented depends that have already been done. 2015-05-17 03:59:36 +00:00
taca
3fbf631c1c Note update of mail/dovecot2 package to 2.2.18 and mail/dovecot2-pigeonhole
package to 0.4.8.
2015-05-17 00:14:56 +00:00
taca
3a7f4d13da Update dovecot2-pigeonhole to 0.4.8.
v0.4.8 15-05-2015 Stephan Bosch <stephan@rename-it.nl>

	* LDA Sieve plugin: Dovecot changed the deliver_log_format setting to include
	  %{delivery_time}. This prompted changes in Pigeonhole that make this release
	  dependent on Dovecot v2.2.17.
	+ Implemented magic to make sieve_default script visible from ManageSieve
	  under a configurable name. This way, users can see the default rules, edit
	  them and store a private adjusted version. This could also be achieved by
	  copying the default script into the user's script storage, but updates to
	  the global sieve_default script would be ignored that way.
	+ ManageSieve: Implemented support for reporting command statistics at
	  disconnect. Statistics include the number of bytes and scripts uploaded/
	  downloaded/checked and the number of scripts deleted/renamed.
	- Fixed problem in address test: erroneously decoded mime-encoded words in
	  address headers.
	- extprograms plugin: Fixed failure occurring when connecting to script
	  service without the need to read back the output from the external program.
	- Fixed bug in script storage path normalization occurring with relative
	  symbolic links below root.
	- Fixed and updated various parts of the documentation
	- ManageSieve: Used "managesieve" rather than "sieve" as login service name,
	  which means that all managesieve-specific settings where ignored.
	- Managesieve: Storage quota was not always enforced properly for scripts
	  uploaded as quoted string. Nobody uses that, but it is allowed in the
	  specification and we support it, so it should work properly.
2015-05-17 00:13:51 +00:00
taca
e1dbdaf189 Update dovecot2 package to 2.2.18.
v2.2.18 2015-05-15  Timo Sirainen <tss@iki.fi>

	- director: Login UNIX sockets were normally detected as doveadm or
	  director ring sockets, causing it to break in existing installations.
	- sdbox: When copying a mail in alt storage, place the destination to
	  alt storage as well.

v2.2.17 2015-05-13  Timo Sirainen <tss@iki.fi>

	* Dovecot no longer checks or warns if a mountpoint is removed. This
	  was causing more trouble than it was worth. Make sure that all the
	  mountpoints that Dovecot accesses aren't writable by mail processes
	  when they're unmounted.
	* dict server wasn't properly escaping/unescaping data. Fixing this
	  broke backwards compatibility with data that contains line feeds.
	  This hopefully affects only very few installations. If you're using
	  dict to save multiline data (Sieve scripts to SQL), you may be
	  affected.
	* imap: SPECIAL-USE capability is no longer advertised if there are
	  no special_use flags specified for any mailboxes.

	+ lmtp: Added lmtp_hdr_delivery_address setting to specify whether
	  to include email address in Delivered-To: and Received: headers.
	+ Added initial version of full text search library, which includes
	  language-specific text normalization and filtering. This is still
	  in development, but it's already possible to use for testing with
	  fts-lucene and fts-solr.
	+ lda, lmtp: deliver_log_format can now include %{delivery_time},
	  which expands to how many milliseconds it took to deliver the mail.
	  With LMTP %{session_time} also expands to how many milliseconds the
	  LMTP session took, not including the delivery time.
	+ lmtp proxy: Mail delivery logging includes timing information.
	+ imap: Most IMAP commands now include in the tagged reply how many
	  milliseconds it took to run the command (not counting the time spent
	  on waiting for the IMAP client to read/write data).
	+ director: Implemented director_proxy_maybe passdb extra field to
	  be able to run director and backend in the same Dovecot instance.
	  (LMTP doesn't support mixed proxy/non-proxy destinations currently.)
	+ doveadm: Added -F <file> parameter to read a list of users from the
	  given file and run the command for all the users. This is similar to
	  -A parameter reading the list of users from userdb lookup.
	+ Implemented initial Cassandra CQL support as lib-sql backend. It's
	  only usable as dict backend currently.
	+ Added quota-clone plugin to copy current quota usage to a dict.
	- auth: If auth_master_user_separator was set, auth process could be
	  crashed by trying to log in with empty master username.
	- imap-login, pop3-login: Fixed crash on handshake failures with new
	  OpenSSL versions (v1.0.2) when SSLv3 was disabled.
	- auth: If one passdb fails allow_nets check, it shouldn't have failed
	  all the other passdb checks later on.
	- imap: Server METADATA couldn't be accessed
	- imapc: Fixed \Muted label handling in gmail-migration.
	- imapc: Various bugfixes and improvements.
	- Trash plugin fixes by Alexei Gradinari
	- mbox: Fixed crash/corruption in some situations
2015-05-17 00:12:45 +00:00
roy
84feea754a Updated net/dhcpcd to 6.9.0 2015-05-16 23:37:45 +00:00
roy
dae181223c Import dhcpcd-6.9.0 with the following changes:
*  Fix IPv6 prefix underflow when confirming deprecated but valid leases
  *  eloop.c and .h are now 100% portable outside of dhcpcd
     (provided the system supports recent POSIX and either you or
     the system provide working TAILQ macros)
  *  Allow waitip to work per interface.
  *  Handle ND options in the same way we handle DHCP and DHCPv6 options.
  *  Add new variable of type bitflags:flags where the flags ABCDEFGH,
     A is 10000000, B is 01000000, etc.
     Variables with the name reserved are no longer processed.
  *  Improve IN_IFF_TENTATIVE with ip sharing.
2015-05-16 23:37:25 +00:00
ryoon
2951f49a34 Updated misc/tmux to 2.0 2015-05-16 20:28:36 +00:00
ryoon
1d8b1687da Update to 2.0
Changelog:
CHANGES FROM 1.9a to 2.0 6 March 2015

Incompatible Changes
====================

* The choose-list command has been removed.
* 'terminal-overrides' is now a server option, not a session option.
* 'message-limit' is now a server option, not a session option.
* 'monitor-content' option has been removed.
* 'pane_start_path' option has been removed.
* The "info" mechanism which used to (for some commands) provide feedback
  has been removed, and like other commands, they now produce nothing on
  success.

Normal Changes
==============

* tmux can now write an entry to utmp if the library 'utempter' is present
  at compile time.
* set-buffer learned append mode (-a), and a corresponding
  'append-selection' command has been added to copy-mode.
* choose-mode now has the following commands which can be bound:
	- start-of-list
	- end-of-list
	- top-line
	- bottom-line

* choose-buffer now understands UTF-8.
* Pane navigation has changed:
	- The old way of always using the top or left if the choice is ambiguous.
	- The new way of remembering the last used pane is annoying if the
	  layout is balanced and the leftmost is obvious to the user (because
	  clearly if we go right from the top-left in a tiled set of four we want
	  to end up in top-right, even if we were last using the bottom-right).

      So instead, use a combination of both: if there is only one possible
      pane alongside the current pane, move to it, otherwise choose the most
      recently used of the choice.
* 'set-buffer' can now be told to give names to buffers.
* The 'new-session', 'new-window', 'split-window', and 'respawn-pane' commands
  now understand multiple arguments and handle quoting problems correctly.
* 'capture-pane' understands '-S-' to mean the start of the pane, and '-E-' to
  mean the end of the pane.
* Support for function keys beyond F12 has changed.  The following explains:
	- F13-F24 are S-F1 to S-F12
	- F25-F36 are C-F1 to C-F12
	- F37-F48 are C-S-F1 to C-S-F12
	- F49-F60 are M-F1 to M-F12
	- F61-F63 are M-S-F1 to M-S-F3

 Therefore, F13 becomes a binding of S-F1, etc.
* Support using pane id as part of session or window specifier (so % means
  session-of-%1 or window-of-%1) and window id as part of session
  (so @1 means session-of-@1).
* 'copy-pipe' command now understands formats via -F
* 'if-shell'  command now understands formats via -F
* 'split-window' and 'join-window' understand -b to create the pane to the left
  or above the target pane.
2015-05-16 20:27:49 +00:00
tsutsui
f0ccef92d0 sqlite3>=3.8.9 is also required. 2015-05-16 20:08:36 +00:00
tsutsui
9dbfb4af6e ftp.dti.ad.jp is not working for several years.
Per debian-mirrors:
https://lists.debian.org/debian-mirrors/2014/07/msg00013.html
2015-05-16 20:02:21 +00:00
tsutsui
de1627dc0e Updated multimedia/adobe-flash-plugin11 to 11.2.202.460 2015-05-16 18:47:09 +00:00
tsutsui
fbf5183423 Update adobe-flash-plugin11 to 11.2.202.460.
Upstream announcement:
 https://helpx.adobe.com/security/products/flash-player/apsb15-09.html

Security updates available for Adobe Flash Player

Release date: May 12, 2015

Vulnerability identifier: APSB15-09

CVE number: CVE-2015-3044, CVE-2015-3077, CVE-2015-3078, CVE-2015-3079,
 CVE-2015-3080, CVE-2015-3081, CVE-2015-3082, CVE-2015-3083, CVE-2015-3084,
 CVE-2015-3085, CVE-2015-3086, CVE-2015-3087, CVE-2015-3088, CVE-2015-3089,
 CVE-2015-3090, CVE-2015-3091, CVE-2015-3092, CVE-2015-3093

Platform: All Platforms
2015-05-16 18:46:08 +00:00
wiz
feb03e4f07 + calibre-2.28.0, wine-devel-1.7.43. 2015-05-16 17:04:26 +00:00
tnn
c11fd333d4 Fix OSX build errors. patches from FDO bug 66346 and 90249.
Reported on IRC by Youri Mouton.
2015-05-16 16:39:52 +00:00
mef
12c5b42cc0 Updated textproc/p5-iCal-Parser to 1.20 2015-05-16 14:45:15 +00:00
sevan
952b176f7a Use the correct buffer when calling strlen
http://www.openwall.com/lists/oss-security/2015/05/16/3

Reviewed by wiz@
2015-05-16 14:43:02 +00:00
mef
e3c5ce0229 (pkgsrc)
- Add license to PERL5_LICENSE
(upstream)
 - Update 1.16 to 1.20
-------------------
  ChangeLog does not describe recent changes.
2015-05-16 14:36:58 +00:00
mef
58d9cfb5d0 Updated devel/p5-autovivification to 0.15 2015-05-16 13:54:18 +00:00
mef
d899c81b1b Update to 0.15
--------------
0.15    2015-05-14 20:35 UTC
        + Chg : The new environment variable to enable thread tests on older
                perls is PERL_FORCE_TEST_THREADS. Note that this variable
                should only be turned on by authors.
        + Fix : The module has been taught about the new multideref
                optimization, and will function properly on perl 5.21.11 and
                above.
        + Fix : The module will no longer crash or behave erratically when it
                is loaded by several threads (or Windows emulated processes)
                ran in parallel.
        + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
                ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting
                and feedback on this issue.
        + Fix : Be really compatible with the optional OP_PARENT feature.
        + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms,
                which will address failures of t/43-peep.t and
                t/51-threads-teardown.t with unusual compilers (like icc) that
                link all their compiled objects to their own libraries.
2015-05-16 13:54:08 +00:00
mef
753282fde8 Updated devel/p5-B-Hooks-EndOfScope to 0.15 2015-05-16 13:46:07 +00:00
mef
fd687cf691 Update to 0.15
--------------
0.15      2015-05-14 21:46:06Z
  - updated the tooling for generating Makefile.PL
  - removed Tie::StdHash from prereqs, which is not require()able as a module
    on its own (despite being indexed) (miyagawa, GH #3)
  - fixed the addition in release 0.14 of Hash::Util::FieldHash as a
    prerequisite (which is not available prior to perl 5.010) for pure-perl
    installations (RT#104435)
2015-05-16 13:45:45 +00:00
markd
1fa86bcb8c Depend on more stuff, install less. 2015-05-16 13:02:11 +00:00
markd
ea44a05a9e More tex packages. 2015-05-16 11:31:04 +00:00
markd
19fa34bae5 Add additional tex packages 2015-05-16 11:24:59 +00:00
ryoon
a4d14ea52f Enable Ruby 2.2
O.K. by taca@ on tech-pkg@.
2015-05-16 11:21:00 +00:00
taca
cd07fea7ed Note update of PHP.
lang/php54	5.4.41
	lang/php55	5.5.25
	lang/php56	5.6.9
2015-05-16 11:20:41 +00:00
taca
2eed94e7f1 Reset PKGREVISION along with php{54,55,56} update. 2015-05-16 11:19:52 +00:00
taca
349e0141e7 Update php56 to 5.6.9.
14 May 2015, PHP 5.6.9

- Core:
  . Fixed bug #69467 (Wrong checked for the interface by using Trait).
    (Laruence)
  . Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence)
  . Fixed bug #60022 ("use statement [...] has no effect" depends on leading
    backslash). (Nikita)
  . Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer).
    (Dmitry)
  . Fixed bug #68652 (segmentation fault in destructor). (Dmitry)
  . Fixed bug #69419 (Returning compatible sub generator produces a warning).
    (Nikita)
  . Fixed bug #69472 (php_sys_readlink ignores misc errors from
       GetFinalPathNameByHandleA). (Jan Starke)
  . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
  . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
    (Stas)
  . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
  . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)

- FTP:
  . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
    overflow). (Stas)

- ODBC:
  . Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
    (Anatol)
  . Fixed bug #69474 (ODBC: Query with same field name from two tables returns
    incorrect result). (Anatol)
  . Fixed bug #69381 (out of memory with sage odbc driver). (Frederic Marchall,
      Anatol Belski)

- OpenSSL:
  . Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
    (Daniel Lowrey)

- PCNTL:
  . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)

- PCRE
  . Upgraded pcrelib to 8.37.

- Phar:
  . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
    filename starts with null). (Stas)
2015-05-16 11:18:57 +00:00
taca
9b1dbb2769 Update php55 to 5.5.25.
14 May 2015, PHP 5.5.25

- Core:
  . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
  . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
    (Stas)
  . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
  . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
  . Fixed bug #69467 (Wrong checked for the interface by using Trait).
    (Laruence)
  . Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence)
  . Fixed bug #60022 ("use statement [...] has no effect" depends on leading
    backslash). (Nikita)
  . Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer).
    (Dmitry)
  . Fixed bug #68652 (segmentation fault in destructor). (Dmitry)
  . Fixed bug #69419 (Returning compatible sub generator produces a warning).
    (Nikita)
  . Fixed bug #69472 (php_sys_readlink ignores misc errors from
    GetFinalPathNameByHandleA). (Jan Starke)

- FTP:
  . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
    overflow). (Stas)

- ODBC:
  . Fixed bug #69474 (ODBC: Query with same field name from two tables returns
    incorrect result). (Anatol)
  . Fixed bug #69381 (out of memory with sage odbc driver). (Frederic Marchall,
    Anatol Belski)

- OpenSSL:
  . Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
    (Daniel Lowrey)

- PCNTL:
  . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)

- Phar:
  . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename
    starts with null). (Stas)
2015-05-16 11:17:45 +00:00
taca
9003cb7386 Update php54 to 5.4.41.
14 May 2015 PHP 5.4.41

- Core:
  . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
  . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
    (Stas)
  . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
  . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)

- FTP:
  . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
    overflow). (Stas)

- PCNTL:
  . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)

- PCRE
  . Upgraded pcrelib to 8.37.

- Phar:
  . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
    filename starts with null). (Stas)
2015-05-16 11:16:40 +00:00
markd
8722a7c61d Add more tex packages. 2015-05-16 10:56:00 +00:00
markd
8f8fb2de61 Add additional tex packages from bibtexextra, latexextra, mathextra and
pictures texlive collections.
2015-05-16 10:30:14 +00:00
wiz
082aa63bdf Updated sysutils/xfce4-thunar to 1.6.8 2015-05-16 06:47:11 +00:00
wiz
2f4c2eece6 Update to 1.6.8, from David H. Gutteridge in PR 49858. Ok youri@.
1.6.8

- Watch for CHANGES_DONE_HINT instead of CHANGED and ATTRIBUTE_CHANGED =
(bug #8377) (Harald Judt)
- Shortcut view: Fix "selection in selection" graphical bug when =
renaming shortcut (Harald Judt)
- Fix broken shortcut renaming (bug #11885) (Harald Judt)
- Unescape URIs in the shortcut view (bug #10831) (Harald Judt)
- Fix compiler warning because of missing curly braces (Harald Judt)
- Fix compilation error because of wrong variable name (Harald Judt)
- Fix unescaping of local paths in path entry (bug #8190) (Harald Judt)
- Fix escaping and unescaping URI in path entry (bug #8910) (Harald =
Judt)
- Let the tree view keep the focus when clicking on an item (bug #11863) =
(Harald Judt)
- Fix switching to the 10th tab via <alt>-<0> keyboard shortcut (Harald =
Judt)
- Fix removal of a directory wrongly affecting the current tab (bug =
#10981) (Harald Judt)
- Keep the scroll position when restoring the file selection (Harald =
Judt)
- Restore selection only when rows-reordered signal is received (bug =
#11855) (Harald Judt)
- For folders copied always append "copy #" to the end of their names =
(bug #11862) (Harald Judt)
- Update F5 binding for new ThunarWindow::reload signal (Evangelos =
Foutras)
- Do not perform the complete folder reload in idle (bug #11849) (Harald =
Judt)
- Coverity CID 60623: Unused value (Harald Judt)
- Coverity CID 60621: Missing return statement (Harald Judt)
- Coverity CID 60620: Explicit null dereferenced (Harald Judt)
- Coverity CID 60619: Explicit null dereferenced (Harald Judt)
- Coverity CID 60617: Unchecked return value (Harald Judt)
- Remove unused variable in thunar_standard_view_set_history (Harald =
Judt)
- Remove startup notification dependencies (bug #11837) (Harald Judt)
- Translation updates: Galician, German, Lithuanian

1.6.7
=====
- Improve drag & drop and selecting in the details view (bug #11605) (Harald Judt)
- Let row changes accumulate a bit before restoring selection (Harald Judt)
- Implement reloading file information on manual reload (Harald Judt)
- Extend reload functions to allow a full reload (Harald Judt)
- Check in thunar-marshal with new _thunar_marshal_BOOLEAN__BOOLEAN (Harald Judt)
- Reload files changed by jobs in an idle loop (bug #11008) (Harald Judt)
- Refactor code for moving thumbnail cache file on renames/moves (Harald Judt)
- Rework thunar_file_monitor to properly register moved files (Harald Judt)
- Add function to reload parent file of a file (Harald Judt)
- Fix updating file info for moved files (bug #11008) (Harald Judt)
- Revert "Refresh file info after getting it from cache (bug #11008)" (Harald Judt)
- Update the location bar after reload (bug #10518) (Harald Judt)
- Fix updating custom actions (bug #11749) (Harald Judt)
- Update rows on changes of case-sensitive and folders-first settings (Harald Judt)
- Fix typos and grammar mistakes in a few comments (Harald Judt)
- Make new windows inherit the history of the origin view (bug #5538) (Harald Judt)
- Make new tabs inherit the history of the origin view (bug #5538) (Harald Judt)
- Keep the history across view changes (bug #10171) (Harald Judt)
- Implement functions for copying the history of a view (Harald Judt)
- Rename tsv_restore_selection to tsv_select_after_row_deleted (Harald Judt)
- Redraw the details view on row changes (Harald Judt)
- Restore selection on row changes too (bug #9886) (Harald Judt)
- Improve mouse wheel zoom behaviour (Harald Judt)
- Remember and restore file selection on view changes (Harald Judt)
- Restore file selection when changing sort order (bug #9886) (Harald Judt)
- Update model with changed binary file size setting immediately (Harald Judt)
- Fix typo busy_pulse in thunar-shortcuts-model.c (Harald Judt)
- Fix typo in thunar-clipboard-manager (Harald Judt)
- Fix Gdk-CRITICAL error (Thaddaeus Tintenfisch)
- Clean up more files with make clean (Harald Judt)
- Rework usage of binary file size properties (bug #11450) (Harald Judt)
- Remove duplicate break statement in thunar-standard-view (Harald Judt)
- Fix compiler warning about shadowing 'basename' (bug #11633) (Matt Thirtytwo)
- thunar/thunar-dbus-service-infos.xml corrections (Thaddaeus Tintenfisch)
- Fix startup id handling for launch requests over D-Bus (bug #9646) (Thaddaeus Tintenfisch)
- Fallback to non-cached version of source file (bug #9142) (Thaddaeus Tintenfisch)
- Translation updates: Chinese (China), Croatian, English (Australia), French, German,
  Greek, Italian, Lithuanian, Polish, Swedish, Ukrainian
2015-05-16 06:47:02 +00:00
ryoon
380824b61e Fix PR pkg/49905.
* Update nss requirement.
2015-05-16 04:16:04 +00:00