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:38:24 UTC Now

2013-03-19 15:49:48 UTC MAIN commitmail json YAML

2013-03-19 15:48:29 UTC MAIN commitmail json YAML

Update to 1.16.4

Changelog:

aria2 1.16.4
============

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

This release fixes the bug that active downloads are not saved with
--save-session-interval and the bug that aria2 hangs when size of
download result exceeds its maximum. BitTorrent UDP tracker support
was added. If the filename specified using --save-session ends with
".gz", aria2 stores the session file in gzipped form. The -i option
can handle this gzipped file as well as plain text file. 1.15.2 based
Portuguese translated manual was added.

Changes
-------

* Make configure argument meaning more consistent and obvious.

  Most other software uses --disable/--without for features it does
  build or at least check by default.

  Change aria2 configure options so that:

  * --enable-*: do not build by default, unless --enable specified
  * --disable-*: check and build by default, unless --disable specified
  * --with-*: do not use by default, unless --with specified
  * --without-*: check and use by default, unless without specified

  Contributed by Nils Maier

* Allow for out-of-tree Sphinx builds

  Contributed by Nils Maier

* Bring back datetime in console log

* Run checksum check if -V and -c are used and file is completed

  With -c option, aria2 can continue download after the existing file
  position. If it is not completed, then after completion aria2 runs
  checksum checking if available. But if existing file has already
  been completed, then CreateRequestCommand exits without issuing
  checksum checking. And aria2 treats it download error because it
  needs checksum verification but it has not been done. This change
  fixes this by properly checking download state and issue checksum
  checking before CreateRequestCommand.

* Support for gzipped -i and --save-session

  Saved sessions may very large, as in hundreds and even thousands of
  megabyte when dealing with large queues.  Add support to save and
  reload sessions to gzipped files, when libz is available.

  The session serializer will output gzipped contents when the file
  ends with .gz, while the input file reader (UriListParser) will
  accept whatever is thrown at it.

  Document -i/--save-session gzip behaviour

  Contributed by Nils Maier

* Do not use a virtual varargs function

  This stuff breaks in some compiler (configurations)

  Contributed by Nils Maier

* Check for sys/signal.h and/or signal.h

  mingw-w64 does not actually have sys/signal.h, while OSX currently
  has a broken signal.h Better check the presence of both and use
  sys/signal.h if present, else signal.h

  Contributed by Nils Maier

* Hygiene: Fix some clang warnings, mostly unused private members.

  Contributed by Nils Maier

* Fix bustage on OSX with ./configure CC=cc CXX=c++ (clang)

  Contributed by Nils Maier

* Do not reference RequestGroups longer than necessary

  There is an initial vector of SharedHandle<RequestGroup> to seed the
  DownloadEngine. This vector was however kept alive via main.cc ->
  MultiUrlRequestInfo up until the program exits, hence effetively
  leaking all initial RequestGroups and associated object instances.

  Hence, as a matter of dirty-workaround, drop the contents of that
  initial vector as soon as it is not required any longer.

  Contributed by Nils Maier

* Detect console with on Windows

  Contributed by Nils Maier

* Fix infinite loop when size of downloadResults_ exceeds maxDownloadResult_

* Support BitTorrent UDP tracker

  It shares UDP listening port with IPv4 DHT. At the moment, in order
  to enable UDP tracker support, enable IPv4 DHT.

* Show correct end byte in error message when HTTP response range is not ok

  Previously, unless HTTP pipelining is enabled, end byte in that
  message is always 0. With this change, it shows correct end byte
  sent to the HTTP server.

* Add Portuguese manual

  This translation is based on aria2 version 1.15.2 manual.
  Contributed by Gilberto dos Santos Alves

* Fix bug that active downloads are not saved with --save-session-interval

(ryoon)

2013-03-19 15:38:04 UTC MAIN commitmail json YAML

Note update of www/typo3_47 package to 4.7.10nb2.

(taca)

2013-03-19 15:37:41 UTC MAIN commitmail json YAML

Restirct typo3_47 to php53.

Bump PKGREVISION.

(taca)

2013-03-19 15:37:18 UTC MAIN commitmail json YAML

Note update of www/typo3_46 package to 4.6.18nb2.

(taca)

2013-03-19 15:36:56 UTC MAIN commitmail json YAML

Restirct typo3_46 to php53.

Bump PKGREVISION.

(taca)

2013-03-19 15:36:15 UTC MAIN commitmail json YAML

Note update of www/typo3_45 package to 4.5.25nb2.

(taca)

2013-03-19 15:35:42 UTC MAIN commitmail json YAML

Restirct typo3_45 to php53.

Bump PKGREVISION.

(taca)

2013-03-19 15:25:19 UTC MAIN commitmail json YAML

Updated www/php-tt-rss to 1.7.4

(ryoon)

2013-03-19 15:24:38 UTC MAIN commitmail json YAML

Update to 1.7.4

* Change MASTER_SITES to github.
* Fix command in MESSAGE.

Changelog:
Unavailable.

(ryoon)

2013-03-19 15:10:09 UTC MAIN commitmail json YAML

2013-03-19 14:35:02 UTC MAIN commitmail json YAML

+ aria2-1.16.4, cups-1.6.2, doclifter-2.10, dvdstyler-2.4.2,
  gupnp-av-0.12.1, gv-3.7.4, mcsim-5.5.0, netatalk-3.0.2, perl-5.16.3,
  py-moin-1.9.7, samba-3.6.13, samba-4.0.4, sqlite-3.7.16.

(wiz)

2013-03-19 14:33:11 UTC MAIN commitmail json YAML

Prevent install *.orig files.

For short timeslot, no PKGREVISION bump.

(taca)

2013-03-19 14:30:54 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 5.0.0

(ryoon)

2013-03-19 14:29:55 UTC MAIN commitmail json YAML

Update to 5.0.0

* Change to 5.0 branch.

Changelog:
Version 5.0.0 March 14th 2013

    New design
    Restore deleted files
    New fulltext search
    Display names
    New photo gallery
    Improved calendar and contacts
    Improved bookmarks
    New documentation system
    Improved file cache
    Improved security checks
    Security hardening in templates
    Security hardening: Implemented Content Security Policy
    Better versioning of better autoexpire
    Extended external storage
    New OCS REST API support
    Improved apps management

(ryoon)

2013-03-19 12:19:39 UTC MAIN commitmail json YAML

2013-03-19 12:15:25 UTC MAIN commitmail json YAML

2013-03-19 11:14:53 UTC MAIN commitmail json YAML

Note update of the "milter-greylist" package to version 4.4.3.

(tron)

2013-03-19 11:07:54 UTC MAIN commitmail json YAML

Update "milter-greylist" to version 4.4.3. Changes since 4.4.2:
- More Solaris build fixes (Jim Klimov)
- Use ZZ for unknown GeoIP country
- Fix swapped %f and %r for stat example in default greylist.conf
- Support p0f v3.06 and up with --with-p0f-src or --enable-p0f306

Approved by Thomas 'wiz' Klausner.

(tron)

2013-03-19 10:24:24 UTC MAIN commitmail json YAML

update CONFLICT line: libuuid is not in "wip" anymore

(drochner)

2013-03-19 08:51:52 UTC MAIN commitmail json YAML

Updated www/php-tt-rss to 1.6.2nb1

(wiz)

2013-03-19 08:51:44 UTC MAIN commitmail json YAML

Add missing dependencies. Bump PKGREVISION.
Assume root user for message instead of sudo'ing everything.
Fix typo.

(wiz)

2013-03-19 01:43:06 UTC MAIN commitmail json YAML

Fixes build on NetBSD-5.2-i386, i486 features are required.

(obache)

2013-03-19 00:36:41 UTC MAIN commitmail json YAML

also add http one to MASTER_SITES.

(obache)

2013-03-18 17:01:26 UTC MAIN commitmail json YAML

Two installed files changed, so bumping PKGREVISION.
Noted by wiz, thanks.

(ast)

2013-03-18 15:21:13 UTC MAIN commitmail json YAML

Freeze started.

(wiz)

2013-03-18 14:01:25 UTC MAIN commitmail json YAML

2013-03-18 11:24:43 UTC MAIN commitmail json YAML

Use `` instead of $(), fixes bootstrap on older SunOS versions which have
the legacy /bin/sh.

Fix from asau.

(jperkin)

2013-03-18 10:14:57 UTC MAIN commitmail json YAML

Add pthread buildlink.

(sbd)

2013-03-18 10:04:11 UTC MAIN commitmail json YAML

Disable multilib directories.  Fixes packaging issues on at least SunOS
64-bit, possibly others.

Patch from obache.

(jperkin)

2013-03-18 09:29:18 UTC MAIN commitmail json YAML

Avoid getting "/usr/pkg/bin/perl^M: bad interpreter ..." error on
the auxiliary perl scripts iozone_report and iozone_visualizer.

(ast)

2013-03-18 09:18:17 UTC MAIN commitmail json YAML

2013-03-17 21:42:52 UTC MAIN commitmail json YAML

Updated www/curl to 7.29.0nb2
Updated misc/openoffice3 to 3.1.1nb41

(tsutsui)

2013-03-17 21:37:31 UTC MAIN commitmail json YAML

