Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:16:18 UTC Now

2013-02-25 16:55:28 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4080 - requested by taca
lang/ruby193-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.95
- lang/ruby193-base/Makefile                                    1.26
- lang/ruby193-base/distinfo                                    1.18
- lang/ruby193-base/patches/patch-ext_json_lib_json_add_core.rb deleted
- lang/ruby193-base/patches/patch-ext_json_lib_json_common.rb  deleted
- lang/ruby193-base/patches/patch-ext_json_lib_json_version.rb  deleted
- lang/ruby193-base/patches/patch-ext_json_parser_parser.c      deleted
- lang/ruby193-base/patches/patch-ext_json_parser_parser.rl    deleted
- lang/ruby193-base/patches/patch-test_json_test__json.rb      deleted
- lang/ruby193-base/patches/patch-test_json_test__json__addition.rb deleted
- lang/ruby193-base/patches/patch-test_json_test__json__string__matching.rb deleted

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Feb 22 16:20:48 UTC 2013

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby193-base: Makefile distinfo
  Removed Files:
  pkgsrc/lang/ruby193-base/patches: patch-ext_json_lib_json_add_core.rb
      patch-ext_json_lib_json_common.rb
      patch-ext_json_lib_json_version.rb patch-ext_json_parser_parser.c
      patch-ext_json_parser_parser.rl patch-test_json_test__json.rb
      patch-test_json_test__json__addition.rb
      patch-test_json_test__json__string__matching.rb

  Log Message:
  Update ruby193-base package (and related) to 1.9.3-p392.
  Security problem of CVE-2013-0269 was already handled but REXML security
  problem is fixed by this package.

  Now Ruby 1.9.3-p392 is released. I apologize for updating too frequently.

  This release includes security fixes about bundled JSON and REXML.

  * Denial of Service and Unsafe Object Creation Vulnerability in JSON
    (CVE-2013-0269)
  * Entity expansion DoS vulnerability in REXML (XML bomb)

  And some small bugfixes are also included.

(tron)

2013-02-25 16:13:28 UTC MAIN commitmail json YAML

2013-02-25 16:12:48 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4079 - requested by taca
www/geeklog: security update

