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 (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 01:48:47 UTC Now

2012-12-12 12:45:36 UTC MAIN commitmail json YAML

Updated math/pari-galdata to 2.2

(wiz)

2012-12-12 12:45:18 UTC MAIN commitmail json YAML

Update to 2.2. Changes not documented.
Based on PR 38117 by Kalevi Suominen.

(wiz)

2012-12-12 12:36:03 UTC MAIN commitmail json YAML

Updated comms/minicom to 2.6.1

(wiz)

2012-12-12 12:35:21 UTC MAIN commitmail json YAML

Update to 2.6.1, from diro in PR 47209.

Relevant ChangeLog entries since 2.5:

* src/main.c, src/minicom.c: iconv: Handle the case that iconv
  did not convert anything. Reported by Mike Crowe, Debian #659351.
* src/ipc.c: Formatting cleanup.
* src/main.c: ETIME -> ETIMEDOUT as ETIME is not available on BSDs
* src/main.c: Fix invalid memory used, reported by Larry Baker
* src/config.c, src/rwconf.c: Do not set modem init and reset string
  anymore, define them empty. Instead, when editing those offer
  them as a default.
* src/minicom.h, src/main.c, src/dial.c: only update statusline
  if there's a change (e.g. for updates times)
* src/updown.c: Flush before forking helper program,
  patch by Domen Puncer, thanks!
* src/minicom.c, src/minicom.h, src/vt100.c: Add timestamps with
  milliseconds, based on patch by Rapha�l Ass�nat, thanks!
* src/dial.c, src/minicom.c, src/main.c: Cleanups. Print
  basename of current device to statusline if online time is disabled.
* configure.in, src/Makefile.am, src/main.c, src/minicom.c,
  src/minicom.h, src/updown.c: Add lockdev support,
  by Ludwig Nussel <ludwig.nussel@suse.de>
* src/dial.c: add a dialdir version 6 which does not save the
  pointer on disk and should now work on 32 and 64 bit
  systems equally.
* configure.in: Use AM_ICONV_LINK...
* src/script.c: Fix a buffer overflow problem. Thanks Frederic Germain.
* src/minicom.c: Do not use iconv-functions if iconv is not available.
* src/config.c, src/main.c, src/vt100.c, src/vt100.h: Add transmit
  delay for every character, based on patch by Nicolas PILLON.
* src/config.c: Do not extend tilde to home directory for
  non-path arguments. Debian bug #621741
* configure.in, src/Makefile.am: Add workaround and then use
  libiconv for linking, fixes build issue on Mac OS X.
* src/main.c: Increase serial port open timeout, by
  Lubomir Rintel
* src/main.c: Set sensible errno if port open times out,
  by Lubomir Rintel
* src/help.c: Help fix for timestamp toggle by Mark Einon
* src/minicom.c: Code consolidation.
* src/minicom.c, src/minicom.h, src/vt100.c, man/minicom.1: Make
  line timestamps three value: every line, every second, and off.
* man/minicom.1: Wording fix.
* src/vt100.c: Cleanups: Delete everything that was in OLD blocks.
  Do not explicitly set global variables to 0.
* src/vt100.c, man/minicom.1: Change timestamp style, prepend every
  line. Add in manpage.
* src/dial.c src/help.c src/ipc.c src/minicom.c src/minicom.h
  src/vt100.c src/vt100.h: Addition by Mark Einon
  <mark.einon@gmail.com> to add current date/time to each line.
* src/file.c: Only enter directory if we have read permissions to
  get directory listings, by Jan Görig.
* src/file.c, src/getsdir.c: Cleanup and simplify.
* man/runscript.1, man/minicom.1: Fixes by John Bradshaw
* src/main.c: Avoid redraw of status line in Offline mode when
  nothing changed.
* src/minicom.c: Do not lose line wrap setting over terminal resizes.
* src/main.c: Simplify status line update, also makes status
  messages display the amount of time they are actually supposed
  to display.

(wiz)

2012-12-12 12:25:53 UTC MAIN commitmail json YAML

Updated games/xboard to 4.6.2

(wiz)

2012-12-12 12:25:39 UTC MAIN commitmail json YAML

Remove unneeded patch after 4.6.2 update.

(wiz)

2012-12-12 12:25:14 UTC MAIN commitmail json YAML

Update to 4.6.2, based on patch provided by Yair K. in PR 46762.
Additional cleanups (config file, perl path, desktopdb).

Changes:
The changelog is very long, but it can summarized by saying the
pkgsrc supplied version is so old it isn't on the gnu sites anymore.
Some of the changes include: chess variant support, PGN variations,
fifty-move counter, move history, engine selection and output
windows, user-based settings, translations, position search, figurine
chess fonts and so on.

(wiz)

2012-12-12 12:05:00 UTC MAIN commitmail json YAML

Updated editors/ng to 1.4.4

(wiz)

2012-12-12 12:04:51 UTC MAIN commitmail json YAML

Update to 1.4.4+official patch, from ISIHARA Takanori in PR 47134.
While here, do some pkglint cleanup.

from Changelog:
a) "mark" was changed like GNU Emacs from Ng 1.5alpha3.
b) fix canna bug for UNIX.
c) fix compile problem when libc was used for Human68K.

from Officail Web page:
patch) fix query-replace bug.

(wiz)

2012-12-12 11:50:05 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Server-EV to 0.5

(wiz)

2012-12-12 11:49:53 UTC MAIN commitmail json YAML

Update to 0.5, based on PR 47288 by Edgar Fuss.
Add more missing dependencies.

0.41
- Bugfixes

0.4
- Written tests
- HTTP::Server::EV::PortListener module
- Rewritten disk IO code. Now it can use built in perl functions or IO::AIO module.
- Fixed segfault when uploading zero size file
- Multipart processing callbacks.
- Coro support

0.31
- Fixed non ARRAY reference error when cgi->param called in list context with nonexistent param name
- Added explicit type-casting, no more compiler warnings
- Little documentation fix

(wiz)

2012-12-12 11:39:17 UTC MAIN commitmail json YAML

Updated devel/eina to 1.7.1

(wiz)

2012-12-12 11:39:02 UTC MAIN commitmail json YAML

Update to 1.7.1, provided by Tim Larson in PR 47230.

Changes:

Eina 1.7.1

Changes since Eina 1.7.0:
-------------------------

Fixes:
    * Fix return value of eina_mmap_safety_enabled_set() and future
    eina_mmap_safety_enabled_get() returns after success
    * Fix eina_stringshare_add_length() to return NULL when wrong.
    * Add EINA_SAFETY checks are wrong.

Changes since Eina 1.2.0:
-------------------------

Additions:
    * Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
    * Add an helper to iterate over line in a mapped file.
    * Add EINA_SENTINEL to protect variadic functions
    * Add EINA_SAFETY checks for proper function arguments.
    * Add check if given arguments (distance and coordinates) in eina_tiler
    and eina_rectangle are not below zero

Fixes:
    * Add missing files in the tarball.
    * Rounding issue with eina_f32p32_cos and eina_f32p32_sin when getting close to 1.0.
    * Portability issue with Eina_Value when char are not signed by default (case on ARM
    and PPC).
    * Portability issue with Eina_Value test suite when unsigned where not promoted to
    unsigned long (case on Itanium).
    * Fix issue in the XML parser when a tag was in a comment or a CDATA.
    * Implement eina_file_map_lines() on Windows.
    * Handle NULL in all eina_*_free function.
    * eina_log_console_color_set()
    * Documentation for eina list specified and eina stringshare fixed.
    * eina_convert_atofp wrong return value if fp is NULL.

Removal:
    * configure options: --disable-posix-threads, --disable-win32-threads,
      --enable-coverage

Eina 1.2.0

Changes since Eina 1.1.0:
-------------------------

Additions:

    * eina_mempool_calloc.
    * Eina_Semaphore abstraction API.
    * eina_xattr_fd_ls.
    * Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls.
    * eina_file_map_faulted.
    * Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
    * deprecated eina_array_count_get(), use eina_array_count() instead.
    * eina_inarray data type.
    * eina_value data type (generic value storage).
    * eina_file_stat.
    * eina_log*level_check.
    * eina_*buf_manage_new_length.
    * EINA_C_ARRAY_LENGTH macro.
    * Eina_Stringshare typedef.
    * add eina_file_map_faulted() for windows port (was missing).

Fixes:

    * compilation errors in Eina_RWLock when building on Windows newer than XP.
    * stop leaking Eina_File.
    * remove dead lock in Eina_File.
    * bug on eina_shutdown when using eina_error.
    * NONNULL argument for eina_hash_find.
    * compilation of eina_semaphore_lock on Windows.
    * forgotten initialization of eina list count during eina_list_split_list.
    * leak in Eina_File.
    * deadlock in Eina_File.
    * make it possible to force the number of detected CPU on a system.

Improvements:

    * faster implementation of Eina_Rbtree.
    * let eina_hash_free behave like free.

(wiz)

2012-12-12 11:33:04 UTC MAIN commitmail json YAML

Updated sysutils/netbt-hcidump to 2.5

(plunky)

2012-12-12 11:32:08 UTC MAIN commitmail json YAML

update to BlueZ hcidump 2.5:

This release fixes an issue maximum packet size for AMP controllers
and adds support for the new BTSnoop data link type.

(plunky)

2012-12-12 11:12:20 UTC MAIN commitmail json YAML

2012-12-12 11:01:21 UTC MAIN commitmail json YAML

Fix RPATH of bin/ffmpeg010.
Do not confuse with libraries from ffmpeg-1.0.0.

Reported from wiz@, thank you.

(ryoon)

2012-12-12 10:48:57 UTC MAIN commitmail json YAML

Updated net/cacti to 0.8.8a

(wiz)

2012-12-12 10:48:44 UTC MAIN commitmail json YAML

Update to 0.8.8a, slightly based on PR 46399 by Nils Ratusznik.

0.8.8a:
Important Notices

    Plugin Architecture is now part of Cacti

Changelog
bug#0002207: cannot export graph templates
bug#0002208: Graphs with CDEFs fail to generate
bug#0002209: External auth does not work behind a reverse proxy
bug#0002211: creating an index USING BTREE fails ony MySQL < 5.0.60
bug#0002213: CLI upgrade script is missing 0.8.7i as a target
bug#0002214: SQL error during non-PIA upgrade to 088 when giving a default for a text field in plugin_realms
bug#0002216: use of define_syslog_variables() gone in PHP 5.4
bug#0002217: url_path should default to /cacti/
bug#0002221: Missing plugin directory causes endless loop in plugins.php
bug#0002222: tail_logfile hangs when cacti.log not readable, filling apache log with fgets warnings

0.8.8:
Important Notices

    Plugin Architecture is now part of Cacti

Changelog
bug#0002056: un-initialized datetime used for host status (was: Zero length string != NULL)
bug#0002081: In Graph Management, search display graph title breaks when using pattern symbol "/"
bug#0002132: need to include pa.sql with the 0.8.7i and future releases
bug#0002134: rebuild_poller_cache.php --host-id deletes table poller_item completely
bug#0002141: cacti.sql missing BTREE PRIMARY KEY for poller_output
bug#0002146: Utilities -> View Log File -> refresh does not work
bug#0002150: usort_data_query_index() is broken -> graph order for hosts with data query sort option fails
bug#0002151: When building HTML forms with sub_checkbox on_change parameter is not used
bug#0002152: Issue with filter on graphs_new.php
bug#0002153: Cant search for patterns containing a forward-slash
bug#0002156: CDEF strings are not escaped before passed to rrdtool command
bug#0002158: Minor changes to grammar of displayed messages
bug#0002165: Using data input field in data source name (related to 2079 in 0.8.7i)
bug#0002167: New poller hook poller_finishing
bug#0002172: structure_rra_paths.php does not handle disabled data sources
bug#0002174: poller_item.host_id has wrong type
bug#0002178: typo in include/global_form.php: Mimimum -> Minimum
bug#0002181: session_unregister (use in functions.php) doesn't exist anymore in PHP 5.4
bug#0002182: When there is no suitable (unique) index, graphs are not shown in data query ordering on host leafs
bug#0002189: Proper graph hooks
bug#0002191: Refresh issues
bug#0002194: changing data query XML does not propagate to existing data sources
bug: Fix input validation on cli/api_device.php
bug: Fix issue with data source template associate command line script inserting incorrect rra information
bug: Fix minor display issue on data source pages
bug: Fix minor issue with counting items in the poller_output table
bug: Graph settings and settings check boxes do not allow unchecking to be saved
bug: Fix minor issue with plugin library caused by non-session
bug: Fix SQL error on data input save for non-templated graphs
bug: user_log index added to increase performance
feature: Merge Plugin Architecture into Cacti
feature: Added index to data_template_data to increase performance

(wiz)

2012-12-12 10:44:11 UTC MAIN commitmail json YAML

2012-12-12 10:43:31 UTC MAIN commitmail json YAML

2012-12-12 10:22:49 UTC MAIN commitmail json YAML

Updated games/alephone to 20120514

(wiz)

2012-12-12 10:22:37 UTC MAIN commitmail json YAML

