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 (3h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:13:56 UTC Now

2017-02-08 17:53:52 UTC MAIN commitmail json YAML

Release 1.13
Some critical bugs in the processing of BMP files were fixed. These
bugs allowed the program to be crashed, or potentially to be abused
in other ways, by feeding it specially crafted BMP files. Thanks to
Tomasz Buchert and Agostino Sarubbo for reporting these bugs.
Portability was improved for C99 and for MSVC++. Thanks to Peter
Breitenlohner, Nelson Beebe, and Martin Gieseking for reporting
portability issues.

(adam)

2017-02-08 14:21:36 UTC MAIN commitmail json YAML

Updated audio/eyeD3 to 0.7.10

(wiz)

2017-02-08 14:21:26 UTC MAIN commitmail json YAML

Updated eyeD3 to 0.7.10.

0.7.10 - 12.10.2016 (Hollow)

    Bug Fixes:

            [issue 97] - Missing import
            [issue 105] - Fix the rendering of default constructed id3.TagHeader
            Fixed Tag.frameiter

0.7.9 - 11.27.2015 (Collapse/Failure)

    New Features:

            process files and directories in a sorted fashion. <Hans-Peter Jansen>
            display the ellipsis file name and path, and the file size right justified in printHeader. <Hans-Peter Jansen>
            stating to be unable to find a valid mp3 frame without a hint, where this happened is rather unfortunate. I noticed this from using eyed3.load() calls. <Hans-Peter Jansen>
            [fixup plugin] - Better compilation support.

    Bug Fixes:

            Fixed missing ‘math’ import.
            [issue 81] - Replaced invalid Unicode.
            [issue 91] - Disabled ANSI codes on Windows
            [issue 92] - More friendly logging (as a module)

0.7.8 - 05.25.2015 (Chartsengrafs)

    New Features:

            [pymod plugin] – A more procedural plugin interface with modules.
            [art plugin] – Extract tag art to image files, or add images to tags.
            eyed3.utils.art - High level tag art API
            eyed3.id3.frames.ImageFrame.makeFileName produces the file extension .jpg instead of .jpeg for JPEG mime-types.
            Added eyed3.utils.makeUniqueFileName for better reuse.
            [statistics plugin] – Less score deduction for lower bit rates.
            Split example plugins module into discrete plugin modules.
            [fixup plugin] – Added –fix-case for applying title() to names
            [fixup plugin] – Detects and optionally removes files determined to be cruft.
            eyed3.id3.Tag – Added frameiter method for iterating over tag frames.
            Added optional preserve_file_time argument to eyed3.id3.Tag.remove.
            Removed python-magic dependency, it not longer offers any value (AFAICT).

    Bug Fixes:

            [issue 50] Crashing on –remove-frame PRIV
            [issue 75] Parse lameinfo even if crc16 is not correct
            [issue 77] Typo in docs/installation.rst
            [issue 79] Request to update the GPL License in source files
            Fixes to eyed3.id3.tag.TagTemplate when expanding empty dates.
            eyed3.plugins.Plugin.handleDone return code is not actually used.
            [classic plugin] – Fixed ID3v1 –verbose bug.
            [fixup plugin] – Better date handling, album type, and many bug fixes.

0.7.6 / 0.7.7 - Skipped

(wiz)

2017-02-08 14:15:30 UTC MAIN commitmail json YAML

Make sure the file substitution is performed before packaging.

(hauke)

2017-02-08 13:08:47 UTC MAIN commitmail json YAML

Updated sysutils/p5-Unburden-Home-Dir to 0.4.0.1

(hauke)

2017-02-08 12:11:33 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 34.1.1

(wiz)

2017-02-08 12:11:22 UTC MAIN commitmail json YAML

Updated py-setuptools to 34.1.1.

v34.1.1
-------

* #953: More aggressively employ the compatibility issue
  originally added in #706.

v34.1.0
-------

* #930: ``build_info`` now accepts two new parameters
  to optimize and customize the building of C libraries.

v34.0.3
-------

* #947: Loosen restriction on the version of six required,
  restoring compatibility with environments relying on
  six 1.6.0 and later.

v34.0.2
-------

* #882: Ensure extras are honored when building the
  working set.
* #913: Fix issue in develop if package directory has
  a trailing slash.

v34.0.1
-------

* #935: Fix glob syntax in graft.

v34.0.0
-------

* #581: Instead of vendoring the growing list of
  dependencies that Setuptools requires to function,
  Setuptools now requires these dependencies just like
  any other project. Unlike other projects, however,
  Setuptools cannot rely on ``setup_requires`` to
  demand the dependencies it needs to install because
  its own machinery would be necessary to pull those
  dependencies if not present (a bootstrapping problem).
  As a result, Setuptools no longer supports self upgrade or
  installation in the general case. Instead, users are
  directed to use pip to install and upgrade using the
  ``wheel`` distributions of setuptools.

  Users are welcome to contrive other means to install
  or upgrade Setuptools using other means, such as
  pre-installing the Setuptools dependencies with pip
  or a bespoke bootstrap tool, but such usage is not
  recommended and is not supported.

  As discovered in #940, not all versions of pip will
  successfully install Setuptools from its pre-built
  wheel. If you encounter issues with "No module named
  six" or "No module named packaging", especially
  following a line "Running setup.py egg_info for package
  setuptools", then your pip is not new enough.

  There's an additional issue in pip where setuptools
  is upgraded concurrently with other source packages,
  described in pip #4253. The proposed workaround is to
  always upgrade Setuptools first prior to upgrading
  other packages that would upgrade Setuptools.

(wiz)

2017-02-08 12:11:09 UTC MAIN commitmail json YAML

Mark setuptools dependencies with BOOTSTRAP_SETUPTOOLS=yes.

(wiz)

2017-02-08 12:10:33 UTC MAIN commitmail json YAML

+ py-packaging.

(wiz)

2017-02-08 12:10:01 UTC MAIN commitmail json YAML

2017-02-08 12:09:30 UTC MAIN commitmail json YAML

Add new BOOTSTRAP_SETUPTOOLS variable.

setuptools is one of the basic methods to install python packages.
However, since 34.0 it does not provide its dependencies any longer;
so they need to be installed from pkgsrc.

For bootstrapping, python itself comes with a copy of (pip and) setuptools.
Use this copy to install the necessary packages. They need to be
marked by BOOTSTRAP_SETUPTOOLS=yes for this.

(wiz)

2017-02-08 11:54:57 UTC MAIN commitmail json YAML

Upstream has a version tag: Just use it, and get a proper version number.

(hauke)

2017-02-08 11:50:23 UTC MAIN commitmail json YAML

Updated devel/apache-ant to 1.10.1

(prlw1)

2017-02-08 11:50:02 UTC MAIN commitmail json YAML

Update apache-ant to 1.10.1

Changes from Ant 1.10.0 TO Ant 1.10.1
=====================================

Fixed bugs:
-----------

* Ant 1.10.0 made Path#systemClasspath final which broke the Eclipse
  integration.
  Bugzilla Report 60582

* the wrapper script still didn't work on Solaris 10, but worked on
  Solaris 11.
  The "fixed" script should work in most cases but will not preserve
  newlines present in command line arguments.
  Bugzilla Report 60562

Other changes:
--------------

* new tasks <xz> and <unxz> and resource <xzresource> for XZ
  compression. Also the compression attribute of <tar>/<untar> now
  accepts "xz" as valid value.
  The tasks and type are contained in the new ant-xz.jar and require
  the library XZ for Java to be on the CLASSPATH.
  Bugzilla Report 60350

(prlw1)

2017-02-08 11:05:29 UTC MAIN commitmail json YAML

2017-02-08 10:41:03 UTC MAIN commitmail json YAML

Lose PLIST, since PERL5_PACKLIST magic takes care of things.

(hauke)

2017-02-08 10:35:21 UTC MAIN commitmail json YAML

Drop PLIST, since PERL5_PACKLIST magic will take care of things.

Default to an absolute path for rsync. We explicitly depend on it,
and it may not be first in PATH, or not at all.

(hauke)

2017-02-08 10:13:29 UTC MAIN commitmail json YAML

Update some flags and remove unneeded ones.
>From Guillem Jover.

Add test target.

(wiz)

2017-02-08 07:32:17 UTC MAIN commitmail json YAML

Updated www/firefox45 to 45.7.0nb2

(maya)

2017-02-08 07:32:01 UTC MAIN commitmail json YAML

firefox45: make oss audio not overflow (sound like crap) when playing
bass-heavy sounds, similar to the change made to www/firefox.

put this patch in files/ because it's the right thing and also because
I'm struggling to make changes to the patch, possibly my moving the
location of EOF so the patch doesn't apply fully (guessing)

PKGREVISION->2

(maya)

2017-02-08 04:49:21 UTC MAIN commitmail json YAML

Added devel/py-sortedcontainers version 1.5.7

(minskim)

2017-02-08 04:48:28 UTC MAIN commitmail json YAML

Add py-sortedcontainers

(minskim)

2017-02-08 04:47:04 UTC MAIN commitmail json YAML

Import py-sortedcontainers-1.5.7 as devel/py-sortedcontainers

SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.

(minskim)

2017-02-08 02:06:34 UTC MAIN commitmail json YAML

Set libpthread_dbg valid only on NetBSD

(kamil)

2017-02-08 01:37:38 UTC MAIN commitmail json YAML

Import pthread_dbg(3) ATF tests

These files currently aren't attached to the package's Makefile.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-02-08 01:06:07 UTC MAIN commitmail json YAML

Added devel/libpthread_dbg version 20161124

(kamil)

2017-02-08 01:05:09 UTC MAIN commitmail json YAML

+ devel/libpthread_dbg

(kamil)

2017-02-08 01:02:20 UTC MAIN commitmail json YAML

Import libpthread_dbg-20161124 as devel/libpthread_dbg.

The pthread_dbg library provides an implementation of the standard POSIX
threads library debugging facilities.

The NetBSD implementation is based on 1:1 thread model, therefore each
pthread(3) has a kernel thread, called a light-weight process (LWP).

Note that the system private thread interfaces upon which the pthread(3)
library is built are subject to change without notice.  In order to
remain compatible with future NetBSD releases, programs must be linked
against the dynamic version of the thread library.  Statically linked
programs using the POSIX threads framework may not work when run on a
future version of the system.

The pthread_dbg library is designed to be used in debuggers and to
control and introspect the NetBSD implementation of the POSIX threads.
Software may use native LWP threads without pthread(3) layer, in that
case pthread_dbg cannot be used.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-02-08 00:07:39 UTC MAIN commitmail json YAML

2017-02-08 00:06:54 UTC MAIN commitmail json YAML

2017-02-08 00:05:55 UTC MAIN commitmail json YAML

2017-02-08 00:04:53 UTC MAIN commitmail json YAML

2017-02-08 00:03:30 UTC MAIN commitmail json YAML

2017-02-08 00:02:18 UTC MAIN commitmail json YAML

2017-02-07 23:56:14 UTC MAIN commitmail json YAML

2017-02-07 23:55:05 UTC MAIN commitmail json YAML

2017-02-07 23:54:08 UTC MAIN commitmail json YAML

2017-02-07 23:52:56 UTC MAIN commitmail json YAML

+ py-cfscrape

(joerg)

2017-02-07 23:52:27 UTC MAIN commitmail json YAML

Added www/py-cfscrape version 1.6.8

(joerg)

2017-02-07 23:52:16 UTC MAIN commitmail json YAML

Add py-cfscrape-1.6.8:

This Python module allows by-passing of Cloudfare's anti-bot page. It
will dynamically evaluate the Javascript challenge as proof of web
browserness. It cannot handle reCAPTCHA challenges.

(joerg)

2017-02-07 23:50:59 UTC MAIN commitmail json YAML

Added lang/py-js2py version 0.43

(joerg)

2017-02-07 23:50:49 UTC MAIN commitmail json YAML

2017-02-07 23:50:27 UTC MAIN commitmail json YAML

2017-02-07 23:49:42 UTC MAIN commitmail json YAML

Added lang/py-jsparser version 2.4.5

(joerg)

2017-02-07 23:49:26 UTC MAIN commitmail json YAML

+ py-jsparser

(joerg)

2017-02-07 23:48:57 UTC MAIN commitmail json YAML

2017-02-07 23:42:04 UTC MAIN commitmail json YAML

Add comment why test target won't work.

(wiz)

2017-02-07 21:40:19 UTC MAIN commitmail json YAML

Updated www/php-apcu to 5.1.8

(roy)

2017-02-07 21:00:35 UTC MAIN commitmail json YAML

Update to apcu-5.1.8 with the following changes:
- fix gh#207 Segmentation fault in apc_sma_api_free()
- fix gh#221 memory leak
- update to apc dashboard

(roy)

2017-02-07 19:38:48 UTC MAIN commitmail json YAML

2017-02-07 19:30:22 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg3 to 3.2.3

(adam)

2017-02-07 19:28:15 UTC MAIN commitmail json YAML

Fix ruby pattern broken during last bump.

(joerg)

2017-02-07 19:28:09 UTC MAIN commitmail json YAML

version 3.2.3:
- avcodec/movtextdec: Fix decode_styl() cleanup
- lavf/matroskadec: fix is_keyframe for early Blocks
- configure: bump year
- avcodec/pngdec: Check trns more completely
- avcodec/interplayvideo: Move parameter change check up
- avcodec/dca_lbr: Fix off by 1 error in freq check
- avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progressive_ac()
- pgssubdec: reset rle_data_len/rle_remaining_len on allocation error
- swscale: save ebx register when it is not available
- avformat/flacdec: Check avio_read result when reading flac block header.
- avcodec/utils: correct align value for interplay
- avcodec/vp56: Check for the bitstream end, pass error codes on
- avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan()
- avcodec/pngdec: Fix off by 1 size in decode_zbuf()
- libopenmpt: add missing avio_read return value check
- avcodec/bsf: Fix av_bsf_list_free()
- avcodec/omx: Do not pass negative value into av_malloc()
- avformat/avidec: skip odml master index chunks in avi_sync
- avcodec/mjpegdec: Check for rgb before flipping
- lavf/utils.c Protect against accessing entries[nb_entries]
- avutil/random_seed: Reduce the time needed on systems with very low precission clock()
- swscale/swscale: Fix dereference of stride array before null check
- avutil/random_seed: Improve get_generic_seed() with higher precission clock()
- avformat/mp3dec: fix msan warning when verifying mpa header
- avformat/utils: Print verbose error message if stream count exceeds max_streams
- avformat/options_table: Set the default maximum number of streams to 1000
- lavf/chromaprint: Update for version 1.4
- avutil: Add av_image_check_size2()
- avformat: Add max_streams option
- avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated
- avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()
- avformat/oggdec: Skip streams in duration correction that did not had their duration set.
- avcodec/ffv1enc: Fix size of first slice
- ffplay: fix sws_scale possible out of bounds array access
- avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' option

(adam)

2017-02-07 14:35:25 UTC MAIN commitmail json YAML

Added sysutils/p5-Unburden-Home-Dir version g99a9278

(hauke)

2017-02-07 14:34:36 UTC MAIN commitmail json YAML

2017-02-07 14:04:52 UTC MAIN commitmail json YAML

List blocking issue for py-setuptools update.

(wiz)

2017-02-07 14:04:08 UTC MAIN commitmail json YAML

Updated security/py-certbot to 0.11.1

(wiz)

2017-02-07 14:03:58 UTC MAIN commitmail json YAML

Updated py-certbot to 0.11.1.

No concise changelog found. ~30 bugs/issues fixed.

(wiz)

2017-02-07 14:03:25 UTC MAIN commitmail json YAML

Updated security/py-acme to 0.11.1

(wiz)

2017-02-07 14:03:14 UTC MAIN commitmail json YAML

Updated py-acme to 0.11.1.

No concise changelog found. ~30 bugs/issues fixed.

(wiz)

2017-02-07 14:00:32 UTC MAIN commitmail json YAML

2017-02-07 13:50:54 UTC MAIN commitmail json YAML

Updated devel/py-protobuf to 3.2.0

(wiz)

2017-02-07 13:50:45 UTC MAIN commitmail json YAML

Updated devel/protobuf to 3.2.0

(wiz)

2017-02-07 13:50:31 UTC MAIN commitmail json YAML

Update *protobuf to 3.2.0:

2017-01-23 version 3.2.0 (C++/Java/Python/PHP/Ruby/Objective-C/C#/JavaScript/Lite)
  General
  * Added protoc version number to protoc plugin protocol. It can be used by
    protoc plugin to detect which version of protoc is used with the plugin and
    mitigate known problems in certain version of protoc.

  C++
  * The default parsing byte size limit has been raised from 64MB to 2GB.
  * Added rvalue setters for non-arena string fields.
  * Enabled debug logging for Android.
  * Fixed a double-free problem when using Reflection::SetAllocatedMessage()
    with extension fields.
  * Fixed several deterministic serialization bugs:
    * MessageLite::SerializeAsString() now respects the global deterministic
      serialization flag.
    * Extension fields are serialized deterministically as well.  Fixed protocol
      compiler to correctly report importing-self as an error.
  * Fixed FileDescriptor::DebugString() to print custom options correctly.
  * Various performance/codesize optimizations and cleanups.

  Java
  * The default parsing byte size limit has been raised from 64MB to 2GB.
  * Added recursion limit when parsing JSON.
  * Fixed a bug that enumType.getDescriptor().getOptions() doesn't have custom
    options.
  * Fixed generated code to support field numbers up to 2^29-1.

  Python
  * You can now assign NumPy scalars/arrays (np.int32, np.int64) to protobuf
    fields, and assigning other numeric types has been optimized for
    performance.
  * Pure-Python: message types are now garbage-collectable.
  * Python/C++: a lot of internal cleanup/refactoring.

  PHP (Alpha)
  * For 64-bit integers type (int64/uint64/sfixed64/fixed64/sint64), use PHP
    integer on 64-bit environment and PHP string on 32-bit environment.
  * PHP generated code also conforms to PSR-4 now.
  * Fixed ZTS build for c extension.
  * Fixed c extension build on Mac.
  * Fixed c extension build on 32-bit linux.
  * Fixed the bug that message without namespace is not found in the descriptor
    pool. (#2240)
  * Fixed the bug that repeated field is not iterable in c extension.
  * Message names Empty will be converted to GPBEmpty in generated code.
  * Added phpdoc in generated files.
  * The released API is almost stable. Unless there is large problem, we won't
    change it. See
    https://developers.google.com/protocol-buffers/docs/reference/php-generated
    for more details.

  Objective-C
  * Added support for push/pop of the stream limit on CodedInputStream for
    anyone doing manual parsing.

  C#
  * No changes.

  Ruby
  * Message objects now support #respond_to? for field getters/setters.
  * You can now compare ���message == non_message_object��� and it will return false
    instead of throwing an exception.
  * JRuby: fixed #hashCode to properly reflect the values in the message.

  Javascript
  * Deserialization of repeated fields no longer has quadratic performance
    behavior.
  * UTF-8 encoding/decoding now properly supports high codepoints.
  * Added convenience methods for some well-known types: Any, Struct, and
    Timestamp. These make it easier to convert data between native JavaScript
    types and the well-known protobuf types.

(wiz)

2017-02-07 13:05:26 UTC MAIN commitmail json YAML

Updated devel/apache-ant to 1.10.0

(wiz)

2017-02-07 13:05:15 UTC MAIN commitmail json YAML

Updated apache-ant to 1.10.0.

Changes from Ant 1.9.7 TO Ant 1.10.0
====================================

Changes that could break older environments:
-------------------------------------------

* Ant 1.10.x requires Java8 or newer at compile or build time.
  The 1.9.x series wil stay compatible with Java5.

* The <apt> task has been removed since apt itself has been removed
  with Java8.

* <fileset>/<zipfileset>/<tarfileset> exhibited undefined
  behavior when both the dir and file attribute have been used on the
  same instance. This will now cause the build to fail.
  Bugzilla Report 59402

* <native2ascii> will default to the builtin implementation on Java8
  as well (sun isn't available for Java9+ anyway).

* The ant.java.version property will now hold the value "9" rather
  than "1.9" if running on Java 9.

* <rmic> will no longer allow the -Xnew option (or xmic compiler) to
  be used when running on Java 9 since this option has been removed.
  Bugzilla Report 59906

* <javah> will default to the "forking" implementation on Java8
  as well.

Fixed bugs:
-----------

* setDynamicAttribute on MacroInstance now lower-cases the attribute
  name in order to allow users of the API to use the attributes names
  they have specified.
  Bugzilla Report 59339

* <get>'s quiet attribute was broken, it didn't suppress any messages.
  Bugzilla Report 59379

* <zip>'s check whether an archive is already up-to-date failed on
  NTFS filesystems and re-created archives more often than necessary.
  Bugzilla Report 59562

* AntClassLoader didn't delegate to the parent loader for classes in
  the "jdk" package or one of its subpackages. This hierarchy has
  been introduced with Java 7.
  Bugzilla Report 59556

* The ant wrapper script used on Unix-like operating systems only
  worked on OSes where sed is GNU sed.
  Bugzilla Report 59898

* <touch>'s default pattern as well as the default patterns used by
  the <date> (resource) selectors depended on the JDK being used - or
  rather the locale provider being used and the default locale
  provider changed with Java 9.
  They are now fixed and the documentation has been updated to
  reflect the real patterns used rather than a non-formal description
  of the expected format.
  Bugzilla Report 59909

* Clarified the documentation of <get>'s retries attribute.
  Bugzilla Report 59930

* The ant wrapper script failed if backticks were passed on the
  command line.
  Bugzilla Report 60150, 59445

* The report generated by <junitreport> could contain duplicate
  characters in stack traces.
  Bugzilla Report 58661

Other changes:
--------------

* New file selectors <executable>, <symlink> and <ownedBy>.

* New task <setpermissions> that provides the ability to set POSIX
  compatible permssions via NIO's PosixFilePermission

* <junit> now initializes the cause of the AssertionFailedError when
  converting from AssertionError.
  Bugzilla Report 58982

* <scp> now supports compression via the optional compressed attribute.
  Bugzilla Report 47552

* <junit> now supports JDK9 modules
  Github Pull Request #18

* a new implementation "builtin" has been added to <native2ascii> and
  is the default when running on JDK9+ since the tool itself has been
  removed from the JDK.
  Bugzilla Report 59855

* added a new <native2asciifilter> filter that can perform non-ASCII
  to Unicode-escape conversions.

* <rmic> defaults to the "forking" compiler on JDK 9+ as the
  implementation class of rmic is not exported by its containing
  module and thus not accessible to Ant without applying -XaddExports
  magic.
  Bugzilla Report 59860

* a new implementation "forking" has been added to <javah> and is
  used as default when running on JDK9.

* support for javac's -h switch has been added with the
  nativeheaderdir attribute.
  Bugzilla Report 59905

* it is now possible to set features of the TraX factory used by <xslt>
  and <junitreport>.

* it is now possible to use references to Ant types and classloaders
  built around Ant <path>s as values for TraX factory attributes.

* AntClassLoader and its subclasses register themselves as parallel
  capable.

* <junitreport> now enables the feature
  http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions
  when run on Java 9 so the redirect extension function can be used
  if when a SecurityManager is active.
  Bugzilla Report 60060

* support for javac's --release switch introduced with Java9 has been
  added.
  Bugzilla Report 60172

(wiz)

2017-02-07 13:03:27 UTC MAIN commitmail json YAML

Updated textproc/go-runewidth to 0.0.2

(wiz)

2017-02-07 13:03:17 UTC MAIN commitmail json YAML

Updated go-runewidth to 0.0.2.

Simplify package.

Changes: not found.
LICENSE is now installed, github changelog looks like
bugfixes.

(wiz)

2017-02-07 13:00:59 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.3.20170131

(wiz)

2017-02-07 13:00:49 UTC MAIN commitmail json YAML

Updated dialog to 1.3.20170131.

2017/01/31
+ use DLG_TRACE macro consistently to make "--disable-trace" configure
  option work.
+ modify buildlist widget to support option "--reorder" for to allow
  user to reorder the data based on the sequence of selections
  (discussion with Paraic O'Ceallaigh).
+ fill background color on unused parts of buildlist.
+ fix a minor error in buildlist which let pageup switch columns.
+ change several calls to dlg_trace_msg to prefix with "#" to make
  the trace logs more consistent for parsing.
+ add samples/run_test.sh
+ further improve performance with very long command-lines by changes
  to howmany_tags().
+ modify dlg_string_to_argv() to convert escaped double-quotes to
  plain double-quotes when within a double-quoted string.
+ modify makefile to apply CFLAGS to linking
+ modify dlg_string_to_argv() to ignore escaped newlines except when
  quoted, fixing a problem with samples/checklist9.
+ interpret $DIALOGOPTS before expanding "--file", etc., to allow
  the environment variable to turn on tracing in that process.
+ improve performance when processing very long command lines, e.g.,
  using "--file" by changing dialog_opts[] to an array of pointers to
  the expanded argv[] (discussion with Lars Tauber).
+ modified autoconf macros
  + CF_CC_ENV_FLAGS amend the last change to move only the
    preprocessor, optimization and warning flags to CPPFLAGS and
    CFLAGS, leaving the residue in CC.  That happens to work for gcc's
    various "model" options, but may require tuning for other compilers
  + CF_LARGEFILE workaround for clang exit-code vs warnings
  + CF_MATH_LIB quiet strict gcc warning
  + CF_WITH_LIBTOOL fix a few places in configure/build scripts where
    DESTDIR and rpath were combined
  + CF_XOPEN_SOURCE add "uclinux" to list of Linux's
+ update config.guess, config.sub

(wiz)

2017-02-07 12:59:43 UTC MAIN commitmail json YAML

Updated devel/libuv to 1.11.0

(wiz)

2017-02-07 12:59:33 UTC MAIN commitmail json YAML

Updated libuv to 1.11.0.

2017.02.02, Version 1.11.0 (Stable)

Changes since version 1.10.2:

* Now working on version 1.10.3 (cjihrig)

* win: added fcntl.h to uv-win.h (Michele Caini)

* unix: move function call out of assert (jBarz)

* fs: cleanup uv__fs_scandir (Santiago Gimeno)

* fs: fix crash in uv_fs_scandir_next (muflub)

* win,signal: fix potential deadlock (Bartosz Sosnowski)

* unix: use async-signal safe functions between fork and exec (jBarz)

* sunos: fix SUNOS_NO_IFADDRS build (Ben Noordhuis)

* zos: make platform functional (John Barboza)

* doc: add repitition qualifier to version regexs (Daniel Bevenius)

* zos: use gyp OS label "os390" on z/OS (John Barboza)

* aix: enable uv_get/set_process_title (Howard Hellyer)

* zos: use built-in proctitle implementation (John Barboza)

* Revert "darwin: use clock_gettime in macOS 10.12" (Chris Araman)

* win,test: don't write uninitialized buffer to tty (Bert Belder)

* win: define ERROR_ELEVATION_REQUIRED for MinGW (Richard Lau)

* aix: re-enable fs watch facility (Gireesh Punathil)

(wiz)

2017-02-07 12:58:15 UTC MAIN commitmail json YAML

Updated print/latexmk to 452c

(wiz)

2017-02-07 12:58:05 UTC MAIN commitmail json YAML

Updated latexmk to 452c.

>From v. 4.48 to 4.52
  Optimize number of calls to kpsewhich.  This often gives a
    considerable savings of run time when a document includes many
    graphics files that are in a texmf tree.
  Fix bug that if an .aux file is deleted and latexmk is run, the
    wrong number of runs of (pdf)latex was made.
  Fix related problem that latexmk sometimes does too few runs of
    (pdf)latex because of the incorrect detection that a file is only
    read after being written.
  Implement direct support for xelatex and lualatex.  Previously these
    programs were used by configuring the $pdflatex so that the desired
    program is run instead of pdflatex.  There are now configuration
    variables $xelatex and $lualatex to specify the commands used, and
    extra command line options -pdfxe and -pdflua.
  In the case of xelatex, considerable improvement in run time is
    given for documents containing large graphics files.  This is
    because compilation is made first to an xdv file instead of direct
    to a pdf file.  Only when this file is finalized is a single
    conversion to a pdf file made.  (This last step can be especially
    time-consuming for documents that bring in large graphics files.)
  Correct detection for missing graphics files with xelatex.
  Work around LuaTeX line-wrapping bug.
  Update documentation.
  Minor improvements in code and diagnostics.

>From v. 4.52 to 4.52b
  Fix bug introduced in 4.52 that use of bibtex wasn't always detected
    when recorder mode is on.

>From v. 4.52b to 4.52c
  Document $kpsewhich_show variable.
  Make -jobname work with -pdfxe and -pdflua

(wiz)

2017-02-07 12:54:54 UTC MAIN commitmail json YAML

Updated net/wireshark to 2.2.4

(wiz)

2017-02-07 12:54:43 UTC MAIN commitmail json YAML

Updated wireshark to 2.2.4.

                        Wireshark 2.2.4 Release Notes

What's New

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2017-01
      The ASTERIX dissector could go into an infinite loop. ([2]Bug
      13344)
    * [3]wnpa-sec-2017-02
      The DHCPv6 dissector could go into a large loop. ([4]Bug 13345)

  The following bugs have been fixed:
    * TCP reassembly: tcp.reassembled_in is not set in first packet.
      ([5]Bug 3264)
    * Duplicated Interfaces instances while refreshing. ([6]Bug 11553)
    * Time zone name needs to be converted to UTF-8 on Windows. ([7]Bug
      11785)
    * Crash on fast local interface changes. ([8]Bug 12263)
    * Please align columns in tshark's output. ([9]Bug 12502)
    * Display data rate fields for VHT rates invalid with BCC modulation.
      ([10]Bug 12859)
    * plugin_if_get_ws_info causes Access Violation if called during
      rescan. ([11]Bug 12973)
    * SMTP BDAT dissector not reverting to command-code after DATA.
      ([12]Bug 13030)
    * Wireshark fails to recognize V6 DBS Etherwatch capture files.
      ([13]Bug 13093)
    * Runtime Error when try to merge .pcap files (Wireshark crashes).
      ([14]Bug 13175)
    * PPP BCP BPDU size reports not header size, but all data underneath
      and its header size in UI. ([15]Bug 13188)
    * In-line UDP checksum bytes in 6LoWPAN IPHC are swapped. ([16]Bug
      13233)
    * Uninitialized memcmp on data in daintree-sna.c. ([17]Bug 13246)
    * Crash when dissect WDBRPC Version 2 protocol with Dissect unknown
      program numbers enabled. ([18]Bug 13266)
    * Contents/Resources/bin directory isn't in the app bundle after
      installation. ([19]Bug 13270)
    * Regression: IEEE17221 (AVDECC) decoded as IEEE1722 (AVB
      Transportation Protocol). ([20]Bug 13274)
    * Can't decode packets captured with OpenBSD enc(4) encapsulating.
      ([21]Bug 13279)
    * UDLD flags are at other end of octet. ([22]Bug 13280)
    * MS-WSP dissector no longer works since commit
      8c2fa5b5cf789e6d0d19cd0dd34479d0203d177a. ([23]Bug 13299)
    * TBCD string decoded wrongly in MAP ATI message. ([24]Bug 13316)
    * Filter Documentation: The tilde (~) operator is not documented.
      ([25]Bug 13320)
    * VoIP Flow Sequence Causes Application Crash. ([26]Bug 13329)

  Updated Protocol Support

  6LoWPAN, DVB-CI, ENC, GSM MAP, IEEE 1722, IEEE 1722.1, ISAKMP, MS-WSP,
  PPP, QUIC, Radiotap, RPC, SMTP, TCP, UCD, and UDLD

  New and Updated Capture File Support

  Daintree SNA, and DBS Etherwatch

(wiz)

2017-02-07 12:36:13 UTC MAIN commitmail json YAML

Updated x11/gtk-mac-integration to 2.0.8; graphics/gimp to 2.8.20

(adam)

2017-02-07 12:34:05 UTC MAIN commitmail json YAML

Updated devel/py-tortoisehg to 4.0.2

(wiz)

2017-02-07 12:33:54 UTC MAIN commitmail json YAML

Updated py-tortoisehg to 4.0.2.

TortoiseHg 4.0.2

TortoiseHg 4.0.2 is a regularly scheduled bug-fix release, containing
only updates to Mercurial itself.

(wiz)

2017-02-07 12:30:30 UTC MAIN commitmail json YAML

2017-02-07 12:21:09 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.41

(wiz)

2017-02-07 12:20:59 UTC MAIN commitmail json YAML

Updated py-anki2 to 2.0.41.

Changes in 2.0.41

Released 2017-01-29.

    Shave a second or two off sync times in certain circumstances.

    Fix for errors on latest sqlite on Linux (thanks to dequis)

    OS X alternate version rebuilt on 2017-01-30 to fix an issue with playing sounds.

(wiz)

2017-02-07 12:19:04 UTC MAIN commitmail json YAML

Updated devel/afl to 2.39b

(wiz)

2017-02-07 12:18:54 UTC MAIN commitmail json YAML

Updated afl to 2.39b.

--------------
Version 2.39b:
--------------

  - Improved error reporting in afl-cmin. Suggested by floyd.

  - Made a minor tweak to trace-pc-guard support. Suggested by kcc.

  - Added a mention of afl-monitor.

--------------
Version 2.38b:
--------------

  - Added -mllvm -sanitizer-coverage-block-threshold=0 to trace-pc-guard
    mode, as suggested by Kostya Serebryany.

--------------
Version 2.37b:
--------------

  - Fixed a typo. Spotted by Jakub Wilk.

  - Fixed support for make install when using trace-pc. Spotted by
    Kurt Roeckx.

  - Switched trace-pc to trace-pc-guard, which should be considerably
    faster and is less quirky. Kudos to Konstantin Serebryany (and sorry
    for dragging my feet).

    Note that for some reason, this mode doesn't perform as well as
    "vanilla" afl-clang-fast / afl-clang.

(wiz)

2017-02-07 12:16:48 UTC MAIN commitmail json YAML

2017-02-07 12:13:12 UTC MAIN commitmail json YAML

2017-02-07 12:07:33 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 6.18

(wiz)

2017-02-07 12:07:23 UTC MAIN commitmail json YAML

Updated p5-libwww to 6.18.

6.18 2017-02-02
    - Update "timeout" when reusing sockets (PR#90)
    - Fix bug triggered when calling simple_request() with a malformed URL
      (PR#108)

6.17 2017-01-31
- Noted another protocol failure message (PR#65)
- Removed old use of UNIVERSAL::isa() and swapped evals for Try::Tiny (PR#105)
- Standardized the Changes file (GH#106)
- Fixed documentation error in lwp-request.

(wiz)

2017-02-07 12:03:31 UTC MAIN commitmail json YAML

Updated devel/p5-Type-Tiny to 1.000006

(wiz)

2017-02-07 12:03:21 UTC MAIN commitmail json YAML

Updated p5-Type-Tiny to 1.000006.

1.000006 2017-01-30

[ Bug Fixes ]
- Fix escaping withing q{...} in a test case.
  Fixes RT#114386.
  Karen Etheridge++
  <https://rt.cpan.org/Ticket/Display.html?id=114386>

(wiz)

2017-02-07 12:02:14 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 2.044

(wiz)

2017-02-07 12:02:04 UTC MAIN commitmail json YAML

Updated p5-IO-Socket-SSL to 2.044.

2.044 2017/01/26
- protect various 'eval'-based capability detections at startup with a localized
  __DIE__ handler. This way dynamically requiring IO::Socket::SSL as done by
  various third party software should cause less problems even if there is a
  global __DIE__ handler which does not properly deal with 'eval'.

(wiz)

2017-02-07 11:51:04 UTC MAIN commitmail json YAML

GIMP 2.8.20

Core:
- Avoid D-Bus error message when built without D-Bus support
- fix OS X min required conditional in gimpimagewindow.c
- Saving to existing .xcf.bz and .xcf.gz files didn't truncate them
  and could lead to unnecessarily large files
- Text layer created by gimp-text-fontname doesn't respect border
  when resized
- avoid seeking when saving XCF files to prevent corruption with
  file network shares (fixed since 2014, but not mentioned in NEWS yet)

GUI:
- Flow on Paint Dynamics editor dialog: the 'y' axis is indicating
  'Rate' instead 'Flow'
- Vertical ruler shows artifacts if the status bar isn't showing
- Tablet stylus misbehaves when crossing the edge of a dock in
  multi-window-mode
- Disable the new "automatic window tabbing" feature introduced on macOS
  Sierra
- Improve the visiblity of slider handles with dark themes
- Make it harder to switch to renaming if selecting already selected
  items in resource lists

Tools:
- make toggling to color picker mode of paint tools more robust

Libgimp:
- call gimp_file_entry_set_filename() with filename encoding

Windows Installer:
- Reduce the memory requirement when running the installer (has
  already been shipped in a 2.8.18 installer-only update)
- Ship an updated libcairo to fix GTK+ UI rendering problems, like
  missing palette border/bevel and shadowa under tab labels

macOS DMG:
- Ship the Tango icon theme with the DMG for a complete set of icons
- fix the way mime data is copied into the bundle
- no longer copy Pango modules into the bundle
- prevent a crash caused by drag&drop on OSX by patching the included
  GTK+
- ship a patch for gettext to make sure the preferred UI language
  will be used

Plug-ins:
- Prevent the Python console from closing by the Escape key
- Help browser does not launch on OS X
- Filter 'Edge Detect/Difference of Gaussians' returns empty image
- only use -xobjective-c for compile commands
- mkgen.pl: fix calls to write_file() routine to write to current
  directory
- When printing, the images are composed onto a white background to
  prevent printing a black box instead of a transaprent image
- Fix color visison deficiency display filters to apply gamma
  correction directly

(adam)

2017-02-07 11:15:43 UTC MAIN commitmail json YAML

Changes 2.0.8
* Provide a default gtk-mac-integration.pc, a copy of
      gtk-mac-integration-gtk2.pc unless gtk-mac-integration-gtk3.pc is the
      only version built. Applications are advised not to use it; it's only to
      avoid gratuitous breakage in single-gtk environments.
* Get GtkApplicationDelegate's application:openFile: handler to work at startup.
      It fires off the signal before the main loop has started, so stash the
      URI in a static for applicationDidFinishLaunching to fire the signal.
* Bug 744597 - Document that gtk_menu_reorder_child() doesn't update the menu.
* Update documents for current version of Gtk-Docs.
* Fix compile error on Leopard & Tiger.
* Minor build system improvements
* Make it possible to override libtoolize
* Get PyGObject-2.0's datadir from pkg-config
* Update .gitignore
* Fix autotools warnings and modernize some
* Use seperate configure flags for gtk2 and gtk3
      Changes --with-gtk=gtk2 (which was broken) to --with-gtk2 and --with-gtk3
      This allows you to build against both at the same time.
      None of the pkgconfig files should have been changed but there is only
      a single includedir now since they are the same.
* Use gnome-autogen.sh

(adam)

2017-02-07 10:36:59 UTC MAIN commitmail json YAML

drop override for PHP_VERSIONS_ACCEPTED - this package compiles for both 5.x
and 7.x, so the default is fine

(jdolecek)

2017-02-07 09:51:19 UTC MAIN commitmail json YAML

Added net/p5-File-Rsync version 0.49

(hauke)

2017-02-07 09:50:32 UTC MAIN commitmail json YAML

Perl Convenience wrapper for the rsync(1) program. Written for
rsync-2.3.2 and updated for rsync-3.1.1 but should perform properly
with most recent versions.

(hauke)

2017-02-07 09:23:41 UTC MAIN commitmail json YAML

Added devel/p5-Config-File version 1.50

(hauke)

2017-02-07 09:22:18 UTC MAIN commitmail json YAML

2017-02-07 01:26:14 UTC MAIN commitmail json YAML

2017-02-07 01:25:18 UTC MAIN commitmail json YAML

Added security/py-oath version 1.4.1

(joerg)

2017-02-07 01:25:06 UTC MAIN commitmail json YAML

Add py-oath-1.4.1:

python-oath is a package implementing the three main OATH specifications:
- HOTP, an event based one-time password standard (RFC 4226)
- TOTP, a time based OTP (6238)
- OCRA, a mixed OTP / signature system based on HOTP for complex use cases
  (RFC 6287)

(joerg)

2017-02-07 01:19:15 UTC MAIN commitmail json YAML

2017-02-07 00:39:13 UTC MAIN commitmail json YAML

Updated print/abcm2ps to 8.13.5

(wiz)

2017-02-07 00:39:02 UTC MAIN commitmail json YAML

Updated abcm2ps to 8.13.5.

---- Version 8.13.5 - 2017-01-31 ----

Fix clash of dot and glissendi
(reported by Manavasu)
Fix lack of double bar at end of line with "|ccc||$|:c|"
(reported by Timm Reasbeck)
Fix lack of stem when some invisible note heads in chord
Better glissendi
Fix random bad offset of helper lines
(reported by David Lacroix)

(wiz)

2017-02-07 00:06:04 UTC MAIN commitmail json YAML

2017-02-07 00:04:40 UTC MAIN commitmail json YAML

Improve version.

(wiz)

2017-02-06 22:29:42 UTC MAIN commitmail json YAML

2017-02-06 22:28:54 UTC MAIN commitmail json YAML

2017-02-06 22:25:24 UTC MAIN commitmail json YAML

Add package gradle.

Gradle is a Java based build tool which allows creating
project build scripts using a domain-specific language
based on Groovy.

Packaged on pkgsrc-wip by asiekierka, thanks!

(maya)

2017-02-06 19:00:44 UTC MAIN commitmail json YAML

2017-02-06 15:55:49 UTC MAIN commitmail json YAML

Fix PLIST:

$ tar tzvf /usr/pkgsrc/distfiles/apache-tomcat-8.0.41.tar.gz | egrep 'ROOT.*asf-logo'
-rw-r--r--  1 root    wheel      26447 Jan 18 22:25 apache-tomcat-8.0.41/webapps/ROOT/asf-logo-wide.svg

(prlw1)

2017-02-06 15:39:28 UTC MAIN commitmail json YAML

Updated www/squidclamav to 6.16

(adam)

2017-02-06 15:37:41 UTC MAIN commitmail json YAML

version 6.16

This release fixes a major bug with debugs macro that can have
bad side effects like printing an error after configuration reload
an possibly some other wrong behaviors.

  - Change log level of configuration reloading message.
  - Show line in configuration file that can not be parsed
    by add_pattern().
  - Enclose debugs macro to avoid misusage. Thanks to Denis Volpato
    Martins for the patch.
  - Fix Apache complain "AH01215: CGI::param called in list context
    from package main line 14, this can lead to vulnerabilities."
    Thanks to thctlo for the report.

Please upgrade asap.

(adam)

2017-02-06 14:51:37 UTC MAIN commitmail json YAML

Updated www/c-icap to 0.4.4; www/c-icap-modules to 0.4.4

(adam)

2017-02-06 14:15:18 UTC MAIN commitmail json YAML

2017-02-06 14:14:48 UTC MAIN commitmail json YAML

c-icap-0.4.4 changes:
Fix c-icap.conf installation and build problems
Fix c-icap build problem when poll is disabled
Bug fix: body->unlocked can be greater than the body->readpos causing segfault
to c-icap
Handle correctly missing proxy-user header in the case the RemoteProxyUsers is
enabled
Bug fix: Unexpected error waiting for or reading events in control socket!
ci_client_icapfilter does not send correct eof line on zero-sized files

(adam)

2017-02-06 13:56:14 UTC MAIN commitmail json YAML

2017-02-06 13:34:21 UTC MAIN commitmail json YAML

Remove comments, put netbsd specific stuff next to other OS-specific stuff

(maya)

2017-02-06 12:48:18 UTC MAIN commitmail json YAML

2017-02-06 12:45:20 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 1.4.2

(wiz)

2017-02-06 12:45:09 UTC MAIN commitmail json YAML

Updated harfbuzz to 1.4.2.

Enable graphite2 dependency, as libreoffice seems to want it.

Overview of changes leading to 1.4.2
Monday, January 23, 2017
====================================

- Implement OpenType Font Variation tables avar/fvar/HVAR/VVAR.
- hb-shape and hb-view now accept --variations.
- New API:

hb_variation_t
hb_variation_from_string()
hb_variation_to_string()

hb_font_set_variations()
hb_font_set_var_coords_design()
hb_font_get_var_coords_normalized()

hb-ot-var.h:
hb_ot_var_axis_t
hb_ot_var_has_data()
hb_ot_var_get_axis_count()
hb_ot_var_get_axes()
hb_ot_var_find_axis()
hb_ot_var_normalize_variations()
hb_ot_var_normalize_coords()

- MVAR to be implemented later.  Access to named instances to be
  implemented later as well.

- Misc fixes.

(wiz)

2017-02-06 10:23:40 UTC MAIN commitmail json YAML

don't try to list all working platforms just because darwin probably isn't one
rotate logic to list broken platforms.

(maya)

2017-02-06 09:11:05 UTC pkgsrc-2016Q4 commitmail json YAML

2017-02-06 09:10:46 UTC pkgsrc-2016Q4 commitmail json YAML

Pullup ticket #5207 - requested by wiz
archivers/unzip: security fix

Revisions pulled up:
- archivers/unzip/Makefile                                      1.95
- archivers/unzip/distinfo                                      1.30
- archivers/unzip/patches/patch-list.c                          1.2
- archivers/unzip/patches/patch-zipinfo.c                      1.1

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sat Feb  4 23:25:59 UTC 2017

  Modified Files:
  pkgsrc/archivers/unzip: Makefile distinfo
  pkgsrc/archivers/unzip/patches: patch-list.c
  Added Files:
  pkgsrc/archivers/unzip/patches: patch-zipinfo.c

  Log Message:
  Add patches for CVE-2014-9913 and CVE-2016-9844.

  Bump PKGREVISION.

(bsiegert)

2017-02-06 07:10:34 UTC MAIN commitmail json YAML

Removed converters/orcus successor converters/orcus0.12 [wiz 2017-02-06]

(wiz)

2017-02-06 07:10:00 UTC MAIN commitmail json YAML

2017-02-06 04:19:12 UTC MAIN commitmail json YAML

Fix PLIST for linux.

(markd)

2017-02-06 03:50:01 UTC MAIN commitmail json YAML

2017-02-06 01:29:10 UTC MAIN commitmail json YAML

2017-02-06 01:22:46 UTC MAIN commitmail json YAML

python36 PLIST as for python35

(markd)

2017-02-06 01:12:12 UTC MAIN commitmail json YAML

No linux only files in latest libvncserver.

(markd)

2017-02-06 01:06:05 UTC MAIN commitmail json YAML

Add version suffix to binaries to allow multiple alternatives at once.

(markd)

2017-02-05 20:40:44 UTC MAIN commitmail json YAML

Updated net/socat to 1.7.3.2

(leot)

2017-02-05 20:40:32 UTC MAIN commitmail json YAML

Update net/socat to socat-1.7.3.2

pkgsrc changes:
- Take MAINTAINERship

Changes:
1.7.3.2
-------
corrections:
- SIGSEGV and other signals could lead to a 100% CPU loop
- Failing name resolution could lead to SIGSEGV
  Thanks to Max for reporting this issue.
- Include <stddef.h> for ptrdiff_t
  Thanks to Jeroen Roovers for reporting this issue.
- Building with --disable-sycls failed due to missing sslcls.h defines
  Socat hung when configured with --disable-sycls.
- Some minor corrections with includes etc.
- Option so-reuseport did not work. Thanks to Some Raghavendra Prabhu
  for sending a patch.
- Programs invoked with EXEC, nofork, and -u or -U had stdin and stdout
  incorrectly assigned
  Test: EXEC_NOFORK_UNIDIR
  Thanks to David Reiss for reporting this problem.
- Socat exited with status 0 even when a program invoked with SYSTEM or
  EXEC failed.
  Tests: SYSTEM_RC EXEC_RC
  Issue reported by Felix Winkelmann.
- AddressSanitizer reported a few buffer overflows (false positives).
  Nevertheless fixed Socat source.
  Issue reported by Hanno Bæ—¦ck.
- Socat did not use option ipv6-join-group.
  Test: USE_IPV6_JOIN_GROUP
  Thanks to Linux L�ssing for sending a patch.
- UDP-LISTEN did not honor the max-children option.
  Test: UDP4MAXCHILDREN UDP6MAXCHILDREN
  Thanks to Leander Berwers for reporting this issue.
- Options so-rcvtimeo and so-sndtimeo do not work with poll()/select()
  and therefore were useless.
  Thanks to Steve Borenstein for reporting this issue.
- Option dhparam was documented as dhparams. Added the alias name
  dhparams to fix this.
  Thanks to Alexander Neumann for sending a patch.
- Options shut-down and shut-close did not work.
  Thanks to Stefan Schimanski for providing a patch.
- There was a bug in printing readline log message caused by a misleading
  indentation.
  Thanks to Paul Wouters for reporting.
- The internal vsnprintf_r function looped or crashed on size parameter
  with hexadecimal output.
- Ignore exit code of child process when it was killed by master due to
  EOF
- Corrected byte order on read of IPV6_TCLASS value from ancillary
  message
- Fixed type of the bool element in options. This had bug caused failures
  e.g. of ignoreeof on big-endian systems when bool was not based on int.
- On systems with predefined bool type whose size differs from int some
  IPv6 and TCP options (per setsockopt()) failed.
- Length of integral data in ancillary messages varies (TOS: 1 byte,
  TTL: 4 bytes), the old implementation failed for TTL on big-endian
  hosts.
- Fixed an issue in options processing: TUN and DNS flags had failed on
  big-endian systems and the NO- forms had probable never worked.

porting:
- Type conflict between int and sig_atomic_t between declaration and
  definition of diag_immediate_type and diag_immediate_exit broke
  compilation on FreeBSD 10.1 with clang. Thanks to Emanuel Haupt for
  reporting this bug.
- Socat failed to compile on platforms with OpenSSL without
  DTLSv1_client_method or DTLSv1_server_method.
  Thanks to Simon Matter for sending a patch.
- NuttX OS headers do not provide struct ip, thus socat did not compile.
  Made struct ip subject to configure.
  Thanks to SP for reporting this issue.
- Socat failed to compile with OpenSSL version 1.0.2d where
  SSLv3_server_method and SSLv3_client_method are no longer defined.
  Thanks to Mischa ter Smitten for reporting this issue and providing
  a patch.
- configure checked for OpenSSL EC_KEY assuming it is a define but it
  is a type, thus OpenSSL ECDHE ciphers failed even on Linux.
  Thanks to Andrey Arapov for reporting this bug.
- Changes to make socat compile with OpenSSL 1.1.
  Thanks to Sebastian Andrzej Siewior e.a. from the Debian team for
  providing the base patch.
  Debian Bug#828550
- Make Socat compatible with BoringSSL.
  Thanks to Matt Braithwaite for providing a patch.
- OpenSSL: Use RAND_status to determine PRNG state
  Thanks to Adam Langley for providing a patch
- AIX-7 uses an extended O_ACCMODE that does not fit socat's internal
  requirements. Thanks to Garrick Trowsdale for providing a patch
- LibreSSL support: check for OPENSSL_NO_COMP
  Thanks to Bernard Spil for providing a patch

testing:
- socks4echo.sh and socks4a-echo.sh hung with new bash with read -n
- test.sh: stderr; option -v (verbose); FDOUT_ERROR description
- improved proxy.sh - it now also takes hostnames
- A few corrections in test.sh
- DTLS1 test hangs on some distributions. Test is now only performed
  with OpenSSL 1.0.2 or higher.
- More corrections to test.sh that reveal a mistake with IPV6_TCLASS

docu:
- Corrected source of socat man page to correctly show man references
  like socket(2); removed obseolete entries from See Also
- Docu and some comments mentioned addresses SSL-LISTEN and SSL-CONNECT
  that do not exist (OPENSSL-LISTEN, SSL-L; and OPENNSSL-CONNECT, SSL
  are correct).
  Thanks to Zhigang Wang for reporting this issue.
- Fixed a couple of English spelling and grammar mistakes.
  Thanks to Jakub Wild for sending the patches.
- NOEXPAND() was not resolved 2 times.
- More minor docu corrections

legal:
- Added contributors to copyright notices. Suggested by Matt Braithwaite.

(leot)

2017-02-05 20:38:57 UTC MAIN commitmail json YAML

Updated chat/irssi to 1.0.1

(maya)

2017-02-05 20:38:34 UTC MAIN commitmail json YAML

irssi-xmpp: catch up with irssi changes.

this one is build tested, not run.

(maya)

2017-02-05 20:37:57 UTC MAIN commitmail json YAML

irssi-icb: catch up with irssi update to 1.0.1.

(maya)

2017-02-05 20:37:30 UTC MAIN commitmail json YAML

irssi: update to 1.0.1.

v1.0.1 2017-02-03  The Irssi team <staff@irssi.org>
- Fix Perl compilation in object dir. By Martijn Dekker (#602, #623).
- Disable EC cryptography on Solaris to fix build (#604, #598).
- Fix incorrect HELP SERVER example (#606, #519).
- Correct memory leak in /OP and /VOICE. By Tim Konick (#608).
- Fix regression that broke second level completion (#613, #609).
- Correct missing NULL termination in perl_parse. By Hanno Bæ—¦ck (#619).
- Sync broken mail.pl script (#624, #607).

(maya)

2017-02-05 19:33:58 UTC MAIN commitmail json YAML

PLIST update for todoman-2.0.2

(wiz)

2017-02-05 19:30:55 UTC MAIN commitmail json YAML

Updated misc/todoman to 2.0.2

(wiz)

2017-02-05 19:30:43 UTC MAIN commitmail json YAML

Updated todoman to 2.0.2.

v2.0.2
------

* Fix a crash after editing or completing a todo.

v2.0.1
------

* Fix a packaging error.

v2.0.0
------

New features
~~~~~~~~~~~~
* New flag ``--porcelain`` for programmatic integrations to use. See the
  ``integrations`` section :doc:`here </usage>` for details.
* Implement a new :doc:`configuration option </configure>`: ``default_due``.
* The configuration file is now pre-emptively validated. Users will be warned
  of any inconsistencies.
* The ``list`` command has a new ``--due`` flag to filter tasks due soon.
* Todo ids are now persisted in a cache. They can be manually purged using
  ``flush``.

Packaging changes
~~~~~~~~~~~~~~~~~
* New runtime dependency: configobj
* New runtime dependency: python-dateutil
* New test dependency: flake8-import-order.

(wiz)

2017-02-05 19:27:06 UTC MAIN commitmail json YAML

Updated time/khal to 0.9.1

(wiz)

2017-02-05 19:26:55 UTC MAIN commitmail json YAML

Updated khal to 0.9.1.

0.9.1
=====
released 2017-01-25

* FIX detecting not understood timezone information failed on python 3.6, this may lead to
  erroneous offsets in start and end times for those events, as those datetimes
  were treated as if they were in the system's local time, not as if they are in
  the (possibly) configured default_timezone.

* python 3.6 is now officially supported

0.9.0
=====
released 2017-01-24

Dependency Changes
------------------
* vdirsyncer isn't a hard dependency any more

Bug Fixes
---------
* fixed various bugs in `configure`
* fix bug in `new` that surfaces when date(time)format does contain a year
* fix bug in `import` that allows importing into read-only and/or non-default calendar
* fix how color discovered in calendars

Backwards Incompatibilities
---------------------------
* calendar path is now a glob without recursion for discover, if your calendars
  are no longer found, please consult the documentation (Taylor Money)
* `at` command now works like `list` with a timedelta of `0m`, this means that
  `at` will no longer print events that end at exactly the time asked for
  (Taylor Money)
* renamed `agenda` to `list` (Taylor Money)
* removed `days` configuration option in favor of `timedelta`, see
  documentation for details (Taylor Money)
* configuration file path $XDG_CONFIG_HOME/khal/config is now supported and
  $XDG_CONFIG_HOME/khal/khal.conf deprecated
* ikhal: introduction of three different new frame styles, new allowed values for
  `[view] frame` are `False`, `width`, `color`, `top` (with default `False`),
  `True` isn't allowed any more, please provide feedback over the usual channels
  if and which of those you consider useful as some of those might be removed in
  future releases (Christian Geier)
* removed configuration variable `encoding` (in section [locale]), the correct
  locale should now be figured out automatically (Markus Unterwaditzer)
* events that start and end at the same time are now displayed as if their
  duration was one hour instead of one day (Guilhem Saurel)

Enhancements
------------
* (nearly) all commands allow formatting of how events are printed with
  `--format`, also see the new configuration options `event_format`,
  `agenda_event_format`, `agenda_day_format` (Taylor Money)
* support for categories (and add `-g` flag for `khal new`) (Pierre David)
* search results are now sorted by start date (Taylor Money)
* added command `edit`, which also allows deletion of events (Taylor Money)
* `new` has interactive option (Taylor Money)
* `import` can now import multiple files at once (Christian Geier)

ikhal
-----
* BUGFIX no more crashing if invalid date is entered and mini-calendar displayed
* make keybinding for quitting configurable, defaults to *q* and *Q*, escape
  only backtracks to last pane but doesn't exit khal anymore (Christian Geier)
* default keybinding changed: `tab` no longer shows details of focused events
  and does not open the event editor either (Christian Geier)
* right column changed, it will now show as many days/events as fit, if users move
  to another date (while the event column is in focus), that date should be
  highlighted in the calendar (Christian Geier)
* cursor indicates which element is selected

(wiz)

2017-02-05 19:11:51 UTC MAIN commitmail json YAML

Updated devel/py-mccabe to 0.6.1

(wiz)

2017-02-05 19:11:41 UTC MAIN commitmail json YAML

Updated py-mccabe to 0.6.1.

0.6.1 - 2017-01-26
``````````````````

* Fix signature for ``PathGraphingAstVisitor.default`` to match the signature
  for ``ASTVisitor``

0.6.0 - 2017-01-23
``````````````````

* Add support for Python 3.6

* Fix handling for missing statement types

(wiz)

2017-02-05 19:10:41 UTC MAIN commitmail json YAML

Updated devel/py-test to 3.0.6

(wiz)

2017-02-05 19:10:30 UTC MAIN commitmail json YAML

Updated py-test to 3.0.6.

3.0.6 (2017-01-29)
=======================

* pytest no longer generates ``PendingDeprecationWarning`` from its own operations, which was introduced by mistake in version ``3.0.5`` (`#2118`_).
  Thanks to `@nicoddemus`_ for the report and `@RonnyPfannschmidt`_ for the PR.

* pytest no longer recognizes coroutine functions as yield tests (`#2129`_).
  Thanks to `@malinoff`_ for the PR.

* Plugins loaded by the ``PYTEST_PLUGINS`` environment variable are now automatically
  considered for assertion rewriting (`#2185`_).
  Thanks `@nicoddemus`_ for the PR.

* Improve error message when pytest.warns fails (`#2150`_). The type(s) of the
  expected warnings and the list of caught warnings is added to the
  error message. Thanks `@lesteve`_ for the PR.

* Fix ``pytester`` internal plugin to work correctly with latest versions of
  ``zope.interface`` (`#1989`_). Thanks `@nicoddemus`_ for the PR.

* Assert statements of the ``pytester`` plugin again benefit from assertion rewriting (`#1920`_).
  Thanks `@RonnyPfannschmidt`_ for the report and `@nicoddemus`_ for the PR.

* Specifying tests with colons like ``test_foo.py::test_bar`` for tests in
  subdirectories with ini configuration files now uses the correct ini file
  (`#2148`_).  Thanks `@pelme`_.

* Fail ``testdir.runpytest().assert_outcomes()`` explicitly if the pytest
  terminal output it relies on is missing. Thanks to `@eli-b`_ for the PR.

(wiz)

2017-02-05 19:10:22 UTC MAIN commitmail json YAML

Updated devel/py-test-runner to 2.11

(wiz)

2017-02-05 19:10:11 UTC MAIN commitmail json YAML

Updated py-test-runner to 2.11.

2.11
~~~~

* #27: Improved wording in the README around configuration
  for the distutils command and pytest proper.

(wiz)

2017-02-05 19:01:53 UTC MAIN commitmail json YAML

Updated textproc/gsed to 4.4

(wiz)

2017-02-05 19:01:42 UTC MAIN commitmail json YAML

Updated gsed to 4.4.

* Noteworthy changes in release 4.4 (2017-02-03) [stable]

** Bug fixes

  sed could segfault when invoked with specific combination of newlines
  in the input and regex pattern. [Bug introduced in sed-4.3]

(wiz)

2017-02-05 18:52:10 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.20.4

(wiz)

2017-02-05 18:51:59 UTC MAIN commitmail json YAML

Updated musicpd to 0.20.4.

ver 0.20.4 (2017/02/01)
* input
  - nfs: fix freeze after reconnect
* output
  - sndio: work around a libroar C++ incompatibility
* workaround for GCC 4.9 "constexpr" bug
* fix FreeBSD build failure

ver 0.20.3 (2017/01/25)
* protocol
  - "playlistadd" creates new playlist if it does not exist, as documented
* database
  - proxy: fix error "terminate called after throwing ..."
  - proxy: make connect errors during startup non-fatal
* neighbor
  - upnp: fix premature expiry
* replay gain: don't reset ReplayGain levels when unpausing playback
* silence surround channels when converting from stereo
* use shortcuts such as "dsd64" in log messages

(wiz)

2017-02-05 18:46:40 UTC MAIN commitmail json YAML

Updated misc/dpkg to 1.18.22

(wiz)

2017-02-05 18:46:29 UTC MAIN commitmail json YAML

Updated dpkg to 1.18.22.

Changelog since last pkgsrc version (1.16.17) is over 150kB, so
please look in debian/changelog in the tarball for details.

(wiz)

2017-02-05 18:34:21 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.78.0

(wiz)

2017-02-05 18:34:09 UTC MAIN commitmail json YAML

Updated calibre to 2.78.0.

Use included versions of chardet and html5lib.
chardet: not sure if included copy is modified.
html5lib: included copy is definitely modified.

New Features

    View button: Add an action to the right click menu that always opens the book with the calibre viewer, regardless of the preferences
    Kobo driver: Update to support the newest firmware from Kobo
    E-book viewer: Allow opening a specific item from the Table of Contents via the --open-at command line parameter.
    Closes tickets: 1656573
    Amazon metadata download: Add support for downloading from amazon.ca

Bug Fixes

    Edit Book: Do not condense CSS rules when saving AZW3 files regardless of the value of Preferences->Common Options->Look & Feel->Expand CSS
    EPUB Output: Fix a duplicate id created in rare circumstances when splitting on page breaks.
    Closes tickets: 1658744

    DOCX Input: Fix error when converting documents that have images pointing to web resources.
    Closes tickets: 1659142

    E-book viewer: Fix a regression that caused an increase in load times when loading the individual HTML files inside an EPUB book.
    Closes tickets: 1658578

    Fix setting a similar books search to use the formats field in Preferences->Searching resulting in an error.
    Closes tickets: 1658386

    Kobo driver: Fix incorrect cover size being uploaded to the Glo HD
    E-book viewer: Fix 'View Image' right click menu action not available for svg files included via <img> tags.
    Closes tickets: 1657717

    HTML Input: Remove the # character from input filenames, for maximum compatibility.
    Closes tickets: 1656833

    Edit Book: Fix spell check treating the unicode hyphen (U+2010) differently from the normal hyphen (U+002d).
    Closes tickets: 1656319

New news sources

    The Sunday Times Magazine by Bobby Steel

Improved news sources

    FOX News
    Oriental Daily
    AM730
    The Times
    NYTimes
    Mediapart
    Echo Online
    kath.net
    GoComics
    The Hindu

(wiz)

2017-02-05 18:25:03 UTC MAIN commitmail json YAML

Updated graphics/p5-PerlMagick to 7.0.4.7

(wiz)

2017-02-05 18:24:53 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 7.0.4.7

(wiz)

2017-02-05 18:24:43 UTC MAIN commitmail json YAML

Updated ImageMagick to 7.0.4.7.

2017-02-04  7.0.4-7 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.4-7, GIT revision 19513:5783e57:20170204.

2017-01-28  7.0.4-7 Cristy  <quetzlzacatenango@image...>
  * Sanitize comments that include braces for the MIFF image format (reference
    https://github.com/ImageMagick/ImageMagick/issues/368).

2017-01-27  7.0.4-7 Glenn Randers-Pehrson <glennrp@image...>
  * coders/png.c: Added support for a proposed new PNG chunk
    (zxIf, read-only) that is currently being discussed on the
    png-mng-misc at lists.sourceforge.net mailing list.  Enable
    exIf and zxIf with CPPFLAGS="-DexIf_SUPPORTED -DxzIf_SUPPORTED".
    If exIf is enabled, only the uncompressed exIF chunk will be
    written and the hex-encoded zTXt chunk containing the raw Exif
    profile won't be written.

2017-01-27  7.0.4-6 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.4-6, GIT revision 19442:4747de9:20170127.

2017-01-27  7.0.4-6 Cristy  <quetzlzacatenango@image...>
  * Uninitialized data in MAT image format (reference
    https://github.com/ImageMagick/ImageMagick/issues/362).
  * Properly auto-fit caption (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887).
  * Correction to composite Over operator (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31282).
  * Respect gravity option (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31284).

2017-01-22  7.0.4-6 Glenn Randers-Pehrson <glennrp@image...>
  * Renamed read_vpag_chunk_callback() function to png_user_chunk_callback()
    in coders/png.c
  * Implemented a private PNG caNv (canvas) chunk for remembering the
    original dimensions and offsets when an image is cropped.  Previously
    we used the oFFs and vpAg chunks for this purpose, but this had potential
    conflicts with other applications that also use the oFFs chunk.
  * coders/png.c: Added support for a proposed new PNG chunk (exIf
    read-write, eXIf read-only) that is currently being discussed on the
    png-mng-misc at lists.sourceforge.net mailing list.

2017-01-22  7.0.4-6 Dirk Lemstra <dirk@lem.....org>
  * Replaced CoderSeekableStreamFlag with CoderDecoderSeekableStreamFlag and
    CoderEncoderSeekableStreamFlag.

(wiz)

2017-02-05 17:56:04 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.182

(wiz)

2017-02-05 17:55:52 UTC MAIN commitmail json YAML

Updated mame to 0.182.

MAME 0.182

As we approach the 20th anniversary of the first MAME release,
we've got a really exciting update for you. There's so much awesome
stuff in this month's release that there's no way we can possibly
cover it all here. MAME is a team effort, and we'd like to thank
everyone who's contributed towards making this release as awesome
as we think it is. One very exciting addition is support for another
version of the East German Poly-Play system, with German and Czech
ROM sets providing ten games, six of which are new. Protection on
Future Flash/Laser Base has finally been emulated, so you can take
a look at Hoei's take on Missile Command. A dump of the damaged
microcontroller (MCU) from Tatakae! Big Fighter makes this title
and Sky Robo finally playable. Another eagerly awaited addition is
the Hot-B prototype Hangzo.

Serial ports have been hooked up on Race Drivin' allowing you to
link two MAME instances over TCP, reproducing the multi-player
experience with linked cabinets. To do this, use a null modem slot
device and configure it for 38,400 Baud, 8 data bits, even parity,
and 1 stop bit. It would also be possible to connect a MAME instance
to a real board set by forwarding the connection to a serial port
on the host system.

We've received a contributed PortAudio output module and integrated
it in this release. This provides a cross-platform low latency
audio output solution. Performance should be similar to Steinberg
ASIO on Windows 7 or later without the licensing issues, and better
than SDL audio on Linux. It can be enabled by setting the sound
parameter to portaudio on the command line or in an ini file. Of
course, all the other audio output modules are still supported, so
if you're happy with your current setup you don't have to change
anything.

Although we haven't added a huge number of new microcontroller
(MCU) dumps in this release, substantial work has gone into improving
systems where we already have dumps but the emulation is lacking.
MCU emulation was added to Puzznic, Joshi Volleyball and Gladiator.
For Puzznic, this places player data at the correct location in
RAM and supplies the game with a pseudo-random number sequence
rather than a stream of zeros. Joshi Volleyball now behaves better
in service mode, allowing coins and inputs to be tested. Gladiator
now honours the coinage DIP switches. The MC68705 core has had a
complete overhaul, and all drivers using it have been reviewed.
This fixes lots of subtle issues: for example Change Lanes will
now skip the full memory tests if configured to ignore them in DIP
switches, timings have improved in Arkanoid, and the Apple II mouse
card is slightly improved. We now emulate the '705 family well
enough to support stand-alone MCU programmer boards.

Other improvements include working sound in Pole Position bootlegs,
improved video in Winning Run, preliminary banked 256 colour mode
for the NEC PC-9821, kana input on the Sharp X1, a VME bus system
with preliminary support for the miniFORCE 2P21 chassis, additional
Aristocrat Mark 5 peripheral emulation allowing non-US games to
boot, Corvus hard disks for the DEC Rainbow 100, preliminary work
on Atari Stunt Cycle (displays the playfield), fixes for the Aussie
Byte and Otrona Attach辿, and support for octal and binary numbers
in debugger expressions.

(wiz)

2017-02-05 15:41:59 UTC MAIN commitmail json YAML

2017-02-05 14:41:14 UTC MAIN commitmail json YAML

Add a couple more missing gtk3 files.

(wiz)

2017-02-05 13:32:31 UTC MAIN commitmail json YAML

Updated www/bozohttpd to 20170201nb1

(leot)

2017-02-05 13:32:16 UTC MAIN commitmail json YAML

Adjust SERVER_SOFTWARE to intended version

Bump PKGREVISION

Requested by <mrg>

(leot)

2017-02-05 13:19:27 UTC MAIN commitmail json YAML

Remove patch that is not in distinfo.

(wiz)

2017-02-05 13:19:10 UTC MAIN commitmail json YAML

Remove patch that is not in distinfo.

(wiz)

2017-02-05 13:18:49 UTC MAIN commitmail json YAML

2017-02-05 13:18:24 UTC MAIN commitmail json YAML

Remove patch that is not in distinfo.

(wiz)

2017-02-05 13:17:37 UTC MAIN commitmail json YAML

Remove patch that's not in distinfo

(wiz)

2017-02-05 12:38:22 UTC MAIN commitmail json YAML

2017-02-05 12:36:59 UTC MAIN commitmail json YAML

Update MoarVM to 2017.01.

2016.04
- Implement heap snapshots support, exposed through the profiling API
- Don't mark tc->cur_frame twice during GC
- Move thread object mark into thread root mark, removing a special case in the
  main collector
- Add API for adding a permanent root together with a description
- Mark thread blocked for GC when doing synchronous reads
- Make MVM_bigint_from_num jit-friendly
- JIT coerce_nI as a call to bigint_from_num
- Set debug_name on a few more built-in types
- Add REPR API for getting unmanaged size, implement it for many REPRs
- Fix compile on FreeBSD 9
- Handle single-char build directory names by changing capture to lookahead
- Fix performance of reading very long lines
- Fix utf8-c8 decode crash caused by off-by-1
- Fix a full vs. partial collection detection bug
- Factor unmanaged size into promoted bytes
- Enhance scheme for deciding when to do a full collect
- Bail out if HLL name string index is invalid in bytecode unpack
- Don't try to set flags beyond num_lexicals when reading in call frames
- Adjust byte count when UTF-16 BOM marker consumed
- Fix buffer overrun in utf8-c8 decoding
- Initialize object registers with VMNull when allocating frames, to avoid a
  number of possible segfaults
- Fix incorrect boolification of "" under mode MODE_UNBOX_STR_NOT_EMPTY_OR_ZERO
- Utilize debug_name in nativecall error messages

2016.05
- Use MSVC-provided stdint.h and inttypes.h when possible
- Improved various error messages to include the debug type name
- Eliminate call frame reference counts, instead using a linear call stack for
  frames that never become heap-referenced and using the garbage collector to
  manage those that do
- Tune number of gen2 sized bins
- Improve error reporting in P6opaque's compose function
- Improved GC debugging support to catch more problems
- Fix a race between serialization context resolution and garbage collection
- Add a missing MVMROOT in shell/spawn
- Fix segfault when trying to serialize an uncomposed P6opaque type
- Update the build system to autodetect system provided libs
- Add missing rooting, since the instrumentation level barrier may allocate
- Fix cleanup of temp roots at thread exit
- Add missing rooting of exception message in `die`
- Fix CUnion layout computation GC issues
- Fix data race in clearing of "in inter-gen set" flag
- Various improvements and fixes to the spesh_graph tool
- Add missing optimization of decont_s and decont_u ops
- Eliminate duplicate MVMContext creation code
- Fix full cleanup crash: the NFG uses the FSA, so have to destroy NFG first
- Close dynvar log filehandle in instance destroy
- Clean up cross-thread write logging mutex
- Free debug names in STables
- Free the string_heap_fast_table in CompUnit bodies
- Free permroot descriptions
- Free thread's finalization queue in tc destruction
- Add docs about MVMROOT
- Fix crash when GCing an ended thread
- Implement loadbytecodebuffer and loadbytecodefh ops
- Speed up initialization of non-specialized frames
- Use varints to make serialization of various integers more compact, reducing
  size of compiled output
- Ensure we always produce at least one snapshot when heap profiling
- Remove debug output when taking heap snapshots

2016.06
- Serialize the HLL role field of STables
- Avoid VMNull setup memcpy/loop in specialized frame initialization
- Stop caching MVMContext on a frame
- Use frames directly when serializing closures, rather than having to create
  an MVMContext wrapper for every one
- Write SC index when deserializing, repossessing, and preparing to serialize,
  saving a huge amount of linear scanning
- Only used cached SC index if SC itself matches
- Remove an unrequired memset to clear the args buffer
- Inline args preparation into interpreter, and JIT it directly instead of
  making a call to a tiny function
- Mark getlexcaller as :noinline
- Don't lose handlers during multi-level inlines
- Eliminate loop in P6opaque's get_boxed_ref function, decreasing cost
- Implement payload throw/handler support
- Implement callerlex throwing mode
- Make moar-gdb.py source-able, instead of only autoloadable
- Fix inlining causing wrong lexical handler lookup
- Make build in dir containing space work
- Allow HLL handler for unhandled lexical exception
- Add debug_name to "cannot iterate X with Y REPR" message
- Give "this is not a X iterator" more info, too

2016.07
- Implement a new multi-dispatch cache, structured as a tree, able to hold more
  entries more memory-compactly, and able to cache dispatches involving named
  parameters
- JIT read_fhs op
- Implement elems REPR function for MVMContext
- Implement a BB-splitting manipulation function in the optimizer
- Fix sha1 op to work with null bytes
- Fix bad interaction between profiling and dead allocation elimination; the
  presence of allocation logging would prevent the optimization, leading to
  misleading profiler output results

2016.08
- Don't crash in P6opaque on NULL name_to_index_mapping
- Fix off-by-one in grapheme iterator
- Block/unblock thread for GC on semaphore wait
- Mark blocked around some more lock acquisitions
- Fix various cases of out-dated pointer reads on concurrency control constructs
- Hold uv_sem_t at a level of indirection, so it won't move in memory
- Add a flag for PIPE_MERGED_OUT_ERR; fix stdio setup for merge
- Fix EOF detection when reading files from /proc and similar
- Fix lost socket listen errors
- Implement async cancellation completion notifications
- Add some missing fact dependencies in spesh, fixing some wrong guard
  eliminations
- Avoid use of possibly-invalidated decont facts in spesh
- Remove keep_caller from MVMFrame
- Correctly NULL-terminate the buffer in MVM_vm_dump_file

2016.09
- Do not crash when the container configuration can't be read
- Correctly calculate the work_size when inlining between compilation units
- Validate indices of param_ ops and require checkarity before param_*
- Fix tautological comprison; snprintf returns an int, not a size_t
- Fix tell for files that haven't been read from
- Don't allow zero alignment in P6opaque storage spec
- Index check lexicals when reading static flags
- Add Decoder REPR and a number of ops that provide access to VM-backed
  streaming decoding
- Don't segfault when serializing an uncomposed p6opaque
- Don't read_int into a size_t which is unsigned
- Never leak sym_name from nativecall_build
- Fix a couple of potential leaks in heap snapshots
- Kick arg_ and argconst_ ops from the correct basic block when inlining
- Use HASH_FIND_CACHE instead of HASH_FIND in MVMHash
- Correct wording of named arguments error
- Bounds check for hints in get_attribute and bind_attribute
- Use hints for is_attribute_initialized, and null-check repr_data
- Clean up various unused variables
- Mark thread GC blocked while accepting a socket to prevent deadlocks
- Configure.pl now has an explicit use lib "."
- Fix missing finalization queue cleanup at thread exit
- Mark SC used in bytecode loading as claimed to avoid keeping them around for
  too long
- Fix an error in multi caching of named arguments that could cause lookups to
  fail and the cache to keep growing

2016.10
- Fix build without libtommath source
- Make MVM_file_open_fh() throw if the file we opened was a directory
- Fix bug and memory leaks in MVM_file_open_fh()
- Add error message for likely MacOS build failure
- Don't set inheriting process on inherited pipe, fixing a segfault
- Update to the Unicode 9 database
- Die on CStruct without any fields
- Constant-fold unipropcode and unipvalcode
- Use PRId64 instead of %d for 64 bit int format string args
- "Cannot unbox type object" error gets debugname and native type info
- Fix uninitialized arg_names of an MVMCallsite
- Handle C++ constructors on libffi
- Fix CUnion get_attribute treating inlined attrs as pointers
- Fix 32 bit issue with rw args in NativeCall callbacks
- Use better throw-away type for void nativecalls
- Gracefully handle a 0 RSS reported by the Linux kernel
- Fix "Invalid free()" in empty repossessed arrays
- Make sure we mean "signed char" when we say "char"
- Fix calculating structure sizes for arm64 and others
- Disable JIT on x32, since it has a different calling convention
- Fix pointer size unit in configure message
- Use set_uint64 in from_num, otherwise we overflow on x32
- Rewrite mkdir_p api, no function changes
- Improve nativecall attribute error messages
- Include debug_name in crossthreadwritelog and serialization errors
- Deprecate async string I/O ops
- Deprecate flattenropes op
- Implement indexingoptimized op (replaces flattenropes, but is not in-place)
- Fix memory leadk in ord_basechar_at
- Ensure errno is grabbed before MVM_free is called
- Make extra sure unlock only happens if lock happened

2016.11
- Workaround tommath issue #56 which affects random bigint numbers > 32 bits
- Fix memory leaks in nqp_nfa_run
- Fix a sizeof arg that allocated a much-too-big buffer for callsite arg names
- Add missing breaks in MVMString's copy_to
- Prevent null deref when calling MVM_string_utf16_encode
- Corrections to mkdir on Windows
- Introduce MVM_SPESH_LIMIT, which limits how many specializations will be
  performed; this is useful for debugging which specialized block is to blame
  for a bug
- Make sure we never box a NULL filename when creating backtraces
- Fix the nativecall attribute error messages
- Remove (non-existent) num16 from error message
- Make the fixed size allocator provide useful information to Valgrind
- Implement serialization of SCRef
- Include file/line of unserializable closure, to aid debugging
- Add type info when failing to bind an attribute
- Use ffi_arg type for libffi nativecall return types
- Handle libffi return type more correctly
- Work around missing libatomic_ops prototype on s390x
- Panic when trying to GC a locked mutex
- Make VM panic output state that a panic occurred
- Fix JIT code generation bug in nqp::exception
- Add missing rooting of value pushed to concurrent queue
- Add src/gc/debug.h dependency to Makefile
- Mark a thread GC-blocked while it is in native code
- Have "Cannot * a type object" also outputs the type's debug name
- Don't reveal partially deserialized method cache
- Give a bunch of exception ops REPR and debug name output
- Prevent segfault when null string used as hash key
- Request POSIX.1.c compliance on solaris
- Change to use readdir insteal of readdir_r
- Use GCC on Solaris by default
- Give diagnostic output when compiling fails
- Handle current Solaris compiler not understanding -mt
- Fixed readdir so it won't check old errno
- Work around clock_gettime issue on OSX
- Refactor hashes to no longer need to flatten ropes in string keys
- Save 8 (64-bit) or 4 (32-bit) bytes per entry in the MVMHash REPR
- Remove the deprecated flattenropes op
- Remove now-unused MVM_string_flatten function
- Don't treat an nread of 0 in libuv read callbacks as an error
- Bump to latest libatomic_ops

2016.12
- Decode Latin-1 and UTF-8 strings to 8-bit width when possible
- Teach a few string functions to compress results into 8-bit storage
- Fix for AIX's INFINITY not being a constant
- Unlink libmoar before (re)installing it
- Add configuration for AIX
- Support Perl older than 5.10 for Configure.pl
- Use "pkgconfig --libs libffi" additionally to --cflags
- Fix powerpc detection on AIX (gcc)
- Make multidim error messages say they are multidim
- Add comment about where to find UNIDATA
- Implement captureinnerlex op, for fixing QUIT/LAST phaser scoping in Perl 6
- Fix mis-sized free in the NFG trie that only showed up in 32-bit
- Add GC debug helper to "find" a pointer in nurseries/gen2 bins
- Make ASSERT_NOT_FROMSPACE check fromspaces of all threads
- Fix missing MVMROOT around an allocation
- Fix typo in nfg.h comment
- Fix native callback and GC interaction when embedded
- Add GC block management functions to the public API
- Mark throwpayload* as :throwish in oplist
- Optimize the check for negative bignums
- Remove useless mp_neg calls
- Fix premature free of UV socket handles
- Fix premature handle free in async UDP sockets
- Add a "check every register access" GC debug mode
- Provide a #define to disable dynlex caching
- Provide a #define for deopt logging
- Invalidate dynlex caches during deopt
- Fix pow_I when it takes an exponent larger than 2**32
- Only do MVM_ASSERT_NOT_FROMSPACE in GC debug mode
- Add a fromspace assertion in finalize
- Avoid a number of spesh GC invariant violations
- Panic if we try to GC when speshing/JITing
- Ensure we don't leak partially deserialized objects
- Fix unrooted frame around SC object lookup
- Remove some GC debug code
- Avoid reading nativerefs in spesh, since it can cause boxing and thus GC
- Cope with push being used on concurrent queues
- MVMROOT around putting work on concurrent queue
- MVMROOT eventloop queue when polling it
- Do MVM_ASSIGN_REF after block/unblock in concurrent queue
- Fix more unrooted frame around SC object lookup

2017.01
- Extract spesh block allocator from spesh, for wider use
- Add a number of missing MVMROOTs, which could lead to outdated pointers; also
  removed some unrequired MVMROOTs
- Fix arg_flags allocation sizes
- Remove an obsolete path from ldrpath
- Check lexical accesses in GC debug mode 2 also
- Add a #define to turn on inline logging
- Fix callstack reset bug, which could corrupt deeply recursing callstacks
- Don't allow re-compose of a P6opaque
- Add a new unicmp_s op, which compares using the Unicode Collation Algorithm
- Make sure we generate all values of the Line_Break property
- Re-implement utf8-c8 encoding, fixing bugs and ensuring that non-NFC input
  will round-trip properly also
- Implement Bidi_Mirroring_Glyph as an integer property
- Implement Emoji grapheme breaking and other combined codes
- Add support for Grapheme_Cluster_Break=Prepend from Unicode 9.0
- Make sure we break after Prepend if it's a control character
- Add a script to download the latest version of all of the Unicode data
- Missing rooting GC in rare exit handler case
- Implement new setdispatcherfor op and add JIT for it
- Use much faster atoi function in normalizer; 14% less CPU use when slurping a
  file in UTF-8 encoding
- For Decompose_Type, use int lookup instead of str for better performance
- Fix heap snapshot crash on eventloop thread
- Use /usr/bin/env perl for ./Configure.pl
- Don't break after ZWJ or for MALE SIGN and FEMALE SIGN
- Take into account actual allocated size of I/O buffers in gen2 promotion
  statistics
- Tweak full collection criteria in heap profiling
- Free up spesh log slots after specialization, avoiding some leaks
- Removed the getregref_ ops (unused by NQP or Perl 6)
- Removed the continuationclone op (unused by Perl 6)
- Enforce one-shot invocation of continuations
- Greatly simplify handling of call frame working register lifetimes, leading
  to consistently shorter lifetimes, less memory pressure, and faster calling
- Eliminate now-unused `tc` field in MVMFrame, saving a pointer per callframe
- Simplify args cleanup functions
- Reduce number of checks in call frame marking, making it faster
- Implement getstrfromname op, to get named Unicode sequences
- Fix GC in spesh triggered by managed mutex use
- Fix data race in inlining extop fixup
- Fix data race in callsite fixup during inlining
- Fix data race in string fixup during inlining
- Fix charname lookups of LINE FEED and CARRIAGE RETURN
- Remove Unicode 1 names and add Unicode Name Aliases
- Convert MVM_malloc+memset to MVM_calloc
- Clean out ancient "remove after rebootstrap" line
- Fix typo in MVM_CALLSTACK_REGIONS_SIZE's name
- Fix missing cleanup of managed DecodeStream
- Have DecodeStrem clean leftover char buffers
- Fix a typo in decode stream destroy function

(bsiegert)

2017-02-05 12:28:14 UTC MAIN commitmail json YAML

Set LIBPATH during build, bump pkgrev.

Otherwise, the library refers to a nonexistent lib in /usr/lib on Darwin.

(bsiegert)

2017-02-05 11:52:06 UTC MAIN commitmail json YAML

Added net/ruby-slack-api version 1.3.0

(tsutsui)

2017-02-05 11:51:34 UTC MAIN commitmail json YAML

+ruby-slack-api

(tsutsui)

2017-02-05 11:51:00 UTC MAIN commitmail json YAML

2017-02-05 11:42:21 UTC MAIN commitmail json YAML

Added www/ruby-faye-websocket version 0.10.6

(tsutsui)

2017-02-05 11:41:52 UTC MAIN commitmail json YAML

+ruby-faye-websocket

(tsutsui)

2017-02-05 11:41:06 UTC MAIN commitmail json YAML

Import ruby-faye-websocket-0.10.6 as www/ruby-faye-websocket.

faye-websocket is a general-purpose WebSocket implementation
extracted from the Faye project. It provides classes for easily
building WebSocket servers and clients in Ruby. It does not
provide a server itself, but rather makes it easy to handle
WebSocket connections within an existing Rack application.
It does not provide any abstraction other than the standard
WebSocket API.

It also provides an abstraction for handling EventSource connections,
which are one-way connections that allow the server to push data
to the client. They are based on streaming HTTP responses and can
be easier to access via proxies than WebSockets.

(tsutsui)

2017-02-05 11:22:39 UTC MAIN commitmail json YAML

Added www/ruby-websocket-driver version 0.6.5

(tsutsui)

2017-02-05 11:22:15 UTC MAIN commitmail json YAML

+ruby-websocket-driver

(tsutsui)

2017-02-05 11:21:38 UTC MAIN commitmail json YAML

Import ruby-websocket-driver-0.6.5 as www/ruby-websocket-driver.

Websocket-driver module provides a complete implementation of
the WebSocket protocols that can be hooked up to any TCP library.
It aims to simplify things by decoupling the protocol details
from the I/O layer, such that users only need to implement code
to stream data in and out of it without needing to know anything
about how the protocol actually works. Think of it as a complete
WebSocket system with pluggable I/O.

(tsutsui)

2017-02-05 11:14:15 UTC MAIN commitmail json YAML

Added www/ruby-websocket-extensions version 0.1.2

(tsutsui)

2017-02-05 11:13:42 UTC MAIN commitmail json YAML

+ruby-websocket-extensions

(tsutsui)

2017-02-05 11:13:00 UTC MAIN commitmail json YAML

Import ruby-websocket-extensions-0.1.2 as www/ruby-websocket-extensions.

A minimal framework that supports the implementation of WebSocket
extensions in a way that's decoupled from the main protocol.
This library aims to allow a WebSocket extension to be written and
used with any protocol library, by defining abstract representations
of frames and messages that allow modules to co-operate.

websocket-extensions provides a container for registering extension
plugins, and provides all the functions required to negotiate which
extensions to use during a session via the Sec-WebSocket-Extensions
header.

(tsutsui)

2017-02-05 10:59:21 UTC MAIN commitmail json YAML

Added www/ruby-faraday_middleware version 0.11.0.1

(tsutsui)

2017-02-05 10:58:55 UTC MAIN commitmail json YAML

+ruby-faraday_middleware

(tsutsui)

2017-02-05 10:57:48 UTC MAIN commitmail json YAML

Import ruby-faraday_middleware-0.11.0.1 as www/ruby-faraday_middleware.

Faraday Middleware is a collection of middleware for the Faraday project.

(tsutsui)

2017-02-05 10:46:40 UTC MAIN commitmail json YAML

Updated net/ruby-twitter-text to 1.14.5

(tsutsui)

2017-02-05 10:45:59 UTC MAIN commitmail json YAML

Update ruby-twitter-text to 1.14.5.

No upstream changelog.

(tsutsui)

2017-02-05 10:20:50 UTC MAIN commitmail json YAML

Fix DEPENDS pattern.

If we depends on a foo package, mark its dependency via:

DEPENDS+= foo-*:../../misc/foo

...and then a new foo-bar package will appear it can be problematic.
Use foo-[0-9]* pattern to avoid that.

Kindly pointed out by <wiz>

(leot)

2017-02-05 10:08:25 UTC MAIN commitmail json YAML

Updated www/py-twill to 1.8.0nb1

(leot)

2017-02-05 10:08:13 UTC MAIN commitmail json YAML

twill.utils needs cssselect, add it to DEPENDS

Bump PKGREVISION

Discussed with <rodent>

(leot)

2017-02-05 10:04:21 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.4.7, MesaLib-13.0.4, abcm2ps-8.13.5, afl-2.39b,
  dialog-1.3.20170131, go-runewidth-0.0.2, gsed-4.4, latexmk-452c,
  libuv-1.11.0, musicpd-0.20.4, p5-libwww-6.18, py-acme-0.11.1,
  py-certbot-0.11.1, py-setuptools-34.1.1, py-test-runner-2.11,
  todoman-2.0.2, tor-browser-6.5, vim-8.0.0304, vim-share-8.0.0304,
  x264-devel-20170204.

(wiz)

2017-02-05 02:42:15 UTC MAIN commitmail json YAML

Updated devel/nss to 3.28.1nb1

(ryoon)

2017-02-05 02:41:13 UTC MAIN commitmail json YAML

Disable internal sqlite3. Bump PKGREVISION

It is my mistake.
Builds confirmed on NetBSD/amd64 current and macOS Sierra.

(ryoon)

2017-02-05 02:30:57 UTC MAIN commitmail json YAML

Updated net/ruby-tw to 1.0.12

(tsutsui)

2017-02-05 02:29:41 UTC MAIN commitmail json YAML

Update ruby-tw to 1.0.12.

Upstream change (from Histroy.txt):

=== 1.0.12 2016-11-30

* use https on tweet URL

(tsutsui)