Revisions pulled up:
- www/geeklog/Makefile                                          1.37
- www/geeklog/distinfo                                          1.21

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Feb 21 13:01:24 UTC 2013

  Modified Files:
  pkgsrc/www/geeklog: Makefile distinfo

  Log Message:
  Update geeklog to 1.8.2.1 (Geeklog 1.8.2sr1).

  Geeklog History/Changes:

  Feb 19, 2013 (1.8.2sr1)
  ------------

  This release addresses the following security issues:
  - High-Tech Bridge Security Research Lab reported an XSS in the calendar_type
    parameter in the Calendar plugin (HTB23143).
  - Trustwave Spiderlabs reported XSS in the install script, the Configuration,
    as well as in the Admin interfaces for the Polls plugin and the Topic editor
    (TWSL2013-001).

  Not security-related:
  - Fixed Twitter OAuth login by switching to version 1.1 of the Twitter API
    (feature request #0001506).

(tron)

2013-02-25 16:11:47 UTC MAIN commitmail json YAML

Updated lang/icc11 to 11.1.080nb1

(wiz)

2013-02-25 16:11:38 UTC MAIN commitmail json YAML

Switch to gcc47 instead of gcc34. Works just as well and will be supported
longer. Bump PKGREVISION.

(wiz)

2013-02-25 16:10:53 UTC MAIN commitmail json YAML

Readd enigmail checksums.

(wiz)

2013-02-25 16:07:46 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4078 - requested by taca
www/drupal7: security update

Revisions pulled up:
- www/drupal7/Makefile                                          1.17
- www/drupal7/distinfo                                          1.11

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Feb 21 12:59:19 UTC 2013

  Modified Files:
  pkgsrc/www/drupal7: Makefile distinfo

  Log Message:
  Update drupal7 to 7.20.

  Drupal 7.20, 2013-02-20
  -----------------------
  - Fixed security issues (denial of service). See SA-CORE-2013-002.

(tron)

2013-02-25 03:14:21 UTC MAIN commitmail json YAML

Added devel/p5-MooX-Types-MooseLike version 0.21

(wen)

2013-02-25 03:12:59 UTC MAIN commitmail json YAML

Initial import MooX-Types-MooseLike-0.21 as devel/p5-MooX-Types-MooseLike.

MooX::Types::MooseLike provides some Moosish types and a typer builder.

(wen)

2013-02-25 02:24:34 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3111

(wen)

2013-02-25 02:23:13 UTC MAIN commitmail json YAML

Update to 1.3111
Add p5-YAML as DEPENDS

Upstream changes:
1.3111

[ BUG FIXES ]
    * GH #877: fix Dancer Error when so that 'exception' object is not passed
      to serializers, because XML/JSON serializers don't understand objects
      (rikbrown).
    * GH #858: Check for definedness, not truth, when testing if we read
      into the buffer when parsing a request body (florolf).
    * GH #845: Fix uninitialized warning when loading modules (Fabrice Gabolde).
    * GH #851, GH #853: Atomic YAML session writing (Roman Galeev).
    * GH #852: Saner UTF logging (Roman Galeev).
    * GH #849, GH #850: Serve autopages with text/html content type.
      (Philippe Bruhat - BooK)
    * GH #848: Handle If-Modified-Since header in the request for static files.
      (Philippe Bruhat - BooK)
    * GH #848: Send a Last-Modified header for static files.
      (Philippe Bruhat - BooK)
    * GH #856: Don't export non-existing subroutine (mokko).
    * GH #874: Reduce dependence on %ENV for internal code (Kent Fredric).
    * GH #875: Don't expect specific order in cookies (Yanick Champoux).
    * Remove 'exception' object from message being passed to serializers.
        (Rik Brown)
    * Added .travis.yml to MANIFEST.SKIP so t/manifest.t passes (Kaitlyn Parkhurst).
    * GH #887, GH #890: keyword 'global_warnings' added to replace 'import_warnings'
        (Kaitlyn Parkhurst).
    * GH #892: add 'private_key' to the list of potentially sensitive keys (Tom Heady).

    [ DOCUMENTATION ]
    * GH #847: Fix typo (John Wittkoski).
    * GH #865: Correct 'before' hook documentation (David Precious, Maurice).
    * GH #860, GH #844, GH #760: Misleading plack middleware documentation.
      (Paul Fenwick)
    * GH #862: Fix heading level for strict_config entry in Dancer::Config.
      (Stefan Hornburg - Racke)
    * GH #863: Correct example apache config (John Wittkoski).
    * GH #867: correct doc for ModuleLoader::load_with_params (mokko).
    * Document route_cache option (David Precious).
    * Docs for route_cache_size_limit & route_cache_path_limit (David Precious).
    * Remove meaningless 'encoding' to TT config (David Precious).
    * Remove docs for mounting multiple apps (Naveed Massjouni).
    * Update doc URLs (David Precious).
    * Fix inconsistency in Perlbal deployment example (Slaven Rezi., Racke).
    * GH #894: Replace spurious character in Dancer::Session's POD (Racke).
    * GH #880: Add deprecation mention for 'after' (pdl and Yanick Champoux).

(wen)

2013-02-24 23:26:05 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup tickets #4076 and #4077.

(tron)

2013-02-24 23:25:29 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4077 - requested by markd
net/netatalk: build fix

Revisions pulled up:
- net/netatalk/distinfo                                        1.48
- net/netatalk/patches/patch-etc_uams_uams_gss.c                1.1

---
  Module Name: pkgsrc
  Committed By: markd
  Date: Fri Feb 22 22:41:32 UTC 2013

  Modified Files:
  pkgsrc/net/netatalk: distinfo
  Added Files:
  pkgsrc/net/netatalk/patches: patch-etc_uams_uams_gss.c

  Log Message:
  Dont override the value of GSS_C_NT_HOSTBASED_SERVICE that recent
  Heimdal's set.

(tron)

2013-02-24 23:20:42 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4076 - requested by obache
print/acroread9: security update

Revisions pulled up:
- print/acroread9/Makefile                                      1.9
- print/acroread9/distinfo                                      1.8

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Sat Feb 23 12:56:16 UTC 2013

  Modified Files:
  pkgsrc/print/acroread9: Makefile distinfo

  Log Message:
  Update acroread9 to 9.5.4 for APSA13-02.

(tron)

2013-02-24 22:48:59 UTC MAIN commitmail json YAML

2013-02-24 18:41:25 UTC MAIN commitmail json YAML

2013-02-24 17:36:42 UTC MAIN commitmail json YAML

2013-02-24 17:31:14 UTC MAIN commitmail json YAML

2013-02-24 16:37:31 UTC MAIN commitmail json YAML

Updated multimedia/deforaos-player to 0.1.5

(khorben)

2013-02-24 16:04:24 UTC MAIN commitmail json YAML

Added sysutils/terminal version 0.0.0

(khorben)

2013-02-24 16:02:13 UTC MAIN commitmail json YAML

Added sysutils/deforaos-terminal

(khorben)

2013-02-24 16:01:19 UTC MAIN commitmail json YAML

deforaos-terminal currently has a run-time dependency on x11/xterm

(khorben)

2013-02-24 15:59:12 UTC MAIN commitmail json YAML

Seems to conflict with xfce4-terminal at the moment unfortunately

(khorben)

2013-02-24 15:58:16 UTC MAIN commitmail json YAML

On OS X 10.6.8, configure finds the native xft and builds against
it; judging by the PLIST, that's unintended. Tell configure to stop.

(schmonz)

2013-02-24 15:48:28 UTC MAIN commitmail json YAML

Added sysutils/deforaos-terminal, version 0.0.0

DeforaOS Terminal is a terminal emulator, embedding xterm within a Gtk+ interface. It supports multiple tabs and windows.

(khorben)

2013-02-24 15:14:59 UTC MAIN commitmail json YAML

+ mlterm-3.1.8.

(taca)

2013-02-24 15:13:36 UTC MAIN commitmail json YAML

+ Mesa-9.1, MesaLib-9.1, Transmission-gui-2.77, apache24-2.4.4,
  dbus-1.7.0, ffmpeg-20130222.1.1.3, file-5.13, fluxbox-1.3.5,
  gssdp-0.14.1, libnice-0.1.4, mdds-0.7.0, mono-3.0.4, orc-0.4.17,
  parallel-20130222, patch-2.7.1, podofo-0.9.2, py-simplejson-3.1.0,
  rudiments-0.41, stella-3.8, x264-devel-20130223.

(wiz)

2013-02-24 15:03:54 UTC MAIN commitmail json YAML

Updated net/aria2 to 1.16.3

(ryoon)

2013-02-24 15:03:08 UTC MAIN commitmail json YAML

Update to 1.16.3

Changelog:
aria2 1.16.3
============

Release Note
------------

This release fixes the bug which causes random crash. It also fixes
socket option setting failure on Windows platform.

Changes
-------

* Fix failure to set TCP_NODELAY on Windows

  On Windows setting TCP_NODELAY after non-blocking connect fails at
  least on Windows 7.

* Fix invalid iterator handling when deleting RequestGroup

aria2 1.16.2
============

Release Note
------------

This release fixes the bug which causes long running BitTorrent
download to stall. The several new options have been added.

Changes
-------

* Check SSL_OP_NO_COMPRESSION is available before using it

* Fix bug returnPeer is not called if sequence_ == INITIATOR_SEND_KEY

  In InitiatorMSEHandshakeCommand, when aborting connection, we must
  return peer to the PeerStorage. But it is not done if sequence_ is
  INITIATOR_SEND_KEY. This causes stale Peer objects whose usedBy()
  returns true eventually occupies peer list and aria2 cannot make any
  connections.

* Accept k and m as well as K and M in util::getRealSize()

* mingw32: Make NTFS sparse file on --file-allocation=trunc

* Added --save-session-interval option

  --save-session-interval option saves error/unfinished downloads to a
  file specified by --save-session option every SEC seconds. If 0 is
  given, file will be saved only when aria2 exits.

* Use request URI as referer if --referer="*" is given

* Log warn if unknown option is found in config file or -i file

* Added --console-log-level option

  --console-log-level option sets log level to output to console.

(ryoon)

2013-02-24 14:55:34 UTC MAIN commitmail json YAML

Note Remove of www/ruby-sass-rails31 package.

(taca)

2013-02-24 14:55:11 UTC MAIN commitmail json YAML

Remove ruby-sass-rails31 which was for Ruby on Rails 3.1.

(taca)

2013-02-24 14:54:32 UTC MAIN commitmail json YAML

Remove ruby-sass-rails31.

(taca)

2013-02-24 14:53:54 UTC MAIN commitmail json YAML

Note remove packages which were required by Ruby on Rails 3.1.

databases/ruby-arel22
www/ruby-rack13

(taca)

2013-02-24 14:52:02 UTC MAIN commitmail json YAML

Remove ruby-rack13 which was only required by www/ruby-actionpack31.

(taca)

2013-02-24 14:50:00 UTC MAIN commitmail json YAML

Remove ruby-rack13.

(taca)

2013-02-24 14:48:28 UTC MAIN commitmail json YAML

Remove ruby-sprockets20 which was required only by www/ruby-actionpack31.

(taca)

2013-02-24 14:47:05 UTC MAIN commitmail json YAML

Remove ruby-sprockets20.

(taca)

2013-02-24 14:45:47 UTC MAIN commitmail json YAML

Remove ruby-arel22 which was required only by databases/ruby-activerecord31.

(taca)

2013-02-24 14:44:51 UTC MAIN commitmail json YAML

Remove ruby-arel22.

(taca)

2013-02-24 14:44:26 UTC MAIN commitmail json YAML

Updated www/firefox17-l10n to 17.0.3

(ryoon)

2013-02-24 14:43:26 UTC MAIN commitmail json YAML

Note remove of mail/ruby-mail23 package.

(taca)

2013-02-24 14:43:01 UTC MAIN commitmail json YAML

Remove ruby-mail23 package which was only required by ruby-actionmailer31.

(taca)

2013-02-24 14:41:26 UTC MAIN commitmail json YAML

2013-02-24 14:39:59 UTC MAIN commitmail json YAML

Remove ruby-mail23.

(taca)

2013-02-24 14:33:28 UTC MAIN commitmail json YAML

Remove support for Ruby on Rails 3.1.

(taca)

2013-02-24 14:31:46 UTC MAIN commitmail json YAML

Remove Ruby on Rails 3.1 component packages:

www/ruby-rails31
mail/ruby-actionmailer31
databases/ruby-activerecord31
devel/ruby-railties31
www/ruby-actionpack31
www/ruby-activeresource31
devel/ruby-activemodel31
devel/ruby-activesupport31

(taca)

2013-02-24 14:27:32 UTC MAIN commitmail json YAML

Remove ruby-activesupport31 package which is part of Ruby on Rails 3.1.

(taca)

2013-02-24 14:26:48 UTC MAIN commitmail json YAML

Remove ruby-activemodel31 package which is part of Ruby on Rails 3.1.

(taca)

2013-02-24 14:26:25 UTC MAIN commitmail json YAML

Remove ruby-activemodel31.

(taca)

2013-02-24 14:25:47 UTC MAIN commitmail json YAML

2013-02-24 14:25:18 UTC MAIN commitmail json YAML

Remove ruby-activeresource31.

(taca)

2013-02-24 14:24:02 UTC MAIN commitmail json YAML

Remove ruby-actionpack31 package which is part of Ruby on Rails 3.1.

(taca)

2013-02-24 14:23:33 UTC MAIN commitmail json YAML

Remove ruby-actionpack31.

(taca)

2013-02-24 14:23:26 UTC MAIN commitmail json YAML

2013-02-24 14:22:49 UTC MAIN commitmail json YAML

Remove Remove ruby-railties31 package which is part of Ruby on Rails 3.1.

(taca)

2013-02-24 14:22:14 UTC MAIN commitmail json YAML

Remove ruby-railties31.

(taca)

2013-02-24 14:21:17 UTC MAIN commitmail json YAML

2013-02-24 14:20:37 UTC MAIN commitmail json YAML

Remove ruby-activerecord31.

(taca)

2013-02-24 14:19:38 UTC MAIN commitmail json YAML

Updated devel/xulrunner17 to 17.0.3
Updated www/firefox17 to 17.0.3

(ryoon)

2013-02-24 14:19:04 UTC MAIN commitmail json YAML

Remove ruby-actionmailer31 package which is part of Ruby on Rails 3.1.

(taca)

2013-02-24 14:18:09 UTC MAIN commitmail json YAML

Remove ruby-actionmailer31.

(taca)

2013-02-24 14:18:01 UTC MAIN commitmail json YAML

Update to 17.0.3

Changelog:
FIXED
Security fixes can be found here
FIXED
Improvements to the Click-to-Play vulnerable plugin blocklisting feature

Fixed in Firefox ESR 17.0.3
MFSA 2013-28 Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer
MFSA 2013-27 Phishing on HTTPS connection through malicious proxy
MFSA 2013-26 Use-after-free in nsImageLoadingContent
MFSA 2013-25 Privacy leak in JavaScript Workers
MFSA 2013-24 Web content bypass of COW and SOW security wrappers
MFSA 2013-21 Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3)

(ryoon)

2013-02-24 14:17:13 UTC MAIN commitmail json YAML

Remove ruby-rails31 package which is part of Ruby on Rails 3.1.

(taca)

2013-02-24 14:16:05 UTC MAIN commitmail json YAML

Remove ruby-rails31.

(taca)

2013-02-24 14:15:46 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 17.0.3

