Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 22:01:23 UTC Now

2019-03-12 18:10:04 UTC MAIN commitmail json YAML

Added ocaml-bigstringaf to Makefile SUBDIRs

(jaapb)

2019-03-12 18:09:38 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-bigstringaf version 0.4.0

(jaapb)

2019-03-12 18:09:29 UTC MAIN commitmail json YAML

2019-03-12 18:05:33 UTC MAIN commitmail json YAML

Added ocaml-astring to Makefile SUBDIRs

(jaapb)

2019-03-12 18:05:09 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-astring version 0.8.3

(jaapb)

2019-03-12 18:04:58 UTC MAIN commitmail json YAML

2019-03-12 18:02:08 UTC MAIN commitmail json YAML

Added ocaml-decompress to Makefile SUBDIRs

(jaapb)

2019-03-12 18:00:11 UTC MAIN commitmail json YAML

doc: Added archivers/ocaml-decompress version 0.8.1

(jaapb)

2019-03-12 18:00:02 UTC MAIN commitmail json YAML

2019-03-12 17:57:49 UTC MAIN commitmail json YAML

Added ocaml-checkseum to Makefile SUBDIRs

(jaapb)

2019-03-12 17:57:21 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-checkseum version 0.0.3

(jaapb)

2019-03-12 17:57:08 UTC MAIN commitmail json YAML

2019-03-12 17:53:44 UTC MAIN commitmail json YAML

Added missing dependency to devel/ocaml-fmt

(jaapb)

2019-03-12 17:50:42 UTC MAIN commitmail json YAML

Added ocaml-rresult to Makefile SUBDIRs

(jaapb)

2019-03-12 17:50:18 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-rresult version 0.6.0

(jaapb)

2019-03-12 17:49:59 UTC MAIN commitmail json YAML

2019-03-12 17:47:36 UTC MAIN commitmail json YAML

Added ocaml-optint to Makefile SUBDIRs

(jaapb)

2019-03-12 17:47:20 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-optint version 0.0.2

(jaapb)

2019-03-12 17:47:09 UTC MAIN commitmail json YAML

2019-03-12 17:42:31 UTC MAIN commitmail json YAML

Added ocaml-fmt to Makefile SUBDIRs

(jaapb)

2019-03-12 17:41:45 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-fmt version 0.8.5

(jaapb)

2019-03-12 17:41:27 UTC MAIN commitmail json YAML

2019-03-12 15:38:06 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pbulk-base to 0.54

(wiz)

2019-03-12 15:37:51 UTC MAIN commitmail json YAML

pbulk-base: fix double free().

Debugged by dillo & myself.

Bump version.

(wiz)

2019-03-12 13:21:16 UTC MAIN commitmail json YAML

doc: Updated devel/fossil to 2.8

(gutteridge)

2019-03-12 13:21:02 UTC MAIN commitmail json YAML

doc: Updated archivers/libzip to 1.5.2

(wiz)

2019-03-12 13:20:51 UTC MAIN commitmail json YAML

libzip: update to 1.5.2.

1.5.2 [2019-03-12]
==================
* Fix bug in AES encryption affecting certain file sizes
* Keep file permissions when modifying zip archives
* Support systems with small stack size.
* Support mbed TLS as crypto backend.
* Add nullability annotations.

(wiz)

2019-03-12 13:20:27 UTC MAIN commitmail json YAML

fossil: update to 2.8

Changes for Version 2.8 (2019-02-20)

  *  Show cherry-pick merges as dotted lines on the timeline graph.
    The "fossil rebuild" command must be run to create and
    populate the new "cherrypick" table in the repository in order
    for this feature to operate.
  *  Add the ability to associate branches, check-ins, and tags with
    specially-named Wiki pages. This gives the ability to better
    document branches and tags, and provide more documentation on
    check-ins beyond the check-in comment.  The associated Wiki is
    automatically displayed on /info pages for check-ins, and on
    /timeline?r=BRANCH and /timeline?t=TAG pages for branches and
    tags. This feature is on by default, but can be disabled in on
    the Admin/Wiki page.
  *  Enhance the repository list page (shown for example by
    "fossil all ui") so that it shows the name and last check-in
    time for each project.  The implementation of the repository
    list page is now broken out into a separate source file (repolist.c).
  *  Allow users with Forum Supervisor permission ('6') to add Forum
    Write Trusted permission ('4') to users as they are approving a
    forum post by that user.
  *  When running a bisect, report the number of check-ins still in
    the search range and the estimated number of bisect steps remaining.
    Do this at each step of the bisect.
  *  Provide a permanent link to a bisect timeline using the bid= query
    parameter.
  *  Make the chronological forum display feature available to all users,
    and make it the default format on mobile devices.
  *  Break out Wiki setup into a separate /setup_wiki page, accessible
    on the standard menus through Admin/Wiki.
  *  Add "Next" and "Previous" buttons on the /wdiff page, allowing
    the user to step through the versions of a wiki page.
  *  Improve the display of the /whistory page.
  *  Omit the "HH:MM" timestamps on timeline graphs on narrow-screen
    devices, to improve horizontal space uses.  This helps make Fossil
    more mobile-friendly.
  *  Enhance /wcontent to show a sortable list of Wiki pages together
    with the number of revisions and the most recent change time for
    each page.
  *  Hyperlinks to Wiki pages on the /timeline go to the specific
    version of the Wiki page named in the timeline, not to the latest
    version.
  *  Enhancements to the "amend", "tag", and "reparent" commands, including
    adding options --override-date, --override-user, and --dry-run.
  *  Add the global --comment-format command-line option and the
    comment-format setting to control the display of the command-line
    timeline.
  *  Change the "fossil reparent" command so that it only works from
    within an active checkout.
  *  On the /setup_ucap_list, show administrators how many users have
    each capability.  The counts are a hyperlink to the /setup_ulist
    page showing the subset of users that have that capability.
  *  Provide the ability to redirect all HTTP pages to HTTPS.  Formerly
    one could cause this to occur for the /login page only.  That option
    still exists, but the redirect can now also be done for all pages.
  *  "Compress" the built-in javascript by omitting comments and
    leading and trailing whitespace.
  *  Detect when the repository used by a checkout is swapped out for
    a clone that uses different RID values, and make appropriate adjustments
    to the checkout database to avoid any problems.
  *  Add the backoffice-disable setting to completely disable the
    backoffice feature.
  *  Update the built-in SQLite to version 3.27.1.
  *  Various other small enhancements to webpages and documentation.

(gutteridge)

2019-03-12 12:13:39 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.9.1.

(he)

2019-03-12 12:13:08 UTC MAIN commitmail json YAML

Update unbound to version 1.9.1

Upstream changes:

Features
- Add local-zone type inform_redirect, which logs like type inform,
  and redirects like type redirect.
- Perform canonical sort for 0x20 capsforid compare of replies,
  this sorts rrsets in the authority and additional section before
  comparison, so that out of order rrsets do not cause failure.
- Print query name with ip_ratelimit exceeded log lines.
  Spaces instead of tabs in that log message.
- Print query name and IP address when domain rate limit exceeded.

Bug Fixes
- Fix #4224: auth_xfr_notify.rpl test broken due to typo
- Fix locking for libunbound context setup with broken port config.
- Fix case in which query timeout can result in marking delegation
  as edns_lame_known.
- Set ub_ctx_set_tls call signature in ltrace config file for
  libunbound in contrib/libunbound.so.conf.
- improve documentation for tls-service-key and forward-first.
- #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of
  conditional section, fixes systemd builds, from Enrico Scholz.
- #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks,
  still supports the set_id_callback previous API.  And for 1.1.0
  no locking callbacks are needed.
- #8: Fix OpenSSL without ENGINE support compilation.
- Wipe TLS session key data from memory on exit.
- Fix that log-replies prints the correct name for local-alias
  names, for names that have a CNAME in local-data configuration.
  It logs the original query name, not the target of the CNAME.
- Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2.
- Fix that qname minimisation does not skip a label when missing
  nameserver targets need to be fetched.
- Fix #4225: clients seem to erroneously receive no answer with
  DNS-over-TLS and qname-minimisation.
- Note default for module-config in man page.
- Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for
  cert name matching, from man page.
- Fix capsforid canonical sort qsort callback.
- Fix pythonmod include and sockaddr_un ifdefs for compile on
  Windows, and for libunbound.
- Fix the error for unknown module in module-config is understandable,
  and explains it was not compiled in and where to see the list.
- In example.conf explain where to put cachedb module in module-config.
- In man page and example config explain that most modules have to
  be listed at the start of module-config.
- Fix #4227: pair event del and add for libevent for tcp_req_info.
- Fix #4229: Unbound man pages lack information, about access-control
  order and local zone tags, and elements in views.
- Fix #14: contrib/unbound.init: Fix wrong comparison judgment
  before copying.
- Fix for python module on Windows, fix fopen.
- Remove memory leak on pythonmod python2 script file init.
- Remove swig gcc8 python function cast warnings, they are ignored.
- Print correct module that failed when module-config is wrong.

(he)

2019-03-12 08:54:02 UTC MAIN commitmail json YAML

Note update of net/fstrm to 0.5.0.

(he)

2019-03-12 08:53:23 UTC MAIN commitmail json YAML

Upgrade to fstrm version 0.5.0.

Pkgsrc changes:
* Update license to "mit", to track upstream.

Upstream changes:
* Change license to modern MIT license for compatibility with
  GPLv2 software.
* src/fstrm_replay.c: For OpenBSD and Posix portability include
  netinet/in.h and sys/socket.h to get struct sockaddr_in and the
  AF_* defines respectively.
* Fix various compiler warnings.

(he)

2019-03-12 04:32:46 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2-pigeonhole to 0.5.5

(taca)

2019-03-12 04:32:25 UTC MAIN commitmail json YAML

mail/dovecot2-pigeonhole: update to 0.5.5

Update dovecot2-pigeonhole to 0.5.5 for dovecot 2.3.5.

v0.5.5 2019-03-05  Stephan Bosch <stephan@rename-it.nl>

+ IMAPSieve: Add new plugin/imapsieve_expunge_discarded setting which
  causes messages discarded by an IMAPSieve script to be expunged
  immediately, rather than only being marked as "\Deleted" (which is
  still the default behavior).
- IMAPSieve: Fix panic crash occurring when a COPY command copies
  messages from a virtual mailbox where the source messages originate
  from more than a single real mailbox.
- imap4flags extension: Fix deleting all keywords. When the action
  resulted in all keywords being removed, no changes were actually
  applied.
- variables extension: Fix truncation of UTF-8 variable content. The
  maximum size of Sieve variables was enforced by truncating the
  variable string content bluntly at the limit, but this does not
  consider UTF-8 code point boundaries. This resulted in broken UTF-8
  strings. This problem also surfaced for variable modifiers, such as
  the ":encodeurl" modifier provided by the Sieve "enotify" extension.
  In that case, the resulting URI escaping could also be truncated
  inappropriately.
- IMAPSieve, IMAP FILTER=SIEVE: Fix replacing a modified message. Sieve
  scripts running in IMAPSIEVE or IMAP FILTER=SIEVE context that
  modify the message, stored the message a second time, rather than
  replacing the originally stored unmodified message.
- Fix segmentation fault occurring when both the sieve_extprograms
  plugin (for the Sieve interpreter) and the imap_filter_sieve plugin
  (for IMAP) are loaded at the same time. A symbol was defined by both
  plugins, causing a clash when both were loaded.

(taca)

2019-03-12 04:25:13 UTC MAIN commitmail json YAML

doc: Updated lang/ruby24-base to 2.4.5nb1

(taca)

2019-03-12 04:24:40 UTC MAIN commitmail json YAML

lang/ruby24-base: really bump PKGREVISION

Oops, really bump PKGREVISION.

(taca)

2019-03-12 04:23:45 UTC MAIN commitmail json YAML

lang/ruby24-base: Add security patch for rubygems

Add security patch for rubygems, fixing these problem.

* CVE-2019-8320: Delete directory using symlink when decompressing tar
* CVE-2019-8321: Escape sequence injection vulnerability in verbose
* CVE-2019-8322: Escape sequence injection vulnerability in gem owner
* CVE-2019-8323: Escape sequence injection vulnerability in API response handlin
g
* CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
* CVE-2019-8325: Escape sequence injection vulnerability in errors

https://www.ruby-lang.org/en/news/2019/03/05/multiple-vulnerabilities-in-rubygems/

Since original patch included in official announce dose not cleanly applied to
Ruby 2.4.5, use a local version which drop patch to none existing test.

Bump PKGREVISION.

(taca)

2019-03-12 04:22:55 UTC MAIN commitmail json YAML

doc: Updated lang/ruby25-base to 2.5.3nb2

(taca)