2012-12-12 10:13:47 UTC MAIN commitmail json YAML

2012-12-12 10:12:56 UTC MAIN commitmail json YAML

2012-12-12 10:12:38 UTC MAIN commitmail json YAML

Add hacks.mk for 0.91.

(wiz)

2012-12-12 10:12:16 UTC MAIN commitmail json YAML

Update to 0.91, provided by Dennis Lindroos in PR 44771.

----------------------------------------------------------------------
Section:  New in release 0.91
----------------------------------------------------------------------

Added anonymous labels (- + -- ++ --- +++ etc.). Every other assembler
    seems to support them, so I added them to ACME as well... :)
New POs: "!warn MESSAGE", "!error MESSAGE", "!serious MESSAGE"
New CLI option: "--maxdepth NUMBER" sets maximum recursion depth for
    macro calls and the "!source" pseudo opcode.
ACME now gives a warning when assembling JMP($xxff) on 6502/6510
    because that instruction is broken on those CPUs.
After giving the error "Target out of range", the error "Number out of
  range" is now suppressed.
Corrected code example in QuickRef.txt (why didn't anyone tell me? :))
Added additional example source code.

----------------------------------------------------------------------
Section:  New in release 0.90
----------------------------------------------------------------------

Arithmetic shift right now has some watchdog code and should work
    regardless of compiler.
Corrected some typos in error messages and docs.
New CLI option: "--cpu CPU_TYPE"
The output file format chosen with "--format FORMAT" is now used as
    default when "!to" is used without format keyword.
Again: Tidier code.

----------------------------------------------------------------------
Section:  New in release 0.89
----------------------------------------------------------------------

Support for more undocumented ("illegal") opcodes: anc, arr, asr, sbx,
    dop, top, jam. See Illegals.txt for more info.
Change in shift operators: Logical shift right (">>" or "LSR") has on
    most platforms actually been an arithmetic shift right all the
    time! Therefore, ">>" now *officially* performs an arithmetic
    shift right (can also be written as "ASR"), while ">>>" has been
    added to perform a logical shift right (can also be written as
    "LSR"). Note: This is about ACME's maths parser and has nothing to
    do with the 6502 mnemonics "asl" and "lsr".
Finally added a "-o" command line option to set the output file! See
    QuickRef.txt for info on the other new CLI options (--format,
    --labeldump, --maxerrors, --setpc, --initmem, --version).
Fixed bug: "!align" could be used while program counter undefined.
Fixed bug: Numbers before mnemonics are no longer skipped (or rather,
    implicit label definitions are no longer accepted if the label
    name starts with a digit).
Change: Much better algorithm to compute to-the-power-of (read: it's
    no longer braindead).
Some more internal tidying.

----------------------------------------------------------------------
Section:  New in release 0.88
----------------------------------------------------------------------

Fixed architecture-dependent bug introduced in release 0.87.
Fixed bug: Unknown !cpu keywords could cause crashes.
Fixed bug in !ct "filename" nesting.

----------------------------------------------------------------------
Section:  New in release 0.87
----------------------------------------------------------------------

Support for some undocumented ("illegal") opcodes: slo, rla, sre, rra,
    sax, lax, dcp, isc. To use these, choose the 6510 cpu.
Two error messages gone: "Sorry, feature not yet implemented." and
    "Chosen CPU does not support this command and/or addressing mode."
Explanation of new error message ("There's more than one character.")
    added to docs.

----------------------------------------------------------------------
Section:  New in release 0.86
----------------------------------------------------------------------

The "!convtab" pseudo opcode can now be given the file name of a
    conversion table. The file must hold exactly 256 bytes.
Improved docs a bit (more and better examples, more info on verbosity
    CLI switch).
If no "!to" pseudo opcode has been found, ACME will tell you so.

(wiz)

2012-12-12 09:58:28 UTC MAIN commitmail json YAML

Updated emulators/vice to 2.4

(wiz)

2012-12-12 09:58:14 UTC MAIN commitmail json YAML

Remove obsolete patch (after 2.4 update)

(wiz)

2012-12-12 09:58:04 UTC MAIN commitmail json YAML

Update to 2.4, provided by Olaf 'Rhialto' Seibert in PR/47223.
While here, add missing tex-pdftex build dependency (for vice.pdf) and
fix ffmpeg option build.

Changes: Lots of extra hardware is emulated (including the long
awaited SuperPET 6809 parts), and several new host platforms are
added.

(wiz)

2012-12-12 08:40:27 UTC MAIN commitmail json YAML

2012-12-12 08:36:53 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 17.0nb1

(ryoon)

2012-12-12 08:35:59 UTC MAIN commitmail json YAML

Bump PKGREVISION.

Fix another _res multi-thread error.
Patch is provided by Dave Tyson on pkgsrc-users@.

(ryoon)

2012-12-12 02:08:25 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20121212

(schmonz)

2012-12-12 02:08:11 UTC MAIN commitmail json YAML

Update to 3.20121212. From the changelog:

  * filecheck: Fix bug that prevented File::MimeInfo::Magic from ever
    being used.
  * openid: Display openid in Preferences page as a comment, so it can be
    selected in all browsers.

(schmonz)

2012-12-11 23:36:48 UTC MAIN commitmail json YAML

2012-12-11 23:36:03 UTC MAIN commitmail json YAML

Added geography/libgeotiff version 1.4.0

(gdt)

2012-12-11 23:35:38 UTC MAIN commitmail json YAML

Import libgeotiff-1.4.0 as geography/libgeotiff.

GeoTIFF represents an effort by over 160 different remote sensing,
GIS, cartographic, and surveying related companies and organizations
to establish a TIFF based interchange format for georeferenced raster
imagery.

This library is the reference implementation for reading and writing
GeoTIFF tags.

(gdt)

2012-12-11 23:31:16 UTC MAIN commitmail json YAML

2012-12-11 23:30:39 UTC MAIN commitmail json YAML

Added security/polarssl version 1.2.0 [gdt 2012-12-11]

>From wip, with most work by Tim Larson.

(gdt)

2012-12-11 23:29:28 UTC MAIN commitmail json YAML

Import polarssl-1.2.0 as security/polarssl.

PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy for
developers to include cryptographic and SSL/TLS capabilities in their
(embedded) products with as little hassle as possible. It is designed to be
readable, documented, tested, loosely coupled and portable.

This package includes headers/libs only, not the demo programs.

PolarSSL is GPLv2, but offers exceptions to be distributed with other works
licensed as Apache, BSD, CC0, EUPL, LGPL, ISC, WTFPL, X11, zlib/libpng.

(gdt)

2012-12-11 16:32:36 UTC MAIN commitmail json YAML

Fix PR pkg/47308

SOL_SOCKET etc. are defined in sys/socket.h on DragonFly.

I have tested on DragonFly/i386 3.0.1.

And remove empty patch file.

(ryoon)

2012-12-11 14:58:27 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.127

(ryoon)

2012-12-11 14:58:00 UTC MAIN commitmail json YAML

2012-12-11 14:54:00 UTC MAIN commitmail json YAML

Add sun-{jre,jdk}7 support.

(ryoon)

2012-12-11 14:53:03 UTC MAIN commitmail json YAML

Added lang/sun-jdk7 version 7.0.9

(ryoon)

2012-12-11 14:52:11 UTC MAIN commitmail json YAML

2012-12-11 14:51:33 UTC MAIN commitmail json YAML

2012-12-11 14:49:53 UTC MAIN commitmail json YAML

Added lang/sun-jre7 version 7.0.9

(ryoon)

2012-12-11 14:48:42 UTC MAIN commitmail json YAML

2012-12-11 14:47:17 UTC MAIN commitmail json YAML

2012-12-11 10:29:00 UTC MAIN commitmail json YAML

Adjust buildlink3 ABI variable.

(ryoon)

2012-12-11 10:28:11 UTC MAIN commitmail json YAML

Revbump from audio/libopus-1.0.2

(ryoon)

2012-12-11 10:27:33 UTC MAIN commitmail json YAML

Updated audio/libopus to 1.0.2

(ryoon)

2012-12-11 10:26:56 UTC MAIN commitmail json YAML

Update to 1.0.2

Changelog:
Version 1.0.2 released
6 December, 2012

Opus 1.0.2 fixes an out-of-bounds read that could be triggered by
a malicious Opus packet causing an integer wrap-around in the
padding code. Considering that the packet would have to be at least
16 MB in size and that no out-of-bounds write is possible, the
severity is very low. Other changes include fixes and improvements
to the PLC and hybrid mode quality improvements. As usual, this
release is fully compliant with the Opus specification.

(ryoon)

2012-12-11 10:01:38 UTC MAIN commitmail json YAML

Add missing dependency on p5-DateTime, and bump PKGREVISION.

(dsainty)

2012-12-11 08:23:05 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.1.0

(jnemeth)

2012-12-11 08:22:49 UTC MAIN commitmail json YAML

Update to Asterisk 11.1.0:  this is a major new long term support release.

As this is a major release, you should read the information about updating:

https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+11

You can also find documentation in:  /usr/pkg/share/doc/asterisk

----- 11.1.0:

The Asterisk Development Team has announced the release of Asterisk 11.1.0.

The release of Asterisk 11.1.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix execution of 'i' extension due to uninitialized variable.

* --- Prevent resetting of NATted realtime peer address on reload.

* --- Fix ConfBridge crash if no timing module loaded.

* --- Fix the Park 'r' option when a channel parks itself.

* --- Fix an issue where outgoing calls would fail to establish audio
      due to ICE negotiation failures.

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.1.0

----- 11.0.1:

The Asterisk Development Team has announced the release of Asterisk 11.0.1.

The release of Asterisk 11.0.1 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

* --- chan_sip: Fix a bug causing SIP reloads to remove all entries
      from the registry

* --- confbridge: Fix a bug which made conferences not record with
      AMI/CLI commands

* --- Fix an issue with res_http_websocket where the chan_sip
      WebSocket handler could not be registered.

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.0.1

Thank you for your continued support of Asterisk!

----- 11.0.0:

The Asterisk Development Team is pleased to announce the release of
Asterisk 11.0.0.

Asterisk 11 is the next major release series of Asterisk.  It is a Long Term
Support (LTS) release, similar to Asterisk 1.8.  For more information about
support time lines for Asterisk releases, see the Asterisk versions page:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

For important information regarding upgrading to Asterisk 11, please see the
Asterisk wiki:

https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+11

A short list of new features includes:

* A new channel driver named chan_motif has been added which provides support
  for Google Talk and Jingle in a single channel driver.  This new channel
  driver includes support for both audio and video, RFC2833 DTMF, all codecs
  supported by Asterisk, hold, unhold, and ringing notification. It is also
  compliant with the current Jingle specification, current Google Jingle
  specification, and the original Google Talk protocol.

* Support for the WebSocket transport for chan_sip.

* SIP peers can now be configured to support negotiation of ICE candidates.

* The app_page application now no longer depends on DAHDI or app_meetme. It
  has been re-architected to use app_confbridge internally.

* Hangup handlers can be attached to channels using the CHANNEL() function.
  Hangup handlers will run when the channel is hung up similar to the h
  extension; however, unlike an h extension, a hangup handler is associated with
  the actual channel and will execute anytime that channel is hung up,
  regardless of where it is in the dialplan.

* Added pre-dial handlers for the Dial and Follow-Me applications.  Pre-dial
  allows you to execute a dialplan subroutine on a channel before a call is
  placed but after the application performing a dial action is invoked. This
  means that the handlers are executed after the creation of the callee
  channels, but before any actions have been taken to actually dial the callee
  channels.

* Log messages can now be easily associated with a certain call by looking at
  a new unique identifier, "Call Id".  Call ids are attached to log messages for
  just about any case where it can be determined that the message is related
  to a particular call.

* Introduced Named ACLs as a new way to define Access Control Lists (ACLs) in
  Asterisk. Unlike traditional ACLs defined in specific module configuration
  files, Named ACLs can be shared across multiple modules.

* The Hangup Cause family of functions and dialplan applications allow for
  inspection of the hangup cause codes for each channel involved in a call.
  This allows a dialplan writer to determine, for each channel, who hung up and
  for what reason(s).

* Two new functions have been added: FEATURE() and FEATUREMAP(). FEATURE()
  lets you set some of the configuration options from the general section
  of features.conf on a per-channel basis. FEATUREMAP() lets you customize
  the key sequence used to activate built-in features, such as blindxfer,
  and automon.

* Support for DTLS-SRTP in chan_sip.

* Support for named pickupgroups/callgroups, allowing any number of pickupgroups
  and callgroups to be defined for several channel drivers.

* IPv6 Support for AMI, AGI, ExternalIVR, and the SIP Security Event Framework.

More information about the new features can be found on the Asterisk wiki:

https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Documentation

A full list of all new features can also be found in the CHANGES file.

http://svnview.digium.com/svn/asterisk/branches/11/CHANGES

For a full list of changes in the current release, please see the ChangeLog.

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.0.0

Thank you for your continued support of Asterisk!

(jnemeth)

2012-12-11 05:13:40 UTC MAIN commitmail json YAML

emacs20 (no functional change)

(dholland)

2012-12-11 04:54:49 UTC MAIN commitmail json YAML

2012-12-11 00:17:08 UTC MAIN commitmail json YAML

Updated lang/python33 to 3.3.0nb1

(wiz)

2012-12-11 00:16:57 UTC MAIN commitmail json YAML

sha256 and sha512 modules are now built for newer openssl as well;
remove unnecessary conditional that broke build on NetBSD-6.99.15/amd64.

While here, replace another interpreter and skip one more file since
it gets replaced much later.
Bump PKGREVISION.

(wiz)

2012-12-10 16:47:45 UTC MAIN commitmail json YAML

+ ffmpeg-20121209.1.0.1, glade3-3.14.2, glade3-3.8.3,
  gupnp-dlna-0.8.0, harfbuzz-0.9.9, help2man-1.40.13, libgee-0.6.7,
  libgee0.8-0.8.3, libvisio-0.0.23, mercurial-2.4.1, mkvtoolnix-5.9.0,
  mono-3.0.2, pixman-0.28.2, py-distribute-0.6.32, py-feedparser-5.1.3,
  py-qt4-4.9.6, py-sip-4.14.2, py-trueskill-0.2.1, qt4-qscintilla-2.7,
  webkit-gtk-1.10.2.

(wiz)

2012-12-10 14:59:14 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Accessor-Grouped to 0.10009

(wen)

2012-12-10 14:58:04 UTC MAIN commitmail json YAML

Update to 0.10009

0.10009 2012-11-15 18:51 (UTC)
    - Stop leaking extra methods into the inheritance chain - there
      are plenty already

0.10008 2012-11-15 09:48 (UTC)
    - Allow disabling of accessor name checking introduced in 0.10007
    - Pass tests if Class::XSAccessor is available but Sub::Name isn't

0.10007 2012-11-08 11:54 (UTC)
    - Disable tests on perls where Class::XSAccessor emits broken
      error messages (RT#74883, RT#80519)
    - Drop minimum perl to 5.6 (from 5.6.2)
    - Switch all module loading to Module::Runtime and lose
      dependency on Class::Inspector
    - Fix stupid mistake causing double-require of Sub::Name when
      Class::XSAccessor is not available (RT#80657)
    - Simplify superclass traversal done by the 'inherited' group type
    - Fix incorrect quoting of unusual hash keys (fieldnames)
    - Depend on newer bugfixed Class::XSAccessor 1.15
    - Improve text of ro/wo violation exceptions
    - Sanity-check accessor names for well-formedness
      (qr/[A-Z_a-z][0-9A-Z_a-z]*/)

(wen)

2012-12-10 14:51:14 UTC MAIN commitmail json YAML

Updated devel/p5-Class-XSAccessor to 1.16

(wen)

2012-12-10 14:50:15 UTC MAIN commitmail json YAML

Update to 1.16

Upstream changes:
1.16  Mon Nov  5 13:47 2012
  - Drop erroneous MYMETA files from distribution.

1.15  Sun Nov  4 15:30 2012
  - Support for hash keys with NUL (\0) characters. Previously,
    these were truncated.

(wen)

2012-12-10 13:37:58 UTC MAIN commitmail json YAML

Updated math/p5-Math-Prime-Util to 0.15

(wen)

2012-12-10 13:35:45 UTC MAIN commitmail json YAML

Update to 0.15

Upstream changes:
0.15  9 December 2012

    - Lots of internal changes to Ei, li, Zeta, and R functions:
      - Native Zeta and R have slightly more accurate results.
      - For bignums, use Math::MPFR if possible.  MUCH faster.
        Also allows extended precision while still being fast.
      - Better accuracy for standard bignums.
      - All four functions do:
          - XS if native input.
          - MPFR to whatever accuracy is desired, if Math::MPFR installed.
          - BigFloat versions if no MPFR and BigFloat input.
          - standard version if no MPFR and not a BigFloat.

    - Add tests for primorial, jordan_totient, and divisor_sum.

    - Revamp of the random_prime internals.  Also fixes some issues with
      random n-bit and maurer primes.

    - The random prime and primorial functions now will return a Math::BigInt
      object if the result is greater than the native size.  This includes
      loading up the Math::BigInt library if necessary.

(wen)

2012-12-10 13:28:46 UTC MAIN commitmail json YAML

Updated devel/p5-Clone to 0.34

(wen)

2012-12-10 13:27:39 UTC MAIN commitmail json YAML

Update to 0.34

Upstream changes:
0.34 2012-12-09 14:46:09  garu
  - making some tests optional (fixes RT81774) (GARU)
  - modernizing synopsis (GARU)

0.33  2012-11-24 11:37:22  garu
  - fix typo in croak message (Salvatore Bonaccorso)

0.32  2012-11-22 12:14:07  garu
  - Stop skipping SvROK handling for all magical scalars. This fixes
    RT issues 67105, 79730 and 80201 (FLORA).
  - making the Changes file compliant to the CPAN::Changes spec (GARU).
  - Fixing tests when Scalar::Util::weaken is not available. As a
    result, tests should now pass even in odd OpenBSD versions (GARU).
  - removed dubious documentation on the optional parameter until
    it is 'fixed'. Right now it just increases the refcount when it's 0,
    and clones otherwise (which isn't exactly what it says). This
    fixes RT issue 57773 (GARU).
  - updated remark on Storable's dclone() to address RT issue 50174 (GARU)
  - updated Makefile.PL to include test dependencies (GARU)

(wen)

2012-12-10 12:32:41 UTC MAIN commitmail json YAML

2012-12-10 12:31:34 UTC MAIN commitmail json YAML

Fix PLIST.
Thanks for wiz@.

I have tested only on NetBSD current.
I will check PLIST on other platform later.

(ryoon)

2012-12-10 12:08:07 UTC MAIN commitmail json YAML

Updated graphics/sane-backends to 1.0.23

(ryoon)

2012-12-10 12:06:51 UTC MAIN commitmail json YAML

Update to 1.0.23

* Update MASTER_SITES to MASTER_SITE_LOCAL

Changelog:
New with 1.0.23, released 2012-08-19:

* New backends: kvs40xx (Panasonic KV-S40xx),
  kodakaio (Kodak AiO ESP and Hero)
* Significant enhancements to several backends.
* 30 new scanner models supported.
* V4L support improvements.
* Improvements for builds on multiple platforms.
* Improved udev rules.
* Updated software deskew algorithm.
* Documentation updates.
* Bugfixes.

(ryoon)

2012-12-10 09:18:25 UTC MAIN commitmail json YAML

Updated fonts/sourcecodepro-fonts to 1.013

(ryoon)

2012-12-10 09:17:25 UTC MAIN commitmail json YAML

2012-12-10 03:15:49 UTC MAIN commitmail json YAML

2012-12-09 22:53:34 UTC MAIN commitmail json YAML

Note comms/py-serial

(tsarna)

2012-12-09 21:20:49 UTC MAIN commitmail json YAML

Fix CHANGES-2012, re-adding all lines I inadvertently removed  when I
updated wm/pekwm.

(gls)

2012-12-09 20:39:02 UTC MAIN commitmail json YAML

Added www/py-django-tagging, www/py-django-photologue

(adam)

2012-12-09 20:37:40 UTC MAIN commitmail json YAML

Added www/py-django-tagging, www/py-django-photologue

(adam)

2012-12-09 20:36:40 UTC MAIN commitmail json YAML

Photologue is a reusable Django application that provides powerful image
management and manipulation functionality as well as a complete photo gallery
solution. The 2.x release adds more effects, including reflections and
transparent watermarks. It also introduces the ImageModel abstract base class
allowing developers to easily integrated the Photologue core functionality into
their own models. Photologue embraces the Django admin and smoothly integrates
with photo thumbnails and effect previews.

(adam)

2012-12-09 20:35:52 UTC MAIN commitmail json YAML

A generic tagging application for Django projects, which allows association
of a number of tags with any Model instance and makes retrieval of tags simple

(adam)

2012-12-09 20:32:37 UTC MAIN commitmail json YAML

2012-12-09 20:21:18 UTC MAIN commitmail json YAML

Update X11_ENCODINGSDIR for fonts/encodings change.
>From markd.

(wiz)

2012-12-09 17:38:23 UTC MAIN commitmail json YAML

Updated graphics/blender to 2.64anb1

(ryoon)

2012-12-09 17:37:44 UTC MAIN commitmail json YAML

Bump PKGREVISION

* Buildlink to openjpeg15
* Remove unnecessary lines

(ryoon)

2012-12-09 17:35:03 UTC MAIN commitmail json YAML

Updated editors/Sigil to 0.6.2

(ryoon)

2012-12-09 17:34:20 UTC MAIN commitmail json YAML

Update 0.6.2

Changelog:
Sigil 0.6.2 2012.12.06
    - Fix issue 1834: Pretty Print should be removed due to formatting issues.
    - Fix issue 1821: Audio files missing.
    - Fix issue 1816: Height is incorrect in Reports->Image Files.
    - Fix issue 1809: Fix crash related to cursor syncing.
    - Fix issue 1808: Editing in book view changes DTD to incorrect value.

(ryoon)

2012-12-09 17:17:33 UTC MAIN commitmail json YAML

Recursive revbump from multimedia/gpac.

(ryoon)

2012-12-09 17:16:24 UTC MAIN commitmail json YAML

Updated multimedia/gpac to 0.5.0

(ryoon)

2012-12-09 17:15:07 UTC MAIN commitmail json YAML

Update to 0.5.0

Changelog:
25/05/2012: GPAC 0.5.0
  - MPEG-DASH and Apple HLS support in GPAC Clients
  - MPEG-DASH segmenter for ISO files and MPEG-2 TS in MP4Box
  - MP42TS generator now supports HLS output
  - Support for MPEG-U and W3C widgets
  - UPnP and DLNA support in the player through Platinum libraries, interfaced in JavaScript
  - Better support for AVC and SVC muxing in MP4
  - Support for OpenSVC decoder
  - Stereo and Multi-view renderer for auto-stereoscopic screens
  - iOS and Android support (but Symbian support has been dropped)
  - Camera input through "camera://default" URLs on Windows, OSX 32bit, Linux V4L v1 and Android
  - experimental audio filters
  - Better T-DMB support
  - experimental DVB-MPE and DSM-CC support
  - BIFS ExtendedCore2D profile support
  - more work on GUI
  - and many many fixes and improvements in players and MP4Box

(ryoon)

2012-12-09 15:26:36 UTC MAIN commitmail json YAML

Add puyserial 26, which provides a uniform interface for accessing
serial ports across platforms.

(tsarna)

2012-12-09 15:25:43 UTC MAIN commitmail json YAML

Bump BUILDLINK_{API,ABI}_DEPENDS

(ryoon)

2012-12-09 15:24:24 UTC MAIN commitmail json YAML

+ rudiments-0.39, xmlstarlet-1.4.1.
- libgee-0.8.2, pcre-8.32

(wiz)

2012-12-09 15:22:02 UTC MAIN commitmail json YAML

Updated fonts/t1utils to 1.36

(wiz)

2012-12-09 15:21:48 UTC MAIN commitmail json YAML

Update to 1.36:

Version 1.36  29.May.2010

* Several minor cleanups.

Version 1.35  22.Oct.2009

* Don't use "getline" as a symbol (reported by Karl Berry and
  C.M. Connelly).

(wiz)

2012-12-09 15:20:21 UTC MAIN commitmail json YAML

Remove zim-0.57

(ryoon)

2012-12-09 15:19:48 UTC MAIN commitmail json YAML

Bump PKGREVISION for libexttextcat shlib name change.

(wiz)

2012-12-09 15:19:41 UTC MAIN commitmail json YAML

Updated textproc/libexttextcat to 3.4.0

(wiz)

2012-12-09 15:19:30 UTC MAIN commitmail json YAML

Update to 3.4.0:

Mon Nov 05 2012 Caol叩n McNamara (caolanm@redhat.com)
* fix up the Polish LM

(wiz)

2012-12-09 15:17:31 UTC MAIN commitmail json YAML

Updated www/libmicrohttpd to 0.9.23

(wiz)

2012-12-09 15:17:17 UTC MAIN commitmail json YAML

Update to 0.9.23:

Fri Nov  9 21:36:46 CET 2012
Releasing libmicrohttpd 0.9.23. -CG

Thu Nov  8 22:32:59 CET 2012
Ship our own version of tsearch and friends if not provided by platform,
so that MHD works nicely on Android. -JJ

Mon Oct 22 13:05:01 CEST 2012
Immediately do a second read if we get a full buffer from
TLS as there might be more data in the TLS buffers even if
there is no activity on the socket. -CG

Tue Oct 16 01:33:55 CEST 2012
Consistently use "#ifdef" and "#ifndef" WINDOWS, and not
sometimes "#if". -CG

(wiz)

2012-12-09 15:15:30 UTC MAIN commitmail json YAML

Updated print/poppler-data to 0.4.6

(wiz)

2012-12-09 15:15:21 UTC MAIN commitmail json YAML

Update to 0.4.6:

Changes since 0.4.5:
Updated cMap/Adobe-Japan1/UniJIS-UTF16-H
Updated cMap/Adobe-Japan1/UniJIS-UTF32-H
Updated cMap/Adobe-Japan1/UniJIS-UTF8-H
Updated cMap/Adobe-Japan1/UniJIS2004-UTF16-H
Updated cMap/Adobe-Japan1/UniJIS2004-UTF32-H
Updated cMap/Adobe-Japan1/UniJIS2004-UTF8-H
Updated cMap/Adobe-Japan1/UniJISX0213-UTF32-H
Updated cMap/Adobe-Japan1/UniJISX02132004-UTF32-H
Updated cMap/Adobe-Korea1/UniKS-UTF16-H
Updated cMap/Adobe-Korea1/UniKS-UTF32-H
Updated cMap/Adobe-Korea1/UniKS-UTF8-H

(wiz)

2012-12-09 15:09:48 UTC MAIN commitmail json YAML

Updated devel/check to 0.9.9

(wiz)

2012-12-09 15:09:34 UTC MAIN commitmail json YAML

Update to 0.9.9:

Mon, Oct 22, 2012: Released Check 0.9.9
  based on r637 (2012-10-22 13:54:14 +0200)

* Measure test duration and print in XML output.
  Feature request #3521371 on SF, but reimplemented.

* Added contrib/XML_for_JUnit.xsl from feature request #3521371 on SF.

* Added support for setting log files via environment variables.
  Patch #3576713 on SF.

* Added better pkg-config and subunit support, patch #3417041 on SF.

* Make tests/test_vars.in bourne shell compatible, bug #3472578 on SF.

* Added ck_ prefix to mutex_lock variable, to avoid name clash on Solaris.
  Solves bug #3472574 on SF.

* In autoconf, request system extensions to generate 64-bit safe code,
  solution from patch #2803433 on SF.

* Fix for mutex deadlock when killing threads, patch #3564640 on SF.

* Make XML output well-formed, solution from patch #3575642 on SF.
  Solves bug #3485651 also.

* Fix buggy duration calculation, bug #3575451 on SF.

* A more complete CMake / MSVC patch for those interested in pursuing
  Windows development with Check and Visual Studio.  See
  patches/mloskot.windows.patch.

* Added instructions for improving the speed and output of `make
  check' when using Automake.  See contrib/improved_make_check/.

* Added a chapter in the documentation for selective running of tests.

* Changed how the message pipe is read. Before, the whole file was copied to
  RAM with realloc, giving problems with huge allocations for repetetive
  tests, the problem was visible for a specific GStreamer test case.

* Improvements to the new Check API: documentation, macros that allow
  multiple evaluation, unit tests, and new
  ck_assert_(str|int)_(lt|le|gt|ge) comparison functions.

* Made the new Check API primary and use it to define macros from old Check API

* Added checkmk, a tool for reducing "boilerplate coding" when writing
  unit tests with check.

* Added xslt link to xml output, added display of iteration field into xslt
  stylesheet and moved it to directory accessible from web page root

* Added longjmp to fail function to ensure that no code will be executed in test
  function after failed assertion

* Fix dead assignments and several possible NULL pointer dereferences

(wiz)

2012-12-09 15:08:24 UTC MAIN commitmail json YAML

Updated time/py-pytz to 2012h

(wiz)

2012-12-09 15:08:10 UTC MAIN commitmail json YAML

Update to 2012h, the usual time zone changes.

(wiz)

2012-12-09 15:07:01 UTC MAIN commitmail json YAML

Updated devel/automake to 1.12.5

(wiz)

2012-12-09 15:06:48 UTC MAIN commitmail json YAML

Update to 1.12.5:

New in 1.12.5:

* WARNING: Future backward-incompatibilities!

  - Future versions of Automake will likely drop support for the
    long-deprecated 'configure.in' name for the Autoconf input file.
    You are advised to use the recommended name 'configure.ac' instead.

  - Support for the "Cygnus-style" trees (as enabled by the 'cygnus'
    option) will be removed in the next major Automake release (1.13).

  - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will
    be removed in Automake 1.13.  The $(mkdir_p) make variable and the
    @mkdir_p@ substitution will still remain available (as aliases of
    $(MKDIR_P)) for the moment, for better backward compatibility.

  - Autoconf 2.65 or later will be required by the next major Automake
    version (1.13).  Until now, Automake has required Autoconf version
    2.62 or later.

  - Starting from the next major Automake version (1.13), the rules
    to build pdf, ps and dvi output from Texinfo input will use the
    '--build-dir' option by default.  Since such an option was only
    introduced in Texinfo 4.9, this means that Makefiles generated by
    future Automake versions will require at least that version of
    Texinfo.

  - Starting from the next major Automake version (1.13), the parallel
    testsuite harness (previously only enabled by the 'parallel-tests'
    option) will become the default one; the older serial testsuite
    harness will still be available through the use of the 'serial-tests'
    option.

  - The following long-obsolete m4 macros will be removed in the
    next major Automake version (1.13):

      AM_PROG_CC_STDC:    superseded by AC_PROG_CC since October 2002
      fp_PROG_CC_STDC:    broken alias for AM_PROG_CC_STDC
      fp_WITH_DMALLOC:    old alias for AM_WITH_DMALLOC
      AM_CONFIG_HEADER:  superseded by AC_CONFIG_HEADERS since July 2002
      ud_PATH_LISPDIR:    old alias for AM_PATH_LISPDIR
      jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE
      ud_GNU_GETTEXT:    old alias for AM_GNU_GETTEXT
      gm_PROG_LIBTOOL:    old alias for AC_PROG_LIBTOOL
      fp_C_PROTOTYPES:    old alias for AM_C_PROTOTYPES (which was part
                          of the now-removed automatic de-ANSI-fication
                          support of Automake)

  - All the "old alias" macros in 'm4/obsolete.m4' will be removed in
    the next major Automake version (1.13).

  - The '--acdir' option of aclocal is deprecated, and will probably
    be removed in the next major Automake release (1.13).  You should
    use the options '--automake-acdir' and '--system-acdir' instead
    (which have been introduced in Automake 1.11.2).

  - The 'missing' script will no longer try to update the timestamp
    of out-of-date files that require a maintainer-specific tool to be
    remade, in case the user lacks such a tool (or has a too-old version
    of it).  In fact, starting from Automake 1.13, all it'll do will be
    giving more useful warnings than a bare "command not found" from a
    make recipe would.

* Vala support:

  - The AM_PROG_VALAC macro has been enhanced to takes two further
    optional arguments; it's signature now being

        AM_PROG_VALAC([MINIMUM-VERSION], [ACTION-IF-FOUND],
                      [ACTION-IF-NOT-FOUND])

  - By default, AM_PROG_VALAC no longer aborts the configure invocation
    if the Vala compiler found is too old, but simply prints a warning
    messages (as it did when the Vala compiler was not found).  This
    should avoid unnecessary difficulties for end users that just want
    to compile the unmodified, distributed Vala-generated C sources,
    but happens to have an old Vala compiler in their PATH.  This fixes
    automake bug#12688.

  - If no proper Vala compiler is found at configure runtime, AM_PROG_VALAC
    will set the AC_SUBST'd variable 'VALAC' to 'valac' rather than to ':'.
    This is a better default, because with it a triggered makefile rule
    invoking a Vala compilation will clearly fail with an informative error
    message like "valac: command not found", rather than silently, with
    the error possibly going unnoticed or triggering harder-to-diagnose
    fallout failures in later steps.

* Miscellaneous changes:

  - automake and aclocal no longer honours the 'perllibdir' environment
    variable.  That had always been intended only as an hack required in
    the testsuite, not meant for any use beyond that.

Bugs fixed in 1.12.5:

* Long-standing bugs:

  - Automake no longer generates spurious remake rules invoking autoheader
    to regenerate the template corresponding to header files specified after
    the first one in AC_CONFIG_HEADERS (automake bug#12495).

  - When wrapping Microsoft tools, the 'compile' script falls back to
    finding classic 'libname.a' style libraries when 'name.lib' and
    'name.dll.lib' aren't available.

(wiz)

2012-12-09 15:03:05 UTC MAIN commitmail json YAML

Updated net/unison to 2.40.102

(wiz)

2012-12-09 15:02:51 UTC MAIN commitmail json YAML

Update to 2.40.102. Includes ocaml-4 compat patches (which were already
in pkgsrc).

Added BelowPath patterns, that match a path as well as all paths
below (convenient to use with nodeletion,update,creationpartial
preferences)

Added a fat preference that makes Unison use the right options
when one of the replica is on a FAT filesystem.

Allow prefer/force=newer even when not synchronizing modification
times. (The reconciler will not be aware of the modification time
of unchanged files, so the synchronization choices of Unison can
be different from when times=true, but the behavior remains sane:
changed files with the most recent modification time will be
propagated.)

Minor fixes and improvements:

Compare filenames up to decomposition in case sensitive mode when
one host is running MacOSX and the unicode preference is set to
true.

Rsync: somewhat faster compressor

Make Unicode the default on all architectures (it was only the
default when a Mac OS X or Windows machine was involved).

(wiz)

2012-12-09 08:16:22 UTC MAIN commitmail json YAML

Updated multimedia/mkv2mp4 to 0.0.20121208

(ryoon)

2012-12-09 08:15:58 UTC MAIN commitmail json YAML

Update to 0.0.20121208

* Change to forked version
* Work with recent tools

(ryoon)

2012-12-09 08:11:45 UTC MAIN commitmail json YAML

2012-12-09 08:10:46 UTC MAIN commitmail json YAML

Update to 1.16.0

changelog:
aria2 1.16.0
============

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

This release adds SSL/TLS encryption support in RPC transport. The new
RPC method aria2.appendUri is added, which is a wrapper to
aria2.changeUri. The Content-Disposition parser is now RFC 6266
conformant. The resource leak in XmlParser, JSON and Bencode parser
was fixed. The uploaded data size calculation bug was fixed. For
MinGW32 build, files are now opened with read/write shared mode.

Changes
-------

* mingw32: Open file using _wsopen and added --enable-mmap support

  I tried CreateFile but the subsequent ReadFile fails with Access
  Denied if sparse file is read on NTFS. I mostly reverted previous
  changes and use _wsopen with read/write share enabled instead of
  CreateFile.

  This change also includes --enable-mmap support for MinGW32
  build. Memory mapped file may be useful for 64-bits OS and lots of
  RAM. Currently, FlushViewOfFile is not called during the download,
  so it is slightly vulnerable against sudden power loss. I found lots
  of read when resuming download due to page fault. So for now it is
  useful for the initial download. I recommend not to use
  --file-allocation=prealloc with --enable-mmap for MinGW32, because
  it triggers page faults even in the initial download. Anyway, the
  option is experimental.

* Removed PO files and generated aria2.pot from repository

  Currently, message translation is done at launchpad.  All PO files
  can be exported from there. The merge process from launchpad is done
  when new release. First download export file from launchpad And use
  import-po script to import PO files into po directory.

* Set F_GLOBAL_NOCACHE for Mac OS X

* Enabled TCP_NODELAY

* Don't use AC_FUNC_MMAP

  Don't use AC_FUNC_MMAP becaue it fails on some platforms (e.g.,
  OpenWRT) which have mmap and it works in the way we use in aria2.
  Instead use mmap in AC_CHECK_FUNCS list.

* Added --force-save option.

  --force-save option saves download with --save-session option even
  if the download is completed or removed. This may be useful to save
  BitTorrent seeding which is recognized as completed state.  The
  default value is false.

* Get the correct uploaded data size

  Subtract msgHdrLen_ from writtenLength to get the uploaded data
  size.  Without this correction, the seeder assumes it has uploaded
  more data than it actually has.

* Made --http-no-cache false by default

* Fixed memory leak in AsyncNameResolver

* Fixed resource leak in XmlParser and GenericParser

* Reset iostream format state

* gnutls: Added more status checking when verifying peer

* Content-Disposition parser conforming to RFC 6266.

  RFC 2231 Continuation is not supported.

* Reworked download/upload statistics calculation

  The old implementation calculates download/upload statistics for a
  RequestGroup by summing up all PeerStat objects. For global
  statistics, those are summed together. This clearly incurs runtime
  penalty and we introduced some kind of caching which updates
  statistics every 250ms but it did not work right.

  This change removes all these aggregation code, and instead makes
  RequestGroup and RequestGroupMan objects hold NetStat object and
  download/upload bytes are directly calculated by thier own NetStat.
  This is far more simplar than the old way and less runtime penalty
  and brings more accuracy.

* Added --rpc-save-upload-metadata option

  If true is given, which is default, save the uploaded torrent or
  metalink metadata in the directory specified by --dir option. The
  filename consists of SHA1-hash hex string of metadata plus
  extension. For torrent, the extension is '.torrent'. For metalink,
  it is '.meta4'.  If false is given to this option, the downloads
  added by aria2.addTorrent or aria2.addMetalink will not be saved by
  --save-session option.

* Perform SSL/TLS handshake after checking whether connection is established

* Fixed bug that --enable-mmap won't work if MultiDiskAdaptor is used

* RPC over SSL/TLS transport

  To enable RPC over SSL/TLS, specify server certificate and private
  key using --rpc-certificate and --rpc-private-key options and enable
  --rpc-secure option.  After the encryption is enabled, use https and
  wss scheme to access RPC server.

* aria2rpc: Added appendUri command

  This command calls aria2.changeUri(GID, fileIndex, [], [URI,...])
  internally.

* Don't send Proxy-Connection header field

* Don't set SNI hostname if it does not include "." for GNUTLS

* Disable SSL/TLS compression with OpenSSL

* Pause download even if download is completed

  This allows to pause and unpause BitTorrent seed.

* Use execlp() instead of execl()

(ryoon)

2012-12-09 00:14:59 UTC MAIN commitmail json YAML

Updated print/mupdf; graphics/vigra; graphics/enblend-enfuse; devel/hdf5

(adam)

2012-12-09 00:11:42 UTC MAIN commitmail json YAML

* Version 4.1  "Trouble In Paradise"

Released on December 8, 2012.

** Improvements

- All deprecated options since version 4.0 have been removed.

- A new primary seam-line generator, based on a Graph-Cut algorithm,
  has been implemented during GSoC 2011 by Miko��aj Leszczy��ski.  The
  old Nearest-Feature Transform remains the default.  The new
  algorithm is activated with "--primary-seam-generator=graph-cut".

- The difference image on which Enblend's seam-line optimization
  relies for color images uses a perceptual model by default (option
  "--image-difference"), yielding a true CIE76 "Delta E" with the
  (default) luminance and chrominance weights of 1.

- Parallelize CIECAM02 color conversion (option "--ciecam").  Speedups
  of up to 40% have been reported on the amd64 architecture.  The
  computationally expensive color-space conversion still slows down
  blending and fusing by some 25%.

- Enblend and Enfuse integrate seamlessly in color-managed workflow.
  Input images with color profiles automatically enable CIECAM
  blending and the output image is assigned the input images' color
  profile.

- Enblend and Enfuse exploit a new feature in LittleCMS Version 2.x
  called "Unbounded CMM".  Thereby, the hue and saturation of extreme
  shadows and highlights can be preserved much longer before pure
  black or white are reached.  See:
  http://www.littlecms.com/CIC18_UnboundedCMM.pdf

- Assign different profiles to profile-free input images with option
  "--fallback-profile" instead of being tied to sRGB.

- A new gray-scale projector called "anti-value" helps when fusing
  with the intent of minimizing the noise in the output image.  When
  employing a lower exposure cutoff this even is the default
  projector.

- Both Enblend and Enfuse stop right after saving all generated masks
  to files, if option "--save-masks" is given, but option "--output"
  is not.  This allows to splice tools that manipulate the masks and
  feed the masks back into Enblend and Enfuse with option
  "--load-masks".  When combining option "--output" and "--save-masks"
  Enblend and Enfuse write all masks and the final output image as
  before.

- Both Enblend and Enfuse can write their output JPEG files with
  arithmetic JPEG compression and TIFF files with JPEG compression, if
  the underlying JPEG and TIFF libraries support these compression
  schemes.

** Bug Fixes

- Enblend and Enfuse consistently warn if they are passed input images
  that alternate between with color profile and without.

- Grant SourceForge feature request ID 2991909 (OSX only).  Previous
  to that, Enblend, when launched from a terminal window with
  GPU-acceleration (option "--gpu"), started a second, non-responsive
  terminal window and when this new Enblend window tried to "steal"
  the focus, it displayed the OSX rotating "beach ball".  With the fix
  that all goes away.  Also the responsiveness of the screen improves,
  which means that the non-functional window also hogged GUI resources.

** New Commandline Options

- Option "--primary-seam-generator" controls the primary seam-line
  generation algorithm.

- Option "--image-difference" selects the difference image calculation
  algorithm and optionally assigns weights to the luminance and the
  chrominance part of the difference image.

- Short option "-c" now has a sibling called "--ciecam".  The long
  option also has a negated form: "--no-ciecam"; the short one has
  not.

- The option "--fallback-profile=PROFILE" allows users to pass their
  own profiles for image sets that come without ICC color profiles.
  Before the hard-coded profile was sRGB.

- The option "--exposure-cutoff" facilitates tailoring the exposure
  weight curve specifically to exclude underexposed (and probably
  noisy) or overexposed pixels from fusion.

- In Enblend option "--load-masks" disables all mask computations and
  loads the blend masks directly from the specified files.  This is
  the dual of Enblend's long-known option "--save-masks".

- The option "--layer-selector" overrides the standard default
  layer selector.

- In addition to the usual integral values option "--levels" takes the
  keyword "auto", which restores the default.  (The default is to
  automatically choose the maximum number of pyramid levels for each
  separate overlapping region.)

** Deprecated Features

- The option "--smooth-difference" will be eliminated in the next
  version of Enblend; it has not helped and moreover only put lipstick
  on the seamline-optimizer's objective function.

- The user-(re)sizable image-cache will not be available in later
  versions of Enblend and Enfuse.  We are not sure yet whether it will
  be replaced by an mmap-based solution or just tossed out.

** Developer Stuff

- XHTML validation does not rely on network access anymore.  This
  means all necessary DTDs must be available locally and all catalogs
  must be set up correctly to build the XHTML documentation.

- The option "--parameter" allows developers to pass arbitrary
  key-value pairs to Enblend and Enfuse.  The keys must match the
  regular expression [A-Za-z][A-Za-z0-9_-]*; the values can be almost
  any string.  No further checking or validation is performed.

  For more explanations on how to use parameters in the source code,
  see the block-comment within "namespace parameter" in file
  "common.h".

** Package Maintainer Stuff

- Enblend and Enfuse now use LittleCMS version 2.x.

- Enblend and Enfuse no longer rely on their own versions of the Vigra
  imaging library.  Vigra version 1.8 or later is now required to
  build.

- Enblend no longer relies on libXMI.  (Enfuse never needed this
  library.)

(adam)

2012-12-09 00:07:39 UTC MAIN commitmail json YAML

Changes 1.8.10:
* The following new C function has been added:
H5Pget_mpio_no_collective_cause
* The following new Fortran subroutine has been added:
h5pget_mpio_actual_io_mode_f
* The syntax of the following high-level C function has changed:
H5TBAget_fill
This function窶冱 return type has been changed to h5tri_t. A return value of 1 indicates that a fill value is present, 0 indicates that no fill value is present, and a negative value indicates an error. (The former return type was herr_t.)
Note that H5TBAget_fill and a companion function H5TBAget_title, both in the HDF5 Table (H5TB) high-level API, are undocumented. These functions will be added to the HDF5 Reference Manual shortly after HDF5 Release 1.8.10.

Changed Command-line Tool
* h5import has been updated to accept an input file created by h5dump.

(adam)

2012-12-09 00:05:10 UTC MAIN commitmail json YAML

Changes 1.9.0:
* Flexible incremental computation of image and region statistics via Feature Accumulators and corresponding Python bindings (see vigra.analysis.extractFeatures() and vigra.analysis.extractRegionFeatures()).
* Simultaneous iteration over several arrays via vigra::CoupledScanOrderIterator.
* Import and export of images with transparency: importImageAlpha() and exportImageAlpha().
* Image denoising by total variation filtering, see Non-linear Diffusion and Total Variation and example total_variation.cxx.
* Fixed Python bindings of Unsupervised Decomposition.
* Extended vigra::SplineImageView to handle vigra::TinyVector pixels.
* Various convenience functions for vigranumpy's VigraArray.
* Minor improvements and bug fixes in the code and documentation.

(adam)

2012-12-08 23:53:22 UTC MAIN commitmail json YAML

Updated devel/bison to 2.6.5

(wiz)

2012-12-08 23:53:09 UTC MAIN commitmail json YAML

Update to 2.6.5:

* Noteworthy changes in release 2.6.5 (2012-11-07) [stable]

  We consider compiler warnings about Bison generated parsers to be bugs.
  Rather than working around them in your own project, please consider
  reporting them to us.

** Bug fixes

  Warnings about uninitialized yylval and/or yylloc for push parsers with a
  pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to
  3.2.

  Other issues in the test suite have been addressed.

  Nul characters are correctly displayed in error messages.

  When possible, yylloc is correctly initialized before calling yylex.  It
  is no longer necessary to initialize it in the %initial-action.

(wiz)

2012-12-08 23:51:14 UTC MAIN commitmail json YAML

Updated devel/global to 6.2.5

(wiz)

2012-12-08 23:51:04 UTC MAIN commitmail json YAML

Update to 6.2.5:

Version 6.2.5 - November 16 2012

[CHANGES]
New facilities:
gtags.el: Now supports XEmacs again.
gtags.vim: New custom variable Dont_Jump_Automatically.

[BUG FIXED]
gtags: Now the following error does not occur.
  'input buffer overflow, can't enlarge buffer because scanner uses REJECT'
gtags.el: 'gtags-parse-file' didn't expand the file name (tilde character => $HOME).
  Now it works.

(wiz)

2012-12-08 23:49:46 UTC MAIN commitmail json YAML

Updated converters/libvisio to 0.0.22

(wiz)

2012-12-08 23:49:36 UTC MAIN commitmail json YAML

Update to 0.0.22:

Bump version
Trying to unify the stencil extraction and the other parsing function
Those ones don't need to be virtual anymore
Unify all VSD2 - VSD5 in one parser
Unify blob parsing over binary format versions
Unsigned signed comparison
Little fixup
handle blog in the same way for all <= 5
Bump version, because I can
Field List is a list too
Fix background page detection for versions < 6
Simplify the inheritance a little bit
Fix foreign in VSD 5-
Some fixes for line and fill styles
Some colour reading fixes for VSD <= 2
Fix stencil extraction for vsd <= 5
Miscellaneous fixes + text for VSD <= 5
Consider correctly the font encoding information
Vertical alignment in center is default in Visio
Trying to read the blob in the same way in all 16-bit versions
Spit actual images in VSD1
Some more work on VSD1 and VSD2 parsing + some stream fixes
Some more progress on version 5
Read VSD5 fill and line information
Remove the generated files only on distclean
Typedefs for MSVC
Abstraction of reading of integers
Some progress in VSD5 parsing
Some more work on vsd1/2/3/4/5
Some more VSD2 - VSD5 infrastructure - work in progress
Some more chunk work, but slow
Setting framework for different parsing of v5 and v2
Set groundwork for vsd5 and lower chunk parsing
Extend the parsing capacity to versions 1 - 5
Don't crash on empty or almost empty pointer order list
Detect non-OLE binary Visio documents
Fix warning C4244
卒initializing卒 : conversion from 卒double卒 to 卒unsigned char卒, possible loss of data
Some more work on VSD5 parser
Allow the parser to parse VSD4 and VSD5 + read pointers in < 6 correctly
Fix underlinking with gold.
Fix a memory leak
Fix extraction of stencils from xml file-formats
Fix scope of the variable 'X' can be reduced
Missing include for older compilers
Silence some warnings
Allow specifying boost include directory too
Add libxml2 include and library directories
Add the Visual Studio 2010 files
Those don't need to be executable
Add Visual Studio 2008 files
Like in libcdr, detect each pkg-config dependency separately
Fill missing char/para style only with legitimate default styles
Default para/char style is first para/char style if no style 0 is present + fill inexisting styles from default
Collect default para/char styles
Don't overwrite charCount on style override
Functions to reset charCount in char/para styles and a function to get a char/para list level
Make charCount non-optional in paragraph styles
Make charCount non-optional in character styles
Fix some typos in the VSDXParser
Actually the relative beziers give control points
Update alternative build systems
Some infrastructure for overriding of character and paragraph styles
Let parser recover on errors
Whitespace is significant in this context
Clean page shape list at the beginning of a page
A horrible typo that takes hours to discover :)
Consolidate the way of reading font information
A little work on text block styles
VDX: actually read the text block properties
Only one charlist and paralist can be in a shape
Override paragraph and character lists
Read TextXForm data too
Calm valgrind
Don't handle utf-8 as ansi + try to not run out of bounds
Don't prefill the stencil text
Actually output some text
Trying to parse text in XML parsers
Extract IX reading to a function
Stub ParaIX and CharIX reading in VDX and VSDX parsers
Read the stylesheet in second pass
Initialize the default colour palette even if no colour section exists in file
In a generic way skip unhandled sections
inheritance of the styles is handled in the collectors
Skip useless sections instead of diving into them
default excentricity cannot be 0
Some more boost::optional foo
Simplify the reading of data to reuse as much as one can
NURBS and Polyline support for VDX and VSDX
Stub the parsing of polyline and nurbs functions
Move more stuff to boost::optional
unify some stuff between the VSDX and VDX parsers
boost::optional::is_initialized is deprecated
Fix a typo
If there are both Master and MasterShape attributes missing, it is simply master-less shape
Removing unused fill-related variables
Refactoring the fill style output
Remove unused member variables
Simplify the function handling line styles
A little change in style outputting, still more to come when time allows
Fix showing of foregins + write styles only if needed
All styles pushed using optional styles
Allow getting optional styles from the stylesheets
Don't default-construct black backgrounds
Don't append double Z segment and assure that ellipse is always closed
Don't draw markers on closed path segments
No point to dupplicate code in two different functions
Consider also styles ids 0
A little refactoring of styles in VSDContentCollector
add override for optional styles too
readUnsignedCharData -> readByteData + move a bit
Move the getColourString to a better place
No need for a whole template for 2 sorts
Actually disables -Weffc++ when requested
Pass more properties as boost::optional
pass the noLine, noFill, noShow to boost::optional too
Some more path elements using boost::optional
Pass some of the attribute reading to boost::optional
VDX overrides geometries the same way as VSD, VSDX overrides only what needs to be overridden
The common class can have those two data members
Try to fill the first 24 colour values
Implement empty geometry element to handle deleted segments like a big boy
Shadow offset for Y-axis must be inverted
Assure that the geometry elements will be always output sorted by keys + fix leak
Fix some little problems in the VDX and VSDX parsers
Trying to fix the extended colour reading
Try to detect when the shape is not started
Determine the first stencil shape correctly
Clean up reading of VSDX shape properties.
Remove uninitialised variable compiler warning.
Read byte from VSDX XML string.
For use with VSDX values of type PtgByte (unsigned byte).
Some fixes in colour
Some infrastructure to parse the relative geometry rows
Simplify the styles a bit
Simplify the styles code a bit
Some work on styles
Some wireframe output for VDX and VSDX parsers
Parsing line, fill and text block information in VSDXParser
Convenience pointer to access the current geometry list
Prefill shape's m_geometries from stencil
m_geometries being a map
Make the test documents in VSDX and VDX parsers pass
Fix one hang in VSDX parser
Basic support of raster images in VDX and VSDX parser
Try not to crash in XML based parsers
_flushShape for VDXParser too
_flushShape uses member variable anyway
Add Foreign reading functions
Add some readability
Read the xform directly to the shape structure
Some work on the xml-based parsers
Slight modification of the base 64 decoder
addShapeId when shapes document order is their rendering order
Append WPXBinaryData from a base64 encoded string
Flush all shape information to the collectors in one run/function
Use different shapeLists for page shapes and group shapes
send shapesOrder only if it is not empty
Flush shapes order whenever we know it
Add m_shapeList member to VSDShape
First check for non-empty and then look for top()
Adapt collectors to the information that will be available from VDX and VSDX parsers too
Remove some leaks
VSDParser: use more of the VSDShape internals to keep information
Implement VSDShape::clear()
Get rid of m_fieldList
Revert a part that creates more problems then it solves
If a key is not found in a map, operator[] default-constructs an element and returns its reference
Trying to improve the field-related code
Some fixes of fields and line-breaks
Try to pass to the collectors the shape at once
Some little improvements
A bit more of simplification
Avoid dynamic_cast
Don't add empty geometries
Trying to refactor a bit more
Fix debug build
Diminish pointer use a bit
Fix possible uninitialized variables
More VSDParser refactoring
Try to finalize the _flushShape function
Some constness changes
Store some more stuff in the VSDShape object
Some more styles passing simplification
Simplify the passing of line and fill information
Simplify the collectXFormData and collectTxtXform functions a bit
Some more simplification of the VSDParser
Simplyfy handling of shapes a bit
m_stencilShape -> m_shape
Access directly the stencil shape using master page and shape IDs
VSDStencilShape -> VSDShape
Some cppcheck cleaning
Some more configurability about warnings
Some more readability an error-proof changes
This is a bit more readable
Add stencil xform and txtxform
Try to start to parse shapes
Don't pass geomFlags to the collectors
Don't crash on invalid namespace uris in SolutionXML elements
Don't abort on themed values
Try to unify stuff into a common XML parser base
Simplify a bit
Output pages in VSDXParser too
Handle normal and background pages differently
Read the information about background page in VDX files too
Pass to collectors information about background page
Detect a background page early
Include VSDXMLTokenMap.h in the VSDXParser and move the later into the libtokenmap helper library
Some framework for VSDX parser
And also fix some bugs, so that regression suite is happy
Pass the transparency to collectors as double
VDX: Output now finally empty pages with the right sizes
Make the VSD parser a bit more robust
- Some documents can have empty groups/shapes, so handle that
  graciously.
- Only wrap by try block the reading part, not the whole nested
  function calls in order not to handle exceptions thrown by other
  functions.
Our assumptions about stream formats are a bit fragile, so don't fail if we are not right
Simplifying a bit the colour stuff
Rewriting the collectors to be more useful for VDX too
VDX: parse xform data
Parse VDX TextBlock properties
Add a token id
Parse VDX fill and line properties
Some more VDX parser stuff
Start to parse the font and colour list in VDX parser
Add all VDX elements
For security, check for sed
Export only useful functions + speed-up rebuild when tokens change
Setting up a hash framework for intelligent work with xml tokens
requires gperf >= 3.0.0 at build time
Try to avoid memory management of libxml2 strings as much as possible
Allow building against older libwpd-stream, but without performance boost
Set a custom error handler for xmlTextReader
Speed-up zip central directory search, but depend on git version of libwpd
Add BIPU VDX parser
Extract binary data streams pointed by <Rel .../> tags too
Flatten the xml that reader functions have to read by following the <Rel .../> tags
Adapting alternative build systems
Add VDX typedetection
Spin off the XML stuff in view of VDX support
Simplify a bit the VSDXParser
Clean up the paths pushed to the API
Suck in the collectors to the VSDX picture
Find a way to rebase the targets just after reading of the relationships
Some more relationship and stream parsing boilerplate
Add function to get relationships stream for a target
Visio 2013: Parse OPC relationships and make the typedetection a bit more serious
Some BIPU typedetection for vsdx + some parser boilerplate
Stub the VSDX parser
pointless whitespace cleanup to increase my commit count
Updating the alternative build systems too
Prepare for the new VSDX file-format (ooxml version)
fix reassignment a value before the old one has been used
Don't output the last line break in a paragraph
Prevent automake warnings
Trying to output line breaks that are not paragraph breaks
Some initial handling of 0x0* type of streams
Bump version so that one can detect the presence of the new stencil parser
BIPU vss2* support
Initial stencils extraction
set WPXParser::m_extractStencils to true in order to get
stencil pages instead of normal pages
Trying to unversalize the parser
Extract chunk reader logic in order to reuse with blobs
Trully implement 'level continuum'
Simplify a bit the code
Revert "Implement 'level continuum'"
This reverts commit e44063e93b8f0ff9bcd62a26e91045192030773a.
Implement 'level continuum'
Little tiny cleanup
Those streams are blobs, and we will not descend them, so return -> break for consistency
Getting rid of handleForeignOle
Get rid of handleStencilForeign function
Move handleStencilPage to handleStream
Unify a bit the logic of different stream parser functions

(wiz)

2012-12-08 23:39:25 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 3.01alpha09

(wiz)

2012-12-08 23:39:17 UTC MAIN commitmail json YAML

Update to 3.01alpha09:

All:

- Better support for Win32 sockets when using cl.exe

- Avoid problems with the non-standard prototypes for link() unlink()
read() and write() from cl.exe

- Support for Pyro (a Syllable clone) was added.
Thanks to Flemming H. S

Libschily:

- Avoid warnings from cl.exe for libschily/gettimeofday.c

Libedc (Optimized by J

- Some cstyle changes

Libmdigest:

- Some cstyle changes

Libscg:

- Some cstyle changes

Libmdigest:

- CSTYLED comment added

Cdda2wav (Maintained/enhanced by J

- Better handling of CLONE AREAs on newer Haiku versions.

- Some cstyle changes

Mkisofs (Maintained/enhanced by J

- Avoid to access illegal memory from dvd_file.c::uniq()

- Avoid a 32 bit integer overflow while computing sector addresses for
Rock Ridge CE entries.

- A compile bug with QNX was corrected

- A new option -ignore-error alows to continue on some errors.

(wiz)

2012-12-08 23:36:55 UTC MAIN commitmail json YAML

Updated time/py-icalendar to 3.2

(wiz)

2012-12-08 23:36:46 UTC MAIN commitmail json YAML

Update to 3.2:

3.2 (2012-11-27)
----------------

* Documentation file layout restructuring.
  [thet]

* Fix time support. vTime events can be instantiated with a datetime.time
  object, and do not inherit from datetime.time itself.
  [rdunklau]

* Correctly handle tzinfo objects parsed with dateutil. Fixes #77.
  [warvariuc, thet]

* Text values are escaped correclty. Fixes #74.
  [warvariuc]

* Returned old folding algorithm, as the current implementation fails in some
  cases. Fixes #72, Fixes #73.
  [warvariuc]

* Supports to_ical() on date/time properties for dates prior to 1900.
  [cdevienne]

(wiz)

2012-12-08 23:27:44 UTC MAIN commitmail json YAML

2012-12-08 23:22:41 UTC MAIN commitmail json YAML

Explicitly disallow 0.8 and newer, since it breaks API.
(The package is called differently, so this is a belts-and-suspender commit.)

(wiz)

2012-12-08 23:21:01 UTC MAIN commitmail json YAML

Added devel/libgee0.8 version 0.8.2

(wiz)

2012-12-08 23:20:50 UTC MAIN commitmail json YAML

2012-12-08 23:20:38 UTC MAIN commitmail json YAML

Mention that this is the 0.6 branch package.

(wiz)

2012-12-08 23:20:07 UTC MAIN commitmail json YAML

Import libgee0.8-0.8.2 as devel/libgee0.8.

libgee is a collection library providing GObject-based interfaces and classes
for commonly used data structures.

libgee provides the following interfaces:

    * Iterable
          o Collection
                + List
                + Set
    * Iterator
    * Map

The ArrayList, HashSet, and HashMap classes provide a reasonable sample
implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that
prevent modification of the underlying collection.

libgee is written in Vala and can be used like any GObject-based C library.
It's planned to provide bindings for further languages.

This package contains the 0.8 branch of the library.

(wiz)

2012-12-08 23:09:40 UTC MAIN commitmail json YAML

Use openjpeg15 instead of openjpeg, since openjpeg has been updated to 2.0.0

(adam)

2012-12-08 23:06:04 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.40

(wiz)

2012-12-08 22:49:32 UTC MAIN commitmail json YAML

Added graphics/openjpeg15 version 1.5.1; Updated graphics/openimageio to 1.1.2

(adam)

2012-12-08 22:47:41 UTC MAIN commitmail json YAML

Release 1.1.2 (5 Dec 2012)
--------------------------
* maketx fixes -- was botching creation of textures from source images that
  were crop windows (pixel window smaller than display window).
* Minor bug fix to Timer when repeatedly starting and restopping (Apple only).
* Bug fix in ustring:find_last_not_of

(adam)

2012-12-08 22:46:21 UTC MAIN commitmail json YAML

Added graphics/openjpeg15 version 1.5.1

(adam)

2012-12-08 22:43:11 UTC MAIN commitmail json YAML

2012-12-08 22:16:48 UTC MAIN commitmail json YAML

2012-12-08 22:16:38 UTC MAIN commitmail json YAML

Update to 287:

Several small bugfixes/improvements. One is a fix for the -iconic
option broken in #282 when the icon pixmap is configured. The other
fixes are for older problems.

(wiz)

2012-12-08 22:15:35 UTC MAIN commitmail json YAML

Update to 2.4.40:
libdrm 2.4.40 has been released.

The reason is we need to use the radeon stencil mipmap allocator for combined
depth-stencil buffers in Mesa.

(wiz)

2012-12-08 22:08:12 UTC MAIN commitmail json YAML

- ap2-perl-2.0.7, dvdstyler-2.3.3, firefox-17.0.1, fotoxx-12.12,
  help2man-1.40.10 [pkg/46548], help2man-1.40.12, ktorrent-2.4.1,
  opendnssec-1.3.12, p5-Config-General-2.51, py-creole-1.0.4
  [pkg/46593], valgrind-3.7.0, wordpress-3.4.2.

(wiz)

2012-12-08 22:05:36 UTC MAIN commitmail json YAML

+ SOGo-2.0.3, Sigil-0.6.2, abcm2ps-7.3.1, abcmidi-20121201,
  aria2-1.16.0, auctex-11.87, cdrtools-3.01a09, fbreader-0.99.4,
  firefox-17.0.1, fontconfig-2.10.2, fotoxx-12.12, gaupol-0.21,
  guile-2.0.7, kde-4.9.4, kid3-2.2.1, libarchive-3.0.4, libvisio-0.0.22,
  mawk-1.3.4.20121129, milter-manager-1.8.5, mnemosyne-2.2,
  opendkim-2.7.3, opendnssec-1.3.12, p5-HTTP-Server-EV-0.5 [pkg/47288],
  pcre-8.32, pgadmin3-1.16.1 [pkg/47261], py-carddav-0.4,
  py-icalendar-3.2, py-virtualenv-1.8.4, qemu-1.3.0, sablecc-3.7,
  snort-2.9.4.0, solfege-3.20.7, wine-devel-1.5.19 [wait until
  NetBSD gains OSS 4 or bring OSS 3 support back],
  xf86-video-intel-2.20.15, xosview-1.12.

(wiz)

2012-12-08 19:53:15 UTC MAIN commitmail json YAML

2012-12-08 19:51:51 UTC MAIN commitmail json YAML

Update to 1.6.  Changes:

1. Fixed a problem with implicit dynamic links which are becoming a no-no.
2. Fixed a name collision with glib 2.10.
3. Updated to work with GTK+ 2.20.

(shattered)

2012-12-08 19:00:38 UTC MAIN commitmail json YAML

Updated math/fricas to 1.1.8

(asau)

2012-12-08 18:29:31 UTC MAIN commitmail json YAML

Fix depend rule, reported by joerg

(dholland)

2012-12-08 17:10:58 UTC MAIN commitmail json YAML

Add podcastdl

(ryoon)

2012-12-08 17:10:24 UTC MAIN commitmail json YAML

Added net/podcastdl version 0.3.0

(ryoon)

2012-12-08 17:09:37 UTC MAIN commitmail json YAML

Import podcastdl-0.3.0 as net/podcastdl.

Podcastdl is a CLI podcast client intended to be used to download
podcasted files using a cron like tool.

(ryoon)

2012-12-08 16:54:49 UTC MAIN commitmail json YAML

Add libmrss.

(ryoon)

2012-12-08 16:54:21 UTC MAIN commitmail json YAML

Added www/libmrss version 0.19.2nb1

(ryoon)

2012-12-08 16:53:41 UTC MAIN commitmail json YAML

Import libmrss-0.19.2nb1 as www/libmrss from pkgsrc-wip.

mRSS is a C library for parsing, writing and creating RSS files or
streams.

(ryoon)

2012-12-08 15:26:57 UTC MAIN commitmail json YAML

Update to FriCAS 1.1.8

Notable changes in FriCAS 1.1.8 (compared to version 1.1.7):

- Improvements of pattern matching integrator, it can now integrate
  in terms of Fresnel integrals and better handles integrals in terms
  of Si and Ci.
- Better integration of symbolic derivatives.
- Better normalization of Liouvillian functions.
- New package for computing limits using Gruntz algorithm.
- Faster removal of roots from denominators.
- New domains for mutivariate Ore algebras and partial differential
  operators.
- New package for noncommutative Groebner bases.
- New domain for univariate power series with arbitrary exponents.
- New special functions: Shi and Chi.
- New package for noncommutative Groebner bases.
- New domain for univariate power series with arbitrary exponents.
- New special functions: Shi and Chi.
- Several aggregates (in particular tables) allow more general
  parameter types.
- New domain for hash tables using equality from underlying
  domain.

Bug fixes, in particular:

- Fixed problem with gcd failing due to bad reduction.
- Fixed series of 'acot' and Puiseux series of several special functions.
- Fixed wrong factorization of differential operators.
- Fixed build problem on recent Mac OS X.

Notable changes in FriCAS 1.1.7 (compared to version 1.1.6):

- Improved integration in terms of special functions.
- Updated new graphics framework and graph theory package.
- Added routines for numerical evaluation of several special
  functions.
- Added modular method for computing polynomial gcd over algebraic extensions.
- Derivatives of fresnelC and fresnelS are changed to agree
  with established convention.
- When printing floats groups of digits are now separated by
  underscores (previously were separated by spaces).
- Added C code for removing directories, this speeds up full
  build and should avoid build problems on Mac OSX.

Bug fixes, in particular:

- Series expansion now handle poles of Gamma.
- Fixed derivatives of meijerG.

(asau)

2012-12-08 13:30:17 UTC MAIN commitmail json YAML

Updated lang/ecl to 12.12.1

(asau)

2012-12-08 13:29:46 UTC MAIN commitmail json YAML

Update to ECL 12.12.1

Changes since last release
==========================

Some highlights of this release are:

* Lots of bugs fixed.

* The MOP has been fixed to work with the upcoming release of
  Closer-MOP

* ECL now produces a much more readable C code, with indentation and
  more explicit declarations of variables.

Known issues
============

* Cygwin's library is still broken: fork/exec fails to reload the
  cygwin library, or ECL's compiled libraries in a completely random
  fashion. For this reason we recommend using ext:system instead of
  ext:run-program in that platform.

* In Windows ECL comes with bytecodes compiler by default, because C
  compilers are normally not avaiable. Unfortunately several
  libraries out there are not prepared for this. If you plan to use
  quicklisp and have a C compiler accessible to ECL, you may use
  (ext:install-c-compiler) to switch back to the Lisp-to-C compiler.

(asau)

2012-12-08 12:14:00 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatch to 2.33

(wen)

2012-12-08 12:10:18 UTC MAIN commitmail json YAML

Update to 2.33

Upstream changes:
2.33    2012-12-07

- Added a 'syswrite' option to Log::Dispatch::File which causes all writes to
  use syswrite (so they're atomic). Patched by ether. RT #81669.

- The File output's DESTROY method now checks to see if it's associated handle
  is open before trying to close it. Patch by Jeffrey Thalhammer.

(wen)

2012-12-08 12:05:03 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Collate to 0.95

(wen)

2012-12-08 12:02:50 UTC MAIN commitmail json YAML

Update to 0.95

Upstream changes:
0.95  Sat Dec  8 15:11:09 2012
    - U::C::Locale newly supports locales: bs_Cyrl, ee.
    - updated to CLDR 21: uk.
    - updated to CLDR 22: th, to.
    - added loc_bscy.t, loc_ee.t in t.
    - modified tests: loc_th.t, loc_to.t, loc_uk.t in t.

0.94  Fri Nov 23 18:45:53 2012
    - U::C::Locale newly supports locale: zh__zhuyin.
    - added Unicode::Collate::CJK::Zhuyin for zh__zhuyin.
    - doc: added CAVEAT to CJK/Stroke.pm
    - modified tests: loc_cjk.t, loc_cjkc.t in t.
    - added cjk_zy.t, loc_zhzy.t in t.

0.93  Sun Nov 18 18:13:42 2012
    - DUCET is updated (for Unicode 6.2.0) as Collate/allkeys.txt.
    ! Please notice that allkeys.txt will be overwritten if you have had
      other allkeys.txt already.
    - The default UCA_Version is 26.
    - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
    - modified tests: loc_es.t, loc_estr.t, version.t in t.

0.92  Wed Nov 14 20:58:19 2012
    - fix: index() etc. with preprocess/normalization should be always croaked.
    - doc: referred to the latest UTS #10 and updated its section numbers.
    - supported the identical level (see 'identical' in POD).
    - Now UCA_Version 26 (for Unicode 6.2.0) is supported.
      * But the default UCA_Version is still 24.
    - added ident.t in t.
    - modified tests: cjkrange.t, compatui.t, hangtype.t, index.t,
      overcjk0.t, overcjk1.t, test.t, view.t in t.

0.91  Sun Nov  4 17:00:20 2012
    - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
      (see [rt.cpan.org #80313])

0.90  Sun Sep 23 10:42:26 2012
    - perl 5.11.0 or later: Install to 'site' instead of 'perl'
      (see [rt.cpan.org #79800])

(wen)

2012-12-08 02:54:17 UTC MAIN commitmail json YAML

Added x11/clipit version 1.4.2

(khorben)

2012-12-08 00:43:47 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.1.2

(asau)

2012-12-08 00:40:01 UTC MAIN commitmail json YAML

Update to SBCL 1.1.2

changes in sbcl-1.1.2 relative to sbcl-1.1.1:
  * notice: System requirements for SBCL on Microsoft Windows: Windows NT 5.1
    or newer (Windows XP, Server 2003) is required.  Support for Windows 2000
    (NT 5.0) is no longer being maintained.
  * notice: Starting with this version, SBCL on Windows no longer supports
    building with disabled thread support.
  * enhancement: frlocks have been added to SB-CONCURRENCY contrib module.
  * enhancement: New feature sb-dynamic-core allows the runtime to be
    rebuilt or relocated without requiring changes to the core file on
    all linkage table platforms.  Required on Windows.  (Thanks to Anton
    Kovalenko.)
  * enhancement: Console I/O streams use UCS-2. (Thanks to Anton Kovalenko.)
  * enhancement: I/O on Windows unnamed pipes is interruptible
    asynchronously using interrupt-thread, timers when running on Windows NT
    version 6.1 or newer (Windows 7, Server 2008 R2).  (Thanks to Anton
    Kovalenko.)
  * enhancement: Support for the experimental safepoint-based stop-the-world
    protocol on the PowerPC platform.
  * bug fix: Non-blocking reads from the Windows console were not necessarily
    non-blocking. Thanks to Anton Kovalenko. (lp#308923)
  * bug fix: stability of threads on Windows has been improved upon through
    an updated stop-the-world protocol (thanks to Anton Kovalenko).

(asau)

2012-12-08 00:15:35 UTC MAIN commitmail json YAML

Updated graphics/darktable to 1.1

(jakllsch)

2012-12-08 00:15:26 UTC MAIN commitmail json YAML

update darktable to 1.1

upstream release notes:

general

    new camera support, new whitebalance presets, etc., including
    canon eos m support and samsung nx fix
    similarity matching search for images that look alike.
    geotagging, complete with map view (thanks to dinamic for starting that ages ago and to houz for actually bringing it home):
    http://www.darktable.org/2012/09/geotagging-in-darktable/
    mac os package: http://www.darktable.org/2012/08/bringing-current-darktable-to-os-x/
    a lot of bugfixes (mainly thanks to ulrich for his meticulous work)
    facebook exporter (for those who have an account there)

ui

    reworked the much hated `more plugins' widget (thanks to boucman)
    image grouping: http://www.darktable.org/2012/09/grouping/
    command line interface! http://www.darktable.org/2012/07/exporting-images-on-the-command-line/
    tone and base curves got a new user interface to better support fine grained workflow as in: http://www.darktable.org/2012/02/mastering-color-with-lab-tone-curves/
    visually low-profile controls with finetuning: http://www.darktable.org/2012/03/bauhaus-widgets/
    color correction module (http://www.darktable.org/2012/03/color-correction/) got a GUI update since the blog post (two circles indicating shadows and highlights instead of the quad).
    live view for tethered shooting! http://www.darktable.org/2012/05/live-view/

darkroom

    extensive use of edge-aware filtering techniques to suppress noise, halos and ringing all around darktable: http://www.darktable.org/2012/09/edge-aware-image-development/
    conditional blending, and a lot of goodies around it! http://www.darktable.org/2012/07/some-enhancements-to-conditional-blending/
    magenta highlights: http://www.darktable.org/2012/07/magenta-highlights/improved on high-contrast edges to overexposed areas (should get rid of purple highlights on tiny water waves and purple fringes around tree leaves for example)
    much improved sharpness for both export and darkroom view, especially for downsampled images and if you use lens corrections or rotations/perspective corrections. check the new options in the preferences dialog, also one more than mentioned in the blog ("demosaicing for zoomed out darkroom mode" to trade performance for even more sharpness): http://www.darktable.org/2012/06/upcoming-features-new-interpolation-modes-and-better-resize/

color management

    improved per-screen color management (should reload the screen profile automatically)
    more compatible embedded color profiles (should fix problems on windows viewing our images, if that matters)
    read embedded color profiles from jpg

opencl

    most of our modules now can take advantage of your computer's gpu power
    caching for compiled opencl kernels (even in case the driver doesn't do it) for faster startup times

usermanual

    find a pdf snapshot here: https://sourceforge.net/projects/darktable/files/darktable/1.1/darktable-usermanual.pdf/download
    is reasonably up to date again
    not translated so far

translations

    two new translations (both portuguese.. ;) )
    well translated: cs de es fr it ja nl pl pt_BR pt_PT sv
    half translated: ca fi gl ro ru sq th zh_CN

(jakllsch)

2012-12-07 23:53:21 UTC MAIN commitmail json YAML

update psi to 0.15.

(schnoebe)

2012-12-07 23:52:09 UTC MAIN commitmail json YAML

Note: Psi 0.15 uses a new profile data format. Data from 0.14 and
prior will be migrated to the new format when you run 0.15 for the
first time.

Changes:
  - Merge many changes from Psi+.
  - New message history browser.
  - New, fast contact list window.
  - TURN proxying for voice calls.
  - Store data in more standardized locations based on the platform.
  - No longer dependent on the Qt3Support library.
  - Domains ending in .local now always work, whether via DNS server or mdns.
  - Windows 64-bit and Mac 64-bit now supported. Mac PPC deprecated.
  - Legacy SSL port probe feature removed.
  - Various small features and bugfixes.

Since 0.14, this version contains about two years worth of merges
from the Psi+ project. Thanks to Rion and Dealer_WeARE for diligently
keeping the Psi source repo current all this time.

(schnoebe)

2012-12-07 21:51:59 UTC MAIN commitmail json YAML

Updated databases/postgresql??

(adam)

2012-12-07 21:37:10 UTC MAIN commitmail json YAML

Fix oversaturated int type compilation error for programs depending on opencv

(adam)

2012-12-07 21:19:51 UTC MAIN commitmail json YAML

This release fixes a significant page ordering issue with Hot Standby which could cause index corruption on the standby under some circumstances. In addition, this update patches timing issues with checkpoint and transaction ID wraparound which could cause data corruption in some cases. Today's update also fixes multiple issues with CREATE INDEX CONCURRENTLY and DROP INDEX CONCURRENTLY, which can cause those commands to fail or produce corrupt indexes. Users who use this feature may want to REINDEX or recreate affected indexes (see below).

This update release also contains fixes for many minor issues discovered and patched by the PostgreSQL community in the last month, including several fixes which are specific to version 9.2. These include:

* Prevent psql crash due to incorrectly encoded input data
* Fix pg_regress gmake build issues
* Make sure correct directory is created for extensions
* Fix some issues with buffer locks and VACUUM
* Multiple fixes and improvements for pg_upgrade
* Fix bugs with end-of-recovery when failing over to a standby
* Avoid bogus "out-of-sequence timeline ID" errors in standby-mode
* Don't launch new child processes during shutdown
* Improve the ability of JOINs to use partial indexes
* Fix assorted integer overflow errors
* Eliminate memory leaks in record_out() and record_send()
* Skip searching for subtransaction logs at COMMIT
* Fix WaitLatch() timing issues
* Fix handling of inherited check constraints in ALTER COLUMN TYPE
* Make ALTER EXTENSION SET SCHEMA behave as documented
* Have SEQUENCE SET statements in the "data" section of sectional dumps
* Prevent parser from believing that VIEWs have system columns
* Fix --clean mode for pg_dump
* Prevent hash table corruption on out-of-memory
* Various query planner and executor fixes and improvements
* Multiple documentation updates
* DST updates for seven timezones

(adam)

2012-12-07 21:01:29 UTC MAIN commitmail json YAML

Don't autodetect ffmpeg

(adam)

2012-12-07 16:02:29 UTC MAIN commitmail json YAML

Updated graphics/glew to 1.9.0

(adam)

2012-12-07 16:01:16 UTC MAIN commitmail json YAML

Changes 1.9.0:
New features:
Support for OpenGL 4.2
New extensions:
GL_ARB_ES3_compatibility
GL_ARB_clear_buffer_object
GL_ARB_compute_shader
GL_ARB_copy_image
GL_ARB_explicit_uniform_location
GL_ARB_fragment_layer_viewport
GL_ARB_framebuffer_no_attachments
GL_ARB_internalformat_query2
GL_ARB_multi_draw_indirect
GL_ARB_program_interface_query
GL_ARB_robust_buffer_access_behavior
GL_ARB_robustness_application_isolation
GL_ARB_robustness_share_group_isolation
GL_ARB_shader_image_size
GL_ARB_shader_storage_buffer_object
GL_ARB_stencil_texturing
GL_ARB_texture_buffer_range
GL_ARB_texture_query_levels
GL_ARB_texture_storage_multisample
GL_ARB_texture_view
GL_ARB_vertex_attrib_binding
GL_EXT_debug_marker
GL_KHR_debug
GL_REGAL_error_string
GL_REGAL_extension_query
GL_REGAL_log
GLX_ARB_robustness_application_isolation
GLX_ARB_robustness_share_group_isolation
GLX_EXT_create_context_es_profile
WGL_EXT_create_context_es_profile
Bug fixes:
Not using GLU library for Makefile builds.

(adam)

2012-12-07 10:07:58 UTC MAIN commitmail json YAML

Updated x11/qt4 to 4.8.4

(adam)

2012-12-07 10:06:14 UTC MAIN commitmail json YAML

Qt 4.8.4 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.8.0, 4.8.1, 4.8.2 and 4.8.3.
For more details, refer to the online documentation included in this
distribution. The documentation is also available online:

http://qt-project.org/doc/4.8

The Qt version 4.8 series is binary compatible with the 4.7.x series.
Applications compiled for 4.7 will continue to run with 4.8.

Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker or the Merge Request queue
of the public source repository.

(adam)

2012-12-07 02:20:14 UTC MAIN commitmail json YAML

Updated geography/epsg to 8.1

(gdt)

2012-12-07 02:19:59 UTC MAIN commitmail json YAML

Update to 8.1.

Upstream does not provide a NEWS file, but says of 8.1:

  Version 8.1 of the EPSG Geodetic Parameter Dataset comprises of data
  corrections and updates to the v8.0 release of August 2012.

  Changes as documented in Change Records through 2012.093, but with
  actions still remaining on some change requests.

  New data for Brazil, Tonga and the Arctic.

  Significant revisions to data for Brunei and Mayotte.

  Minor revisions to data for Europe, former Soviet Union and New Zealand.

(gdt)

2012-12-07 01:46:35 UTC MAIN commitmail json YAML

Updated the maintainer's address to my alias @NetBSD.org

(khorben)

2012-12-07 01:42:48 UTC MAIN commitmail json YAML

Added x11/clipit

(khorben)

2012-12-07 01:41:58 UTC MAIN commitmail json YAML

Imported x11/clipit from wip.

ClipIt is a lightweight, fully featured GTK+ clipboard manager.

Tested on NetBSD 6.0 and MacOS X 10.7 (Lion, 64 bits)

(khorben)

2012-12-06 20:50:36 UTC MAIN commitmail json YAML

Explicitly define SHELL to be our SH in the make environment. This prevents
the environment's SHELL to be patched into a dozen or so installed scripts,
instead of a bourne-like shell. Needed after 1.13 of patches/patch-ab (fix
for building on Solaris). Sh scripts don't work well with /bin/tcsh...
Bump revision to recognize whether the fixed one is installed.

(is)

2012-12-06 17:11:11 UTC MAIN commitmail json YAML

Updated www/curl to 7.28.1; graphics/openjpeg to 2.0.0

(adam)

2012-12-06 17:09:58 UTC MAIN commitmail json YAML

This patch is not needed any more

(adam)

2012-12-06 17:09:18 UTC MAIN commitmail json YAML

Changes 2.0.0:

New Features:
    * streaming capabilities
    * merge JP3D

API modifications:
    * Use a 64bits capable API

Misc:
    * removed autotools build system
    * folders hierarchies reorganisation
    * Huge amount of bug fixes. See CHANGES for details.

(adam)

2012-12-06 16:24:29 UTC MAIN commitmail json YAML

Changes 7.28.1:

This release includes the following changes:
o metalink/md5: Use CommonCrypto on Apple operating systems
o href_extractor: new example code extracting href elements
o NSS can be used for metalink hashing [13]

This release includes the following bugfixes:
o Fix broken libmetalink-aware OpenSSL build
o gnutls: fix the error is fatal logic [1]
o darwinssl: un-broke iOS build, fix error on server disconnect
o asyn-ares: restore functionality with c-ares < 1.6.1 [2]
o tlsauthtype: deal with the string case insensitively [3]
o Fixed MSVC libssh2 static build
o evhiperfifo: fix the pointer passed to WRITEDATA [6]
o BUGS: fix the bug tracker URL [4]
o winbuild: Use machine type of development environment
o FTP: prevent the multi interface from blocking [5]
o uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES
o httpcustomheader.c: free the headers after use
o fix >2000 bytes POST over NTLM-using proxy [7]
o redirects to URLs with fragments [8]
o don't send '#' fragments when using proxy [9]
o OpenSSL: show full issuer string [10]
o fix HTTP auth regression [11]
o CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value [12]
o ftp: EPSV-disable fix over SOCKS [14]
o Digest: Add microseconds into nounce calculation [15]
o SCP/SFTP: improve error code used for send failures
o SSL: Several SSL-backend related fixes
o removed the notorious "additional stuff not fine" debug output
o OpenSSL: Disable SSL/TLS compression - avoid the "CRIME" attack
o FILE: Make upload-writes unbuffered
o custom memory callbacks failure with HTTP proxy (and more) [16]
o TFTP: handle resends
o autoconf: don't force-disable compiler debug option
o winbuild: Fix PDB file output [17]
o test2032: spurious failure caused by premature termination [18]
o memory leak: CURLOPT_RESOLVE with multi interface [19]

(adam)

2012-12-06 14:53:30 UTC MAIN commitmail json YAML

Updated www/php-concrete5 to 5.6.0.2

(ryoon)

2012-12-06 14:52:03 UTC MAIN commitmail json YAML

Update to 5.6.0.2

Changelog:
5.6.0.2 Release Notes
Behavioral Improvements

    Improvements to ccm.app.css and ccm.app.js for coexistence with full bootstrap themes. Broke bootstrap.js into a separate JavaScript file.

Bug Fixes

    Fixed bugs where certain block dialogs and add stack dialog were blank in IE8.
    Fixed IE bugs where the sub-toolbar status bar wouldn’t display
    fixed inability to use page picker when register globals was on.
    Fixed bug where deleting alias would delete source page (again).
    fixing bug where blocks would disappear when adding a layout if the cache was on.
    fix bug in simple permissions display when working with deleted groups.
    Fixed blank file manager window in IE8.
    Attempting to solve intermittent error in PagePermissionAssignments messages that happen on certain upgrades.
    Fixed error when using group combinations on basic workflow.
    Better permissions upgrading when using simple permissions.
    Guestbook comments will now no longer be removed on update of guestbook block.
    Attempting to solve “Illegal Mix of Collations” MySQL error that can affect some setups when previewing pages.
    Fixed: http ://www.concrete5.org/index.php?cID=380195
    File manager saved search cosmetic improvements.
    Removed old code from user avatar uploader that could cause problems if used maliciously.
    Fixed bug where Schedule Guest Access would remove all but guest users from view permission.
    http://www.concrete5.org/developers/bugs/5.6.0.1/getpermissionobject-incompatibles-between-5.5.x-and-5.6.x/
    Pretty URLs are now honored in the Next/Previous block.
    Fixed: http://www.concrete5.org/developers/bugs/5.6.0.1/wrong-notice-in-file-permissions-dialogue/
    Fixed error where setting custom groups on Access User Search or Assign User Groups permission results in showing one group repeated over and over.
    Added legacy getPermissionsObject back to Block Controller to fix Reviews add-on, others.
    Fixed typo in the form block (Thanks Remo).
    Fixing the error in loading the editor when using custom code and the Concrete TinyMCE theme.

(ryoon)

2012-12-06 13:10:09 UTC MAIN commitmail json YAML

Updated net/p5-Net-DNS to 0.69

(wen)

2012-12-06 13:09:04 UTC MAIN commitmail json YAML

Update to 0.69

Upstream changes:
**** 0.69 Dec 5, 2012

Feature added support for NID L32 L64 LP, RFC6742.

Feature rt.cpan.org #62030

Parsing of BIND zone files implemented in Net::DNS::ZoneFile.
This replaces and is backward compatible with the CPAN module
of the same name.

Enhancement to simplify RR subtype template and recode packages.

Enhancement rt.cpan.org #75185

Packet decoder returns index to end of decoded data.

Added packet->reply() method.

Fix rt.cpan.org #79569

AXFR not setting packet->answer_from.

Enhancement rt.cpan.org #18819

Added support for Unicode and non-ASCII character encoding.

Feature integrate OPT as a header extension

Treat extended rcodes and the DO flag like they are part of
the packet header.

Fix rt.cpan.org #77444

Support escaped characters according to RFC1035 in TXT rdata.

Fix rt.cpan.org #77304

Fix resolver searchlist from registry setup on Win32.

Enhancement rt.cpan.org #67570

Make wire2presentation two till eighteen times faster.
A contribution from Matthew Horsfall

Fix rt.cpan.org #73366

Remove existing TSIG when resigning with a new TSIG and give warning.

Fix rt.cpan.org #75330

Also try nameserver without glue (as a last resort) when recursing.

Fix rt.cpan.org #74493

Read correct resolver configuration in OS/2.

(wen)

2012-12-06 13:00:17 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Xslate to 1.6001

(wen)

2012-12-06 12:59:09 UTC MAIN commitmail json YAML

Update to 1.6001

Upstream changes:
1.6001 2012-12-05 10:03:13
    [BUG FIXES]
    - Resolve issue #71: SV leaks in VM frames

1.6000_01 2012-11-04 09:56:45
    - The bytecode version is now 1.6. So all the cache will be discarded.

    [FEATURES]
    - Add opcodes: find_file, suffix, is_code_ref, merge_file in
      order to enhance template syntaxes (doy)

(wen)

2012-12-06 12:53:50 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.20.2

(wen)

2012-12-06 12:51:58 UTC MAIN commitmail json YAML

Update to 1.20.2

Upstream changes:
MediaWiki 1.20.2

This is a maintenance release of the MediaWiki 1.20 branch
[edit]Changes since 1.20.1
(bug 42638) Fix API action=options&reset=1 & unit tests.
(bug 42370) Fixed backport of 60cc060 to use mDoneWrites.

(wen)

2012-12-06 12:24:32 UTC MAIN commitmail json YAML

Updated net/dnsmasq to 2.64

(roy)