(ryoon)

2013-02-24 14:14:42 UTC MAIN commitmail json YAML

Note remove of packages only for Ruby on Rails 3.1.

www/ruby-coffee-rails31
devel/ruby-uglifier10
devel/ruby-turn08

(taca)

2013-02-24 14:13:56 UTC MAIN commitmail json YAML

Update to 17.0.3

Changelog:
    FIXED
    Security fixes can be found here
    FIXED
    Attachments sometimes could not be removed from the composition window using the keyboard, this is now fixed (799451)

Fixed in Thunderbird 17.0.3
MFSA 2013-28 Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer
MFSA 2013-27 Phishing on HTTPS connection through malicious proxy
MFSA 2013-26 Use-after-free in nsImageLoadingContent
MFSA 2013-25 Privacy leak in JavaScript Workers
MFSA 2013-24 Web content bypass of COW and SOW security wrappers
MFSA 2013-21 Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3)

(ryoon)

2013-02-24 14:13:54 UTC MAIN commitmail json YAML

Remove ruby-turn08 package only for Ruby on Rails 3.1.

(taca)

2013-02-24 14:13:13 UTC MAIN commitmail json YAML

Remove ruby-turn08.

(taca)

2013-02-24 14:12:24 UTC MAIN commitmail json YAML

Remove ruby-uglifier10 package only for Ruby on Rails 3.1.

(taca)

2013-02-24 14:11:22 UTC MAIN commitmail json YAML

Remove ruby-uglifier10.

(taca)

2013-02-24 14:10:33 UTC MAIN commitmail json YAML

2013-02-24 14:10:25 UTC MAIN commitmail json YAML

Remove ruby-coffee-rails31.

(taca)

2013-02-24 13:40:09 UTC MAIN commitmail json YAML

Updated www/ruby-httpclient to 2.3.3

(obache)

2013-02-24 13:39:53 UTC MAIN commitmail json YAML

Update ruby-httpclient to 2.3.3.

= Changes in 2.3.3 =

  February 24, 2013 - version 2.3.3

  * Changes

    * #144 Add User-Agent field by default. You can remove the header by
      setting nil to HTTPClient#agent_name.

(obache)

2013-02-24 09:45:12 UTC MAIN commitmail json YAML

Updated DESCR with more recent figures.

(imil)

2013-02-24 09:43:42 UTC MAIN commitmail json YAML

Updated DESCR with more recent figures.

(imil)

2013-02-24 09:02:07 UTC MAIN commitmail json YAML

Note minimal hints for Cygwin.

(obache)

2013-02-24 06:58:32 UTC MAIN commitmail json YAML

GNUmake is expected for Cygwin.

(obache)

2013-02-24 06:55:29 UTC MAIN commitmail json YAML

