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

2024-05-13 00:00:23 UTC Now

2018-02-25 17:13:57 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Importer to 0.025

(wiz)

2018-02-25 17:13:48 UTC MAIN commitmail json YAML

p5-Importer: update to 0.025.

0.025    2018-02-18 12:42:37-08:00 America/Los_Angeles

    - Minor cperl fix

(wiz)

2018-02-25 17:13:05 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IPC-Cmd to 1.00

(wiz)

2018-02-25 17:12:56 UTC MAIN commitmail json YAML

p5-IPC-Cmd: update to 1.00.

1.00 Wed Feb 14 16:14:01 GMT 2018

  Bug fixes:
  - Resolve RT #91784  'run_forked("/usr/bin/echo test") captures no output'
  - Resolve RT #124415 'The 03_run_forked.t test fails (sometimes) on HPUX'

(wiz)

2018-02-25 17:09:25 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IO-AIO to 4.4

(wiz)

2018-02-25 17:09:17 UTC MAIN commitmail json YAML

p5-IO-AIO: update to 4.4.

4.4  Tue Feb 20 07:54:12 CET 2018
- new aio_slurp request.
        - add (experimental) IO::AIO::eventfd and timerfd* function.
- add (experimental) IO::AIO::get_fdlimit and IO::AIO::min_fdlimit.
        - point out that aio_copy overwrites existing files.
        - removed filesystem magic number table from aio_statvfs docs as
          statvfs doesn't actually return this info at all (statfs does).
        - add a bunch of (mostly linux-specific) constants for use in ioctls
          (see aio_ioctl docs).
        - treescan now has a proper manpage and useful --help output.
        - new option --sync in treescan, to sync everything in a subtree.
        - changed default for aio_msync flags to MSYNC_SYNC.
        - document offset/length behaviour of mprotect/madvise.
        - support linux's renameat2 (via aio_rename2).
        - add aio_rename2, an aio_rename with flags.
        - add F_DUPPFD_CLOEXEC, F_OFD_[SG]ETLKW? constants.
        - add FALLOC_FL_INSERT_RANGE, FALLOC_FL_UNSHARE_RANGE.
        - (libeio) use posix_close if available.
        - (libeio) internal close() calls no longer disturb errno.
        - add IO:AIO::FALLOC_FL_UNSHARE.
        - update schmorp.h for removal of USE_SOCKETS_AS_HANDLES
          and better eventfd detection.

(wiz)

2018-02-25 17:08:11 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Hash-Case to 1.030

(wiz)

2018-02-25 17:08:03 UTC MAIN commitmail json YAML

p5-Hash-Case: update to 1.030.

version 1.03: Mon 22 Jan 17:14:46 CET 2018

Improvements:
- convert to GIT
- development on GitHUB

(wiz)

2018-02-25 17:06:40 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Getopt-Long-Descriptive to 0.102

(wiz)

2018-02-25 17:06:31 UTC MAIN commitmail json YAML

p5-Getopt-Long-Descriptive: update to 0.102.

0.102    2018-02-20 14:44:17-05:00 America/New_York
        - long spacer lines are now line broken
        - "empty" spacer lines no longer have leading whitespace
        - option specifications ":+" and ":5" (etc.) now get better
          presentation in the usage description

(wiz)

2018-02-25 17:03:31 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-Slurper to 0.012

(wiz)

2018-02-25 17:03:22 UTC MAIN commitmail json YAML

p5-File-Slurper: update to 0.012.

0.012    2018-02-20 21:53:30+01:00 Europe/Amsterdam
          Depend on Encode 2.11 for STOP_AT_PARTIAL

(wiz)

2018-02-25 17:02:09 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-ChangeNotify to 0.28

(wiz)

2018-02-25 17:01:59 UTC MAIN commitmail json YAML

p5-File-ChangeNotify: update to 0.28.

0.28  2018-02-11

- Fixed handling of the IN_MOVED_TO event for the Inotify watcher. This event
  was being entirely ignored, but we should just treat it as a file creation
  event. Fixed by Aaron Crane. PR #2.

(wiz)

2018-02-25 17:00:29 UTC MAIN commitmail json YAML

doc: Updated devel/p5-ExtUtils-MakeMaker to 7.32

(wiz)

2018-02-25 17:00:21 UTC MAIN commitmail json YAML

p5-ExtUtils-MakeMaker: update to 7.32.

7.32  Fri Feb 16 20:10:58 GMT 2018

    No changes since v7.31_08

7.31_08 Mon Feb 12 12:19:11 GMT 2018

    VMS fixes:
    - Fix 8-space line prefixes in MM_VMS.pm

7.31_07 Tue Jan 16 16:09:04 GMT 2018

    Bug fixes:
    - Change warning text for libscan() README.pod

7.31_06 Tue Jan 16 10:28:11 GMT 2018

    Bug fixes:
    - Teach libscan() to exclude README.pod

    Doc fixes:
    - Documented when XSMULTI and XSBUILD are available
    - Documented more version requirements for attributes

7.31_05 Sat Nov 25 09:22:51 GMT 2017 (LPW Edition)

    Doc fixes:
    - Spelling fixes
    - clarify behaviour if VENDORLIB and no VENDORARCH

7.31_04 Thu Oct  5 12:22:24 BST 2017

    Darwin/NeXT fixes:
    - Escape ld -framework flags

7.31_03 Mon Jul 10 09:34:26 BST 2017

    Bug fixes:
    - Filter out non-XS .a files for static builds

7.31_02 Mon Jun 26 13:53:15 BST 2017

    VMS fixes:
    - Fixes for .PL tests
    - VMS override for static_lib_pure_cmd
    - Make the new subdirsstatic test portable

7.31_01 Wed Jun 14 15:57:52 BST 2017

    Test fixes:
    - Skip static test unless in perl core or in a .git directory

(wiz)

2018-02-25 16:55:39 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Dist-Zilla to 6.011

(wiz)

2018-02-25 16:55:30 UTC MAIN commitmail json YAML

p5-Dist-Zilla: update to 6.011.

6.011    2018-02-11 12:57:02-05:00 America/New_York
        - stashes can now be added in [%Stash] form from a bundle (thanks,
          Karen Etheridge)
        - use $V env var as an override, when set, in [AutoVersion]
          (thanks, Karen Etheridge)
        - all remaining uses of Class::Load are replaced with Module::Runtime
          (thanks, Karen Etheridge)

(wiz)

2018-02-25 16:48:39 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Class-C3-Componentised to 1.001002

(wiz)

2018-02-25 16:48:30 UTC MAIN commitmail json YAML

p5-Class-C3-Componentised: update to 1.001002.

1.001002 - 2018-02-23
      - fixed author metadata
      - added x_static_install and dynamic_config=0 to metadata
      - added x_authority to metadata

(wiz)

2018-02-25 16:45:33 UTC MAIN commitmail json YAML

doc: Updated devel/p5-CPAN-Perl-Releases to 3.48

(wiz)

2018-02-25 16:45:24 UTC MAIN commitmail json YAML

p5-CPAN-Perl-Releases: update to 3.48.

-----------------------------------------
version 3.48 at 2018-02-20 21:16:37 +0000
-----------------------------------------

  Change: b4932c7dafb32915ca0830f9294b619eaf7a93f3
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-02-20 21:16:37 +0000

    Updated for v5.27.9

-----------------------------------------
version 3.46 at 2018-01-20 11:07:29 +0000
-----------------------------------------

  Change: f56297606d2b5f0d4a73182943f1eb3bda46b0a4
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-01-20 11:07:29 +0000

    Updated for v5.27.8

(wiz)

2018-02-25 16:44:29 UTC MAIN commitmail json YAML

doc: Updated devel/p5-B-Keywords to 1.18

(wiz)

2018-02-25 16:44:21 UTC MAIN commitmail json YAML

p5-B-Keywords: update to 1.18.

1.17 Mon Jan 29 17:57:05 CET 2018 rurban
  - Added 5.27.8 changes, whereis/whereso is gone for good.
    There's still a chance for perl6 compat
1.18 Mon Jan 29 18:09:23 CET 2018 rurban
  - Oops, forgot break

(wiz)

2018-02-25 16:42:58 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Async-Interrupt to 1.22

(wiz)

2018-02-25 16:42:49 UTC MAIN commitmail json YAML

p5-Async-Interrupt: update to 1.22.

1.22 Thu Jan 18 17:43:14 CET 2018
- further USE_SOCKETS_AS_HANDLES fixes (Z59).

(wiz)

2018-02-25 16:42:28 UTC MAIN commitmail json YAML

Updated devel/nasm

(adam)

2018-02-25 16:41:56 UTC MAIN commitmail json YAML

nasm: updated to 2.13.03

Version 2.13.03
Added AVX and AVX512 \c{VAES*} and \c{VPCLMULQDQ} instructions.
Fixed missing dwarf record in x32 ELF output format.

(adam)

2018-02-25 16:41:17 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Alien-Build to 1.37

(wiz)

2018-02-25 16:41:08 UTC MAIN commitmail json YAML

p5-Alien-Build: update to 1.37.

