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

2024-05-12 18:08:39 UTC Now

2018-01-14 08:29:37 UTC MAIN commitmail json YAML

Updated devel/py-radon, sysutils/py-magic

(adam)

2018-01-14 08:27:52 UTC MAIN commitmail json YAML

py-magic: updated to 0.4.15

0.4.15:
Bug fixes.

(adam)

2018-01-14 08:24:10 UTC MAIN commitmail json YAML

py-radon: updated to 2.2.0

2.2.0:
* Add an option to show closures when Radon is used from flake8.

(adam)

2018-01-14 08:19:41 UTC MAIN commitmail json YAML

doc: Updated time/p5-Time-HiRes to 1.9753

(wiz)

2018-01-14 08:19:33 UTC MAIN commitmail json YAML

p5-Time-HiRes: update to 1.9753.

1.9753 [2018-01-11]
- in t/clock.t in a fast system we need to burn more CPU,
  reported and fix suggested by Joel C. Maslak <jmaslak@antelope.net>
  [rt.cpan.org #124025]
- for t/utime.t in netbsd we need /sbin in PATH to find the mount command,
  this is needed for the fix in 1.9751 to actually help netbsd with noatime
  mounts.
  (thanks to Nigel Horne)

(wiz)

2018-01-14 08:18:26 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Syntax-Highlight-Engine-Kate to 0.14

(wiz)

2018-01-14 08:18:18 UTC MAIN commitmail json YAML

p5-Syntax-Highlight-Engine-Kate: update to 0.14.

0.14  2018-01-13 MANWAR
      - Applied patch provided by @gregoa (RT #124073).

(wiz)

2018-01-14 08:13:52 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-DKIM to 0.52

(wiz)

2018-01-14 08:13:43 UTC MAIN commitmail json YAML

p5-Mail-DKIM: update to 0.52.

Version 0.52

* Internet connection tests were declared in the wrong order

Version 0.51

* Fix for older versions of perl
* Tests no longer fail with no internet connection

(wiz)

2018-01-14 07:02:16 UTC MAIN commitmail json YAML

medit: update HOMEPAGE.

(tsutsui)

2018-01-14 05:15:40 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 3.6.1

(tsutsui)

2018-01-14 05:15:05 UTC MAIN commitmail json YAML

mikutter: update to 3.6.1.

Upstream changes:

mikutter 3.6.1

* happy new year
* honor iPhone X
* require Diva gem 0.3.1 or later
* JSON exported Time was not in iso8601 format
* Spell to update user profile (thanks shibafu528)
* fix typo (thanks akkiesoft)
* twitter: crash when using World other than Twitter due to wrong assumption
          that User#idname was always defined
* openimg: sporadic crash when opening images

(tsutsui)

2018-01-14 03:37:32 UTC MAIN commitmail json YAML

Add gnome-font-viewer

(ryoon)

2018-01-14 03:36:32 UTC MAIN commitmail json YAML

Added fonts/gnome-font-viewer version 3.27.0

(ryoon)

2018-01-14 03:35:30 UTC MAIN commitmail json YAML

fonts/gnome-font-viewer: import gnome-font-viewer-3.27.0

Font viewer for Gnome 3 desktop environment
This program can preview installed and non-installed fonts.

(ryoon)

2018-01-13 23:56:45 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 5.5.1

(rillig)

2018-01-13 23:56:14 UTC MAIN commitmail json YAML

2018-01-13 23:18:27 UTC MAIN commitmail json YAML

2018-01-13 22:32:53 UTC MAIN commitmail json YAML

2018-01-13 19:00:53 UTC MAIN commitmail json YAML

Updated net/zeromq, archivers/lz4

(adam)

2018-01-13 19:00:09 UTC MAIN commitmail json YAML

lz4: updated to 1.8.1

v1.8.1
perf : faster and stronger ultra modes (levels 10+)
perf : slightly faster compression and decompression speed
perf : fix bad degenerative case
fix : decompression failed when using a combination of extDict + low memory address
cli : support for dictionary compression (-D)
cli : fix : lz4 -d --rm preserves timestamp
cli : fix : do not modify /dev/null permission as root
api : _destSize() variant supported for all compression levels
build  : make and make test compatible with -jX
build  : can control LZ4LIB_VISIBILITY macro
install: fix man page directory

(adam)

2018-01-13 18:22:42 UTC MAIN commitmail json YAML

zeromq: updated to 4.2.3

version 4.2.3 stable:

* API change: previously ZMQ_POLLOUT on a ZMQ_ROUTER socket returned always
  true due to how the type works. When ZMQ_ROUTER_MANDATORY is set, sending
  fails when the peer is not available, but ZMQ_POLLOUT always returns true
  anyway, which does not make sense. Now when ZMQ_ROUTER_MANDATORY is set,
  ZMQ_POLLOUT on a ZMQ_ROUTER will return true only if at least one peer is
  available.
  Given ZMQ_POLLOUT with ZMQ_ROUTER was not usable at all previously, we do
  not consider this a breakage warranting a major or minor version increase.

* ZMQ_IDENTITY has been renamed to ZMQ_ROUTING_ID and ZMQ_CONNECT_RID has been
  renamed to ZMQ_CONNTECT_ROUTING_ID to disambiguate. ZMQ_IDENTITY and
  ZMQ_CONNECT_RID are still available to keep backward compatibility, and will
  be removed in a future release after further advance notice.

* DRAFT API change: zmq_poller_wait, zmq_poller_wait_all and zmq_poller_poll
  have been changed to be inline with other existing APIs that have a timeout
  to return EAGAIN instead of ETIMEDOUT as the errno value.

* Existing non-DRAFT socket types ZMQ_REP/REQ, ZMQ_ROUTER/DEALER and
  ZMQPUB/SUB, that were previously declared deprecated, have been reinstated
  as stable and supported.

* Tweetnacl: add support for, and use preferably if available, getrandom() as
  a simpler and less error-prone alternative to /dev/urandom on OSes where it
  is available (eg: Linux 3.18 with glibc 2.25).

* Curve: all remaining traces of debug output to console are now removed, and
  new DRAFT events are available to properly debug CURVE, PLAIN, GSSAPI and
  ZAP events and failures. See below for details on the new events.

* New DRAFT (see NEWS for 4.2.0) socket options:
  - ZMQ_GSSAPI_PRINCIPAL_NAMETYPE and ZMQ_GSSAPI_SERVICE_PRINCIPAL_NAMETYPE, for
    the corresponding GSSAPI features. Additional definitions for principal
    name types:
    - ZMQ_GSSAPI_NT_HOSTBASED
    - ZMQ_GSSAPI_NT_USER_NAME
    - ZMQ_GSSAPI_NT_KRB5_PRINCIPAL
    See doc/zmq_gssapi.txt for details.
  - ZMQ_BINDTODEVICE (Linux only), which will bind the socket(s) to the
    specified interface. Allows to use Linux VRF, see:
    https://www.kernel.org/doc/Documentation/networking/vrf.txt
    NOTE: requires the program to be ran as root OR with CAP_NET_RAW
  - ZMQ_ZAP_ENFORCE_DOMAIN, enables strict RFC 27 compatibility mode and makes
    the ZAP Domain mandatory when using security. See:
    https://rfc.zeromq.org/spec:27/ZAP
  See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.

* New DRAFT (see NEWS for 4.2.0) context options:
  - ZMQ_THREAD_AFFINITY_CPU_ADD and ZMQ_THREAD_AFFINITY_CPU_REMOVE (Posix only),
    to add and remove CPUs to the affinity set of the I/O threads. Useful to pin
    the background threads to specific CPUs.
  - ZMQ_THREAD_NAME_PREFIX (Posix only), to add a specific integer prefix to the
    background threads names, to easily identify them for debugging purposes.
  See doc/zmq_ctx_set.txt and doc/zmq_ctx_get.txt for details.

* New DRAFT (see NEWS for 4.2.0) message property name definitions to facilitate
  the use of zmq_msg_gets:
  - ZMQ_MSG_PROPERTY_ROUTING_ID
  - ZMQ_MSG_PROPERTY_SOCKET_TYPE
  - ZMQ_MSG_PROPERTY_USER_ID
  - ZMQ_MSG_PROPERTY_PEER_ADDRESS
  See doc/zmq_msg_gets.txt for details.

* New DRAFT (see NEWS for 4.2.0) API zmq_socket_get_peer_state, to be used to
  query the state of a specific peer (via routing-id) of a ZMQ_ROUTER socket.

* New DRAFT (see NEWS for 4.2.0) Socket Monitor events:
  - ZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL, unknown system error and returns errno
  - ZMQ_EVENT_HANDSHAKE_SUCCEEDED, handshake was successful
  - ZMQ_EVENT_HANDSHAKE_FAILED_PROTOCOL, protocol errors between peers or server
    and ZAP handler. Returns one of ZMQ_PROTOCOL_ERROR_* - see manpage for list
  - ZMQ_EVENT_HANDSHAKE_FAILED_AUTH, failed authentication, returns ZAP status
  These events trigger when the ZMTP security mechanism handshake is
  completed or failed. See doc/zmq_socket_monitor.txt for more information.

* New DRAFT (see NEWS for 4.2.0) zmq_proxy_steerable command 'STATISTICS' to
  retrieve stats about the amount of messages and bytes sent and received by
  the proxy. See doc/zmq_proxy_steerable.txt for more information.

* Add new autoconf --disable-libunwind option to stop building with libunwind
  even if it is available.

* Add new autoconf --disable-Werror option to avoid building with the Werror
  flag.

* Use pkg-config as the first method for finding and building with external
  optional dependencies such as libnorm, libpgm and gssapi.

* On Posix platform where the feature is available, name the ZMQ background
  threads to simplify debugging: "ZMQbg/<num_thread>"

* Improve performance of zmq_poller_* (and zmq_poll and zmq_proxy when building
  with DRAFT APIs enabled).

* The TCP unit tests have been refactored to bind and connect to random ports
  rather than hard-coded ones, to allow running tests in parallel.
  There are 6 exceptions where it is necessary to use an hard-coded port to
  test specific code paths that would not be exercised when binding to a
  wildcard port. These are listed in tests/testutil.hpp so that distributions
  can easily patch them if they wish to and so that they can be unique across
  all the tests, allowing parallel runs.
  The IPC unit tests have been changed as well to use unique socket file names
  per test, where before there were some clashes.

* Fixed 2349 - fix building with libsodium when using CMake

* Fixed 2334 - do not assert when tuning socket options fails due to network
  errors, but simply retry again when connecting or send a socket monitor
  ZMQ_EVENT_ACCEPT_FAILED event when binding

* Fixed 2341 - fix source files path in VS2015 solution

* Fixed 2344 - Note that on Windows with VS2012 it is mandatory to increase
  the default stack size to at least 2MB

* Fixed 2348 - ZMQ_ROUTER send with ZMQ_ROUTER_MANDATORY can be stuck in case of
  network problem

* Fixed 2358 - occasional abort on zmq_connect on Windows

* Fixed 2370 - zmq_curve_keypair should return an error on failure rather
  than ignoring them and always returning 0

* Fixed 2452 - __STDC_LIMIT_MACROS before precompiled headers causes VC++
  warning

* Fixed 2457 - fix building with libsodium in Visual Studio solutions

* Fixed 2466 - add const qualifier to internal and public API that does not
  modify parameters

* Fixed 2471 - do more checks for OOM conditions when dynamic allocations is
  used

* Fixed 2476 - assertion causes abort after ZAP stop at shutdown

* Fixed 2479 - improve zmq_poller performance on Windows

* Fixed 2481 - potential memory leaks due to ZMTP handshake failures

* Fixed 2531 - ZMQ_GSSAPI_PRINCIPAL sockopt has no effect on client side

* Fixed 2535 - add BUILD_SHARED and BUILD_STATIC options to CMake, both on by
  default, to toggle shared and static library builds

* Fixed 2537 - use SYSTEM_CLOCK on OSX and CLOCK_MONOTONIC elsewhere for
  internal timers to avoid races

* Fixed 2540 - new zmq_poller used by zmq_poll without DRAFTs

* Fixed 2552 - Fix WITH_DOC CMake build to avoid checking for asciidoc if the
  option is disabled

* Fixed 2567 - Memory leak in REP socket handling

* Fixed 2579 - Compilation issue on Windows with CMake + ninja

* Fixed 2588 - SIGBUS under 64-bit SunOS Sparc

* Fixed 2590 - crash when using ZMQ_IMMEDIATE and ZMQ_LINGER to non-zero

* Fixed 2601 - XPUB_MANUAL subscriptions not removed on peer term

* Fixed 2602 - intermittent memory leak for ZMQ_REQ/REP send/recv

* Fixed 2608 - CURVE server (connect) fails when client rebinds

* Fixed 2610 - print backtraces in mutual exclusion to avoid mixing
  different traces

* Fixed 2621 - add missing CMake files to distributable tarball

* Fixed 2630 - improve compatibility with OpenBSD w.r.t. IPV6_V6ONLY

* Fixed 2638 - note in INSTALL that when using Windows builds on Linux with
  Wine it is necessary to increase the minimum TCP buffers

* Fixed 2632 - Fix file descriptor leak when using Tweetnacl (internal NACL
  implementation) instead of Libsodium, and fix race condition when using
  multiple ZMQ contexts with Tweetnacl

* Fixed 2681 - Possible buffer overflow in CURVE mechanism handshake.
  NOTE: this was protected by an assert previously, so there is no security
  risk.

* Fixed 2704 - test_sockopt_hwm fails occasionally on Windows

* Fixed 2701 - pgm build via cmake doesn't link libzmq with libpgm

* Fixed 2711 - ZAP handler communication errors should be handled consistently

* Fixed 2723 - assertion in src\select.cpp:111 or hang on zmq_ctx_destroy on
  Windows

* Fixed 2728 - fix support O_CLOEXEC when building with CMake

* Fixed 2761 - improve compatibility with TrueOS (FreeBSD 12)

* Fixed 2764 - do not unlink IPC socket files when closing a socket to avoid
  race conditions

* Fixed 2770 - support lcov 1.13 and newer

* Fixed 2787 - add libiphlpapi to PKGCFG_LIBS_PRIVATE for static mingw builds

* Fixed 2788 - document that adding -DZMQ_STATIC is required for Windows
  static builds with Mingw

* Fixed 2789 - description of zmq_atomic_counter_value return value is cloned
  from zmq_atomic_counter_new

* Fixed 2791 - fix building with DRAFT APIs on CentOS 6

* Fixed 2794 - router_t methods should not allocate memory for lookup in
  outpipes

* Fixed 2809 - optimize select() usage on Windows

* Fixed 2816 - add CMake and autoconf check for accept4, as it is not
  available on old Linux releases, and fallback to accept + FD_CLOEXEC

* Fixed 2824 - ZMQ_REQ socket does not report ZMQ_POLLOUT when ZMQ_REQ_RELAXED
  is set

* Fixed 2827 - add support for Haiku

* Fixed 2840 - fix building with VS2008

* Fixed 2845 - correct the ZMQ_LINGER documentation to accurately reflect that
  the default value is -1 (infinite). It never was 30 second in any released
  version, it was only changed briefly and then changed back, but the manpage
  was not reverted.

* Fixed 2861 - CMake/MSVC: export ZMQ_STATIC when needed.

(adam)

2018-01-13 16:12:32 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.1.2

(leot)

2018-01-13 16:12:19 UTC MAIN commitmail json YAML

gallery-dl: Update net/gallery-dl to 1.1.2

Changes:
1.1.2
-----
* Added support for:
  * `puremashiro` (#66)
  * `idolcomplex`
* Added an option to filter reblogs on `tumblr` (#61)
* Added OAuth user authentication for `tumblr` (#65)
* Added support for `slideshare` mobile URLs (#67)
* Improved pagination for various ...booru sites to work around page limits
* Fixed chapter information parsing for certain manga on `kissmanga` (#58) and `batoto` (#60)

(leot)

2018-01-13 16:09:59 UTC MAIN commitmail json YAML

boost-build: Fix API depends pattern.

(jperkin)

2018-01-13 15:30:54 UTC MAIN commitmail json YAML

powerdns: remove references to build directory

Do not store configure arguments; they have references to the build directory.

(adam)

2018-01-13 12:48:57 UTC MAIN commitmail json YAML

2018-01-13 09:10:33 UTC MAIN commitmail json YAML

R2pkg: Add missing RCSID.

(jperkin)

2018-01-13 08:59:44 UTC MAIN commitmail json YAML

ap24-authnz-external: Fix RCSID.

(jperkin)

2018-01-13 08:54:06 UTC MAIN commitmail json YAML

doc: Updated chat/scrollz to 2.2.3nb4

(wiz)

2018-01-13 08:53:58 UTC MAIN commitmail json YAML

scrollz: efence and inet6 options conflict

According to PR 52883. Put them in one option group. Disable efence.

Bump PKGREVISION.

(wiz)

2018-01-13 08:48:27 UTC MAIN commitmail json YAML

doc: Updated print/qpdfview to 0.4.16nb18

(wiz)

2018-01-13 08:39:03 UTC MAIN commitmail json YAML

qpdfview: convert to use qt5

XXX: this needs RELRO fixes

(wiz)

2018-01-13 05:04:38 UTC MAIN commitmail json YAML

PC6001VX: revert previous rpath patch since ffmpeg3 has been fixed.

Bump PKGREVISION.

(tsutsui)

2018-01-13 04:56:43 UTC MAIN commitmail json YAML

ffmpeg3: add --enable-rpath to CONFIGURE_ARGS to put rpath to *.pc files.

Assume no response for PR pkg/52880 means no problem.

(tsutsui)

2018-01-13 04:46:39 UTC MAIN commitmail json YAML

mikutter: pull upstream fix for ticket 1137 (errors on image preview).

Bump PKGREVISION.

(tsutsui)

2018-01-13 01:09:17 UTC MAIN commitmail json YAML

Fix DEPENDS pattern for non-default options

(ryoon)

2018-01-13 00:07:42 UTC MAIN commitmail json YAML

Change perl as runtime dependency, pointed by joerg@

Bump PKGREVISION

(ryoon)

2018-01-12 23:44:15 UTC MAIN commitmail json YAML

doc: Updated print/poppler-glib to 0.62.0nb1

(wiz)

2018-01-12 23:44:05 UTC MAIN commitmail json YAML

poppler-glib: do not fight gtk-doc. Just disable it.

Latest version broke the build.

Bump PKGREVISION.

(wiz)

2018-01-12 23:12:59 UTC MAIN commitmail json YAML

Updated graphics/icoutils to 0.32.2nb1

(ryoon)

2018-01-12 23:12:29 UTC MAIN commitmail json YAML

Replace perl shebang, pointed by joerg@

Bump PKGREVISION

(ryoon)

2018-01-12 22:25:58 UTC MAIN commitmail json YAML

Updated net/wireshark to 2.4.4

(ryoon)

2018-01-12 22:25:18 UTC MAIN commitmail json YAML

Update to 2.4.4

Changelog:
## Bug Fixes
The following bugs have been fixed:

    wnpa-sec-2018-01
    Multiple dissectors could crash. (Bug 14253) CVE-2018-5336

    wnpa-sec-2018-03
    The IxVeriWave file parser could crash. (Bug 14297) CVE-2018-5334

    wnpa-sec-2018-04
    The WCP dissector could crash. (Bug 14251) CVE-2018-5335

Prior to this release dumpcap enabled the Linux kernel's BPF JIT compiler
via the net.core.bpf_jit_enable sysctl. This could make systems
more vulnerable to Spectre variant 1 (CVE-2017-5753) and this feature
has been removed (Bug 14313).

    Some keyboard shortcut mix-up has been resolved by assigning
      new shortcuts to Edit -> Copy methods.
    Remote interfaces are not saved. (Bug 8557)
    Additional grouping in Expert Information dialog. (Bug 11753)
    First start with non-empty extcap folder after install or reboot
      hangs at "initializing tap listeners". (Bug 12845)
    Can't hide expert categories in Expert Information. (Bug 13831)
    Expert info dialog should have "Collapse All"/"Expand All" options.
      (Bug 13842)
    SIP Statistics extract does not work. (Bug 13942)
    Service Response Time - SCSI dialog crashes. (Bug 14144)
    Wireshark & Tshark 2.4.2 core dumps with segmentation fault. (Bug 14194)
    SSH remote capture promiscuous mode. (Bug 14237)
    SOCKS pseudo header displays incorrect Version value. (Bug 14262)
    Only first variable of list is dissected in NTP Control request
      message. (Bug 14268)
    NTP Authenticator field dissection fails if padding is used. (Bug 14269)
    BSSAP packet dissector issue - BSSAP_UPLINK_TUNNEL_REQUEST message.
      (Bug 14289)
    "[Malformed Packet]" for Mobile IP (MIP) protocol. (Bug 14292)
    There is a potential buffer underflow in File_read_line function in
      epan/wslua/wslua_file.c file. (Bug 14295)
    Saving a temporary capture file may not result in the temporary
      file being removed. (Bug 14298)

## Updated Protocol Support
Bluetooth, BSSAP, BT ATT, BT HCI, BT SMP, MIP, NTP, SCTP, SOCKS, UDS, and WCP

(ryoon)

2018-01-12 20:48:06 UTC MAIN commitmail json YAML

sysutils/syslog-ng: Avoid doubling up on a process watchdog inside
the SMF manifest. Bump PKGREVISION.

(fhajny)

2018-01-12 19:50:52 UTC MAIN commitmail json YAML

2018-01-12 15:56:23 UTC MAIN commitmail json YAML

2018-01-12 15:23:01 UTC MAIN commitmail json YAML

doc/TODO: update redmine

+ ruby-redmine-3.3.6, ruby-redmine-3.4.4.

(taca)

2018-01-12 15:22:06 UTC MAIN commitmail json YAML

doc: Updated www/contao45 to 4.5.2

(taca)

2018-01-12 15:21:31 UTC MAIN commitmail json YAML

www/contao45: update to 4.5.2

Contao 4.5.2 (2017/01/12)

The bugfix release fixes issues with storing the user session and with
handling modified fields of a model.

(taca)

2018-01-12 14:48:52 UTC MAIN commitmail json YAML

doc: Updated multimedia/adobe-flash-player to 28.0.0.137

(tsutsui)

2018-01-12 14:48:30 UTC MAIN commitmail json YAML

adobe-flash-player: update to 28.0.0.137.

Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb18-01.html

Adobe Security Bulletin
Security updates available for Flash Player | APSB18-01

Summary
  Adobe has released security updates for Adobe Flash Player for Windows,
  Macintosh, Linux and Chrome OS. These updates address an important
  out-of-bounds read vulnerability that could lead to information exposure.

(tsutsui)

2018-01-12 14:41:24 UTC MAIN commitmail json YAML

devel/jq: Link against textproc/oniguruma to enable regexp support.

(fhajny)

2018-01-12 14:33:14 UTC MAIN commitmail json YAML

devel/ivykis: Force pthread support. Fixes syslog-ng crashes on SunOS
at least, as described in joyent/pkgsrc#64.

(fhajny)

2018-01-12 12:56:08 UTC MAIN commitmail json YAML

doc: Updated cad/py-gds to 1.2.1

(mef)

2018-01-12 12:55:51 UTC MAIN commitmail json YAML

Updated cad/py-gds to 1.2.1

### Version 1.2.1 (Dec 5, 2017)
* `GdsLibrary` can be created directly from a GDSII file
* Added return value to `GdsLibrary.read_gds`
* Fix return value of `GdsLibrary.add`

### Version 1.2 (Oct 21, 2017)
* Added new `gdsii_hash` function.
* Added `precision` parameter to `_chop`, `Polygon.fracture`,
  `Polygon.fillet`, `PolygonSet.fracture`, `PolygonSet.fillet`, and
  `slice`.
* Included labels in flatten operations (added `get_labels` to `Cell`,
  `CellReference`, and `CellArray`).
* Fixed bug in the bounding box cache of reference copies.
* Fixed bug in `_chop` that affected `Polygon.fracture`,
  `PolygonSet.fracture`, and `slice`.
* Other minor bug fixes.

(mef)

2018-01-12 12:51:29 UTC MAIN commitmail json YAML

Updated devel/py-cffi, devel/py-test-xdist

(adam)

2018-01-12 12:43:08 UTC MAIN commitmail json YAML

icu: Don't perform SunOS _STDC_C99 workaround with clang.

(jperkin)

2018-01-12 12:38:32 UTC MAIN commitmail json YAML

py-test-xdist: updated to 1.22.0

pytest-xdist 1.22.0:

Features
--------
- Add support for the ``pytest_runtest_logfinish`` hook which will be released
  in pytest 3.4

(adam)

2018-01-12 12:26:00 UTC MAIN commitmail json YAML

py-cffi: updated to 1.11.3

v1.11.3
Fix on CPython 3.x: reading the attributes __loader__ or __spec__ from the cffi-generated lib modules gave a buggy SystemError. (These attributes are always None, and provided only to help compatibility with tools that expect them in all modules.)
More Windows fixes: workaround for MSVC not supporting large literal strings in C code (from ffi.embedding_init_code(large_string)); and an issue with Py_LIMITED_API linking with python35.dll/python36.dll instead of python3.dll.
Small documentation improvements.

(adam)

2018-01-12 11:35:28 UTC MAIN commitmail json YAML

xz: Only enable nls by default if msgfmt is builtin.

Avoids circular dependency issues as xz with nls depends on gettext-tools if
msgfmt comes from pkgsrc, which in turn depends on xz.

(jperkin)

2018-01-12 11:32:29 UTC MAIN commitmail json YAML

doc: Updated lang/perl5 to 5.26.1nb2

(jperkin)

2018-01-12 11:32:21 UTC MAIN commitmail json YAML

perl5: Fix CFLAGS.

We need to remove -std=c89 so that compilers which default to C99 don't fail,
and don't automatically add -fstack-protector flags, leave it to the user to
decide via PKGSRC_USE_SSP.  Fixes clang on SmartOS.  Bump PKGREVISION.

(jperkin)

2018-01-12 09:08:05 UTC MAIN commitmail json YAML

rsyslog: Note usage by rsyslog-omprog.

(jperkin)

2018-01-12 09:07:22 UTC MAIN commitmail json YAML

doc: Added sysutils/rsyslog-omprog version 8.31.0

(jperkin)

2018-01-12 09:06:59 UTC MAIN commitmail json YAML

sysutils: Enable rsyslog-omprog.

(jperkin)

2018-01-12 09:06:17 UTC MAIN commitmail json YAML

rsyslog-omprog: Import version 8.31.0 into pkgsrc.

This module permits to integrate arbitrary external programs into
rsyslog's logging.  It is similar to the "execute program (^)" action,
but offers better security and much higher performance. While "execute
program (^)" can be a useful tool for executing programs if rare events
occur, omprog can be used to provide massive amounts of log data to a
program.

(jperkin)

2018-01-11 23:43:07 UTC MAIN commitmail json YAML

qcomicbook: remove duplicate depends line

(wiz)

2018-01-11 14:39:28 UTC MAIN commitmail json YAML

Updated math/py-ephem; Added www/py-django-celery-beat

(adam)

2018-01-11 14:35:40 UTC MAIN commitmail json YAML

py-django-celery-beat: added version 1.1.0

This extension enables you to store the periodic task schedule in the database.

The periodic tasks can be managed from the Django Admin interface, where you
can create, edit and delete periodic tasks and how often they should run.

(adam)

2018-01-11 14:31:21 UTC MAIN commitmail json YAML

py-ephem: updated to 3.7.6.0nb1

PkgSrc changes:
- now use 'ephem' PyPI (not 'pyephem') to allow correct dependencies
- enabled unit tests

(adam)

2018-01-11 14:16:06 UTC MAIN commitmail json YAML

Updated www/py-django-easy-thumbnails; Added www/py-test-django

(adam)

2018-01-11 14:07:11 UTC MAIN commitmail json YAML

py-test-django: added version 3.1.2

pytest-django allows you to test your Django project/applications with the
pytest testing tool.

Running your test suite with pytest-django allows you to tap into the features
that are already present in pytest. Here are some advantages:
* Manage test dependencies with pytest fixtures.
* Less boilerplate tests: no need to import unittest, create a subclass with
  methods. Write tests as regular functions.
* Database re-use: no need to re-create the test database for every test run.
* Run tests in multiple processes for increased speed (with the pytest-xdist
  plugin).
* Make use of other pytest plugins.
* Works with both worlds: Existing unittest-style TestCase's still work
  without any modifications.

(adam)

2018-01-11 13:57:37 UTC MAIN commitmail json YAML

irssi*: security update to 1.0.6.

v1.0.6 2018-01-07 The Irssi team <staff@irssi.org>
- Fix invalid memory access when reading hilight configuration
          (#787, #788).
- Fix null pointer dereference when the channel topic is set
          without specifying a sender (GL#20, GL!25).
- Fix return of random memory when using incomplete escape
          codes (GL#21, GL!26).
- Fix heap buffer overflow when completing certain strings
          (GL#19, GL!27).
- Fix return of random memory when using an incomplete
          variable argument (GL#18, GL!28).

(maya)

2018-01-11 13:50:39 UTC MAIN commitmail json YAML

py-django-easy-thumbnails: updated to 2.5

2.5:
Support Django versions up to 1.11. Version 2.0 is in beta.
Fix: Pickle/unpickle machine. The ThumbnailerField fields no longer generated thumbnails.
Removed all references to South migrations.

(adam)

2018-01-11 13:46:09 UTC MAIN commitmail json YAML

Added www/py-django-cors-headers; Updated www/py-yarl, www/py-django-admin-sortable2

(adam)

2018-01-11 13:45:39 UTC MAIN commitmail json YAML

py-django-admin-sortable2: updated to 0.6.19

0.6.19
Fix 183: Use mark_safe for reorder div.

(adam)

2018-01-11 13:38:49 UTC MAIN commitmail json YAML

py-yarl: updated to 0.18.0

0.18.0:
Fallback to IDNA 2003 if domain name is not IDNA 2008 compatible

(adam)

2018-01-11 13:37:55 UTC MAIN commitmail json YAML

py-django-cors-headers: added version 2.1.0

django-cors-headers is a Django App that adds CORS (Cross-Origin Resource
Sharing) headers to responses.

Although JSON-P is useful, it is strictly limited to GET requests. CORS builds
on top of XmlHttpRequest to allow developers to make cross-domain requests,
similar to same-domain requests.

(adam)

2018-01-11 12:52:54 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 5.4.4.2nb3

(ryoon)

2018-01-11 12:52:05 UTC MAIN commitmail json YAML

2018-01-11 12:38:11 UTC MAIN commitmail json YAML

doc: Updated cad/gtkwave to 3.3.87

(mef)

2018-01-11 12:38:01 UTC MAIN commitmail json YAML

Updated cad/gtkwave to 3.3.87

3.3.87  28dec17 Added missing prototype for ghw_read_sm_hdr in ghwlib.h.
                Made intptr_t changes vs long during casting for win64.
                Warnings fixes.
                Re-enable twinwave for Win32/64.
                Added missing gtkwave_bin_launcher.sh in contrib/bundle_for_osx
                Makefile.am.

(mef)

2018-01-11 12:31:54 UTC MAIN commitmail json YAML

doc: Updated ham/fldigi to 4.0.13

(mef)

2018-01-11 12:31:45 UTC MAIN commitmail json YAML

Updated ham/fldigi to 4.0.13

=Version 4.0.13=
2017-12-26  David Freese  <w1hkj@bellsouth.net>
        4c5c168: Language Translation
        13ef81d: cw t/r - doc update
        c4099e1: Spectrum Analyzer
        2e7f681: TS990 tune feedback
        43cc1b2: OS X CW
        8d156c6: FSQ/IFKP clear tx panel
        f62c96a: deadman
        80f52a8: Image transmit
        fb4797b: flrig race
        1b01276: CW Sweepstakes
        5ef93f4: CW no tx char
        a044193: timeops

(mef)

2018-01-11 10:34:33 UTC MAIN commitmail json YAML

2018-01-11 10:04:17 UTC MAIN commitmail json YAML

texstudio: switch to qt5

(markd)

2018-01-11 09:38:34 UTC MAIN commitmail json YAML

texworks update.

(markd)

2018-01-11 09:32:01 UTC MAIN commitmail json YAML

texworks: update to 0.6.2 and switch to qt5

Release 0.6.2 (TL'17) [April 2017]
* Implement handling of links to external files in the PDF preview
* Implement a simple screen calibration widget to allow adapting the PDF
  preview to the screen's resolution
* Improve responsiveness when opening large documents
* Use old content instead of rendering placeholers after a PDF was reloaded
  to facilitate seeing changes
* Improve the usability of the "Remove Aux Files..." dialog by letting the
  user toogle the selection by clicking anywhere on the row
* Add support for the bibliography program "biber" by default
* Allow custom zoom levels in the PDF status bar context menu
* Add a Windows manifest so TeXworks looks more "native" on modern versions
  of Windows

* Fix PDF zoom speed for high-resolution mouse-wheels
* Fix a deadlock causing TeXworks to hang when loading PDF annotations such
  as links
* Fix crash when changing files outside TeXworks
* Fix crash when syncing from an if-block in the TeX file
* Fix crash when reloading a PDF while text was selected
* Fix enabling of the first/previous/next/last page toolbar buttons in the
  PDF preview
* Fix the wrong appearance of the PDF magnifier in some cases
* Fix truncation issues and misreported Windows versions in "Email to
  mailing list"

* Update translations

(markd)

2018-01-11 08:54:37 UTC MAIN commitmail json YAML

Add FETCH_PROXY and FETCH_PROXY.{ftp,http,https}.

(alnsn)

2018-01-11 08:12:50 UTC MAIN commitmail json YAML

kfilemetadata: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:12:21 UTC MAIN commitmail json YAML

qpdfview: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:11:55 UTC MAIN commitmail json YAML

okular: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:11:31 UTC MAIN commitmail json YAML

kbibtex: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:11:21 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 9.4.0

(fhajny)

2018-01-11 08:11:13 UTC MAIN commitmail json YAML

Update lang/nodejs to 9.4.0.

async_hooks:
- deprecate AsyncHooks Sensitive API and runInAsyncIdScope. Neither
  API were documented.
deps:
- update nghttp2 to 1.29.0
- upgrade npm to 5.6.0
- cherry-pick 50f7455 from upstream V8
events:
- remove reaches into _events internals
http:
- add rawPacket in err of clientError event
http2:
- implement maxSessionMemory
- add initial support for originSet
- add altsvc support
- perf_hooks integration
- Refactoring and cleanup of Http2Session and Http2Stream destroy
net:
- remove Socket.prototype.write
- remove Socket.prototype.listen
repl:
- show lexically scoped vars in tab completion
stream:
- rm {writeable/readable}State.length
- add flow and buffer properties to streams
util:
- allow wildcards in NODE_DEBUG variable
zlib:
- add ArrayBuffer support

(fhajny)

2018-01-11 08:11:02 UTC MAIN commitmail json YAML

tellico: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:10:36 UTC MAIN commitmail json YAML

qcomicbook: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:09:39 UTC MAIN commitmail json YAML

texworks: mark as broken due to poppler-qt4 removal

(wiz)

2018-01-11 08:08:52 UTC MAIN commitmail json YAML

Updated www/py-tornado, math/py-gmpy, math/py-mpmath

(adam)

2018-01-11 08:07:44 UTC MAIN commitmail json YAML

py-mpmath: updated to 1.0.0

--1.0.0--
* Bumped to major version number for 10 year anniversary
* Added module for inverse Laplace transforms, including the top level
  function invertlaplace() as well as several different algorithms
  (Talbot, Gaver-Stehfest and de Hoog) implemented in
  mpmath.calculus.inverselaplace (Kris Kuhlman)
* Fixed bugs in elliprg() giving incorrect values for certain input
* Fixed wrong degree 1 nodes for Gaussian quadrature
* Made make acot(0) and acoth(0) return a finite result
* Fixed sieved zeta sum not being used in Python 3, and added cutoff
  for sieved zeta sum on 32-bit systems when too much memory would be used
* Fixed zeta(0,0.5) to return correct value instead of raising
  NoConvergence exception
* Added detection of exact zeros in gammainc(), in particular fixing
  NoConvergence error for gammainc(3,-1+1j)
* Fixed wrong values from besseli() due to improper internal precision
* Fixed bessely(0,1j) to return complex nan instead of raising NameError
  (Paul Masson)
* Changed float() and complex() applied to an mpf or mpc to use rounding
  to nearest (or the context rounding mode) instead truncating
* Fix imaginary part of gammainc(n,x), n negative odd int, x < 0
* Added alternative "phase" color scheme to cplot()
* Better error message for int(inf) or int(nan) (Aaron Meurer)
* Fixed polyroots() with error=True
* Added support to pass optional initial values to polyroots()
  (Michael Kagalenko)
* Rewrote the Python major version selection to make it work if something
  else has redefined xrange (Arne Brys)
* Switched documentation formula rendering to MathJax (Sergey B Kirpichev)
* Fixed documentation TeX build (Sergey B Kirpichev)
* Added PEP8 conformity testing (Sergey B Kirpichev)
* Various fixes for the test code and test infrastructure on different
  platforms and Python versions (Sergey B Kirpichev)
* Fixed module paths in setup.py (Aaron Meurer)
* Documented more options for methods such as nstr() and hyper()
* Miscellaneous corrections to the documentation (various)

(adam)

2018-01-11 07:59:48 UTC MAIN commitmail json YAML

py-gmpy: updated to 1.17

Version 1.17 only fixes compatibility with Python 3.x and other C extensions that use gmpy.
Version 1.16 fixes a minor issue with the new Decimal type in Python 3.3.

(adam)

2018-01-11 07:32:05 UTC MAIN commitmail json YAML

py-tornado: updated to 4.5.3

What's new in Tornado 4.5.3

tornado.curl_httpclient
- Improved debug logging on Python 3.

tornado.httpserver
- Content-Length and Transfer-Encoding headers are no longer
  sent with 1xx or 204 responses (this was already true of 304
  responses).
- Reading chunked requests no longer leaves the connection in a broken
  state.

tornado.iostream
- Writing a memoryview can no longer result in "BufferError:
  Existing exports of data: object cannot be re-sized".

tornado.options
- Duplicate option names are now detected properly whether they use
  hyphens or underscores.

tornado.testing
- .AsyncHTTPTestCase.fetch now uses 127.0.0.1 instead of
  localhost, improving compatibility with systems that have
  partially-working ipv6 stacks.

tornado.web
- It is no longer allowed to send a body with 1xx or 204 responses.

tornado.websocket
- Requests with invalid websocket headers now get a response with
  status code 400 instead of a closed connection.

(adam)

2018-01-11 06:13:15 UTC MAIN commitmail json YAML

2018-01-10 23:10:05 UTC MAIN commitmail json YAML

doc: Updated devel/py-setuptools to 38.4.0

(wiz)

2018-01-10 23:09:57 UTC MAIN commitmail json YAML

py-setuptools: update to 38.4.0.

v38.4.0
-------

* #1231: Removed warning when PYTHONDONTWRITEBYTECODE is enabled.

v38.3.0
-------

* #1210: Add support for PEP 345 Project-URL metadata.
* #1207: Add support for ``long_description_type`` to setup.cfg
  declarative config as intended and documented.

(wiz)

2018-01-10 23:07:14 UTC MAIN commitmail json YAML

doc: Updated databases/unixodbc to 2.3.5

(wiz)

2018-01-10 23:07:01 UTC MAIN commitmail json YAML

unixodbc: update to 2.3.5.

2-Jan-2018
2.3.5

    * Add configure option --enable-setlibversion set mark the libs with VERS_3.52
      Linux only, so any driver built with the libs will work with closed source
      DM's
    * Add persistent storage of isql command line history if readline() is used (thanks Axel)
    * Rename some local mutex functions to avoid name clashes
    * Assorted fixes (Thanks Markus * 2)
    * Fix regression in ini caching
    * Make SQLDrivers look in user as well as system odbcinst.ini for driver attributes
    * If in use, clear the ini cache when a write is done via SQLWritePrivateProfileString() so
      the new value is read
    * Fix problem with pooling if the environment was released by the application
    * Add check for SQL_COLUMN_COUNT in SQLColAttribute
    * isql would not display long error messages. Fixed now.
    * Fix problem calling the driver to report errors if the error is from the DM and the driver
      has not been called
    * SQLSetConnectAttrW crashes when attempting to set SQL_ATTR_LOGIN_TIMEOUT
    * Buffer overflow in unicode_to_ansi_copy()
    * SQLDriverConnect with not-found FILEDSN causes crash
    * SQLGetDescRec with null name pointer causes crash
    * Connection string escaping does not work
    * SQLDriverConnect/W with very long driver name causes crash
    * Connection string with trailing empty value causes crash
    * Freeing explicitly allocated descriptor results in writing to freed memory
    * Buffer overflows and missing null checks in SQLConfigDataSource, SQLInstallDriverEx, and SQLWriteFileDSN
    * Statement enters incorrect state upon SQLExecDirectW returning SQL_NO_DATA
    * SQLBulkOperations fails to exit async state after success
    * SQLFreeStmt causes prepared statements in S1 or S2 to erroneously transition to S3
    * Buffer length fixes for SQLGetDiagField
    * SQLSetConnectAttrW and Unicode string pre-connect attributes do not work
    * SQLGetData and SQLSetPos async states are incorrect
    * Various string conversion and length issues in SQLColAttribute(s)
    * Missing buffer length check in SQLColAttribute(s)W
    * SQLGetStmtAttr state handling incorrect in S5, S6, and S7 (via SQLExtendedFetch)
    * SQLSetPos and SQLExtendedFetch state management fixes
    * SQLExecDirect/W erroneous transition to S1 upon error in S5
    * Async SQLGetData and SQLExecDirect/W fails to restore state upon cancellation
    * SQLFetchScroll cannot move cursor back into the rowset
    * SQLSetDescField doesn't adjust the length of the buffer when converting to unicode
    * SQLGetDescField/W and SQLSetDescField/W do not check for negative buffer lengths
    * SQLSetStmtAttrW SQL_ATTR_APP_PARAM_DESC and SQL_ATTR_APP_ROW_DESC does not accept null
    * SQLGetData async state reentrancy issues
    * SQLDriversW off-by-one in enumerating driver list
    * SQLPrimaryKeys does not pass length in characters to driver
    * SQLGetConnectAttr with string attributes truncates to half buffer length
    * SQLTransact with autocommit enabled erroneously changes statement state
    * SQLDataSources/W fails to reset list position upon end
    * SQLGetEnvAttr successfully returns unset SQL_ATTR_ODBC_VERSION
    * Lack of SQL_HANDLE_SENV support
    * SQLAllocEnv fails to set environment version correctly
    * SQLMoreResults with streamed output parameters returns unexpected HY010
    * Custom pre-connect pointer attributes are truncated to 32 bits
    * 08003 message should be "Connection not open"
    * SQL_ATTR_ACCESS_MODE set using SQLSetConnectOption/W before connecting does not persist after disconnecting
    * SQL_ATTR_AUTOCOMMIT incorrect default value before connecting
    * SQL_AUTOCOMMIT set using SQLSetConnectOption/W before connecting does not persist after disconnecting
    * SQLAllocHandle/SQLFreeHandle with invalid handle type should return SQL_INVALID_HANDLE
    * SQLAllocHandleStd not setting ODBC version correctly
    * SQLBindParameter does not ignore BufferLength for DAE parameters
    * SQLBindParameter does not ignore BufferLength for fixed-length parameters
    * SQLBindParameter returns "Invalid application buffer type" instead of " Program type out of range"
    * SQLCancel with 01S05 returned from driver should result in SQL_SUCCESS, not SQL_SUCCESS_WITH_INFO
      (see https://msdn.microsoft.com/en-us/library/aa392708(v=vs.85).aspx )
    * SQLColAttribute/SQLColAttributes should return number of bytes needed for Unicode string when truncating
    * SQLColumnPrivileges/W differing error message precedence from Windows DM and order in ODBC spec
    * SQLColumns/W extraneous checks on null string's length
    * SQLCopyDesc does not copy descriptors across connections correctly
    * SQLDescribeParam extraneous checks for state
    * SQLDriverConnect/W adds extraneous DM prefix to diagnostic messages
    * SQLDriversW before ODBC version set returns incorrect SQLSTATE
    * SQLFetch in state S7 does not return error from DM
    * SQLFetchScroll missing check for SQL_FETCH_BOOKMARK
    * SQLForeignKeys/W missing check for null table names
    * SQLGetConnectAttr/W erroneously retrieves attributes with no default (SQL_ATTR_PACKET_SIZE, SQL_ATTR_QUIET_MODE)
    * SQLGetConnectAttr/W fails to get some set attributes before connecting
    * SQLGetConnectAttr/W fails to retrieve set attributes with no connection
    * SQLGetConnectAttrW returns incorrect value for SQL_ATTR_TRACE
    * SQLGetConnectOption/W cannot retrieve SQL_ODBC_CURSORS before connection
    * SQLGetConnectOption/W fails to retrieve SQL_LOGIN_TIMEOUT before connecting
    * SQLGetConnectOption/W fails to retrieve SQL_ATTR_ACCESS_MODE set with SQLSetConnectOption/W
    * SQLGetData and SQLSetPos async states are incorrect
    * SQLGetData missing check for cursor end indication; SQLSetCursorName/W fails to clear previous diagnostic records
    * SQLGetDiagField/W does not check record number for SQL_DIAG_ROW_COUNT and SQL_DIAG_DYNAMIC_FUNCTION_CODE
    * SQLGetDiagField/W missing check for negative buffer length for string fields
    * SQLGetDiagField/W inconsistent handling of statement-only diagnostic fields
    * SQLGetInstalledDrivers off-by-one length
    * SQLGetStmtOption various state handling issues
    * SQLSetConnectAttr/W SQL_ATTR_CURRENT_CATALOG extraneous check with error 24000
    * SQLSetConnectAttr/W does not prevent attempts to set ODBC 3.x statement attributes
    * SQLSetConnectAttr/W with null string attributes causes crash
    * SQLSetConnectOption passes SQL_ATTR_TRACEFILE to the driver
    * SQLSetConnectOption/W or SQLSetConnectAttr/W missing validity checks for SQL_ATTR_TXN_ISOLATION
    * SQLSetConnectOption/W setting SQL_ATTR_TRACEFILE to null results in different error
    * SQLSetCursorName/W missing checks for negative name length
    * SQLSetDescField/W missing check for negative SQL_DESC_COUNT
    * SQLSetParam missing various error checks for invalid data types and buffer
    * SQLSetPos does not check for state S5
    * SQLSetPos missing checks in state S7
    * SQLSetScrollOptions various state handling issues
    * SQLSetStmtOption/W missing check for positive rowset sizes
    * SQLSpecialColumns/W error precedence differs from Windows DM
    * SQLSpecialColumns/W incorrect check for SQL_NTS string lengths
    * SQLStatisticsW uniqueness parameter missing validation
    * SQLTablePrivileges/W extraneous checks on null string's length
    * Various issues with SQLGetFunctions
    * Various string conversion and length issues in SQLColAttribute; missing buffer length check in SQLColAttributeW
    * As above, but for SQLColAttributes and SQLColAttributesW; incorrect check for SQL_COLUMN_COUNT
    * Setting SQL_ATTR_TRACEFILE to null value results in different error
    * check_target_type allows driver-specific C data types for ODBC < 3.8
    * fix empty SQL_DIAG_SERVER_NAME field in DM-supplied diag recs
    * fix differing behaviour for an empty string DSN in SQLConnect/W
    * Alter isql to return errors from SQLMoreResults
    * Handle case of building on mingw-w64

(wiz)

2018-01-10 22:57:26 UTC MAIN commitmail json YAML

doc: Updated textproc/gtk-doc to 1.27

(wiz)

2018-01-10 22:57:17 UTC MAIN commitmail json YAML

gtk-doc: update to 1.27.

GTK-Doc 1.27  (Dec 07 2017)
==============

Finetune the python port.

Changes

o 773879 : scangobj: Do not generate unused parameters
o 786174 : Several test failures on Arch Linux
o 787495 : gtkdoc-fixxref crashes when running vim for syntax highlighting
o 787768 : Aborts when glib2.0-dev is not installed
o 787862 : Always open files in text mode and always use utf-8
o 788473 : fixxref crashes if a .devhelp2.gz file is found
o 789531 : Don't depend on the system shell
o 790022 : mkdb: Add support for (not optional) annotation
o 791131 : gtk-doc and python3: fixxref failures

(wiz)

2018-01-10 22:35:58 UTC MAIN commitmail json YAML

doc: Updated lang/vala to 0.38.4

(wiz)

2018-01-10 22:35:49 UTC MAIN commitmail json YAML

vala: update to 0.38.4.

Vala 0.38.4
===========
* Various bug fixes:
  - Enforce name-length >= 3 for structs using GType [#764041]
  - Report error for missing type-parameter on enclosing type [#587905]
  - Discover invalid member access to instance field [#790903]
  - Improve error output of mismatching overriding methods
  - vala: Don't transform an explicit "null" into valid format-string [#791215]
  - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
  - Improve error message for missing type-parameter on enclosing type [#587905]

* GIR parser:
  - Allow change of parameter names
  - Handle metadata for fields inside a transparent union
  - Accept setters with boolean return-type as valid property-accessor
  - Don't mark simple-type out-parameters with '?' as nullable

* Valadoc
  - Acknowledge possible properties in structs [#784705]
  - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266]
  - libvaladoc: Actually resolve "percnt;" to '%'

* Bindings:
  - gobject-2.0: Add some missing symbols
  - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-3.0: Update to 3.22.26+9ce824d3
  - webkit2gtk-4.0: Update to 2.19.2
  - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
  - gobject-2.0: Add missing GType constants for fundamentals [#791023]

(wiz)

2018-01-10 22:31:08 UTC MAIN commitmail json YAML

texstudio: mark as BROKEN

Needs removed poppler-qt4; or porting to qt5, but that does not build
for me.

(wiz)

2018-01-10 22:30:30 UTC MAIN commitmail json YAML

doc/CHANGES-2018: mention diffpdf removal

(wiz)

2018-01-10 22:30:18 UTC MAIN commitmail json YAML

2018-01-10 22:20:20 UTC MAIN commitmail json YAML

poppler-includes: Fix PLIST for poppler-0.62.0

(wiz)

2018-01-10 22:16:27 UTC MAIN commitmail json YAML

2018-01-10 22:10:25 UTC MAIN commitmail json YAML

doc/CHANGES-2018: remove calibre1

(wiz)

2018-01-10 22:09:58 UTC MAIN commitmail json YAML

2018-01-10 22:09:22 UTC MAIN commitmail json YAML

doc: Updated editors/texmaker to 4.5nb27

(wiz)

2018-01-10 22:09:02 UTC MAIN commitmail json YAML

texmaker: default to qt5 now that poppler-qt4 is gone.

(wiz)

2018-01-10 22:01:51 UTC MAIN commitmail json YAML

doc/CHANGES-2018: poppler update

(wiz)

2018-01-10 21:57:22 UTC MAIN commitmail json YAML

print/Makefile: remove poppler-qt4

(wiz)

2018-01-10 21:57:10 UTC MAIN commitmail json YAML

doc: Updated print/poppler to 0.62.0

(wiz)

2018-01-10 21:56:51 UTC MAIN commitmail json YAML

2018-01-10 21:56:01 UTC MAIN commitmail json YAML

2018-01-10 21:55:34 UTC MAIN commitmail json YAML

poppler: update to 0.62.0.

Release 0.62.0
        core:
        * Stop supporting lcms1, you really want to use lcms2 :)
        * Stop supporting openjpeg1, you really want to use openjpeg2 :)
        * Open files that state 8 bits as third field of W. Bug #103469
        * GfxLabColorSpace::parse: Fix crash in broken documents. Bug #103582
        * Fix leak if parseDA fails
        * Include glibc.h where needed
        * Document the meaning of the 'type' integer of a shading
        * Fix UTF test fail
        * INSTALL: add debug options

        qt5:
        * Add API to let the rendering process callback to get a partial rendering. Bug #103372

        qt4:
        * Remove the Qt4 frontend

        utils:
        * Support unicode on windows console
        * pdfsig: install man page
        * sort encoding list

        glib:
        * demo: fix warning

(wiz)

2018-01-10 19:32:23 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 4.4.2

(wiz)

2018-01-10 19:32:13 UTC MAIN commitmail json YAML

py-mercurial: update to 4.4.2.

Add upstream patch to fix a test case.

Mercurial 4.4.2 (2017-12-01)

This is a regularly-scheduled bugfix release.

1.1. Notable changes

1.1.1. Stricter command option parsing

Mercurial can now optionally parse "early" options (-R/--repository,
--cwd, --config, --debugger, and --profile) more strictly, for more
secure integration with tools that invoke 'hg' commands. Setting
HGPLAIN=+strictflags will parse these options more strictly, which
prevents them from being injected as arguments to other flags.

1.2. Bug fixes

    'hg amend' now correctly handles deleted and removed files, as
    well as subrepos. (issue5732, issue5677)
    largefiles now correctly handles dropped standin files when
    updating largefiles.

    Fixed an issue with deleting symlinks to directories when
    ui.origbackuppath is set. (issue5731)

1.3. Performance improvements

    Improved performance in path conflict checking introduced in
    Mercurial 4.4. (issue5716)

(wiz)

2018-01-10 16:53:15 UTC MAIN commitmail json YAML

2018-01-10 16:48:33 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-tyxml to 4.1.0nb2

(jaapb)

2018-01-10 16:48:21 UTC MAIN commitmail json YAML

Revbump for textproc/ocaml-tyxml.

This revision also adds a patch to make the program compile with
safe-string and therefore with OCaml 4.06.

(jaapb)

2018-01-10 16:46:15 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-csv to 2.0nb2

(jaapb)

2018-01-10 16:46:04 UTC MAIN commitmail json YAML

Revbump for package textproc/ocaml-csv.

This revision also introduces the lwt option, to optionally build
ocaml-lwt compatibility.

(jaapb)

2018-01-10 16:44:27 UTC MAIN commitmail json YAML

doc: Updated security/ocaml-ssl to 0.5.5

(jaapb)

2018-01-10 16:44:16 UTC MAIN commitmail json YAML

Updated package security/ocaml-ssl to version 0.5.5.

This introduces compatibility with OCaml 4.06 (or rather safe-string)
and honours LDFLAGS during build.

(jaapb)

2018-01-10 16:37:58 UTC MAIN commitmail json YAML

doc: Updated net/ocamlnet to 4.1.5

(jaapb)

2018-01-10 16:37:42 UTC MAIN commitmail json YAML

2018-01-10 16:35:18 UTC MAIN commitmail json YAML

2018-01-10 16:35:02 UTC MAIN commitmail json YAML

doc: Updated misc/ocaml-topkg to 0.9.1

(jaapb)

2018-01-10 16:34:50 UTC MAIN commitmail json YAML

Updated package misc/ocaml-topkg to version 0.9.1.

This package contains mostly minor fixes and enhancements; see the
CHANGES.md file.

(jaapb)

2018-01-10 16:33:36 UTC MAIN commitmail json YAML

doc: Updated misc/ocaml-opam to 2.0.0_beta5

(jaapb)

2018-01-10 16:33:23 UTC MAIN commitmail json YAML

Updated package misc/ocaml-opam to version 2.0.0beta5.

This version includes several bugfixes; see the CHANGES file.

(jaapb)

2018-01-10 16:31:45 UTC MAIN commitmail json YAML

doc: Updated misc/dose3 to 5.0.1nb2

(jaapb)

2018-01-10 16:31:34 UTC MAIN commitmail json YAML

2018-01-10 16:30:40 UTC MAIN commitmail json YAML

Added ocaml-num to Makefile SUBDIRs

(jaapb)

2018-01-10 16:30:16 UTC MAIN commitmail json YAML

doc: Added math/ocaml-num version 1.1

(jaapb)

2018-01-10 16:29:44 UTC MAIN commitmail json YAML

Added package math/ocaml-num.

This legacy library for arbitrary-precision integer and rational arithmetic
was formerly part of the standard OCaml library, but has now been
spun off.

(jaapb)

2018-01-10 16:27:05 UTC MAIN commitmail json YAML

doc: Updated lang/coq to 8.7.1

(jaapb)

2018-01-10 16:26:53 UTC MAIN commitmail json YAML

Updated package lang/coq to version 8.7.1.

This is a compatibility release with OCaml 4.06.0. It also contains many
bugfixes, documentation improvements and user message improvements.

(jaapb)

2018-01-10 16:24:25 UTC MAIN commitmail json YAML

doc: Updated lang/camlp5 to 7.03

(jaapb)

2018-01-10 16:24:13 UTC MAIN commitmail json YAML

Updated package lang/camlp5 to version 7.03.

This version mostly introduces support for OCaml 4.06, and contains some
bugfixes besides.

(jaapb)

2018-01-10 16:22:51 UTC MAIN commitmail json YAML

doc: Updated lang/camlp4 to 4.06+1

(jaapb)

2018-01-10 16:22:41 UTC MAIN commitmail json YAML

Updated package lang/camlp4 to version 4.06+1.

This is due to the upgrade of lang/ocaml to 4.06 - camlp4 has to follow
suit.

(jaapb)

2018-01-10 16:21:32 UTC MAIN commitmail json YAML

doc: Updated devel/pcre-ocaml to 7.3.4nb1

(jaapb)

2018-01-10 16:21:20 UTC MAIN commitmail json YAML

Updated package devel/pcre-ocaml to version 7.3.4.

Changes include a build system switch (to jbuilder and topkg), and
bugfixes and performance improvements.

(jaapb)

2018-01-10 16:19:09 UTC MAIN commitmail json YAML

doc: Updated devel/ocamlmod to 0.0.8nb2

(jaapb)

2018-01-10 16:19:01 UTC MAIN commitmail json YAML

Revision bump for package devel/ocamlmod.

No upstream changes, but the OASIS setup.ml file had to be regenerated
due to it no longer working with OCaml 4.06.

(jaapb)

2018-01-10 16:17:05 UTC MAIN commitmail json YAML

Revision bump for package devel/ocamlify.

No upstream changes, but the OASIS setup.ml file had to be regenerated
due to it no longer working with OCaml 4.06.

(jaapb)

2018-01-10 16:14:20 UTC MAIN commitmail json YAML

2018-01-10 16:13:29 UTC MAIN commitmail json YAML

doc: Updated devel/ocamlbuild to 0.12.0

(jaapb)

2018-01-10 16:13:18 UTC MAIN commitmail json YAML

Updated package devel/ocamlbuild to version 0.12.0.

This is a maintenance release containing mostly bugfixes and a few
user-contributed features (see the Changes file).

(jaapb)

2018-01-10 16:10:44 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-stdio to 0.10.0nb1

(jaapb)

2018-01-10 16:10:33 UTC MAIN commitmail json YAML

Updated package devel/ocaml-stdio to version 0.10.0.

A changelog is not available.

(jaapb)

2018-01-10 16:09:51 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-sexplib to 0.10.0

(jaapb)

2018-01-10 16:09:33 UTC MAIN commitmail json YAML

Updated package devel/ocaml-sexplib to version 0.10.0.

A changelog is not available.

(jaapb)

2018-01-10 16:07:59 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_tools to 5.1

(jaapb)

2018-01-10 16:07:47 UTC MAIN commitmail json YAML

Updated package devel/ocaml-ppx_tools to version 5.1.

A changelog is not available.

(jaapb)

2018-01-10 16:06:13 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_driver to 0.9.2

(jaapb)

2018-01-10 16:06:00 UTC MAIN commitmail json YAML

Updated package devel/ocaml-ppx_driver to version 0.9.2.

A changelog is not available.

(jaapb)

2018-01-10 16:05:08 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_deriving to 4.2.1

(jaapb)

2018-01-10 16:04:58 UTC MAIN commitmail json YAML

Updated package devel/ocaml-ppx_deriving to version 4.2.1.

Changes mainly deal with support for OCaml 4.06.

(jaapb)

2018-01-10 16:04:04 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_core to 0.9.2

(jaapb)

2018-01-10 16:03:53 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_core to version 0.9.2.

A changelog is not available.

(jaapb)

2018-01-10 15:54:15 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_ast to 0.9.2

(jaapb)

2018-01-10 15:54:02 UTC MAIN commitmail json YAML

Updated package devel/ocaml-ppx_ast to version 0.9.2.

Changelog is not available.

(jaapb)

2018-01-10 15:47:42 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-optcomp to 1.6nb8

(jaapb)

2018-01-10 15:47:30 UTC MAIN commitmail json YAML

2018-01-10 15:44:05 UTC MAIN commitmail json YAML

doc/TODO: add some

+ librsvg-2.42.0 [needs rust+cargo], shotwell-0.27.2.

(wiz)

2018-01-10 15:43:19 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 0.14.43

(wiz)

2018-01-10 15:43:10 UTC MAIN commitmail json YAML

syncthing: update to 0.14.43.

Bugfixes:

    #1845: Files on deduplicated NTFS volumes are ignored by scanner
    #4590: Path completion in new folder dialog does not work anymore
    #4593: Fd leak when temp file cannot be truncated
    #4605: Panic: runtime error related to KCP

Enhancements:

    #2644: UI for debug levels and log access
    #4369: GUI should indicate which files are out of sync on remote devices
    #4400: Keep enough counters and state in the database to avoid initial database traversal
    #4515: Should understand ���socks��� in addition to ���socks5��� in proxy URLs

Other issues:

    #4407: Contribute kcp-go changes/features and/or fix tests
    #4585: Update vendored github.com/minio/sha256-simd for AVX512 support
    #4615: Update vendored x/sys/unix for dragonfly

(wiz)

2018-01-10 15:22:29 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-migrate-parsetree to 1.0.7

(jaapb)

2018-01-10 15:22:18 UTC MAIN commitmail json YAML

Updated devel/ocaml-migrate-parsetree to version 1.0.7.

Changes are minor - compilation with OCaml 4.06 and some small fixes.

(jaapb)

2018-01-10 15:02:41 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-jbuilder to 1.0_beta16

(jaapb)

2018-01-10 15:02:30 UTC MAIN commitmail json YAML

Updated devel/ocaml-jbuilder to latest version, 1.0+beta16.

Changes are minor, non-breaking bugfixes, see CHANGES.md.

(jaapb)

2018-01-10 15:00:14 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-cppo to 1.6.0

(jaapb)

2018-01-10 15:00:06 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-deriving-ocsigen to 0.7.1nb4

(jaapb)

2018-01-10 14:59:41 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-findlib to 1.7.3nb2

(jaapb)

2018-01-10 14:59:29 UTC MAIN commitmail json YAML

Updated package devel/ocaml-findlib for ocaml 4.06

There are a few OCaml libraries that are deprecated and have been split
off into a separate package.

(jaapb)

2018-01-10 14:57:35 UTC MAIN commitmail json YAML

2018-01-10 14:48:49 UTC MAIN commitmail json YAML

Updated package devel/ocaml-cppo to version 1.6.0.

Improvements are minor, most notably the change to support safe-string.

(jaapb)

2018-01-10 14:46:56 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-cmdliner to 1.0.2

(jaapb)

2018-01-10 14:46:42 UTC MAIN commitmail json YAML

Updated package devel/ocaml-cmdliner to version 1.0.2.

Changes are minor, and involve the upstream Makefile.

(jaapb)

2018-01-10 14:45:04 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-batteries to 2.8.0

(jaapb)

2018-01-10 14:44:52 UTC MAIN commitmail json YAML

Updated devel/ocaml-batteries to version 2.8.0.

This is a minor release covering compilation with OCaml 4.06 and
the safe-string option.

(jaapb)

2018-01-10 14:44:16 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-base to 0.10.0nb1

(jaapb)

2018-01-10 14:41:10 UTC MAIN commitmail json YAML

2018-01-10 14:37:41 UTC MAIN commitmail json YAML

doc: Updated devel/js_of_ocaml to 3.0.0nb2

(jaapb)

2018-01-10 14:37:30 UTC MAIN commitmail json YAML

2018-01-10 14:30:49 UTC MAIN commitmail json YAML

doc: Updated lang/ocaml to 4.06.0nb1

(jaapb)