On Cygwin, shared libraries will be installed in `bin', and symbolic links
will not be created.

(obache)

2013-02-24 05:35:49 UTC MAIN commitmail json YAML

No special linux files in latest py-twisted.

(markd)

2013-02-24 01:27:17 UTC MAIN commitmail json YAML

Fix missing '$' in regex in sh in bmake.
noticed by gson@.

(obache)

2013-02-24 01:26:24 UTC MAIN commitmail json YAML

2013-02-24 01:25:31 UTC MAIN commitmail json YAML

2013-02-24 01:24:09 UTC MAIN commitmail json YAML

Updated parallel/openmpi to 1.6.4

(asau)

2013-02-24 01:22:36 UTC MAIN commitmail json YAML

Update to OpenMPI 1.6.4

Here is a list of changes in v1.6.4 as compared to v1.6.3:

- Fix Cygwin shared memory and debugger plugin support.  Thanks to
  Marco Atzeri for reporting the issue and providing initial patches.
- Fix to obtaining the correct available nodes when a rankfile is
  providing the allocation.  Thanks to Siegmar Gross for reporting the
  problem.
- Fix process binding issue on Solaris.  Thanks to Siegmar Gross for
  reporting the problem.
- Updates for MXM 2.0.
- Major VT update to 5.14.2.3.
- Fixed F77 constants for Cygwin/Cmake build.
- Fix a linker error when configuring --without-hwloc.
- Automatically provide compiler flags that compile properly on some
  types of ARM systems.
- Fix slot_list behavior when multiple sockets are specified.  Thanks
  to Siegmar Gross for reporting the problem.
- Fixed memory leak in one-sided operations.  Thanks to Victor
  Vysotskiy for letting us know about this one.
- Added performance improvements to the OpenIB (OpenFabrics) BTL.
- Improved error message when process affinity fails.
- Fixed MPI_MINLOC on man pages for MPI_REDUCE(_LOCAL).  Thanks to Jed
  Brown for noticing the problem and supplying a fix.
- Made malloc hooks more friendly to IO interprosers.  Thanks to the
  bug report and suggested fix from Darshan maintainer Phil Carns.
- Restored ability to direct launch under SLURM without PMI support.
- Fixed MPI datatype issues on OpenBSD.
- Major VT update to 5.14.2.3.
- Support FCA v3.0+.
- Fixed header file problems on OpenBSD.
- Fixed issue with MPI_TYPE_CREATE_F90_REAL.
- Fix an issue with using external libltdl installations.  Thanks to
  opolawski for identifying the problem.
- Fixed MPI_IN_PLACE case for MPI_ALLGATHER for FCA.
- Allow SLURM PMI support to look in lib64 directories.  Thanks to
  Guillaume Papaure for the patch.
- Restore "use mpi" ABI compatibility with the rest of the 1.5/1.6
  series (except for v1.6.3, where it was accidentally broken).
- Fix a very old error in opal_path_access(). Thanks to Marco Atzeri
  for chasing it down.

(asau)

2013-02-24 00:00:16 UTC MAIN commitmail json YAML

Updated www/seamonkey-l10n to 2.16

(ryoon)

2013-02-23 23:59:25 UTC MAIN commitmail json YAML

2013-02-23 23:54:55 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.16

(ryoon)

2013-02-23 23:54:03 UTC MAIN commitmail json YAML

Update to 2.16

* enigmail is broken

Changelog:
SeaMonkey-specific changes
    Reply to List is now supported.
    SSL-related warning prompts (leaving or entering a secure site, viewing mixed content) have been replaced by less intrusive, non-modal notification bars.
    See the changes page for minor changes.

Mozilla platform changes
    Image quality has been improved through a new HTML scaling algorithm.
    Canvas elements can export their content as an image blob using canvas.toBlob() now.
    CSS @page is now supported.
    CSS viewport-percentage length units have been implemented (vh, vw, vmin and vmax).
    CSS text-transform now supports full-width.
    Fixed several stability issues.

Fixed in SeaMonkey 2.16
MFSA 2013-28 Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer
MFSA 2013-27 Phishing on HTTPS connection through malicious proxy
MFSA 2013-26 Use-after-free in nsImageLoadingContent
MFSA 2013-25 Privacy leak in JavaScript Workers
MFSA 2013-24 Web content bypass of COW and SOW security wrappers
MFSA 2013-23 Wrapped WebIDL objects can be wrapped again
MFSA 2013-22 Out-of-bounds read in image rendering
MFSA 2013-21 Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3)

(ryoon)

2013-02-23 23:53:18 UTC MAIN commitmail json YAML

argh this has apparently been wrong all week
(it is creating an "emacs" package instead of an "emacs22" package)

(dholland)

2013-02-23 23:52:32 UTC MAIN commitmail json YAML

Help people using mk files outside pkgsrc, provide saner default values.

(asau)

2013-02-23 23:49:35 UTC MAIN commitmail json YAML

Remove wrong DEPENDS (in Makefile.common, just committed) and bump
PKGREVISION.

(dholland)

2013-02-23 23:46:37 UTC MAIN commitmail json YAML

2013-02-23 23:36:49 UTC MAIN commitmail json YAML

Forget previous, try again.

(dholland)

2013-02-23 23:32:20 UTC MAIN commitmail json YAML

Fix fatal problem with the emacs-nox11 meta-package, which I guess I
didn't notice because I didn't build enough combinations, or something.

(dholland)

2013-02-23 22:17:17 UTC MAIN commitmail json YAML

Updated textproc/rarian to 0.8.1nb3

(jperkin)

2013-02-23 22:17:02 UTC MAIN commitmail json YAML

Don't use -export-symbols-regex, it breaks non-GNU linkers and results in the
wrong SONAME being set, in this case to '../librarian/.libs/librarian.so'.

Fixes a number of packages and PR#37842.

Bump PKGREVISION, binary package needs to be updated.

(jperkin)

2013-02-23 21:13:32 UTC MAIN commitmail json YAML

Note addition of security/netpgpverify-20120928

(agc)

2013-02-23 21:12:54 UTC MAIN commitmail json YAML

Add ane enable netpgpverify

(agc)

2013-02-23 21:11:57 UTC MAIN commitmail json YAML

Initial import of netpgpverify-20120928 into the Packages Collection

netpgpverify is a standalone program to verify a PGP signature
on a file or document. Both RSA and DSA signatures are supported,
as are binary and document signatures.

netpgpverify is compliant with RFC 4880.

netpgpverify is a small frontend for libnetpgpverify, to allow PGP digital
signatures to be verified from the command line.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2013-02-23 21:06:29 UTC MAIN commitmail json YAML

Note the addition of libnetpgpverify-20120928

(agc)

2013-02-23 21:05:27 UTC MAIN commitmail json YAML

Add and enable libnetpgpverify

(agc)

2013-02-23 21:04:28 UTC MAIN commitmail json YAML

Initial import of libnetpgpverify-20120928, a library to verify PGP
signatures.

This library has no pre-requisites other than -lz and -lbz2.

This is libnetpgpverify, a standalone library to verify PGP
signatures.

It uses its own internal MPI/BIGNUM functions, which are a vastly
cut-down version of libtommath.  For this reason, utilities and other
libraries can embed PGP signature verification, using a BSD-licensed
library.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2013-02-23 17:39:24 UTC MAIN commitmail json YAML

Packaged DeforaOS Player 0.1.5, with:
- improved user interface (progress bar, seeking, displaying errors)
- additional tool for remote controlling the playback;
- manual pages for both binaries.

(khorben)

2013-02-23 17:01:11 UTC MAIN commitmail json YAML

Updated www/py-django to 1.4.5

(adam)

2013-02-23 17:00:19 UTC MAIN commitmail json YAML

Changes 1.4.5:
Security-fix release. Here's a brief summary of each issue and its resolution:

Issue: Host header poisoning: an attacker could cause Django to generate and display URLs that link to arbitrary domains. This could be used as part of a phishing attack. These releases fix this problem by introducing a new setting, ALLOWED_HOSTS, which specifies a whitelist of domains your site is known to respond to.

Important: by default Django 1.3.6 and 1.4.4 set ALLOWED_HOSTS to allow all hosts. This means that to actually fix the security vulnerability you should define this setting yourself immediately after upgrading.

Issue: Formset denial-of-service: an attacker can abuse Django's tracking of the number of forms in a formset to cause a denial-of-service attack. This has been fixed by adding a default maximum number of forms of 1,000. You can still manually specify a bigger max_num, if you wish, but 1,000 should be enough for anyone.

Issue: XML attacks: Django's serialization framework was vulnerable to attacks via XML entity expansion and external references; this is now fixed. However, if you're parsing arbitrary XML in other parts of your application, we recommend you look into the defusedxml Python packages which remedy this anywhere you parse XML, not just via Django's serialization framework.

Issue: Data leakage via admin history log: Django's admin interface could expose supposedly-hidden information via its history log. This has been fixed.

(adam)

2013-02-23 13:30:49 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.73

(obache)

2013-02-23 13:30:18 UTC MAIN commitmail json YAML

Update x11-links to 0.73.

Let to expand libtool archive (.la) automatically, so no need to mainain X11
file list manually anymore (every OS update may include shlib version change),
if the OS provide .la file (and no need to mind shlib type).

(obache)

2013-02-23 13:12:42 UTC MAIN commitmail json YAML

Updated math/octave to 3.6.4

(asau)

2013-02-23 13:11:06 UTC MAIN commitmail json YAML

Update to Octave 3.6.4
This version is a minor bug fixing release.

(asau)

2013-02-23 12:56:59 UTC MAIN commitmail json YAML

Updated print/acroread9 to 9.5.4

(obache)

2013-02-23 12:56:16 UTC MAIN commitmail json YAML

Update acroread9 to 9.5.4 for APSA13-02.

(obache)

2013-02-23 09:59:14 UTC MAIN commitmail json YAML

prevent to expand if dlname is empty.

(obache)

2013-02-23 09:27:09 UTC MAIN commitmail json YAML

SunOS needs -fpermissive too.

(jperkin)

2013-02-23 05:48:00 UTC MAIN commitmail json YAML

normalize OS_VERSION for Cygwin, same as in mk/bsd.prefe.mk.

(obache)

2013-02-23 05:41:04 UTC MAIN commitmail json YAML

prefer native X11 on Cygwin.

(obache)

2013-02-23 03:38:38 UTC MAIN commitmail json YAML

Update kyua-cli to 0.6.

(jmmv)

2013-02-23 03:37:40 UTC MAIN commitmail json YAML

Update to 0.6:

Experimental version released on February 22nd, 2013.

* Issue 36: Changed 'kyua help' to not fail when the configuration file
  is bogus.  Help should always work.

* Issue 37: Simplified the syntax() calls in configuration and Kyuafile
  files to only specify the requested version instead of also the format
  name.  The format name is implied by the file being loaded, so there
  is no use in the caller having to specify it.  The version number of
  these file formats has been bumped to 2.

* Issue 39: Added per-test-case metadata values to the HTML reports.

* Issue 40: Rewrote the documentation as manual pages and removed the
  previous GNU Info document.

* Issue 47: Started using the independent testers in the kyua-testers
  package to run the test cases.  Kyua does not implement the logic to
  invoke test cases any more, which provides for better modularity,
  extensibility and robustness.

* Issue 57: Added support to specify arbitrary metadata properties for
  test programs right from the Kyuafile.  This is to make plain test
  programs more versatile, by allowing them to specify any of the
  requirements (allowed architectures, required files, etc.) supported
  by Kyua.

* Reduced automatic screen line wrapping of messages to the 'help'
  command and the output of tables by 'db-exec'.  Wrapping any other
  messages (specially anything going to stderr) was very annoying
  because it prevented natural copy/pasting of text.

* Increased the granularity of the error codes returned by kyua(1) to
  denote different error conditions.  This avoids the overload of '1' to
  indicate both "expected" errors from specific subcommands and
  unexpected errors caused by the internals of the code.  The manual now
  correctly explain how the exit codes behave on a command basis.

* Optimized the database schema to make report generation almost
  instantaneous.

* Bumped the database schema to 2.  The database now records the
  metadata of both test programs and test cases generically, without
  knowledge of their interface.

* Added the 'db-migrate' command to provide a mechanism to upgrade a
  database with an old schema to the current schema.

* Removed the GDB build-time configuration variable.  This is now part
  of the kyua-testers package.

* Rewrote the Kyuafile parsing code in C++, which results in a much
  simpler implementation.  As a side-effect, this gets rid of the
  external Lua files required by 'kyua', which in turn make the tool
  self-contained.

* Added caching of various configure test results (particularly in those
  tests that need to execute a test program) so that cross-compilers can
  predefine the results of the tests without having to run the
  executables.

(jmmv)

2013-02-23 02:59:56 UTC MAIN commitmail json YAML

native X11BASE=/usr on Cygwin.

(obache)

2013-02-23 02:53:59 UTC MAIN commitmail json YAML

meta-pkgs/bulk-* are just for build test purpose:
* change dependeny on listed packages from full to build
* prevent to provide binary pakcage

(obache)

2013-02-23 02:35:37 UTC MAIN commitmail json YAML

2013-02-23 02:34:07 UTC MAIN commitmail json YAML

Updated multimedia/mediainfo to 0.7.62

(schmonz)

2013-02-23 02:33:46 UTC MAIN commitmail json YAML

Update to 0.7.62. From the changelog:

Version 0.7.62, 2012-02-22
--------------
+ ARIB STD B24/B37 caption detection (both Japanese and Brazilian versions)
+ LXF: support of AVC, VC-3, MPEG audio, AC-3, Dolby E, and AAC detection and analysis
+ AC-3: support of 22.05 kHz streams (out of specs but they exist)
+ MOV: AIC (Apple Intermediate Codec) scan type detection
+ MOV: support of AVID metadata (interlacement information)
+ Time code dedicated tracks (MOV, MXF, GXF)
+ Time code track (MPEG-4/MOV, GXF, MXF)
+ Time code in SDTI (MXF)
+ Time code in System scheme 1 (MXF)
+ Time code in SMPTE RP 188 (aka SMPTE ST 12-2 aka ATC aka VANC) (GXF, LXF, MXF)
+ Time code in SMPTE RP 196 (aka HANC)
+ MPEG Video Time code
+ MPEG-TS: format_identifier, pointer_field, section_length (hidden by default)
+ CEA-608/708: caption detection duration is increased to 15 seconds (or 64 MB) in order to miss less caption content
+ Image files as a video stream: file name of the last file
x #727, MOV: crash with some malformed files (Time scale set to 0)
x #728, AAC: crash with some malformed streams
x #681, AVI: was not analyzing VBR streams without bit rate info in header
x #736: Division by 0 with 0-byte files
x Id3v2: crash with some malformed tags
x Bit rate display was "0 bps" if the real bit rate is more than 4 Gbps
x Division by 0 in case of 0 byte long file
x MPEG-4: wrong muxing mode information in case of A/53 captions in MPEG Video in MOV
x P2 Clip: wrong uppercase/lowercase in the file name of source files.
x MOV: PCM endianness was sometimes wrong
x MPEG-4: JPEG interlacement was sometimes wrong
x MPEG Video: wrong DAR information in case of DAR change between begin and end of the file

Version 0.7.61, 2012-10-22
--------------
+ MPEG-TS: SCTE 35 and KLV streams are better displayed (in Menu part)
+ MPEG-TS: Menu part contains the list of PID with unknown format
+ MPEG-TS: Menu part lists PID in the PMT order instead of increasing order
+ Display of both container and stream scan type and scan order
+ DV100: scan order
+ MXF: scan order
+ MPEG-TS: Maximum and minimum overal bit rate (only if parse speed is set to 1)
+ MPEG-TS, MPEG-S, MXF, AVI, WM: StreamOrder field added
+ MXF: better support of malformed VANC streams
+ MPEG Video: improved detection of the GOP (more frames are used), "Variable" value
+ MPEG-PS: FirstPacketOrder info added
+ SkipBinaryData option
x #3564456, Matroska: some (other) streams were wrongly detected sa VFR
x #3570092, Id3v2: support of old COM and ULT fields
x CEA-708: crash with some malformed streams
x MPEG-TS: crash when PCR is corrupted (same value at different offsets)
x QuickTIme: wrong channel count report in case of buggy chan atom. Now the stream description has priority over chan atom
x E-AC-3: duration was wrong in some cases
x Matroska: random wrong analysis in case of SimpleBlock mode
x #3574436, MOV: hang on files having buggy "alis" atom
x MPEG-TS: bit rate mode detection was sometimes too much strict about CBR
x DV: wrong detection in case of buggy audio header (if present and set to 0xFF)
x MPEG-4: crash in case of buggy aperture size atom
x MediaInfo_Const.h was missing in the DLL package for Mac
x MPEG-PS: detection of phantom streams
x WAV: detection of malformed >4GB WAV files was no more working
x DTS: computing bit rate from frame size instead of targeted transmission rate
x DTS: setting the bit rate to "unknown" for Master Audio instead of instantaneous bit rate
x DTS: Display of endianess and word size was not coherent

Version 0.7.60, 2012-09-02
--------------
+ MPEG-TS/PS: improved detection of buggy time stamps
+ DPX: color primaries and transfer characteristics
+ MPEG-TS: Added support of scrambled streams without transport_scrambling_control bit set (e.g. PlayReady)
+ MPEG-TS: Name of some scrambling algorithms
+ MPEG-TS: detection of CBR/VBR at container level
+ MPEG Video: better detection of variable GOP
+ MPEG-TS: average, minimum, maximum PCR distance (hidden by default and you must parse the whole file with --ParseSpeed=1 option)
x Matroska: some streams were wrongly detected sa VFR
x #3538378, XML output: invalid characters, now if there is an invalid character, data is transported in base64
x LXF: wrong video bit rate with some files
x AC-3/E-AC-3: hang up with some Little Endian streams
x AAC: wrong min and max bit rate in case of partial (default) parsing, disabling it
x AVC: crash or hang up with some malformed/scrambled streams
x Opus: wrong duration in case of non-48kHz stream
x MOV: 25 fps + drop frame time codes were not handled correctly

Version 0.7.59, 2012-08-08
--------------
+ License: Switched back to LGPLv2+Exceptions
+ #3555183, PCX support, thanks to Lionel Duchateau
+ #3555182, PSD support, thanks to Lionel Duchateau
+ #3555181, Matroska: ALAC detection, thanks to Lionel Duchateau
+ #3540425, OGG/MKV: Opus speech format support, thanks to Lionel Duchateau
+ #3531808, AVI: detecting more inconsistencies in stream durations
+ GXF: crash with Time code tracks without frame rate info
+ MPEG-4: stream order (hidden by default), in order to provide the same numbers as mkvtoolnix 5.2+ Track ID
+ QuickTime: default channel map is "L R" for stereo streams (as it seems to be in QuickTime player)
+ MPEG-4: support of WMA (version 1, version 2, Pro, Lossless) in MPEG-4
+ FLV: handling of metadata with an underscore before the real metadata name
+ MXF: support of files with header missing TrackNumber in the descriptor (if it is present only in footer)
+ MXF: Language from DMS-1
+ ProRes: analysis of the ProRes raw stream (including scan order for interlaced content)
+ colour_primaries, transfer_characteristics, matrix_coefficients: canonicalization of results
+ MPEG-4 Visual: colour_primaries, transfer_characteristics, matrix_coefficients
+ ProRes: colour_primaries, transfer_characteristics, matrix_coefficients
+ GIF: Display Aspect Ratio
x #3533984, different behavior depending of compilation options (so Linux version was missing some info)
x MPEG-4: audio/video delay was wrong in case of negative delay
x CEA-608: Memory leaks removed
x AVC: crash in case of analyzing some invalid SEI
x MPEG Audio: crash with some files having Lyrics 2 tags
x MPEG Audio: crash with some files having APE tags
x AVI: secondary genre comes after primary genres in the "Genre" field
x FLV: better handling of files containing more than 1 meta chunk
x MPEG-TS/MPEG-PS: was aborting during full parsing in the case of very damaged streams
x Vorbis: infinite loop if codebook_entries>=256
x Id3v2: crash with some unsynchronized frames, especially with UTF-16 comments
x Id3v2: Wrong mime type of covers
x MPEG-PS: crash in case of language info in descriptors
x Java binding: crash with MediaInfo::Inform() (Windows 32-bit only)
x MPEG-TS: false-positive in case of some MPEG-4 files with wrong extension
x FLV: crash in some specific cases (malformed files)
x 3548314, MVC: Scan type was wrong with MVC-only (without the underlying AVC stream) stream
x 3553588, MPLS: stream duration was wrong with standalone (without the referenced M2TS) files
x 3553588, MPLS: incoherent behavior with MPLS having more than one PlayListItem
x 3554154, MPEG-TS: crash with some corrupted streams
x MOV: all EIA/CEA-608 captions were not well detected
x Matroska: Trying to better detect VFR streams, frame rate was wrong in case of interlaced content

Version 0.7.58, 2012-05-28
--------------
+ AC-3: Little Endian streams support
+ LXF: AVC streams support
+ ISM: better support
+ File referencing other files (HLS, ISM...): menu in case there is more than 1 stream per referenced file
+ MPEG-TS: option for keeping streams detected at the beginning then disabled in a an update of the PMT (activated by default)
+ MPEG-PS: program_map_section support for uncommon streams embedded in MPEG-PS
x Referenced files (MXF, HLS, MOV, P2, XDCAM...): issues with source name, track order, files size
x MPEG-TS/MPEG-PS: regression, some files with AC-3/DTS/DVD subtitles were not well analyzed anymore
x MPEG-4 channel mapping: Lt and Rt (matrix-encoded) channel mapping were missing
x GXF: handling of buggy files having non-PCM AES3 codec identifier but actually having PCM
x MPEG-4: better support of MPEG-4 files having corrupted metadata atom
x 3529510, EIA/CEA-708: was not detected if the stream was not present at the beginning, thanks to Pete Chapman

Version 0.7.57, 2012-05-02
--------------
+ #3513490, Vorbis comment (Flac, Ogg): more tags are supported
+ XML-based formats (P2, XDCAM, DCP, ISM, HLS...): support of UTF-16 encoding
+ MPEG-4: for buggy PCM, prioritizing the codec ID "in24" = 24-bit against the bit depth field
x #3516900, Vorbis comment (Flac, Ogg): trying to do better mapping of PERFORMER and ARTIST tags
x MXF: wrong video frame count in some cases
x #3517374, GCC 4.7: compilation issues removal, thanks to SpepS
x MPEG-PS: some files were not well demuxed so analysis was sometimes wrong (especially macroblock parsing)

Version 0.7.56, 2012-04-08
--------------
+ Better support of machines lacking of std::stringstream
+ Better support of machines requesting explicit stdc++ library link option (e.g. some ARM embedded devices)
x #3515515, MPEG-4: crash with MPEG-4 container + H264/AVC video stream
x #3515393, MPEG Audio: infinite loop (freeze) with some files
x #3514677, Video: Well known 1.85:1 display aspect ratio was incorrectly displayed as 16:9
x #3513908, File interface: No output if filename contain a colon
x #3515893, MPEG-4: some specific files were not detected
x AVI: infinite loop (freeze) with some files (having index containing 0-sized chunk)
x AVC: memory leaks
x libcurl support: libcurl config from MediaInfo is compatible with libcurl+gnutls
x #3515857, CLI only: --LogFile carriage return format was not the one of the OS

Version 0.7.55, 2012-04-05
--------------
+ AC-3: support of little endian streams
+ LXF: support of format version 0
+ HLS: support of .m3u8 index and sequence referencing a bunch of MPEG-TS files
+ MPEG-4: Added support of glbl atom and corresponding 4CC (ai12, ai15, ai1q, ai5q)
+ MPEG-4: Added detection of files with mx5p files wrongly filled with raw MPEG Video instead of MXF
+ MPEG-TS: Detection of 20-bit Dolby E even if the SMPTE 302 M header is set to 24-bit
x #3513490, Id3v2: mapping of "Encoded by" and "Encoding library" is conform to the specs now
x MXF: hang up with some clip-wrapped files
x MPEG-4: AVC-100 bit rate was not coherent depending of the container (MPEG-4 or MXF)
x reVTMD output is disabled due to its non-free (point of view of FSF and DFSG) licensing.

Version 0.7.54, 2012-03-13
--------------
+ #3480111, Matroska: parsing of WebM-style frame rate info
+ #3499859, ALAC: parsing of the alac atom, for real bit depth / sample rate
+ #3487601, DV: fields order (TFF/BFF)
+ MPEG-4: more video 4CCs binded to MPEG Video
+ H.263: raw stream parsing (width, height, aspect ratio), comparison with container data
+ Speed improvements
+ MPEG-PS: supporting parsing of some non-conform files
+ Full support of CEA-608 (separation of CC1-CC4, T1-T4)
+ #3494722, MPEG-4: trying to detect wrong duration in track header
+ MPEG-4 with embedded MXF track (XDCAM...): separation of video bitrate and padding bitrate
+ Compound streams (e.g. DV): separation of video bitrate and audio bitrate
+ Blu-ray: LPCM mono real bit rate is separated from the encoded (stereo) bit rate
+ Support of https, sftp scp protocols (custom builds only)
+ AVI: vprp (OpenDML) display aspect ratio support
x #3480111, Matroska: some frame rates are incorrect in the file, trying to detect this kind of malformed file
x #3479494, AVC: segmentation fault
x #3440638, AAC: wrong detection for some malformed AAC streams
x #3440638, MPEG-4: wrong analysis of some files having track header after media information
x #3480111, MXF: Height was wrong for MXF with FrameLayout = Mixed fields
x #3468235, Blu-ray: displaying PGS in all cases (even if PES is not detected, they are too much rare)
x #3498846, MPEG-4: delay between audio and video was no more detected
x #3495573, MPEG-4: crash with some files having fragments
x MPEG-4: channel position in case of channel atom is configured with ChannelBitmap
x MPEG-TS: crash with some buggy files (a PID indicated as PSI and PES at the same time)
x AES3: not detecting Dolby E stream if there is guard band before the Dolby E frame, in MPEG-TS
x DPX: some files with some invalid fields were not detected
x DTVCC Captions: crash with some buggy streams

Version 0.7.53, 2012-01-24
--------------
+ DV: option for ignoring transmitting flags (TF1/TF2/TF3) (DLL and CLI only)
+ Matroska: ProRes detection
+ MPEG-4: official DTS CodecIDs (dtsc/dtsh/dtsl/dtse) support, thanks to Lionel Duchateau
+ Matroska: stream order (hidden by default), in order to provide the same numbers as mkvtoolnix 5.2+ Track ID
+ #3471516, BLu-ray: wrong channel count for mono/3-channel/5-channel/7-channel PCM streams
+ AVI: ISMP (SMPTE Time code), Tdat tc_o/tc_a (Adobe Premier time code) support
+ reVTMD output
+ --Output is synonym of --Inform option
x QuickTime: crash and sometimes wrong info with some files having compressed header
x MPEG-4: commercial format typo error (EX422 instead of HD422)
x MXF: handling wrong MXF header having frame height instead of field height
x #3471053, Tags: Id3v1 tag was used instead of Id3v2 if the file is short
x #3463117, MPEG-TS: crash if Conditioal Access PID is same as the PES
x Custom output: better handling of cases with special character strings (\n...) in the file content
x #3440664: Audio only AVI file is missing duration
x #3453476: detection so incorrect duration information in tkhd atom
x Detailled XML output was producing duplicate xml-tags

Version 0.7.52, 2011-12-19
--------------
+ MXF with referenced files: if the referenced file is not available, trying to open local files
+ MPEG Video: GOP size for I-Frame only streams
+ MXF: support of CEA-608 in ancillary data for some other formats than MPEG Video, if there is no B-frame
+ LXF: support of SMPTE ST291/CDP/CEA-608/CEA-708 in ancillary data
+ WAV: better handling of files not having word alignment
x DV: crash (division by zero) in some cases
x DV: DVCPRO HD was sometimes not detected (low bitrate)
x MXF: Crash if AFD field has an invalid value
x MXF: Wrong endianess for some big endian PCM streams
x MXF: some MXF referencing files have wrong duration
x MXF: duration was wrong with some specific files
x DVD-Video: detection of 20-bit and 24-bit PCM
x XML output: it was sometimes containing some invalid characters
x MPEG-4: considering default char set as ISO-8859-1
x MXF: better handling of referencing files having the same ID for all tracks
x MXF: Handling of MXF files with wrong FooterPartition field
x MXF: Some captions (not starting at the beginning of the file) were not detected
x WAV: duration was missing is some cases
x RMP3 support was broken

(schmonz)

2013-02-23 01:05:16 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.39.0

(schmonz)

2013-02-23 01:04:57 UTC MAIN commitmail json YAML

Update to 4.39.0. From the changelog:

- fix an oldmail filename issue that occurred with certain non-ASCII
  characters in an IMAP mailbox name. Thanks: Michael Kockmeyer.

(schmonz)

2013-02-22 23:54:07 UTC MAIN commitmail json YAML

Remove bogus '#if !OS(SOLARIS)' test, causes isnan() failures.

Fixes build on SunOS.

(jperkin)

2013-02-22 22:45:12 UTC MAIN commitmail json YAML

In pkgsrc, 64bit linux libraries should install into lib rather than lib64.
Make sure cmake does this.

(markd)

2013-02-22 22:41:32 UTC MAIN commitmail json YAML

Dont override the value of GSS_C_NT_HOSTBASED_SERVICE that recent
Heimdal's set.

(markd)

2013-02-22 22:31:23 UTC MAIN commitmail json YAML

Update default Emacs version to 24.

(asau)

2013-02-22 21:47:38 UTC MAIN commitmail json YAML

2013-02-22 21:38:06 UTC MAIN commitmail json YAML

2013-02-22 21:22:58 UTC MAIN commitmail json YAML

Fix spelling: "are installed" instead of "are install".
Found by Arthur Maciel.

(asau)

2013-02-22 21:20:28 UTC MAIN commitmail json YAML

Update pkgsrc patch to support SunOS as well as BSD.

(jperkin)

2013-02-22 21:12:25 UTC MAIN commitmail json YAML

Look for dlpi interface before bpf, SunOS has both but this package assumes
that bpf means a BSD system and tries to then use sysctl etc.

Fixes build on SunOS.

(jperkin)

2013-02-22 20:42:40 UTC MAIN commitmail json YAML

2013-02-22 20:30:17 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 19.0

(ryoon)

2013-02-22 20:28:55 UTC MAIN commitmail json YAML

2013-02-22 19:59:07 UTC MAIN commitmail json YAML

2013-02-22 19:35:31 UTC MAIN commitmail json YAML

2013-02-22 17:10:01 UTC MAIN commitmail json YAML

Added www/nginx-devel version 1.3.13

(imil)

2013-02-22 17:07:53 UTC MAIN commitmail json YAML

add & enable nginx-devel

(imil)

2013-02-22 17:06:54 UTC MAIN commitmail json YAML

Initial import of nginx-devel, version 1.3.13, into the NetBSD Packages
Collection.

nginx (pronounced "engine X") is a lightweight web (HTTP) server/reverse proxy
and mail (IMAP/POP3) proxy written by Igor Sysoev.

nginx has been running for more than three years on many heavily loaded Russian
sites including Rambler (RamblerMedia.com).  In March 2007 about 20% of all
Russian virtual hosts were served or proxied by nginx.  According to Google
Online Security Blog nginx serves or proxies about 4% of all Internet virtual
hosts, although Netcraft shows much less percent.

The sources are licensed under a BSD-like license.

(imil)

2013-02-22 16:25:43 UTC MAIN commitmail json YAML

- ruby-1.9.3p362.

(taca)

2013-02-22 16:24:56 UTC MAIN commitmail json YAML

Note update of Ruby 1.9.3p392 related packages:

lang/ruby193-base 1.9.3p392
databases/ruby-gdbm 1.9.3p392nb2
devel/ruby-curses 1.9.3p392
devel/ruby-fiddle 1.9.3p392
devel/ruby-readline 1.9.3p392nb2
x11/ruby-tk 1.9.3p392nb1
lang/ruby193 1.9.3p392
lang/ruby 1.9.3p392nb1
devel/ruby-mode 1.9.3p392

(taca)

2013-02-22 16:23:52 UTC MAIN commitmail json YAML

Reset PKG_REVISION by updating to 1.9.3p392.

(taca)

2013-02-22 16:20:48 UTC MAIN commitmail json YAML

Update ruby193-base package (and related) to 1.9.3-p392.
Security problem of CVE-2013-0269 was already handled but REXML security
problem is fixed by this package.

Now Ruby 1.9.3-p392 is released. I apologize for updating too frequently.

This release includes security fixes about bundled JSON and REXML.

* Denial of Service and Unsafe Object Creation Vulnerability in JSON
  (CVE-2013-0269)
* Entity expansion DoS vulnerability in REXML (XML bomb)

And some small bugfixes are also included.

(taca)

2013-02-22 15:53:45 UTC MAIN commitmail json YAML

Note update of devel/subversion16-base package to 1.6.20nb1.

(taca)

2013-02-22 15:53:18 UTC MAIN commitmail json YAML

Bump PKGREVISION to reflect www/serf0's PKGNAME change for the case of
"serf" PKG_OPTIONS used.

(taca)

2013-02-22 15:51:16 UTC MAIN commitmail json YAML

Note update of www/serf0 package to 0.7.2.

(taca)

2013-02-22 15:49:25 UTC MAIN commitmail json YAML

Replace PKGNAME to serf0 for better handling of better binary package.

(taca)

2013-02-22 15:47:08 UTC MAIN commitmail json YAML

Update serf0 to 0.7.2.

Serf 0.7.2 [2011-03-12, branch 0.7.x r1451]
  Actually disable Nagle when creating a connection (r1441).
  Return error when app asks for HTTPS over proxy connection (r1433).

Serf 0.7.1 [2011-01-25, branch 0.7.x r1431]
  Fix memory leak when using SSL (r1408, r1416).
  Fix build for blank apr-util directory (r1421).

Serf 0.7.0 [2010-08-25, r1407]
  Fix double free abort when destroying request buckets.
  Fix test server in unit test framework to avoid random test failures.
  Allow older Serf programs which don't use the new authn framework to still
    handle authn without forcing them to switch to the new framework. (r1401)
  Remove the SERF_DECLARE macros, preferring a .DEF file for Windows
  Barrier buckets now pass read_iovec to their wrapped bucket.
  Fix HTTP header parsing to allow for empty header values.

Serf 0.6.1 [2010-05-14, r1370]
  Generally: this release fixes problems with the 0.4.0 packaging.
  Small compilation fix in outgoing.c for Windows builds.

Serf 0.6.0 [2010-05-14, r1363]
  Not released.

Serf 0.5.0
  Not released.

Serf 0.4.0 [2010-05-13, r1353]
  [NOTE: this release misstated itself as 0.5.0; use a later release instead]

  Provide authn framework, supporting Basic, Digest, Kerberos (SSPI, GSS),
    along with proxy authn using Basic or Digest
  Added experimental listener framework, along with test_server.c
  Improvements and fixes to SSL support, including connection setup changes
  Experimental support for unrequested, arriving ("async") responses
  Experimental BWTP support using the async arrival feature
  Headers are combined on read (not write), to ease certian classes of parsing
  Experimental feature on aggregate buckets for a callback-on-empty
  Fix the bucket allocator for when APR is using its pool debugging features
  Proxy support in the serf_get testing utility
  Fix to include the port number in the Host header
  serf_get propagates errors from the response, instead of aborting (Issue 52)
  Added serf_lib_version() for runtime version tests

Serf 0.3.1 [2010-02-14, r1320]
  Fix loss of error on request->setup() callback. (Issue 47)
  Support APR 2.x. (Issue 48)
  Fixed slowdown in aggregate bucket with millions of child buckets.
  Avoid hang in apr_pollset_poll() by unclosed connections after fork().

(taca)

2013-02-22 15:39:15 UTC MAIN commitmail json YAML

Note update of www/serf package to 1.1.1.

(taca)

2013-02-22 15:38:23 UTC MAIN commitmail json YAML

Updated www/nginx to 1.2.7nb1

(imil)

2013-02-22 15:37:58 UTC MAIN commitmail json YAML

Preparing www/nginx-devel import by splitting up Makefile into
Makefile + Makefile.common. nginx is highly backward compatible
and 99% of stable series Makefile applies to devel.

Bumping PKGREVISION

(imil)

2013-02-22 15:33:49 UTC MAIN commitmail json YAML

2013-02-22 15:32:27 UTC MAIN commitmail json YAML

Add and enable serf0.

(taca)

2013-02-22 15:32:07 UTC MAIN commitmail json YAML

Add www/serf0 by copying from www/serf.  It provides serf version < 1.0,
and it would be used by subversion16.

(taca)

2013-02-22 14:54:01 UTC MAIN commitmail json YAML

Update to 19.0

Sync with xulrunner-19.0.

(ryoon)

2013-02-22 14:52:39 UTC MAIN commitmail json YAML

Updated devel/xulrunner to 19.0
Updated www/firefox to 19.0

(ryoon)

2013-02-22 14:48:06 UTC MAIN commitmail json YAML

Update to 19.0

Changelog:
    NEW
    Built-in PDF viewer
    CHANGED
    Canvas elements can export their content as an image blob using canvas.toBlob()
    CHANGED
    Startup performance improvements (bugs 715402 and 756313)
    DEVELOPER
    Debugger now supports pausing on exceptions and hiding non-enumerable properties
    DEVELOPER
    Remote Web Console is available for connecting to Firefox on Android or Firefox OS (experimental, set devtools.debugger.remote-enabled to true)
    DEVELOPER
    There is now a Browser Debugger available for add-on and browser developers (experimental, set devtools.chrome.enabled to true)
    DEVELOPER
    Web Console CSS links now open in the Style Editor
    HTML5
    CSS @page is now supported
    HTML5
    CSS viewport-percentage length units implemented (vh, vw, vmin and vmax)
    HTML5
    CSS text-transform now supports full-width
    FIXED
    Certain valid WebGL drawing operations are incorrectly rejected, leaving incomplete rendering in affected pages (825205)
    FIXED
    Starting Firefox with -private flag incorrectly claims you are not in Private Browsing mode (802274)
    FIXED
    Plugins stop rendering when the top half of the plugin is scrolled off the top of the page, in HiDPI mode (825734)

(ryoon)

2013-02-22 14:40:07 UTC MAIN commitmail json YAML

2013-02-22 13:59:47 UTC MAIN commitmail json YAML

Add hints for bootstrap pkgsrc on Cygwin.

(obache)

2013-02-22 13:40:30 UTC MAIN commitmail json YAML

Use -shared instead of -G on SunOS.

Fixes 64-bit package.

(jperkin)

2013-02-22 13:39:31 UTC MAIN commitmail json YAML

Fix ROOT_USER/ROOT_GROUP for Cygwin to Administrators/Administrators (not using
its UID/GID), and sync platform privilege check with bootstrap script.

(obache)

2013-02-22 13:35:27 UTC MAIN commitmail json YAML

Allow to overwrite commnand of privilege check as _IS_ROOT_CMD.

(obache)

2013-02-22 13:18:10 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.2.1.1130

(obache)

2013-02-22 13:17:55 UTC MAIN commitmail json YAML

Update mikutter to 0.2.1.1130.

* fixes crash at getting access token
* support Twitter API 1.1 of Streaming API

(obache)

2013-02-22 12:05:34 UTC MAIN commitmail json YAML

Sun's ar needs at least one symbol in a library.

Fixes SunOS build.

(jperkin)

2013-02-22 11:48:17 UTC MAIN commitmail json YAML

2013-02-22 03:09:26 UTC MAIN commitmail json YAML

Note update of lang/php53 package to 5.3.22 and lang/php54 package to 5.4.12.

(taca)

2013-02-22 03:08:22 UTC MAIN commitmail json YAML

Update PHP53_VERSION and PHP54_VERSION.

(taca)

2013-02-22 03:07:45 UTC MAIN commitmail json YAML

2013-02-22 03:06:51 UTC MAIN commitmail json YAML

Update php54 to 5.4.12.

PHP                                                                        NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
21 Feb 2012, PHP 5.4.12

- Core:
  . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes)
  . Fixed bug #64011 (get_html_translation_table() output incomplete with
    HTML_ENTITIES and ISO-8859-1). (Gustavo)
  . Fixed bug #63982 (isset() inconsistently produces a fatal error on
    protected property). (Stas)
  . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
    (Laruence)
  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
  . Fixed bug #63893 (Poor efficiency of strtr() using array with keys of very
    different length). (Gustavo)
  . Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry)
  . Fixed bug #63462 (Magic methods called twice for unset protected
    properties). (Stas)
  . Fixed bug #62524 (fopen follows redirects for non-3xx statuses).
    (Wes Mason)
  . Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)

- Date:
  . Fixed bug #63699 (Performance improvements for various ext/date functions).
    (Lars, original patch by njaguar at gmail dot com)
  . Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.
    (Derick)

- FPM:
  . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)

- Litespeed:
  . Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)

- SOAP
  . Added check that soap.wsdl_cache_dir conforms to open_basedir
    (CVE-2013-1635). (Dmitry)
  . Disabled external entities loading (CVE-2013-1643). (Dmitry)

- sqlite3:
  . Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren't
    using sqlite3_*_int64 API). (srgoogleguy, Lars)

- PDO_OCI
  . Fixed bug #57702 (Multi-row BLOB fetches). (hswong3i, Laruence)
  . Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long
    testsuite). (hswong3i, Lars)

- PDO_sqlite:
  . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
    on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)

(taca)

2013-02-22 03:06:16 UTC MAIN commitmail json YAML

Update php53 to 5.3.22.

PHP                                                                        NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
21 Feb 2013, PHP 5.3.22

- Zend Engine:
  . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes)
  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)

- Core
  . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
    (Laruence)

- Date:
  . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
    (Laruence, Derick)

- FPM:
  . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)

- SOAP
  . Added check that soap.wsdl_cache_dir conforms to open_basedir
    (CVE-2013-1635). (Dmitry)
  . Disabled external entities loading (CVE-2013-1643). (Dmitry)

- SPL:
  . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). (Nikita Popov)

(taca)

2013-02-22 03:05:04 UTC MAIN commitmail json YAML

Revive PLIST_VARS processing.

(taca)

2013-02-21 22:41:37 UTC MAIN commitmail json YAML

2013-02-21 22:39:58 UTC MAIN commitmail json YAML

Fix build with clang.

(wiz)

2013-02-21 22:04:52 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.24.16

(adam)

2013-02-21 22:03:45 UTC MAIN commitmail json YAML

Changes 2.24.16:
* Bug fixes:
694077 Make GtkItemFactory produce GtkSeparatorMenuItems
645065 GtkFileChooserButton doesn't handle closing its dialog correctly
        Reliably stop spinning when a GtkSpinButton is hidden

(adam)

2013-02-21 19:54:49 UTC pkgsrc-2012Q4 commitmail json YAML

2013-02-21 19:53:28 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4075 - requested by ryoon
devel/jenkins: security update

Revisions pulled up:
- devel/jenkins/Makefile                                        1.12
- devel/jenkins/PLIST                                          1.9
- devel/jenkins/distinfo                                        1.10

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Tue Feb 19 18:21:41 UTC 2013

  Modified Files:
  pkgsrc/devel/jenkins: Makefile PLIST distinfo

  Log Message:
  Update to 1.480.3

  * Fix https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16

  Changelog:
  What's new in 1.480.3 (2013/02/15)

      "Remember me on this computer" does not work, cookie is not accepted in new session (issue 16278)
      Slow/hung web UI in 1.483+ (stuck in parseURI) (issue 16474)
      Failure to delete old config files during rekeying on Windows (issue 16319)
      NoClassDefFoundError on Base64 when launching an headless slave with -jnlpCredential option (issue 9679)
      Loading asynchPeople calls (synch) People constructor (issue 16397)
      Jenkins briefly displays build queue and then it disappears until the page is reloaded (issue 15335)
      View.hasPeople too slow to use in sidepanel.jelly (issue 16244)
      XSS (SECURITY-46)
      File parameter causing data lost after Jenkins restart (issue 13536)

(tron)

2013-02-21 18:12:26 UTC MAIN commitmail json YAML

Apply upstream patch aaff080449ebcb66553ebf5b512f737b6191f339 to fix
build with gcc 4.6+ and clang. Via Al Viro.

(dholland)

2013-02-21 17:58:32 UTC MAIN commitmail json YAML

+ KeePass-2.21, Sigil-0.7.0 [needs qt5], TeXmacs-1.0.7.18,
  blender-2.66, dvdstyler-2.4.1, ekiga-4.0.1, flightgear-2.10,
  graphviz-2.30.1, gssdp-0.14.0, gtexinfo-5.0, gtk2+-2.24.16,
  gupnp-0.20.0, gupnp-av-0.12.0, gupnp-dlna-0.10.0, hiawatha-8.8,
  httping-1.5.8, libffi-3.0.12, libgee-0.8.4, logrotate-3.8.3
  [pkg/47581], luit-2.0.20130217, p5-pango-1.224, potrace-1.11,
  py-distribute-0.6.35, py-lxml-3.1.0, qpdfview-0.4, scmgit-1.8.2,
  shared-mime-info-1.1, viking-1.4, x264-devel-20130216, xdelta3-3.0.6,
  xf86-video-intel-2.21.3, xmp-4.0.1.

(wiz)

2013-02-21 16:25:51 UTC MAIN commitmail json YAML

2013-02-21 15:51:43 UTC MAIN commitmail json YAML

Updated security/opendnssec to 1.3.13

(pettai)

2013-02-21 15:51:19 UTC MAIN commitmail json YAML

OpenDNSSEC 1.3.13 - 2013-02-20

Bugfixes:
* OPENDNSSEC-388: Signer Engine: Internal serial should take into account
  the inbound serial.
* OPENDNSSEC-242: Signer Engine: Could get stuck on load signconf while
  signconf was not changed.
* Signer Engine: Fixed locking and notification on the drudge work queue,
  signals could be missed so that drudgers would stall when there was work to
  be done.

(pettai)

2013-02-21 15:14:46 UTC MAIN commitmail json YAML

2013-02-21 13:33:10 UTC MAIN commitmail json YAML

if `id -u' failed, assume that numeric ID is specified (especially for Cygwin).

