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

2024-05-12 16:07:47 UTC Now

2017-03-12 14:38:18 UTC MAIN commitmail json YAML

Update ruby-kgio to 2.11.0.

=== kgio 2.11.0 - reverting 2.10.0 breakage / 2016-12-16 22:56 UTC

  Mainly this release reverts back to kgio 2.9.3 behavior by
  supporting "autopush" functionality in the C extension.
  Removing this feature in 2.10.0 was a monumental mistake(*) on
  my part which caused a performance regression for ONE known user
  of kgio on the deprecated (but supported) Rainbows! server.

  This release does not affect known users outside of Rainbows!,
  but we may have unknown users, too.

  The attempt at a pure Ruby version of autopush had flaws and
  regressions in real-world testing, so that was abandoned.

  So yeah, kgio will be supported indefinitely even in the face
  of internal changes to MRI, but I strongly discourage its use
  for new projects.
  Users who only support Ruby 2.3 (and later) are encouraged to
  use `exception: false` with all *_nonblock methods.

  4 changes since 2.10.0:

        resurrect Kgio.autopush support in pure Ruby [REVERTED]
        reinstate the original (and dangerous) autopush in C
        TODO: update with Ruby 2.3 status
        test: increase test data sizes to fill socket buffers

  (*) - as was making this a separate project, at all

(taca)

2017-03-12 14:34:32 UTC MAIN commitmail json YAML

Note update of devel/ruby-eventmachine package to 1.2.3.

(taca)

2017-03-12 14:34:01 UTC MAIN commitmail json YAML

Update ruby-eventmachine to 1.2.3.

# Changelog