2019-03-12 04:22:34 UTC MAIN commitmail json YAML

lang/ruby25-base: Add security patch for rubygems

Add security patch for rubygems, fixing these problem.

* CVE-2019-8320: Delete directory using symlink when decompressing tar
* CVE-2019-8321: Escape sequence injection vulnerability in verbose
* CVE-2019-8322: Escape sequence injection vulnerability in gem owner
* CVE-2019-8323: Escape sequence injection vulnerability in API response handlin
g
* CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
* CVE-2019-8325: Escape sequence injection vulnerability in errors

https://www.ruby-lang.org/en/news/2019/03/05/multiple-vulnerabilities-in-rubygems/

Since original patch included in official announce dose not cleanly applied to
Ruby 2.5.3, use a local version which drop patch to none existing test.

Bump PKGREVISION.

(taca)

2019-03-12 04:19:40 UTC MAIN commitmail json YAML

doc: Updated lang/ruby26-base to 2.6.1nb1

(taca)

2019-03-12 04:19:09 UTC MAIN commitmail json YAML

lang/ruby26-base: Add security patch for rubygems

Add security patch for rubygems, fixing these problem.

* CVE-2019-8320: Delete directory using symlink when decompressing tar
* CVE-2019-8321: Escape sequence injection vulnerability in verbose
* CVE-2019-8322: Escape sequence injection vulnerability in gem owner
* CVE-2019-8323: Escape sequence injection vulnerability in API response handling
* CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
* CVE-2019-8325: Escape sequence injection vulnerability in errors

Bump PKGREVISION.

(taca)

2019-03-12 04:16:27 UTC MAIN commitmail json YAML

doc: Updated lang/php7{1,2,3}

lang/php71 7.1.27
lang/php72 7.2.16
lang/php73 7.3.3

(taca)

2019-03-12 04:15:03 UTC MAIN commitmail json YAML

lang/php73: update to 7.3.3

Update php73 to 7.3.3.

07 Mar 2019, PHP 7.3.3

- Core:
  . Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
    (Laruence)
  . Fixed bug #77329 (Buffer Overflow via overly long Error Messages).
    (Dmitry)
  . Fixed bug #77494 (Disabling class causes segfault on member access).
    (Dmitry)
  . Fixed bug #77498 (Custom extension Segmentation fault when declare static
    property). (Nikita)
  . Fixed bug #77530 (PHP crashes when parsing `(2)::class`). (Ekin)
  . Fixed bug #77546 (iptcembed broken function). (gdegoulet)
  . Fixed bug #77630 (rename() across the device may allow unwanted access
    during processing). (Stas)

- COM:
  . Fixed bug #77621 (Already defined constants are not properly reported).
    (cmb)
  . Fixed bug #77626 (Persistence confusion in php_com_import_typelib()). (cmb)

- EXIF:
  . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
  . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
  . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
  . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)

- Mbstring:
  . Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).
    (Nikita)

- MySQL
  . Disabled LOCAL INFILE by default, can be enabled using php.ini directive
    mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
    attribute for pdo_mysql. (Darek Slusarczyk)

- OpenSSL:
  . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
    records). (Abyl Valg, Jakub Zelenka)

- PDO_OCI:
  . Support Oracle Database tracing attributes ACTION, MODULE,
    CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)

- PHAR:
  . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
    (bishop)
  . Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow). (bishop)

- phpdbg:
  . Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)

- SPL:
  . Fixed bug #51068 (DirectoryIterator glob:// don't support current path
    relative queries). (Ahmed Abdou)
  . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)

- Standard:
  . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
    (John Stevenson)
  . Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its
    options filled). (Nikita)

(taca)

2019-03-12 04:13:42 UTC MAIN commitmail json YAML

lang/php72: update to 7.2.16

Update php72 to 7.2.16.

07 Mar 2019, PHP 7.2.16

- Core:
  . Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
    (Laruence)
  . Fixed bug #77630 (rename() across the device may allow unwanted access
    during processing). (Stas)

- COM:
  . Fixed bug #77621 (Already defined constants are not properly reported).
    (cmb)

- EXIF:
  . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
  . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
  . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
  . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)

- PDO_OCI:
  . Support Oracle Database tracing attributes ACTION, MODULE,
    CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)

- PHAR:
  . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
    (bishop)

- SPL:
  . Fixed bug #51068 (DirectoryIterator glob:// don't support current path
    relative queries). (Ahmed Abdou)
  . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)

- Standard:
  . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
    (John Stevenson)

- MySQL
  . Disabled LOCAL INFILE by default, can be enabled using php.ini directive
    mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
    attribute for pdo_mysql. (Darek Slusarczyk)

(taca)

2019-03-12 04:12:16 UTC MAIN commitmail json YAML

lang/php71: update to 7.1.27

Update php71 to 7.1.27.

07 Mar 2019, PHP 7.1.27

- Core:
  . Fixed bug #77630 (rename() across the device may allow unwanted access during
    processing). (Stas)

- EXIF:
  . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
  . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
  . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
  . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)

- PHAR:
  . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
    (bishop)
  . Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow). (bishop)

- SPL:
  . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)

(taca)

2019-03-12 00:18:35 UTC MAIN commitmail json YAML

doc: Updated databases/postgresql-postgis2 to 2.5.2

(gdt)

2019-03-12 00:18:28 UTC MAIN commitmail json YAML

databases/postgresql-postgis2: Update to 2.5.2

PostGIS 2.5.2
2019/03/11

* Bug fixes *

  - #4231, Support for PostgreSQL 12dev (remove use of pg_constraint.consrc)
          (Regina Obe, Laurenz Albe)
  - #4247, Avoid undefined behaviour in next_float functions (Raúl Marín)
  - #4249, Fix undefined behaviour in raster intersection (Raúl Marín)
  - #4246, Fix undefined behaviour in ST_3DDistance (Raúl Marín)
  - #4244, Avoid unaligned memory access in BOX2D_out (Raúl Marín)
  - #4139, Make mixed-dimension ND index build tree correctly.
  WARNING: REINDEX your ND index on tables that have records with different M/Z
          dimensions for &&& operator to work predictably.
          (Darafei Praliaskouski, Arthur Lesuisse, Andrew Gierth, Raúl Marín)
  - #4262, Document MULTISURFACE compatibility of ST_LineToCurve (Steven Ottens)
  - #4267, Enable Proj 6 deprecated APIs (Darafei Praliaskouski, Raúl Marín)
  - #4276, ST_AsGeoJSON documentation refresh (Darafei Praliaskouski)
  - #4273, Tighter parsing of WKT (Paul Ramsey)
  - #4292, ST_AsMVT: parse JSON numeric values with decimals as doubles (Raúl Marín)
  - #4300, ST_AsMVTGeom: Always return the simplest geometry (Raúl Marín)
  - #4301, ST_Subdivide: fix endless loop on coordinates near coincident to bounds
          (Darafei Praliaskouski)
  - #4261, Use AccessShareLock in spatial_index_read_extent (Paul Ramsey)
  - #4289, ST_AsMVTGeom: Transform coordinates space before clipping (Raúl Marín)
  - #4275, Avoid passing a NULL pointer to GEOSisEmpty (Raúl Marín)
  - #4296, Use `server_version_num` instead of parsing `version()` (Raúl Marín)
  - #4290, More robust geography distance (Paul Ramsey)
  - #4283, Avoid final point duplicates for circle stroking (Paul Ramsey)
  - #4314, ST_ClipByBox2D: Do not throw when the geometry is invalid (Raúl Marín)
  - #4313, #4307, PostgreSQL 12 compatibility (Laurenz Albe, Raúl Marín)
  - #4290, Schema qualify geometry casts in raster functions (Regina Obe)
  - #4086, Constraint violation loading tiger_data (zcta5 geometry type) (Regina Obe)

(gdt)

2019-03-11 16:28:58 UTC MAIN commitmail json YAML

net: + openrsync

(kamil)

2019-03-11 16:27:46 UTC MAIN commitmail json YAML

doc: Added net/openrsync version 0.20190221

(kamil)

2019-03-11 16:27:04 UTC MAIN commitmail json YAML

2019-03-11 14:41:27 UTC MAIN commitmail json YAML

Updated mail/notmuch to 0.28.3

(ryoon)

2019-03-11 14:41:05 UTC MAIN commitmail json YAML

Update to 0.28.3

Changelog:
Notmuch 0.28.3 (2019-03-05)
===========================

Library
-------

Fix a bug with the internal data structure _notmuch_string_map_t used
by message properties.

Build System
------------

Serialize calls to sphinx-build to avoid race condition.

(ryoon)

2019-03-11 14:21:23 UTC MAIN commitmail json YAML

Updated devel/pkgconf to 1.6.0

(ryoon)

2019-03-11 14:21:01 UTC MAIN commitmail json YAML

Update to 1.6.0

Changelog:
Changes from 1.5.4 to 1.6.0:
----------------------------

* Bug fixes:
  - Fixed issue where packages which referenced missing packages in
    Requires.private may have crashed due to memory corruption issues
    in some circumstances.
  - Fixed warnings reported by GCC 8 diagnostics.

* Enhancements:
  - Add LIBPKGCONF_VERSION and LIBPKGCONF_VERSION_STR macros for
    determining libpkgconf version.
  - Add pkgconf_fragment_copy_list() to copy a fragment list to
    another fragment list.

Changes from 1.5.3 to 1.5.4:
----------------------------

* Bug fixes:
  - fix build on Windows with Meson
  - fix edge cases for path canonicalization (especially on Windows)

Changes from 1.5.2 to 1.5.3:
----------------------------

* Security fixes:
  - Fix edge cases involving dequoting zero-length tuples that can lead to a
    buffer overflow under the right circumstances.  Thanks to A. Wilcox for
    reporting and supplying a patch.  (MR 3)

Changes from 1.5.1 to 1.5.2:
----------------------------

* Bug fixes:
  - Ensure environment variables override values learned from personality files
    or built-in defaults.

* Documentation enhancements:
  - Add pkgconf-personality(5) manpage documenting the personality file format.

Changes from 1.5.0 to 1.5.1:
----------------------------

* Bug fixes:
  - fixed a crash with some invalid multi-line .pc files

Changes from 1.4.2 to 1.5.0:
---------------------------

* Administrative:
  - The git repository has moved to <https://git.dereferenced.org/pkgconf/pkgconf>,
    due to the acquisition of GitHub by Microsoft.