(obache)

2013-02-21 13:23:56 UTC MAIN commitmail json YAML

Updated math/ruby-spreadsheet to 0.8.1

(obache)

2013-02-21 13:23:12 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 0.8.1.

=== 0.8.1 / 18.02.2013

* Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb

=== 0.8.0 / 18.02.2013

* Adding support for converting color palette values to RGB values (not vice-versa..yet)
* by https://github.com/dancaugherty/spreadsheet/compare/master...rgb

=== 0.7.9 / 06.02.2013

Author: Eugeniy Belyaev (zhekanax)

* You can merge if you are interested in perl-like Workbook.set_custom_color
  implementation. I know it is not really a proper way to deal with custom colors, but
  nevertheless it makes it possible.
* https://github.com/zdavatz/spreadsheet/pull/27

=== 0.7.8 / 06.02.2013

Author: Kenichi Kamiya <kachick1@gmail.com>
Date:  Wed Feb 6 11:23:35 2013 +0900

* Link to Travis CI on README
* Remove warnings "assigned but unused variable" in test
* Remove warnings "assigned but unused variable"
* Enable $VERBOSE flag when running test

(obache)

2013-02-21 13:01:54 UTC MAIN commitmail json YAML

Note update of www/geeklog package to 1.8.2.1.

(taca)