## 1.2.3 (February 22, 2017)
* Pure Ruby: Add get_sockname [#308, #772]
* Fix segfault when an Exception is raised from unbind callback [#765, #766]
* Allow destructors to throw when compiling in >= C++11 [#767]

## 1.2.2 (January 23, 2017)
* Java: Fix Fixnum deprecated warning in Ruby 2.4+ [#759]
* Fix uncaught C++ exception in file watcher and raise InvalidSignature [#512, #757]
* Fix connection count off-by-one for epoll and kqueue [#750]
* Fix uninitialized variable warning in EM::P::HttpClient [#749]
* Fix missing initial value for EventableDescriptor NextHeartbeat [#748]
* Fix hostname resolution on Solaris, Ilumos, SmartOS, et al [#745, #746]
* Improve reliability of tests, reduce public Internet accesses in tests [#656, #666, #749]

## 1.2.1 (November 15, 2016)
* Throw strerror(errno) when getsockname or getpeername fail [#683]
* Use a single concrete implementation of getpeername/getsockname, the rest pure virtuals [#683]
* Use gai_strerror to get the failure string from getaddrinfo [#744]
* Fix deregistering descriptor when using KQUEUE [#728]
* Fix to enable to work an example code in EM::Pool [#731]
* LineText2: Add regular expression delimiter support [#706]
* Pure Ruby: EM rescue ECONNREFUSED on initial TCP connect [#741]
* Pure Ruby: EM SSL (working start_tls) [#712]
* Pure Ruby: EM fixes [#707]
* Java: Use Acceptors to get peer and sock names if not present in Connections [#743]

(taca)

2017-03-12 14:32:04 UTC MAIN commitmail json YAML

Note update of devel/ruby2ruby package to 2.3.2.

(taca)

2017-03-12 14:31:24 UTC MAIN commitmail json YAML

Update ruby2ruby to 2.3.2.

=== 2.3.2 / 2016-11-30

* 5 bug fixes:

  * FINALLY fixed a problem with escaping in dstrs. (nex3)
  * Fix using match3 on LHS of call. (eqv)
  * Fixed handling defn that starts w/ begin+rescue+other stuff. (eqv)
  * Fixed return expressions with complex RHS. (eqv)
  * Tweaked sexp_processor dependency to ~> 4.6 to sync them better

(taca)

2017-03-12 14:30:56 UTC MAIN commitmail json YAML

Note update of devel/hoe package to 3.16.0.

(taca)

2017-03-12 14:30:30 UTC MAIN commitmail json YAML

Update hoe to 3.16.0.

=== 3.16.0 / YYYY-MM-DD

* 1 minor enhancement:

  * Updated compiler plugin dependency for rake-compiler to 1.x.

* 2 bug fixes:

  * Fixed rdoc cmd to be more resilient to ruby version changes (w/ isolate)
  * Relaxed rake dependency to < 13 to fix against latest release.

=== 3.15.3 / 2016-11-17

* 1 bug fix:

  * Call Gem::Specification.reset after installing a gem. (segiddins)

(taca)

2017-03-12 14:29:21 UTC MAIN commitmail json YAML

Note update of php-redis* packages:

databases/php-redis 2.2.8
databases/php-redis3 3.1.1

(taca)

2017-03-12 14:28:26 UTC MAIN commitmail json YAML

Update php-redis3 to 3.1.1.

phpredis 3.1.1

* Additional test updates for 32 bit systems (@remicollet)
* ARM rounding issue in tests (@remicollet)
* Use new zend_list_close instead of zend_list_delete when reconnecting.
* Refactoring of redis_boolean_response_impl and redis_sock_write
  (@yatsukhnenko)

phpredis 3.1.1

This release contains mostly fixes for issues introduced when merging
the php 5 and 7 codebase into a single branch.

* Fixed a segfault in igbinary serialization (@yatsukhnenko)
* Restore 2.2.8/3.0.0 functionality to distinguish between an error
  and simply empty session data. (@remicollet)
* Fix double to string conversion function (@yatsukhnenko)
* Use PHP_FE_END definition when available (@remicollet)
* Fixed various 'static function declared but not used' warnings
* Fixes to various calls which were typecasting pointers to the
  wrong size. (@remicollet)

* Added php session unit test (@yatsukhnenko)
* Added explicit module dependancy for igbinary (@remicollet)
* Added phpinfo serialization information (@remicollet)

phpredis 3.1.1RC2

* Additional test updates for 32 bit systems (@remicollet)
* ARM rounding issue in tests (@remicollet)
* Use new zend_list_close instead of zend_list_delete when reconnecting.
* Refactoring of redis_boolean_response_impl and redis_sock_write
  (@yatsukhnenko)

phpredis 3.1.1.RC1

This release contains mostly fixes for issues introduced when merging the php
5 and 7 codebase into a single branch.

* Fixed a segfault in igbinary serialization (@yatsukhnenko)
* Restore 2.2.8/3.0.0 functionality to distinguish between an error
  and simply empty session data. (@remicollet)
* Fix double to string conversion function (@yatsukhnenko)
* Use PHP_FE_END definition when available (@remicollet)
* Fixed various 'static function declared but not used' warnings
* Fixes to various calls which were typecasting pointers to the
  wrong size. (@remicollet)

* Added php session unit test (@yatsukhnenko)
* Added explicit module dependancy for igbinary (@remicollet)
* Added phpinfo serialization information (@remicollet)

phpredis 3.1.0

In this version of phpredis codebase was unified to work with all versions of
php \o/ Also many bug fixes and some improvements has been made.

--- Improvements ---

* Support the client to Redis Cluster just having one master (andyli) [892e5646]
* Allow both long and strings that are longs for zrangebyscore offset/limit
  (Michael Grunder) [bdcdd2aa]
* Process NX|XX, CH and INCR options in zAdd command (Pavlo Yatsukhnenko)
  [71c9f7c8]

--- Fixes ---

* Fix incrby/decrby for large integers (Michael Grunder) [3a12758a]
* Use static declarations for spl_ce_RuntimeException decl (Jeremy Mikola)
  [a9857d69]
* Fixed method call problem causes session handler to display two times
  (ZiHang Gao) [24f86c49]
* psetex method returns '+OK' on success, not true (sitri@ndxbn) [afcd8445]
* Fix integer overflow for long (>32bit) increments in hIncrBy (iyesin)
  [58e1d799]
* Move zend_object handler to the end (Michael Grunder) [34107966]
* Using setOption on redis array causes immediate connection (Pavlo
  Yatsukhnenko) [f1a85b38]

(taca)

2017-03-12 14:27:40 UTC MAIN commitmail json YAML

Update php-redis to 2.2.8.

phpredis 2.2.8

The main improvement in this version of phpredis is support for Redis
Cluster. This version of phpredis is intended for versions of php older
than 7.

In addition there have been many bug fixes and improvements to non cluster
related commands, which are listed below.

I've attempted to include everyone who contribued to the project in each fix
description and have included names or github user ids.

Thanks to everyone for submitting bug reports and pull requests. A special
thanks to Remi Collet for helping with any and all packaging related issues

\o/

--- Improvements ---

* Added randomization to our seed nodes to balance which instance is used
to map the keyspace (Vitaliy Stepanyuk) [32eb1c5f]
* Added support for IPv6 addresses

--- Fixes ---

* PHP liveness checking workaround (Shafreeck Sea) [c18d58b9]
* Various documentation and code formatting and style fixes (ares333,
  sanpili, Bryan Nelson, linfangrong, Romero Malaquias, Viktor Sz?pe)
* Fix scan reply processing to use long instead of int to avoid overflow
  (mixiaojiong).
* Fix potential segfault in Redis Cluster session storage (Sergei Lomakov)
  [cc15aae]
* Fixed memory leak in discard function [17b1f427]
* Sanity check for igbinary unserialization (Maurus Cuelenaere) [3266b222,
  5528297a]
* Fix segfault occuring from unclosed socket connection for Redis Cluster
  (CatKang) [04196aee]
* Case insensitive zRangeByScore options
* Fixed dreaded size_t vs long long compiler warning

(taca)

2017-03-12 13:50:38 UTC MAIN commitmail json YAML

Note update of SOPE/SOGo packages to 2.3.20.

devel/SOPE
www/SOGo

(taca)

2017-03-12 13:49:50 UTC MAIN commitmail json YAML

Update SOGo to 2.3.20.

2.3.20 (2017-03-10)
-------------------

New features
- [core] new sogo-tool checkup command to make sure user's data is sane
- [core] new sogo-tool manage-acl command to manage calendar/address book ACLs
- [web] use "date" extension of Sieve to enable/disable vacation auto-reply (#1530, #1949)

Enhancements
- [web] added Hebrew (he) translation - thanks to Raz Aidlitz
- [web] updated CKEditor to version 4.6.2

Bug fixes
- [core] remove all alarms before sending IMIP replies (#3925)
- [core] fixed handling of exdates and proper intersection for fbinfo (#4051)
- [core] remove attendees that have the same identity as the organizer (#3905)
- [eas] improved EAS parameters parsing (#4003)
- [eas] properly handle canceled appointments
- [web] fixed SCAYT automatic language selection in HTML editor
- [web] prevent 304 HTTP status code for Ajax requests on IE (#4066)

(taca)

2017-03-12 13:49:06 UTC MAIN commitmail json YAML

Update SOPE to 2.3.20 which required by SoGO 2.3.20.

Changes are too many to write here, please refer ChangeLog or CHANGES files.

(taca)

2017-03-12 13:47:19 UTC MAIN commitmail json YAML

Note addition of meta-pkgs/php71-extensions package version 7.1.2.

(taca)

2017-03-12 13:46:52 UTC MAIN commitmail json YAML

Add and enable php71-extensions.

(taca)

2017-03-12 13:46:16 UTC MAIN commitmail json YAML

Add php71-extensions meta package which contains most extensions
bundled in PHP 7.1 distribution.

(taca)

2017-03-12 13:43:45 UTC MAIN commitmail json YAML

Note update of devel/php-xdebug package to 2.5.1.
(It also support php71 for now.)

(taca)

2017-03-12 13:43:11 UTC MAIN commitmail json YAML

Update php-xdebug to 2.5.1.

2.5.1 Sun, Feb 26, 2017 - xdebug 2.5.1

= Fixed bugs:

- Fixed issue #1057: Add xdebug.ini of all settings to package
- Fixed issue #1165: DBGp: step_out skips subsequent function calls
- Fixed issue #1180: Code coverage crashes with non-standard start/stops
- Fixed issue #1278: Xdebug with PHP 7 does not handle prefill-from-oparray
  for XDEBUG_CC_UNUSED
- Fixed issue #1300: Xdebug functions are not exposing their signature to
  Reflection
- Fixed issue #1313: Arguments to __call() trampoline picked from the wrong
  memory location
- Fixed issue #1329: While printing out a stack with and function parameters,
  XDebug reads uninitialized zvals or free()d memory
- Fixed issue #1381: Code Coverage misses line due to missing FETCH_DIM_W
  overload
- Fixed issue #1385: can not fetch IS_INDIRECT properties
- Fixed issue #1386: Executable code not shown as executed/executable
- Fixed issue #1392: Unable to compile on FreeBSD due to missing struct
  definition
- Fixed issue #1394: Code coverage does not cover instanceof (in elseif)

2.5.0 Sun, Dec 4, 2016 - xdebug 2.5.0

+ Added features:

- Implemented issue #1232: add memory delta to HTML traces
- Implemented issue #1365: Allow remote_connect_back to be set through
  XDEBUG_CONFIG

= Fixed bugs:

- Fixed issue #1168: Added defensive check to prevent infinite loop
- Fixed issue #1242: Xdebug on Windows with Eclipse has issues with
  breakpoint IDs
- Fixed issue #1343: Wrong values of numerical keys outside 32bit range
- Fixed issue #1357: Function signature using variadics is reported as being
  not executed
- Fixed issue #1361: Remote debugging connection issues with Windows (Anatol
  Belski)
- Fixed issue #1373: Crash in zend_hash_apply_with_arguments when debugging,
  due to unset symbol table

2.5.0RC1 Sat, Nov 12, 2016 - xdebug 2.5.0RC1

+ Added features:

- Implemented issue #998: Added support for IPv6 (Thomas Vanhaniemi)
- Implemented issue #1297: Initial PHP 7.1 support

= Fixed bugs:

- Fixed issue #1295: Apache crashes (SIGSEGV) when trying to establish
  connection when sockfd is large
- Fixed issue #1303: POLLRDHUP is not supported outside of Gnu/Linux
- Fixed issue #1331: Segfault in code coverage

- Removed features:

- Support for PHP versions lower than PHP 5.5 has been dropped

(taca)

2017-03-12 13:37:07 UTC MAIN commitmail json YAML

Note update of roundcube pacakges to 1.2.4.

mail/roundcube
mail/roundcube-plugin-enigma
mail/roundcube-plugin-password
mail/roundcube-plugin-zipdownload

(taca)

2017-03-12 13:35:41 UTC MAIN commitmail json YAML

Update roundcube-plugin-zipdownload to 1.2.4.

Nothing is changed expect version.

(taca)

2017-03-12 13:35:21 UTC MAIN commitmail json YAML

Update roundcube-plugin-password to 1.2.4.

Nothing is changed expect version.

(taca)

2017-03-12 13:34:39 UTC MAIN commitmail json YAML

Update roundcube-plugin-enigma to 1.2.4

RELEASE 1.2.4
-------------
- Enigma: Fix handling of messages with nested PGP encrypted parts (#5634)
- Enigma: Fix PHP fatal error when decrypting a message with invalid signature
  (#5555)
- Enigma: Fix missing require statement for Crypt_GPG_KeyGenerator (#5641)

(taca)

2017-03-12 13:34:04 UTC MAIN commitmail json YAML

Update roundcube to 1.2.4.

CHANGELOG Roundcube Webmail
===========================

RELEASE 1.2.4
-------------
- Managesieve: Fix handling of scripts with nested rules (#5540)
- Managesieve: Fix parser issue with empty lines between comments (#5657)
- Managesieve: Fix possible defect in handling \r\n in scripts (#5685)
- Fix variable substitution in ldap host for some use-cases,
  e.g. new_user_identity (#5544)
- Fix adding images to new identity signatures
- Fix rsync error handling in installto.sh script (#5562)
- Fix some advanced search issues with multiple addressbooks (#5572)
- Fix so group/addressbook selection is retained on page refresh
- Fix bug where image data URIs in css style were treated as evil/remote in
  mail preview (#5580)
- Fix bug where external content in src attribute of input/video tags was not
  secured (#5583)
- Fix PHP error on update of a contact with multiple email addresses when
  using PHP 7.1 (#5587)
- Fix bug where mail content frame couldn't be reset in some corner cases
  (#5608)
- Fix bug where some classic skin images were not displayed in IE/Edge (#5614)
- Fix bug where signature couldn't be added above the quote in Firefox 51
  (#5628)
- Fix regression where groups with email address were resolved to its members'
  addresses
- Fix update of group name in the contacts list header on group rename (#5648)
- Add rewrite rule to disable access to /vendor/bin folder in .htaccess (#5630)
- Fix bug where it was too easy accidentally move a folder when using the
  subscription checkbox (#5655)
- Fix XSS issue in handling of a style tag inside of an svg element

(taca)

2017-03-12 13:27:36 UTC MAIN commitmail json YAML

Note update of security/pear-Crypt_GPG pakage to 1.6.0.

(taca)

2017-03-12 13:26:58 UTC MAIN commitmail json YAML

Update pear-Crypt_GPG to 1.6.0.

1.6.0 2017-02-26 03:26 UTC

Changelog:

* This release adds GnuPG 2.1 support.
* Internal API has been refactored.

* Fix Bug #21182: Ignore invalid proc_close() exit code
* Fix Bug G#28: Use --batch argument for key imports when no passphrase is
  provided.
* Fix Bug #21151: GPG-AGENT process is not automatically closed when using
  GnuPG 2.0
* Fix Bug #21152: Ignore time conflicts (by default)
* Fixed Bug #21148: Throw bad-passphrase exception instead of key-not-found
  exception on decryption

(taca)

2017-03-12 13:24:55 UTC MAIN commitmail json YAML

Note update of net/pear-Net_SMTP pakcage to 1.7.3.

(taca)

2017-03-12 13:24:31 UTC MAIN commitmail json YAML

Update pear-Net_SMTP to 1.7.3.

1.7.3 2017-01-14 13:24 UTC

Changelog:

- Fix MIME boundary size calculation (#34)
- Workaround E_DEPRECATED warning on Auth_SASL::factory() call (#29)

1.7.2 2016-05-29 20:35 UTC

Changelog:

- Fix size calculation when headers are provided (#27)

(taca)

2017-03-12 13:19:44 UTC MAIN commitmail json YAML

Note update of lang/pear package to 1.10.3.

(taca)

2017-03-12 13:19:12 UTC MAIN commitmail json YAML

Update pear to 1.10.3 also update including XML_Util to 1.4.2.

Pear

1.10.3 2017-02-28 11:25 UTC

Changelog:

* Bug #21188: Class 'PEAR_Proxy' not found

1.10.2 2017-02-28 08:48 UTC

Changelog:

* Fix Bug #4426: PEAR_Autoloader __call() must take only 2 arguments [kna]
* Fix Bug #20989: fatal error/bug in the postinstallscript task [kguest]
* Fix Bug #20991: Strict Standards: startSession and run methods in
  PEAR_Task_Postinstallscript [kguest]
* Fix Bug #21001: PEAR_ERROR_DIE exit code is 0 [danielc]
* Pull Request #52: Channel's _lastmodified is an int and not a string [sathieu]
* Pull Request #53: Add proper HTTPS proxy support through the CONNECT verb
  [youknow0]
* Pull Request #58: Make method signatures compatible. [yunosh]

XML_Util

1.4.2. 2017-02-22 14:32 UTC

Changelog:

* Bug #21184 Collapse issue

1.4.1 2017-02-07 13:12 UTC

Changelog:

* Bug #21177 XML_Util::collapseEmptyTags() can return NULL

1.4.0 2017-02-03 13:43 UTC

Changelog:

* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1

* Adds a new XML_UTIL_COLLAPSE_NONE option for preventing empty tag
  collapsing.

* Request #15467 CDATA sections and blank nodes

(taca)

2017-03-12 12:21:46 UTC MAIN commitmail json YAML

Updated databases/py-sqlalchemy to 1.1.6

(adam)

2017-03-12 12:21:16 UTC MAIN commitmail json YAML

Release 1.1.6 continues to provide bug fixes and some new features within the 1.1 series. As we begin to lead into the development phase for 1.2 and solidify the 1.1 series as "done", additional behavioral improvements will more likely to be targeted at 1.2 rather than 1.1. Nevertheless, 1.1.6 includes a few fairly major behavioral improvements in the area of performance; some significant performance issues within the "joined eager loading" functionality were identified and repaired, which should cut the Python-level latency for such a query roughly in half, as well as an unnecessary SELECT which could emit when using the "eager defaults" feature was repaired.

(adam)

2017-03-12 11:45:28 UTC MAIN commitmail json YAML

Fix pkglint warnings and other misc cosmetical (and non-functional) changes.

(leot)

2017-03-12 11:41:56 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.24.0nb3

(leot)

2017-03-12 11:41:44 UTC MAIN commitmail json YAML

Add vaapi and vdpau options and enable it by default on supported platform.

Bump PKGREVISION

(Please note that previosly vaapi|vdpau were available thanks to <maya> works
via `--hwdec=vaapi|vdpau' via a vaapi|vdpau-aware ffmpeg3. This change just
enable them as `--vo=vaapi|vdpau' too)

(leot)

2017-03-12 09:45:27 UTC MAIN commitmail json YAML

Added multimedia/intel-vaapi-driver version 1.7.3

(leot)

2017-03-12 09:45:08 UTC MAIN commitmail json YAML

+ intel-vaapi-driver

(leot)

2017-03-12 09:44:25 UTC MAIN commitmail json YAML

Import intel-vaapi-driver-1.7.3 as multimedia/intel-vaapi-driver

VA-API (Video Acceleration API) user mode driver for Intel GEN
Graphics family.

VA-API is an open-source library and API specification, which
provides access to graphics hardware acceleration capabilities for
video processing. It consists of a main library and driver-specific
acceleration backends for each supported hardware vendor.

The current video driver backend provides a bridge to the GEN GPUs
through the packaging of buffers and commands to be sent to the
i915 driver for exercising both hardware and shader functionality
for video decode, encode, and processing.

(leot)

2017-03-12 09:27:20 UTC MAIN commitmail json YAML

Updated multimedia/libva to 1.7.3nb5

(leot)

2017-03-12 09:27:07 UTC MAIN commitmail json YAML

For `native' X11_TYPE also look for possible drivers installed in
${PREFIX}/lib/dri. This is needed by at least intel-vaapi-driver.

Bump PKGREVISION

Discussed and thanks to <maya>!

(leot)

2017-03-12 07:42:52 UTC MAIN commitmail json YAML

Updated net/p5-WebService-MusicBrainz to 1.0

(wiz)

2017-03-12 07:42:40 UTC MAIN commitmail json YAML

Updated p5-WebService-MusicBrainz to 1.0.

1.0 2017
- Rewrite for version 2.0 of MusicBrainz API

(wiz)

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

Updated textproc/p5-Text-Glob to 0.11

(wiz)

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

Updated p5-Text-Glob to 0.11.

0.11    Wednesday 8th March, 2016
        Regenerated tarball on a linux machine (0.10 was released from OSX
        which added non-standard extended header attributes to the tar)

(wiz)

2017-03-12 07:24:18 UTC MAIN commitmail json YAML

Updated games/lgogdownloader to 3.2

(wiz)

2017-03-12 07:24:06 UTC MAIN commitmail json YAML

Updated lgogdownloader to 3.2.

LGOGDownloader 3.2
- Fixed crash in Website::getGames
* Sometimes JSON value for updates was null. For example when user
  owns a dlc but not the base game. This caused a crash due to std::stoi
  throwing std::invalid_argument exception.
- Changed --login to use GOG Galaxy login method
* Galaxy login tokens are stored to "$XDG_CONFIG_HOME/lgogdownloader/galaxy_tokens.json"
- Added initial support for some Galaxy API features
- Show product id for game when using --list-details
* Product id is used with some Galaxy related commands

(wiz)

2017-03-12 07:20:52 UTC MAIN commitmail json YAML

2017-03-12 06:52:23 UTC MAIN commitmail json YAML

Merge 1a1be097da6c042a83fff26bdce361101bb869c8:

  Darwin ACL: avoid unnecessary use of getpwuuid() and getgruuid()

(joerg)

2017-03-12 06:51:23 UTC MAIN commitmail json YAML

Merge 4c3cda21663fa3dc42147c771a3b96b85e631c53:

Darwin ACL: avoid using mbr_identifier_to_uuid()

Use mbr_uid_to_uuid() and mbr_gid_to_uuid() for backwards compatibility
instead. These functions have been introduced together with membership.h.

(joerg)

2017-03-12 06:48:36 UTC MAIN commitmail json YAML

Merge a15c7f7b496ba4cefbcaf6f8ac637db4f3009a58:

Solaris: use aclp instead of acl to not shadow global acl()

(joerg)

2017-03-12 06:45:16 UTC MAIN commitmail json YAML

2017-03-12 06:42:27 UTC MAIN commitmail json YAML

Updated chat/irssi to 1.0.2

(maya)

2017-03-12 06:37:09 UTC MAIN commitmail json YAML

irssi-xmpp, irssi-icb: catch up with irssi distinfo change.

(maya)

2017-03-12 06:35:08 UTC MAIN commitmail json YAML

irssi: update to 1.0.2. temporarily disable perl option because it doesn't
build, and this update includes a security fix.

v1.0.2 2017-03-10  The Irssi team <staff@irssi.org>
- Prevent some null-pointer crashes (GL!9).
- Fix compilation with OpenSSL 1.1.0 (#628, #597).
- Correct dereferencing of already freed server objects during
  output of netjoins. Found by APic (GL!10, GL#7).
- Fix in command arg parser to detect missing arguments in tail place
  (#652, #651).
- Fix regression that broke incoming DCC file transfers (#667, #656).
- Fix issue with escaping \ in evaluated strings (#669, #520).

(maya)

2017-03-11 23:28:54 UTC MAIN commitmail json YAML

rt3 needs libapreq, not libapreq2. so no ap24 (yet)

(maya)

2017-03-11 23:26:32 UTC MAIN commitmail json YAML

More tree unbreaking after rename of p5-libapreq.

(maya)

2017-03-11 23:21:12 UTC MAIN commitmail json YAML

Unbreak the tree after adding ap{22,24} to p5-libapreq some, sorry.

XXX some package can do either libapreq{,2} and so it should embed
a version as well, but seems to have issues

(maya)

2017-03-11 19:08:19 UTC MAIN commitmail json YAML

libapreq2: Embed apache version into PKGNAME.

This package has a dependency on an apache-versioned pkg (ap22-perl) and so
the binary package will only work for one version of apache, previously
apache22.

PR pkg/50583 from Randolf Richardson

(maya)

2017-03-11 18:29:24 UTC MAIN commitmail json YAML

default to apache24 (not 22)

(maya)

2017-03-11 17:22:45 UTC MAIN commitmail json YAML

2017-03-11 16:55:08 UTC MAIN commitmail json YAML

Note update of databases/ruby-sqlite3 package to 1.3.13.

(taca)

2017-03-11 16:54:35 UTC MAIN commitmail json YAML

Update ruby-sqlite3 to 1.3.13.

* Fix flags declaration in case of no OPEN_V2.

And other fixes for Windows.

(taca)

2017-03-11 16:44:24 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 4.44.0.

(taca)

2017-03-11 16:43:31 UTC MAIN commitmail json YAML

Update ruby-sequel to 4.44.0.

=== 4.44.0 (2017-03-01)

* Add where_all, where_each, where_single_value model dataset methods, optimized for frozen datasets (jeremyevans)

* Add eager method to dataset_module (jeremyevans)

* Add implicit_subquery extension, for implicitly using a subquery for datasets using raw SQL when calling dataset methods that modify SQL (jeremyevans)

* Make Dataset#from_self keep the columns from the current dataset if present (jeremyevans)

* Add implicit_subquery extension, implicitly using subqueries for dataset methods if the current dataset uses raw SQL (jeremyevans)

* Make SQL::ValueList#inspect show that it is a value list (jeremyevans)

* Make LiteralString#inspect show that it is a literal string (jeremyevans)

* Make Model::Associations::AssociationReflection#inspect show reflection class and guess at association definition line (jeremyevans)

* Make SQLTime#inspect show it is an SQLTime instance, and only the time component (jeremyevans)

* Make SQL::Blob#inspect show that it is a blob, the number of bytes, and some or all of the content (jeremyevans)

* Make plugins not modify the constant namespace for the model class that uses them (jeremyevans)

* Do not modify encoding of SQL::Blob instances in force_encoding plugin (jeremyevans)

* Add Model.freeze_descendents to subclasses plugin, for easier finalizing associations/freezing of descendent classes (jeremyevans)

* Add Model.finalize_associations method for finalizing associations, speeding up some association reflections methods almost 10x (jeremyevans)

* Implement Model.freeze such that it can be used in production (jeremyevans)

* Recognize another disconnect error in the jdbc/as400 adapter (perlun) (#1300)

* Correctly handle conversion of false values when typecasting PostgreSQL arrays (mistoo) (#1299)

* Raise error if the postgres adapter attempts to load an incompatible version of sequel_pg (mahlonsmith) (#1298)

* Fix jdbc adapter so basic_type_convertor_map is not shared between instances, work with Database#freeze (jeremyevans)

=== 4.43.0 (2017-02-01)

* Make jdbc/postgresql adapter work if pg_hstore extension is loaded first (jeremyevans) (#1296)

* Make prepared_statements_associations plugin work correctly on some instance specific associations (jeremyevans)

* Make prepared_statements plugin not use prepared statements in cases where it is probably slower (jeremyevans)

* Optimize Model#refresh similar to Model.with_pk (jeremyevans)

* Make Database#extension not attempt to load the same extension more than once (jeremyevans)

* Implement Database#freeze such that it can be used in production (jeremyevans)

* Freeze enum_labels in the pg_enum extension (jeremyevans)

* Handle Database#type_supported? thread-safely on PostgreSQL (jeremyevans)

* Handle primary_key_sequences thread-safely on Oracle (jeremyevans)

* Handle sharding better when using mysql2 native prepared statements (jeremyevans)

* Use thread-safe incrementor for mock adapter autoid handling (jeremyevans)

* Make Model#freeze not freeze associations hash until after validating the model instance (jeremyevans)

* Make prepared_statements_associations plugin work correctly when model object explicitly specifies server to use when also using sharding plugin (jeremyevans)

* Make prepared_statements_with_pk plugin work correctly when dataset explicitly specifies server to use (jeremyevans)

* Make prepared_statements plugin work correctly when model object explicitly specifies server to use (jeremyevans)

* Make dataset_module inherited to subclasses when using the single_table_inheritance plugin (jeremyevans) (#1284)

* Support use of SQLite result codes in the jdbc-sqlite adapter, if the jdbc sqlite driver supports them (flash-gordon, jeremyevans) (#1283)

* Make timestamp migrator handle key length limitations when using MySQL with InnoDB engine and utf8mb4 charset default (jeremyevans) (#1282)

(taca)

2017-03-11 16:42:06 UTC MAIN commitmail json YAML

Note update of databases/ruby-pg package to 0.20.0.

(taca)

2017-03-11 16:41:27 UTC MAIN commitmail json YAML

Update ruby-pg to 0.20.0

== v0.20.0 [2017-03-10] Michael Granger <ged@FaerieMUD.org>

Enhancements:
- Update error codes to PostgreSQL-9.6
- Update Windows binary gems to Ruby-2.4, PostgreSQL 9.6.1 and
  OpenSSL 1.0.2j.
- Add support for RubyInstaller2 to Windows binary gems.

Bugfixes:
- Use secure JSON methods for JSON (de)serialisation. #248
- Fix Result#inspect on a cleared result.
- Fix test case that failed on Ruby-2.4. #255

Documentation fixes:
- Talk about Integer instead of Fixnum.
- Fix method signature of Coder#encode.

(taca)

2017-03-11 15:35:19 UTC MAIN commitmail json YAML

Note update of archivers/ruby-zip package to 1.2.1.

(taca)

2017-03-11 15:34:46 UTC MAIN commitmail json YAML

Update ruby-zip to 1.2.1.

v1.2.1

* Add accessor to @internal_file_attributes #304
* Extended globbing #303
* README updates #283, #289
* Cleanup after tests #298, #306
* Fix permissions on new zip files #294, #300
* Fix examples #297
* Support cp932 encoding #308
* Fix Directory traversal vulnerability #315
* Allow open_buffer to work without a given block #314

(taca)

2017-03-11 15:26:43 UTC MAIN commitmail json YAML

Updated math/R-zoo to 1.7.14

(wen)

2017-03-11 15:25:27 UTC MAIN commitmail json YAML

Update to 1.7.14

Upstream changes:
Changes in Version 1.7-14

  o Several convenience interfaces to read.zoo() have been added:
    read.table.zoo(), read.csv.zoo(), read.csv2.zoo(), read.delim.zoo(),
    read.delim2.zoo(). All of these first call the corresponding read.*()
    function to read the data from a text file (with the respective default
    settings) and subsequently call read.zoo() to turn the data into
    a zoo series.

  o na.approx.default() did not properly process the "maxgap" argument
    if y did not contain any NAs but NAs were only created implicitly
    by xout being different from x (pointed out by Stefan Metzger).
    A suitable fix has been added that merges x and xout first.

  o aggregate.zoo() and rollapply.zoo() gained the argument coredata=TRUE
    which can control whether only the coredata is passed to each subset
    (previous behavior) or the full zoo series.

  o The "its" package has been archived on CRAN and hence removed from
    the list of zoo's suggested packages. However, various methods for
    objects of class "its" continue to be available in zoo in case someone
    still uses the legacy code.

(wen)

2017-03-11 15:13:22 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo-data package to 1.2017.1.

(taca)

2017-03-11 15:12:34 UTC MAIN commitmail json YAML

2017-03-11 12:43:22 UTC MAIN commitmail json YAML

Updated print/R-knitr to 1.15.1

(wen)

2017-03-11 12:42:19 UTC MAIN commitmail json YAML

Update to 1.15.1

Upstream changes:

CHANGES IN knitr VERSION 1.15.1

@yihui yihui released this on 23 Nov 2016 揃 49 commits to master since this release
NEW FEATURES

    added a new hook function hook_pngquant() that can call pngquant to optimize PNG images (thanks, @slowkow, #1320)

BUG FIXES

    not really a knitr bug, but knit_params() should be better at dealing with multibyte characters now due to the bug fix in the yaml package viking/r-yaml#6

Downloads

    Source code (zip)
    Source code (tar.gz)

    v1.15
    b08a7bc

CHANGES IN knitr VERSION 1.15

@yihui yihui released this on 10 Nov 2016 揃 63 commits to master since this release
NEW FEATURES

    NA values can be displayed using different characters (including empty strings) in kable(); you can set the option knitr.kable.NA, e.g. options(knitr.kable.NA = '') to hide NA values (#1283)
    added a fortran95 engine (thanks, @stefanedwards, #1282)
    added a block2 engine for R Markdown documents as an alternative to the block engine; it should be faster and supports arbitrary Pandoc's Markdown syntax, but it is essentially a hack; note when the output format is LaTeX/PDF, you have to define \let\BeginKnitrBlock\begin \let\EndKnitrBlock\end in the LaTeX preamble
    figure captions specified in the chunk option fig.cap are also applied to HTML widgets (thanks, @byzheng, rstudio/bookdown#118)
    when the chunk option fig.show = 'animate' and ffmpeg.format = 'gif', a GIF animation of the plots in the chunk will be generated for HTML output (https://twitter.com/thomasp85/status/785800003436421120)
    added a width argument to write_bib() so long lines in bib entries can be wrapped
    the inline syntax r#code is also supported besides r code; this can make sure the inline expression is not split when the line is wrapped (thanks, Dave Jarvis)
    provided a global R option knitr.use.cwd so users can choose to evaluate the R code chunks in the current working directory after setting options(knitr.use.cwd = TRUE); the default is to evaluate code in the directory of the input document, unless the knitr option opts_knit$set(root.dir = ...) has been set
    if options(knitr.digits.signif = TRUE), numbers from inline expressions will be formatted using getOption('digits') as the number of significant digits, otherwise (the default behavior) getOption('digits') is treated as the number of decimal places (thanks, @numatt, #1053)
    the chunk option engine.path can also be a list of paths to the engine executables now, e.g., you can set knitr::opts_chunk$set(engine.path = list(python = '/anaconda/bin/python', perl = '/usr/local/bin/perl')), then when a python code chunk is executed, /anaconda/bin/python will be called instead of the system default (rstudio/rmarkdown#812)
    introduced a mechanism to protect text output in the sense that it will not be touched by Pandoc during the conversion from R Markdown to another format; this is primarily for package developers to extend R Markdown; see ?raw_output for details (which also shows new functions extract_raw_output() and restore_raw_output())

MAJOR CHANGES

    the minimal version of R required for knitr is 3.1.0 now (#1269)
    the formatR package is an optional package since the default chunk option tidy = FALSE has been there for a long time; if you use tidy = TRUE, you need to install formatR separately if it is not installed
    :set +m is no longer automatically added to haskell code chunks (#1274)

MINOR CHANGES

    the package option opts_knit$get('stop_on_error') has been removed
    the confusing warning message about knitr::knit2html() when buiding package vignettes using the knitr::rmarkdown engine without pandoc/pandoc-citeproc has been removed (#1286)
    the default value of the quiet argument of plot_crop() was changed from !opts_knit$get('progress') to TRUE, i.e., by default the messages from cropping images are suppressed

BUG FIXES

    the chunk option cache.vars did not really behave like what was documented (thanks, @simonkth, #1280)
    asis_output() should not be merged with normal character output when results='hold' (thanks, @kevinushey, #1310)

Downloads

    Source code (zip)
    Source code (tar.gz)

    v1.14
    b34be0d

CHANGES IN knitr VERSION 1.14

@yihui yihui released this on 12 Aug 2016 揃 845 commits to master since this release
NEW FEATURES

    improved caching for Rcpp code chunks: the shared library built from the C++ code will be preserved on disk and reloaded the next time if caching is enabled (chunk option cache = TRUE), so that the exported R functions are still usable in later R code chunks; note this feature requires Rcpp >= 0.12.5.6 (thanks, @jjallaire, #1239)
    added a helper function all_rcpp_labels(), which is simply all_labels(engine == 'Rcpp') and can be used to extract all chunk lables of Rcpp chunks
    added a new engine named sql that uses the DBI package to execute SQL queries, and optionally assign the result to a variable in the knitr session; see http://rmarkdown.rstudio.com/authoring_knitr_engines.html for details (#1241)
    fig.keep now accepts numeric values to index low-level plots to keep (#1265)

BUG FIXES

    fixed #1211: pandoc('foo.md') generates foo_utf8.html instead of foo.html by default
    fixed #1236: include = FALSE for code chunks inside blockquotes did not work (should return > instead of a blank line) (thanks, @fmichonneau)
    fixed #1217: define the command \hlipl for syntax highlighting for Rnw documents (thanks, @conjugateprior)
    fixed #1215: restoring par() settings might fail when the plot window is partitioned, e.g. par(mfrow = c(1, 2)) (thanks, @jrwishart @jmichaelgilbert)
    fixed #1250: in the quiet mode, knit() should not emit the message "processing file ..." when processing child documents (thanks, @KZARCA)

MAJOR CHANGES

    knitr will no longer generate screenshots automatically for HTML widgets if the webshot package or PhantomJS is not installed

MINOR CHANGES

    if dev = 'cairo_pdf', the cairo_pdf device will be used to record plots (previously the pdf device was used) (#1235)
    LaTeX short captions now go up to the first ., : or ; character followed by a space or newline (thanks, @knokknok, #1249)

(wen)

2017-03-11 12:25:43 UTC MAIN commitmail json YAML

Updated security/R-digest to 0.6.12

(wen)

2017-03-11 12:24:25 UTC MAIN commitmail json YAML

Update to 0.6.12

Upstream changes:
2017-01-26  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.6.12

2017-01-23  Thierry Onkelinx <thierry.onkelinx@inbo.be>

* NAMESPACE: export sha1.function() and sha1.call()

* R/sha1.R:
          - sha1() gains methods for the class "function" and "call"
          - sha1() gains a ... argument, currently only relevant for
    "function"
  - sha1() takes arguments into account for hash for complex,
      Date and array. Note that this will lead to different
            hasheS for these classes and for objects containing
    these classes

* man/sha1.rd: update helppage for sha1()

* tests/sha1Test.R: update unit tests for sha1()

2017-01-01  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.6.11

* R/sha1.R (sha1.anova): Added more #nocov marks
* src/sha2.c (SHA256_Transform): Idem

* tests/AESTest.R (hextextToRaw): Print AES object
* tests/AESTest.Rout.save: Updated

2016-12-08  Dirk Eddelbuettel  <edd@debian.org>

* NAMESPACE: Register (and exported) makeRaw S3 methods

* man/makeRaw.Rd: New manual page

* tests/hmacTest.R: Direct call to makeRaw()
* tests/hmacTest.Rout.save: Ditto

* src/digest.c: Additional #nocov tags
* src/xxhash.c: Ditto

2016-12-07  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Rolled minor version

* README.md: Use shields.io badge for codecov

* R/digest.R: Additional #nocov tags
* src/sha2.c: Ditto
* src/raes.c: Ditto

* tests/hmacTest.R: Additional tests
* tests/hmacTest.Rout.save: Ditto

2016-11-30  Dirk Eddelbuettel  <edd@debian.org>

* .travis.yml (before_install): Activate PPA as we (currently)
need an updated version of (r-cran)-covr to run coverage
* tests/load-unload.R: Comment-out for now as it upsets coverage

* tests/digestTest.R: Test two more algorithms
* tests/digestTest.Rout.save: Updated reference output

* R/digest.R: Added #nocov tags
* R/zzz.R (.onUnload): Ditto
* src/crc32.c: Ditto
* src/pmurhash.c: Ditto
* src/raes.c: Ditto
* src/sha2.c: Ditto
* src/xxhash.c: Ditto

2016-11-26  Dirk Eddelbuettel  <edd@debian.org>

* .travis.yml (after_success): Integrated Jim Hester's suggestion of
activating code coverage sent many moons ago (in PR #12)
* .codecov.yml (comment): Added
* .Rbuildignore: Exclude .codecov.yml
* README.md: Added code coverage badge

2016-10-16  Dirk Eddelbuettel  <edd@debian.org>

* R/digest.R (digest): Support 'nosharing' option of base::serialize
as suggested by Radford Neal whose pqR uses this

2016-08-02  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (License): Now GPL (>= 2), cf issue 36 on GH

* README.md: Updated badge accordingly

2016-08-02  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): Release 0.6.10

* DESCRIPTION (Description): Shortened to one paragraph
* DESCRIPTION (BugReports): URL to GH issues added

* .travis.yml: Rewritten for run.sh from forked r-travis

2016-07-12  Henrik Bengtsson  <hb@aroma-project.org>

* src/digest.c: Correct bug with skip and file parameter interaction
* tests/digestTest.R: Test code
* tests/digestTest.Rout.save: Test reference output

* R/zzz.R: Allow for unloading of shared library
* tests/load-unload.R: Test code

* DESCRIPTION: Rolled minor Version and Date

2016-05-25 Thierry Onkelinx <thierry.onkelinx@inbo.be>

* R/sha1.R: Support for pairlist and name
* tests/sha1Test.R: Support for pairlist and name
* man/sha1.Rd: Support for pairlist, name, complex, array and Date
* NAMESPACE: Support for pairlist, name and array
* DESCRIPTION: bump version number and date

2016-05-01  Viliam Simko  <viliam.simko@gmail.com>

* R/sha1.R: Support for complex, Date and array
* tests/sha1Test.R: Ditto
* NAMESPACE: Ditto

2016-04-27  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Author): Add Qiang Kou to Authors
* README.md: Ditto

2016-01-25  Dirk Eddelbuettel  <edd@debian.org>

* src/digest.c (digest): Use XLENGTH if R >= 3.0.0 (issue #29)

2016-01-11 Thierry Onkelinx  <thierry.onkelinx@inbo.be>

* R/sha1.R: handle empty list and empty dataframe (#issue 27);
take the object class, digits and zapsmall into account (#PR 28)

* vignettes/sha1.Rmd: Small edits to reflect changes is sha1()

2016-01-09 Michel Lang  <michellang@gmail.com>

* R/sha1.R: Add a length check to sha1(), use vapply()

(wen)

2017-03-11 12:13:45 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Mechanize-FormFiller to 0.12

(wen)

2017-03-11 12:13:00 UTC MAIN commitmail json YAML

Update to 0.12

Upstream changes:
0.12 20170119
  . Prerequisite fix, no need to update
  - Data::Tagset was not listed as an installation prerequisite

(wen)

2017-03-11 12:09:19 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Mechanize to 1.84

(wen)

2017-03-11 12:08:14 UTC MAIN commitmail json YAML

Update to 1.84

Upstream changes:
1.84      2017-03-07 13:34:57-05:00 America/Toronto
[ENHANCEMENTS]
- Parse url (href attribute) for js window.open  GH#11

[FIXED]
- Set STDOUT to be utf8 in mech-dump. Fixes issue GH#36
- Added --version option to mech-dump
- Don't die on uri() when there has been no request. Fixes issue GH#60
- Remove old information from the cookbook. Fixes issue GH#28
- Documentation correction. Fixes issue GH#65 and GH#59
- Work around Test::More prior to 1.001004. Fixes GH#74
- Fix hostname in test.  Fixes GH#73

1.83      2016-10-14 16:45:30-04:00 America/Toronto
========================================
[FIXED]
- Moved live tests to be author tests. Run using dzil test --author. (Steve
  Scaffidi)

1.82      2016-10-06 23:00:30-04:00 America/Toronto
========================================
[ENHANCEMENTS]
- Added strict_forms flag to submit_form() which sets the HTML::Form strict flag (Gareth Tunley)

[FIXED]
- Fixed tests which tried to access HTTPS urls when LWP::Protocol::https wasn't
  installed (Olaf Alders).  Reported by Slaven Rezi�.  See
  https://github.com/libwww-perl/WWW-Mechanize/issues/54

1.81      2016-10-06 08:52:44-04:00 America/Toronto
========================================
[FIXED]
-  Work around bug in HTTP::Cookies that is triggered on reload().  See
  https://rt.cpan.org/Public/Bug/Display.html?id=75897 (Gianni Ceccarelli)

1.80      2016-09-24 22:38:27-04:00 America/Toronto
========================================
[FIXED]
- Fixes behaviour of submit_form() when multiple filters have been supplied (Ed
  Avis)

1.79      2016-09-16 23:53:48-04:00 America/Toronto
========================================
[ENHANCEMENTS]
- Added form_with() method. (Martin Sluka)

(wen)

2017-03-11 11:28:09 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 5.20170220

(wen)

2017-03-11 11:27:05 UTC MAIN commitmail json YAML

Update to 5.20170220

Upstream changes:
5.20170220
  - Updated for v5.25.10

5.20170120
  - Updated for v5.25.9

5.20170114_24
  - Updated for v5.24.1

5.20170114_22
  - Updated for v5.22.3

(wen)

2017-03-11 11:24:19 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Prompt to 0.997004

(wen)

2017-03-11 11:23:21 UTC MAIN commitmail json YAML

Update to 0.997004

Upstream changes:
0.997004  Fri Nov 25 09:02:47 2016

    - Removed dependency on version.pm (thanks Petr)

    - Removed dependency on deprecated POSIX isprint()
      (thanks Slaven)

(wen)

2017-03-11 11:21:08 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Compress to 2.074

(wen)

2017-03-11 11:20:19 UTC MAIN commitmail json YAML

Update to 2.074

Upstream changes:
2.074 19 Feb 2017

      * Fix bad 2.073 release

  2.073 18 Feb 2017

      * #120239: [PATCH] ISA fixes for c3

  2.072 12 Feb 2017

      * Makefile.PL
        #120084: Need Fix for Makefile.PL depending on . in @INC

(wen)

2017-03-11 11:13:59 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Async to 0.71

(wen)

2017-03-11 11:13:13 UTC MAIN commitmail json YAML

Update to 0.71

Upstream changes:
0.71    2016/12/22 15:05:50
        [CHANGES]
        * Added 'prefork' option to IO::Async::Channel (RT115920) - thanks
          GMARLER
        * Prefer Sereal Channel encoding if that module is available
        * Ensure that IaFunction still prints debug information on futures
        * Miscellaneous spelling fixes in docs - thanks genio

        [BUGFIXES]
        * 'use lib ".";' for perl 5.24
        * Make t/50resolver.t less sensitive to EAI_NONAME vs EAI_NODATA
          because some resolvers lie (RT113429)
        * Fix error message linefeed tests in t/50resolver.t (RT119369)
        * Ensure that SIGPIPE is ignored if it's still at its default value

(wen)

2017-03-11 11:04:59 UTC MAIN commitmail json YAML

Updated devel/p5-Config-Any to 0.29

(wen)

2017-03-11 11:04:10 UTC MAIN commitmail json YAML

Update to 0.29

Upstream changes:
0.29 - 2017-02-27
    - allow loading relative perl files even under taint mode (RT#120371)
    - throw errors when attempting to load perl files that do not exist

0.28 - 2017-02-21
    - support Cpanel::JSON::XS and JSON::MaybeXS for loading JSON
    - decode UTF-8 config files properly
    - load perl files directly, never possibly searching @INC

(wen)

2017-03-11 11:00:31 UTC MAIN commitmail json YAML

Updated devel/p5-autobox to 2.85

(wen)

2017-03-11 10:59:37 UTC MAIN commitmail json YAML

Update to 2.85

Upstream changes:
2.85 Mon 27 Feb 18:18:19 2017

    - fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
      (thanks, Kent Fredric)

(wen)

2017-03-11 10:24:58 UTC MAIN commitmail json YAML

DESCR was maybe a little too descriptive, pkgsrc handles the dependencies.

(nils)

2017-03-11 10:05:45 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.205000

(wen)

2017-03-11 10:04:50 UTC MAIN commitmail json YAML

Update to 0.205000

Upstream changes: 0.205000  2017-03-10 15:37:52-06:00 America/Chicago

    [ BUG FIXES ]
    * GH #1325: Support multi-value cookies when using HTTP::XSCookies.
      (James Raspass)
    * GH #1303: Read configuration options when send_as() creates a new
      serializer (Paul Williams)
    * GH #1290: Properly check buffer length in _read_to_end() (Marketa
      Wachtlova)
    * GH #1322: Deprecate broken request->dispatch_path in favor of
      request->path. Warn the developer of the deprecation (Russell
      @veryrusty Jenkins).

    [ ENHANCEMENTS ]
    * GH #1326: Speed up by using Type::Tiny, again. (Pete SysPete Mottram)
    * GH #1318: Add support for the SameSite cookie attribute. (James Raspass)
    * GH #1283: Skeleton now provides an example of setting the appdir.
      (Jason Lewis)
    * GH #1315: Adjust dist.ini to set "build_requires" for
      ExtUtils::MakeMaker. (Atoomic)
    * GH #1331: Preliminary prepare_app() work (Sawyer X)

    [ DOCUMENTATION ]
    * GH #1324: Fix broken link to send_file. (Fabrice Gabolde)
    * GH #1311: Typo and link fixes. (Breno G. de Oliveira - @garu)
    * GH #1310: Document query string parameters in uri_for. (Michael J South)
    * GH #1329: Remove dead code from file upload example (Stefan Hornburg -
      Racke)
    * GH #1256: Additions to migration manual (Daniel Perrett)
    * GH #1330: Add middleware examples to scaffolder (David - sbts)

(wen)

2017-03-11 09:52:24 UTC MAIN commitmail json YAML

Updated math/R to 3.3.3

(wen)

2017-03-11 09:50:35 UTC MAIN commitmail json YAML

Update to 3.3.3

Upstream changes:
CHANGES IN R 3.3.3
NEW FEATURES

    Changes when redirection of a http:// URL to a https:// URL is encountered:

        The internal methods of download.file() and url() now report that they cannot follow this (rather than failing silently).

        (Unix-alike) download.file(method = "auto") (the default) re-tries with method = "libcurl".

        (Unix-alike) url(method = "default") with an explicit open argument re-tries with method = "libcurl". This covers many of the usages, e.g. readLines() with a URL argument.

INSTALLATION on a UNIX-ALIKE

    The configure check for the zlib version is now robust to versions longer than 5 characters, including 1.2.11.

UTILITIES

    Environmental variable _R_CHECK_TESTS_NLINES_ controls how R CMD check reports failing tests (see §8 of the ‘R Internals’ manual).

DEPRECATED AND DEFUNCT

    (C-level Native routine registration.) The undocumented styles field of the components of R_CMethodDef and R_FortranMethodDef is deprecated.

BUG FIXES

    vapply(x, *) now works with long vectors x. (PR#17174)

    isS3method("is.na.data.frame") and similar are correct now. (PR#17171)

    grepRaw(<long>, <short>, fixed = TRUE) now works, thanks to a patch by Mikko Korpela. (PR#17132)

    Package installation into a library where the package exists via symbolic link now should work wherever Sys.readlink() works, resolving PR#16725.

    "Cincinnati" was missing an "n" in the precip dataset.

    Fix buffer overflow vulnerability in pdf() when loading an encoding file. Reported by Talos (TALOS-2016-0227).

    getDLLRegisteredRoutines() now produces its warning correctly when multiple DLLs match, thanks to Matt Dowle's PR#17184.

    Sys.timezone() now returns non-NA also on platforms such as Ubuntu 14.04.5 LTS, thanks to Mikko Korpela's PR#17186.

    format(x) for an illegal "POSIXlt" object x no longer segfaults.

    methods(f) now also works for f "(" or "{".

    (Windows only) dir.create() did not check the length of the path to create, and so could overflow a buffer and crash R. (PR#17206)

    On some systems, very small hexadecimal numbers in hex notation would underflow to zero. (PR#17199)

    pmin() and pmax() now work again for ordered factors and 0-length S3 classed objects, thanks to Suharto Anggono's PR#17195 and PR#17200.

    bug.report() did not do any validity checking on a package's BugReports field. It now ignores an empty field, removes leading whitespace and only attempts to open http:// and https:// URLs, falling back to emailing the maintainer.

    Bandwidth selectors bw.ucv() and bw.SJ() gave incorrect answers or incorrectly reported an error (because of integer overflow) for inputs longer than 46341. Similarly for bw.bcv() at length 5793.

    Another possible integer overflow is checked and may result in an error report (rather than an incorrect result) for much longer inputs (millions for a smooth distribution).

    findMethod() failed if the active signature had expanded beyond what a particular package used. (Example with packages XR and XRJulia on CRAN.)

    qbeta() underflowed too early in some very asymmetric cases. (PR#17178)

    R CMD Rd2pdf had problems with packages with non-ASCII titles in ‘.Rd’ files (usually the titles were omitted).

(wen)

2017-03-11 07:37:00 UTC MAIN commitmail json YAML

Updated lang/oracle-jre8 to 8.0.121
Updated lang/oracle-jdk8 to 8.0.121

(ryoon)

2017-03-11 07:36:10 UTC MAIN commitmail json YAML

Update to 8.0.121

Changelog:
## New features
security-libs/javax.xml.crypto
Added security property to configure XML Signature secure validation mode

core-libs/java.io:serialization
Serialization Filter Configuration

core-libs/java.rmi
RMI Better constraint checking

security-libs
Add mechanism to allow non-default root CAs to not be subject to algorithm restrictions

## Changes
security-libs/javax.net.ssl
Make 3DES as a legacy algorithm in the JSSE provider

security-libs/javax.net.ssl
Improve the default strength of EC in JDK

tools/javadoc(tool)
New --allow-script-in-comments option for javadoc

security-libs/javax.xml.crypto
Increase the minimum key length to 1024 for XML Signatures

docs/release_notes
Restrict certificates with DSA keys less than 1024 bits.

security-libs
More checks added to DER encoding parsing code

core-libs/java.net
Additional access restrictions for URLClassLoader.newInstance

core-libs/java.util.logging
A new configurable property in logging.properties java.util.logging.FileHandler.maxLocks

## Bug Fixes
client-libs/javax.swing
Trackpad scrolling of text on OS X 10.12 Sierra is very fast

(ryoon)

2017-03-11 07:16:05 UTC MAIN commitmail json YAML

Fix pidgin entries.

(wiz)

2017-03-11 07:15:25 UTC MAIN commitmail json YAML

2017-03-11 07:09:10 UTC MAIN commitmail json YAML

ass build needs ass buildlink

(snj)

2017-03-11 03:39:15 UTC MAIN commitmail json YAML

PKG_SUGGESTED_OPTIONS to include pulseaudio and libass.
Sorting of options.

OK leot@

(nat)

2017-03-11 03:36:31 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.5.4

(tsutsui)

2017-03-11 03:35:51 UTC MAIN commitmail json YAML

Update mikutter to 3.5.4.

Upstream changes:

mikutter 3.5.4

* unify follow notifications (thanks @osa_k)
* delete button wasn't drawn in setting window of extract tabs (thanks @moguno)
* excessive memory access on receiveng tweets

"Release from Shinkansen bounding for Open Source Conference Tokyo"

(tsutsui)

2017-03-11 03:30:04 UTC MAIN commitmail json YAML

Updated chat/finch to 2.11.0nb2

(khorben)

2017-03-11 03:09:47 UTC MAIN commitmail json YAML

Updated chat/pidgin-silc to 2.11.0nb1

(khorben)

2017-03-11 03:08:03 UTC MAIN commitmail json YAML

Updated chat/pidgin-sametime to 2.11.0nb1

(khorben)

2017-03-11 03:05:30 UTC MAIN commitmail json YAML

Updated chat/pidgin to 2.11.0nb3

(khorben)

2017-03-11 03:05:18 UTC MAIN commitmail json YAML

Updated chat/libpurple to 2.11.0nb7

(khorben)

2017-03-11 03:02:40 UTC MAIN commitmail json YAML

Update chat/{libpurple,pidgin} to version 2.11.0

version 2.11.0 (06/21/2016):
General:
* 2.10.12 was accidentally released with new additions to the API and
  should have been released as 2.11.0.  Unfortunately, we did not catch
  the mistake until after 2.10.12 was released, but we're fixing it now.
  See ChangeLog.API for more information.
* Include the Mozilla certificate bundle. This fixes connecting to servers
  with certificates from Let's Encrypt.
* Remove all 1024-bit CAs

libpurple:
* media: fix an issue with ximagesink displaying only a corner cut-out of
  a larger webcam video (Jakub Adam)
* mediamanager: update output window destruction so that it reflects recent
  changes in the media pipeline structure (Jakub Adam)
* Ported Instantbird's CommandUiOps to libpurple (Dequis)

Pidgin:
* Fixed #14962
* Fixed alignment of incoming right-to-left messages in protocols that
  don't support rich text
* Fix a potential crash while exiting pidgin

Windows-Specific Changes:
* Use getaddrinfo for DNS to enable IPv6 (#1075)
* Updates to dependencies:
* NSS 3.24 and NSPR 4.12.

AIM:
* Add support for the newer kerberos-based authentication of AIM 8.x

Bonjour
* Fixed building on Mac OSX (Patrick Cloke) (#16883)

ICQ:
* Stop truncating passwords to 8 characters like old ICQ clients did.
  (#16692). If you actually needed this, truncate your password
  manually by pressing backspace a few times.

IRC:
* Base64-decode SASL messages before passing to libsasl (#16268)

MXit
* Fixed a buffer overflow.  Discovered by Yves Younan of Cisco Talos.
  (TALOS-CAN-0120)
* Fixed a remote out-of-bounds read.  Discovered by Yves Younan of Cisco
  Talos.  (TALOS-CAN-0140)
* Fixed a remote out-of-band read.  Discovered by Yves Younan of Cisco
  Talos.  (TALOS-CAN-0138, TALOS-CAN-0135)
* Fixed an invalid read.  Discovered by Yves Younan of Cisco Talos
  (TALOS-CAN-0118)
* Fixed a remote buffer overflow vulnerability.  Discovered by Yves
  Younan of Cisco Talos.  (TALOS-CAN-0119)
* Fixed an out-of-bounds read discovered by Yves Younan of Cisco Talos.
  (TALOS-CAN-0123)
* Fixed a directory traversal issue.  Discovered by Yves Younan of Cisco
  Talos (TALOS-CAN-0128)
* Fixed a remote denial of service vulnerability that could result in
  a null pointer dereference.  Discovered by Yves Younan of Cisco Talos.
  (TALOS-CAN-0133)
* Fixed a remote denial of service that could result in an out-of-bounds
  read.  Discovered by Yves Younan of Cisco Talos (TALOS-CAN-0134)
* Fixed multiple remote buffer overflows.  Discovered by Yves Younan of
  Cisco Talos.  (TALOS-CAN-0136)
* Fixed a remote NULL pointer dereference.  Discovered by Yves Younan of
  Cisco Talos (TALOS-CAN-0137)
* Fixed a remote code execution issue discovered by Yves Younan of Cisco
  Talos.  (TALOS-CAN-0142)
* Fixed a remote denial of service vulnerability in contact mood
  handling.  Discovered by Yves Younan of Cisco Talos (TALOS-CAN-0141)
* Fixed a remote out-of-bounds write vulnerability.  Discovered by Yves
  Younan of Cisco Talos. (TALOS-CAN-0139)
* Fix a remote out-of-bounds read.  Discovered by Yves Younan of Cisco
  Talos.  (TALOS-CAN-0143)

(khorben)

2017-03-11 00:46:47 UTC MAIN commitmail json YAML

Use correct option for libass.
Patch for waftools check custom.py no longer needed as
raspberrypi-userland >= 20170109 contains pkgconfig files.

(nat)

2017-03-10 15:55:33 UTC MAIN commitmail json YAML

2017-03-10 15:47:58 UTC MAIN commitmail json YAML

Use ${TOOLS_PLATFORM.gtar} to find GNU tar.

(wiz)

2017-03-10 08:33:34 UTC MAIN commitmail json YAML

Added security/dehydrated version 0.4.0

(nils)

2017-03-10 08:31:56 UTC MAIN commitmail json YAML

add and enable dehydrated

(nils)

2017-03-10 08:30:51 UTC MAIN commitmail json YAML

Import dehydrated-0.4.0 as security/dehydrated.

This is a client for signing certificates with an ACME-server
(currently only provided by letsencrypt) implemented as a
relatively simple bash-script.

It uses the openssl utility for everything related to
actually handling keys and certificates,
so you need to have that installed.

Other dependencies are: curl, sed, grep, mktemp
(all found on almost any system, curl being the only exception)

(nils)

2017-03-10 03:13:35 UTC MAIN commitmail json YAML

Updated mail/qmail to 1.03nb21

(schmonz)

2017-03-10 03:13:29 UTC MAIN commitmail json YAML

Look up user/group IDs at runtime.

This lets us defer USERGROUP_PHASE to "pre-install", and is a step
closer to having the qmail users and groups be created at pkg_add time
(as with binary packages of typical software needing users and groups).

Based on Paul Fox's getpwnam.patch for qmail 0.96.

(schmonz)

2017-03-09 23:47:47 UTC MAIN commitmail json YAML

2017-03-09 18:39:15 UTC MAIN commitmail json YAML

nagios-plugin-dotpid: Add missing header unistd.h. fixes FreeBSD build.

PR pkg/52055 from Alberto Mijares

(maya)

2017-03-09 16:32:05 UTC MAIN commitmail json YAML

Updated filesystems/squashfs to 4.3nb2

(kamil)

2017-03-09 16:31:50 UTC MAIN commitmail json YAML

Fix build of squashfs on CentOS 7.x

Fix usage of do-build, don't reinvent it without missing parameters passed
to gmake(1).

Include required lzo, xz, zlib.

Bump PKGREVISION to 2.

(kamil)

2017-03-09 16:30:12 UTC MAIN commitmail json YAML

2017-03-09 13:54:44 UTC MAIN commitmail json YAML

Note net/powerdns* updates and additions

(fhajny)

2017-03-09 13:54:12 UTC MAIN commitmail json YAML

Enable powerdns-geoip and powerdns-odbc

(fhajny)

2017-03-09 13:52:34 UTC MAIN commitmail json YAML

Import powerdns-odbc 4.0.3.

This packages provides the ODBC backend module to PowerDNS.

(fhajny)

2017-03-09 13:50:07 UTC MAIN commitmail json YAML

Import powerdns-geoip 4.0.3.

This packages provides the GeoIP backend module to PowerDNS.

(fhajny)

2017-03-09 13:44:50 UTC MAIN commitmail json YAML

Reset PKGREVISION after parent package update

(fhajny)

2017-03-09 13:43:49 UTC MAIN commitmail json YAML

Update net/powerdns-recursor to 4.0.4.

PowerDNS Recursor 4.0.4
=======================

Change highlights include:

- Check TSIG signature on IXFR (Security Advisory 2016-04)
- Don't parse spurious RRs in queries when we don't need them
  (Security Advisory 2016-02)
- Add 'max-recursion-depth' to limit the number of internal recursion
- Wait until after daemonizing to start the RPZ and protobuf threads
- On RPZ customPolicy, follow the resulting CNAME
- Make the negcache forwarded zones aware
- Cache records for zones that were delegated to from a forwarded zone
- DNSSEC: don't go bogus on zero configured DSs
- DNSSEC: NSEC3 optout and Bogus insecure forward fixes
- DNSSEC: Handle CNAMEs at the apex of secure zones to other secure
  zones

PowerDNS Recursor 4.0.3
=======================

Bug fixes
- Call gettag() for TCP queries
- Fix the use of an uninitialized filtering policy
- Parse query-local-address before lua-config-file
- Fix accessing an empty policyCustom, policyName from Lua
- ComboAddress: don't allow invalid ports
- Fix RPZ default policy not being applied over IXFR
- DNSSEC: Actually follow RFC 7646 則2.1
- Add boost context ldflags so freebsd builds can find the libs
- Ignore NS records in a RPZ zone received over IXFR
- Fix build with OpenSSL 1.1.0 final
- Don't validate when a Lua hook took the query
- Fix a protobuf regression (requestor/responder mix-up)

Additions and Enhancements
- Support Boost 1.61+ fcontext
- Add Lua binding for DNSRecord::d_place

PowerDNS Recursor 4.0.2
=======================

Bug fixes
- Set dq.rcode before calling postresolve
- Honor PIE flags.
- Fix build with LibreSSL, for which OPENSSL_VERSION_NUMBER is
  irrelevant
- Don't shuffle CNAME records. (thanks to Gert van Dijk for the
  extensive bug report!)
- Fix delegation-only

Additions and enhancements
- Respect the timeout when connecting to a protobuf server
- allow newDN to take a DNSName in; document missing methods
- expose SMN toString to lua
- Anonymize the protobuf ECS value as well (thanks to Kai Storbeck of
  XS4All for finding this)
- Allow Lua access to the result of the Policy Engine decision, skip
  RPZ, finish RPZ implementation
- Remove unused DNSPacket::d_qlen
- RPZ: Use query-local-address(6) by default (thanks to Oli Schacher
  of switch.ch for the feature request)
- Move the root DNSSEC data to a header file

PowerDNS Recursor 4.0.1
=======================

Bug fixes
- Improve DNSSEC record skipping for non dnssec queries (Kees
  Monshouwer)
- Don't validate zones from the local auth store, go one level down
  while validating when there is a CNAME
- Don't go bogus on islands of security
- Check all possible chains for Insecures
- Don't go Bogus on a CNAME at the apex
- RPZ: default policy should also override local data RRs
- Fix a crash when the next name in a chained query is empty and
  rec_control current-queries is invoked

Improvements
- OpenSSL 1.1.0 support (Christian Hofstaedtler)
- Fix warnings with gcc on musl-libc (James Taylor)
- Also validate on +DO
- Fail to start when the lua-dns-script does not exist
- Add more Netmask methods for Lua (Aki Tuomi)
- Validate DNSSEC for security polling
- Turn on root-nx-trust by default and log-common-errors=off
- Allow for multiple trust anchors per zone
- Fix compilation warning when building without Protobuf

PowerDNS Recursor 4.0.0
=======================

- Moved to C++ 2011, a cleaner more powerful version of C++ that has
  allowed us to improve the quality of implementation in many places.
- Implemented dedicated infrastructure for dealing with DNS names that
  is fully "DNS Native" and needs less escaping and unescaping.
- Switched to binary storage of DNS records in all places.
- Moved ACLs to a dedicated Netmask Tree.
- Implemented a version of RCU for configuration changes
- Instrumented our use of the memory allocator, reduced number of
  malloc calls substantially.
- The Lua hook infrastructure was redone using LuaWrapper; old scripts
  will no longer work, but new scripts are easier to write under the
  new interface.
- DNSSEC processing: if you ask for DNSSEC records, you will get them.
- DNSSEC validation: if so configured, PowerDNS perform DNSSEC
  validation of your answers.
- Completely revamped Lua scripting API that is "DNSName" native and
  therefore far less error prone, and likely faster for most commonly
  used scenarios.
- New asynchronous per-domain, per-ip address, query engine.
- RPZ (from file, over AXFR or IXFR) support.
- All caches can now be wiped on suffixes, because of canonical
  ordering.
- Many, many more relevant performance metrics, including upstream
  authoritative performance measurements.
- EDNS Client Subnet support, including cache awareness of
  subnet-varying answers.

(fhajny)

2017-03-09 13:32:54 UTC MAIN commitmail json YAML

Update net/powerdns to 4.0.3.

pkgsrc changes:

- Remove options for cryptopp and geoip (the latter to go into a
  separate package).
- Clean up a lot of patches that do not seem to be needed anymore.

PowerDNS Authoritative Server 4.0.3
===================================

- Revert "In 'Bind2Backend::lookup()', use the 'zoneId' when we have it"

PowerDNS Authoritative Server 4.0.2

Security issues fixed:

- 2016-02: Crafted queries can cause abnormal CPU usage
- 2016-03: Denial of service via the web server
- 2016-04: Insufficient validation of TSIG signatures
- 2016-05: Crafted zone record can cause a denial of service

Other highlights:

- Don't parse spurious RRs in queries when we don't need them (Security
  Advisory 2016-02)
- Don't exit if the webserver can't accept a connection (Security
  Advisory 2016-03)
- Check TSIG signature on IXFR (Security Advisory 2016-04)
- Correctly check unknown record content size (Security Advisory
  2016-05)
- ODBC backend: actually prepare statements
- Improve root-zone performance
- Plug memory leak in postgresql backend (Christian Hofstaedtler)
- calidns: Don't crash if we don't have enough 'unknown' queries
  remaining
- Improve PacketCache cleaning (Kees Monshouwer)
- Bind backend: update status message on reload, keep the existing zone
  on failure
- Fix TSIG for single thread distributor (Kees Monshouwer)
- Change default for any-to-tcp to yes (Kees Monshouwer)
- Don't look up the packet cache for TSIG-enabled queries
- Fix build with OpenSSL 1.1.0 final (Christian Hofstaedtler)
- pdnsutil: create-slave-zone accept multiple masters (Hannu Ylitalo)

PowerDNS Authoritative Server 4.0.1
===================================

Bug fixes
- Wait for the connection to the carbon server to be established
- Don't try to deallocate empty PG statements
- Send the correct response when queried for an NSEC directly (Kees
  Monshouwer)
- Don't include bind files if length <= 2 or > sizeof(filename)
- Catch runtime_error when parsing a broken MNAME

Improvements
- Make DNSPacket return a ComboAddredd for local and remote (Aki Tuomi)
- OpenSSL 1.1.0 support (Christian Hofstaedtler)
- Fix typos in a logmessage and exception (Christian Hofsteadtler)
- pdnsutil: Remove checking of ctime and always diff the changes (Hannu
  Ylitalo)
- dnsreplay: Only add Client Subnet stamp when asked
- Use toLogString() for ringAccount (Kees Monshouwer)

Additions
- Add limits to the size of received {A,I}XFR
- Add used filedescriptor statistic (Kees Monshouwer)

PowerDNS Authoritative Server 4.0.0
===================================

- Moved to C++ 2011, a cleaner more powerful version of C++ that has
  allowed us to improve the quality of implementation in many places.
- Implemented dedicated infrastructure for dealing with DNS names that
  is fully "DNS Native" and needs less escaping and unescaping.
- Due to this, the PowerDNS Authoritative Server can now serve
  DNSSEC-enabled root-zones.
- All backends derived from the Generic SQL backend use prepared
  statements.
- Both the server and pdns_control do the right thing when chroot'ed.
- Caches are now fully canonically ordered, which means entries can be
  wiped on suffix in all places
- A revived and supported ODBC backend (godbc).
- A revived and supported LDAP backend (ldap).
- Support for CDS/CDNSKEY and RFC 7344 key-rollovers.
- Support for the ALIAS record.
- The webserver and API are no longer experimental.
- The API-path has moved to /api/v1
- DNSUpdate is no longer experimental.
- ECDSA (algorithm 13 and 14) supported without in-tree cryptographic
  libraries (provided by OpenSSL).
- Experimental support for ed25519 DNSSEC signatures (when compiled with
  libsodium support).
- Many new pdnsutil commands.
- GeoIP backend has gained many features, and can now e.g. run based on
  explicit netmasks not present in the GeoIP databases
- Removed support for LMDB.
- Removed the Geo backened (use the improved GeoIP instead).
- pdnssec has been renamed to pdnsutil.
- Support for the PolarSSL/MbedTLS, Crypto++ and Botan cryptographic
  libraries have been dropped in favor of the (faster) OpenSSL libcrypto
  (except for GOST, which is still provided by Botan).
- ECDSA P256 SHA256 (algorithm 13) is now the default algorithm when
  securing zones.
- The PowerDNS Authoritative Server now listens by default on all IPv6
  addresses.
- Several superfluous queries have been dropped from the Generic SQL
  backends.
- The INCEPTION, INCEPTION-WEEK and EPOCH SOA-EDIT metadata values are
  marked as deprecated and will be removed in 4.1.0

(fhajny)

2017-03-09 13:06:16 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 1.05

(ryoon)

2017-03-09 13:05:34 UTC MAIN commitmail json YAML

Update to 1.05

* Include native X.org libraries in recent NetBSD-current

(ryoon)

2017-03-09 12:45:56 UTC MAIN commitmail json YAML

2017-03-09 11:52:37 UTC MAIN commitmail json YAML

Updated misc/dpkg to 1.18.23nb1

(wiz)

2017-03-09 11:52:26 UTC MAIN commitmail json YAML

Updated dpkg to 1.18.23nb1.

Set TAR so that GNU tar is found.
Enable start-stop-daemon now that it builds on NetBSD.
Add a test dependency.

(wiz)

2017-03-09 10:47:33 UTC MAIN commitmail json YAML

Updated graphics/GraphicsMagick to 1.3.25nb2

(jperkin)

2017-03-09 10:47:24 UTC MAIN commitmail json YAML

Make pkg-config a runtime dependency so GraphicsMagick*config work.

Bump PKGREVISION.

(jperkin)

2017-03-09 09:51:04 UTC MAIN commitmail json YAML

Disable llvm option on SunOS, it doesn't build.

(jperkin)

2017-03-09 03:59:35 UTC MAIN commitmail json YAML

Updated net/tcpdump to 4.9.0nb2

(maya)

2017-03-09 03:59:17 UTC MAIN commitmail json YAML

tcpdump: bump PKGREVISION for previous.

I think the package might be created and can be built, but isn't possible
to pkg_add. paranoid bump just in case.

(maya)

2017-03-09 03:01:54 UTC MAIN commitmail json YAML

tcpdump: create _tcpdump user (and group) properly.
fix build failure when a _tcpdump user did not exist already.

from Michael-John Turner in PR pkg/52051

(maya)

2017-03-08 22:39:32 UTC MAIN commitmail json YAML

Added security/ruby-rex-struct2 version 0.1.0

(minskim)

2017-03-08 22:39:01 UTC MAIN commitmail json YAML

Add ruby-rex-struct2

(minskim)

2017-03-08 22:38:12 UTC MAIN commitmail json YAML

Import ruby-rex-struct2-0.1.0 as security/ruby-rex-struct2

Ruby Exploitation (Rex) library for generating/manipulating C-Style
structs.

(minskim)

2017-03-08 20:07:21 UTC MAIN commitmail json YAML

suse131_32_binutils -> suse131_binutils -- thanks, leot@!

(hauke)

2017-03-08 16:51:37 UTC MAIN commitmail json YAML

2017-03-08 16:16:40 UTC MAIN commitmail json YAML

Ensure PBULK_CACHE_DIRECTORY exists before writing into it.

(jperkin)

2017-03-08 16:09:15 UTC MAIN commitmail json YAML

Use local Docbook DTDs.  Fixes issue where xmllint --nonet doesn't actually
work.

(jperkin)

2017-03-08 15:47:04 UTC MAIN commitmail json YAML

Updated net/syncthing to 0.14.24

(wiz)

2017-03-08 15:46:52 UTC MAIN commitmail json YAML

Updated syncthing to 0.14.24.

This is a regularly scheduled stable release.

Resolved issues since v0.12.23:

    #3884: lib/sync: Fix a race in unlocker logging
    #3976: Links and log messages refer to https instead of http where possible

Also:

    As of this release, symlinks are no longer supported on Windows.
    The default number of parallel file processing routines per
    folder is now two (previously one), and the number of simultaneously
    outstanding network requests has been increased.
    The GUI now contains buttons to pause or resume all folders
    with a single action.

(wiz)

2017-03-08 15:30:01 UTC MAIN commitmail json YAML

+ modular-xorg-server-1.19.2 [distfile is missing some autoconf files].

(wiz)

2017-03-08 15:26:52 UTC MAIN commitmail json YAML

Mark SunOS as _INCOMPAT_CURSES, there are lots of issues with the recent work
to use the curses framework and this is the simplest solution for now.

(jperkin)

2017-03-08 15:05:25 UTC MAIN commitmail json YAML

Added textproc/lowdown version 0.1.9

(wiz)

2017-03-08 15:05:14 UTC MAIN commitmail json YAML

2017-03-08 15:05:02 UTC MAIN commitmail json YAML

Import lowdown-0.1.9 as textproc/lowdown.

lowdown is just another Markdown translator. It can output traditional
HTML or a document for your troff type-setter of choice, such as
groff(1), Heirloom troff, or even mandoc(1). lowdown doesn't require
XSLT, Python, or even Perl - it's just clean, secure, open source
C code with no dependencies.

(wiz)

2017-03-08 14:54:49 UTC MAIN commitmail json YAML

Added archivers/py-zstandard version 0.7.0

(wiz)

2017-03-08 14:54:34 UTC MAIN commitmail json YAML

2017-03-08 14:54:26 UTC MAIN commitmail json YAML

Import py-zstandard-0.7.0 as archivers/py-zstandard.

This project provides Python bindings for interfacing with the
Zstandard compression library. A C extension and CFFI interface are
provided.

The primary goal of the project is to provide a rich interface to
the underlying C API through a Pythonic interface while not sacrificing
performance. This means exposing most of the features and flexibility
of the C API while not sacrificing usability or safety that Python
provides.

(wiz)

2017-03-08 14:52:11 UTC MAIN commitmail json YAML

Updated graphics/graphviz to 2.40.1

(wiz)

2017-03-08 14:51:56 UTC MAIN commitmail json YAML

Updated graphviz to 2.40.1.

December 21, 2016
- Remove usage of ast_common.h
December 20, 2016
    - Release 2.40.0
        - network-simplex fixes and optimization (Stephen North)
- built-in tred tool now available in the various swig generated
language bindings (John Ellson)
- number rounding added to SVG renderer (same as PS and TK rounding)
to aid regression testing. (John Ellson)
- additional regressson test framework, used in Travis CI builds. (Erwin Janssen)
- PHP7 support (requires swig-3.0.11 or later). (John Ellson)
- Allow user to specify clustering algorithm in gvmap. (Emden Gansner)
- Add Sierpinski graph generator to gvgen. (Emden Gansner)
- Extensive code cleanup (Erwin Janssen)
- Removal of libgd source - use vanilla libgd from separate install
- Windows builds (Erwin Janssen)
- Appveyor CI for automated Windows build testing (Erwin Janssen)
- Travis CI for Fedora/Centos builds (Erwin Janssen)
- Added JSON output format, -Tjson  (Emden Gansner)
- New curved arrowhead, cylinder node shape.
- Resolves bugs: 2599, 1172
June 18, 2016
- Experimenting with Travis CI
February 13, 2016
- Add cylinder shape for databases.
- Free installed plugins
- Update makefile for dot so that the using libpanco_C in the static build include PANGOFT2
        as well as PANGOCAIRO_LIBS (needed for some versions of Ubuntu)
February 1, 2016
- Add json output format
April 26, 2015
- output class value in svg files
September 9, 2014
- Add plain shape for use with HTML-like labels.
August 12, 2014
- Add icurve arrowhead.
July 28, 2014
- Revert to old, translate to origin semantics in neato, etc. Add flag notranslate if that is
          what the user desires.

(wiz)

2017-03-08 14:48:30 UTC MAIN commitmail json YAML

2017-03-08 14:38:34 UTC MAIN commitmail json YAML

Pull in upstream fix for mkostemp issue, should fix SunOS and PR#52035.

(jperkin)

2017-03-08 13:37:55 UTC MAIN commitmail json YAML

Update patch for current define naming.  Fixes SunOS build.

(jperkin)

2017-03-08 11:49:59 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Locale to 1.14

(wiz)

2017-03-08 11:49:45 UTC MAIN commitmail json YAML

Updated p5-DateTime-Locale to 1.14.

1.14    2017-03-05

- Codes with just a language and script code were not parsed correctly,
  leading to bugs in their data, so that they did not report a script_code,
  nor did their name reflect the script. So for example "bs-Latn" was just
  "Bosnian" instead of "Bosnian Latin".

1.13    2017-03-05

- Fixed a regression bug where providing a locale's English name or native
  name to DateTime::Locale->load no longer worked. Fixed by Sergey. GH #13.

(wiz)

2017-03-08 11:48:03 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 2.003001

(wiz)

2017-03-08 11:47:50 UTC MAIN commitmail json YAML

Updated p5-Moo to 2.003001.

2.003001 - 2017-03-06
  - fix +attributes replacing builder subs if parent attribute was defined with
    builder => $subref
  - fix trigger with a default value and init_arg of undef

(wiz)

2017-03-08 11:46:23 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 6.23

(wiz)

2017-03-08 11:46:09 UTC MAIN commitmail json YAML

Updated p5-libwww to 6.23.

6.23      2017-03-06
    - Fix bug where Protocol::NNTP called undef on a variable before being done
      using it. (GH PR #121)
    - Ran perltidy on LWP::Protocol::NNTP
    - Re-organized current documentation set.

(wiz)

2017-03-08 11:43:44 UTC MAIN commitmail json YAML

+ binutils-2.28, openvpn-2.4.0 [pkg/52044], p5-DateTime-Locale-1.14,
  p5-Moo-2.003001, p5-libwww-6.23, phoronix-7.0, py-gevent-1.2.1.

(wiz)

2017-03-08 10:05:48 UTC MAIN commitmail json YAML

Updated mail/mutt to 1.8.0nb1

(wiz)

2017-03-08 10:05:34 UTC MAIN commitmail json YAML

Rename mutt-mmdf(5) back to mmdf(5), to reduce diffs with upstream.
Conflict with tin was solved by renaming tin's man page.

Requested by Michael-John Turner in PR 52046.

Bump PKGREVISION.

(wiz)

2017-03-08 09:13:59 UTC MAIN commitmail json YAML

Updated x11/xf86-video-openchrome to 0.6.0

(wiz)

2017-03-08 09:13:45 UTC MAIN commitmail json YAML

Updated xf86-video-openchrome to 0.6.0.

Finally figured out how to use the X.Org automatic submission
script after realizing that I had to change the script in order for
OpenChrome DDX to build in the first place.

OpenChrome DDX Version 0.6 has added the following new features.

- First official support for CX700, VX700, and VX800 chipsets
  integrated TMDS transmitter (i.e., DVI support)
- Initial support for Silicon Image SiI 164 TMDS transmitter

OpenChrome DDX Version 0.6 has the following improvements.

- Improved FP reinitialization when resuming from standby
  (HP 2133 Mini-Note, FIC CE260 / CE261 based netbooks like
  Everex CloudBook and Sylvania g netbook)
- Improved automatic detection of display resources
- Improved X Server stability in dual monitor mode
- Automatic active steering of the display controller channel to the
  correct display output device

OpenChrome DDX Version 0.6 fixes the following bugs.

- Fix for the disruption of the VT (Virtual Terminal) screen bug
  introduced in Version 0.5
- Fix for HP 2133 Mini-Note's PCIe WLAN getting turned off
  inadvertently bug introduced in Version 0.5

(wiz)

2017-03-08 01:09:00 UTC MAIN commitmail json YAML

Tabs vs spaces!
Unbreak with the Python 3 versions of the package.
Heads up by Daniel Jakots.

(sevan)

2017-03-07 23:17:51 UTC MAIN commitmail json YAML

2017-03-07 22:47:52 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.80.0

(wiz)

2017-03-07 22:47:40 UTC MAIN commitmail json YAML

Updated calibre to 2.80.0.

- version: 2.80.0
  date: 2017-02-24

  new features:
    - title: "Add support for sideloading of KFX files created with the third-party KFX calibre plugin"

    - title: "Edit book: Allow drag and drop of image files, stylesheets and html files into the editor to insert the appropriate <img> and <link> tags and add the files to the book automatically."

    - title: "Kobo driver: Add support for updated firmware"

    - title: "Edit Book: Spell Check: If there are no suggestions fill the suggested word box with the original word."

    - title: "Viewer: add a shortcut (Ctrl+F11) to show/hide toolbars."

  bug fixes:
    - title: "PDF Output: Fix courier font not being rendered when converting on windows."

    - title: "E-mail delivery: Add a Message-ID header when sending emails. Reduces probability of mails sent from calibre being marked as spam"

    - title: "Save to disk: Fix path shortening being applied to entire save template even when saving to singe directory."

    - title: "Get Books: Update the Virualo and Publi store plugins for website changes"

    - title: "Viewer: Fix regression that caused slow opening of some books with missing font/css/image files"

    - title: "Viewer: Pressing Ctrl+F in fullscreen mode should show the controls."

    - title: "Edit book: Do not allow creating multiple new files whose names differ only by case."

    - title: "Viewer: Use heuristics to try to detect comics encoded as fixed layout EPUBs to ensure they are displayed as intended."

  improved recipes:
    - The Atlantic
    - The Financial Times

  new recipes:
    - title: Various new and improved Belgian news sources

(wiz)

2017-03-07 22:28:01 UTC MAIN commitmail json YAML

bring back patch-ipc_chromium_src_base_message__pump__libevent.cc to
fix build on netbsd-7

(snj)

2017-03-07 21:57:28 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20170307

(leot)

2017-03-07 21:57:13 UTC MAIN commitmail json YAML

Update net/youtube-dl to 20170307

Changes:
version 2017.03.07

Core
* Metadata are now added after conversion (#5594)

Extractors
* [soundcloud] Update client id (#12376)
* [openload] Fix extraction (#10408, #12357)

version 2017.03.06

Core
+ [utils] Process bytestrings in urljoin (#12369)
* [extractor/common] Improve height extraction and extract bitrate
* [extractor/common] Move jwplayer formats extraction in separate method
+ [external:ffmpeg] Limit test download size to 10KiB (#12362)

Extractors
+ [drtv] Add geo countries to GeoRestrictedError
+ [drtv:live] Bypass geo restriction
+ [tunepk] Add extractor (#12197, #12243)

version 2017.03.05

Extractors
+ [twitch] Add basic support for two-factor authentication (#11974)
+ [vier] Add support for vijf.be (#12304)
+ [redbulltv] Add support for redbull.tv (#3919, #11948)
* [douyutv] Switch to the PC API to escape the 5-min limitation (#12316)
+ [generic] Add support for rutube embeds
+ [rutube] Relax URL regular expression
+ [vrak] Add support for vrak.tv (#11452)
+ [brightcove:new] Add ability to smuggle geo_countries into URL
+ [brightcove:new] Raise GeoRestrictedError
* [go] Relax URL regular expression (#12341)
* [24video] Use original host for requests (#12339)
* [ruutu] Disable DASH formats (#12322)

version 2017.03.02

Core
+ [adobepass] Add support for Charter Spectrum (#11465)
* [YoutubeDL] Don't sanitize identifiers in output template (#12317)

Extractors
* [facebook] Fix extraction (#12323, #12330)
* [youtube] Mark errors about rental videos as expected (#12324)
+ [npo] Add support for audio
* [npo] Adapt to app.php API (#12311, #12320)

version 2017.02.28

Core
+ [utils] Add bytes_to_long and long_to_bytes
+ [utils] Add pkcs1pad
+ [aes] Add aes_cbc_encrypt

Extractors
+ [azmedien:showplaylist] Add support for show playlists (#12160)
+ [youtube:playlist] Recognize another playlist pattern (#11928, #12286)
+ [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776,
  #10060)
* [douyu] Fix extraction (#12301)

version 2017.02.27

Core
* [downloader/common] Limit displaying 2 digits after decimal point in sleep
  interval message (#12183)
+ [extractor/common] Add preference to _parse_html5_media_entries

Extractors
+ [npo] Add support for zapp.nl
+ [npo] Add support for hetklokhuis.nl (#12293)
- [scivee] Remove extractor (#9315)
+ [cda] Decode download URL (#12255)
+ [crunchyroll] Improve uploader extraction (#12267)
+ [youtube] Raise GeoRestrictedError
+ [dailymotion] Raise GeoRestrictedError
+ [mdr] Recognize more URL patterns (#12169)
+ [tvigle] Raise GeoRestrictedError
* [vevo] Fix extraction for videos with the new streams/streamsV3 format
  (#11719)
+ [freshlive] Add support for freshlive.tv (#12175)
+ [xhamster] Capture and output videoClosed error (#12263)
+ [etonline] Add support for etonline.com (#12236)
+ [njpwworld] Add support for njpwworld.com (#11561)
* [amcnetworks] Relax URL regular expression (#12127)

version 2017.02.24.1

Extractors
* [noco] Modernize
* [noco] Switch login URL to https (#12246)
+ [thescene] Extract more metadata
* [thescene] Fix extraction (#12235)
+ [tubitv] Use geo bypass mechanism
* [openload] Fix extraction (#10408)
+ [ivi] Raise GeoRestrictedError

version 2017.02.24

Core
* [options] Hide deprecated options from --help
* [options] Deprecate --autonumber-size
+ [YoutubeDL] Add support for string formatting operations in output template
  (#5185, #5748, #6841, #9929, #9966 #9978, #12189)

Extractors
+ [lynda:course] Add webpage extraction fallback (#12238)
* [go] Sign all uplynk URLs and use geo bypass only for free videos
  (#12087, #12210)
+ [skylinewebcams] Add support for skylinewebcams.com (#12221)
+ [instagram] Add support for multi video posts (#12226)
+ [crunchyroll] Extract playlist entries ids
* [mgtv] Fix extraction
+ [sohu] Raise GeoRestrictedError
+ [leeco] Raise GeoRestrictedError and use geo bypass mechanism

version 2017.02.22

Extractors
* [crunchyroll] Fix descriptions with double quotes (#12124)
* [dailymotion] Make comment count optional (#12209)
+ [vidzi] Add support for vidzi.cc (#12213)
+ [24video] Add support for 24video.tube (#12217)
+ [crackle] Use geo bypass mechanism
+ [viewster] Use geo verification headers
+ [tfo] Improve geo restriction detection and use geo bypass mechanism
+ [telequebec] Use geo bypass mechanism
+ [limelight] Extract PlaylistService errors and improve geo restriction
  detection

version 2017.02.21

Core
* [extractor/common] Allow calling _initialize_geo_bypass from extractors
  (#11970)
+ [adobepass] Add support for Time Warner Cable (#12191)
+ [travis] Run tests in parallel
+ [downloader/ism] Honor HTTP headers when downloading fragments
+ [downloader/dash] Honor HTTP headers when downloading fragments
+ [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4
+ Add option --geo-bypass-country for explicit geo bypass on behalf of
  specified country
+ Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass
+ Add experimental geo restriction bypass mechanism based on faking
  X-Forwarded-For HTTP header
+ [utils] Introduce GeoRestrictedError for geo restricted videos
+ [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions

Extractors
+ [ninecninemedia] Use geo bypass mechanism
* [spankbang] Make uploader optional (#12193)
+ [iprima] Improve geo restriction detection and disable geo bypass
* [iprima] Modernize
* [commonmistakes] Disable UnicodeBOM extractor test for python 3.2
+ [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)
* [nrk] Update _API_HOST and relax _VALID_URL
+ [tv4] Bypass geo restriction and improve detection
* [tv4] Switch to hls3 protocol (#12177)
+ [viki] Improve geo restriction detection
+ [vgtv] Improve geo restriction detection
+ [srgssr] Improve geo restriction detection
+ [vbox7] Improve geo restriction detection and use geo bypass mechanism
+ [svt] Improve geo restriction detection and use geo bypass mechanism
+ [pbs] Improve geo restriction detection and use geo bypass mechanism
+ [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism
+ [nrk] Improve geo restriction detection and use geo bypass mechanism
+ [itv] Improve geo restriction detection and use geo bypass mechanism
+ [go] Improve geo restriction detection and use geo bypass mechanism
+ [dramafever] Improve geo restriction detection and use geo bypass mechanism
* [brightcove:legacy] Restrict videoPlayer value (#12040)
+ [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)
+ [thisav] Add support for HTML5 media (#11771)
* [metacafe] Bypass family filter (#10371)
* [viceland] Improve info extraction

(leot)

2017-03-07 20:53:57 UTC MAIN commitmail json YAML

Updated devel/nss to 3.29.3

(ryoon)

2017-03-07 20:53:22 UTC MAIN commitmail json YAML

Update to 3.29.3

Changelog:
The NSS team has released Network Security Services (NSS) 3.29.3

No new functionality is introduced in this release.
This is a patch release to fix a rare crash when initializing an SSL socket
fails.

The NSS team has released Network Security Services (NSS) 3.29.2

No new functionality is introduced in this release.
This is a patch release to fix an issue with TLS session tickets.

(ryoon)

2017-03-07 20:52:11 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 52.0

(ryoon)

2017-03-07 20:50:50 UTC MAIN commitmail json YAML

2017-03-07 20:48:12 UTC MAIN commitmail json YAML

Updated www/firefox to 52.0

(ryoon)

2017-03-07 20:45:43 UTC MAIN commitmail json YAML

Update to 52.0

* Switch to GTK3 build
* Remove py-sqlite2 dependency, fix PR pkg/52032

Changelog:
New
    Added support for WebAssembly, an emerging standard that brings near-native performance to Web-based games, apps, and software libraries without the use of plugins.

    Added automatic captive portal detection, for easier access to Wi-Fi hotspots. When accessing the Internet via a captive portal, Firefox will alert users and open the portal login page in a new tab.

    Added user warnings for non-secure HTTP pages with logins. Firefox now displays a "This connection is not secure" message when users click into the username and password fields on pages that don't use HTTPS.

    Implemented the Strict Secure Cookies specification which forbids insecure HTTP sites from setting cookies with the "secure" attribute. In some cases, this will prevent an insecure site from setting a cookie with the same name as an existing "secure" cookie from the same base domain.

    Enhanced Sync to allow users to send and open tabs from one device to another.

Fixed
    Various security fixes

    Improved text input for third-party keyboard layouts on Windows. This will address some keyboard layouts that
      * have chained dead keys
      * input two or more characters with a non-printable key or a dead key sequence
      * input a character even when a dead key sequence failed to compose a character

Changed
    Removed support for Netscape Plugin API (NPAPI) plugins other than Flash. Silverlight, Java, Acrobat and the like are no longer supported.

    Removed Battery Status API to reduce fingerprinting of users by trackers

    Improved experience for downloads:
      * Notification in the toolbar when a download fails
      * Quick access to five most recent downloads rather than three
      * Larger buttons for canceling and restarting downloads

    Display (but allow users to override) an "Untrusted Connection" error when encountering SHA-1 certificates that chain up to a root certificate included in Mozilla's CA Certificate Program. (Note: Firefox continues to permit SHA-1 certificates that chain to manually imported root certificates.) Read more about the Mozilla Security Team's plans to deprecate SHA-1

    Migrated Firefox users on Windows XP and Windows Vista operating systems to the extended support release (ESR) version of Firefox.

    When not using Direct2D on Windows, Skia is used for content rendering

Developer
    Enabled CSS Grid Layout, opening up a world of new possibilities for graphic design

    Redesigned Responsive Design Mode to include device selection, network throttling, and more

    Improved security for screen sharing, which now shows a preview and no longer requires a whitelisted domain

unresolved
    Google Hangouts temporarily won't work

Security fixes:
#CVE-2017-5400: asm.js JIT-spray bypass of ASLR and DEP
#CVE-2017-5401: Memory Corruption when handling ErrorResult
#CVE-2017-5402: Use-after-free working with events in FontFace objects
#CVE-2017-5403: Use-after-free using addRange to add range to an incorrect root object
#CVE-2017-5404: Use-after-free working with ranges in selections
#CVE-2017-5406: Segmentation fault in Skia with canvas operations
#CVE-2017-5407: Pixel and history stealing via floating-point timing side channel with SVG filters
#CVE-2017-5410: Memory corruption during JavaScript garbage collection incremental sweeping
#CVE-2017-5411: Use-after-free in Buffer Storage in libGLES
#CVE-2017-5409: File deletion via callback parameter in Mozilla Windows Updater and Maintenance Service
#CVE-2017-5408: Cross-origin reading of video captions in violation of CORS
#CVE-2017-5412: Buffer overflow read in SVG filters
#CVE-2017-5413: Segmentation fault during bidirectional operations
#CVE-2017-5414: File picker can choose incorrect default directory
#CVE-2017-5415: Addressbar spoofing through blob URL
#CVE-2017-5416: Null dereference crash in HttpChannel
#CVE-2017-5417: Addressbar spoofing by draging and dropping URLs
#CVE-2017-5425: Overly permissive Gecko Media Plugin sandbox regular expression access
#CVE-2017-5426: Gecko Media Plugin sandbox is not started if seccomp-bpf filter is running
#CVE-2017-5427: Non-existent chrome.manifest file loaded during startup
#CVE-2017-5418: Out of bounds read when parsing HTTP digest authorization responses
#CVE-2017-5419: Repeated authentication prompts lead to DOS attack
#CVE-2017-5420: Javascript: URLs can obfuscate addressbar location
#CVE-2017-5405: FTP response codes can cause use of uninitialized values for ports
#CVE-2017-5421: Print preview spoofing
#CVE-2017-5422: DOS attack by using view-source: protocol repeatedly in one hyperlink
#CVE-2017-5399: Memory safety bugs fixed in Firefox 52
#CVE-2017-5398: Memory safety bugs fixed in Firefox 52 and Firefox ESR 45.8

(ryoon)

2017-03-07 20:42:28 UTC MAIN commitmail json YAML

Provide gssapi pkg option for {,neo}mutt.

(elric)

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

Added devel/py-requests-ftp version 0.3.1

(minskim)

2017-03-07 18:16:21 UTC MAIN commitmail json YAML

Add py-request-ftp

(minskim)

2017-03-07 18:15:21 UTC MAIN commitmail json YAML

Import py-request-ftp-0.3.1 as devel/py-request-ftp

Requests-FTP is an implementation of an FTP transport adapter for use
with the awesome Requests Python library.  This library is intended as
both a starting point for future development and a useful example for
how to implement transport adapters.

(minskim)

2017-03-07 17:48:48 UTC MAIN commitmail json YAML

2017-03-07 17:48:06 UTC MAIN commitmail json YAML

Update to newest stable version 1.7.3.

ChangeLog to long to include here, please take a look at
http://www.haproxy.org/download/1.7/src/CHANGELOG

Fixes PR pkg/52014

(morr)

2017-03-07 17:40:01 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)

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

Security update to version 4.7.3.

Fixed security bugs:

* Cross-site scripting (XSS) via media file metadata. Reported by Chris Andr竪
  Dale, Yorick Koster, and Simon P. Briggs.
* Control characters can trick redirect URL validation. Reported by Daniel
  Chatfield.
* Unintended files can be deleted by administrators using the plugin deletion
  functionality. Reported by xuliang.
* Cross-site scripting (XSS) via video URL in YouTube embeds. Reported by Marc
  Montpas.
* Cross-site scripting (XSS) via taxonomy term names. Reported by Delta.
* Cross-site request forgery (CSRF) in Press This leading to excessive use of
  server resources. Reported by Sipke Mellema.

More information here: https://codex.wordpress.org/Version_4.7.3

(morr)

2017-03-07 16:28:35 UTC MAIN commitmail json YAML

Updated security/py-cryptodome to 3.4.5

(maya)

2017-03-07 16:28:17 UTC MAIN commitmail json YAML

py-cryptodome: update to 3.4.5

The library can also be compiled using MinGW.
Removed use of alloca().
[Security] Removed implementation of deprecated "quick check" feature of PGP block cipher mode.
Improved the performance of scrypt by converting some Python to C.

(maya)

2017-03-07 16:06:25 UTC MAIN commitmail json YAML

Updated mail/neomutt to 20170306

(wiz)

2017-03-07 16:06:14 UTC MAIN commitmail json YAML

Updated neomutt to 20170306.

2017-03-06  Richard Russon  <rich@flatcap.org>
* Bug Fixes
  - Get the correct buffer size under fmemopen/torify (#441)
  - Use static inlines to make gcc 4.2.1 happy
  - getdnsdomainname: cancel getaddrinfo_a if needed
  - imap: remove useless code (#434) (origin/master)
  - Fixes missing semi-colon compilation issue (#433)
* Docs
  - github: added template for Pull Requests, issues and a CONTRIBUTION.md (#339)
  - editorconfig: support for new files, fix whitespace (#439)
  - add blocking fmemopen bug on debian to manual (#422)
* Upstream
  - Increase ACCOUNT.pass field size. (closes #3921)
  - SSL: Fix memory leak in subject alternative name code. (closes #3920)
  - Prevent segv if open-appending to an mbox fails. (closes #3918)
  - Clear out extraneous errors before SSL_connect() (see #3916)

2017-02-25  Richard Russon  <rich@flatcap.org>
* Features
  - Add option $show_multipart_alternative
  - notmuch: Allow to use untransformed tag for color
  - Use getaddrinfo_a if possible (#420)
* Bug Fixes
  - handle sigint within socket operations (#411)
  - Avoid browsing the remote spoolfile by setting MUTT_SELECT_MULTI attach
  - notmuch: fix crash when completing tags (#395)
  - Fixes missing failure return of notmuch msg open (#401)
  - Fix latest Coverity issues (#387)
  - Advance by the correct number of position even for unknown characters (#368)
  - Release KyotoCabinet data with kcfree() (#384)
  - 22 resource leaks
* Translations
  - Update translations
  - Update the german translation (#397)
* Docs
  - fix typo in notmuch example
  - remove duplicate "default" in the sidebar intro
  - fix confusing description of notmuch operators (#371)
  - correct spelling mistakes (#412)
* Website
  - link to clang-format config in main repo (#28)
  - updated list of useful programs
  - update/improve list of useful programs
  - sidebar_format has a single default value
  - fix name of GNU Guix
  - added guix distro
  - added link to new afew maintainers
  - add code of conduct
  - add mutt-addressbook to useful
  - remove unnecessary unicode non-breaking spaces
  - github merging
* Build
  - Enable and run unit-tests on the feature/unit-test branch
  - add notmuch to default, feature
  - new dbs for mutt
  - master is now the main branch
  - streamline builds
  - fix doc generator
  - add a few includes (prelude to clang-format)
  - slcurses.h defines its own bool type
  - travis: use container build
  - add clang-format file
  - Remove ugly macros and casts from crypt-gpgme.c
  - fix minor reflow issues in some comments
  - editorconfig: use spaces to indent in *.[ch] files
  - added comment-blocks for clang-format to ignore
  - fix 80 column limit, align statements
  - Remove snprintf.c from EXTRA_DIST (#406)
  - Kill homebrew (v)snprintf implementations, as they are C99 (#402)
  - Display charset + small refactoring
  - Do not cast or check returns from safe_calloc (#396)
  - refactor: create a generic base64 encode/decode
  - debug: remove dprint in favor of mutt_debug (#375)
  - Fix dubious use macro for _() / gettext() (#376)
  - Use mutt_buffer_init instead of memset
  - Make the heap method and datatype a plain list
  - Reverts making AliasFile into a list_t (#379)
  - Turn mutt_new_* macros into inline functions
  - Do not cast return values from malloc (et similia)
* Upstream
  - Simplify mutt_label_complete().
  - Permit tab completion of pattern expressions with ~y (labels).
  - Fix the mutt_label_complete() pos parameter.
  - Fix the x-label update code check location.
  - Improve the label completion hash table usage.
  - Adds label completion.
  - Add hash_find_elem to get the hash element.
  - Minor fixes to the x-label patch from David.
  - Adds capability to edit x-labels inside mutt, and to sort by label.
  - Allow "unsubjectrc *" to remove all patterns.
  - Add subjectrx command to replace matching subjects with something else.
  - Abstract the SPAM_LIST as a generic REPLACE_LIST
  - Improve Reply-to vs From comparison when replying. (closes #3909)
  - Fix sidebar references to the "new count" to be "unread". (closes #3908)
  - Fix several alias hashtable issues.
  - Add casecmp and strdup_key flags to hash_create()
  - Improve error handling in mbox magic detection.
  - Allow initial blank lines in local mailboxes.
  - Fix minor documentation issues.
  - Convert cmd_parse_search to use the uid hash. (closes #3905)
  - Create a uid hash for imap. (see #3905)
  - Convert HASH to be indexable by unsigned int. (see #3905)
  - Fix imap server-side search to call uid2msgno() only once. (see #3905)
  - Add a pattern_cache_t to speed up a few repeated matches.
  - Canonicalize line endings for GPGME S/MIME encryption. (closes #3904)
  - Fix build for bdb.
  - Create function to free header cache data.
  - Add Kyoto Cabinet support to the header cache.
  - Prevent null pointer exception for h->ai_canonname
  - Show SHA1 fp in interactive cert check menu.
  - Fix potential cert memory leak in check_certificate_by_digest().
  - Plug memory leak in weed-expired-certs code.
  - Filter expired local certs for OpenSSL verification.
  - Change "allow_dups" into a flag at hash creation.

(wiz)

2017-03-07 13:22:28 UTC MAIN commitmail json YAML