1.37      2018-02-23 10:13:44 -0500
  - Fixed cmake test which would fail without a C++ compiler (gh#53 ppisar++)

1.36      2018-02-05 10:51:59 -0500
  - Production release identical to 1.35_01

1.35_01  2017-12-28 12:42:56 -0500
  - Improve diagnostic in command line extraction test

1.34_01  2017-12-27 10:30:10 -0500
  - Add env_interpolate meta property.
  - PkgConfig plugins now attempt to set PKG_CONFIG environment variable during build

1.33_01  2017-11-08 11:54:19 -0500
  - Improve diagnostic for partially installed Alien error

(wiz)

2018-02-25 16:39:33 UTC MAIN commitmail json YAML

doc: Updated databases/p5-Fsdb to 2.65

(wiz)

2018-02-25 16:39:23 UTC MAIN commitmail json YAML

p5-Fsdb: update to 2.65.

dbmultistats and dbmapreduce now both take a "-F x" option to set
the field separator.

(wiz)

2018-02-25 16:34:32 UTC MAIN commitmail json YAML

doc: Updated databases/p5-DBIx-Class to 0.082841

(wiz)

2018-02-25 16:34:23 UTC MAIN commitmail json YAML

p5-DBIx-Class: update to 0.082841.

0.082841 2018-01-29 08:10 (UTC)
    * Test-suite fixup changes only - no reason to upgrade, wait for 0.082850

    * Misc
        - Unblock DBD::SQLite (RT#118395)
        - Fix missing ORDER BY leading to failures of t/prefetch/grouped.t
          under upcoming libsqlite (RT#117271)
        - Temporarily disable a non-critical portion of test failing on
          upcoming libsqlite, proper fix coming in 0.082850 (RT#119845)
        - Add test workaround for ( largely irrelevant ) RT#120129
        - Add temporary test-workaround for a devrel of DBD::SQLite
          RT#124227 / https://twitter.com/dbix_class/status/957271153751527424
        - Add workaround for one of the most damaging "improvements" made
          during the modern-perl-era (RT#120827)
        - Fix malformed README file encoding (RT#122028)

(wiz)

2018-02-25 16:24:11 UTC MAIN commitmail json YAML

doc: Updated databases/p5-DBD-postgresql to 3.7.4

(wiz)

2018-02-25 16:24:02 UTC MAIN commitmail json YAML

p5-DBD-postgresql: update to 3.7.4.

Version 3.7.4. Released February 12, 2018 (git tag 3.7.4)

  - Fix typo in META.yml
    [CPAN ticket #124405]

(wiz)

2018-02-25 16:20:13 UTC MAIN commitmail json YAML

doc: Updated databases/p5-DBD-mysql to 4.046

(wiz)

2018-02-25 16:20:04 UTC MAIN commitmail json YAML

p5-DBD-mysql: update to 4.046.

2018-02-06 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.045)
* Use API function for reconnect; fixes compilation on MariaDB 10.2.6+.
  Fix provided by Pali.
* Fixed broken link to MySQL download page, provided by Mohammad S Anwar.
* Spelling fixes, provided by Ville Skytt辰.

(wiz)

2018-02-25 16:17:52 UTC MAIN commitmail json YAML

doc: Updated databases/p5-BDB to 1.92

(wiz)

2018-02-25 16:17:44 UTC MAIN commitmail json YAML

p5-BDB: update to 1.92.

1.92 Thu Jan 18 17:43:14 CET 2018
- further USE_SOCKETS_AS_HANDLES fixes (Z59).
- new requests: db_env_lsn_reset, db_env_fileid_reset.

(wiz)

2018-02-25 16:15:57 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Sereal to 4.005

(wiz)

2018-02-25 16:15:47 UTC MAIN commitmail json YAML

p5-Sereal: update to 4.005.

4.005 Tues Jan 23, 2018
    * Encoder: Document encode_to_file()
    * Decoder: Document and fix decode_from_file()
    * Sereal: fixup docs on write_file()/decode_file()

(wiz)

2018-02-25 16:15:09 UTC MAIN commitmail json YAML

wmctrl: update links

(wiz)

2018-02-25 16:13:52 UTC MAIN commitmail json YAML

qcomicbook: update HOMEPAGE

(wiz)

2018-02-25 16:12:52 UTC MAIN commitmail json YAML

pvm3: follow redirect

(wiz)

2018-02-25 16:11:54 UTC MAIN commitmail json YAML

p5-Parallel-Pvm: follow redirect

(wiz)

2018-02-25 16:10:41 UTC MAIN commitmail json YAML

libkkc-data: update HOMEPAGE

(wiz)

2018-02-25 16:09:19 UTC MAIN commitmail json YAML

libdmtx: update HOMEPAGE

(wiz)

2018-02-25 16:07:46 UTC MAIN commitmail json YAML

ibus-kkc: Update HOMEPAGE.

(wiz)

2018-02-25 16:06:56 UTC MAIN commitmail json YAML

goggles: comment out dead sites.

(wiz)

2018-02-25 16:04:01 UTC MAIN commitmail json YAML

cvsync: follow redirect

(wiz)

2018-02-25 16:03:35 UTC MAIN commitmail json YAML

bugzilla: follow redirect

(wiz)

2018-02-25 16:03:08 UTC MAIN commitmail json YAML

passenger: follow redirect

(wiz)

2018-02-25 15:59:44 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Sereal-Encoder to 4.005

(wiz)

2018-02-25 15:59:35 UTC MAIN commitmail json YAML

p5-Sereal-Encoder: update to 4.005.

4.005 Tues Jan 23, 2018
    * Document encode_to_file()

(wiz)

2018-02-25 15:56:33 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Sereal-Decoder to 4.005

(wiz)

2018-02-25 15:56:23 UTC MAIN commitmail json YAML

p5-Sereal-Decoder: update to 4.005.

4.005 Tues Jan 23, 2018
    * Document and fix decode_from_file()

(wiz)

2018-02-25 15:52:19 UTC MAIN commitmail json YAML

doc: Updated converters/p5-JSON-MaybeXS to 1.003010

(wiz)

2018-02-25 15:52:03 UTC MAIN commitmail json YAML

p5-JSON-MaybeXS: update to 1.003010.

1.003010 - 2018-01-28
- use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect
  compiler availability.
- clarify exported JSON in documentation

(wiz)

2018-02-25 15:22:54 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.5.0

(taca)

2018-02-25 15:22:31 UTC MAIN commitmail json YAML

letsencrypt.org: update to 5.5.0

=== 5.5.0 (2018-01-31)

* Make Database#copy_table in the postgres adapter handle errors that occur while processing rows (jeremyevans) (#1470)

* Cache results of changed_columns method in local variables in many places for better performance (jeremyevans)

* Make modification_detection plugin not break column change detection for new objects (jeremyevans) (#1468)

* Make pg_range extension set :ruby_default schema value for recognized range defaults (jeremyevans)

* Make pg_interval extension set :ruby_default schema value for recognized interval defaults (jeremyevans)

* Make pg_json extension set :callable_default schema value for empty json/jsonb array/hash defaults (jeremyevans)

* Make pg_inet extension set :ruby_default schema value for recognized inet/cidr defaults (jeremyevans)

* Make pg_hstore extension set :callable_default schema value for empty hstore defaults (jeremyevans)

* Make pg_array extension set :callable_default schema value for recognized empty array defaults (jeremyevans) (#1466)

* Make defaults_setter plugin prefer :callable_default db_schema values over :ruby_default db_schema values (jeremyevans)

* Add defaults_setter plugin :cache option for caching default values returned (jeremyevans)

* Freeze string values in hashes returned by Database#schema (jeremyevans)

=== 5.4.0 (2018-01-04)

* Enable fractional seconds in timestamps on DB2 (jeremyevans) (#1463)

* Don't attempt to insert a second time if insert_select runs a query that doesn't return results, which can happen when triggers are used (jeremyevans)

* Make Dataset#insert_select on PostgreSQL and MSSQL return false instead of nil if the INSERT query is sent to the database but returns no rows (jeremyevans)

* Add index_caching extension for caching calls to Database#indexes (kenaniah, jeremyevans) (#1461)

* Allow Database#indexes on SQLite, MSSQL, SQLAnywhere, and DB2 to handle SQL::Identifier values (jeremyevans)

* Add pg_timestamptz extension for using timestamptz (timestamp with time zone) as the default timestamp type (jeremyevans)

* Support Sequel.date_{add,sub} :cast option for setting cast type in date_arithmetic extension (jeremyevans)

* Optimize Database#synchronize implementation on ruby 2.5+ (jeremyevans)

* Add class_table_inheritance plugin :ignore_subclass_columns option (brianphillips) (#1459)

* Make Dataset#to_xml in xml_serializer work with eager_graphed datasets (jeremyevans)

* Make Dataset#to_json in json_serializer work with eager_graphed datasets (jeremyevans)

* Cache Dataset#nullify dataset in the null_dataset extension (chanks) (#1456)

* Add datetime_parse_to_time extension, for parsing timestamp strings without offsets using DateTime.parse.to_time (jeremyevans) (#1455)

* Add WHERE NULL filter for Dataset#where calls with no existing filter, no argument, and where the virtual row block returns nil (jeremyevans)

(taca)

2018-02-25 15:03:45 UTC MAIN commitmail json YAML

mpfr: force disable float128 on netbsd8 too (tested 8.0)

(maya)

2018-02-25 14:34:22 UTC MAIN commitmail json YAML

2018-02-25 14:19:49 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-pg to 1.0.0

(taca)

2018-02-25 14:19:24 UTC MAIN commitmail json YAML

databases/ruby-pg: update to 1.0.0

v1.0.0 [2018-01-10] Michael Granger <ged@FaerieMUD.org>

Deprecated:

* Deprecate Ruby older than 2.2.
* Deprecate Connection#socket in favor of #socket_io.

Removed:

* Remove compatibility code for Ruby < 2.0 and PostgreSQL < 9.2.
* Remove partial compatibility with Rubinius.
* Remove top-level constants PGconn, PGresult, and PGError.

Enhancements:

* Update error codes to PostgreSQL-10
* Update Windows binary gems to Ruby-2.5, PostgreSQL 10.1 and OpenSSL 1.1.0g.

Bugfixes:

* Fix URI detection for connection strings. #265 (thanks to jjoos)
* MINGW: Workaround segfault due to GCC linker error in conjunction with
  MSVC. This happens when linking to PostgreSQL-10.0-x64 from EnterpriseDB.

Documentation fixes:

* Add PostgreSQL version since when the given function is supported. #263
* Better documentation to `encoder` and `decoder` arguments of COPY related
  methods.

(taca)

2018-02-25 14:08:47 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-mysql2 to 0.4.10

(taca)

2018-02-25 14:08:18 UTC MAIN commitmail json YAML

databases/ruby-mysql2: update to 0.4.10.

New Features

* Make sure ssl is enabled if only :sslverify is set (#889)

Fixes

* Cast the BIT(1) type when :cast_booleans is true for prepared statements
  (#883, #903)
* Compilation failures against MariaDB Connector/C 3.0.2 (#878, #888, #895,
  #900, #901, #902)
* MYSQL_SECURE_AUTH has been removed in MySQL 8.0.3 RC (#892, #898)

Changes

* Better specs (#904)
* Extended keyword for the explain statement has been removed (#894)

(taca)

2018-02-25 14:04:21 UTC MAIN commitmail json YAML

doc: Updated converters/ruby-Ascii85 to 1.0.3

(taca)

2018-02-25 14:03:52 UTC MAIN commitmail json YAML

converters/ruby-Ascii85: update to 1.0.3

=== 1.0.3 / 2018-01-25

  * Updated the gem's metadata

(taca)

2018-02-25 13:33:52 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.7.24, calibre-3.18.0, ffmpeg2-2.8.14, filezilla-3.31.0,
  global-6.6.2, libfilezilla-0.12.1, musicpd-0.20.18, pcre2-10.31,
  vim-8.0.1541, vim-share-8.0.1541, waf-2.0.6, wireshark-2.4.5,
  x264-devel-20180224.

(wiz)

2018-02-25 12:30:45 UTC MAIN commitmail json YAML

doc: update milter-manager

+ milter-manager-2.1.1.

(taca)

2018-02-25 12:29:55 UTC MAIN commitmail json YAML

doc: note update of mail/postfix packages to 3.2.5

mail/postfix
mail/postfix-cdb
mail/postfix-ldap
mail/postfix-lmdb
mail/postfix-mysql
mail/postfix-pcre
mail/postfix-pgsql
mail/postfix-sqlite

(taca)

2018-02-25 12:27:50 UTC MAIN commitmail json YAML

mail/postfix: update to 3.2.5

Update mail/postfix to 3.2.5.

[An on-line version of this announcement will be available at
http://www.postfix.org/announcements/postfix-3.2.4.html]

This announcement concerns fixes for problems that were introduced
with Postfix 3.0 and later. Older supported releases are unaffected.

Fixed in Postfix 3.1 and later:

  * DANE interoperability. Postfix builds with OpenSSL 1.0.0 or
    1.0.1 failed to send email to some sites with "TLSA 2 X X" DNS
    records associated with an intermediate CA certificate. Problem
    report and initial fix by Erwan Legrand.

Fixed in Postfix 3.0 and later:

  * Missing dynamicmaps support in the Postfix sendmail command.
    This broke authorized_submit_users settings that use a
    dynamically-loaded map type. Problem reported by Ulrich Zehl.

(taca)

2018-02-25 12:25:48 UTC MAIN commitmail json YAML

2018-02-25 12:24:15 UTC MAIN commitmail json YAML

lang/ruby: switch default version of Ruby to 2.4

Switch default version of Ruby to 2.4 from 2.3.
Ruby 2.4 supports OpenSSL 1.1.0 and most stable release currently.

(taca)

2018-02-25 04:52:32 UTC MAIN commitmail json YAML

Updated www/php-nextcloud to 13.0.0

(ryoon)

2018-02-25 04:51:55 UTC MAIN commitmail json YAML

Update to 13.0.0

Changelog:
Changes

Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include:

    Collaboration features
        Nextcloud Talk, a private videoconference software integrated with Nextcloud
            real-time and asynchronous communication with push notifications, calls and chat web and mobile devices
            Integration in business workflow with calendar invitations and calls directly from Nextcloud Files
            Screen and note sharing with participant moderation capabilities
            100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server
        auto-completion of user names in comments and notification to the mentioned user
        support free/busy scheduling in native calendar applications like Thunderbird Lightning
        show meeting invites in the calendar
    End-to-End Encryption
        can encrypt data on a per-folder level rather than all-or-nothing approach
        does not require users to remember or exchange passwords
        does not require re-uploading data upon sharing
        features an optional off-line administrator recovery key
        allows full audit logging
        can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption
        protects from identity theft with our Cryptographic Identity Protection feature
    This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing.
    User Interface
        new way of selecting files
        easy way to quickly copy or move to a location
        High DPI support
        admin menu integrated in one list
        no limitation to file uploads via the web interface
        user quota in the side bar
        social sharing (Twitter, G+, Facebook, Diaspora) now features a preview
        improved theming
    Performance
        decreased page load times with up to 50% and faster search
        80% faster LDAP and up to 10x faster external storage
        Server-side Encryption performance largely improved
    Other
        Support for PHP 7.2
        Support for PostgreSQL 10

(ryoon)

2018-02-25 04:48:27 UTC MAIN commitmail json YAML

Updated net/nsd to 4.1.20

(ryoon)

2018-02-25 04:47:53 UTC MAIN commitmail json YAML

Update to 4.1.20

Changelog:
4.1.20
================
BUG FIXES:
        - Fix memory leak in zone file read of unknown rr formatted RRs.
        - Fix memory leak when rehashing nsec3 after axfr or zonefile read,
          in the selectively allocated precompiled nsec3 hashes.

(ryoon)

2018-02-25 04:45:19 UTC MAIN commitmail json YAML

Updated converters/orcus to 0.13.3

(ryoon)

2018-02-25 04:44:51 UTC MAIN commitmail json YAML

Update to 0.13.3

Changelog:
2018-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7ca73a7c83504a30a1d24444a27f57a86451100f]

Up the version to 0.13.3.

2018-02-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [66bbbd42f5d135b7e7dd57eaa7fdf6fd69c664df]

xls-xml: Import hidden row and column flags.

(cherry picked from commit 95420c1a1e8c082bb5953b2a49f0d56eef0e5f7e)

2018-02-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0798d81a4c771b69b4b8eade396c88ffb5416b04]

xlsx: Remove carriage returns from multi-line strings.

Let's try to consistently only use linefeed characters for multi-
line strings.

(cherry picked from commit 0412bd269983825e5019a8a12267b54f51117aba)

2018-02-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0a4e8c44fc8229818191c6b9b46e4de079d0ca3b]

xls-xml: Pick up border colors.

(cherry picked from commit e065d26dabafea465ec49e7d79775e62014ac0db)

2018-02-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9662fce62ce77f87a4a8ba61f4507ec08e705b57]

xlsx: Let's not forget to apply color for diagonal borders too.

(cherry picked from commit c392ea15000b331bb6580b09c1045fd14b449b46)

2018-01-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [473526e1ca3a7117e2daf977e1b82a0a3977fc84]

We are supposed to use the foreground color for solid fill.

(cherry picked from commit f821995022df8dd1e580dd22cf131584b2b1ac4f)

2018-01-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [98d2b3377da71b713a37f9004acff3c02c22ce2b]

Alpha value of 0 means fully transparent. I'm sure 255 was intended.

(cherry picked from commit f7953a814d6a43205791b6cc01c528ef5d4b1ce3)

2018-01-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5aba1df254cf4e052ad013d4b8ac886e274b74fa]

Revert "fix automake warning"

This reverts commit e4e1e3eb41755a4520a22b904a638da0770836f1.

This fixes the breakage on 'make distcheck'.

(ryoon)

2018-02-25 02:15:39 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 3.6.4

(tsutsui)

2018-02-25 02:15:19 UTC MAIN commitmail json YAML

mikutter: update to 3.6.4.

Upstream changes:

mikutter 3.6.4

* modify implementation of Reserver to suppress warning messages
* fix crash in multiselect when options without body were passed
  (thanks @ahiru)
* fix crash on "mikutter.rb spec" due to uninitialized Delayer
  (thanks: @moguno)

(tsutsui)

2018-02-25 01:15:22 UTC MAIN commitmail json YAML

2018-02-25 01:15:21 UTC MAIN commitmail json YAML

doc: Updated devel/py-cookiecutter to 1.6.0

(minskim)

2018-02-25 01:15:03 UTC MAIN commitmail json YAML

devel/py-cookiecutter: Update to 1.6.0

Notable changes since 1.3.0:
- Added support for Jinja2 extension support
- Added command-line support for passing extra context
- Include template path or template URL in cookiecutter context
- Add a URL abbreviation for GitLab template projects
- Add option to use templates from Zip files or Zip URLs

(minskim)

2018-02-25 01:09:35 UTC MAIN commitmail json YAML

doc: Updated devel/py-whichcraft to 0.4.1

(minskim)

2018-02-25 01:08:43 UTC MAIN commitmail json YAML

devel/py-whichcraft: Update to 0.4.1

Changes since 0.1.1:
- Python 3.[56] compatibility
- Include tests in release source tarball
- Testing for which directly

(minskim)

2018-02-25 00:53:24 UTC MAIN commitmail json YAML

doc: Added time/py-jinja2-time version 0.2.0

(minskim)

2018-02-25 00:53:05 UTC MAIN commitmail json YAML

time/Makefile: Add py-jinja2-time

(minskim)

2018-02-25 00:52:29 UTC MAIN commitmail json YAML

time/py-jinja2-time: Import version 0.2.0

jinja2-time is a Jinja2 extension for dates and times.

(minskim)

2018-02-25 00:26:52 UTC MAIN commitmail json YAML

doc: Added devel/py-unittest2pytest version 0.3

(minskim)

2018-02-25 00:23:37 UTC MAIN commitmail json YAML

devel/Makefile: Add py-unittest2pytest

(minskim)

2018-02-25 00:22:53 UTC MAIN commitmail json YAML

devel/py-unittest2pytest: Import version 0.3

unittest2pytest is a tool that helps rewriting Python unittest
test-cases into pytest test-cases. In contrast to other similar tools,
this handles keyword arguments, handles single-line test-cases and
several tests on one line, and uses context-handlers where
appropriate.  This is done by using lib2to3 and Python's mighty
inspect module.

(minskim)

2018-02-24 22:45:53 UTC pkgsrc-2017Q4 commitmail json YAML

2018-02-24 22:44:53 UTC pkgsrc-2017Q4 commitmail json YAML

Pullup ticket #5702 - requested by khorben and leot
multimedia/mpv: security update

Revisions pulled up:
- multimedia/mpv/Makefile                                      1.64-1.66
- multimedia/mpv/distinfo                                      1.39-1.40

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: khorben
  Date: Fri Feb  2 16:46:49 UTC 2018

  Modified Files:
  pkgsrc/multimedia/mpv: Makefile

  Log Message:
  Enable dvdnav and dvdread, add ICC profile support in mpv

  This change:
  - properly enables dvdnav and dvdread support by passing
    --enable-dvd{nav,read} via WAF_CONFIGURE_ARGS; they had both remained
    disabled so far in spite of the inclusion of their buildlink3.mk files.
  - adds a dependency on lcms2 to allow loading ICC profiles;
  - bumps PKGREVISION.

  LGTM leot@

  To generate a diff of this commit:
  cvs rdiff -u -r1.63 -r1.64 pkgsrc/multimedia/mpv/Makefile

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: leot
  Date: Sun Feb 11 11:15:59 UTC 2018

  Modified Files:
  pkgsrc/multimedia/mpv: Makefile distinfo
  Removed Files:
  pkgsrc/multimedia/mpv/patches: patch-player_lua_ytdl__hook.lua

  Log Message:
  mpv: Update multimedia/mpv to 0.27.1

  pkgsrc changes:
    - Remove patches/patch-player_lua_ytdl__hook.lua, no longer needed because it
      is present since 0.27.1 and 0.28.1 mpv releases

  Changes:
  0.27.1
  =This releaes fixes CVE-2018-6360.

  Fixes and Minor Enhancements
  ----------------------------
    - ytdl_hook:  whitelist protocols from urls retrieved from youtube-dl (#5456)

  To generate a diff of this commit:
  cvs rdiff -u -r1.64 -r1.65 pkgsrc/multimedia/mpv/Makefile
  cvs rdiff -u -r1.38 -r1.39 pkgsrc/multimedia/mpv/distinfo
  cvs rdiff -u -r1.1 -r0 \
      pkgsrc/multimedia/mpv/patches/patch-player_lua_ytdl__hook.lua

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: leot
  Date: Wed Feb 14 11:41:00 UTC 2018

  Modified Files:
  pkgsrc/multimedia/mpv: Makefile distinfo

  Log Message:
  mpv: Update multimedia/mpv to 0.27.2

  Changes:
  0.27.2
  =This release contains an additional fix for CVE-2018-6360.

  Fixes and Minor Enhancements
  ----------------------------
    - ytdl_hook: whitelist subtitle URLs as well (#5456)

  To generate a diff of this commit:
  cvs rdiff -u -r1.65 -r1.66 pkgsrc/multimedia/mpv/Makefile
  cvs rdiff -u -r1.39 -r1.40 pkgsrc/multimedia/mpv/distinfo

(spz)

2018-02-24 20:27:05 UTC pkgsrc-2017Q4 commitmail json YAML

tickets 5701, 5703, 5704, 5705

(spz)

2018-02-24 19:53:53 UTC pkgsrc-2017Q4 commitmail json YAML

Pullup ticket #5701 - requested by maya
textproc/rapidjson: build fix

Revisions pulled up:
- textproc/rapidjson/Makefile                                  1.2

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Tue Feb  6 16:25:16 UTC 2018

  Modified Files:
          pkgsrc/textproc/rapidjson: Makefile

  Log Message:
  rapidjson: remove -march=native, force fail doxygen configure test.

  -march=native yields an error in some configurations.
  doxygen is not a dependency, so if the user has it and it's detected,
  we have plist mismatches.

  PKGREVISION++

  To generate a diff of this commit:
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/rapidjson/Makefile

(spz)

2018-02-24 17:05:29 UTC MAIN commitmail json YAML

doc/TODO: mitmproxy-3.0.2 is in pkgsrc-wip (probably mostly ready)

(leot)

2018-02-24 16:56:46 UTC MAIN commitmail json YAML

doc: add mitmproxy-3.0.2

(zafer)

2018-02-24 13:19:18 UTC pkgsrc-2017Q4 commitmail json YAML

Pullup ticket #5704 - requested by maya
chat/irssi: security update
chat/irssi-icb: security update
chat/irssi-xmpp: security update

Modified Files:
pkgsrc/chat/irssi [pkgsrc-2017Q4]: Makefile.common distinfo
pkgsrc/chat/irssi-icb [pkgsrc-2017Q4]: distinfo
pkgsrc/chat/irssi-xmpp [pkgsrc-2017Q4]: distinfo

Revisions pulled up:

- chat/irssi/Makefile.common patch
- chat/irssi/distinfo patch
- chat/irssi-icb/distinfo patch
- chat/irssi-xmpp/distinfo patch

-------------------------------------------------------------------
irssi: update to 1.0.7
irssi-{xmpp,icb}: catch with distinfo file changes.

irssi 1.0.7:
Prevent use after free error during the execution of some commands. Found by Joseph Bisch (GL#17, GL!24).
Revert netsplit print optimisation due to crashes (#465, #809, #812, #819, #824).
Fix use after free when SASL messages are received in unexpected order (GL#26, GL!33).
Fix null pointer dereference in the tab completion when an empty nick is joined (GL#24, GL!31).
Fix use after free when entering oper password (GL#22, GL!32).
Fix null pointer dereference when too many windows are opened (GL#27, #837).
Fix out of bounds access in theme strings when the last escape is incomplete. Credit to Oss-Fuzz (#842).
Fix out of bounds write when using negative counts on window resize (GL#25, GL#29, #836).
Minor help correction. By William Jackson (#834).

(spz)

2018-02-24 11:37:05 UTC MAIN commitmail json YAML

Updated devel/nss to 3.35nb1

(ryoon)

2018-02-24 11:35:48 UTC MAIN commitmail json YAML

Change default file type back to DBM from SQL. Bump PKGREVISION

This back out fixes XML-based files open of misc/libreoffice.
The problem is reported by Mustafa Dogan via private e-mail.

(ryoon)

2018-02-24 11:17:00 UTC pkgsrc-2017Q4 commitmail json YAML

Pullup ticket #5703 - requested by bsiegert
lang/go: security update

Revisions pulled up:
- lang/go/Makefile                                              1.59-1.60
- lang/go/PLIST                                                1.35-1.38
- lang/go/distinfo                                              1.54-1.57
- lang/go/patches/patch-src_cmd_dist_util.go                    1.1
- lang/go/patches/patch-src_cmd_link_internal_ld_elf.go        1.1-1.2
- lang/go/patches/patch-src_runtime_os__netbsd.go              1.3
- lang/go/patches/patch-src_runtime_rt0__netbsd__arm.s          1.1
- lang/go/version.mk                                            1.31-1.32,1.34

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: christos
  Date: Sat Jan 20 16:55:06 UTC 2018

  Modified Files:
  pkgsrc/lang/go: Makefile PLIST distinfo version.mk
  Added Files:
  pkgsrc/lang/go/patches: patch-src_cmd_dist_util.go
      patch-src_cmd_link_internal_ld_elf.go
      patch-src_runtime_os__netbsd.go
      patch-src_runtime_rt0__netbsd__arm.s

  Log Message:
  Add Yasushi Oshima patches for arm from:
      https://github.com/oshimaya/pkgsrc/tree/master/lang/go

  To generate a diff of this commit:
  cvs rdiff -u -r1.58 -r1.59 pkgsrc/lang/go/Makefile
  cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/go/PLIST
  cvs rdiff -u -r1.53 -r1.54 pkgsrc/lang/go/distinfo
  cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/go/version.mk
  cvs rdiff -u -r0 -r1.1 pkgsrc/lang/go/patches/patch-src_cmd_dist_util.go \
      pkgsrc/lang/go/patches/patch-src_cmd_link_internal_ld_elf.go \
      pkgsrc/lang/go/patches/patch-src_runtime_rt0__netbsd__arm.s
  cvs rdiff -u -r0 -r1.3 pkgsrc/lang/go/patches/patch-src_runtime_os__netbsd.go

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Sun Jan 21 01:28:39 UTC 2018

  Modified Files:
  pkgsrc/lang/go: PLIST

  Log Message:
  Fix packaging

  To generate a diff of this commit:
  cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/go/PLIST

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: christos
  Date: Sat Jan 20 18:13:25 UTC 2018

  Modified Files:
  pkgsrc/lang/go: distinfo
  pkgsrc/lang/go/patches: patch-src_cmd_link_internal_ld_elf.go

  Log Message:
  fix the path

  To generate a diff of this commit:
  cvs rdiff -u -r1.54 -r1.55 pkgsrc/lang/go/distinfo
  cvs rdiff -u -r1.1 -r1.2 \
      pkgsrc/lang/go/patches/patch-src_cmd_link_internal_ld_elf.go

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: bsiegert
  Date: Sun Jan 28 11:31:03 UTC 2018

  Modified Files:
  pkgsrc/lang/go: Makefile PLIST distinfo version.mk

  Log Message:
  Update Go to 1.9.3.

  This release includes fixes to the compiler, runtime, and the database/sql,
  math/big, net/http, and net/url packages.

  View the release notes for more information:
        https://golang.org/doc/devel/release.html#go1.9.minor

  To generate a diff of this commit:
  cvs rdiff -u -r1.59 -r1.60 pkgsrc/lang/go/Makefile
  cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/go/PLIST
  cvs rdiff -u -r1.55 -r1.56 pkgsrc/lang/go/distinfo
  cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/go/version.mk

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: bsiegert
  Date: Thu Feb  8 19:32:17 UTC 2018

  Modified Files:
  pkgsrc/lang/go: PLIST distinfo version.mk

  Log Message:
  Update Go to 1.9.4.

  By using the clang or gcc plugin mechanism, it was possible for an attacker to
  trick the ���go get��� command into executing arbitrary code. The go command now
  restricts the set of allowed host compiler and linker arguments in cgo source
  files to a list of allowed flags, in particular disallowing -fplugin= and
  -plugin=.

  The issue is CVE-2018-6574 and Go issue golang.org/issue/23672. See the Go
  issue for details.

  Thanks to Christopher Brown of Mattermost for reporting this problem.

  To generate a diff of this commit:
  cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/go/PLIST
  cvs rdiff -u -r1.56 -r1.57 pkgsrc/lang/go/distinfo
  cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/go/version.mk

(spz)

2018-02-24 10:14:06 UTC MAIN commitmail json YAML

doc: Updated mail/neomutt to 20180223

(wiz)

2018-02-24 10:13:56 UTC MAIN commitmail json YAML

neomutt: update to 20180223.

2018-02-23  Richard Russon  <rich@flatcap.org>
* Features
  - browser: `<goto-parent>` function bound to "p"
  - editor: `<history-search>` function bound to "Ctrl-r"
  - Cygwin support: https://www.neomutt.org/distro/cygwin
  - OpenSUSE support: https://www.neomutt.org/distro/suse
  - Upstream Homebrew support: Very soon - https://www.neomutt.org/distro/homebrew
* Bug Fixes
  - gmail server-size search
  - nested-if: correctly handle "<" and ">" with %?
  - display of special chars
  - lua: enable myvars
  - for pgpewrap in default gpg.rc
  - reply_regexp which wasn't formatted correctly.
  - parsing of urls containing '?'
  - out-of-bounds read in mutt_str_lws_len
* Translations
  - Review fuzzy lt translations
  - Updated French translation
* Website
  - Installation guide for Cygwin
  - Installation guide for OpenSUSE
  - Installation guide for CRUX
* Build
  - check that DTDs are installed
  - autosetup improvements
  - option for which version of bdb to use
  - drop test for resizeterm -- it's always present
* Code
  - split if's containing assignments
  - doxygen: add/improve comments
  - rename functions / parameters for consistency
  - add missing {}s for clarity
  - move functions to library
  - reduce scope of variables
  - boolify more variables
  - iwyu: remove unnecessary headers
  - name unicode chars
  - tailq: migrate parameter api
  - md5: refactor and tidy
  - rfc2047: refactor and tidy
  - buffer: improvements
  - create unit test framework
  - fix several coverity defects
* Upstream
  - Fix s/mime certificate deletion bug
  - Disable message security if the backend is not available
  - Fix improper signed int conversion of IMAP uid and msn values
  - Change imap literal counts to parse and store unsigned ints
  - Fix imap status count range check
  - cmd_handle_fatal: make error message a bit more descriptive
  - Create pgp and s/mime default and sign_as key vars
  - Add missing setup calls when resuming encrypted drafts
  - mutt_pretty_size: show real number for small files
  - examine_directory: set directory/symlink size to zero
  - Add history-search function, bound to ctrl-r
  - Avoid a potential integer overflow if a Content-Length value is huge

(wiz)

2018-02-24 05:34:19 UTC MAIN commitmail json YAML

databases/phpmyadmin: fix build problem, PHP 7.1 and later

Use php-pecl-mcrypt with PHP 7.1 and later.

(taca)

2018-02-24 05:32:53 UTC MAIN commitmail json YAML

doc/TODO: add/update packages

+ php-concrete5-8.3.2, phpmyadmin-4.7.8.

(taca)

2018-02-24 04:26:16 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-EN-Inflect-Phrase to 0.19

(wen)

2018-02-24 04:25:24 UTC MAIN commitmail json YAML

Update to 0.19

Upstream changes:
0.19 2018-01-31 13:59:53
        - fix for tagged proper nouns and -ity/-ities nouns by Zak B. Elep
          (zakame) (RT#118767)

(wen)

2018-02-24 04:18:18 UTC MAIN commitmail json YAML

Updated time/p5-Time-Piece to 1.3204

(wen)

2018-02-24 04:17:26 UTC MAIN commitmail json YAML

Updated www/p5-Plack to 1.0047

(wen)

2018-02-24 04:16:11 UTC MAIN commitmail json YAML

Update to 1.3204

Upstream changes:
1.3204  2018-02-19
        - Fix compilation warnings.

(wen)

2018-02-24 04:11:36 UTC MAIN commitmail json YAML

Update to 1.0047

Upstream changes:
1.0047  2018-02-10 01:23:37 PST
    [BUG FIXES]
        - Disable FCGI/lighttpd test that was supposed to be releng only #611

1.0046  2018-02-09 23:51:10 PST
    [NEW FEATURES]
        - Support psgix.cleanup and psgix.harakiri in FCGI handler (afresh1) #610

    [IMPROVEMENTS]
        - Do not set TCP_NODELAY when it's unavailable in embedded systems (dex4er) #579

(wen)

2018-02-24 01:08:36 UTC MAIN commitmail json YAML

doc: Updated mail/mailfront to 2.13

(schmonz)

2018-02-24 01:08:29 UTC MAIN commitmail json YAML

Update to 2.13. From the changelog:

- Fix build issue with redefining the "accept" function.
- Added support for whitelists in the rbl plugin.
- Added option to skip the Received header for authenticated connections.

(schmonz)

2018-02-24 01:03:59 UTC MAIN commitmail json YAML

doc: Updated devel/bglibs to 2.04

(schmonz)

2018-02-24 01:03:53 UTC MAIN commitmail json YAML

Update to version 2.04. From the changelog:

- Fixed DNS self-tests relying on external data.
- Added support for DNS queries on an alternate port.
- Added support for $MSG_NO_PROGRAM to suppress the "program: " prefix.
- Fixed problem with struct ucred not being pulled in properly.
- Fixed several problems with dns_qualify.

(schmonz)

2018-02-24 00:13:35 UTC MAIN commitmail json YAML

reportlab: use the versioned distfile.

(Now to the right branch...)

(maya)

2018-02-24 00:02:25 UTC pkgsrc-2017Q4 commitmail json YAML

2018-02-23 23:37:38 UTC MAIN commitmail json YAML

Bump from 7.0 to 7.1: Justification:
- NetBSD current has OpenSSL-1.1 and this requires at least 7.1 to compile.
- http://php.net/supported-versions.php: 7.2 was released 2 months ago and
  is too fresh.

(christos)

2018-02-23 19:42:16 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 9.6.1

(fhajny)

2018-02-23 19:42:04 UTC MAIN commitmail json YAML

lang/nodejs: Update to 9.6.1.

nodejs 9.6.1

events:
- events.usingDomains being set to false by default was removed in
  9.6.0 which was a change in behavior compares to 9.5.0. This
  behavior change has been reverted and the events object now has
  usingDomains preset to false, which is the behavior in 9.x prior
  to 9.6.0

nodejs 9.6.0

async_hooks:
- deprecate unsafe emit{Before,After}
- rename PromiseWrap.parentId to PromiseWrap.isChainedPromise
deps:
- update node-inspect to 1.11.3
- ICU 60.2 bump
- Introduce ScriptOrModule and HostDefinedOptions to V8
http:
- add options to http.createServer() for IncomingMessage and
  ServerReponse
http2:
- add http fallback options to .createServer
https:
- Adds the remaining options from tls.createSecureContext() to the
  string generated by Agent#getName(). This allows https.request() to
  accept the options and generate unique sockets appropriately.
inspector:
- --inspect-brk for es modules
lib:
- allow process kill by signal number
module:
- enable dynamic import
- dynamic import is now supported
n-api:
- add methods to open/close callback scope
src:
- allow --perf-(basic-)?prof in NODE_OPTIONS
vm:
- add support for es modules

(fhajny)

2018-02-23 17:27:36 UTC MAIN commitmail json YAML

doc: Added devel/py-prefixspan version 0.1.1

(minskim)

2018-02-23 17:26:37 UTC MAIN commitmail json YAML

devel/Makefile: Add py-prefixspan

(minskim)

2018-02-23 17:25:51 UTC MAIN commitmail json YAML

devel/py-prefixspan: Import version 0.1.1

The shortest yet efficient implementation of PrefixSpan in Python 3,
in less than 15 lines in core part.

(minskim)

2018-02-23 17:04:43 UTC MAIN commitmail json YAML

Add support for DESTDIR

Fix building math/z3 in privileged mode when not building as root:
ocamlfind: Cannot mkdir /usr/pkg/lib/ocaml/site-lib/Z3: Permission denied

This now uses the option -destdir when calling ocamlfind(1). It also
includes a workaround for what might be a bug in ocamlfind(1), where it
also wants to update ld.conf in spite of specifying -destdir.

Tested on NetBSD/amd64.

ok dholland@

(khorben)

2018-02-23 16:41:44 UTC MAIN commitmail json YAML

doc: Updated textproc/uriparser to 0.8.5

(wiz)

2018-02-23 16:41:34 UTC MAIN commitmail json YAML

uriparser: update to 0.8.5.

2018-02-07 -- 0.8.5

  * Changed: The uriparser project has moved from SourceForge to GitHub:
      Code + issue tracker: https://github.com/uriparser/uriparser
      New website: https://uriparser.github.io/
      Please update any links of yours, accordingly. Thank you!
  * Fixed: Memleak in out-of-memory clean-up code
      of URI normalization, related to SF.net bug #28.
      Thanks to Chris Hills for the report!
  * Fixed: Fix compilation of uriparse(1) on FreeBSD
      Thanks to Ed Schouten for the patch!
  * Fixed: Fix C90 compilation errors
      Thanks to Joel Cunningham for the patches!
  * Fixed: Space requirements documented for uriWindowsFilenameToUriStringA
      given URI "file://server1/file1.txt" (SF.net bug #31)
      Thanks to threedyd for the report!
  * Fixed: Compiler warnings
      Thanks to Joel Cunningham for the patches!
  * Fixed: Stop exporting internal function RemoveBaseUriImpl
      Thanks to Joel Cunningham for the report!
  * Fixed: API documentation front page no longer empty with Doxygen 1.8.13
  * Fixed: "make -C doc install" fixed for lack of .map files
  * Improved: Communicate that absolutePath is always URI_FALSE for URIs
      with a host in uriparse CLI tool output and Uri.h header
      (GitHub #2, SF.net #30)
  * Soname: 1:21:0

2015-10-12 -- 0.8.4

  * Fixed: Stack overflow on parsing malformed IPv6 addresses with
      more than eigtht quads.  Thanks to Alexander Klink for the report!
  * Soname: 1:20:0

2015-10-04 -- 0.8.3

  * Fixed: uriCompareRange reported NULL pointer and range of
      length zero as equal, by mistake.
      Thanks to Robert Kausch and his Coverity report.
  * Fixed: Use-after-free in out-of-memory code of uriMakeOwner.
      Thanks to Chris Hills and his Klocwork-based report (SF.net bug #28)
  * Soname: 1:19:0

2015-04-27 -- 0.8.2

  * Fixed: Broken conversion from/to Windows network shares (SF.net bug #21)
      Thanks to Adam Gross and Dmitry Repkin!
  * Fixed: Limit uriCompareRange return values to -1/0/1 (SF.net bug #24)
      As a side effect, this fixes the test suite for AArch64.
      Thanks to Marcin Juszkiewicz for the patch!
  * Fixed: MinGW Makefile:
      LIB_DIR fixed from ../../lib leftover to ../../src (SF.net bug #27)
      Thanks to Dmytro Zagashev for the report!
  * Fixed: Add missing NULL checks to UriStringToFilename (SF.net bug #25)
      Thanks to Jerome Custodio for the report!
  * Changed: Leave inlining decisions to GCC
  * Soname: 1:18:0

2014-10-20 -- 0.8.1

  * Fixed: Sync URI_VER_* preprocessor defines (were at 0.7.6, SF.net bug #23)
  * Fixed: Bug in internal function that may flip uriEqualsUri results around
  * Added: Function uriAddBaseUriEx allowing to resolve URIs with
      a scheme identical to that of the base URI to resolve against
      as if the URI to resolve had no scheme specified, when flag
      URI_RESOLVE_IDENTICAL_SCHEME_COMPAT is specified
      (SF.net feature request #4)
  * Soname: 1:17:0

2014-07-12 -- 0.8.0.1

  * Fixed: ISO C90 warnings (SF.net bug #20)
  * Changed: No longer ship RFC documents (to make things easier for Debian)
  * Soname: 1:16:0

2013-12-20 -- 0.8.0

  * Fixed: Resolution of relative URI "/" broken
      Thanks to Mo McRoberts for the patch!
  * Fixed: uriAddBaseUri produced uriUri objects with both host
      and the absolutePath flag set (while the absolutePath flag
      should only be true for URI objects without a host) when
      resolving absolute URIs like "/" or "/foo/bar".
      Now the absolutePath flag is set to URI_FALSE and an empty
      segment is added as necessary
  * Fixed: .errorCode could end up unset, previously
      Thanks to Radu Hociung for the patch!  (SF.net bug #16)
  * Fixed: Resolve use of non-POSIX "sed -r" used when building
    documentation  (SF.net bug #18)
    Thanks to Ryan Schmidt for reporting!
  * Fixed: Build DLL with -no-undefined on Windows
      Thanks to Michel Zou for the patch!  (SF.net bug #19)
  * Added: Command line tool "uriparse"
      Thanks to Radu Hociung for coding!  (SF.net feature request #3)
  * Soname: 1:15:0

2013-08-24 -- 0.7.9

  * Fixed: Error position ended up as NULL for some syntax errors.
      Thanks to Daniel Solano G坦mez for the patch!  (SF.net bug #14)
  * Soname: 1:14:0

2013-05-13 -- 0.7.8

  * Fixed: Fix dissection of query string "q=hello&x=&y=" (SF.net bug #12)
      Thanks to Marc Novakowski for reporting!
  * Soname: 1:13:0

(wiz)

2018-02-23 15:43:01 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-libthai

(adam)

2018-02-23 15:42:25 UTC MAIN commitmail json YAML

ibus-libthai: updated to 0.1.4

Version 0.1.4:
- Fix incorrect keys in Pattachote layout.
- Drop unused code.

Version 0.1.3:
- Get rid of deprecated GTK+ APIs in setup program, now requiring GTK+ >= 3.16.
- Fix compiler warnings.

(adam)

2018-02-23 15:33:50 UTC MAIN commitmail json YAML

Updated devel/libdatrie, devel/libthai

(adam)

2018-02-23 15:26:15 UTC MAIN commitmail json YAML

lang/*: remove BROKEN markers for known openssl-1.1 breakage

Requested by joerg.

(wiz)

2018-02-23 15:03:42 UTC MAIN commitmail json YAML

libthai: updated to 0.1.27

LibThai 0.1.27:
* Fix another reproducibility issue in the generated documentation,
  caught by Debian Reproducible.
* Updated word break dictionary.

LibThai 0.1.26:
* Updated word break dictionary.

LibThai 0.1.25:
* New word break APIs for more thread-safety.
* Fix compilation error and warning with GCC 6.
* Do not test word breaking if dictionary is disabled.
* Updated word break dictionary.

LibThai 0.1.24:
* Fix infinite loop caused by optimization in previous version.
* Updated word break dictionary.

LibThai 0.1.23:
* Correctly check doxygen version on configure.
* Threadsafe word breaking.
* Improve word breaking performance by 0.1%
  (About 0.28% when used with libdatrie 0.2.10)
* Updated word break dictionary.

LibThai 0.1.22:
* Updated word break dictionary.
* Improve word breaking performance by 0.38%
* No timestamp on Doxygen-generated doc

(adam)

2018-02-23 15:02:14 UTC MAIN commitmail json YAML

libdatrie: updated to 0.2.10

0.2.10:
- Correctly check doxygen version on configure.
- Optimization on AlphaMap mapping.
  (contributing to 0.2% less run time for LibThai word breaking)

0.2.9:
- Fix binary file opening on Windows
- Fix infinite loop on empty trie iteration.
- Micro-optimization with LIKELY/UNLIKELY hints.
  (contributing to 4.76% faster dictionary loading, 1.95% faster
  word breaking for LibThai)
- Improved error handling
- 'trietool-0.2' utility is renamed to just 'trietool'
- Improved documentation
- No timestamp on Doxygen-generated doc

(adam)

2018-02-23 14:43:49 UTC MAIN commitmail json YAML

lang/openjdk8: The libinstrument, libnpt and libsplashscreen libs
require to be linked against libiconv on SunOS too. Fixes problems
with e.g. the JPDA debugger. Bump PKGREVISION.

(fhajny)

2018-02-23 14:22:31 UTC MAIN commitmail json YAML

Updated databases/py-sqlalchemy, archivers/py-lz4, textproc/py-m2r, devel/py-msgpack

(adam)

2018-02-23 14:20:55 UTC MAIN commitmail json YAML

py-msgpack: updated to 0.5.6

0.5.6
Fix fallback.Unpacker.feed() dropped unused data from buffer
Resurrect fallback.unpack() and _unpacker.unpack(). They were removed at 0.5.5 but it breaks backward compatibility.

0.5.5
Fix memory leak in pure Python Unpacker.feed()
Fix unpack() didn't support raw option

(adam)

2018-02-23 14:16:43 UTC MAIN commitmail json YAML

py-m2r: updated to 0.1.13

Version 0.1.13:
Catch up sphinx updates

(adam)

2018-02-23 14:14:23 UTC MAIN commitmail json YAML

py-lz4: updated to 1.0.0

1.0.0:
Only documentation updates since 0.23.2. This marks the release of a stable frame binding API.

(adam)

2018-02-23 14:10:32 UTC MAIN commitmail json YAML

py-sqlalchemy: updated to 1.2.4

Release 1.2.4 includes a small series of fixes within the ORM and Core components, three of which are 1.2-specific regressions.

(adam)

2018-02-23 11:40:01 UTC MAIN commitmail json YAML

doc: Updated databases/py-peewee to 3.0.20

(fhajny)

2018-02-23 11:39:51 UTC MAIN commitmail json YAML

databases/py-peewee: Update to 3.0.20.

3.0.20
- Include schema (if specified) when checking for table-existence.
- Correct placement of ORDER BY / LIMIT clauses in compound select
  queries.
- Fix bug in back-reference lookups when using filter() API.
- Fix bug in SQL generation for ON CONFLICT queries with Postgres

3.0.19
- Support for more types of mappings in insert_many()
- Lots of documentation improvements.
- Fix bug when calling tuples() on a ModelRaw query. This was reported
  originally as a bug with sqlite-web CSV export

(fhajny)

2018-02-23 11:30:36 UTC MAIN commitmail json YAML

2018-02-23 11:29:39 UTC MAIN commitmail json YAML

2018-02-23 11:18:20 UTC MAIN commitmail json YAML

doc: Updated sysutils/rsyslog to 8.33.0

(fhajny)

2018-02-23 11:18:09 UTC MAIN commitmail json YAML

sysutils/rsyslog: Update to 8.33.0.

Version 8.33.0 [v8-stable] 2018-02-20
- auto-detect if running inside a container (as pid 1)
- config: add include() script object
- template: add option to generate json "container"
- core/template: add format jsonf to constant template entries
- config: add ability to disable config parameter ("config.enable")
- script: permit to use environment variables during configuration
- new global config parameter "shutdown.enable.ctl-c"
- config optimizer: detect totally empty "if" statements and optimize
  them out
- template: constant entry can now also be formatted as json field
- omstdout: support for new-style configuration parameters added
- core: set TZ on startup if not already set
- imjournal bugfix: file handle leak during journal rotation
- lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected
- script bugfix: replace() function worked incorrectly in some cases
- build system bugfix: --disable-libcurl did not work
- fixed build issues on Alpine Linux
- core bugfix: misadressing in external command parser
- core bugfix: small memory leak in external command parser
- core bugfix: string not properly terminated when RFC5424 MSGID is used
- bugfix: strndup() compatibility layer func copies too much

(fhajny)

2018-02-23 07:04:51 UTC MAIN commitmail json YAML

Updated print/qpdf, pkgtools/plist-utils, lang/py-hy

(adam)

2018-02-23 07:03:09 UTC MAIN commitmail json YAML

py-hy: updated to 0.14.0

0.14.0

Removals
* Python 3.3 is no longer supported
* def is gone; use setv instead
* apply is gone; use the new #* and #** syntax instead
* yield-from is no longer supported under Python 2
* Periods are no longer allowed in keywords
* Numeric literals can no longer begin with a comma or underscore
* Literal Inf\s and NaN\s must now be capitalized like that

Other Breaking Changes
* Single-character "sharp macros" are now "tag macros", which can have
  longer names
* xi from hy.extra.anaphoric is now a tag macro #%
* eval is now a function instead of a special form

New Features
* The compiler now automatically promotes values to Hy model objects
  as necessary, so you can write (eval (+ 1 ~n)) instead of
  (eval (+ 1 ~(HyInteger n)))
* return has been implemented as a special form
* Added a form of string literal called "bracket strings" delimited by
  #[FOO[ and ]FOO], where FOO is customizable
* Added support for PEP 492 (async and await) with fn/a, defn/a,
  with/a, and for/a
* Added Python-style unpacking operators #* and  #** (e.g.,
  (f #* args #** kwargs))
* Added a macro comment
* Added EDN #_ syntax to discard the next term
* while loops may now contain an else clause, like for loops
* #% works on any expression and has a new &kwargs parameter %**
* Added a macro doc and a tag macro #doc
* get is available as a function
* ~@ (unquote-splice) form now accepts any false value as empty

Bug Fixes
* Relative imports (PEP 328) are now allowed
* Numeric literals are no longer parsed as symbols when followed by a dot
  and a symbol
* Hy now respects the environment variable PYTHONDONTWRITEBYTECODE
* String literals should no longer be interpreted as special forms or macros
* Tag macros (n辿e sharp macros) whose names begin with ! are no longer
  mistaken for shebang lines
* Fixed a bug where REPL history wasn't saved if you quit the REPL with
  (quit) or (exit)
* exec now works under Python 2
* No TypeError from multi-arity defn returning values evaluating to None
* try forms are now possible in defmacro and deftag
* Multiple expressions are now allowed in try
* Fixed a crash when macroexpand\ing a macro with a named import
* Fixed a crash when with suppresses an exception. with now returns
  None in this case.
* Fixed a crash when --repl-output-fn raises an exception
* Fixed a crash when HyTypeError was raised with objects that had no
  source position
* assoc now evaluates its arguments only once each
* Multiple expressions are now allowed in the else clause of
  a for loop
* else clauses in for and while are recognized more reliably
* Statements in the condition of a while loop are repeated properly
* Argument destructuring no longer interferes with function docstrings
* Nullary yield-from is now a syntax error
* break and continue now raise an error when given arguments
  instead of silently ignoring them

Misc. Improvements
* read, read_str, and eval are exposed and documented as top-level
  functions in the hy module
* An experimental let macro has been added to hy.contrib.walk

(adam)

2018-02-23 06:34:08 UTC MAIN commitmail json YAML

2018-02-23 06:31:34 UTC MAIN commitmail json YAML

plist-utils: updated to 20180222

20180222:
Also sort the first line (@comment $NetBSD$) as it should be on top.

(adam)

2018-02-23 06:25:23 UTC MAIN commitmail json YAML

qpdf: updated to 7.1.1

7.1.1: release
* Bug fix: properly linearize files whose /ID has a length of
  other than 16 bytes.
* Rename some test files to avoid files with three dots in their
  names.
* Fix various build and compilation issues on some platforms and
  compilers.
* Fix a few typos and clarify a few comments in header files.

(adam)

2018-02-23 02:43:02 UTC MAIN commitmail json YAML

doc: Updated devel/py-capstone to 3.0.5rc2

(khorben)

2018-02-23 02:42:37 UTC MAIN commitmail json YAML

doc: Updated devel/capstone to 3.0.5rc2

(khorben)

2018-02-23 02:42:06 UTC MAIN commitmail json YAML

Update devel/capstone to version 3.0.5-rc2

This provides important fixes in the core & several bindings:

Library

    Fix build for Visual Studio 2012
    Fix X86_REL_ADDR macro
    Add CS_VERSION_MAJOR, CS_VERSION_MINOR, CS_VERSION_EXTRA
    Better support for embedding Capstone into Windows kernel drivers
    Support to embedded Capstone into MacOS kernel
    Support MacOS 10.11 and up
    Better support for Cygwin
    Support build packages for FreeBSD & DragonflyBSD
    Add a command-line tool "cstool"
    Properly handle switching to Endian mode at run-time for Arm, Arm64, Mips & Sparc

X86

    Some random 16-bit code can be handled wrongly.
    Remove abundant operand type X86_OP_FP
    Fix instructions MOVQ, LOOP, LOOPE, LOOPNE, CALL/JMP rel16, REPNE LODSD, MOV *AX, MOFFS, FAR JMP/CALL
    Add X86_REG_EFLAGS for STC and STD
    Fix instruction attributes for SYSEXIT, MOVW, ROL, LGS, SLDT
    Rename registers ST0-ST7 to be consistent with asm output

Arm

    Properly handle IT instruction
    Fix LDRSB
    Fix writeback for LDR
    Fix Thumb BigEndian setup

Arm

    Fix arith extender
    Fix writeback for LDR
    Rename enum arm64_mrs_reg to arm64_sysreg

PowerPC

    Print 0 offset for memory operand

Sparc

    Fix POPC instruction

Python binding

    Better PyPy support
    Add __version__
    Better support for Python 3
    Fix CS_SKIPDATA_CALLBACK prototype
    Cast skipdata function inside binding to simplify the API

Java binding

    Better handle input with invalid code

PowerShell binding

    New binding

Build-tested with devel/ropper and devel/{py-,}radare2 on NetBSD/amd64.

(khorben)

2018-02-22 23:41:31 UTC MAIN commitmail json YAML

Register missing dependency on math/z3

Bumps PKGREVISION.

(khorben)

2018-02-22 22:38:07 UTC MAIN commitmail json YAML

doc: Added devel/py-manticore version 0.1.6

(khorben)

2018-02-22 22:35:43 UTC MAIN commitmail json YAML

Add py-manticore

(khorben)

2018-02-22 22:35:25 UTC MAIN commitmail json YAML

Import manticore version 0.1.6 as py27-manticore-0.1.6

Manticore is a symbolic execution tool for analysis of binaries and smart
contracts.

Manticore features Input Generation (automatically generates inputs that trigger
unique code paths), Crash Discovery (discovers inputs that crash programs via
memory safety violations), Execution Tracing (records an instruction-level trace
of execution for each generated input), and Programmatic Interface (exposes
programmatic access to its analysis engine via a Python API).

Manticore can analyze Linux ELF binaries (x86, x86_64 and ARMv7) and Ethereum
smart contracts (EVM bytecode).

(khorben)

2018-02-22 11:15:22 UTC MAIN commitmail json YAML

Updated math/py-numpy, www/py-django-import-export, devel/py-falcon

(adam)

2018-02-22 11:14:19 UTC MAIN commitmail json YAML

py-falcon: updated to 1.4.0

1.4.0:
Changes to Supported Platforms

Python 3 is now supported on PyPy as of PyPy3.5 v5.10.
Support for CPython 3.3 is now deprecated and will be removed in Falcon 2.0.
As with the previous release, Python 2.6 and Jython 2.7 remain deprecated and will no longer be supported in Falcon 2.0.

New & Improved

We added a new method, API.add_static_route(), that makes it easy to serve files from a local directory. This feature provides an alternative to serving files from the web server when you don't have that option, when authorization is required, or for testing purposes.
Arguments can now be passed to hooks.
The default JSON media type handler will now use ujson, if available, to speed up JSON (de)serialization under CPython.
Semantic validation via the format keyword is now enabled for the falcon.media.validators.jsonschema.validate() JSON Schema decorator.
We added a new helper, falcon.Request.get_param_as_uuid(), to the Request class.
We added a new property, downloadable_as, to the Response class for setting the Content-Disposition header.
Falcon now supports WebDAV methods (RFC 3253), such as UPDATE and REPORT.
falcon.routing.create_http_method_map has been refactored into two new methods, falcon.routing.map_http_methods and falcon.routing.set_default_responders, so that custom routers can better pick and choose the functionality they need. The original method is still available for backwards-compatibility, but will be removed in a future release.
We added a new json param to falcon.testing.simulate_request() et al. to automatically serialize the request body from a JSON serializable object or type (for a complete list of serializable types, see json.JSONEncoder).
TestClient's simulate_*() methods now call TestClient.simulate_request to make it easier for subclasses to override TestClient's behavior.
TestClient can now be configured with a default set of headers to send with every request.
testing.Result.json now returns None when the response body is empty, rather than raising an error.
The FAQ has been reorganized and greatly expanded.
We restyled the docs to match https://falconframework.org

Fixed

Forwarded headers containing quoted strings with commas were not being parsed correctly. This has been fixed, and the parser generally made more robust.
falcon.media.JSONHandler was raising an error under Python 2.x when serializing strings containing Unicode code points. This issue has been fixed.
Overriding a resource class and calling its responders via super() did not work when passing URI template params as positional arguments. This has now been fixed.
Python 3.6 was generating warnings for strings containing '\s' within Falcon. These strings have been converted to raw strings to mitigate the warning.
Several syntax errors were found and fixed in the code examples used in the docs.

(adam)

2018-02-22 11:13:00 UTC MAIN commitmail json YAML

py-django-import-export: updated to 1.0.0

1.0.0:
Switch to semver versioning
Require Django>=1.8
upgrade tox configuration

(adam)

2018-02-22 10:50:47 UTC MAIN commitmail json YAML

py-numpy: updated to 1.14.1

NumPy 1.14.1 Release Notes

This is a bugfix release for some problems reported following the 1.14.0 release. The major
problems fixed are the following.

Problems with the new array printing, particularly the printing of complex
values, Please report any additional problems that may turn up.
Problems with np.einsum due to the new optimized=True default. Some
fixes for optimization have been applied and optimize=False is now the
default.
The sort order in np.unique when axis=<some-number> will now always
be lexicographic in the subarray elements. In previous NumPy versions there
was an optimization that could result in sorting the subarrays as unsigned
byte strings.
The change in 1.14.0 that multi-field indexing of structured arrays returns a
view instead of a copy has been reverted but remains on track for NumPy 1.15.
Affected users should read the 1.14.1 Numpy User Guide section
"basics/structured arrays/accessing multiple fields" for advice on how to
manage this transition.

(adam)

2018-02-22 10:34:47 UTC MAIN commitmail json YAML

Updated mail/py-authres, mail/py-policyd-spf, www/py-django-celery-beat, devel/py-nose2

(adam)

2018-02-22 10:33:32 UTC MAIN commitmail json YAML

py-nose2: updated to 0.7.4

0.7.4:
Fixed
* Respect fail_under in converage config
* Avoid infinite recursion when loading setuptools from zipped egg
* Manpage now renders reproducably
* MP doc build now reproducable

Features
*  Setup tools invocation now handles coverage

Notes
* Running nose2 via setuptools will now trigger CreateTestsEvent and CreatedTestSuiteEvent

(adam)

2018-02-22 10:30:38 UTC MAIN commitmail json YAML

py-django-celery-beat: updated to 1.1.1

1.1.1
- Fix interval schedules by providing nowfun.
- Removing code that forced last_run_at to be timezone naive for no reason, made timezone aware. Fixes crontab schedules
- Entry.last_run_at is no-longer timezone naive.
- Use a localized PyTZ timezone object for now() otherwise conversions fail scheduling breaks resulting in constant running of tasks or possibly not running ever.
- Fix endless migrations creation for solar schedules events.
- Prevent MySQL has gone away errors.
- Added support for Django 2.0.
- Adjust CrontabSchedule's minutes, hour & day_of_month fields max length

(adam)

2018-02-22 10:27:00 UTC MAIN commitmail json YAML

py-policyd-spf: updated to 2.0.2

2.0.2 (2017-12-14)
* Fix treatment of No_Mail configuration parameter so that specifying
  No_Mail = False (the default) does not cause incorrect results
* Conditionally import authres is Header_Type is AR and raise an error if it
  is missing (sorry pep-8) to avoid cases where users change the config
  and suddenly it doesn't work for an example, see:
  https://bugzilla.redhat.com/show_bug.cgi?id=1208876
* Update and correct Mail_From_pass_restriction description in
  policyd-spf.conf(5 ()
* Update HELO checking default option in policyd-spf.conf(5)
* Note that SPF_Not_Pass is not consistent with RFC 7208 in the HELO
  checking section of policyd-spf.conf(5) - already documented for Mail From

(adam)

2018-02-22 10:23:55 UTC MAIN commitmail json YAML

py-authres: updated to 1.0.2

1.0.2:
+ Added DKIM 'a' property so signature algorithm can be reported as proposed
  for inclusion in draft-ietf-dmarc-rfc7601bis (experimental)
+ Added match_signature_algorithm to the DKIMAuthenticationResult class to
  make it easier to find the correct DKIM result based on both domain and
  algorithm
+ Added DKIM 's' property so signature algorithm can be reported as proposed
  for inclusion in draft-ietf-dmarc-rfc7601bis (experimental)

(adam)

2018-02-22 10:08:40 UTC MAIN commitmail json YAML

Updated databases/py-sqlalchemy, databases/py-sqlalchemy-utils, net/py-zmq, lang/py-asttokens

(adam)

2018-02-22 10:07:59 UTC MAIN commitmail json YAML

py-asttokens: updated to 1.1.10

1.1.10:
Unknown changes.

(adam)

2018-02-22 10:03:25 UTC MAIN commitmail json YAML

py-zmq: updated to 17.0.0

17.0.0
Add zmq.Socket.send_serialized() and zmq.Socket.recv_serialized() for sending/receiving messages with custom serialization.
Add zmq.Socket.copy_threshold and zmq.COPY_THRESHOLD. Messages smaller than this are always copied, regardless of copy=False, to avoid overhead of zero-copy bookkeeping on small messages.
Added visible deprecation warnings to bundled tornado IOLoop. Tornado eventloop integration shouldn窶冲 be used without a proper tornado install since pyzmq 14.
Allow pyzmq asyncio/tornado integration to run without installing zmq_poll() implementation. The following methods and classes are deprecated and no longer required:
- zmq.eventloop.ioloop.install()
- zmq.eventloop.ioloop.IOLoop
- zmq.asyncio.install()
- zmq.asyncio.ZMQEventLoop
Set RPATH correctly when building on macOS.
Compatibility fixes with tornado 5.0.dev (may not be quite enough for 5.0 final, which is not yet released as of pyzmq 17).
Draft support for CLIENT-SERVER routing_id and group.

(adam)

2018-02-22 09:56:12 UTC MAIN commitmail json YAML

py-sqlalchemy-utils: updated to 0.33.0

0.33.0:
Added support for materialized views in PostgreSQL
Added Ltree.descendant_of and Ltree.ancestor_of
Dropped Python 3.3 support
Fixed EncryptedType padding

(adam)

2018-02-22 09:53:07 UTC MAIN commitmail json YAML

py-sqlalchemy: updated to 1.2.3

Release 1.2.3 includes fixes for a variety of ORM, Core, and dialect-specific issues.

(adam)

2018-02-22 09:51:05 UTC MAIN commitmail json YAML

Updated databases/py-alembic, databases/py-asyncpg, devel/py-test, devel/py-test-xdist, devel/py-test-mock

(adam)

2018-02-22 09:49:46 UTC MAIN commitmail json YAML

py-test-mock: updated to 1.7.0

1.7.0:
Incompatible change
pytest-mock no longer supports Python 2.6 and Python 3.3, following the lead of pytest and other projects in the community.

Packaging
Fix mock requirement in Python 2.

Internal
Some tests in pytest-mock's suite are skipped if assertion rewriting is disabled

(adam)

2018-02-22 09:36:36 UTC MAIN commitmail json YAML

py-test-xdist: updated to 1.22.1

pytest-xdist 1.22.1

Bug Fixes
Fix issue when using loadscope or loadfile where tests would fail to start if the first scope had only one test.

Trivial Changes
Change terminology used by pytest-xdist to master and worker in arguments and messages (for example --max-worker-reset).

(adam)

2018-02-22 09:34:09 UTC MAIN commitmail json YAML

py-test: updated to 3.4.1

Pytest 3.4.1

Bug Fixes
Move import of doctest.UnexpectedException to top-level to avoid possible errors when using --pdb.
Added printing of captured stdout/stderr before entering pdb, and improved a test which was giving false negatives about output capturing.
Fix ordering of tests using parametrized fixtures which can lead to fixtures being created more than necessary.
Fix bug where logging happening at hooks outside of "test run" hooks would cause an internal error.
Detect arguments injected by unittest.mock.patch decorator correctly when pypi mock.patch is installed and imported.
Errors shown when a pytest.raises() with match= fails are now cleaner on what happened: When no exception was raised, the "matching '...'" part got removed as it falsely implies that an exception was raised but it didn't match. When a wrong exception was raised, it's now thrown
Fixed output capture handling in doctests on macOS.

Improved Documentation
Add Sphinx parameter docs for match and message args to pytest.raises.

Trivial/Internal Changes
pytest has changed the publication procedure and is now being published to PyPI directly from Travis.
Rename ParameterSet._for_parameterize() to _for_parametrize() in order to comply with the naming convention.
Skip failing pdb/doctest test on mac.

(adam)

2018-02-22 09:24:16 UTC MAIN commitmail json YAML

py-asyncpg: updated to 0.15.0

asyncpg v0.15.0

Behavior Changes
asyncpg no longer uses the common statement cache for explicit
prepared statements, so Connection.prepare() always returns a
new prepared statement

Bug Fixes
Initialize statement codecs immediately after Prepare
Fix server version parsing when it contains trailing data

(adam)

2018-02-22 09:18:39 UTC MAIN commitmail json YAML

py-alembic: updated to 0.9.8

version: 0.9.8
Fixed bug where the :meth:.Script.as_revision_number method
did not accommodate for the 'heads' identifier, which in turn
caused the :meth:.EnvironmentContext.get_head_revisions
and :meth:.EnvironmentContext.get_revision_argument methods
to be not usable when multiple heads were present.
The :meth:.EnvironmentContext.get_head_revisions method returns
a tuple in all cases as documented.

Fixed bug where autogenerate of :class:.ExcludeConstraint
would render a raw quoted name for a Column that has case-sensitive
characters, which when invoked as an inline member of the Table
would produce a stack trace that the quoted name is not found.
An incoming Column object is now rendered as sa.column('name').

Fixed bug where the indexes would not be included in a
migration that was dropping the owning table.  The fix
now will also emit DROP INDEX for the indexes ahead of time,
but more importantly will include CREATE INDEX in the
downgrade migration.

Fixed the autogenerate of the module prefix
when rendering the text_type parameter of
postgresql.HSTORE, in much the same way that
we do for ARRAY's type and JSON's text_type.

Added support for DROP CONSTRAINT to the MySQL Alembic
dialect to support MariaDB 10.2 which now has real
CHECK constraints.  Note this change does **not**
add autogenerate support, only support for op.drop_constraint()
to work.

(adam)

2018-02-22 09:11:19 UTC MAIN commitmail json YAML

py-gssapi: updated to 1.4.1

1.4.1:
Features
Support most of the GGF Extensions

Tooling
Exit successfully when no docs change

Documentation
Fix typo in Name documentation

(adam)

2018-02-22 08:57:47 UTC MAIN commitmail json YAML

Updated devel/libuv, www/py-asgiref, www/py-daphne, www/py-websocket-client

(adam)

2018-02-22 08:56:35 UTC MAIN commitmail json YAML

py-websocket-client: updated to 0.47.0

0.47.0:
- Fix socket constructor in _open_socket to use all relevant variables from getaddrinfo.
- .send() method is very slow
- cross-platform aync multi-client solution
- Fix detecting timeouts with SSL in recv
- Fix WebSocketApp does not poll for data correctly when using SSL
- Fix Infinite ping/pong timeouts in WebSocketApp.run_forever
- Added status message when HTTP can't be upgraded to WS

(adam)

2018-02-22 08:54:28 UTC MAIN commitmail json YAML

py-daphne: updated to 2.0.4

2.0.4:
* Ping timeouts no longer reset on outgoing data, only incoming data
* No more errors when connections close prematurely

(adam)

2018-02-22 08:50:47 UTC MAIN commitmail json YAML

py-asgiref: updated to 2.1.6

2.1.6:
* async_to_sync now works inside of threads (but is still not allowed in threads
  that have an active event loop)

(adam)

2018-02-22 08:44:15 UTC MAIN commitmail json YAML

libuv: updated to 1.19.2

Version 1.19.2

Changes since version 1.19.1:
* test: fix incorrect asserts
* test: fix a typo in test-fork.c
* build: remove long-obsolete gyp workarounds
* build: split off tests into separate gyp file
* test: check uv_cond_timedwait more carefully
* include,src: introduce UV__ERR() macro
* build: add url field to libuv.pc
* doc: mark IBM i as Tier 3 support
* win,build: correct C2059 errors
* zos: fix timeout for condition variable
* win: CREATE_NO_WINDOW when stdio is not inherited
* build: fix commmon.gypi comment
* doc: document uv_timer_start() on an active timer
* doc: add note about handle movability
* doc: fix syntax error in loop documentation
* osx,stream: retry sending handle on EMSGSIZE error
* unix: delay fs req register until after validation
* test: add tests for bad inputs
* unix,win: ensure req->bufs is freed
* test: add additional fs memory management checks

(adam)

2018-02-22 00:09:44 UTC MAIN commitmail json YAML

nios2-gcc3 spins on NetBSD builds too, spare us the build.

(maya)

2018-02-22 00:00:12 UTC MAIN commitmail json YAML

doc: Updated devel/libatomic_ops to 7.6.2nb1

(maya)

2018-02-21 23:59:33 UTC MAIN commitmail json YAML

libatomic-ops: check if AO_AO_TS_T is defined before using it

PR pkg/53046: x11/libdrm doesn't compile on GNU/Linux

(maya)

2018-02-21 17:00:00 UTC MAIN commitmail json YAML

2018-02-21 16:55:37 UTC MAIN commitmail json YAML

doc/TODO: add thunderbird-52.6.0.

(wiz)

2018-02-21 15:20:04 UTC MAIN commitmail json YAML

2018-02-21 15:14:36 UTC MAIN commitmail json YAML

2018-02-21 15:12:47 UTC MAIN commitmail json YAML

2018-02-21 15:12:00 UTC MAIN commitmail json YAML

2018-02-21 14:04:51 UTC MAIN commitmail json YAML

doc: Updated x11/xorgproto to 2018.3

(wiz)

2018-02-21 14:04:42 UTC MAIN commitmail json YAML

xorgproto: update to 2018.3.

This adds RandR leasing and non-desktop monitors along with fixing the
autotools build to include xcalibrate header files (if LEGACY is
selected).

(wiz)

2018-02-21 13:48:39 UTC MAIN commitmail json YAML

multimedia/ffmpeg3: Correct path to files with substitutions. PKGREVISION++

(fhajny)

2018-02-21 12:33:46 UTC MAIN commitmail json YAML

2018-02-21 12:26:45 UTC MAIN commitmail json YAML

horde: set PHP_VERSIONS_ACCEPTED to 56

The default-on mysql option pulls in php-mysql, which is restricted to 56.

(wiz)

2018-02-21 12:25:23 UTC MAIN commitmail json YAML

base: move PHP_VERSIONS_ACCEPTED before inclusion of phpversion.mk

(wiz)