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 (46m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 07:44:42 UTC Now

2014-02-05 20:25:19 UTC MAIN commitmail json YAML

Updated lang/gawk to 4.1.0nb2

(wiz)

2014-02-05 20:25:09 UTC MAIN commitmail json YAML

Install extension man pages with the extension "3am" into "man3am"
instead of "man3".

Otherwise, time.3am shadows time.3.

Bump PKGREVISION.

(wiz)

2014-02-05 19:45:59 UTC pkgsrc-2013Q4 commitmail json YAML

2014-02-05 19:45:10 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4315 - requested by obache
emulators/dosbox: build fix

Revisions pulled up:
- emulators/dosbox/Makefile                                    1.38

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Wed Feb  5 08:40:11 UTC 2014

  Modified Files:
  pkgsrc/emulators/dosbox: Makefile

  Log Message:
  Restrict CPPFLAGS=-fPIC to clang only, as changed reason.

  At least, It break build on NetBSD-i386 with buitin gcc, PR pkg/48538.
  No build failure on NetBSD-amd64 with builtin gcc.

(tron)

2014-02-05 18:04:05 UTC MAIN commitmail json YAML

Update comment, from Kai-Uwe Eckhardt.

(wiz)

2014-02-05 17:39:19 UTC MAIN commitmail json YAML

2014-02-05 17:38:32 UTC MAIN commitmail json YAML

update to 0.2.9
changes:
-bugfixes and minor improvements
-translation updates

(drochner)

2014-02-05 17:36:38 UTC MAIN commitmail json YAML

update to 0.2.7
changes:
-Re-factored Grilo Net library and fixed several bugs
-Show 'slow' keys in grl-inspect
-Updates in documentation
-Added new core function: grl_operation_set_data_full()
-fixes

(drochner)

2014-02-05 17:33:13 UTC MAIN commitmail json YAML

2014-02-05 17:31:34 UTC MAIN commitmail json YAML

2014-02-05 17:30:20 UTC MAIN commitmail json YAML

2014-02-05 17:23:22 UTC MAIN commitmail json YAML

update to 0.14.7
change: Add mising function declaration

(drochner)

2014-02-05 17:20:31 UTC MAIN commitmail json YAML

2014-02-05 15:22:19 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.21.5

(wen)

2014-02-05 15:21:28 UTC MAIN commitmail json YAML

Update to 1.21.5

Upstream changes:
Changes since 1.21.4
(bug 60339) SECURITY: Sanitize shell arguments to DjVu files, and other media formats

(wen)

2014-02-05 14:48:13 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Fixtures to 1.001021

(wen)

2014-02-05 14:46:48 UTC MAIN commitmail json YAML

Update to 1.001021

Upstream changes:
1.001021
- Applied patch to solve issue when trying to copy fixtures across volumes

(wen)

2014-02-05 14:25:55 UTC pkgsrc-2013Q4 commitmail json YAML

2014-02-05 14:25:40 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4314 - requested by obache
graphics/cogl: bug fix patch

Revisions pulled up:
- graphics/cogl/options.mk                                      1.3

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Sun Jan 26 08:43:29 UTC 2014

  Modified Files:
  pkgsrc/graphics/cogl: options.mk

  Log Message:
  specify gl-libname without extension and shlib major version.
  default ligGL.so.1 match to pkgsrc one with ELF, but not for builtin one.

(tron)

2014-02-05 12:59:05 UTC MAIN commitmail json YAML

Updated textproc/raptor2 to 2.0.13

(wiz)

2014-02-05 12:58:56 UTC MAIN commitmail json YAML

Update to 2.0.13:

2013-01-29 Raptor2 Version 2.0.13 Released

  Fix configure not finding curl when curl-config --cflags is empty
  Fixed reported issue: 0000562.

(wiz)

2014-02-05 12:56:29 UTC MAIN commitmail json YAML

Updated x11/tk to 8.6.1nb1

(obache)

2014-02-05 12:56:19 UTC MAIN commitmail json YAML

Add missing PKGCONFIG_OVERRIDE for new tk.pc.

Bump PKGREVISION.

(obache)

2014-02-05 12:50:51 UTC MAIN commitmail json YAML

2014-02-05 12:49:38 UTC MAIN commitmail json YAML

--prefix=${PREFIX} is set by default with GNU_CONFIGURE=yes.

(obache)

2014-02-05 12:46:53 UTC MAIN commitmail json YAML

Updated lang/tcl to 8.6.1nb2

(obache)

2014-02-05 12:46:31 UTC MAIN commitmail json YAML

Add missing PKGCONFIG_OVERRIDE for new tcl.pc.

Bump PKGREVISION.

(obache)

2014-02-05 12:21:28 UTC MAIN commitmail json YAML

Updated misc/py-carddav to 0.7.0

(wiz)

2014-02-05 12:21:19 UTC MAIN commitmail json YAML

Update to 0.7.0:
searching in the vcard chooser when merging addresses (press '/')
nice speedup in pc_query, thanks to Leandro Lucarella
better support for broken vcards
auto creating missing db directories
more bugfixes

(wiz)

2014-02-05 12:01:05 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class to 0.08270

(wen)

2014-02-05 12:00:08 UTC MAIN commitmail json YAML

Update to 0.08270
Update DEPENDS

Upstream changes:
0.08270 2014-01-30 21:54 (PST)
    * Fixes
        - Fix 0.08260 regression in DBD::SQLite bound int handling. Inserted
          data was not affected, but any function <=> integer comparison would
          have failed (originally fixed way back in 0e773352)
        - Fix failure to load DateTime formatter when connecting to Firebird
          over ODBC

    * Misc
        - All drivers based on ::Storage::DBI::Firebird::Common now return the
          same sqlt_type value (affects ::DBI::Interbase, ::DBI::Firebird and
          ::DBI::ODBC::Firebird)

0.08260 2014-01-28 18:52 (UTC)
    * New Features
        - A new zero-to-DBIC style manual: DBIx::Class::Manual::QuickStart

    * Notable Changes and Deprecations
        - Explicitly deprecate combination of distinct and selecting a
          non-column via $rs->get_column()

    * Fixes
        - More robust handling of circular relationship declarations by loading
          foreign classes less frequently (should resolve issues like
          http://lists.scsys.co.uk/pipermail/dbix-class/2013-June/011374.html)
          Note that none of this is a manifestations of a DBIC bug, but rather
          unexpected (but correct) behavior of load-order-dependent (hence
          logically broken) Resultclass hierarchies. In order to deal with this
          DBIC is scaling back a large number of sanity checks, which are to be
          reintroduce pending a better framework for source registration
        - Fix multiple edge cases of complex prefetch combining incorrectly
          with correlated subquery selections
        - Fix multiple edge cases stemming from interaction of a non-selecting
          order_by specification and distinct and/or complex prefetch
        - Fix unbound growth of a resultset during repeated execute/exhaust
          cycles (GH#29)
        - Work around (and be very vocal about the fact) when DBIC encounters
          an exception object with broken string overloading
        - Clarify ambiguous behavior of distinct when used with ResultSetColumn
          i.e. $rs->search({}, { distinct => 1 })->get_column (...)
        - Setting quote_names propagates to SQL::Translator when producing
          SQLite DDL (it is one of the few producers *NOT* quoting by default)
        - Fix incorrect binding of large integers on old versions of
          DBD::SQLite (now DBIC simply always binds SQLite ints as BIGINT)
        - Silence (harmless) warnings on recent DBD::SQLite versions, when
          inserting/updating large integers on 32bit ivsize systems (RT#76395)
        - Back out self-cleaning from DBIx::Class::Carp for the time being
          (as a side effect fixes RT#86267)
        - Fix incorrect internal use of implicit list context in copy()
        - Fix 0.08250 regression in driver determination when DBI_DSN is used
        - Tests no longer fail if $ENV{DBI_DSN} is set
        - Throw clearer exception on ->new_related() with a non-existent
          relationship
        - Fix incorrect parethesis unroll with multicolumn in, (never noticed
          before fixing false positive in SQLA::Test 1.77)
        - Fix t/storage/replicated.t class loading problem
        - Stop using the deprecated Class::MOP::load_class()
        - Fix warning in t/54taint.t with explicitly unset PERL5LIB (RT#91972)
        - Fix t/54taint.t failing under a local::lib with installed earlier
          DBIC version (RT#92486)

    * Misc
        - Massive incompatible change of ::BlockRunner internals (was never
          documented as usable externally, this last set of changes settles
          the design for proper documentation and opening up)
        - Adjust exceptions in tests to accommodate changes in the upcoming
          DBD::SQLite based on libsqlite 3.8.2
        - More robust lock file naming scheme - allow tests to work on exotic
          MSWin32 filesystems (habitual offender being http://is.gd/iy5XVP)
        - Better diagnostics when File::Spec->tmpdir gives us crap in testing
        - Replace $row with $result in all docs to be consistent and to
          clarify various return values

(wen)

2014-02-05 11:50:56 UTC MAIN commitmail json YAML

Updated devel/p5-MRO-Compat to 0.12

(wen)

2014-02-05 11:50:08 UTC MAIN commitmail json YAML

Update to 0.12

Upstream changes:
0.12 - Tue Dec 4, 2012
    - Bump Class::C3 dependency on 5.8 which in turn will automatically
      install Class::C3::XS if possible
    - Fix nonfunctional SYNOPSIS (RT#78325)

(wen)

2014-02-05 11:14:47 UTC MAIN commitmail json YAML

2014-02-05 11:14:07 UTC MAIN commitmail json YAML

update to 0.1.5
changes:
-fix buffer overflow (CVE-2013-6393)
-more hardening and minor fixes

pkgsrc change: added "test" target

(drochner)

2014-02-05 11:01:30 UTC MAIN commitmail json YAML

2014-02-05 10:56:59 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Abstract to 1.77

(wen)

2014-02-05 10:55:00 UTC MAIN commitmail json YAML

Update to 1.77
Add missing DEPENDS

Upstream changes:
revision 1.77  2014-01-17
----------------------------
    - Reintroduce { -not => undef } column operator (regression from 1.75)

revision 1.75  2013-12-27
----------------------------
    - *UPCOMING INCOMPATIBLE BUGFIX*: SQLA used to generate incorrect SQL
      on undef-containing lists fed to -in and -not_in. An exception will
      be raised for a while before properly fixing this, to avoid quiet
      but subtle changes to query results in production
    - Deprecate and warn when supplying an empty arrayref to like/not_like
      operators (likely to be removed before 2.0)

    - Warn when using an inequality operator with a multi-value array to
      arrive at what amounts to a 1=1 condition (no pre-2.0 plans to fix
      this behavior due to backwards comp concerns)
    - Fix false negative comparison of ORDER BY <function> ASC
    - More improvements of incorrect parsing (placeholder at end of list
      element)
    - Fix typos in POD and comments (RT#87776)
    - Augment -not_bool example with nesting (RT#89601)

(wen)

2014-02-05 09:44:18 UTC MAIN commitmail json YAML

require libXrandr>=1.4, as PR pkg/48532.
also require xproto>=7.0.17.

(obache)

2014-02-05 09:42:33 UTC MAIN commitmail json YAML

require randrproto>=1.4 to build, and packags not using builtin libXrandr
also require the version.

fixes a part of PR pkg/48532.

(obache)

2014-02-05 09:33:23 UTC MAIN commitmail json YAML

Added net/nagios-plugin-dotpid version 0.1

(manu)

2014-02-05 09:32:21 UTC MAIN commitmail json YAML

Add nagios-plugin-dotpid

(manu)

2014-02-05 09:31:47 UTC MAIN commitmail json YAML

2014-02-05 09:26:58 UTC MAIN commitmail json YAML

Enforce -D_POSIX_C_SOURCE=199506 so that strtok_r() is defined by
<string.h>, otherwise the compiler assumes it returns an int, and
it breaks on LP64 machines.

(manu)

2014-02-05 08:40:11 UTC MAIN commitmail json YAML

Restrict CPPFLAGS=-fPIC to clang only, as changed reason.

At least, It break build on NetBSD-i386 with buitin gcc, PR pkg/48538.
No build failure on NetBSD-amd64 with builtin gcc.

(obache)

2014-02-05 07:02:30 UTC MAIN commitmail json YAML

2014-02-05 06:38:05 UTC MAIN commitmail json YAML

fixes BOOT_ARCHIVE name for bootstrap target (PKGNAME_NOREV is not defined yet).

(obache)

2014-02-05 06:24:27 UTC MAIN commitmail json YAML

move requirement of bootstrap target to pre-bootstrap target.

(obache)

2014-02-05 04:59:15 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 4.76

(wen)

2014-02-05 04:58:20 UTC MAIN commitmail json YAML

Update to 4.76

Upstream changes:
4.76  2014-02-04
  - Added wrap method to Mojo::DOM.
  - Updated IO::Socket::IP requirement to 0.20 for certain bug fixes.
  - Improved Mojo::DOM::HTML to generate better HTML.

4.75  2014-02-02
  - Fixed and readded support for permessage-deflate WebSocket compression.
    (Mikey, sri)

4.74  2014-02-02
  - Added all_contents method to Mojo::DOM.
  - Removed support for permessage-deflate WebSocket compression, since there
    have been too many problems with Chrome.

(wen)

2014-02-05 03:27:04 UTC MAIN commitmail json YAML

Updated devel/p5-Throwable to 0.200009

(wen)

2014-02-05 03:25:59 UTC MAIN commitmail json YAML

Update to 0.200009
Add a missing DEPENDS
(Spotted by ef@math.uni-bonn.de, Thank you!)

Upstream changes:
0.200009  2013-10-21 22:05:53 America/New_York
        - avoid boolifying objects that might be held in the out of band
          storage
        - update bugtracker and repo metadata
        - more changes coming soon

(wen)

2014-02-04 22:48:35 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup tickets #4310, #4311, #4312 and #4313.

(tron)

2014-02-04 22:48:05 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4313 - requested by pettai
net/bind98: build fix

Revisions pulled up:
- net/bind98/distinfo                                          1.27
- net/bind98/options.mk                                        1.9

---
  Module Name: pkgsrc
  Committed By: pettai
  Date: Mon Jan 27 21:25:21 UTC 2014

  Modified Files:
  pkgsrc/net/bind98: distinfo options.mk

  Log Message:
  Fetch the correct rl-9.8.6.patch file

  Log Message:
  Update distfile to reflect the new rrl patch

(tron)

2014-02-04 22:36:08 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4312 - requested by taca
www/contao211: security update
www/contao32: security update

Revisions pulled up:
- www/contao/Makefile.common                                    1.54-1.57
- www/contao211/distinfo                                        1.19
- www/contao32/PLIST                                            1.4
- www/contao32/distinfo                                        1.5-1.6

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Tue Jan 21 16:20:09 UTC 2014

  Modified Files:
  pkgsrc/www/contao: Makefile.common
  pkgsrc/www/contao32: PLIST distinfo

  Log Message:
  Update contao32 to 3.2.4.

  Version 3.2.4 (2014-01-20)
  --------------------------

  ### Fixed
  Updated the Russian translation of the TinyMCE "typolinks" plugins (see #6224).

  ### Fixed
  Do not create multiple stylect layers upon Ajax changes.

  ### Fixed
  Some DCAs were missing the "rem" unit (see #6634).

  ### Fixed
  Correctly trim the SQL statements in the `Database` class (see #6623).

  ### Fixed
  Fix some broken back end icons (see #6214).

  ### Fixed
  Show a hint in the news archive menu if there are no items (see #5888).

  ### Fixed
  Prevent the back end tool tips from exceeding the screen width (see #6639).

  ### Fixed
  Support the Google+ vanity name in addition to the numeric ID (see #6454).

  ### Fixed
  Correctly detect Android tablets in the `Environment` class (see #5869).

  ### Fixed
  Correctly resolve the module dependencies (see #6606).

  ### Fixed
  Correctly unset the PHP session cookie depending on its parameters.

  ### Fixed
  Fixed the XHTML variant of the comments form (see #5675).

  ### Fixed
  Correctly assign articles to columns (see #6595).

  ### Fixed
  Correctly merge the CSS classes in the `Hybrid` class (see #6601).

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Mon Jan 27 18:41:15 UTC 2014

  Modified Files:
  pkgsrc/audio/chromaprint: Makefile
  pkgsrc/converters/py-simplejson: Makefile
  pkgsrc/cross/nios2: Makefile.common
  pkgsrc/databases/ocaml-sqlite3: Makefile
  pkgsrc/devel/bzr: Makefile
  pkgsrc/devel/delta: Makefile
  pkgsrc/devel/gearmand: Makefile
  pkgsrc/devel/gitolite: Makefile
  pkgsrc/devel/javacc: Makefile
  pkgsrc/devel/jq: Makefile
  pkgsrc/devel/libdbusmenu-qt: Makefile
  pkgsrc/devel/liblangtag: Makefile
  pkgsrc/devel/lua-gi: Makefile
  pkgsrc/devel/lua-lrexlib: Makefile.common
  pkgsrc/devel/lua-posix: Makefile
  pkgsrc/devel/magit: Makefile
  pkgsrc/devel/opengrok: Makefile
  pkgsrc/devel/py-greenlet: Makefile
  pkgsrc/devel/py-pip: Makefile
  pkgsrc/devel/py-virtualenv: Makefile
  pkgsrc/devel/sparse: Makefile
  pkgsrc/filesystems/cloudfuse: Makefile
  pkgsrc/filesystems/fs-utils: Makefile
  pkgsrc/filesystems/tahoe-lafs: Makefile
  pkgsrc/fonts/kanjistrokeorders-ttf: Makefile
  pkgsrc/fonts/liberation-ttf: Makefile
  pkgsrc/fonts/ricty-ttf: Makefile
  pkgsrc/games/wargames: Makefile
  pkgsrc/graphics/camlimages: Makefile
  pkgsrc/graphics/openimageio: Makefile
  pkgsrc/graphics/py-matplotlib-tk: Makefile
  pkgsrc/mail/imapfilter: Makefile
  pkgsrc/mail/imapsync: Makefile
  pkgsrc/math/cgal: Makefile
  pkgsrc/math/eigen2: Makefile
  pkgsrc/math/eigen3: Makefile
  pkgsrc/math/fityk: Makefile
  pkgsrc/misc/libcarddav: Makefile
  pkgsrc/misc/libreoffice: Makefile
  pkgsrc/multimedia/transcode: Makefile
  pkgsrc/net/dnscheck: Makefile
  pkgsrc/net/fpdns: Makefile
  pkgsrc/net/get-flash-videos: Makefile
  pkgsrc/net/knot: Makefile
  pkgsrc/net/lua-socket: Makefile
  pkgsrc/net/netcat-openbsd: Makefile
  pkgsrc/net/py-amqp: Makefile
  pkgsrc/net/rabbitmq-c: Makefile
  pkgsrc/net/ruby-stompserver: Makefile
  pkgsrc/net/tor: Makefile
  pkgsrc/pkgtools/pkgin: Makefile
  pkgsrc/print/qpdfview: Makefile
  pkgsrc/security/libssh: Makefile
  pkgsrc/security/lua-sec: Makefile
  pkgsrc/security/pkcs11-helper: Makefile
  pkgsrc/security/py-ecdsa: Makefile
  pkgsrc/security/py-paramiko: Makefile
  pkgsrc/sysutils/dc-tools: Makefile
  pkgsrc/sysutils/fabric: Makefile
  pkgsrc/sysutils/k4dirstat: Makefile
  pkgsrc/sysutils/logrotate: Makefile
  pkgsrc/sysutils/salt: Makefile
  pkgsrc/textproc/xmlto: Makefile
  pkgsrc/time/ical: Makefile
  pkgsrc/wm/pekwm: Makefile
  pkgsrc/www/contao: Makefile.common
  pkgsrc/www/contao211-translations: Makefile
  pkgsrc/www/php-tt-rss: Makefile
  pkgsrc/www/py-flask-bootstrap: Makefile
  pkgsrc/www/py-flask-wtf: Makefile
  pkgsrc/www/py-http-parser: Makefile
  pkgsrc/x11/appmenu-qt: Makefile
  pkgsrc/x11/elementary-icon-theme: Makefile
  pkgsrc/x11/razor-qt: Makefile

  Log Message:
  Do not set FETCH_USING, should not be set in a package Makefile.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Feb  3 15:20:39 UTC 2014

  Modified Files:
  pkgsrc/www/contao: Makefile.common
  pkgsrc/www/contao211: distinfo

  Log Message:
  Update contao211 package to 2.11.14, fix for CVE-2014-1860.

  Version 2.11.14 (2014-02-03)
  ----------------------------

  ### Fixed
  Do not pass POST data to the `deserialize()` function, so it is not vulnerable
  to PHP object injection. Thanks to Pedro Ribeiro for his input (see #6695).

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Feb  3 15:23:22 UTC 2014

  Modified Files:
  pkgsrc/www/contao: Makefile.common
  pkgsrc/www/contao32: distinfo

  Log Message:
  Update contao32 to 3.2.5, including fix for CVE-2014-1860.

  * pkgsrc change: remove obsolete lines for contao31.

  Version 3.2.5 (2014-02-03)
  --------------------------

  ### Fixed
  Correctly load the parent pages in the navigation modules (see #6696).

  ### Fixed
  Correctly encode URLs with GET parameters in the syndication links (see #6683).

  ### Fixed
  Do not pass POST data to the `deserialize()` function, so it is not vulnerable
  to PHP object injection. Thanks to Pedro Ribeiro for his input (see #6695).

  ### Fixed
  Allow any character in passwords, especially the less-than symbol (see #6447).

  ### Fixed
  Purge the image cache if a file is being renamed (see #6641).

  ### Fixed
  Preserve tags in custom CSS definitions (see #6667).

  ### Fixed
  Make the swipe CSS selectors more specific (see #6666).

  ### Fixed
  Correctly optimize floating-point numbers in style sheets (see #6674).

(tron)

2014-02-04 22:18:41 UTC MAIN commitmail json YAML

+ fmsx-3.7, fotoxx-14.02, libreoffice-4.2, libreoffice4-bin-4.2,
  stella-3.9.3.

(wiz)

2014-02-04 21:40:10 UTC pkgsrc-2013Q4 commitmail json YAML

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

Revisions pulled up:
- www/drupal7/Makefile                                          1.23-1.24
- www/drupal7/PLIST                                            1.8
- www/drupal7/distinfo                                          1.16-1.17

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Jan 11 17:06:37 UTC 2014

  Modified Files:
  pkgsrc/www/drupal7: Makefile PLIST distinfo

  Log Message:
  Update drupal7 to 7.25.

  Drupal 7.25, 2014-01-02
  -----------------------
  - Fixed a bug in node_save() which prevented the saved node from being updated
    in hook_node_insert() and other similar hooks.
  - Added a meta tag to install.php to prevent it from being indexed by search
    engines even when Drupal is installed in a subfolder (minor markup change).
  - Fixed a bug in the database API that caused frequent deadlock errors when
    running merge queries on some servers.
  - Performance improvement: Prevented block rehashing from writing blocks to the
    database on every cache clear and cron run when the blocks have not changed.
    This fix results in an extra 'saved' key which is added and set to TRUE for
    each block returned by _block_rehash() that actually is saved to the database
    (data structure change).
  - Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow
    queues to avoid being automatically processed on cron runs (API addition).
  - Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be
    invoked if the block delta had a hyphen in it. To implement the hook when the
    block delta has a hyphen, modules should now replace hyphens with underscores
    when constructing the function name for the hook implementation.
  - Fixed a bug which caused cached pages to sometimes be sent to the browser
    with incorrect compression. The fix adds a new 'page_compressed' key to the
    $cache->data array returned by drupal_page_get_cache() (minor data structure
    change).
  - Fixed broken tests on PHP 5.5.
  - Made the File and Image modules more robust when saving entities that have
    deleted files attached. The code in file_field_presave() will now remove the
    record of the deleted file from the entity before saving (minor data
    structure change).
  - Standardized menu callback functions throughout Drupal core to return
    MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page
    not found" or "access denied" pages (minor API change in the return value of
    these functions under some circumstances).
  - Fixed a bug in which caches were not properly cleared when a node was deleted
    via the administrative interface.
  - Changed the Bartik theme to render content contained in <pre>, <code> and
    similar tags in a larger font size, so it is easier to read.
  - Fixed a bug in the Search module that caused exceptions to be thrown during
    searches if the server was not configured to represent decimal points as a
    period.
  - Fixed a regression in the Image module that made image_style_url() not work
    when a relative path (rather than a complete file URI) was passed to it.
  - Added an optional feature to the Statistics module to allow node views to be
    tracked by Ajax requests rather than during the server-side generation of the
    page. This allows the node counter to work on sites that use external page
    caches (string change and new administrative option:
    https://drupal.org/node/2164069).
  - Added a link to the drupal.org documentation page for cron to the Cron
    settings page (string change).
  - Added a 'drupal_anonymous_user_object' variable to allow the anonymous user
    object returned by drupal_anonymous_user() to be overridden with a classed
    object (API addition).
  - Changed the database API to allow inserts based on a SELECT * query to work
    correctly.
  - Changed the database schema of the {file_managed} table to allow Drupal to
    manage files larger than 4 GB.
  - Changed the File module's hook_field_load() implementation to prevent file
    entity properties which have the same name as file or image field properties
    from overwriting the field properties (minor API change).
  - Numerous small bug fixes.
  - Numerous API documentation improvements.
  - Additional automated test coverage.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jan 16 15:55:14 UTC 2014

  Modified Files:
  pkgsrc/www/drupal7: Makefile distinfo

  Log Message:
  Update drupal7 to 7.26.

  Drupal 7.26, 2014-01-15
  ----------------------
  - Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.

  Drupal 7.25, 2014-01-02
  -----------------------
  - Fixed a bug in node_save() which prevented the saved node from being updated
    in hook_node_insert() and other similar hooks.
  - Added a meta tag to install.php to prevent it from being indexed by search
    engines even when Drupal is installed in a subfolder (minor markup change).
  - Fixed a bug in the database API that caused frequent deadlock errors when
    running merge queries on some servers.
  - Performance improvement: Prevented block rehashing from writing blocks to the
    database on every cache clear and cron run when the blocks have not changed.
    This fix results in an extra 'saved' key which is added and set to TRUE for
    each block returned by _block_rehash() that actually is saved to the database
    (data structure change).
  - Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow
    queues to avoid being automatically processed on cron runs (API addition).
  - Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be
    invoked if the block delta had a hyphen in it. To implement the hook when the
    block delta has a hyphen, modules should now replace hyphens with underscores
    when constructing the function name for the hook implementation.
  - Fixed a bug which caused cached pages to sometimes be sent to the browser
    with incorrect compression. The fix adds a new 'page_compressed' key to the
    $cache->data array returned by drupal_page_get_cache() (minor data structure
    change).
  - Fixed broken tests on PHP 5.5.
  - Made the File and Image modules more robust when saving entities that have
    deleted files attached. The code in file_field_presave() will now remove the
    record of the deleted file from the entity before saving (minor data
    structure change).
  - Standardized menu callback functions throughout Drupal core to return
    MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page
    not found" or "access denied" pages (minor API change in the return value of
    these functions under some circumstances).
  - Fixed a bug in which caches were not properly cleared when a node was deleted
    via the administrative interface.
  - Changed the Bartik theme to render content contained in <pre>, <code> and
    similar tags in a larger font size, so it is easier to read.
  - Fixed a bug in the Search module that caused exceptions to be thrown during
    searches if the server was not configured to represent decimal points as a
    period.
  - Fixed a regression in the Image module that made image_style_url() not work
    when a relative path (rather than a complete file URI) was passed to it.
  - Added an optional feature to the Statistics module to allow node views to be
    tracked by Ajax requests rather than during the server-side generation of the
    page. This allows the node counter to work on sites that use external page
    caches (string change and new administrative option:
    https://drupal.org/node/2164069).
  - Added a link to the drupal.org documentation page for cron to the Cron
    settings page (string change).
  - Added a 'drupal_anonymous_user_object' variable to allow the anonymous user
    object returned by drupal_anonymous_user() to be overridden with a classed
    object (API addition).
  - Changed the database API to allow inserts based on a SELECT * query to work
    correctly.
  - Changed the database schema of the {file_managed} table to allow Drupal to
    manage files larger than 4 GB.
  - Changed the File module's hook_field_load() implementation to prevent file
    entity properties which have the same name as file or image field properties
    from overwriting the field properties (minor API change).
  - Numerous small bug fixes.
  - Numerous API documentation improvements.
  - Additional automated test coverage.

(tron)

2014-02-04 21:33:04 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4310 - requested by taca
www/drupal6: security update

Revisions pulled up:
- www/drupal6/Makefile                                          1.45
- www/drupal6/distinfo                                          1.29

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jan 16 15:54:32 UTC 2014

  Modified Files:
  pkgsrc/www/drupal6: Makefile distinfo

  Log Message:
  Update drupal6 to 6.30.

  Drupal 6.30, 2014-01-15
  ----------------------
  - Fixed security issues (multiple vulnerabilities), see SA-CORE-2014-001.

(tron)

2014-02-04 19:15:21 UTC MAIN commitmail json YAML

Updated math/ppl to 1.1

(wiz)

2014-02-04 19:15:09 UTC MAIN commitmail json YAML

Update to 1.1, provided by Kai-Uwe Eckhardt <kuehro@gmx.de> in private mail.

--------------------------------------------------------------------------
NEWS for version 1.1  (released on October 28, 2013)
--------------------------------------------------------------------------

New and Changed Features
========================

o  Added a new operator on polyhedra: the positive time elapse.

o  In the Java language interface:

    - The constraint/generator/... system classes now extend the ArrayList
      generic container (rather than Vector);

    - Variable objects are now built from a long (rather than int) value,
      thereby matching the type used elsewhere for space dimensions;

    - added new static method to Variable class
          void setStringifier(Variable_Stringifier)
      where Variable_Stringifier is an interface allowing for
      customization of the output routine for variable's names
      (see example in interfaces/Java/tests/Variable_Output_test1.java);

    - added value NOT_EQUAL to enumeration Relation_Symbol.

Bugfixes
========

o  Portability improved.

o  Fixed a precision regression in Polyhedron method
    void drop_some_non_integer_points(const Variables_Set&,
                                      Complexity_Class);

o  In the Java language interface, fixed a C++/Java conversion error
  whereby the construction of a valid Variable object in JNI code
  was leading to an exception being thrown. The bug has only been
  observed on 32-bit builds.

o  In the Java interface, fixed declaration of methods
    void drop_some_non_integer_points(...);
  so as to accept a Complexity_Class enum value.

o  Fixed an issue in method MIP_Problem::OK() whereby the method
  was trying to enforce a non-invariant condition.

--------------------------------------------------------------------------
NEWS for version 1.0  (released on June 28, 2012)
--------------------------------------------------------------------------

New and Changed Features
========================

o  Significant improvements have been obtained in both time and space
  resource usage by the definition of data structures and algorithms
  for the case of "sparse rows", i.e., sequences of coefficients
  where most of the values are zero.

o  The library fully supports two different representations for rows:
  the "dense" representation is an array-like representation tailored
  to sequences having most of their coefficients different from zero;
  the "sparse" representation saves memory space (as well as CPU
  cycles) when most of the coefficients in the sequence are zero.

o  A generic interface allows for a seamless interaction between the
  dense and the sparse row representation. Most library entities
  (linear expressions, constraints, generators, congruences, and
  their systems) can be built using either representation, specified
  as a constructor's argument.

o  As a by-product of this sparse/dense refactoring work, efficiency
  improvements have been obtained even for those computations that
  are still based on the dense row representation.

o  Reasonable default values for the row representation are provided
  for each library entity, automatically leading to significant
  memory space savings even in old client/library code, e.g., when
  dealing with constraint systems describing weakly relational
  abstractions such as boxes and octagonal shapes.

o  If desired, these default values can be customized to user's needs
  by changing just a few lines of library code.  For instance, the
  constraint systems stored inside C_Polyhedron and NNC_Polyhedron
  objects can be made to use the sparse representation by just
  changing the following line in Polyhedron.defs.hh:

    static const Representation default_con_sys_repr = DENSE;

  to become

    static const Representation default_con_sys_repr = SPARSE;

Bugfixes
========

o  Fixed a bug affecting methods

    bool BD_Shape<T>::contains(const BD_Shape& y) const;
    bool Octagonal_Shape<T>::contains(const Octagonal_Shape& y) const;

  whereby the wrong result was obtained when *this is an empty
  weakly-relational shape and y is not empty.

o  Fixed a bug affecting the PIP solver whereby a wrong result could have
  been obtained if the input constraint system contained multiple linear
  equality constraints.

--------------------------------------------------------------------------
NEWS for version 0.12.1  (released on April 16, 2012)
--------------------------------------------------------------------------

New and Changed Features
========================

o  In the C, Java, OCaml and Prolog interfaces, modified the signature
  of the function/method/predicate for setting the deterministic timeout
  threshold. The new interfaces take two input values, named `unscaled'
  and `scale', that are used to compute the threshold value as
  `unscaled * 2^scale'.

o  Added new Box<ITV> methods

    bool has_upper_bound(Variable var,
                          Coefficient& n, Coefficient& d, bool& closed) const;
    bool has_lower_bound(Variable var,
                          Coefficient& n, Coefficient& d, bool& closed) const;

  to query a non-empty box for the existence and value of its upper/lower
  bound on variable `var'. The methods have been also added to all the
  available language interfaces.

o  Two BibTeX databases of papers related to the Parma Polyhedra Library
  have been added to the distribution (in the `doc' directory).

Bugfixes
========

o  Restored the support for deterministic timeouts in the PIP solver
  (it was removed by accident in PPL 0.12).

o  Minor documentation fixes.

o  Portability improved.

--------------------------------------------------------------------------
NEWS for version 0.12  (released on February 27, 2012)
--------------------------------------------------------------------------

New and Changed Features
========================

o  New configure options `--with-gmp=DIR', `--with-gmp-include=DIR' and
  `--with-gmp-lib=DIR' supersede the (now removed) option
  `--with-gmp-prefix'.  (The old option never really worked; hopefully
  this is the last change in this area.)

o  New configuration option `--disable-documentation'.  When specified
  no new documentation is built: only the documentation already present
  in the source tree is installed upon `make install'.

o  The resolution process for PIP_Problem now better exploits the
  integrality of parameters to simplify the newly generated tautological
  constraints, the splitting constraints of decision nodes, and the
  expressions defining artificial parameters.

o  The implementations of the MIP and PIP solvers are based on a new
  data structure leading to significant space and time savings when
  the tableau matrix is sparse; the benchmarks of the ppl_lpsol demo
  show an improvement on the average case, that grows when the toughest
  tests in the benchmark suite are considered.

o  When the `--check' option is used, the input data for demo ppl_lpsol
  is perturbed the same way as GLPK does, thereby allowing for a
  meaningful comparison of the results obtained.

o  The input routine for PPL numeric datatypes has been extended to
  accept the ISO9899 (C99) hexadecimal floating constant syntax.

o  The Parma Watchdog Library has been merged into the
  Parma Polyhedra Library.

Bugfixes
========

o  Corrected a precision bug in methods

    Box<ITV>::upper_bound_assign(const Box&)
    Box<ITV>::upper_bound_assign_if_exact(const Box&)

  whereby, provided any argument is an empty box and under other rather
  specific conditions, the computed result was correct but unnecessarily
  imprecise.

o  Corrected a bug in method

    Grid::relation_with(const Constraint&) const

  whereby, under specific conditions, the method was creating invalid
  Grid_Generator objects and providing an incorrect result.

(wiz)

2014-02-04 16:37:32 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.8.3; www/squid3 to 3.4.3

(adam)

2014-02-04 15:38:16 UTC MAIN commitmail json YAML

2014-02-04 15:07:46 UTC MAIN commitmail json YAML

2014-02-04 14:33:54 UTC MAIN commitmail json YAML

Update to get misc/gnuls package to work with latest sysutils/coreutils-8.22.

(richard)

2014-02-04 14:23:01 UTC MAIN commitmail json YAML

Changes 3.4.3:
* Update CONTRIBUTORS
* Fix peerSelectDnsResults() IP address cycling
* Comm job callbacks need job's cbdata pointer, not a job pointer.
* Bug 3975: atomic detection cross-compilation failure
* Bug 3954: compile failure in CpuAffinity.cc
* Bug 3971: "cannot aggregate mgr:client_list: cmd->profile != NULL" in SMP mode
* Initialize asyncLoopDepth_ in constructor
* Fix external_acl_type async loop failures
* Bug 4008: HttpHeader warnOnError should be an int not a bool
* Fix memory leak in peer cache Digest exchange
* Bug 3927: tests/testRock fatal.cc required
* Bug 4002: clang 3.4 unable to compile
* Document and enforce invariant on Format::Token.divisor
* Bug 4002: clang 3.4 unable to compile
* Bug 3996: Malformed DNS reply leads to crash
* Disable error page translation by default in builds
* Bug 3995: compile error on CentOS 5 with GCC 4.1.2
* Centrally destroy all ACLs to avoid destruction segfaults

(adam)

2014-02-04 13:28:08 UTC MAIN commitmail json YAML

Changes 3.8.3:
Added support for common table expressions and the WITH clause.
Added the printf() SQL function.
Added SQLITE_DETERMINISTIC as an optional bit in the 4th argument to the sqlite3_create_function() and related interfaces, providing applications with the ability to create new functions that can be factored out of inner loops when they have constant arguments.
Add SQLITE_READONLY_DBMOVED error code, returned at the beginning of a transaction, to indicate that the underlying database file has been renamed or moved out from under SQLite.
Allow arbitrary expressions, including function calls and subqueries, in the filename argument to ATTACH.
Allow a VALUES clause to be used anywhere a SELECT statement is valid.
Reseed the PRNG used by sqlite3_randomness(N,P) when invoked with N==0. Automatically reseed after a fork() on unix.
Enhance the spellfix1 virtual table so that it can search efficiently by rowid.
Performance enhancements.
Improvements to the comments in the VDBE byte-code display when running EXPLAIN.
Add the "%token_class" directive to LEMON parser generator and use it to simplify the grammar.
Change the LEMON source code to avoid calling C-library functions that OpenBSD considers dangerous. (Ex: sprintf).
Bug fix: In the command-line shell CSV import feature, do not end a field when an escaped double-quote occurs at the end of a CRLN line.

(adam)

2014-02-04 12:11:57 UTC MAIN commitmail json YAML

Make sure FC is set for g77/gfortran. Fixes runtime Fortran in math/R et al.

(fhajny)

2014-02-04 11:51:05 UTC MAIN commitmail json YAML

Updated math/ruby-spreadsheet to 0.9.7

(obache)

2014-02-04 11:50:54 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 0.9.7.

### 0.9.7 / 04.02.2014

* Avoid exception when reading text objects
* Add test for drawings with text (currenty broken)
* Restore xlsopcodes script which had been mangled in previous commits
* Remove ruby 1.9 from roadmap, it's already working fine
* Fix excel file format documentation which had been mangled in previous commits

(obache)

2014-02-04 11:41:04 UTC MAIN commitmail json YAML

2014-02-04 11:37:50 UTC MAIN commitmail json YAML

Added audio/asunder version 2.4

(obache)

2014-02-04 11:36:44 UTC MAIN commitmail json YAML

2014-02-04 10:51:31 UTC MAIN commitmail json YAML

inlucde machine/endian.h on NetBSD and OpenBSD to detect endian for neigher
x86 nor ppc.

PR pkg/48548

(obache)

2014-02-04 10:27:06 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Address to 1.901

(rhaen)

2014-02-04 10:26:10 UTC MAIN commitmail json YAML

Update to 1.901

Upstream changes:
1.901    2014-01-28 22:41:54-05:00 America/New_York
          further avoidance of stringifying to undef (thanks, this time, to
          David Golden)

(rhaen)

2014-02-04 09:06:52 UTC MAIN commitmail json YAML

Update pidgin and realated package to 2.10.9.

(obache)

2014-02-04 09:04:30 UTC MAIN commitmail json YAML

Update pidgin to 2.10.9.

version 2.10.9 (2/2/2014):
XMPP:
* Fix problems logging into some servers including jabber.org and
  chat.facebook.com. (#15879)

(obache)

2014-02-04 08:28:06 UTC MAIN commitmail json YAML

Mark as not ready for python-3.x.

Fixes reversed condition change at the previous commit.
Build may fine with python-3.x, but installed scripts are incompatible.

(obache)

2014-02-04 03:16:44 UTC MAIN commitmail json YAML

Take care for older bmake, tested on old NetBSD 4's make(1).
Noted by wiz@ via private E-mail.

(taca)

2014-02-04 02:53:16 UTC MAIN commitmail json YAML

Updated devel/mk-configure to 0.26.0

(cheusov)

2014-02-04 02:53:01 UTC MAIN commitmail json YAML

Update mk-configure to 0.26.0

  "Features" framework was implemented (variable MKC_FEATURES).  In
  general, a feature is something that has problems with
  portability. This may be a function name or header missing on some
  platforms, for example.  What developer needs to do is to add
  FEATURENAME to MKC_FEATURES variable and add #include
  <mkc_FEATURENAME.h> where it is needed. Internally, system
  requiremets are checked in the automatically included
  mkc_imp.f_FEATURENAME.mk file and all required actions (includes,
  define checks etc.)  are made in mkc_FEATURENAME.h header file.
  Currently the following features are provided: strlcat, strlcpy,
  getline, libm, libdl, RB, SPLAY, SLIST, SIMPLEQ, STAILQ, LIST, TAILQ
  and CIRCLEQ. Original idea was stolen from pkgsrc.

  mkc_imp.pkg-config.mk:
    - New variables MKC_CHECK_PKGCONFIG and MKC_REQUIRE_PKGCONFIG were
      introduced.  They work just like other MKC_{CHECK,REQUIRE}_*
      variables from mkc.configure.mk. Thanks to Andrew Shadura for
      pushing me to this direction.

  mkc.configure.mk:
    - MKC_{CHECK,REQUIRE}_PROTOTYPES were introduced.  With their help
      mk-configure is able to check C function prototypes.  This
      feature was proposed by Andrew Shadura.

  If ${MKC_CACHEDIR} does not exit, it is automatically created.

  ${SRCTOP}/Makefile.common is included by all subprojects if it
  exists. It can be used as a replacement or addition for
  ../Makefile.inc.

  Valiables SRCDIR_<dir>, SRC_PATHADD, MKC_SOURCE_DIR, LDFLAGS0 and
  LDADD0 were introduced.

  Wrongly named builtin 'endianess' was renamed to 'endianness'.
  Thanks to Andew Shadura for the report and fix!

  mk-configure itself is now 2-level project.
  This allows me to run an arbitrary regression test like the following
    bmake test-examples/hello_world
  Hurray! :-)

  mkc.subprj.mk:
    - Now it works correctly if NOSUBDIR is not empty.
      Also, NOSUBDIR affects NODEPS and therefore the dependency graph.
    - New target "print-deps" that outputs the dependency graph was
      introduced.

  -O is added to CFLAGS if USE_FORT==yes, seen on Linux/ppc64/gcc

  Documentation: clean-ups, grammar fixes, minor improvements.

  Fix. Some @@ patterns in mk-configure.7 should not be replaced with
  directories. Thanks to Andrew Shadura for the report!

  This release was successfully tested on the following platforms:
  NetBSD-6.1/amd64, FreeBSD-8.3/amd64, OpenBSD-{4.9,5.3}/x86,
  DragonFlyBSD-3.4/x86, Linux/{x86,amd64}, SunOS-5.10/sparc,
  SunOS-5.11/x86.

(cheusov)

2014-02-04 02:13:37 UTC MAIN commitmail json YAML

note update of security/netpgpverify

(also fixup the login name on the previous entry)

(agc)

2014-02-04 02:11:56 UTC MAIN commitmail json YAML

forgot a file in the previous changes

(agc)

2014-02-04 02:11:18 UTC MAIN commitmail json YAML

Update security/netpgpverify to version 20140202

Changes from previous version:

Add the ability for netpgpverify to verify ssh-pub-key-based signatures.

It is much more likely for ssh (rather than pgp) keys to be available,
and used, as a source of authentication data.  These changes add the
ability for netpgpverify(1) -- the standalone, zero-prereq utility -
to verify signatures made by netpgp when using ssh keys.

Running the regression tests in WRKDIR gives the following output:

% mk -f *.bsd tst
./netpgpverify -k pubring.gpg NetBSD-6.0_RC1_hashes.asc
Good signature for NetBSD-6.0_RC1_hashes.asc made Thu Aug 23 11:47:50 2012
signature    4096/RSA (Encrypt or Sign) 064973ac4c4a706e 2009-06-23
fingerprint  ddee 2bdb 9c98 a0d1 d4fb dbf7 0649 73ac 4c4a 706e
uid          NetBSD Security Officer <security-officer@NetBSD.org>

./netpgpverify -k pubring.gpg NetBSD-6.0_RC1_hashes.gpg
Good signature for NetBSD-6.0_RC1_hashes.gpg made Thu Mar 14 13:32:59 2013
signature    4096/RSA (Encrypt or Sign) 064973ac4c4a706e 2009-06-23
fingerprint  ddee 2bdb 9c98 a0d1 d4fb dbf7 0649 73ac 4c4a 706e
uid          NetBSD Security Officer <security-officer@NetBSD.org>

./netpgpverify -v
netpgpverify portable 20140202
./netpgpverify -S sshtest-20140202.pub data.gpg
Good signature for data.gpg made Mon Feb  3 17:54:21 2014
signature    4096/RSA (Encrypt or Sign) 4d129225945bbb8f 1970-01-01
fingerprint  874b 75de d6a3 341f 2d5a 2219 4d12 9225 945b bb8f
uid          netbsd-001.cupertino.alistaircrooks.com (sshtest-20140202.pub) <agc@netbsd-001.cupertino.alistaircrooks.com>

./netpgpverify -S sshtest-20140202.pub data.sig
Good signature for data.sig made Sun Feb  2 21:45:05 2014
signature    4096/RSA (Encrypt or Sign) 4d129225945bbb8f 1970-01-01
fingerprint  874b 75de d6a3 341f 2d5a 2219 4d12 9225 945b bb8f
uid          netbsd-001.cupertino.alistaircrooks.com (sshtest-20140202.pub) <agc@netbsd-001.cupertino.alistaircrooks.com>

expected failure, to check bad signatures fail to verify
sed -e 's|A|B|' data.gpg | ./netpgpverify -S sshtest-20140202.pub
Signature did not match contents -- Signature on data did not match
*** Error code 1 (ignored)
%

A new HOWTO file is provided in the sources (files/HOWTO) to show how
to sign data using ssh keys and netpgp(1).

(agc)

2014-02-04 00:20:17 UTC MAIN commitmail json YAML

2014-02-04 00:19:54 UTC MAIN commitmail json YAML

Honour system CFLAGS. Fix build with TCL 8.6. Bump revision.

(joerg)

2014-02-04 00:19:14 UTC MAIN commitmail json YAML

Allow build with TCL 8.6. Needs more work as it fails in the install
phase.

(joerg)

2014-02-04 00:18:40 UTC MAIN commitmail json YAML

2014-02-04 00:17:54 UTC MAIN commitmail json YAML

2014-02-04 00:17:35 UTC MAIN commitmail json YAML

2014-02-04 00:16:09 UTC MAIN commitmail json YAML

2014-02-04 00:15:14 UTC MAIN commitmail json YAML

Fix build with TCL 8.6. Honour system CFLAGS. Bump revision.

(joerg)

2014-02-04 00:14:16 UTC MAIN commitmail json YAML

2014-02-04 00:13:03 UTC MAIN commitmail json YAML

Kill register keyword in gperf output to allow building with -Werror and
clang.

(joerg)

2014-02-04 00:12:07 UTC MAIN commitmail json YAML

Build with TCL 8.6.

(joerg)

2014-02-04 00:11:43 UTC MAIN commitmail json YAML

2014-02-03 17:24:00 UTC MAIN commitmail json YAML

Updated lang/nodejs to 0.10.25

(fhajny)

2014-02-03 17:23:48 UTC MAIN commitmail json YAML

2014.01.23, Version 0.10.25 (Stable)
* uv: Upgrade to v0.10.23
* npm: Upgrade to v1.3.24
* v8: Fix enumeration for objects with lots of properties
* child_process: fix spawn() optional arguments (Sam Roberts)
* cluster: report more errors to workers (Fedor Indutny)
* domains: exit() only affects active domains (Ryan Graham)
* src: OnFatalError handler must abort() (Timothy J Fontaine)
* stream: writes may return false but forget to emit drain (Yang Tianyang)

(fhajny)

2014-02-03 16:51:44 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.6.1

(wiz)

2014-02-03 16:51:35 UTC MAIN commitmail json YAML

Update to 1.6.1. Remove lots of integrated patches.

Noteworthy changes in version 1.6.1 (2014-01-29)
------------------------------------------------

* Added emulation for broken Whirlpool code prior to 1.6.0.

* Improved performance of KDF functions.

* Improved ECDSA compliance.

* Fixed locking for Windows and non-ELF Pthread systems (regression
  in 1.6.0)

* Fixed message digest lookup by OID (regression in 1.6.0).

* Fixed a build problem on NetBSD.

* Fixed memory leaks in ECC code.

* Fixed some asm build problems and feature detection bugs.

* Interface changes relative to the 1.6.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GCRY_MD_FLAG_BUGEMU1            NEW (minor API change).

(wiz)

2014-02-03 16:48:29 UTC MAIN commitmail json YAML

Updated security/caff to 1.1.5

(wiz)

2014-02-03 16:48:21 UTC MAIN commitmail json YAML

Update to 1.1.5: bugfixes, e.g. for perl-5.18 compat.

(wiz)

2014-02-03 16:46:22 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.26

(wiz)

2014-02-03 16:46:13 UTC MAIN commitmail json YAML

Update to 0.9.26:

Overview of changes leading to 0.9.26
Thursday, January 30, 2014
=====================================

- Misc fixes.
- Fix application of 'rtlm' feature.
- Automatically apply frac/numr/dnom around U+2044 FRACTION SLASH.
- New header: hb-ot-shape.h
- Uniscribe: fix scratch-buffer accounting.
- Reorder Tai Tham SAKOT to after tone-marks.
- Add Hangul shaper.
- New files:
  hb-ot-shape-complex-hangul.cc
  hb-ot-shape-complex-hebrew.cc
  hb-ot-shape-complex-tibetan.cc
- Disable 'cswh' feature in Arabic shaper.
- Coretext: better handle surrogate pairs.
- Add HB_TAG_MAX and _HB_SCRIPT_MAX_VALUE.

(wiz)

2014-02-03 16:44:41 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.22

(wiz)

2014-02-03 16:44:32 UTC MAIN commitmail json YAML

Update to 2.0.22:

Fix a regression in the type-answer feature where multiple clozes
were not presented in order.
Some tweaks to the SuperMemo importer, thanks to jmaatta.

(wiz)

2014-02-03 16:42:40 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.2.20140112

(wiz)

2014-02-03 16:42:32 UTC MAIN commitmail json YAML

Update to 20140112:

2014/01/12
+ improve calculation for amount to scroll in programbox when an "Ok"
  button might obscure part of the data (report by Florent Rougon).
+ modify program to permit --separate-output to be used with buildlist
  and treeview widgets (report by Florent Rougon).
+ add list-height parameter to manpage description of --buildlist
  (report by Florent Rougon).
+ minor fixes to dialog.1 manpage; the reported problem was actually
  fixed in 20120703 (Debian #726233, patch by Bjarni Ingi Gislason).
+ add a "Hello World" example to dialog.3 manpage (prompted by
  discussions with Dustin Oprea, Kevin Ingwersen).
+ correct comparison in dlg_lookup_key() so that using "bindkey" with
  a "*" wildcard parameter works as documented (report by Stewart
  Benedict).
+ updated configure macros, fixes for clang and mingw.
+ update config.guess, config.sub

(wiz)

2014-02-03 16:41:07 UTC MAIN commitmail json YAML

Updated x11/xtrans to 1.3.3

(wiz)

2014-02-03 16:40:58 UTC MAIN commitmail json YAML

Update to 1.3.3:

Changes:

Gaetan Nadon (3):
      xtrans.m4: fix warning by replacing obsolete AC_HELP_STRING
      xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIB
      xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINT

Hans de Goede (1):
      xtrans 1.3.3

Jon TURNEY (1):
      Add TransIsListening()

Mark Kettenis (3):
      Remove unused static inlines
      Fix alignment issues in FD passing code
      Don't restrict FD passing to Linux & Solaris

��ukasz Stelmach (2):
      Define TRANS_RECEIVED flag for transports
      Enable systemd socket activation

(wiz)

2014-02-03 16:38:53 UTC MAIN commitmail json YAML

Mark as not ready for python-3.x.

finch does not compile with python-3.3. Since libpurple is not versioned
and finch pulls it in, we have to mark libpurple too, and then pidgin
because of libpurple. It's all one codebase anyway...

(wiz)

2014-02-03 16:17:13 UTC MAIN commitmail json YAML

2014-02-03 16:11:31 UTC MAIN commitmail json YAML

Fix doc option packaging

(ryoon)

2014-02-03 16:10:34 UTC MAIN commitmail json YAML

2014-02-03 16:09:34 UTC MAIN commitmail json YAML

Remove seldomly needed packages from introduction.
Add a section about HTTPS, since it really is a FAQ.

(wiz)

2014-02-03 16:02:09 UTC MAIN commitmail json YAML

Updated x11/libxkbcommon to 0.4.0

(ryoon)

2014-02-03 16:01:19 UTC MAIN commitmail json YAML

Update to 0.4.0

CHangelog:
libxkbcommon 0.4.0
==================

- Add a new add-on library, xkbcommon-x11, to support creating keymaps
  with the XKB X11 protocol, by querying the X server directly.
  See the xkbcommon/xkbcommon-x11.h header file for more details.
  This library requires libxcb-xkb >= 1.10, and is enabled by default.
  It can be disabled with the --disable-x11 configure switch.
  Distributions are encouraged to split the necessary files for this
  library (libxkbcommon-x11.so, xkbcommon-x11.pc, xkbcommon/xkbcommon-x11.h)
  to a separate package, such that the main package does not depend on
  X11 libraries.

- Fix the keysym <-> name lookup table to not require huge amounts of
  relocations.

- Fix a bug in the keysym <-> name lookup, whereby lookup might fail in
  some rare cases.

- Reduce memory usage during keymap compilation.

- New API:
  New keysyms from xproto 7.0.25 (German T3 layout keysyms).
  XKB_MOD_NAME_NUM for the usual NumLock modifier.
  xkb_x11_* types and functions, XKB_X11_* constants.

(ryoon)

2014-02-03 15:32:15 UTC MAIN commitmail json YAML

Add comment on how to fetch the distfile, if "make fetch" fails

(pettai)

2014-02-03 15:25:28 UTC MAIN commitmail json YAML

Note update of Contao pacakges:

www/contao211 2.11.14
www/contao211-example 2.11.14
www/contao32 3.2.5 [taca 2014-02-03]
www/contao32-example 3.2.5 [taca 2014-02-03]

(taca)

2014-02-03 15:23:22 UTC MAIN commitmail json YAML

Update contao32 to 3.2.5, including fix for CVE-2014-1860.

* pkgsrc change: remove obsolete lines for contao31.

Version 3.2.5 (2014-02-03)
--------------------------

### Fixed
Correctly load the parent pages in the navigation modules (see #6696).

### Fixed
Correctly encode URLs with GET parameters in the syndication links (see #6683).

### Fixed
Do not pass POST data to the `deserialize()` function, so it is not vulnerable
to PHP object injection. Thanks to Pedro Ribeiro for his input (see #6695).

### Fixed
Allow any character in passwords, especially the less-than symbol (see #6447).

### Fixed
Purge the image cache if a file is being renamed (see #6641).

### Fixed
Preserve tags in custom CSS definitions (see #6667).

### Fixed
Make the swipe CSS selectors more specific (see #6666).

### Fixed
Correctly optimize floating-point numbers in style sheets (see #6674).

(taca)

2014-02-03 15:20:39 UTC MAIN commitmail json YAML

Update contao211 package to 2.11.14, fix for CVE-2014-1860.

Version 2.11.14 (2014-02-03)
----------------------------

### Fixed
Do not pass POST data to the `deserialize()` function, so it is not vulnerable
to PHP object injection. Thanks to Pedro Ribeiro for his input (see #6695).

(taca)

2014-02-03 12:45:26 UTC MAIN commitmail json YAML

dnscheck-1.54
=============

Some extracts from the git log:

* Add new DNSKEY algorithms registered by IANA
* Add AUTH checking over both UDP and TCP. [Fixes #80]
* New queue dispatch
* Clean out dead code, add tests to new code and add log entries.
  [Closes #89]
* Log when an AS prefix is discarded
* Add simple command-line tool to add domains to the dispatcher queue
* Add callback functionality to logger
* Perl 5.18 fix (hash key order randomization)
* The authoritative servers for ARPA are the root servers, which caused
  problems for our parent-finding algorithm. Worked around by special
  -casing so that single-label names always return root as the parent.
  [Closes #92]
* Make allowed maximum NSEC3 iterations a policy parameter
* Detect DNSCurve-supporting nameservers
* Significant improvements to glue checking
* Fix for referral check under undelegated
* More tests for new glue-checking code
* Detect names in domains reserved by IANA (RFC 6761). [Closes #96]
* Log messages for reserved ASs. [Closes #97]

(pettai)

2014-02-03 11:39:59 UTC MAIN commitmail json YAML

Updated devel/mercurial to 2.9

(wiz)

2014-02-03 11:39:49 UTC MAIN commitmail json YAML

Update to 2.9:

1. Mercurial 2.9 (2014-02-01)

This is a regularly-scheduled feature release.
    aliases: make "_checkshellalias()" invoke "findcmd()" with "strict=True"
    backout: add a message after backout that need manual commit
    backout: avoid update on simple case
    bash_completion: add completion for deleting a shelve
    bash_completion: add global support for -B|--bookmark
    bash_completion: add global support for -b|--branch
    bisect: --command without --noupdate should flag the parent rev it tested
    bookmarks: allow push -B to create a new remote head (issue2372)
    branchmap: cache open/closed branch head information
    cat: increase perf when catting single files
    changectx: increase perf of walk function
    clone: do not turn hidden changeset public on publishing clone (issue3935)
    convert: use branchmap to change default branch in destination (issue3469)
    date: allow %z in format (issue4040)
    diff: search beyond ancestor when detecting renames
    hgweb: infinite scroll support for coal, gitweb, and monoblue styles
    merge: consider successor changesets for a bare update
    patch: add support for git delta hunks
    phase: properly compute ancestors of --rev on push (issue3786)
    rebase: abort cleanly when we encounter a damaged rebasestate (issue4155)
    rebase: do not crash in panic when cwd disapear in the process (issue4121)
    record: --user/-u now works with record when ui.username not set (issue3857)
    record: re-enable whitespace-ignoring options
    relink: abort earlier when on different devices (issue3916)
    strip: add faster revlog strip computation
    subrepo: check phase of state in each subrepositories before committing
    subrepo: make it possible to update to hidden subrepo revisions
    subsettable: move from repoview to branchmap, the only place it's used
    templater: selecting a style with no templates does not crash (issue4140)
    update: consider successor changesets when moving active bookmark
    url: added authuri when login information is requested (issue3209)

(wiz)

2014-02-03 10:22:23 UTC MAIN commitmail json YAML

+py-sqlsoup; Packaged originally in pkgsrc-wip by: kamelderouiche@yahoo.com

(rodent)

2014-02-03 10:21:24 UTC MAIN commitmail json YAML

Added databases/py-sqlsoup version 0.9.0

(rodent)

2014-02-03 10:21:13 UTC MAIN commitmail json YAML

Import py27-sqlsoup-0.9.0 as databases/py-sqlsoup.

SQLSoup provides a convenient way to map Python objects to relational database
tables, with no declarative code of any kind. It's built on top of the
SQLAlchemy ORM and provides a super-minimalistic interface to an existing
database.

(rodent)

2014-02-03 09:48:44 UTC MAIN commitmail json YAML

tell incdir of ncurses from pkgsrc to bootstrap.

(obache)

2014-02-03 08:59:33 UTC MAIN commitmail json YAML

LDFLAGS.SunOS+= -lsocket -lnsl

(rodent)

2014-02-03 08:58:26 UTC MAIN commitmail json YAML

Link against -lnsl and -lsocket for SunOS.

(rodent)

2014-02-03 07:06:55 UTC MAIN commitmail json YAML

PKGNAME_NOREV is not defined yet.

(obache)

2014-02-03 07:02:32 UTC MAIN commitmail json YAML

let to do "patch" target before "bootstrap"

(obache)

2014-02-03 03:14:36 UTC MAIN commitmail json YAML

Updated emulators/suse131_base to 13.1nb1

(obache)

2014-02-03 03:14:19 UTC MAIN commitmail json YAML

Remove old own "SuSE-release" way, use openSUSE-release RPM instead.
It was deprecated, and new "os-release" came.

Bump PKGREVISION.

(obache)

2014-02-03 03:08:08 UTC MAIN commitmail json YAML

remove unwanted entries.

(obache)

2014-02-02 23:42:04 UTC MAIN commitmail json YAML

Updated devel/nspr to 4.10.3

(ryoon)

2014-02-02 23:41:31 UTC MAIN commitmail json YAML

Update to 4.10.3

Changelog:
NSPR 4.10.3 has the following bug fixes:
* Bug 749849: ensure we'll free the thread-specific data key.
  Contributed by Kai Engert.
* Bug 941461: don't compile android with unaligned memory access.
  Contributed by Brad Lassey.
* Bug 932398: Add PR_SyncMemMap, a portable version of
  msync/FlushViewOfFile. Contributed by Luke Wagner.
* Bug 952621: Fix a thread-unsafe access to lock->owner in PR_Lock.
* Bug 957458: Fix several bugs in the lock rank checking code.
* Bug 936320: Use an alternative test for IPv6 support on Linux to
  avoid opening a socket.

(ryoon)

2014-02-02 23:36:32 UTC MAIN commitmail json YAML

2014-02-02 23:35:13 UTC MAIN commitmail json YAML

Added audio/glyr version 1.0.3

(rodent)

2014-02-02 23:35:03 UTC MAIN commitmail json YAML

Import glyr-1.0.3 as audio/glyr.

Glyr comes both in a commandline interface tool and as a C library, both with an
easy to use interface. The sort of metadata glyr is searching (and downloading)
is usually the data you see in your music player. And indeed, originally it was
written to serve as internally library for a music player, but has been extended
to work as a standalone program.

(rodent)

2014-02-02 23:32:05 UTC MAIN commitmail json YAML

Use PKGBASE in DIST_SUBDIR instead of PKGNAME. Otherwise, we're going to
have a load of py-amqp directories rather than just throwing all the
distfiles in one. Hindsight 20/20.

(rodent)

2014-02-02 23:22:35 UTC MAIN commitmail json YAML

+flare-{engine,game}

(rodent)

2014-02-02 23:21:49 UTC MAIN commitmail json YAML

Added games/flare-game version 0.19

(rodent)

2014-02-02 23:21:37 UTC MAIN commitmail json YAML

Import flare-game-0.19 as games/flare-game.

Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to
handle a very specific kind of game: single-player 2D action RPGs. Flare is not
a reimplementation of an existing game or engine. It is a tribute to and
exploration of the action RPG genre.

This package contains Flare the game.

(rodent)

2014-02-02 23:20:01 UTC MAIN commitmail json YAML

Added games/flare-engine version 0.19

(rodent)

2014-02-02 23:19:51 UTC MAIN commitmail json YAML

Import flare-engine-0.19 as games/flare-engine.

Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to
handle a very specific kind of game: single-player 2D action RPGs. Flare is not
a reimplementation of an existing game or engine. It is a tribute to and
exploration of the action RPG genre.

This package contains only the engine part of Flare.

(rodent)

2014-02-02 20:21:00 UTC MAIN commitmail json YAML

Updated sysutils/vobcopy to 1.2.0nb1

(wiz)

2014-02-02 20:20:50 UTC MAIN commitmail json YAML

2014-02-02 19:06:39 UTC MAIN commitmail json YAML

Updated devel/tcllib to 1.15

(wiz)

2014-02-02 19:06:30 UTC MAIN commitmail json YAML

Update to 1.15. Provided by Kai-Uwe Eckhardt in private mail.

Changelog:
2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

*
* Released and tagged Tcllib 1.15 ========================
*

2013-01-28  Andreas Kupries  <andreask@activestate.com>

* modules/fileutil: New package 'fileutil::decode'.
* modules/zip: New module 'zip', with packages 'zipfile::encode'
  and 'zipfile::decode'

2013-01-24  Andreas Kupries  <andreask@activestate.com>

* New module and packages: clock (rfc2822, iso8601).
  Tcl 8.5 only.

2013-01-08  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

* configure.in: [Bug 3593146]: Extended with CYGPATH usage to
  allow building under cygwin.
* configure: Regenerated (autoconf 2.67).

2012-08-07  Andreas Kupries  <andreask@activestate.com>

* modules/generator: Generators (via the coroutines of
  Tcl 8.6). Provided by Neil Madden.
* support/installation/modules.tcl:

(wiz)

2014-02-02 17:01:54 UTC MAIN commitmail json YAML

+ caff-1.1.5, calibre-1.22, chrony-1.29.1, dateutils-0.2.7,
  ffmpeg-1.2.5, harfbuzz-0.9.26, i3-4.7.2, libao-1.2.0, libao-sun-1.2.0,
  libgcrypt-1.6.1, libuuid-2.24.1, libxkbcommon-0.4.0, mono-3.2.6,
  mpg123-1.18.0, nspr-4.10.3, openssh-6.5, py-anki2-2.0.22,
  py-ldap-2.4.14, raptor2-2.0.13, rudiments-0.45, sendmail-8.14.8,
  socat-1.7.2.3, tea-37.1.0, x264-devel-20140201, xcb-util-0.4.0.

(wiz)

2014-02-02 16:08:07 UTC MAIN commitmail json YAML

2014-02-02 16:06:36 UTC MAIN commitmail json YAML

Added fonts/SDL2_ttf version 2.0.12

(rodent)

2014-02-02 16:06:20 UTC MAIN commitmail json YAML

Import SDL2_ttf-2.0.12 as fonts/SDL2_ttf.

This is a sample library which allows you to use TrueType fonts in your SDL
applications. It comes with an example program "showfont" which displays an
example string for a given TrueType font file.

(rodent)

2014-02-02 15:57:24 UTC MAIN commitmail json YAML

2014-02-02 15:56:44 UTC MAIN commitmail json YAML

Added net/SDL2_net version 2.0.0

(rodent)

2014-02-02 15:56:29 UTC MAIN commitmail json YAML

Import SDL2_net-2.0.0 as net/SDL2_net.

This is a small sample cross-platform networking library, with a sample chat
client and server application. The chat client uses the GUIlib GUI framework
library.

(rodent)

2014-02-02 15:39:55 UTC MAIN commitmail json YAML

2014-02-02 15:39:11 UTC MAIN commitmail json YAML

Added audio/SDL2_mixer version 2.0.0

(rodent)

2014-02-02 15:39:01 UTC MAIN commitmail json YAML

Import SDL2_mixer-2.0.0 as audio/SDL2_mixer.

SDL_mixer is a sample multi-channel audio mixer library. It supports any number
of simultaneously playing channels of 16 bit stereo audio, plus a single channel
of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and
SMPEG MP3 libraries.

As of SDL_mixer 1.2.7, FLAC, MikMod, Ogg Vorbis and MP3 loading libraries are
dynamically loaded, so if you don't need to load those formats, you don't need
to include those shared libraries.

(rodent)

2014-02-02 15:24:54 UTC MAIN commitmail json YAML

2014-02-02 15:24:23 UTC MAIN commitmail json YAML

Added multimedia/smpeg2 version 2.0.0

(rodent)

2014-02-02 15:24:13 UTC MAIN commitmail json YAML

Import smpeg2-2.0.0 as multimedia/smpeg2.

SMPEG is a free MPEG1 video player library with sound support. Video playback is
based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2. Audio is played
through a slightly modified mpegsound library, part of Splay v0.8.2. SMPEG
supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.

(rodent)

2014-02-02 14:57:52 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 6.0.1

(ryoon)

2014-02-02 14:56:59 UTC MAIN commitmail json YAML

Update to 6.0.1

Changelog:
Version 6.0.1 Jan 22th 2014

    Fix handling of encryption keys
    Disable xcache in case admin auth is disabled
    Speed DB improvements in user home directory location fetching
    Fix some APC configuration problems
    Fix duplicate .exe mime-type detection
    Support DECIMAL DB schema statement
    Fix some API response code problems
    Added download workaround for some Android versions.
    Turn off not working mod_pagespeed extension
    Command line tool option to show user number
    Some LDAP fixes for certain configurations
    Fix previews for reshared files
    Fix unshare on delete behaviour
    Fix a CIFS mounting timezone problem
    File Trash handling fixes
    Fix potential data corruption problem during massive parallel uploads of the same file
    Fix versions expiration logic
    Fix public upload progress bar
    Fix issues with intermittent ���Insufficient Storage��� message when quota is enabled

(ryoon)

2014-02-02 14:11:26 UTC MAIN commitmail json YAML

Updated geography/gipfel to 0.4.0

(rodent)

2014-02-02 14:11:14 UTC MAIN commitmail json YAML

Update to latest release, 0.4.0. From ChangeLog:

gipfel-0.4.0
* Fix compilation with fltk-1.3.x.
* Use proper distance for distortion correction.
* Don't update coordinates of marked hills.
* Remove compute button.
  Positions are now updated automatically when marked hills are moved.
* Fix focal length for images in portrait format.
* Fix up/down keys in viewpoint chooser.

(rodent)

2014-02-02 14:07:49 UTC MAIN commitmail json YAML

Remove PYPKGPREFIX from DIST_SUBDIR.

(rodent)

2014-02-02 13:58:46 UTC MAIN commitmail json YAML

Updated net/py-kombu to 3.0.10

(rodent)

2014-02-02 13:58:34 UTC MAIN commitmail json YAML

Updated to latest release, 3.0.10. Now depends on net/py-amqp>=1.4.1. From
Changelog:

3.0.10
======

- Now depends on :mod:`amqp` 1.4.1.
- ``maybe_declare`` now raises a "recoverable connection error" if
  the channel is disconnected instead of a :exc:`ChannelError` so that
  the operation can be retried.
- Redis: ``Consumer.cancel()`` is now thread safe.
    This fixes an issue when using gevent/eventlet and a
    message is handled after the consumer is cancelled resulting
    in a "message for queue without consumers" error.
- Retry operations would not always respect the interval_start
  value when calculating the time to sleep for (Issue #303).
- Timer: Fixed "unhashable type" error on Python 3.
- Hub: Do not attempt to unregister operations on an already closed
  poller instance.

3.0.9
=====

- Now depends on :mod:`amqp` 1.4.0.
- Redis: Basic cancel for fanout based queues now sends a corresponding
  ``UNSUBSCRIBE`` command to the server.
    This fixes an issue with pidbox where reply messages could be received
    after the consumer was cancelled, giving the ``"message to queue without
    consumers"`` error.
- MongoDB: Improved connection string and options handling
  (Issue #266 + Issue #120).
- SQS: Limit the number of messages when receiving in batch to 10.
    This is a hard limit enforced by Amazon so the sqs transport
    must not exceeed this value.
- ConsumerMixin: ``consume`` now checks heartbeat every time the
  socket times out.
- Retry Policy: A max retries of 0 did not retry forever.
- Simple: If passing a Queue object the simple utils will now take
  default routing key from that queue.
- ``repr(producer)`` no longer evaluates the underlying channnel.
- Redis: The map of Redis error classes are now exposed at the module level
  using the :func:`kombu.transport.redis.get_redis_error_classes` function.
- Async: ``Hub.close`` now sets ``.poller`` to None.

(rodent)

2014-02-02 13:51:50 UTC MAIN commitmail json YAML

- FETCH_USING.

(wiz)

2014-02-02 13:51:34 UTC MAIN commitmail json YAML

Updated net/py-amqp to 1.4.2

(rodent)

2014-02-02 13:51:16 UTC MAIN commitmail json YAML

Update to latest relese, 1.4.2. Use DIST_SUBDIR, since this is a github
distfile. From Changelog:

1.4.2
=====

- Heartbeat negotiation would use heartbeat value from server even
  if heartbeat disabled (Issue #31).

1.4.1
=====

- Fixed error occurring when heartbeats disabled.

1.4.0
=====

- Heartbeat implementation improved (Issue #6).

    The new heartbeat behavior is the same approach as taken by the
    RabbitMQ java library.

    This also means that clients should preferably call the ``heartbeat_tick``
    method more frequently (like every second) instead of using the old
    ``rate`` argument (which is now ignored).

    - Heartbeat interval is negotiated with the server.
    - Some delay is allowed if the heartbeat is late.
    - Monotonic time is used to keep track of the heartbeat
      instead of relying on the caller to call the checking function
      at the right time.
- NoneType is now supported in tables and arrays.
- SSLTransport: Now handles ``ENOENT``.

(rodent)

2014-02-02 11:09:51 UTC MAIN commitmail json YAML

2014-02-02 11:01:58 UTC MAIN commitmail json YAML

Updated devel/mdds to 0.10.1

(ryoon)

2014-02-02 10:59:44 UTC MAIN commitmail json YAML

Update to 0.10.1

* Install more header files.
* Tweak Makefile

Changelog:
* multi_type_matrix

  * added a variant of set_empty() that takes an additional length
    parameter.

    * void set_empty(size_type row, size_type col, size_type length)

mdds 0.10.0

* flat_segment_tree

  * significant performance improvement on build_tree() and
    search_tree(), by optimizing the non-leaf node object generation
    and storage to achieve better locality of reference.

* segment_tree

  * slight performance improvement on build_tree(), as a result of the
    optimization done for flat_segment_tree since these two structures
    share the same tree generation code.

* multi_type_vector

  * improved debug message on mis-matched block types (only when
    MDDS_MULTI_TYPE_VECTOR_DEBUG is defined).

mdds 0.9.1

* multi_type_vector

  * added several convenience methods for position objects.

  * performance improvement on setting array values.

  * added new constructor that takes an array of values as initial
    element values.

* multi_type_matrix

  * setter methods that take a position object to also return a
    position object.

  * added several convenience methods for position objects.

  * added new constructor that takes an array of values as initial
    element values.

(ryoon)

2014-02-02 10:47:24 UTC MAIN commitmail json YAML

2014-02-02 10:19:52 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_notify to 0.4.4

(wiz)

2014-02-02 10:19:41 UTC MAIN commitmail json YAML

2014-02-02 09:49:17 UTC MAIN commitmail json YAML

Updated textproc/libodfgen to 0.0.3

(ryoon)

2014-02-02 09:48:31 UTC MAIN commitmail json YAML

Update to 0.0.3

Changelog:
libodfgen 0.0.3

- handle more table properties
- more SVG path commands
- allow to define center of rotation for a textbox
- make linked text boxes more robust
- add support for generating presentations (using libetonyek)
- start on API documentation

(ryoon)

2014-02-02 08:49:38 UTC MAIN commitmail json YAML

Fix PLIST for 1.5.2 update.

(wiz)

2014-02-02 08:36:48 UTC MAIN commitmail json YAML

PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-vobject

(wiz)

2014-02-02 08:25:05 UTC MAIN commitmail json YAML

Remove obsolete patch (it now reintroduced the warning instead of fixing it)

(wiz)

2014-02-02 08:21:05 UTC MAIN commitmail json YAML

regen for 1.5.2 update

(wiz)

2014-02-02 08:15:50 UTC MAIN commitmail json YAML

When using pbulk as-is we have to recursively mark python-3.x packages
as not buildable even if just one of their dependencies is not, because
otherwise the dependency resolving step doesn't finish and the build
is not started.
For this reason, re-add "PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-gtk2 via py-pycha"

(wiz)

2014-02-02 07:59:03 UTC MAIN commitmail json YAML

Note update of net/bind96 to package to 9.6.3.1.ESV.11 and net/bind99
package to 9.9.5.

(taca)

2014-02-02 07:58:20 UTC MAIN commitmail json YAML

Update bind99 to 9.9.5 (BIND 9.9.5).

Security fixes were already covered by 9.9.4pl2.

Some bug fixes and clean up, please refer CHANGES file in detail.

(taca)

2014-02-02 07:55:46 UTC MAIN commitmail json YAML

Update bind96 to 9.6.3.1.ESV.11 (BIND 9.6-ESV-R11).

Security fixes were already covered by 9.6.3.1.ESV.10pl2 and this is
the final release of 9.6.ESV.

Several bug fixes and clean up, please refer CHANGES file in detail.

(taca)

2014-02-02 07:49:57 UTC MAIN commitmail json YAML

2014-02-02 07:48:35 UTC MAIN commitmail json YAML

Revert accidently commit files which not yet ready.

(taca)

2014-02-02 07:48:11 UTC MAIN commitmail json YAML

Added graphics/graphite2 version 1.2.4

(ryoon)

2014-02-02 07:47:36 UTC MAIN commitmail json YAML

Import graphite2-1.2.4 as graphics/graphite2.

Graphite is a project within SIL's scripts and software dev
groups to provide cross-platform rendering for complex writing
systems.

Graphite2, a new version of the Graphite engine, is available
at: http://projects.palaso.org/projects/graphitedev with its
own bug tracker.

(ryoon)

2014-02-02 07:46:16 UTC MAIN commitmail json YAML

2014-02-02 07:44:08 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.2.0.4

(ryoon)

2014-02-02 07:43:40 UTC MAIN commitmail json YAML

pkgsrc/misc/libreoffice4/Makefile@1.15 / diff
pkgsrc/misc/libreoffice4/PLIST@1.5 / diff
pkgsrc/misc/libreoffice4/PLIST.java@1.3 / diff
pkgsrc/misc/libreoffice4/distinfo@1.6 / diff
pkgsrc/misc/libreoffice4/options.mk@1.2 / diff
pkgsrc/misc/libreoffice4/patches/patch-binaryurp_source_cache.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-binaryurp_source_lessoperators.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-binaryurp_source_lessoperators.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_uno2cpp.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-configure deleted
pkgsrc/misc/libreoffice4/patches/patch-configure.ac@1.2 / diff
pkgsrc/misc/libreoffice4/patches/patch-filter_source_graphicfilter_ipbm_ipbm.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-filter_source_graphicfilter_ipcd_ipcd.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-filter_source_graphicfilter_ipcx_ipcx.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-filter_source_graphicfilter_iras_iras.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-filter_source_graphicfilter_itga_itga.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-include_sal_log.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-odk_CustomTarget__classes.mk@1.2 / diff
      :
(more 9 files)

2014-02-02 07:38:08 UTC MAIN commitmail json YAML

Updated converters/libcdr to 0.0.14
Updated converters/libmwaw to 0.2.0
Added converters/libabw version 0.0.1
Added converters/libe-book version 0.0.2
Added converters/libetonyek version 0.0.3
Added converters/libfreehand version 0.0.0

(ryoon)

2014-02-02 07:33:18 UTC MAIN commitmail json YAML

2014-02-02 07:31:30 UTC MAIN commitmail json YAML

Import libfreehand-0.0.0 as converters/libfreehand.

Libfreehand is library providing ability to interpret and import
Adobe/Macromedia drawings into various applications. You can find
it being used in libreoffice.

(ryoon)

2014-02-02 07:29:35 UTC MAIN commitmail json YAML

Import libetonyek-0.0.3 as converters/libetonyek.

Libetonyek is library providing ability to interpret and import
Apple Keynote presentations into various applications. You can find
it being used in libreoffice.

(ryoon)