Remove LINKFLAGSRUNPATH lines that specify -Wl,-rpath,${PREFIX}/lib.

These lines were changed as workaround of libcurl part of PR pkg/46567,
but the actual libcurl problem in curl-config is now fixed and
these unconditional -rpath flags seem to cause non-working binaries
as mentioned in PR pkg/46983.

Bump PKGREVISION.

(tsutsui)

2013-03-17 21:33:34 UTC MAIN commitmail json YAML

Make "curl-config --libs" return proper ldflags for shared libraries.

After curl 7.25.0 update (imported to pkgsrc at 20120417),
"curl-config --libs" no longer returns "-Wl,-R/usr/pkg/lib"
while "curl-config --static-libs" still returns it.

Fixes the root cause of libcurl part of PR pkg/46567, and this is
also required to fix openoffice3 issue as mentioned in PR pkg/46983.
The problem is tracked and reported by Yasushi Oshima.

Bump PKGREVISION.

(tsutsui)

2013-03-17 21:29:07 UTC MAIN commitmail json YAML

Updated games/onscripter to 20130316

(tsutsui)

2013-03-17 21:28:12 UTC MAIN commitmail json YAML

Update onscripter to 20130316.

Upstream changes summary (only Japanese log available)

20130316
- fix a bug in spstr insn that doesn't work for string sprites

(tsutsui)

2013-03-17 19:59:30 UTC MAIN commitmail json YAML

updated xdg-utils

(markd)

2013-03-17 19:56:43 UTC MAIN commitmail json YAML

2013-03-17 19:41:24 UTC MAIN commitmail json YAML

2013-03-17 19:38:36 UTC MAIN commitmail json YAML

2013-03-17 19:37:19 UTC MAIN commitmail json YAML

Add eigen3 version 3.1.2

Eigen 3 is a C++ template library for linear algebra: vectors, matrices, and
related algorithms.

(markd)

2013-03-17 17:10:09 UTC MAIN commitmail json YAML

Updated parallel/mpi-ch to 3.0.1

(asau)

2013-03-17 17:09:43 UTC MAIN commitmail json YAML

+ etm2-2.1.0 [etm successor], gcc-4.8.0, gnutls-3.1.9, ilmbase-2.0.0,
  openexr-2.0.0, php-tt-rss-1.7.6, poppler-0.22.2, texmaker-4.0.1,
  wine-devel-1.5.26, x264-devel-20130316.

(wiz)

2013-03-17 17:08:52 UTC MAIN commitmail json YAML

Update to MPICH 3.0.1

===============================================================================
                              Changes in 3.0
===============================================================================

# MPI-3: All MPI-3 features are now implemented and the MPI_VERSION
  bumped up to 3.0.

# OVERALL: Added support for ARM-v7 native atomics

# MPE: MPE is now separated out of MPICH and can be downloaded/used
  as a separate package.

# PM/PMI: Upgraded to hwloc-1.6

# Several other minor bug fixes, memory leak fixes, and code cleanup.
  A full list of changes is available using:

    svn log -r10344:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich-3.0

    ... or at the following link:

    https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich-3.0?action=follow_copy&rev=HEAD&stop_rev=10344&mode=follow_copy

===============================================================================
                              Changes in 1.5
===============================================================================

# OVERALL: Nemesis now supports an "--enable-yield=..." configure
  option for better performance/behavior when oversubscribing
  processes to cores.  Some form of this option is enabled by default
  on Linux, Darwin, and systems that support sched_yield().

# OVERALL: Added support for Intel Many Integrated Core (MIC)
  architecture: shared memory, TCP/IP, and SCIF based communication.

# OVERALL: Added support for IBM BG/Q architecture.  Thanks to IBM
  for the contribution.

# MPI-3: const support has been added to mpi.h, although it is
  disabled by default.  It can be enabled on a per-translation unit
  basis with "#define MPICH2_CONST const".

# MPI-3: Added support for MPIX_Type_create_hindexed_block.

# MPI-3: The new MPI-3 nonblocking collective functions are now
  available as "MPIX_" functions (e.g., "MPIX_Ibcast").

# MPI-3: The new MPI-3 neighborhood collective routines are now available as
  "MPIX_" functions (e.g., "MPIX_Neighbor_allgather").

# MPI-3: The new MPI-3 MPI_Comm_split_type function is now available
  as an "MPIX_" function.

# MPI-3: The new MPI-3 tools interface is now available as "MPIX_T_"
  functions.  This is a beta implementation right now with several
  limitations, including no support for multithreading.  Several
  performance variables related to CH3's message matching are exposed
  through this interface.

# MPI-3: The new MPI-3 matched probe functionality is supported via
  the new routines MPIX_Mprobe, MPIX_Improbe, MPIX_Mrecv, and
  MPIX_Imrecv.

# MPI-3: The new MPI-3 nonblocking communicator duplication routine,
  MPIX_Comm_idup, is now supported.  It will only work for
  single-threaded programs at this time.

# MPI-3: MPIX_Comm_reenable_anysource support

# MPI-3: Native MPIX_Comm_create_group support (updated version of
  the prior MPIX_Group_comm_create routine).

# MPI-3: MPI_Intercomm_create's internal communication no longer interferes
  with point-to-point communication, even if point-to-point operations on the
  parent communicator use the same tag or MPI_ANY_TAG.

# MPI-3: Eliminated the possibility of interference between
  MPI_Intercomm_create and point-to-point messaging operations.

# Build system: Completely revamped build system to rely fully on
  autotools.  Parallel builds ("make -j8" and similar) are now supported.

# Build system: rename "./maint/updatefiles" --> "./autogen.sh" and
  "configure.in" --> "configure.ac"

# JUMPSHOT: Improvements to Jumpshot to handle thousands of
  timelines, including performance improvements to slog2 in such
  cases.

# JUMPSHOT: Added navigation support to locate chosen drawable's ends
  when viewport has been scrolled far from the drawable.

# PM/PMI: Added support for memory binding policies.

# PM/PMI: Various improvements to the process binding support in
  Hydra.  Several new pre-defined binding options are provided.

# PM/PMI: Upgraded to hwloc-1.5

# PM/PMI: Several improvements to PBS support to natively use the PBS
  launcher.

# Several other minor bug fixes, memory leak fixes, and code cleanup.
  A full list of changes is available using:

    svn log -r8478:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.5

    ... or at the following link:

    https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.5?action=follow_copy&rev=HEAD&stop_rev=8478&mode=follow_copy

(asau)

2013-03-17 16:25:46 UTC MAIN commitmail json YAML

Note update of textproc/ruby-multi_json package to 1.7.0.

(taca)

2013-03-17 16:25:16 UTC MAIN commitmail json YAML

2013-03-17 16:22:26 UTC MAIN commitmail json YAML

Note update of devel/ruby-highline package to 1.6.16.

(taca)

2013-03-17 16:21:46 UTC MAIN commitmail json YAML

Update ruby-highline to 1.6.16.

== 1.6.16

* Added the new indention feature (by davispuh).
* Separated auto-completion from the answer type (by davispuh).
* Improved JRuby support (by rsutphin).
* General code clean up (by stomar).
* Made HighLine#say() a little smarter with regard to color escapes
  (by Kenneth Murphy).

(taca)

2013-03-17 16:17:14 UTC MAIN commitmail json YAML

Note update of www/ruby-rack-protection package to 1.5.0.

(taca)

2013-03-17 16:16:39 UTC MAIN commitmail json YAML

Update ruby-rack-protection to 1.5.0.

* Add a `report` reaction.
  This reaction does not halt the request, but leaves it up to the app to
  react on this information.  This allows e.g. frameworks to ignore failures
  in certain conditions.

(taca)

2013-03-17 16:10:58 UTC MAIN commitmail json YAML

- SOGo-2.0.4.
+ ruby-2.0.0p0.

(taca)

2013-03-17 16:10:31 UTC MAIN commitmail json YAML

Note update of devel/ruby-daemon_controller package to 1.1.2.

(taca)

2013-03-17 16:10:00 UTC MAIN commitmail json YAML

Update ruby-daemon_controller to 1.1.2.

* Allow configuring the Ruby interpreter for starting the echo server
  during unit tests.
* The echo server should add a newline to PID files.
* Use RbConfig instead of Config when possible.
* Add run_echo_server to gemspec.
* Add license information to gemspece.  This way this info can be retrieved
  using rubygems.org API

(taca)

2013-03-17 16:07:16 UTC MAIN commitmail json YAML

Note update of devel/ruby-rbtree package to 0.4.0.

(taca)

2013-03-17 16:06:49 UTC MAIN commitmail json YAML

Update ruby-rbtree to 0.4.0.

=== 0.4.0

* Fixed build failure with Ruby 2.0.0.
* \#bound now returns an enumerator if no block is given.
* \#select now returns a new MultiRBTree / RBTree.
* Fixed a bug where \#reject could return nil.
* \#to_s is now equivalent to \#inspect.
* \#each now passes a two elements array as an argument to the given block.
* Added new methods: \#default_proc=, \#flatten, \#keep_if, \#key, \#select!
  and \#to_h.

(taca)

2013-03-17 16:06:09 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-core package to 2.13.1.

(taca)

2013-03-17 16:05:42 UTC MAIN commitmail json YAML