* Overall enhancements:
  - pkgconf now supports the proposed Requires.internal pkg-config extension,
    by merging it with the Requires.private list (there is no functional difference
    between the two in our resolver implementation)
  - Support for cross-compilation personalities have been added.  To make use of this
    functionality, create a file in the new personality.d directory that sits inside
    the pkgconfig directory.  The personality file format is described in
    pc-personality(5). (github #166)
  - Support for Haiku has been added, including interpretation of BELIBRARIES and
    other toolchain specifics. (github #180)
  - Testsuite support can be disabled when building with Meson. (github #175)

* Bug fixes:
  - tuples are now appropriately dequoted when added by the parser (github #186).

* Various Windows enhancements:
  - CMake supports building with GCC on Windows. (github #179)
  - Prefix rewriting has been improved. (github #177)
  - PKGCONF_API support has been implemented when building with Meson,
    allowing Meson to be used to build pkgconf on Windows. (github #174)

* Documentation fixes:
  - The manpages have been linted and fixed. (github #181, #182, #183)
  - The description of pkgconf --exists has been corrected. (github #173)

Changes from 1.4.1 to 1.4.2:
----------------------------

* Bug fixes:
  - ensure pkgconf_dependency_t nodes have a solution marked when satisfied
    by an indirect provider (github #172)

(ryoon)

2019-03-11 14:16:31 UTC MAIN commitmail json YAML

Updated devel/nspr to 4.21

(ryoon)

2019-03-11 14:16:00 UTC MAIN commitmail json YAML

Update to 4.21

Changelog:
NSPR 4.21 contains the following changes:
- Use MAP_SHARED for read-only file mappings on MacOS and Android.
- Changed prbit.h to use builtin function on aarch64.
- Test program build fixes.
- Minor fixes to support unified builds.
- Update library copyright notices.
- Removed Gonk/B2G references.

(ryoon)

2019-03-11 14:00:47 UTC MAIN commitmail json YAML

Updated devel/py-coverage, misc/py-stdnum

(adam)

2019-03-11 14:00:08 UTC MAIN commitmail json YAML

py-stdnum: updated to 1.11

changes from 1.10 to 1.11

* Add modules for the following number formats:
  - DNI (Documento Nacional de Identidad, Argentinian national identity nr.)
  - VNR, SVNR, VSNR (Versicherungsnummer, Austrian social security number)
  - NI (Número de identidad, Cuban identity card numbers)
  - AMKA (Αριθμός Μητρώου Κοινωνικής Ασφάλισης, Greek social security number)
  - Asmens kodas (Lithuanian, personal numbers)
  - MAC address (Media Access Control address)
  - IDNO (Moldavian company identification number)
  - CURP (Clave Única de Registro de Población, Mexican personal ID)
  - Fødselsnummer (Norwegian birth number, the national identity number)
  - New Zealand bank account number
  - Personnummer (Swedish personal identity number)
* Code style improvements
* Change Dominican Republic DGII check URL to HTTPS
* Support Ecuadorian Cedula and RUC of foreigners
* Add format() function for Argentinian CUIT number
* Support passing formatted numbers to all get_birth_date() and similar functions
* Handle Dominican Republic DGII lookup returning multiple entities

(adam)

2019-03-11 13:55:28 UTC MAIN commitmail json YAML

py-coverage: updated to 4.5.3

Version 4.5.3:
- Only packaging metadata changes.

(adam)

2019-03-11 13:46:21 UTC MAIN commitmail json YAML

doc: Updated lang/php73 to 7.3.2nb1

(jperkin)

2019-03-11 13:46:12 UTC MAIN commitmail json YAML

php73: Do not autodetect (and get wrong) maintainer-zts.

This resulted in a mod_php that cannot be loaded, as reported in
joyent/pkgsrc#152.  Patch copied from php71.  Bump PKGREVISION.

(jperkin)

2019-03-11 13:43:31 UTC MAIN commitmail json YAML

doc: Updated lang/php72 to 7.2.15nb1

(jperkin)

2019-03-11 13:43:22 UTC MAIN commitmail json YAML

php72: Do not autodetect (and get wrong) maintainer-zts.

This resulted in a mod_php that cannot be loaded, as reported in
joyent/pkgsrc#152.  Patch copied from php71.  Bump PKGREVISION.

(jperkin)

2019-03-11 12:08:28 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.49.2nb3

(jperkin)

2019-03-11 12:08:19 UTC MAIN commitmail json YAML

2019-03-11 07:56:45 UTC MAIN commitmail json YAML

Updated www/moodle to 3.6.3

(wen)

2019-03-11 07:52:06 UTC MAIN commitmail json YAML

Update to 3.6.3

Upstream changes:
Moodle 3.6.3 release notes

Releases > Moodle 3.6.3 release notes

Release date: 11 March 2019

Here is the full list of fixed issues in 3.6.3.
Fixes and improvements

    MDL-63892 - Last post date and time shown correctly on forum page
    MDL-64609 - Gradebook regrading no longer gets stuck
    MDL-43428 - Quiz now displays the correct time left when quiz close date before time limit
    MDL-62345 - Site home and Dashboard now have different data-key attributes when the home page is set to site
    MDL-61405 - All assignment 'View annotated PDF' buttons work
    MDL-64632 - Invalid response value detected messaging error fix
    MDL-63103 - Server files performance improvement for sites with lots of activities and files
    MDL-64528 - Activities can no longer be marked as complete when the context is frozen
    MDL-63677 - Users no longer redirected back to a policy agreement when creating a new account
    MDL-55135 - View competency framework no longer required for viewing competencies in a course
    MDL-62454 - Numerical question units are displayed on the same line
    MDL-64553 - Notifications table has index for the useridfrom column
    MDL-64521 - Participants page performance improvement for courses with ~50k users and 10 groups
    MDL-48338 - A single simple discussion forum now scrolls to new posts
    MDL-60972 - Deleting course sections now also delete files used in the section description
    MDL-64652 - Data export performance improvement
    MDL-63674 - RTL languages correctly aligned in messaging interface
    MDL-64171 - Course image scaled down when no course summary
    MDL-64240 - Forum post word count correctly reflects the size of posts
    MDL-62680 - Accessibility improvement for quiz question feedback
    MDL-64679 - Option to clear prediction for analytics trained models
    MDL-62963 - Clearer button background in Boost
    MDL-64640 - Deleting of feedback question and deleting of user tour step no longer give a 404 error
    MDL-64856 - Glossary 'Actions menu' icon no longer disappears when browsing
    MDL-64730 - External tool 0 points score now correctly recorded as zero in the gradebook
    MDL-64464 - Drag and drop question types now allow use of mixed languages
    MDL-62143 - Boost navigation bar accessibility improvements
    MDL-64561 - Install database CLI script now shows help even if Moodle is already installed
    MDL-64134 - Messaging search simpler UI when search returns no results
    MDL-64385 - 'Allowed email domains' setting is now case insensitive
    MDL-63628 - Download assignment submission files via keyboard accessibility fix
    MDL-64469 - Question bank category edit link usability improvement
    MDL-63378 - Boost theme menu links contrast accessibility fix
    MDL-64143 - Messaging contacts are now shown in bold
    MDL-64144 - Messaging search results now shown with date rather than time stamp
    MDL-64971 - get_with_capability_join, get_users_by_capability, assign/unassign_capability now check the capability exists

(wen)

2019-03-11 07:14:13 UTC MAIN commitmail json YAML

doc: Updated x11/libXdamage to 1.1.5

(wiz)

2019-03-11 07:14:03 UTC MAIN commitmail json YAML

libXdamage: update to 1.1.5.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (3):
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Update README for gitlab migration
      libXdamage 1.1.5

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Emil Velikov (1):
      autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
      Use Xfree rather than XFree for consistency

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2019-03-11 07:10:06 UTC MAIN commitmail json YAML

doc: Updated x11/libXcursor to 1.2.0

(wiz)

2019-03-11 07:09:56 UTC MAIN commitmail json YAML

libXcursor: update to 1.2.0.

This release adds ~/.local/share/icons to the front of the default
cursor path in the library in support of the XDG user data dir.

This default can still be overridden at build time using the
--with-cursorpath argument to configure, and at run time using
the XCURSOR_PATH environment variable - if you or your users rely
on either of those, you should consider whether you'd like to
update those overrides to include this path as well.

Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      libXcursor 1.2.0

Cosimo Cecchi (1):
      Support XDG user data dir location

Philipp Ludwig (1):
      Fix crash when encountering cursor themes with circular dependencies.

(wiz)

2019-03-11 06:54:18 UTC MAIN commitmail json YAML

doc: Updated x11/libXcomposite to 0.4.5

(wiz)

2019-03-11 06:54:09 UTC MAIN commitmail json YAML

libXcomposite: update to 0.4.5.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      libXcomposite 0.4.5

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Emil Velikov (1):
      autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
      Use Xfree rather than XFree for consistency

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2019-03-11 06:51:12 UTC MAIN commitmail json YAML

doc: Updated x11/libFS to 1.0.8

(wiz)

2019-03-11 06:51:03 UTC MAIN commitmail json YAML

libFS: update to 1.0.8.

Alan Coopersmith (9):
      Fix sign comparison warning in loop index in FSListFontsWithXInfo
      Fix sign comparison warning in loop index in FSListCatalogues
      Fix sign comparison warning in loop indexes in FSQueryXBitmaps{8,16}
      Fix sign comparison warning in loop indexes in FSQueryXExtents{8,16}
      Fix sign comparison warning in loop index in FSQueryXInfo
      Don't try to send strings larger than protocol allows in requests
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      libFS 1.0.8

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2019-03-10 21:47:17 UTC MAIN commitmail json YAML

doc: Updated lang/swi-prolog-jpl to 8.0.2

(leot)

2019-03-10 21:47:00 UTC MAIN commitmail json YAML

doc: Updated lang/swi-prolog to 8.0.2

(leot)

2019-03-10 21:46:44 UTC MAIN commitmail json YAML

doc: Updated lang/swi-prolog-packages to 8.0.2

(leot)

2019-03-10 21:46:33 UTC MAIN commitmail json YAML

doc: Updated lang/swi-prolog-lite to 8.0.2

(leot)

2019-03-10 21:46:13 UTC MAIN commitmail json YAML

swi-prolog*: Update to 8.0.2

Changes:
8.0.2
-----
No changelog available unfortunately but mostly just bug fixes and improvements.

(leot)

2019-03-10 19:52:18 UTC MAIN commitmail json YAML

ghostscript-esp is long gone.

(joerg)

2019-03-10 19:16:57 UTC MAIN commitmail json YAML

doc: Updated net/chrony to 3.4nb1

(wiz)

2019-03-10 19:16:46 UTC MAIN commitmail json YAML

chrony: update to 3.4nb1.

Add default-on nettle option.
Requested by Fabien in PR 54042, ok hannken@

(wiz)

2019-03-10 19:03:10 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 5.7.2

(rillig)

2019-03-10 19:01:51 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 5.7.2

Changes since 5.7.1:

* Fixed detection of GNU_CONFIGURE=yes combined with USE_LANGUAGES
  missing c. This combination tends to fail in the configure phase.

* When the distinfo doesn't contain all hashes for the downloaded
  distfiles (typically SHA512 is missing) and the distfiles are actually
  downloaded to ${PKGSRCDIR}/distfiles, pkglint can now add the missing
  hashes. It only does this if there is at least one existing hash
  and if all existing hashes are correct.

* The check for redundant variables has been improved considerably.
  Before there were several situations in which pkglint didn't get the
  redundant variable definitions right because its internal model only
  mimicked reality. The model has been improved and so have the
  diagnostics.

* Pkglint only warns about wrong permissions (for defining or using
  a variable) when it knows the type of the variable and the permissions
  for the current file. Before, it had also warned if the permissions
  for the current file were not explicitly defined.

* CFLAGS and LDFLAGS may be appended in buildlink3.mk files. This
  had been disallowed before, for no apparent reason. There are several
  places in pkgsrc where especially CFLAGS.${OPSYS} is appended to.

* Cleaned up internal handling of relative paths. Previously pkglint
  sometimes resolved relative paths using the wrong base directory,
  which led to all kinds of wrong warnings and strange behavior.

* Fixed lots of edge cases when parsing Makefile lines. These cases
  don't occur often but experience tells that the most fundamental code
  must be as correct as possible (see the handling of relative paths
  above).

* Lots of refactoring and housekeeping, as always.

(rillig)

2019-03-10 18:46:28 UTC MAIN commitmail json YAML

Note vim update

(morr)

2019-03-10 18:45:45 UTC MAIN commitmail json YAML

Update to newest patchset 1004.

Changes:
8.1.0801  MinGW: no hint that tests fail because of small terminal
8.1.0802  negative index doesn't work for Blob
8.1.0803  session file has problem with single quote in file name
8.1.0804  crash when setting v:errmsg to empty list
8.1.0805  too many #ifdefs
8.1.0806  too many #ifdefs
8.1.0807  session test fails on MS-Windows
8.1.0808  MS-Windows: build error with GUI
8.1.0809  too many #ifdefs
8.1.0810  too many #ifdefs
8.1.0811  too many #ifdefs
8.1.0812  Unicode 16 feature is not useful
8.1.0813  FileChangedShell not sufficiently tested
8.1.0814  :mksession cannot handle a very long 'runtimepath'
8.1.0815  dialog for file changed outside of Vim not tested
8.1.0816  test for 'runtimepath' in session fails on MS-Windows
8.1.0817  ":=" command is not tested
8.1.0818  MS-Windows: cannot send large data with ch_sendraw()
8.1.0819  a failed assert with a long string is hard to read
8.1.0820  test for sending large data over channel sometimes fails
8.1.0821  xxd "usage" output and other arguments not tested
8.1.0822  peeking and flushing output slows down execution
8.1.0823  not sufficient testing of xxd
8.1.0824  SunOS/Solaris has a problem with ttys
8.1.0825  code for autocommands is mixed with file I/O code
8.1.0826  too many #ifdefs
8.1.0827  missing dependency in Makefile
8.1.0828  still using FEAT_VIRTUALEDIT
8.1.0829  when 'hidden' is set session creates extra buffers
8.1.0830  test leaves directory behind on MS-Windows
8.1.0831  xxd test fails if man page has dos fileformat
8.1.0832  confirm() is not tested
8.1.0833  memory leak when jumps output is filtered
8.1.0834  GUI may wait too long before dealing with messages
8.1.0835  GUI build fails on MS-Windows
8.1.0836  user completion test can fail on MS-Windows
8.1.0837  timer interrupting cursorhold and mapping not tested
8.1.0838  compiler warning for type conversion
8.1.0839  when using VTP wrong colors after a color scheme change
8.1.0840  getchar(0) never returns a character in the terminal
8.1.0841  travis config to get Lua on MacOS is too complicated
8.1.0842  getchar_zero test fails on MS-Windows
8.1.0843  memory leak when running "make test_cd"
8.1.0844  when timer fails test will hang forever
8.1.0845  having job_status() free the job causes problems
8.1.0846  not easy to recognize the system Vim runs on
8.1.0847  may use terminal after it was cleaned up
8.1.0848  cannot build with Ruby 1.8
8.1.0849  cursorline highlight is not always updated
8.1.0850  test for 'backupskip' is not correct
8.1.0851  feedkeys() with "L" does not work properly
8.1.0852  findfile() and finddir() are not properly tested
8.1.0853  options test fails on Mac
8.1.0854  xxd does not work with more than 32 bit addresses
8.1.0855  cannot build xxd with MSVC 10
8.1.0856  when scrolling a window the cursorline is not always updated
8.1.0857  indent functionality is not separated
8.1.0858  'indentkeys' and 'cinkeys' defaults are different
8.1.0859  "%v" in 'errorformat' does handle multi-byte characters
8.1.0860  debug lines left in the code
8.1.0861  building with MinGW and static libc doesn't work
8.1.0862  no verbose version of character classes
8.1.0863  cannot see what signal caused a job to end
8.1.0864  cannot have a local value for 'scrolloff' and 'sidescrolloff'
8.1.0865  when 'listchars' only contains "nbsp:X" it does not work
8.1.0866  build file dependencies are outdated
8.1.0867  cannot build Python interface with Python 2.4
8.1.0868  crash if triggering garbage collector after a function call
8.1.0869  Travis CI script is too complicated
8.1.0870  Vim doesn't use the new ConPTY support in Windows 10
8.1.0871  build error when building with Ruby 2.6.0
8.1.0872  confusing condition
8.1.0873  list if distributed files does not include matchit autoload
8.1.0874  using old style comments in new file
8.1.0875  not all errors of marks and findfile()/finddir() are tested
8.1.0876  completion match not displayed when popup menu is not shown
8.1.0877  new buffer used every time the quickfix window is opened
8.1.0878  test for has('bsd') fails on some BSD systems
8.1.0879  MS-Windows: temp name encoding can be wrong
8.1.0880  MS-Windows: inconsistent selection of winpty/conpty
8.1.0881  can execute shell commands in rvim through interfaces
8.1.0882  checking for FEAT_MBYTE which doesn't exist anymore
8.1.0883  missing some changes for Ex commands
8.1.0884  double check for bsd systems
8.1.0885  test for restricted hangs on MS-Windows GUI
8.1.0886  compiler warning for NULL pointer and condition always true
8.1.0887  the 'l' flag in :subsitute is sticky
8.1.0888  the a: dict is not immutable as documented
8.1.0889  MS-Windows: a channel write may hang
8.1.0890  pty allocation wrong if using file for out channel
8.1.0891  substitute command inssuficiently tested
8.1.0892  failure when closing a window when location list is in use
8.1.0893  terminal test is a bit flaky
8.1.0894  MS-Windows: resolve() does not return a reparse point
8.1.0895  MS-Windows: dealing with temp name encoding not quite right
8.1.0896  tests for restricted mode not run for MS-Windows GUI
8.1.0897  can modify a:000 when using a reference
8.1.0898  a messed up rgb.txt can crash Vim
8.1.0899  no need to check restricted mode for setwinvar()
8.1.0900  ConPTY many crash with 32-bit build
8.1.0901  index in getjumplist() may be wrong
8.1.0902  incomplete set of assignment operators
8.1.0903  struct uses more bytes than needed
8.1.0904  USE_LONG_FNAME never defined
8.1.0905  complicated regexp causes a crash
8.1.0906  using clumsy way to get console window handle
8.1.0907  CI tests on AppVeyor are failing
8.1.0908  can't handle large value for %{nr}v in regexp
8.1.0909  MS-Windows: using ConPTY even though it is not stable
8.1.0910  crash with tricky search pattern
8.1.0911  tag line with Ex command cannot have extra fields
8.1.0912  MS-Windows: warning for signed/unsigned
8.1.0913  CI crashes when running out of memory
8.1.0914  code related to findfile() is spread out
8.1.0915  fsync() may not work properly on Mac
8.1.0916  with Python 3.7 "find_module" is not made available
8.1.0917  double free when running out of memory
8.1.0918  MS-Windows: startup messages are not converted
8.1.0919  compiler warnings
8.1.0920  in Terminal-Normal mode job output messes up the window
8.1.0921  terminal test sometimes fails; using memory after free
8.1.0922  terminal scrollback test is flaky
8.1.0923  terminal dump diff swap does not update file names
8.1.0924  terminal scrollback test still flaky
8.1.0925  terminal scrollback test still still flaky
8.1.0926  no test for :wnext, :wNext and :wprevious
8.1.0927  USE_CR is never defined
8.1.0928  stray log function call
8.1.0929  no error when requesting ConPTY but it's not available
8.1.0930  typo in Makefile
8.1.0931  vtp_working included in GUI build but unused
8.1.0932  Farsi support is outdated and unused
8.1.0933  When using VTP scroll region isn't used properly
8.1.0934  invalid memory access in search pattern
8.1.0935  old regexp engine may use invalid buffer
8.1.0936  may leak memory when using 'vartabstop'
8.1.0937  invalid memory access in search pattern
8.1.0938  background color is wrong in MS-Windows console
8.1.0939  no completion for sign group names
8.1.0940  MS-Windows console resizing not handled properly
8.1.0941  macros for MS-Windows are inconsistent
8.1.0942  options window still checks for the multi_byte feature
8.1.0943  still a trace of Farsi support
8.1.0944  format of nbdbg() arguments is not checked
8.1.0945  internal error when using pattern with NL in the range
8.1.0946  Coveralls is not very useful
8.1.0947  using MSWIN before it is defined
8.1.0948  when built without +eval "Vim --clean" produces errors
8.1.0949  MS-windows defines GUI macros different than other systems
8.1.0950  using :python sets 'pyxversion' even when not executed
8.1.0951  using WIN64 even though it is never defined
8.1.0952  compilation warnings when building the MS-Windows installer
8.1.0953  a very long file is truncated at 2^31 lines
8.1.0954  arguments of semsg() and siemsg() are not checked
8.1.0955  matchit autoload directory not in installer
8.1.0956  using context:0 in 'diffopt' does not work well
8.1.0957  Mac: fsync fails on network share
8.1.0958  compiling weird regexp pattern is very slow
8.1.0959  sorting large numbers is not tested
8.1.0960  when using ConPTY garbage collection has undefined behavior
8.1.0961  Mac: fsync may fail sometimes
8.1.0962  building with MinGW and static libs doesn't work
8.1.0963  illegal memory access when using 'incsearch'
8.1.0964  cannot see in CI why a screenshot test failed
8.1.0965  search test fails
8.1.0966  one terminal test is flaky
8.1.0967  stray dependency in test Makefile
8.1.0968  crash when using search pattern \%Ufffffc23
8.1.0969  message written during startup is truncated
8.1.0970  text properties test fails when 'encoding' is not utf-8
8.1.0971  failure for selecting quoted text object moves cursor
8.1.0972  cannot switch from terminal window to next tabpage
8.1.0973  pattern with syntax error gives threee error messages
8.1.0974  cannot switch from terminal window to previous tabpage
8.1.0975  using STRNCPY() wrongly. Warning for uninitialized variable
8.1.0976  dosinstall still has buffer overflow problems
8.1.0977  blob not tested with Ruby
8.1.0978  blob not tested with Perl
8.1.0979  compiler warning for unused functions
8.1.0980  extend() insufficiently tested
8.1.0981  pasting in terminal insufficiently tested
8.1.0982  update_cursor() called twice in :shell
8.1.0983  checking __CYGWIN32__ unnecessarily
8.1.0984  unnecessary #ifdefs
8.1.0985  crash with large number in regexp
8.1.0986  rename() is not propertly tested
8.1.0987  unnecessary condition in #ifdef
8.1.0988  deleting location list buffer breaks location list window
8.1.0989  various small code ugliness
8.1.0990  floating point exception with "%= 0" and "/= 0"
8.1.0991  cannot build with a mix of features
8.1.0992  a :normal command resets the reg_executing() result
8.1.0993  ch_read() may return garbage if terminating NL is missing
8.1.0994  relative cursor position is not calculated correctly
8.1.0995  a getchar() call resets the reg_executing() result
8.1.0996  a few screendump tests fail because of scrolling
8.1.0997  using GUI colors in vim.exe when 'termguicolors' is off
8.1.0998  getcurpos() unexpectedly changes "curswant"
8.1.0999  use register one too often and not properly tested
8.1.1000  indenting is off
8.1.1001  Visual area not correct when using 'cursorline'
8.1.1002  "gf" does not always work when URL has a port number
8.1.1003  playing back recorded key sequence mistakes key code
8.1.1004  function "luaV_setref()" not covered with tests

(morr)

2019-03-10 15:28:51 UTC MAIN commitmail json YAML

Updated www/py-django-cors-headers, www/py-django-contrib-comments

(adam)

2019-03-10 15:28:24 UTC MAIN commitmail json YAML

py-django-contrib-comments: updated to 1.9.1

1.9.1:
* WARNING: This is most probably the last version supporting Python 2.
* Added testing for Python 3.7.
* Confirmed support for Django 2.2 (no code changes required).
* Updated translations.

(adam)

2019-03-10 15:27:07 UTC MAIN commitmail json YAML

py-django-cors-headers: updated to 2.5.0

2.5.0:
* Drop Django 1.8, 1.9, and 1.10 support. Only Django 1.11+ is supported now.

(adam)

2019-03-10 15:24:59 UTC MAIN commitmail json YAML

Updated security/py-acme, security/py-certbot*

(adam)

2019-03-10 15:23:51 UTC MAIN commitmail json YAML

py-certbot: updated to 0.32.0

Added
If possible, Certbot uses built-in support for OCSP from recent cryptography versions instead of the OpenSSL binary: as a consequence Certbot does not need the OpenSSL binary to be installed anymore if cryptography>=2.5 is installed.

Changed
Certbot and its acme module now depend on josepy>=1.1.0 to avoid printing the warnings described at https://github.com/certbot/josepy/issues/13.
Apache plugin now respects CERTBOT_DOCS environment variable when adding command line defaults.
The running of manual plugin hooks is now always included in Certbot's log output.
Tests execution for certbot, certbot-apache and certbot-nginx packages now relies on pytest.
An ACME CA server may return a "Retry-After" HTTP header on authorization polling, as specified in the ACME protocol, to indicate when the next polling should occur. Certbot now reads this header if set and respect its value.
The acme module avoids sending the keyAuthorization field in the JWS payload when responding to a challenge as the field is not included in the current ACME protocol. To ease the migration path for ACME CA servers, Certbot and its acme module will first try the request without the keyAuthorization field but will temporarily retry the request with the field included if a malformed error is received. This fallback will be removed in version 0.34.0.

(adam)

2019-03-10 14:20:16 UTC MAIN commitmail json YAML

doc: Updated shells/mksh to 57

(bsiegert)

2019-03-10 14:19:59 UTC MAIN commitmail json YAML

Update mksh to R57.

R57 rolls up bugfixes, with few hard changes:

  * [gecko2] Update operating environment reporting for the Macintosh
  * [Martijn Dekker] make ${foo#'bar'} in here document behave like ksh93
  * [Martijn Dekker] quote empty strings for re-entry into shell
  * [tg, G.raud Meyer] Improve documentation, especially for tty states
  * [tg] Protect against entering line editing with bad saved tty state
  * [tg] Fix set -o allexport for arrays (which we apparently do)
  * [tg] Handle lseek(2) returning -1 as pointed out by Coverity Scan
  * [tg] Fix left-padding UTF-8 strings
  * [tg, G.raud Meyer] Fix using the ?-m? flag on the command line
  * [tg] Update to UCD 11.0.0
  * [multiplexd] Fix a segfault using ^W during search in Vi mode
  * [tg] Fix an error message; add a test for controlling tty
  * [tg] Permit unsetting LINES and COLUMNS, for those who need it
  * [tg] Fix manpage bug (RedHat BZ#1612173)
  * [tg] Minor spelling cleanup
  * [tg] Unbreak high-bit7 (n?n-ASCII) heredoc separators (LP#1779179)
  * [tg] Allow dumping high-bit7-char-containing strings in DEBUG mode
  * [tg] Add some testcases for behaviour questions popped up in IRC
  * [tg] Trick a GCC warning, to make up for it ignoring lint(1) hints
  * [tg] Add O_MAYEXEC support for CLIP OS
  * [tg] Make dup-to-self with ksh-style fd?3 closing work; catern via IRC
  * [tg] Add compat glue for newer GNU groff mdoc to the manpages
  * [tg] Trigger EXIT trap after single-command subshells (Debian #910276)
  * [tg] Document set -eo pipefail caveat (LP#1804504)
  * [tg] Fix MKSH_EARLY_LOCALE_TRACKING warning
  * [tg] Document that, when your Unix is broken, GIGO applies (LP#1817959)
  * [tg] Improve error message for inaccessible executables (LP#1817789)

(bsiegert)

2019-03-10 13:55:04 UTC MAIN commitmail json YAML

Updated devel/py-xdis, www/py-paste

(adam)

2019-03-10 13:54:40 UTC MAIN commitmail json YAML

py-paste: updated to 3.0.8

3.0.8:
* Fix quoting of bytestrings

(adam)

2019-03-10 13:52:37 UTC MAIN commitmail json YAML

py-xdis: updated to 3.8.10

3.8.10:
- 3.8 opcode support
- Add Python 2.7.16

(adam)

2019-03-10 13:38:56 UTC MAIN commitmail json YAML

Updated textproc/py-sphinx, devel/py-isort

(adam)

2019-03-10 13:38:32 UTC MAIN commitmail json YAML

py-isort: updated to 4.3.14

4.3.14:
- Fixed a regression with */directory/*.py style patterns

4.3.13:
- Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used.
- Fixed some output being printed even when --quiet mode is enabled.
- Fixed issue 890 interoperability with PyCharm by allowing case sensitive non type grouped sorting.
- Fixed issue 889 under some circumstances isort will incorrectly add a new line at the beginning of a file.
- Fixed issue 885 many files not being skipped according to set skip settings.
- Fixed issue 842 streaming encoding improvements.

(adam)

2019-03-10 13:36:02 UTC MAIN commitmail json YAML

py-sphinx: updated to 1.8.5

1.8.5:
Bugs fixed
* LaTeX: Remove extraneous space after author names on PDF title page
* LaTeX: A cross reference to definition list does not work
* LaTeX: TypeError is raised when invalid latex_elements given
* LaTeX: images having a target are concatenated to next line
* LaTeX: images having a target are not aligned even if specified
* imgconverter: Including multipage PDF fails
* autodoc: autofunction emits a warning for method objects
* graphviz: Ensure the graphviz filenames are reproducible
* doctest: skipif option may remove the code block from documentation
* :name: option for math directive causes a crash
* intersphinx: ValueError on failure reporting
* changes: Fix UnboundLocalError when any module found

(adam)

2019-03-10 13:21:05 UTC MAIN commitmail json YAML

2019-03-10 12:41:20 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to version 2.140

(fox)

2019-03-10 12:38:17 UTC MAIN commitmail json YAML

fasttracker2: update to b140

Changes since b139:

Beta #140 - 08.03.2019
- The 32-bit Windows version of the FT2 clone no longer requires the SSE2 CPU
  instruction set to function, but still takes advantage of it if it's present.
- Fixed a bug where the sample data scrollbar was broken on very long samples
- Fixed a bug where you could interact with the scopes while certain types
  of tool boxes were shown (Smp. Ed.).
- Fixed a bug where the "Add memory to sample" checkbox in the Echo tool
  (Smp. Ed.) was always unchecked the next time you opened the tool.
- Fixed a bug where "Get maximum scale" in the Volume tool (Smp. Ed.) could
  return bogus values on *very* silent parts.
- Fixed a bug where sample data could be incorrectly drawn when zoomed in as
  far as you get while scrolling, on a very big sample.
- Bug fix: Make sure a sample never exceeds max sample length while editing it
- Lowered max sample length from 2GB to 1GB to prevent crashes
- Some missing keyboard bindings were added to the "Keyboard" section in the
  help text.
- Some potential time-consuming tasks were put in threads to not temporarily
  halt the program (Smp. Ed. functions).
- The Echo tool in Smp. Ed. will now listen to mouse button down/ESC/SIGTERM
  as a way to force-quit it. This tool can take literally forever if abused.
- Code cleanup (now using "bool" type, etc)

(fox)

2019-03-10 11:53:06 UTC MAIN commitmail json YAML

doc: Updated textproc/mandoc to 1.14.5

(wiz)

2019-03-10 11:52:56 UTC MAIN commitmail json YAML

mandoc: update to 1.14.5.

i just released mandoc-1.14.5.  This is a regular maintenance
release.  As structural changes are quite limited, i expect it to
be very stable, so all downstream systems are encouraged to upgrade
from any earlier version.

New features include:

* The apropos(1) utility now accepts case-insensitive extended
  regular expressions by default, improving POSIX compliance
  (thanks to Wolfram Schneider for the suggestion).
* The new man(1) -O tag[=term] output option opens a page at the
  definition of a term (thanks to Klemens Nanni for the suggestion).
* The output from tbl(7) has been significantly improved in both
  the HTML and the UTF-8 output modes (thanks to Pali Rohar for
  many reports and suggestions).
* Several syntax errors have been fixed in HTML output and the
  HTML output code quality has been further improved, in particular
  with respect to paragraphs, tagged lists, and tooltips
  (thanks to John Gardner for significant help).
* Low-level roff(7) support has been further improved such that
  mandoc can now handle the manual pages of the groff package.
* Many bugs have been fixed.

(wiz)

2019-03-10 11:24:32 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-nokogiri to 1.10.1

(tsutsui)

2019-03-10 11:24:17 UTC MAIN commitmail json YAML

ruby-nokogiri: update to 1.10.1.

Upstream changes (from CHANGELOG.md):

# 1.10.1 / 2019-01-13

### Features

* [MRI] During installation, handle Xcode 10's new library path.
  [#1801, #1851] (Thanks, @mlj and @deepj!)
* Avoid unnecessary creation of `Proc`s in many methods. [#1776]
  (Thanks, @chopraanmol1!)

### Bug fixes

* CSS selector `:has()` now correctly matches against any descendant.
  Previously this selector matched against only direct children).
  [#350] (Thanks, @Phrogz!)
* `NodeSet#attr` now returns `nil` if it's empty. Previously this
  raised a NoMethodError.
* [MRI] XPath errors are no longer suppressed during
  `XSLT::Stylesheet#transform`. Previously these errors were suppressed
  which led to silent failures and a subsequent segfault. [#1802]

(tsutsui)

2019-03-10 11:22:43 UTC MAIN commitmail json YAML

add patch for CVE-2018-11813 from mozjpeg, which has an easily found
development source tree.

(spz)

2019-03-10 10:51:30 UTC MAIN commitmail json YAML

doc: Updated fonts/unifont to 12.0.01

(leot)

2019-03-10 10:51:15 UTC MAIN commitmail json YAML

unifont: Update to 12.0.01

Changes:
Unifont 12.0
------------
5 March 2019 Release (Unifont 12.0.01)
These are the major changes:
  - Unicode Plane 0 (in Unifont):
      * David Corbett contributed the new Unicode 12.0.0 glyphs added to
        Lao (U+0E80..U+0EFF).
      * Paul Hardy contributed the new Unicode 12.0.0 glyphs added to
        Telugu, Vedic Extensions, Miscellaneous Symbols and Arrows,
        Supplemental Punctuation, Latin Extended-D, and Latin Extended-E.
        Paul Hardy also redrew glyphs in Phags-pa, CJK Unified Ideographs,
        CJK Unified Ideographs Extension A, Bopomofo, and Bopomofo Extended
        following changes in the modified glyphs depicted in Unicode 12.0.0
        code charts.
  □ Unicode Plane 1 (in Unifont Upper):
      * Johnnie Weaver contributed new scripts introduced in Unicode
        12.0.0:
          o U+10FE0..U+10FFF Elymaic
          o U+119A0..U+119FF Nandinagari
          o U+1B130..U+1B16F Small Kana Extension
          o U+1E100..U+1E14F Nyiakeng Puachue Hmong
          o U+1E2C0..U+1E2FF Wancho
      * David Corbett:
          o Contributed new Chess Symbols glyphs for Unicode 12.0.0 release
            (U+1FA00..U+1FA5F).
          o Contributed new scripts introduced in Unicode 12.0.0:
              - U+11FC0..U+11FFF Tamil Supplement
              - U+1ED00..U+1ED4F Ottoman Siyaq Numbers
      * Paul Hardy:
          o Raised Indic Siyaq Numbers script by three rows to match
            baseline of Arabic glyphs, as suggested by David Corbett.
          o Contributed new glyphs for Unicode 12.0.0 release in these
            scripts: Newa, Takri, Soyombo, Miao, Ideographic Symbols and
            Punctuation, Enclosed Alphanumeric Supplement, Transport and
            Map Symbols, Geometric Shapes Extended, Supplemental Symbols
            and Pictographs.
          o Contributed new scripts introduced in Unicode 12.0.0:
              - U+13430..U+1343F Egyptian Hieroglyph Format Controls
                (although Unifont, with its low resolution, does not
                support Egyptian Hieroglyphs)
              - U+1FA70..U+1FAFF Symbols and Pictographs Extended-A

(leot)

2019-03-10 10:34:40 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.8.32, cabextract-1.9.1, calibre-3.40.1,
  cbindgen-0.8.2, mblaze-0.5.1, notmuch-0.28.3, py-scandir-1.10.0,
  unifont-12.0.01, vala-0.44.0.

(wiz)

2019-03-10 08:12:46 UTC MAIN commitmail json YAML

doc: Updated x11/xprop to 1.2.4

(wiz)

2019-03-10 08:12:37 UTC MAIN commitmail json YAML

xprop: update to 1.2.4.

Alan Coopersmith (5):
      Add missing braces around else clause in Read_Quoted()
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Fix -Wsign-compare warning in dsimple.c
      xprop 1.2.4

pmav99 (1):
      Fix typo in xprop.man

(wiz)

2019-03-10 08:08:03 UTC MAIN commitmail json YAML

doc: Updated x11/xfd to 1.1.3

(wiz)

2019-03-10 08:07:52 UTC MAIN commitmail json YAML

xfd: update to 1.1.3.

Alan Coopersmith (7):
      Move domaindir declaration inside #ifdef USE_GETTEXT
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Re-enable code to use XKB Bells
      xfd 1.1.3

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2019-03-10 02:34:05 UTC MAIN commitmail json YAML

Updated math/stan-math to 2.18.1

(wen)

2019-03-10 02:33:05 UTC MAIN commitmail json YAML

Update to 2.18.1

Upstream changes:
v.2.18.1 (24 December 2018)
======================================================================
Bugfix release - major bug in threading where certain thread count and
job size combinations could result in incorrect output. See
https://discourse.mc-stan.org/t/bug-in-map-rect-with-threading-in-stan-2-18-0/7056
for more details.

Bug Fixes
--------------------------------------------------
* Fix threading batch size bug (#1075)

v.2.18.0 (13 July 2018)
======================================================================
This is our first release with parallelism (through C++11 threads or MPI)!

New Features
--------------------------------------------------
* Support for MPI parallelization with map_rect
* Support for threaded AD and a threaded map_rect implementation (#809)
* New periodic covariance function (#921)
* Integrated Boost's 1 dimensional integrator (#913)
* Added thin QR decomposition (#900)
* New `add_diag` function for adding a real or vector to the diagonal of a matrix (#871)
* New `log_inv_logit_diff` function for the log of the difference of two inverse logits (#856)
* New dot product kernel for GPs (#834)
* Vectorized many more RNGs (#833, #722, #622)
* Add `matrix_exp_action` to calculate `exp(At)*B` (#830)
* `log_mix` vectorized (#751, #664)
* New integrators from CVODES (`integrate_ode_adams`, `_bdf`) (#735)
* New `std_normal` (#609)
* New `std_normal_log` (#728)
* New GLM primitive `normal_id_glm` (#665)
* New `chol2inv` that computes a matrix's inverse from its Cholesky factor (#649)
* New `poisson_log_glm` poisson regression with log link (#647)
* New vectorized `ordered_probit` (#645)
* New `log_modified_bessel_first_kind` that expands where Bessel 1 function can be used (#640)
* New bernoulli logit GLM (#608)

Bug Fixes
--------------------------------------------------
* Rising and falling factorial were not accepting negative arguments (#636)
* Fix normalizing constant for LKJ distribution (#628)

Other
--------------------------------------------------
* Tweaks to `effective_sample_size` for performance and upstream compatibility (#865)
* Switch to sundials package combining CVODES and IDAS, updating versions (#779, #744)
* Now publishing the Math doxygen (http://mc-stan.org/math/)
* Faster `dirichlet_lpdf` accepting more vector types (#788)
* Upgrade to Boost 1.66 (#766)
* Improved derivatives for Gamma CDF (#780)
* Sped up `multi_normal_cholesky` (#753)
* More efficient `mdivide_right_tri` (#715)
* More efficient `integrate_ode_rk45_grad_test` (#714)
* Make algebraic solver easier to use (#703, #697)
* Begin thinking about internal compatibility for complex numbers (#643)
* Faster `pow` (#642)

(wen)

2019-03-10 02:31:22 UTC MAIN commitmail json YAML

Updated math/sundials to 4.1.0

(wen)

2019-03-10 02:30:06 UTC MAIN commitmail json YAML

2019-03-10 01:13:56 UTC MAIN commitmail json YAML

doc: Updated ruby-gnome2 packages to 3.3.5

(tsutsui)

2019-03-10 01:12:02 UTC MAIN commitmail json YAML

2019-03-09 23:25:00 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-screenshooter to 1.9.4

(gutteridge)

2019-03-09 23:24:07 UTC MAIN commitmail json YAML

xfce4-screenshooter: update to 1.9.4

=== Version 1.9.4 ===
  * Enhancements:
    - Extended save function to also take files (bug #14156, thanks to Arthur Jansen)
    - Show width and height of selection area (bug #12664, thanks to Simon)
    - Improved imgur dialog (bug #14973, thanks to Arthur Jansen)
    - Don't save region/delay/show_mouse if region was specified from CLI

  * Bugs fixed:
    - React to core X input events when XInput is not available (bug #15166)
    - Fix crash and properly handle cursors on HiDPI (thanks to Viktor Odintsev)
    - Delay in panel plugin does not work (bug #14604)

(gutteridge)

2019-03-09 19:45:26 UTC MAIN commitmail json YAML

doc: Updated net/filezilla to 3.41.1

(gutteridge)

2019-03-09 19:45:13 UTC MAIN commitmail json YAML

filezilla: update to 3.41.1

3.41.1 (2019-03-06)

- Fix a regression introduced in 3.41.1 with slow FTP servers needlessly waiting for a bidirectional shutdown of the data connection during down
loads

3.41.0 (2019-03-06)

- MSW: Fix an issue with failing uploads due to the operating system not gracefully closing TCP connections contrary to the documented behavior
- MSW: Fix compilation flags for wxWidgets to no longer include useless XP compatibility

3.41.0-rc1 (2019-02-26)

- Fixed crash if adding a bookmark with the current connection not yet having a Site Manager entry
- Fixed a rare crash if closing FileZilla while a recursive chmod operation is still in progress
- Fixed a rare crash if starting directory comparison on an empty directory without logical parent
- Fixed a rare crash on changing the file list sort order when the focused item index has previously become invalid
- Restrict the maximum length of regular expressions in filter conditions due to bugs in some implementations of the C++ Standard Library causin
g crashes
- OS X: Fixed crash if the path of a file dropped on FileZilla cannot be obtained
- Fixed order in which directories helper tools and data files are searched for
- Fixed a rare crash if closing tab during an ongoing recursive directory deletion

(gutteridge)

2019-03-09 19:38:57 UTC MAIN commitmail json YAML

doc: Updated misc/xfce4-calculator-plugin to 0.7.0

(gutteridge)

2019-03-09 19:38:43 UTC MAIN commitmail json YAML

xfce4-calculator-plugin: update to 0.7.0

Change log:

- GTK3 Port and features from the 0.6.90 release
- Translation updates: Basque, Belarusian, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish, French, Galician,
  German, Hebrew, Hungarian, Italian, Japanese, Lithuanian, Malay, Polish,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish,
  Turkish, Ukrainian

(gutteridge)

2019-03-09 19:34:01 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-desktop to 4.13.3

(gutteridge)

2019-03-09 19:33:45 UTC MAIN commitmail json YAML

xfce4-desktop: update to version 4.13.3

Change log:

- Minimal GTK version = 3.22
- Avoid crash: do not clean up data to be used (Bug #14609)
- Add orientation option to arrange icons (Bug #14979)
- Fix icon size in Open with submenu (Bug #14774)
- Add support for RandR's primary monitor (Bug #10688)
- Sync user's wallpaper selection to AccountsService
- Restore icons of custom actions
- Port Settings UI to Glade 3
- Add padding to some context menu icons (Bug #14628)
- Translation Updates: Albanian, Amharic, Arabic, Asturian, Basque, Belarusian,
  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch, English (Australia), English (Canada),
  English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek,
  Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Nepali, Norwegian Bokm奪l, Norwegian Nynorsk, Occitan,
  Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian,
  Uyghur, Uzbek

(gutteridge)

2019-03-09 17:39:16 UTC MAIN commitmail json YAML

doc: Updated geography/py-gdal to 2.4.0

(gdt)

2019-03-09 17:39:10 UTC MAIN commitmail json YAML

doc: Updated geography/gdal-lib to 2.4.0

(gdt)

2019-03-09 17:39:01 UTC MAIN commitmail json YAML

geography/gdal-lib: Update to 2.4.0

= GDAL/OGR 2.4.0 Release Notes =

== In a nutshell... ==

* New GDAL drivers:
  - BYN: read/write support for Natural Resources Canada's Geoid binary format
  - EEDAI: read-only driver for Google Earth Engine Data API
  - IGNFHeightASCIIGrid: read-only driver to read IGN-France height correction ASCII grids
  - NGW: NextGIS Web read-only driver
  - NTv1: read-only driver for NTv1 datum shift grids
* New OGR drivers:
  - EEDA: read-only driver for Google Earth Engine Data API
  - GeoJSONSeq: read/creation support of new-line or record-separator separated GeoJSON features (#378)
  - NGW: NextGIS Web read-write driver
* Improved drivers:
  - BAG: add read support for variable-resolution grids, and write support for single-resolution grids
  - GTiff driver: add Lerc and WebP codecs
  - PostgisRaster: add support for out-db rasters
  - RMF
  - MSSQLSpatial
* RFC 72: Make GDAL Python autotest suite use pytest framework
* Add /vsihdfs/ virtual file system handler for Hadoop File System (via libhdfs)
* Add /vsiwebhdfs/ read-write virtual file system for Web Hadoop File System REST API
* gdal_contour rewriting: speed optimizations and capability to compute polygon isosurfaces.
* Remove PHP and Ruby bindings.
* Continued code linting in C++, Python scripts, Shell scripts and autotest

== Backward compatibility issues ==
* The value of COMPRESSION_ZSTD used for ZStd-in-TIFF compression has been changed. ZStd-compressed TIFF files produced by GDAL 2.3.0 will not be readable

(gdt)

2019-03-09 14:16:35 UTC MAIN commitmail json YAML

Updated math/eigen3 to 3.3.7

(wen)

2019-03-09 14:14:39 UTC MAIN commitmail json YAML

Update to 3.3.7

Upstream changes:
Eigen 3.3.7

Released on December 11, 2018.

Changes since 3.3.6:

    Bug 1643: Fix compilation with GCC>=6 and compiler optimization turned off.

Eigen 3.3.6

Released on December 10, 2018.

Changes since 3.3.5:

    Bug 1617: Fix triangular solve crashing for empty matrix.
    Bug 785: Make dense Cholesky decomposition work for empty matrices.
    Bug 1634: Remove double copy in move-ctor of non movable Matrix/Array.
    Changeset 588e1eb34eff: Workaround weird MSVC bug.
    Bug 1637 Workaround performance regression in matrix products with gcc>=6 and clang>=6.0.
    Changeset bf0f100339c1: Fix some implicit 0 to Scalar conversions.
    Bug 1605: Workaround ABI issue with vector types (aka __m128) versus scalar types (aka float).
    Changeset d1421c479baa: Fix for gcc<4.6 regarding usage of #pragma GCC diagnostic push/pop.
    Changeset c20b83b9d736: Fix conjugate-gradient for right-hand-sides with a very small magnitude.
    Changeset 281a877a3bf7: Fix product of empty arrays (returned 0 instead of 1).
    Bug 1590: Fix collision with some system headers defining the macro FP32.
    Bug 1584: Fix possible undefined behavior in random generation.
    Changeset d632d18db8ca: Fix fallback to BLAS for rankUpdate.
    Fixes for NVCC 9.
    Fix matrix-market IO.
    Various fixes in the doc.
    Various minor warning fixes/workarounds.

Eigen 3.3.5

Released on July 23, 2018.

Changes since 3.3.4:

    General bug fixes:
        Fix GeneralizedEigenSolver when requesting for eigenvalues only (0d15855abb30)
        Bug 1560 fix product with a 1x1 diagonal matrix (90d7654f4a59)
        Bug 1543: fix linear indexing in generic block evaluation
        Fix compilation of product with inverse transpositions (e.g., mat * Transpositions().inverse()) (14a13748d761)
        Bug 1509: fix computeInverseWithCheck for complexes (8be258ef0b6d)
        Bug 1521: avoid signalling NaN in hypot and make it std::complex<> friendly (a9c06b854991).
        Bug 1517: fix triangular product with unit diagonal and nested scaling factor: (s*A).triangularView<UpperUnit>()*B (a546d43bdd4f)
        Fix compilation of stableNorm for some odd expressions as input (499e982b9281)
        Bug 1485: fix linking issue of non template functions (ae28c2aaeeda)
        Fix overflow issues in BDCSVD (92060f82e1de)
        Bug 1468 : add missing std:: to memcpy (4565282592ae)
        Bug 1453: fix Map with non-default inner-stride but no outer-stride (af00212cf3a4)
        Fix mixing types in sparse matrix products (7e5fcd0008bd)
        Bug 1544: Generate correct Q matrix in complex case (c0c410b508a1)
        Bug 1461: fix compilation of Map<const Quaternion>::x() (69652a06967d)

    Backends:
        Fix MKL backend for symmetric eigenvalues on row-major matrices (4726d6a24f69)
        Bug 1527: fix support for MKL's VML (972424860545)
        Fix incorrect ldvt in LAPACKE call from JacobiSVD (88c4604601b9)
        Fix support for MKL's BLAS when using MKL_DIRECT_CALL (205731b87e19, b88c70c6ced7, 46e2367262e1)
        Use MKL's lapacke.h header when using MKL (19bc9df6b726)

    Diagnostics:
        Bug 1516: add assertion for out-of-range diagonal index in MatrixBase::diagonal(i) (783d38b3c78c)
        Add static assertion for fixed sizes Ref<> (e1203d5ceb8e)
        Add static assertion on selfadjoint-view's UpLo parameter. (b84db94c677e, 0ffe8a819801)
        Bug 1479: fix failure detection in LDLT (67719139abc3)

    Compiler support:
        Bug 1555: compilation fix with XLC
        Workaround MSVC 2013 ambiguous calls (1c7b59b0b5f4)
        Adds missing EIGEN_STRONG_INLINE to help MSVC properly inlining small vector calculations (1ba3f10b91f2)
        Several minor warning fixes: 3c87fc0f1042, ad6bcf0e8efc, "used uninitialized" (20efc44c5500), Wint-in-bool-context (131da2cbc695, b4f969795d1b)
        Bug 1428: make NEON vectorization compilable by MSVC. (* 3d1b3dbe5927, 4e1b7350182a)
        Fix compilation and SSE support with PGI compiler (faabf000855d 90d33b09040f)
        Bug 1555: compilation fix with XLC (23eb37691f14)
        Bug 1520: workaround some -Wfloat-equal warnings by calling std::equal_to (7d9a9456ed7c)
        Make the TensorStorage class compile with clang 3.9 (eff7001e1f0a)
        Misc: some old compiler fixes (493691b29be1)
        Fix MSVC warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow) (524918622506)

    Architecture support:
        Several AVX512 fixes for log, sqrt, rsqrt, non AVX512ER CPUs, apply_rotation_in_the_plane b64275e912ba cab3d626a59e 7ce234652ab9, d89b9a754371.
        AltiVec fixes: 9450038e380d
        NEON fixes: const-cast (e8a69835ccda), compilation of Jacobi rotations (c06cfd545b15,bug 1436).
        Changeset d0658cc9d4a2: Define pcast<> for SSE types even when AVX is enabled. (otherwise float are silently reinterpreted as int instead of being converted)
        Bug 1494: makes pmin/pmax behave on Altivec/VSX as on x86 regarding NaNs (d0af83f82b19)

    Documentation:
        Update manual pages regarding BDCSVD (bug 1538)
        Add aliasing in common pitfaffs (2a5a8408fdc5)
        Update aligned_allocator (21e03aef9f2b)
        Bug 1456: add perf recommendation for LLT and storage format (c8c154ebf130, 9aef1e23dbe0)
        Bug 1455: Cholesky module depends on Jacobi for rank-updates (2e6e26b851a8)
        Bug 1458: fix documentation of LLT and LDLT info() method (2a4cf4f473dd)
        Warn about constness in LLT::solveInPlace (518f97b69bdf)
        Fix lazyness of operator* with CUDA (c4dbb556bd36)
        Bug 336: improve doc for PlainObjectBase::Map (13dc446545fe)

    Other general improvements:
        Enable linear indexing in generic block evaluation (31537598bf83, 5967bc3c2cdb, bug 1543).
        Fix packet and alignment propagation logic of Block<Xpr> expressions. In particular, (A+B).col(j) now preserve vectorisation. (b323cc9c2c7f)
        Several fixes regarding custom scalar type support: hypot (f8d6c791791d), boost-multiprec (acb8ef9b2478), literal casts (6bbd97f17534, 39f65d65894f),
        LLT: avoid making a copy when decomposing in place (2f7e28920f4e), const the arg to solveInPlace() to allow passing .transpose(), .block(), etc. (c31c0090e998).
        Add possibility to overwrite EIGEN_STRONG_INLINE (7094bbdf3f4d)
        Bug 1528: use numeric_limits::min() instead of 1/highest() that might underflow (dd823c64ade7)
        Bug 1532: disable stl::*_negate in C++17 (they are deprecated) (88e9452099d5)
        Add C++11 max_digits10 for half (faf74dde8ed1)
        Make sparse QR result sizes consistent with dense QR (4638bc4d0f96)

    Unsupported/unit-tests/cmake/unvisible internals/etc.
        Bug 1484: restore deleted line for 128 bits long doubles, and improve dispatching logic. (dffc0f957f19)
        Bug 1462: remove all occurences of the deprecated __CUDACC_VER__ macro by introducing EIGEN_CUDACC_VER (a201b8438d36)
        Changeset 2722aa8eb93f: Fix oversharding bug in parallelFor.
        Changeset ea1db80eab46: commit 45e9c9996da790b55ed9c4b0dfeae49492ac5c46 (HEAD -> memory_fix)
        Changeset 350957be012c: Fix int versus Index
        Changeset 424038431015: fix linking issue
        Changeset 3f938790b7e0: Fix short vs long
        Changeset ba14974d054a: Fix cmake scripts with no fortran compiler
        Changeset 2ac088501976: add cmake-option to enable/disable creation of tests
        Changeset 56996c54158b: Use col method for column-major matrix
        Changeset 762373ca9793: Bug 1449: fix redux_3 unit test
        Changeset eda96fd2fa30: Fix uninitialized output argument.
        Changeset 75a12dff8ca4: Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.h
        Changeset 568614bf79b8: Add tests for sparseQR results (value and size) covering bugs 1522 and 1544
        Changeset 12c9ece47d14: SelfAdjointView<...,Mode> causes a static assert since commit c73a77e47db8
        Changeset 899fd2ef704f: weird compilation issue in mapped_matrix.cpp

Eigen 3.3.4

Released on June 15, 2017.

Changes since 3.3.3:

    General:
        Improve speed of Jacobi rotation when mixing complex and real types.
        Bug 1405: enable StrictlyLower/StrictlyUpper triangularView as the destination of matrix*matrix products.
        UmfPack support: enable changes in the control settings and add report functions.
        Bug 1423: fix LSCG's Jacobi preconditioner for row-major matrices.
        Bug 1424: fix compilation issue with abs and unsigned integers as scalar type.
        Bug 1410: fix lvalue propagation of Array/Matrix-Wrapper with a const nested expression.
        Bug 1403: fix several implicit scalar type conversion making SVD decompositions compatible with ceres::Jet.
        Fix some real-to-scalar-to-real useless conversions in ColPivHouseholderQR.
    Regressions:
        Fix dense * sparse-selfadjoint-view product.
        Bug 1417: make LinSpace compatible with std::complex.
        Bug 1400: fix stableNorm alignment issue with EIGEN_DONT_ALIGN_STATICALLY.
        Bug 1411: fix alignment issue in Quaternion.
        Fix compilation of operations between nested Arrays.
        Bug 1435: fix aliasing issue in expressions like: A = C - B*A.
    Others:
        Fix compilation with gcc 4.3 and ARM NEON.
        Fix prefetches on ARM64 and ARM32.
        Fix out-of-bounds check in COLAMD.
        Few minor fixes regarding nvcc/CUDA support, including bug 1396.
        Improve cmake scripts for Pastix and BLAS detection.
        Bug 1401: fix compilation of "cond ? x : -x" with x an AutoDiffScalar
        Fix compilation of matrix log with Map as input.
        Add specializations of std::numeric_limits for Eigen::half and and AutoDiffScalar
        Fix compilation of streaming nested Array, i.e., cout << Array<Array<>>

(wen)

2019-03-09 14:12:06 UTC MAIN commitmail json YAML

doc: Updated ruby-gnome2 packages to 3.3.4

(tsutsui)

2019-03-09 14:08:45 UTC MAIN commitmail json YAML

ruby-gnome2: update to 3.3.4.

Upstream changes:

== Ruby-GNOME2 3.3.4: 2019-03-09

This is a real release to support GLib 2.60.

=== Changes

==== Ruby/GObjectIntrospection

  * Improvements

    * Ignored no (({GType})) interface.

== Ruby-GNOME2 3.3.3: 2019-03-09

This is a release to support GLib 2.60.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Made tests more robust.
      [GitHub#1272][Reported by Jeremy Bicha]

    * Required pkg-config 1.3.5 or later.

    * Added support for GLib 2.60.

    * Windows: Removed support for static compilation.

  * Fixes

    * (({GLib::PollFD#fd=})): Fixed wrong conversion.

==== Ruby/GObjectIntrospection

  * Improvements

    * Improved auto (({#==}))/(({#!=})) implementations.
      They returns (({true}))/(({false})) for invalid argument instead
      of raising an error.

==== Ruby/GTK2

  * Improvements

    * Made tests more robust.
      [GitHub#1275][Reported by Jeremy Bicha]

==== Ruby/RSVG2

  * Improvements

    * Made tests more robust.
      [GitHub#1273][Reported by Mamoru TASAKA]

==== Ruby/Poppler

  * Improvements

    * (({Poppler::Document.new(data:)})):
      Added support for (({Encoding.default_internal})).

    * (({Poppler::Document.new})):
      Added support for (({#to_path})) objects as path.

=== Thanks

  * Jeremy Bicha

  * Mamoru TASAKA

(tsutsui)

2019-03-09 13:50:35 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-cairo to 1.16.4

(tsutsui)

2019-03-09 13:50:22 UTC MAIN commitmail json YAML

ruby-cairo: update to 1.16.4.

Upstream changes (from NEWS):

Release 1.16.4 (2019-03-09) Kouhei Sutou <kou@cozmixng.org>
============================================================

Fixes
-----

  * Removed Skia related code entirely.

Release 1.16.3 (2019-03-09) Kouhei Sutou <kou@cozmixng.org>
============================================================

Improvements
------------

  * Improved Cairo::Poinst#distance performance.
    [GitHub#53][Patch by scivola]

  * Added support for building with cairo and GLib 2.60 installed by
    Homebrew.

  * Updated colors. There are some backward incompatibility. Sorry.

Fixes
-----

  * Fixed Cairo::Color::RGB#to_s.
    [GitHub#55][Patch by spoolkitamura]

Thanks
------

  * scivola

  * spoolkitamura.

(tsutsui)

2019-03-09 13:13:18 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-pkg-config to 1.3.6

(tsutsui)

2019-03-09 13:13:01 UTC MAIN commitmail json YAML

ruby-pkg-config: update to 1.3.6.

Upstream changes (from NEWS):

== 1.3.6 - 2019-03-09

=== Improvements

  * Added support for Homebrew environment without pkg-config formula.

== 1.3.5 - 2019-03-08

=== Fixes

  * Fixed MSYS2 detection installed at non standard folder.
    [GitHub:ruby-gnome2/ruby-gnome2#1271][Reported by Simon Arnaud]

=== Thanks

* Simon Arnaud

(tsutsui)

2019-03-09 11:20:25 UTC MAIN commitmail json YAML

doc: Updated devel/go-sys to 0.0.20190308

(bsiegert)

2019-03-09 11:20:06 UTC MAIN commitmail json YAML

Update go-sys to 20190308.

There has been a fix for netbsd-arm, among many other commits.

(bsiegert)

2019-03-09 10:57:48 UTC MAIN commitmail json YAML

doc: Updated emulators/haxm to 1.20190301.7cb307c4e7ff066b51a503c76f72d7dfefc78760

(kamil)

2019-03-09 10:57:33 UTC MAIN commitmail json YAML

haxm: Update to 0.20190301.7cb307c4e7ff066b51a503c76f72d7dfefc78760

Drop local patches as merged.

Compat breaking change
======================
Changed major numbers used on NetBSD.
The device nodes must be regenerated.

Upstream changelog
==================
- Improve support of NetBSD as host.
- Changes improving emulation of niche guests.

(kamil)

2019-03-09 10:05:15 UTC MAIN commitmail json YAML

2019-03-09 10:00:44 UTC MAIN commitmail json YAML

go: switch default version to 1.12.

This means all builds of packages written in Go use 1.12.

(bsiegert)

2019-03-09 09:31:41 UTC MAIN commitmail json YAML

2019-03-09 09:30:56 UTC MAIN commitmail json YAML

doc: Updated lang/go112 to 1.12

(bsiegert)

2019-03-09 09:29:30 UTC MAIN commitmail json YAML

2019-03-09 01:55:18 UTC MAIN commitmail json YAML

doc: Updated geography/py-gdal to 2.3.3

(gdt)

2019-03-09 01:55:12 UTC MAIN commitmail json YAML

doc: Updated geography/gdal-lib to 2.3.3

(gdt)

2019-03-09 01:54:59 UTC MAIN commitmail json YAML

geography/gdal-lib: Update to 2.3.3

2.3.3: bug fixes and minor improvements
2.3.2: bug fixes and minor improvements
2.3.1: bug fixes and minor improvements

= GDAL/OGR 2.3.0 Release Notes =

Note: due to the change of SCM during the development, #XXXX still refers to
Trac tickets. GitHub tickets are explicitly indicated with github #XXXX

== In a nutshell... ==

* New GDAL drivers:
  - PDS4: read/write
  - RDA: DigitalGlobe Raster Data Access (read-only)
* New OGR drivers:
  - MVT: add read/write driver for Mapbox Vector Tile standalone files or tilesets
  - ESRIJson and TopoJSON: read-only, splitted from existing code of the GeoJSON driver
  - WFS3: *experimental* read-only driver
* RFC 68: Make C++11 a build requirement
    https://trac.osgeo.org/gdal/wiki/rfc68_cplusplus11
* RFC 70: Guess output format from extension of output filename, if no explicit format passed to C++ or Python utilities
    https://trac.osgeo.org/gdal/wiki/rfc70_output_format_guess
* RFC 71: Move to GitHub for source code repository and issue tracker.
    https://trac.osgeo.org/gdal/wiki/rfc71_github_migration
* Significantly improved drivers:
    - MBTiles (vector tiles support)
    - DXF
    - GRIB (GRIB2 write support)
    - WCS (support WCS 2.0)
* Improvements in network-based /vsi handlers: /vsicurl, /vsis3, /vsigs. Add:
    - /vsiaz for Microsoft Azure Blobs
    - /vsioss for Alibaba Cloud Object Storage Service
    - /vsiswift/ for OpenStack Swift object storage
* Command line utilities: use Unicode main on Windows to avoid issues with non-ASCII characters (#7065)
* Update to EPSG v9.2 (#7125)
* Update data/esri_extra.wkt and add data/esri_epsg.wkt, taken from https://github.com/Esri/projection-engine-db-doc (Apache v2 license) (#2163)
* Add support for PROJ.5 new API (requires proj 5.0.1 or later). PROJ 4.X is still supported.
* More than 1000 fixes for issues/vulnerabilities found by OSS-Fuzz
* Remove raster OGDI driver (vector OGDI driver still there) (#7087)

== New installed files ==

* data/pds4_template.xml
* data/esri_epsg.wkt

== Backward compatibility issues ==

See MIGRATION_GUIDE.TXT

Note that changes are extensive; see NEWS in the distfile.

(gdt)

2019-03-09 01:51:27 UTC MAIN commitmail json YAML

meta-pkgs/mate: add libmatemixer to Makefile

(gutteridge)

2019-03-08 20:28:22 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20190309

(leot)

2019-03-08 20:28:07 UTC MAIN commitmail json YAML

youtube-dl: Update to 20190309

Changes:
version 2019.03.09

Core
* [extractor/common] Use compat_etree_Element
+ [compat] Introduce compat_etree_Element
* [extractor/common] Fallback url to base URL for DASH formats
* [extractor/common] Do not fail on invalid data while parsing F4M manifest
  in non fatal mode
* [extractor/common] Return MPD manifest as format's url meta field (#20242)
* [utils] Strip #HttpOnly_ prefix from cookies files (#20219)

Extractors
* [francetv:site] Relax video id regular expression (#20268)
* [toutv] Detect invalid login error
* [toutv] Fix authentication (#20261)
+ [urplay] Extract timestamp (#20235)
+ [openload] Add support for oload.space (#20246)
* [facebook] Improve uploader extraction (#20250)
* [bbc] Use compat_etree_Element
* [crunchyroll] Use compat_etree_Element
* [npo] Improve ISM extraction
* [rai] Improve extraction (#20253)
* [paramountnetwork] Fix mgid extraction (#20241)
* [libsyn] Improve extraction (#20229)
+ [youtube] Add more invidious instances to URL regular expression (#20228)
* [spankbang] Fix extraction (#20023)
* [espn] Extend URL regular expression (#20013)
* [sixplay] Handle videos with empty assets (#20016)
+ [vimeo] Add support for Vimeo Pro portfolio protected videos (#20070)

(leot)

2019-03-08 20:23:23 UTC MAIN commitmail json YAML

geography/gdal-lib: Explicitly request proj use

Without an explicit request, configure says that proj is "dynamic" and
I can't tell if it is used.  With the request, configure says that
proj is "static" and then the build proceeds to dynamically link proj
in the normal manner.

It is possible that gdal operations will behave differently now, if
reference system transformations were skipped before.

(gdt)

2019-03-08 18:27:31 UTC MAIN commitmail json YAML

Fix emacs option case

* Fix PLIST for notmuch-emacs option
* Install notmuch-emacs-mua script properly in notmuch-emacs case

(ryoon)

2019-03-08 18:17:07 UTC MAIN commitmail json YAML

Updated mail/isync to 1.3.0nb1

(ryoon)

2019-03-08 18:16:06 UTC MAIN commitmail json YAML

2019-03-08 18:14:45 UTC MAIN commitmail json YAML

Support SNI with upstream patch

* Support SNI. for example Google GMail IMAP4 server
* Bump PKGREVISION

(ryoon)

2019-03-08 15:11:30 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Load to 0.34

(wen)

2019-03-08 15:10:33 UTC MAIN commitmail json YAML

Update to 0.34

Upstream changes:
Changes for version 0.34 - 2019-02-10

    Added SEE ALSO section to documentation. RT#100575
    Unreachable code cleanup (https://github.com/jib/cpanplus-devel/pull/15)

(wen)

2019-03-08 15:00:59 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 5.20190220

(wen)

2019-03-08 14:58:16 UTC MAIN commitmail json YAML

Update to 5.20190220

Upstream changes:
Changes for version 5.20190220

    Updated for v5.29.8

(wen)

2019-03-08 13:41:30 UTC MAIN commitmail json YAML

Updated net/py-zmq

(adam)

2019-03-08 13:41:09 UTC MAIN commitmail json YAML

py-zmq: updated to 18.0.1

18.0.1
Fixes installation from source on non-unicode locales with Python 3.
There are no code changes in this release.

(adam)

2019-03-08 11:35:12 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.49.2nb2

(prlw1)

2019-03-08 11:34:49 UTC MAIN commitmail json YAML

2019-03-08 08:44:03 UTC MAIN commitmail json YAML

2019-03-08 08:42:19 UTC MAIN commitmail json YAML

doc: Updated graphics/tkpiechart to 5.4nb2

(wiz)

2019-03-08 08:42:09 UTC MAIN commitmail json YAML

tkpiechart: update to 5.4nb2.

Switch from devel/stooop to tcllib.
Some pkglint cleanup while here, and fix configure seddery.

(wiz)

2019-03-08 08:31:23 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to version 2.139

(fox)

2019-03-08 08:27:57 UTC MAIN commitmail json YAML

fasttracker2: update to b139

Changes since b138:

Beta #139 - 06.03.2019
- The mixer interpolation routine would overflow if a sample's pingpong
  loop length was 1.
- Removed the 32000Hz audio frequency setting (kinda pointless these days)
- Small optimization on scope rate calculation

(fox)

2019-03-07 23:29:01 UTC MAIN commitmail json YAML

mandoc: Update HOMEPAGE and MASTER_SITES.

(wiz)

2019-03-07 23:24:47 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-video-ati to 19.0.0

(wiz)

2019-03-07 23:24:37 UTC MAIN commitmail json YAML

xf86-video-ati: update to 19.0.0.

I'm pleased to announce the 19.0.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.13-1.20.

Highlights:

* Various TearFree related fixes and robustness improvements.
* Up to six independent instances per GPU are now supported in "Zaphod"
  style multi-head configurations.

Plus other improvements and fixes. Thanks to everybody who contributed
to this release in any way!

Alan Coopersmith (1):
      Update README for gitlab migration

Mario Kleiner (1):
      Fix crash when page flipping in multi-X-Screen/Zaphod mode

Michel D辰nzer (30):
      dri3: Handle radeon_get_pixmap_bo returning NULL
      Handle pending scanout update in drmmode_crtc_scanout_free
      Make wait_pending_flip / handle_deferred symmetric in set_mode_major
      Allow up to six instances in Zaphod mode
      Post-release version bump
      Detect and fix up non-premultiplied cursor data
      Skip gamma correction of cursor data if premultiplied R/G/B > alpha
      glamor: Can work at depth >= 15 with current xserver Git master
      Use drm_abort_one in drm_queue_handler
      Explicitly keep track of whether a DRM event is for a flip or not
      Move deferred vblank events to separate drm_vblank_deferred list
      Perform scanout buffer update immediately if drmmode_wait_vblank fails
      Cancel pending scanout update in drmmode_crtc_scanout_update
      Automatically try re-enabling TearFree after a flip failed
      Drop RADEONInfoRec::cursor_bo array
      Use drmIoctl in drmmode_show_cursor
      Update cursor position in drmmode_show_cursor if hotspot changed
      Use two HW cursor buffers per CRTC
      Only call drmmode_uevent_init if RandR is enabled
      Only call drmmode_validate_leases if RandR is enabled
      dri3: Flush if necessary in dri3_fd_from_pixmap
      dri2: Flush in dri2_create_buffer2 after calling glamor_set_pixmap_bo
      glamor: Avoid glamor_create_pixmap for pixmaps backing windows
      Don't allow TearFree scanout flips to complete in the same vblank period
      Only update drmmode_crtc->flip_pending after actually submitting a flip
      Call drmHandleEvent again if it was interrupted by a signal
      Keep waiting for a pending flip if drm_handle_event returns 0
      present: Check that flip and screen pixmap pitches match
      dri2: Call drm_queue_handle_deferred in dri2_deferred_event
      Bump version for 19.0.0 release

(wiz)

2019-03-07 21:40:09 UTC MAIN commitmail json YAML

Update checksums for 1.22.0

(jmcneill)

2019-03-07 21:37:04 UTC MAIN commitmail json YAML

Updated wm/marco to 1.22.0
Updated x11/mate-panel to 1.22.0
Updated x11/vte3 to 0.54.3

(jmcneill)

2019-03-07 21:36:07 UTC MAIN commitmail json YAML

2019-03-07 21:35:35 UTC MAIN commitmail json YAML

2019-03-07 21:35:05 UTC MAIN commitmail json YAML

2019-03-07 20:19:11 UTC MAIN commitmail json YAML

2019-03-07 18:45:44 UTC MAIN commitmail json YAML

oracle-jre8: Fix Darwin PLIST.

(jperkin)

2019-03-07 18:09:24 UTC MAIN commitmail json YAML

2019-03-07 18:02:16 UTC MAIN commitmail json YAML

xindy: Use PKGMANDIR.

(jperkin)

2019-03-07 18:01:21 UTC MAIN commitmail json YAML

2019-03-07 16:43:27 UTC MAIN commitmail json YAML

doc: Updated comms/py-gammu to 2.12

(leot)

2019-03-07 16:43:16 UTC MAIN commitmail json YAML

py-gammu: Update to 2.12

Changes:
2.12
====
* Windows binaries built with Gammu 1.40.0.

(leot)

2019-03-07 13:48:45 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.49.2nb1

(prlw1)

2019-03-07 13:48:18 UTC MAIN commitmail json YAML

Fix typo in last update, which will hopefully fix the sun-solaris2 breakage
reported by jperkin.

(prlw1)

2019-03-07 12:05:42 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel411 to 4.11.1nb1
Updated sysutils/xentools411 to 4.11.1

(bouyer)

2019-03-07 12:04:20 UTC MAIN commitmail json YAML

Update to xen 4.11.1.
4.11.1 includes all security patches up to XSA282. At this time, no Xen
Security Advisory newer than XSA282 are relevant for xentools411.
changes since 4.11.0 are mostly bugfixes, no new features.
pkgsrc change: drop gcc4.8 requirement, as we're not building the
stub domains binaries it's not needed.

(bouyer)

2019-03-07 11:13:27 UTC MAIN commitmail json YAML

Update to 4.11.1nb1
PKGREVISION set to 1 on purpose, because this is not a stock 4.11.1 kernel
(it includes security patches).
4.11.1 includes all security patches up to XSA282.
Apply official patches for XSA284, XSA285, XSA287, XSA288, XSA290, XSA291,
XSA292, XSA293 and XSA294.
Other changes since 4.11.0 are mostly bugfixes, no new features.

(bouyer)

2019-03-07 11:08:49 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgin to 0.11.7

(jperkin)

2019-03-07 11:08:38 UTC MAIN commitmail json YAML

pkgin: Update to 0.11.7.

## Version 0.11.7 (2019-03-07)

* Switch back to NetBSDfr/pkgin as the upstream repository.
* Improve database safety.
* Fix clang -Wmissing-noreturn and -Wformat-nonliteral warnings.
* Fix some typos in the manual page.

(jperkin)

2019-03-07 10:46:40 UTC MAIN commitmail json YAML

Updated net/wireshark

(adam)

2019-03-07 10:39:52 UTC MAIN commitmail json YAML

wireshark: updated to 2.6.7

Wireshark 2.6.7 Release Notes
The following vulnerabilities have been fixed:

  • wnpa-sec-2019-06[1] ASN.1 BER and related dissectors crash.
    15447[2]. CVE-2019-9209[3].

  • wnpa-sec-2019-07[4] TCAP dissector crash.
    CVE-2019-9208[6].

  • wnpa-sec-2019-08[7] RPCAP dissector crash.

The following bugs have been fixed:

  • Alignment Lost after Editing Column.

  • Crash on applying display filters or coloring rules on capture
    files containing non-UTF-8 data.

  • tshark outputs debug information.

  • Feature request - HTTP, add the field "request URI" to response.

  • randpkt should be distributed with the Windows installer.

  • Memory leak with "-T ek" output format option.

  • Display error in negative response time stats (gint displayed as
    unsigned).

  • _epl_xdd_init not found.

  • Decoding of MEGACO/H.248 request shows the Remote descriptor as
    "Local descriptor".

  • Repeated NFS in Protocol Display field.

  • RBM file dissector adds too many items to the tree, resulting in
    aborting the program.

  • Wireshark heap out-of-bounds read in infer_pkt_encap.

  • Column width and hidden issues when switching profiles.

  • GTPv1-C SGSN Context Response / Forward Relocation Request decode
    GGSN address IPV6 issue.

  • Lua Error on startup: init.lua: dofile has been disabled due to
    running Wireshark as superuser.

  • DICOM ASSOCIATE Accept: Protocol Version.

  • Multiple out-of-bounds reads in NetScaler trace handling
    (wiretap/netscaler.c).

  • Wrong endianess when dissecting the "chain offset" in SMB2
    protocol header.

  • Memory leak in mate_grammar.lemon’s recolonize function.

(adam)

2019-03-07 09:23:19 UTC MAIN commitmail json YAML

Updated lang/nodejs, lang/npm

(adam)

2019-03-07 09:22:48 UTC MAIN commitmail json YAML

npm: updated to 6.9.0

6.9.0:
FEATURES
* Time traveling installs using the --before flag.
* Add support for package aliases. This allows packages to be installed under a
  different directory than the package name listed in package.json, and adds a
  new dependency type to allow this to be done for registry dependencies.
* Always save package-lock.json when using --package-lock-only.
* Make empty-string run-scripts run successfully as a no-op.
* Match git semver ranges when flattening the tree.
* Re-enable updating local packages.

BUGFIXES
* Set modified to undefined in npm view when time is not available. This
  fixes a bug where npm view would crash on certain third-party registries.
* Print out tar version in install.sh only when the flag is supported not all
  the tar implementations support --version flag. This allows the install script
  to work in OpenBSD, for example.
* Fix typo in error message for npm stars.
* Strip version info from pkg on E404. This improves the error messaging format.

DOCS
* Add npm add as alias to npm install in docs.
* Fix link to RFC 10 in the changelog.
* Describe exit codes in npm-audit docs.

(adam)

2019-03-07 08:47:45 UTC MAIN commitmail json YAML

nodejs: updated to 10.15.3

Version 10.15.3 'Dubnium' (LTS)
Notable Changes
doc: add antsmartian to collaborators
http: fix error check in Execute()
stream: fix end-of-stream for HTTP/2

(adam)