2013-02-21 13:01:24 UTC MAIN commitmail json YAML

Update geeklog to 1.8.2.1 (Geeklog 1.8.2sr1).

Geeklog History/Changes:

Feb 19, 2013 (1.8.2sr1)
------------

This release addresses the following security issues:
- High-Tech Bridge Security Research Lab reported an XSS in the calendar_type
  parameter in the Calendar plugin (HTB23143).
- Trustwave Spiderlabs reported XSS in the install script, the Configuration,
  as well as in the Admin interfaces for the Polls plugin and the Topic editor
  (TWSL2013-001).

Not security-related:
- Fixed Twitter OAuth login by switching to version 1.1 of the Twitter API
  (feature request #0001506).

(taca)

2013-02-21 12:59:53 UTC MAIN commitmail json YAML

Note update of www/drupal7 package to 7.20.

(taca)

2013-02-21 12:59:19 UTC MAIN commitmail json YAML

Update drupal7 to 7.20.

Drupal 7.20, 2013-02-20
-----------------------
- Fixed security issues (denial of service). See SA-CORE-2013-002.

(taca)

2013-02-21 11:19:28 UTC MAIN commitmail json YAML

${ID} is not defined here.

(obache)

2013-02-21 10:59:54 UTC MAIN commitmail json YAML

Updated math/py-numpy to 1.6.2nb1

(jperkin)

2013-02-21 10:59:39 UTC MAIN commitmail json YAML

Ensure the correct compiler ABI flag is used when this package does
its own builds for dependencies.  Fixes issue on SunOS 32-bit when
the native gfortran produces 64-bit by default.

Bump PKGREVISION.

(jperkin)

2013-02-21 07:58:21 UTC MAIN commitmail json YAML

When using clang, set ACTIVE_CC so the share/mk Makefiles know
which flags to suppress (in particular e.g. -Wno-traditional,
which isn't recognized and breaks the build with clang).

(wiz)

2013-02-21 07:57:19 UTC MAIN commitmail json YAML

clang -dumpversion prints 4.2.1, which is not the intended content
of CC_VERSION.
Use clang --version | sed to get a more usable string.

(wiz)