Update ruby-rspec-core to 2.13.1.

### 2.13.1 / 2013-03-12
[full changelog](http://github.com/rspec/rspec-core/compare/v2.13.0...v2.13.1)

Bug fixes

* Use hook classes as proxies rather than extending hook blocks to support
  lambdas for before/after/around hooks. (David Chelimsky)
* Fix regression in 2.13.0 that caused confusing behavior when overriding
  a named subject with an unnamed subject in an inner group and then
  referencing the outer group subject's name. The fix for this required
  us to disallow using `super` in a named subject (which is confusing,
  anyway -- named subjects create 2 methods, so which method on the
  parent example group are you `super`ing to?) but `super` in an unnamed
  subject continues to work (Myron Marston).
* Do not allow a referenced `let` or `subject` in `before(:all)` to cause
  other `let` declarations to leak across examples (Myron Marston).
* Work around odd ruby 1.9 bug with `String#match` that was triggered
  by passing it a regex from a `let` declaration. For more info, see
  http://bugs.ruby-lang.org/issues/8059 (Aaron Kromer).
* Add missing `require 'set'` to `base_text_formatter.rb` (Tom
  Anderson).

Deprecations

* Deprecate accessing `let` or `subject` declarations in `before(:all)`.
  These were not intended to be called in a `before(:all)` hook, as
  they exist to define state that is reset between each example, while
  `before(:all)` exists to define state that is shared across examples
  in an example group (Myron Marston).

(taca)

2013-03-17 16:05:05 UTC MAIN commitmail json YAML

Note update of misc/ruby-bundler package to 1.3.4.

(taca)

2013-03-17 16:04:37 UTC MAIN commitmail json YAML

Update ruby-bundler to 1.3.4.

## 1.3.4 (15 March 2103)

Bugfixes:

  - load YAML on Rubygems version that define module YAML
  - fix regression that broke --without on ruby 1.8.7

## 1.3.3

Features:

  - compatible with Rubygems 2.0.2 (higher and lower already work)
  - mention skipped groups in bundle install and bundle update output (@simi)
  - `gem` creates rake tasks for minitest (@coop) and rspec

Bugfixes:

  - require rbconfig for standalone mode
  - revert to working quoting of RUBYOPT on Windows (@ogra)

(taca)

2013-03-17 16:03:57 UTC MAIN commitmail json YAML

Note update of net/ruby-domain_name package to 0.5.8.

(taca)

2013-03-17 16:03:14 UTC MAIN commitmail json YAML

Update ruby-domain_name to 0.5.8.

* Switch bundler to 1.3.
* Add 2013 to copyright years.
* Update the eTLD database to the version as of 2013-02-18T20:02:07Z.

(taca)

2013-03-17 16:01:39 UTC MAIN commitmail json YAML

Note update of net/ruby-snmp package to 1.1.1.

(taca)

2013-03-17 16:01:10 UTC MAIN commitmail json YAML

Update ruby-snmp to 1.1.1.

Changes for version 1.1.1:

* Incorporate various small pull requests

(taca)

2013-03-17 16:00:26 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-facter package to 1.6.18.

(taca)

2013-03-17 15:59:54 UTC MAIN commitmail json YAML

2013-03-17 15:58:11 UTC MAIN commitmail json YAML

Note update of www/heel package to 3.0.2.

(taca)

2013-03-17 15:57:46 UTC MAIN commitmail json YAML

Update heel to 3.0.2.

# Changelog
## Version 3.0.2 - 2013-03-13

* Fix generated pages to say they are utf-8 [#4]
* Fix formatting of usage section of documentation
* Update dependencies
* Convert to RDoc 4.0

(taca)

2013-03-17 15:57:09 UTC MAIN commitmail json YAML

Note update of www/ruby-css-parser package to 1.3.4.

(taca)

2013-03-17 15:56:42 UTC MAIN commitmail json YAML

Update ruby-css-parser to 1.3.4.

Changes aren't available, please refer github's commit log.

(taca)

2013-03-17 15:53:43 UTC MAIN commitmail json YAML

Note update of www/ruby-cssmin package to 1.0.3.

(taca)

2013-03-17 15:53:21 UTC MAIN commitmail json YAML

Update ruby-cssmin to 1.0.3.

## 1.0.3 (2013-03-14)

* Fixed a bug that broke media queries. [Rob]
* Fixed a bug that caused the input string to be modified when modifications
  should only have been made to a copy.

(taca)

2013-03-17 15:52:29 UTC MAIN commitmail json YAML

Note update of www/ruby-webrobots package to 0.1.1.

(taca)

2013-03-17 15:51:54 UTC MAIN commitmail json YAML

Update ruby-webrobots to 0.1.1.

A few fixes.

(taca)

2013-03-17 15:47:25 UTC MAIN commitmail json YAML

Updated textproc/py-lxml to 3.1.0

(wiz)

2013-03-17 15:47:16 UTC MAIN commitmail json YAML

Update to 3.1.0:

3.1.0 (2013-02-10)
==================

Features added
--------------

* GH#89: lxml.html.clean allows overriding the set of attributes that it
  considers 'safe'.  Patch by Francis Devereux.

Bugs fixed
----------

* LP#1104370: ``copy.copy(el.attrib)`` raised an exception.  It now returns
  a copy of the attributes as a plain Python dict.

* GH#95: When used with namespace prefixes, the  ``el.find*()`` methods
  always used the first namespace mapping that was provided for each
  path expression instead of using the one that was actually passed
  in for the current run.

* LP#1092521, GH#91: Fix undefined C symbol in Python runtimes compiled
  without threading support.  Patch by Ulrich Seidl.

Other changes
-------------

3.1beta1 (2012-12-21)
=====================

Features added
--------------

* New build-time option ``--with-unicode-strings`` for Python 2 that
  makes the API always return Unicode strings for names and text
  instead of byte strings for plain ASCII content.

* New incremental XML file writing API ``etree.xmlfile()``.

* E factory in lxml.objectify is callable to simplify the creation of
  tags with non-identifier names without having to resort to getattr().

Bugs fixed
----------

* When starting from a non-namespaced element in lxml.objectify, searching
  for a child without explicitly specifying a namespace incorrectly found
  namespaced elements with the requested local name, instead of restricting
  the search to non-namespaced children.

* GH#85: Deprecation warnings were fixed for Python 3.x.

* GH#33: lxml.html.fromstring() failed to accept bytes input in Py3.

* LP#1080792: Static build of libxml2 2.9.0 failed due to missing file.

Other changes
-------------

* The externally useless class ``_ObjectifyElementMakerCaller`` was
  removed from the module API of lxml.objectify.

* LP#1075622: lxml.builder is faster for adding text to elements with
  many children.  Patch by Anders Hammarquist.

(wiz)

2013-03-17 15:32:16 UTC MAIN commitmail json YAML

Note update of ruby-gnome2 packages to 1.2.3.

(obache)

2013-03-17 15:31:10 UTC MAIN commitmail json YAML

Update ruby-gnome2 to 1.2.3.

== Ruby-GNOME2 1.2.3: 2013-03-17

Clean up release!

=== Changes

==== Ruby/GTK2

  * Remove needless signale handlers restore.

==== Ruby/GTK3

  * Remove needless signale handlers restore.

(obache)

2013-03-17 15:29:35 UTC MAIN commitmail json YAML

Updated net/transmission to 2.77

(wiz)

2013-03-17 15:29:24 UTC MAIN commitmail json YAML

Update to 2.77:

=== Transmission 2.77 (2013/02/18) ===
[http://trac.transmissionbt.com/query?milestone=2.77&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
  * Fix 2.75 regression that broke JSON parsing of real numbers in locales that don't use '.' as a decimal separator
  * Don't invalidate the OS's file cache when closing files
  * Fix overflow error when setting speed limits above ~8589 kB/s
  * Generated magnet links didn't include webseeds
  * Fix minor memory leaks when using webseeds
==== GTK+ Client ====
  * Minor pluralization fixes in the UI
  * Fix folder mis-selection issue in the Preferences dialog
  * Fix GTK+ console warnings on shutdown
==== Qt Client ====
  * Fix non Latin-1 symbol issue when showing file transfer speeds
  * Fix issue when creating new torrents with multiple trackers
  * Fix lost text selection in the properties dialog's 'comment' field
==== Daemon ====
  * Fix documentation errors in the spec and manpages
==== Web Client ====
  * Fix minor DOM leak
==== CLI ====
  * Fix transmission-cli failure when the download directory doesn't exist

(wiz)

2013-03-17 15:27:18 UTC MAIN commitmail json YAML

avoid to match commnented out lines (createbuildlink will create such lines
by default).

(obache)

2013-03-17 15:19:11 UTC MAIN commitmail json YAML

update comment to refrect current release.

(obache)

2013-03-17 15:18:19 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg to 20130315.1.2

(wiz)

2013-03-17 15:18:11 UTC MAIN commitmail json YAML

Update to 1.2:

version 1.2:

- VDPAU hardware acceleration through normal hwaccel
- SRTP support
- Error diffusion dither in Swscale
- Chained Ogg support
- Theora Midstream reconfiguration support
- EVRC decoder
- audio fade filter
- filtering audio with unknown channel layout
- allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  and treble audio filter
- improved showspectrum filter, with multichannel support and sox-like colors
- histogram filter
- tee muxer
- il filter ported from libmpcodecs
- support ID3v2 tags in ASF files
- encrypted TTA stream decoding support
- RF64 support in WAV muxer
- noise filter ported from libmpcodecs
- Subtitles character encoding conversion
- blend filter
- stereo3d filter ported from libmpcodecs

(wiz)

2013-03-17 15:06:50 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 6.8.3.9

(wiz)

2013-03-17 15:06:41 UTC MAIN commitmail json YAML

Update to 6.8.3.9:

  * GIF comments are no longer displaced by 1 for animated GIFs (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22901).
  * A blur kernel with a zero sigma is unity.
  * Do not replace gAMA found in input with 1/2.2
  * Avoid a libpng16 warning about storing unknown chunks.
  * Improve performance when rendering a caption.
  * The compare 'map' image should not be transparent.
  * Use only major version for decorating include path.

(wiz)

2013-03-17 14:54:36 UTC MAIN commitmail json YAML

2013-03-17 14:51:23 UTC MAIN commitmail json YAML

Updated devel/py-distribute to 0.6.35

(wiz)

2013-03-17 14:51:14 UTC MAIN commitmail json YAML

Update to 0.6.35:

0.6.35
------

Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in
how it parses version numbers.

* Issue #278: Restored compatibility with distribute 0.6.22 and setuptools
  0.6. Updated the documentation to match more closely with the version
  parsing as intended in setuptools 0.6.

(wiz)

2013-03-17 14:50:23 UTC MAIN commitmail json YAML

Updated devel/protobuf to 2.5.0

(wiz)

2013-03-17 14:50:14 UTC MAIN commitmail json YAML

Update to 2.5.0:

2013-02-27 version 2.5.0:

  General
  * New notion "import public" that allows a proto file to forward the content
    it imports to its importers. For example,
      // foo.proto
      import public "bar.proto";
      import "baz.proto";

      // qux.proto
      import "foo.proto";
      // Stuff defined in bar.proto may be used in this file, but stuff from
      // baz.proto may NOT be used without importing it explicitly.
    This is useful for moving proto files. To move a proto file, just leave
    a single "import public" in the old proto file.
  * New enum option "allow_alias" that specifies whether different symbols can
    be assigned the same numeric value. Default value is "true". Setting it to
    false causes the compiler to reject enum definitions where multiple symbols
    have the same numeric value.

  C++
  * New generated method set_allocated_foo(Type* foo) for message and string
    fields. This method allows you to set the field to a pre-allocated object
    and the containing message takes the ownership of that object.
  * Added SetAllocatedExtension() and ReleaseExtension() to extensions API.
  * Custom options are now formatted correctly when descriptors are printed in
    text format.
  * Various speed optimizations.

  Java
  * Comments in proto files are now collected and put into generated code as
    comments for corresponding classes and data members.
  * Added Parser to parse directly into messages without a Builder. For
    example,
      Foo foo = Foo.getParser().ParseFrom(input);
    Using Parser is ~25% faster than using Builder to parse messages.
  * Added getters/setters to access the underlying ByteString of a string field
    directly.
  * ByteString now supports more operations: substring(), prepend(), and
    append(). The implementation of ByteString uses a binary tree structure
    to support these operations efficiently.
  * New method findInitializationErrors() that lists all missing required
    fields.
  * Various code size and speed optimizations.

  Python
  * Added support for dynamic message creation. DescriptorDatabase,
    DescriptorPool, and MessageFactory work like their C++ couterparts to
    simplify Descriptor construction from *DescriptorProtos, and MessageFactory
    provides a message instance from a Descriptor.
  * Added pickle support for protobuf messages.
  * Unknown fields are now preserved after parsing.
  * Fixed bug where custom options were not correctly populated. Custom
    options can be accessed now.
  * Added EnumTypeWrapper that provides better accessibility to enum types.
  * Added ParseMessage(descriptor, bytes) to generate a new Message instance
    from a descriptor and a byte string.

(wiz)

2013-03-17 14:44:13 UTC MAIN commitmail json YAML

Updated parallel/openpa to 1.0.4

(asau)

2013-03-17 14:43:49 UTC MAIN commitmail json YAML

Update to OpenPA 1.0.4

Inter-process locking may be broken on NetBSD under some conditions.
(This didn't get worse since previous package.)
Field tests (benchmarks/skampi) don't reveal that the relevant
code path is invoked.

Major Changes in OpenPA v1.0.4
* native ARM (v7 and higher) support
* numerous memory barrier placement improvements in queue and test code
* x86 memory barrier improvements, including for Intel MIC
* numerous build system improvements

Major Changes in OpenPA v1.0.3

* Libtool shared library support for OPA, avoiding shared/static mixed
  linking problems on some platforms.
* The build system should now work more portably with broken/exotic shells.
* pkg-config support
* Emulated atomics can now be detected by the presence of an OPA_EXPLICIT_EMULATION
  #define in opa_config.h.
* PPC types are now correctly aligned to 8 bytes instead of 16 bytes.
* many more tests for "make check", fixed missing memory barriers in one test

(asau)

2013-03-17 14:15:46 UTC MAIN commitmail json YAML

Added databases/nss-pgsql version 1.5.0b

(asau)

2013-03-17 14:14:31 UTC MAIN commitmail json YAML

2013-03-17 14:12:02 UTC MAIN commitmail json YAML

2013-03-17 13:57:08 UTC MAIN commitmail json YAML

Added security/pam-pgsql version 0.7.3.1

(asau)

2013-03-17 13:55:58 UTC MAIN commitmail json YAML

2013-03-17 13:52:38 UTC MAIN commitmail json YAML

Import pam-pgsql version 0.7.3.1 as security/pam-pgsql
Packaged by Matthew Bauer <matthew.justin.bauer@gmail.com> during Google Code-In.

PAM module to authenticate using a PostgreSQL database.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(asau)

2013-03-17 11:46:04 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup tickets #4099, #4100 and #4101.

(tron)

2013-03-17 11:45:25 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4099 - requested by kim
net/proftpd: security update

Revisions pulled up:
- net/proftpd/Makefile                                          1.72
- net/proftpd/PLIST                                            1.24
- net/proftpd/distinfo                                          1.40
- net/proftpd/patches/patch-ab                                  deleted
- net/proftpd/patches/patch-ac                                  deleted

---
  Module Name:    pkgsrc
  Committed By:  kim
  Date:          Fri Mar 15 13:34:32 UTC 2013

  Modified Files:
          pkgsrc/net/proftpd: Makefile PLIST distinfo
  Removed Files:
          pkgsrc/net/proftpd/patches: patch-ab patch-ac

  Log Message:
  Updated net/proftpd to 1.3.4c:
  - addresses CVE-2012-6095 <http://bugs.proftpd.org/show_bug.cgi?id=3841>

(tron)

2013-03-17 11:41:23 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4100 - requested by tez
lang/perl5: security patch

Revisions pulled up:
- lang/perl5/Makefile                                          1.198
- lang/perl5/distinfo                                          1.95
- lang/perl5/patches/patch-CVE-2013-1667                        1.1

---
  Module Name:    pkgsrc
  Committed By:  tez
  Date:          Fri Mar  8 21:28:18 UTC 2013

  Modified Files:
          pkgsrc/lang/perl5: Makefile distinfo
  Added Files:
          pkgsrc/lang/perl5/patches: patch-CVE-2013-1667

  Log Message:
  add patch for CVE-2013-1667 from:
    https://bugzilla.redhat.com/show_bug.cgi?id=912276
  bump PKGREVISION

(tron)

2013-03-17 11:22:03 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4101 - requested by tez
textproc/libxml2: security patch

Revisions pulled up:
- textproc/libxml2/Makefile                                    1.123
- textproc/libxml2/distinfo                                    1.98
- textproc/libxml2/patches/patch-CVE-2013-0338-CVE-2013-0339    1.1

---
  Module Name:    pkgsrc
  Committed By:  tez
  Date:          Fri Mar  8 23:59:31 UTC 2013

  Modified Files:
          pkgsrc/textproc/libxml2: Makefile distinfo
  Added Files:
          pkgsrc/textproc/libxml2/
  patches: patch-CVE-2013-0338-CVE-2013-0339

  Log Message:
  Fix for CVE-2013-0338 & CVE-2013-0339

  from
  https://git.gnome.org/browse/libxml2/commit/?id=23f05e0c33987d6605387b300c4be5da2120a7ab

  bump PKGREVISION

(tron)

2013-03-17 10:47:40 UTC MAIN commitmail json YAML

Remove an entry of updateing www/php-apc to 3.1.14.

(taca)

2013-03-17 10:46:46 UTC MAIN commitmail json YAML

Revert php-apc to 3.1.13 since version 3.1.14 disappeared from official
pecl.php.net

(taca)

2013-03-17 10:13:09 UTC MAIN commitmail json YAML

2013-03-17 08:45:44 UTC MAIN commitmail json YAML

ghostscript now only contains Makefile fragment, so commented out.

(obache)

2013-03-17 08:42:55 UTC MAIN commitmail json YAML

follow PKGBASE name change of ghostscript for option.

(obache)

2013-03-17 03:50:50 UTC MAIN commitmail json YAML

Update ghostscript DESCR files, suggested by gdt.

(dholland)

2013-03-17 00:32:41 UTC MAIN commitmail json YAML

Updated net/net-snmp to 5.7.2

(gdt)

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

Remove zombie patch.

(gdt)

2013-03-17 00:18:31 UTC MAIN commitmail json YAML

2013-03-17 00:17:34 UTC MAIN commitmail json YAML

2013-03-17 00:15:29 UTC MAIN commitmail json YAML

Update to 5.7.2.

This is a major update in terms of pkgsrc patches, of which there are
far far too many.  Analysis of patches was done by Karen Sirois of
BBN, and I have remvoed patches that have been applied upstream.

This builds fine and passes tests on NetBSD 6 i386.  If you look after
some other platform (Dragonfly, Darwin, FreeBSD, etc.), please make
sure any problems are filed as upstream tickets; pkgsrc is not
appropriate to carry patches long-term that should be fixed upstream,
and this package has gotten out of hand.

(OK by adam@ to do the update, but he has not reviewed the changes, so
errors are my fault.  It's quite likely there are issues on other
platforms.)

Upstream NEWS:

*5.7.2*
    snmp:
      - BUG: 3526549: CVE-2012-2141 Array index error leading to crash

    snmpd:
      - BUG: 3532090: Fix high ifIndex values crashing hrDeviceDescr

    building:
      - PATCH: 2091156: correctly declare dependencies in Makefile. 'make
        -j <N>' should work now. Backport this to V5-4 as it is needed for
        correct operation in the single threaded case of make miblib as
        well.

    Many other miscellaneous minor bug fixes

*5.7.1*

  libnetsnmp:
      - Fixed the mib-parsing-bug introduced shortly before 5.7

  agent:
      - fixed rounding errors for disk percentage calculations

  openbsd:
      - better support for recent openbsd releases

  features:
      - bug fixes with minimalist support after additional user feedback

  Many other miscellaneous minor bug fixes

*5.7*

  snmpd:
      - Delivery of data via regularily scheduled notifications.
        (see "Data Delivery via Notfications" in snmpd.conf)
      - Many time-based config options can take (m)ins, (h)ours, ... arguments
        (see the snmpd.conf manual page)
      - The PING and TRACEROUTE MIBs now compile and work-ish on linux
        http://www.net-snmp.org/wiki/index.php/DISMAN
      - Mib handlers can now implement a data_clone function for
        cloning the myvoid structure variable to avoid dangling pointers
      - Fixed persistent storage of VACM MIB configuration
      - Multi-homed agents send UDP responses from the proper IP address
      - The hrStorageTable implementation now supports large filesystems better
      - optimizations for large route tables
      - Added a deliveryByNotify config token for regular data delivery
        (see the snmpd.conf manual page and the NET-SNMP-PERIODIC-NOTIFY-MIB)
      - [PATCH 3141462]: fix agentx subagent issues with multiple-object requests
      - [PATCH 3057093]: linux uses libpci for creating useful ifDescr strings
      - [PATCH 3131397]: huge speedups of the TCP/UDP Tables

  libnetsnmp:
      - Removed the older CMU compatibility support
      - The SSH transport is now configurable

  TLS/DTLS support:
      - The SNMP over DTLS transport now properly supports IPv6
      - Introduced new configuration tokens: localCert/peerCert
        (deprecating serverCert, clientCert, defX509ServerPub, defX509ClientPub)
      - Various fixes for the TLS/DTLS transports

  apps:
      - Added a per-variable timed output support to snmpwalk using -CT
      - snmpinform now correctly uses the local engineID for informs
      - A number of mib2c bug fixes
      - New snmp.conf tokens for timeouts and retries

  building:
      - New flags to reduce the amount of compiled code to bare minimums.
        This is provided by a new generic feature marking/selection mechanism.
        http://www.net-snmp.org/wiki/index.php/Feature_Marking_and_Selection
      - It's now possible to build without SNMPv3/USM
        (e.g., if you only want TLS/DTLS with SNMPv3/TSM)
      - It's possible to build the suite with no SET support
        configure using --enable-read-only
      - It's possible to build the agent as a notify-only agent
        configure using --enable-notify-only
      - Added a script to test memory usage with various config options
        (see the local/minimalist/sizetests script)
      - Net-SNMP can now be built to perform local DNSSEC validation
        (install DNSSEC-Tools' libval and use --with-local-dnssec-validation)

  testing:
      - a number of new API unit-tests have been added to the suite
        (to run the tests: cd testing && ./RUNFULLTESTS -g unit-tests)
      - The unit tests can be more easily run under valgrind
        (See http://bit.ly/jsgRnv for details)

  openbsd:
      - Support for updating the routing table via SNMP

  win32:
      - The testing suite works better under win32 environments
      - Many building fixes for the win32 environment(s)

  solaris:
      - Net-SNMP now supports the SCTP-MIB

  DragonFlyBSD, FreeBSD8:
      - Net-SNMP should now work on DragonFlyBSD and FreeBSD8

  And of course:
      - Many other bug fixes.  See the CHANGES and ChangeLog for details.

(gdt)

2013-03-16 23:05:00 UTC MAIN commitmail json YAML

Removed print/ghostscript successor print/ghostscript-gpl

(dholland)

2013-03-16 23:04:09 UTC MAIN commitmail json YAML

2013-03-16 23:03:33 UTC MAIN commitmail json YAML

print/ghostscript -> print/ghostscript-agpl

(dholland)

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

bumps for ghostscript changes

(dholland)

2013-03-16 23:02:18 UTC MAIN commitmail json YAML

Explicitly use ghostscript-gpl, as one of these sets GS_REQD=9.05.
Nothing in ghostscript seems to have *checked* that, but for now let's
assume it matters.

XXX: someone please review this and update/adjust as needed.

(dholland)

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

2013-03-16 22:58:53 UTC MAIN commitmail json YAML

ghostscript -> ghostscript-gpl

(dholland)

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

Switch to USE_TOOLS for ps2pdf instead of depending on ghostscript.
(It would also be nice if we could arrange things to optionally use
pstopdf from poppler-utils instead, but that's for some future time.)
Bump version to 1.8 instead of PKGREVISION.

(dholland)

2013-03-16 22:54:29 UTC MAIN commitmail json YAML

Update ghostscript depends. PKGREVISION -> 6

(dholland)

2013-03-16 22:53:52 UTC MAIN commitmail json YAML

Update ghostscript depends.

(dholland)

2013-03-16 22:52:56 UTC MAIN commitmail json YAML

Update ghostscript depends. PKGREVISION -> 21

(dholland)

2013-03-16 22:51:54 UTC MAIN commitmail json YAML

Update ghostscript depends. PKGREVISION -> 2.
XXX: this switches from BUILD_DEPENDS to USE_TOOLS and I haven't tested it
XXX: yet.

(dholland)

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

Update ghostscript depends. PKGREVISION -> 3

(dholland)

2013-03-16 22:48:12 UTC MAIN commitmail json YAML

Update ghostscript depends. PKGREVISION -> 2

(dholland)

2013-03-16 22:47:15 UTC MAIN commitmail json YAML

Update ghostscript depends. PKGREVISION -> 2

(dholland)

2013-03-16 22:45:45 UTC MAIN commitmail json YAML

Update ghostscript depends; PKGREVISION -> 3

(dholland)

2013-03-16 22:44:34 UTC MAIN commitmail json YAML

Update ghostscript depends. PKGREVISION -> 8

(dholland)

2013-03-16 22:41:50 UTC MAIN commitmail json YAML

2013-03-16 22:40:25 UTC MAIN commitmail json YAML

2013-03-16 22:39:20 UTC MAIN commitmail json YAML

2013-03-16 22:36:55 UTC MAIN commitmail json YAML

Update ghostscript depends.

(dholland)

2013-03-16 22:35:46 UTC MAIN commitmail json YAML

Update ghostscript depends. PKGREVISION -> 4.

(dholland)

2013-03-16 22:34:03 UTC MAIN commitmail json YAML

2013-03-16 22:26:19 UTC MAIN commitmail json YAML

Added ghostscript-agpl.

(dholland)

2013-03-16 22:25:46 UTC MAIN commitmail json YAML

Add ghostscript-agpl

(dholland)

2013-03-16 22:25:21 UTC MAIN commitmail json YAML

2013-03-16 21:47:15 UTC MAIN commitmail json YAML

Choose ghostscript package for ghostscript tools based on whether
gnu-agpl-* is in ACCEPTABLE_LICENSES.

This is mostly the same as the old ghostscript type logic that was
removed in version 1.223.

(dholland)

2013-03-16 21:32:51 UTC MAIN commitmail json YAML

added ghostscript-gpl

(dholland)

2013-03-16 21:32:23 UTC MAIN commitmail json YAML

+ghostscript-gpl

(dholland)

2013-03-16 21:32:02 UTC MAIN commitmail json YAML

2013-03-16 20:53:16 UTC MAIN commitmail json YAML

Updated security/oath-toolkit to 2.0.2

(pettai)

2013-03-16 20:52:38 UTC MAIN commitmail json YAML

Version 2.0.2 (released 2013-01-08)

* oathtool: Base32 decoding of keys are now more liberal in what accepts.
  It can now accept keys on the "gr6d 5br7 25s6 vnck v4vl hlao re"
  format, i.e., base32 data delimited using SPC and without padding.
  The old proper base32 format is still supported.
* liboath: oath_base32_decode now ignores SPC and adds pad characters.
* liboath: If password in usersfile is + then ignore supplied password.
  This enables the pam_oath module to be used with external password
  verification.  Based on patch from Ilkka Virta <itvirta@iki.fi>.
* tests: Fixed expiry date of some certificates used in the test suite.
  The last release would only complete 'make check' during a 30 day window.
* API and ABI is backwards compatible with the previous version.

Version 2.0.1 (released 2012-10-24)

* libpskc, pskctool: Support sign and verify of PSKC data using XML DigSig.
* libpskc: XML Schema validation modified.
  The entire PSKC schema is now supported (before the XML Digital
  Signatures and Encryption parts were removed).  The code now assumes
  that the schema is available in the local XML catalog.  Thanks to Liam
  Quin for hints about XML catalogs.
* pskctool: the --check (-c) parameter was renamed to --info (-i).
* API and ABI is backwards compatible with the previous version.

Version 2.0.0 (released 2012-10-10)

* libpskc, pskctool: New components.
  The OATH Toolkit now supports the Portable Symmetric Key Container
  (PSKC) data format specified in RFC 6030 for dealing with key
  provisioning.  There is a new low-level library libpskc for managing
  PSKC data for application developers and a new command line tool
  pskctool for interacting with PSKC data for users.  The PSKC
  functionality depends on Libxml2 <http://xmlsoft.org/>.  It can be
  disabled unconditionally using the ./configure-parameter
  --disable-pskc.
* liboath: Add manpages for library API.
* API and ABI is backwards compatible with the previous version.

(pettai)

2013-03-16 20:19:30 UTC MAIN commitmail json YAML

Updated security/pam-yubico to 2.13

(pettai)

2013-03-16 20:19:02 UTC MAIN commitmail json YAML

Version 2.13 (released 2013-03-01)

* Fix a bug in the version check to support major version > 2 (neo).
  Patch from https://github.com/wwest4

* Give ykpamcfg an option for specifying path.

(pettai)

2013-03-16 20:08:23 UTC MAIN commitmail json YAML

Updated security/ykpers to 1.11.3

(pettai)

2013-03-16 20:07:29 UTC MAIN commitmail json YAML

Version 1.11.3 (released 2013-01-09)

* Fixup of broken release.

Version 1.11.2 (released 2013-01-09)

* Fix a bug where writing a NDEF with unknown prefix ended up writing invalid
  data to the YubiKey NEO. Wrote prefix as 0x24 instead of 0x00.
* Don't allow opening a YubiKey if there's more than one present in the system.
* Fix shared linking of ykinfo and ykchalresp.

Version 1.11.1 (released 2012-12-21)

* Implement ykusb_strerror() on windows.
* Fix a bug where a YubiKey would fail to be recognized if there was
  another device from Yubico (vendor id 1050) inserted and looked at
  before in the device chain.
* Fix a bug where you could only set 8 bytes of the public id with
  the command line tool, now all 16 bytes can be set.
* Documentation updates and fixes.

Version 1.11.0 (released 2012-12-12)

* Added version symbols and functions.
  The header file is "ykpers-version.h" and it contains the following
  symbols and functions: YKPERS_VERSION_STRING, YKPERS_VERSION_NUMBER,
  YKPERS_VERSION_MAJOR, YKPERS_VERSION_MINOR, YKPERS_VERSION_PATCH,
  ykpers_check_version.

Version 1.10.0 (released 2012-12-11)

* Support for the new productId of the production Neo.
  Has ProducId 0x110, 0x111 or 0x112 depending on mode (see the notes about
  -m and device_config).
* Add support for SLOT_NDEF2.
  Use SLOT_NDEF to emit slot 1 as NDEF or SLOT_NDEF2 to emit slot 2.
  This also adds the function yk_write_ndef2() that takes a slot parameter.
* Add -m flag for ykpersonalize, set usb mode of YubiKey NEO.
  0 means pure YubiKey mode, 1 means pure CCID mode and 2 means YubiKey/CCID
  composite mode. Add 80 to set EJECT_FLAG.
  To use this with the api, see the functions:
  ykp_alloc_device_config(), ykp_free_device_config(), ykp_set_device_mode(),
  ykp_set_device_chalresp_timeout(), ykp_set_device_autoeject_time() and
  yk_write_device_config().
* Add -S flag for ykpersonalize, set the scanmap of the YubiKey NEO.
  Take an 90 character string describing 45 scancodes. See man page for more
  info. To use this with the api see yk_write_scan_map().
* In the api add ykp_ndef_as_text() to export the text from a YK_NDEF structure.
* Higher timeout for configuration writes as in particular swap can take
  longer than 600 ms.

(pettai)

2013-03-16 19:56:33 UTC MAIN commitmail json YAML

Updated security/libyubikey to 1.10

(pettai)

2013-03-16 19:56:07 UTC MAIN commitmail json YAML

Version 1.10 (released 2013-03-12)

* Added ./configure --enable-gcc-warnings to enable a lot of warnings.

* Warning fixes, build fixes etc.

(pettai)

2013-03-16 19:44:08 UTC MAIN commitmail json YAML

Add stud-0.3p53.

(jym)

2013-03-16 19:42:34 UTC MAIN commitmail json YAML

Add stud to Makefile.

(jym)

2013-03-16 19:41:36 UTC MAIN commitmail json YAML

Import stud-0.3pl53.

Description:

stud is a network proxy that terminates TLS/SSL connections and forwards
the unencrypted traffic to some backend. It's designed to handle 10s
of thousands of connections efficiently on multicore machines.
stud has very few features. It is designed to be paired with an
intelligent backend like haproxy or nginx.

(jym)

2013-03-16 18:53:11 UTC MAIN commitmail json YAML

Updated geography/gpsbabel to 1.4.4

(gdt)

2013-03-16 18:52:59 UTC MAIN commitmail json YAML

Update to 1.4.4.

The patch to help serial garmins with prolific adaptors is retained,
but it's perhaps a bit dicey because upstream code has changed a bit.

Upstream NEWS content from web pages:

1.4.4:

  Add MotoActiv format. Thank you, Dan Brown.
  Kris Beevers contributes Lowrance USR v4 support.
  Allow EXIF to represent altitude below MSL.
  Allow reading known invalid (sigh) data in NMEA, such as that
  written by Canon Camera/GPS devices, probably including:
      Canon GPS shoes
  GP-E1
  GP-E2
      Powershot models with GPS capabilities
  S100
  SX260
  HS D20
  Enhance Garmin Fit support for latest firmware.
  Skytraq fixes.
  Steve Eckert adds line styling to the National Geographic TPO3 reader.
  Erik Krause improves German translations.
  OS X Mountain Lion fixes.

1.4.3 beta:

  Fix translations for GUI on Windows. German, Italian, Hungarian,
  Russian, and a few others should now work. If your language is there,
  please contribute a translation. It's easy and doesn't require you to
  program.
  A new writer for geocaches in KML (Google Earth) provide better
  visualizations of high-density areas.
  Many KML improvements including validation fixes, aviations units,
  fixes for min/max alt.
  Adds iblue757 GPS support.
  Add support for Holux M-1200E GPS.
  Add the Minihomer variant of Skytraq.
  Add FlySight GPS support.
  Add Garmin FIT support.
  Add Land Air Sea format for GPS Tracking Key Pro.
  Many Navicache improvements.
  Fixes to track filter to not mangle tracks recorded at low speed when
  segement filter is applied.

(gdt)

2013-03-16 18:52:05 UTC MAIN commitmail json YAML

Updated mail/poppy to 4.0.1
Updated www/calamaris to 2.59

(shattered)

2013-03-16 18:43:44 UTC MAIN commitmail json YAML

Updated to 2.59. Changes:

added sanity-check for time-interval-option
added x-hiername for NetCache-Logparsing
fix for iPlanet Web Proxy Server
moved CARP from HIT to MISS section

(shattered)

2013-03-16 18:39:01 UTC MAIN commitmail json YAML

Updated to 4.0.1. Changes:

- Seperated POP/IMAP/SMTP code into a seperate library so that it
  can be used with different applications.  Now "poppy" handles just
  config file reading and pretty-printing.

- Intial draft of a spamkill application.  Deletes spams based on the
  headers on a POP3/IMAP server.  Requires customization for your
  setup.

(shattered)

2013-03-16 17:28:40 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 4.5.7nb1

(bouyer)

2013-03-16 17:27:27 UTC MAIN commitmail json YAML

This requires php-pdo, add it to the depends list
NetBSD's iconv doesn't support ASCII//TRANSLIT, use plain ASCII instead.
bump PKGREVISION

(bouyer)

2013-03-16 16:53:33 UTC MAIN commitmail json YAML

Fix homepage (now at gna).

(gdt)

2013-03-16 16:38:27 UTC pkgsrc-2012Q4 commitmail json YAML

Revert previous, incorrectly on stable branch.

(gdt)

2013-03-16 16:37:42 UTC pkgsrc-2012Q4 commitmail json YAML

HOMEPAGE gone, update (gna).

(gdt)

2013-03-16 16:26:29 UTC MAIN commitmail json YAML

Updated devel/gitolite to 3.4nb1

(ryoon)

2013-03-16 16:11:16 UTC MAIN commitmail json YAML

One more PERL5 SUBST.
Ride previous revbump.

(ryoon)

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

* Remove unused SUBST_*.
* Whitespaces to tabs.

(ryoon)

2013-03-16 15:56:17 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Fix perl's path in hook files.
  Fix functionality on unprivileged bootstrap pkgsrc environment.

(ryoon)

2013-03-16 15:13:32 UTC MAIN commitmail json YAML

Note update of www/SOGo package to 2.0.4b.

(taca)

2013-03-16 15:12:57 UTC MAIN commitmail json YAML

Update SOGo to 2.0.4b.

2.0.4b (2013-02-04)
------------------

Bug fixes
- Fixed order of precedence for options (#2166)
  The following order is enforced - first match wins
    1. Command line arguments
    2. .GNUstepDefaults
    3. /etc/sogo/{debconf,sogo}.conf
    4. SOGoDefaults.plist
- fixed handling of LDAP DN containing special characters (#2152, #2207)
- fixed handling of credential files for older GNUsteps (#2216)
- fixed display of messages with control characters (#2079, #2177)
- fixed tooltips in contacts list (#2211)
- fixed classification menu in component editor (#2223)
- fixed link to ACL editor for 'any authenticated user' (#2222, #2224)
- fixed saving preferences when mail module is disabled
- fixed handling for long credential strings (#2212)

2.0.4a (2013-01-30)
------------------

Enhancements
- updated Czech translation
- birthday is now properly formatted in addressbook module

Bug fixes
- fixed handling of groups with spaces in their UID
- fixed possible infinite loop in repeatable object
- fixed until date in component editor
- fixed saving all-day event in appointment editor
- fixed handling of decoding contacts UID
- fixed support of GNUstep 1.20 / Debian Squeeze

2.0.4 (2013-01-25)
------------------

New features
- sogo-tool: new "dump-defaults" command to easily create /etc/sogo/sogo.conf

Enhancements
- The sogo user is now a system user.
  For new installs, this means that 'su - sogo' won't work anymore.
  Please use 'sudo -u sogo cmd' instead
  If used in scripts from cronjobs, 'requiretty' must be disabled in sudoers
- added basic support for LDAP URL in user sources
- renamed default SOGoForceIMAPLoginWithEmail to
  SOGoForceExternalLoginWithEmail and extended it to SMTP authentication
- updated the timezone files to the 2012j edition and removed RRDATES
- updated CKEditor to version 4.0.1
- added Finnish translation - thanks to Kari Salmu
- updated translations
- recurrence-id of all-day events is now set as a proper date with no time
- 'show completed tasks' is now persistent
- fixed memory usage consumption for remote ICS subscriptions

Bug fixes
- fixed usage of browser's language for the login page
- fixed partstat of attendee in her/his calendar
- fixed French templates encoding
- fixed CardDAV collections for OS X
- fixed event recurrence editor (until date)
- fixed column display for subfolders of draft & sent
- improved IE7 support
- fixed drag'n'drop of events with Safari
- fixed first day of the week in datepickers
- fixed exceptions of recurring all-day events

2.0.3 (2012-12-06)
------------------

New features
- support for SAML2 for single sign-on, with the help of the lasso library
- added support for the "AUTHENTICATE" command and SASL mechanisms
- added domain default SieveHostFieldName
- added a search field for tasks

Enhancements
- search the contacts for the organization attribute
- in HTML mode, optionally place answer after the quoted text
- improved memory usage of "sogo-tool restore"
- fixed invitations status in OSX iCal.app/Calendar.app (cleanup RSVP attribute)
- now uses "imap4flags" instead of the deprecated "imapflags"
- added Slovak translation - thanks to Martin Pastor
- updated translations

Bug fixes
- fixed LDIF import with categories
- imported events now keep their UID when possible
- fixed importation of multiple calendars
- fixed modification date when drag'n'droping events
- fixed missing 'from' header in Outlook
- fixed invitations in Outlook
- fixed JavaScript regexp for Firefox
- fixed JavaScript syntax for IE7
- fixed all-day event display in day/week view
- fixed parsing of alarm
- fixed Sieve server URL fallback
- fixed Debian cronjob (spool directory cleanup)

(taca)

2013-03-16 15:04:39 UTC MAIN commitmail json YAML

Note update of devel/SOPE package to 2.0.4b.

(taca)

2013-03-16 15:04:10 UTC MAIN commitmail json YAML

Update SOPE to 2.0.4b.

* Note that this package is the version developed by SOGo team.
* Changes are too many to write here, please refer ChangeLog.

(taca)

2013-03-16 15:00:25 UTC MAIN commitmail json YAML

Updated inputmethod/skk to 15.1

(ryoon)

2013-03-16 14:59:49 UTC MAIN commitmail json YAML

Update to 15.1

* Drop emacs-21 support.

Changelog:
* Drop emacs-21 support.
* Improve emacs-24.3 support.
* Many improvements.
* Some new features.

(ryoon)

2013-03-16 13:29:51 UTC MAIN commitmail json YAML

2013-03-16 13:28:23 UTC MAIN commitmail json YAML

Added net/rabbiter version 2.0.0

(obache)

2013-03-16 13:28:10 UTC MAIN commitmail json YAML

Import rabbiter-2.0.0 as net/rabbiter.

Rabbiter receives comments from twitter and sends them to Rabbit.
Rabbit shows them in your slides.
It is very useful when you talk on public event.

(obache)

2013-03-16 13:18:29 UTC MAIN commitmail json YAML

Updated net/ruby-twitter-stream to 0.1.16nb1

(obache)

2013-03-16 13:17:58 UTC MAIN commitmail json YAML

relax required version of simple_oauth, it simply just bump its version
from 0.1.9 to 0.2.0...

Bump PKGREVISION.

(obache)

2013-03-16 12:52:10 UTC MAIN commitmail json YAML

2013-03-16 12:51:33 UTC MAIN commitmail json YAML

pdated databases/openldap to 2.4.34

(adam)

2013-03-16 12:49:56 UTC MAIN commitmail json YAML

OpenLDAP 2.4.34 Release (2013/03/03)
Fixed libldap connections with EINTR (ITS7476)
Fixed libldap lineno overflow in ldif_read_record (ITS7497)
Fixed liblmdb mdb_env_open flag handling (ITS7453)
Fixed liblmdb mdb_midl_sort array optimization (ITS7432)
Fixed liblmdb freelist with large entries (ITS7455)
Fixed liblmdb to check for filled dirty page list (ITS7491)
Fixed liblmdb to validate data limits (ITS7485)
Fixed liblmdb mdb_update_key for large keys (ITS7505)
Fixed ldapmodify to not core dump with invalid LDIF (ITS7477)
Fixed slapd syncrepl for old entries in MMR setup (ITS7427)
Fixed slapd signedness for index_substr_any_* (ITS7449)
Fixed slapd enforce SLAPD_MAX_DAEMON_THREADS (ITS7450)
Fixed slapd mutex in send_ldap_ber (ITS6164)
Added slapd-ldap onerr option (ITS7492)
Added slapd-ldap keepalive support (ITS7501)
Fixed slapd-ldif with empty dir (ITS7451)
Fixed slapd-mdb to reopen attr DBs after env reopen (ITS7416)
Fixed slapd-mdb handling of missing entries (ITS7483,7496)
Fixed slapd-mdb environment flag setting (ITS7452)
Fixed slapd-mdb with sub db slapcat (ITS7469)
Fixed slapd-mdb to correctly work with toolthreads > 2 (ITS7488,ITS7527)
Fixed slapd-mdb subtree search speed (ITS7473)
Fixed slapd-meta conversion to cn=config (ITS7525)
Fixed slapd-meta segfault when modifying olcDbUri (ITS7526)
Fixed slapd-sql back-config support (ITS7499)
Fixed slapo-constraint handle uri and restrict correctly (ITS7418)
Fixed slapo-constraint with multi-master replication (ITS7426)
Fixed slapo-constraint segfault (ITS7431)
Fixed slapo-deref control initialization (ITS7436)
Fixed slapo-deref control exposure (ITS7445)
Fixed slapo-memberof with internal ops (ITS7487)
Fixed slapo-pcache matching rules for config db (ITS7459)
Fixed slapo-rwm modrdn cleanup (ITS7414)
Fixed slapo-sssvlv maxperconn parameter (ITS7484)
Build Environment
Fixed slapo-constraint test suite (ITS7423)
Contrib
Added nssov nssov_config support (ITS7518)
Added nssov password_prohibit_message (ITS7518)
Fixed ldapc++ with gcc-4.7 (ITS7281,ITS7304)
Fixed nssov olcNssPamSession handling (ITS7481)
Fixed nssov connection DN (ITS7518)
Add missing Makefile for various modules (ITS7308)
Unify Makefile structure for modules (ITS7309)
Fixed slapo-allowed attribute replication (ITS7493)
Fixed slapo-passwd SHA2 to correctly zero buffer (ITS7490)
Documentation
ldapurl(1) fix example usage (ITS7454)
ldap_get_option(3) fixed trailing whitespace (ITS7411)
slapd-config(5) olcExtraAttrs is per db (ITS7421)
slapd-overlays(5) update manpage index (ITS7489)
slapo-dynlist(5) Search behavior notes (ITS7486)
slapo-valsort(5) Document valsort control syntax (ITS7523)

(adam)

2013-03-16 12:46:54 UTC MAIN commitmail json YAML

Added biology/mpqc version 2.3.1

(asau)

2013-03-16 12:45:34 UTC MAIN commitmail json YAML

2013-03-16 12:43:27 UTC MAIN commitmail json YAML

Import MPQC 2.3.1 as biology/mpqc

MPQC is the Massively Parallel Quantum Chemistry Program.
It computes properties of atoms and molecules from first
principles using the time independent Schroedinger equation.
It runs on a wide range of architectures ranging from single
many-core computers to massively parallel computers. Its design
is object oriented, using the C++ programming language.

Capabilities

  * Closed shell, unrestricted and general restricted open shell
    Hartree-Fock energies and gradients
  * Closed shell, unrestricted and general restricted open shell
    density functional theory energies and gradients
  * Second order open shell perturbation theory (OPT2[2]) and
    Z-averaged perturbation theory (ZAPT2) energies.
  * Second order closed shell Moller-Plesset perturbation
    theory energies and gradients.
  * Second order Moller-Plesset perturbation theory
    including an R12/F12 correlation factor. Energies of closed-
    and open-shell systems are supported.
  * Explicitly-correlated R12/F12 coupled-cluster methods via
    interface to Psi3 code and via native (experimental)
    implementation.
  * Explicitly-correlated multireference methods (MRCI, CASPT2)
    via interfaces to GAMESS and MOLCAS codes.
  * Robust internal coordinate geometry optimizer that efficiently
    optimizes molecules with many degrees of freedom. Nearly
    arbitrary internal coordinate constraints can be handled.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(asau)

2013-03-16 12:39:32 UTC MAIN commitmail json YAML

Updated www/ruby-sinatra to 1.3.6

(obache)

2013-03-16 12:39:23 UTC MAIN commitmail json YAML

Update ruby-sinatra to 1.3.6.

= 1.3.6 (backport release) / 2013-03-15

Backported from 1.4.0:

* Take views option into account for template caching. (Konstantin Haase)

* Improve documentation (Konstantin Haase)

* No longer override `define_singleton_method`. (Konstantin Haase)

(obache)

2013-03-16 12:30:07 UTC MAIN commitmail json YAML

note update of ruby-gnome2 packages to 1.2.2.

(obache)

2013-03-16 12:25:50 UTC MAIN commitmail json YAML

Update ruby-gnome2 to 1.2.2.

== Ruby-GNOME2 1.2.2: 2013-03-11

Ruby 2.0.0 support release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * Supported test on Ruby 2.0.0.
      [GitHub #134] [Reported by mtasaka]

==== Ruby/Poppler

  * Improvements
    * Removed deprecated GDK support.

==== Ruby/GDK3

  * Improvements
    * Supported Ruby 2.0.0.
      [GitHub#129] [Reported by TOMITA Masahiro]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported not GType based flags.
    * Supported not GType based enum.
    * Supported custom callback function.
    * Supported .h install.
    * Supported .pc install.
    * More Rubyish method names are used.
    * Stopped to raise exception when there are two or more out
      parameters.
    * Added Loader.start_callback_dispatch_thread().
    * Supported arguments validation.
    * Stopped to use array for just one return value.
    * Supported Enumerator.
    * Hide constructor methods.

==== Ruby/GtkSourceView3

  * Fixes
    * Fixed wrong deb package name.

==== Ruby/Clutter

  * Fixes
    * Fixed wrong initialized check.
    * Stopped to override Clutter.init unexpectedly.

==== Ruby/ClutterGTK

  * Fixes
    * Fixed wrong initialized check.

==== Ruby/WebKitGTK

  * Fixes
    * Fixed wrong initialized check.

=== Thanks

  * Vincent Carmona
    (for unreleased GObjectIntrospection based GStreamer bindings)
  * TOMITA Masahiro
  * NAKAJIMA Takashi
    (for unreleased GObjectIntrospection based GStreamer bindings)
  * mtasaka

(obache)

2013-03-16 11:11:07 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-qt to 1.3.2

(obache)

2013-03-16 11:10:57 UTC MAIN commitmail json YAML

2013-03-16 10:50:23 UTC MAIN commitmail json YAML

Updated multimedia/gecko-mediaplayer to 1.0.8

(obache)

2013-03-16 10:50:12 UTC MAIN commitmail json YAML

Update gecko-mediaplayer to 1.0.8.

Development
1.0.8
    Updated Spanish translation
    Updated Japanese translation
1.0.8b
    Allow compiling on older libxuls where certain constants are not defined

(obache)

2013-03-16 10:46:17 UTC MAIN commitmail json YAML

Updated multimedia/gnome-mplayer to 1.0.8

(obache)

2013-03-16 10:46:06 UTC MAIN commitmail json YAML

Update gnome-mplayer to 1.0.8.

Development
1.0.8
Updated Spanish translation
Apply patch from Issue 673
    Updated German translation
    Updated Japanese translation
Updated Portuguese translation
Set the subtitle visibility in set_media_player_attributes
Fix fullscreen activation using defined accelerator key
1.0.8b
Updated Polish translation
Run make update-po
Add volume control type display to preference screen
Update spec.in file for libgda
Switch back to using CURL instead of GIO for cover art retrieval
Change "Save" in context menu to "Save As"
Fix problem with localized positions in mark_uri_in_db_as_resumable
Fix libgda compile issue
Rework database code to use GValues instead of sql commands, should avoid localization issues
Apply patch from Issue #669 to fix network stream regression
Hide some items on the context menu, when not under plugin control
Additional changes to Japanese translation
Updated Japanese translation
Updated Polish translation
Fix Issue #667 - Subtitles not hidden by default when specified
Updated Korean and Portuguese translations
Add "Play Single Track from Playlist" under Edit menu
Mark streams and CDs as playable when adding to playlist
Present a warning message when about to overwrite a file on save
Resize player when on video present event
Fix some layout issues when playing audio only files
Ensure the Gvalue contains a double before trying to use it
Ellipsize items on the playlist, so they don't add extra spacing to the list
Add gl3 to list of available VOs. make sure mplayer2 supports this on your setup before setting
Save media state in file->open and file->recent selections
Rework UBUNTU_MENUPROXY reading
Add some extra debug information for enable_global_menu
Fix cut and paste error with vbox padding
Prevent assertion warning in database retrieval code
Fix fullscreen icon used in place of play icon, problem caused by symbolic icon fix (Issue #656)
Only update the database when we really want to change something, speeds things up on load
Keep code from infinitly looping if audio device is not found
Apply patch to compile with libgda4 or libgda5
    Fix some problems on initial volume setup, when pulseaudio device query is slow
    Don't monitor system volume, when running in softvol mode
Update metadata in database as needed
Don't reset unchanged values in the database
Implement media play resume, from last viewed location
Cleanup some minor compiler warnings
    Track resumable media in database
    Force a resize if we know the size from the database when opening a file
    Apply recommended fix from Issue #658
    Prevent crash when loading large playlist the first time
    Handle ' character in metadata
    Allow code to compile without libgda
    Update metadata in playlist as it becomes more precise
    Read metadata from database and use it
    Insert metadata into sqlite database, please delete $HOME/.config/gnome-mplayer/gnome-mplayer.db if you get insert errors
        as database schema has changed
    More database foundation code
    Clean up some more depreciated GTK2 calls in GTK3 mode
    Clean up unused variable messages is GTK2 mode
    Clean up some depreciated GTK2 calls in GTK3 mode
    Wrap some more symbolic icons to fix Issue 656
    Add create and delete tables code to database.c
    Add disable cover art fetch as a interface preference rather than only a command line preference
    Add initial support for playlist database which should result in faster loading of playlists
        This can be disabled with --with-libgda=no passed to configure
    Fix issue #656, fallback to non-symbolic icons if they don't exist in GTK3 mode

(obache)

2013-03-16 10:43:57 UTC MAIN commitmail json YAML

Updated devel/gmtk to 1.0.8

(obache)

2013-03-16 10:43:44 UTC MAIN commitmail json YAML

Update gmtk to 1.0.8.

1.0.8
    Updated Spanish translation
    Updated Japanese translation
Rework initial subtitle visibility setting
1.0.8b
    Updated Korean translation
    Run make update-po
    Add message when screenshot capture fails
    Switch to GLIB for GMLIB header files, since GTK is not included
    Switch to GTK VERSION tags when possible
    Updated Japanese translation
    Fix compliation of gmtk_media_tracker in generic application
    Run make update-po
    Remove audio export filter when codec cannot use it
    Remove cairo variable from gmtk_media_player
    Version bump to 1.0.8a
    Use cairo and the draw event to draw the background in GTK3
    Set background color in gmtk_media_player widget using specific realize events
    Address parallel build problem from Issue #11

(obache)

2013-03-16 07:34:30 UTC MAIN commitmail json YAML

Note security/netpgpverify update to version 20130316

(agc)

2013-03-16 07:32:35 UTC MAIN commitmail json YAML