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 (1m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:13:20 UTC Now

2018-05-05 23:17:33 UTC MAIN commitmail json YAML

2018-05-05 15:41:43 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-eventmachine to 1.2.6

(taca)

2018-05-05 15:41:18 UTC MAIN commitmail json YAML

devel/ruby-eventmachine: update to 1.2.6

## 1.2.6 (April 30, 2018)
* *Fix segfault when an Exception is raised from unbind callback (for real this time!)*
* Fix race condition while initializing the machine [#756]
* Fix for newer compilers where bind() and std::bind() conflict [#830, #831]
* Be verbose about SSL connection errors [#807]
* Avoid explicitly calling class methods when in class scope
* Java: Add EM_PROTO_SSL/TLS definitions [#773, #791]
* Java: return zero when sending data to a closed connection [#475, #804]
* Pure Ruby: Connection::error? calls report_connection_error_status [#801]

(taca)

2018-05-05 15:39:54 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-byebug to 10.0.2

(taca)

2018-05-05 15:39:27 UTC MAIN commitmail json YAML

devel/ruby-byebug: update to 10.0.2

## 10.0.2 - 2018-03-30

* Error when using byebug with `debase` gem (#447, @tzmfreedom)

(taca)

2018-05-05 14:20:23 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.8.0

(taca)

2018-05-05 14:19:58 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.8.0

=== 5.8.0 (2018-05-01)

* Don't mark SQLAnywhere as supporting WITH in INSERT statement (jeremyevans)

* Support :search_path as a shard option on PostgreSQL (jeremyevans)

* Add Dataset#nowait for raising a Sequel::DatabaseLockTimeout when a locked row is encountered, supported on PostgreSQL, MySQL 8+, MSSQL, and Oracle (jeremyevans)

* Support Dataset#skip_locked on MySQL 8+ (jeremyevans)

* Make schema modification methods in the pg_enum extension work on a frozen Database object (jeremyevans)

* Support common table expressions and window functions on MySQL 8+ (jeremyevans)

* Ignore Dataset#explain :extended option on MySQL 5.7+, since extended output is then the MySQL default (jeremyevans)

* Work around REGEXP BINARY not working correctly on MySQL 8+ by using REGEXP_LIKE with the 'c' match_type (jeremyevans)

* Force correct column order in Database#foreign_key_list on MySQL (jeremyevans)

* Add ConnectionPool#connection_expiration_random_delay to connection_expiration extension, to avoid thundering herd if preallocating connections (hex2a, jeremyevans) (#1503)

* Emit deprecation warning in association_proxies plugin if using #filter on an association proxy, since behavior will change on ruby 2.6+ (utilum) (#1497)

* Handle multiple add_constraint calls and a set_column_null call in the same alter_table block on SQLite (jeremyevans) (#1498)

* Add Database#rename_enum to the pg_enum extension (AlexWayfer) (#1495)

* Make tactical_eager_loading plugin respect the :allow_eager association option (jeremyevans) (#1494)

* Add pg_auto_constraint_validations plugin, for automatically converting constraint violations to validation failures on PostgreSQL (jeremyevans)

* Don't make Model#_valid? public in the error_splitter plugin (jeremyevans)

* Support Database#indexes :include_partial option on PostgreSQL for including partial indexes (jeremyevans)

* Include more diagnostic information in Database#error_info on PostgreSQL (jeremyevans)

* Support Database#foreign_key_list :reverse option on PostgreSQL for parsing foreign key constraints that reference a given table (jeremyevans)

* Add Database#check_constraints on PostgreSQL for parsing CHECK constraints (jeremyevans)

* Don't use identity columns if :serial=>true or :type=>:serial|:bigserial column options are used (#1490) (jeremyevans)

* Cache Dataset#select_all datasets if no arguments are given (jeremyevans)

* Cache Dataset#returning datasets if no arguments are given (jeremyevans)

* Cache Dataset#qualify datasets if no argument is given (jeremyevans)

* Cache Dataset#lateral datasets (jeremyevans)

* Cache Dataset#from_self datasets if no options are given (jeremyevans)

* Cache Dataset#distinct datasets if no arguments or block is given (jeremyevans)

=== 5.7.0 (2018-04-01)

* Add Sequel.start_timer and .elapsed_seconds_since for more accurate elapsed time calculations on ruby 2.1+ (jeremyevans)

* Run Dataset#with_sql_{all,each,first,single_value} using a cached dataset to avoid clobbering the dataset's columns (jeremyevans)

* Add Database#convert_serial_to_identity on PostgreSQL 10.2+, which requires superuser access (jeremyevans)

* Fix Database#server_version when connecting to PostgreSQL 10.1+ in certain cases (jeremyevans)

* Free temporary clobs in the jdbc/oracle adapter to prevent a memory leak (jeremyevans) (#1482)

* Treat prepared statement errors due to changing types as disconnect errors in the postgres adapter (jeremyevans) (#1481)

* Add integer64 extension for treating Integer as a 64-bit integer when used as a generic type (jeremyevans)

* Allow many_to_pg_array remove_all_* method cast appropriately to work correctly for non-integer types (jeremyevans)

* Fix array_type for pg_array_to_many and many_to_pg_array associations in pg_array_associations plugin (jeremyevans)

* Use identity columns instead of serial columns for primary keys on PostgreSQL 10.2+ (jeremyevans)

* Support :identity option when creating columns on PostgreSQL 10+ to create identity columns (jeremyevans)

* Add Dataset#overriding_{system,user}_value on PostgreSQL for use with PostgreSQL 10+ identity columns (jeremyevans)

* Set :auto_increment schema entry correctly for PostgreSQL 10+ identity columns (jeremyevans)

(taca)

2018-05-05 14:16:08 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-mysql2 to 0.5.1

(taca)

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

databases/ruby-mysql2: update to 0.5.1

0.5.1 (2018/04/11)

New Features

* None

Bug Fixes

* Fix with --with-mysql-dir (#952)
* Prevent command out of sync errors with Prepared Statements (#956, #957, #958)

Changes

* Specs: Use the prepared statement performance schema if available (#960)
* README mysql2 0.5.x works with Rails 5.0.7, 5.1.6, and higher
* README be sure to read about the known limitations of prepared statements

(taca)

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

doc: Updated databases/ruby-odbc to 0.99999

(taca)

2018-05-05 14:14:35 UTC MAIN commitmail json YAML

databases/ruby-odbc: update to 0.99999

Wed Feb 28 2018 version 0.99999 released

* update to compile with newer Ruby releases, thanks
  Lars Kanis for patch
* added ODBC::Database.login_timeout to get/set the
  SQL_LOGIN_TIMEOUT connection attribute

Wed Feb 15 2017 version 0.99998 released

* minor update to compile with Ruby 2.4, thangs to Kevin Deisz
* preset output vars before SQLColAttributes() call

(taca)

2018-05-05 13:52:57 UTC MAIN commitmail json YAML

Fix version number in DESCR.

(dholland)

2018-05-05 12:33:00 UTC MAIN commitmail json YAML

graphics/libwmf: Make this build with freetype2-2.9.1

Avoid calling freetype-config by passing the freetype2 directory to
configure.

(minskim)

2018-05-05 12:31:25 UTC MAIN commitmail json YAML

fonts/ttf2pk: Make this build with freetype2-2.9.1

freetype2 no longer installs freetype-config. Use pkg-config instead.

(minskim)

2018-05-05 12:22:47 UTC MAIN commitmail json YAML

print/xetex: Make this build with freetype2-2.9.1

freetype2 no longer installs freetype-config. Use pkg-config instead.

(minskim)

2018-05-05 12:13:44 UTC MAIN commitmail json YAML

Use pkg-config. Fixes freetype2 detection and "annotate" build on Darwin.

(schmonz)

2018-05-05 04:10:03 UTC MAIN commitmail json YAML

doc: Added lang/gcc8 version 8.1.0

(maya)

2018-05-05 04:09:10 UTC MAIN commitmail json YAML

2018-05-05 04:08:36 UTC MAIN commitmail json YAML

2018-05-05 03:56:48 UTC MAIN commitmail json YAML

fonts/ttmkfdir2: Make this build with freetype2-2.9.1

Use pkg-config instead of freetype-config.

(minskim)

2018-05-05 03:48:03 UTC MAIN commitmail json YAML

doc: Updated devel/boost-headers to 1.67.0nb3

(minskim)

2018-05-05 03:47:33 UTC MAIN commitmail json YAML

devel/boost-headers: Fix an incorrect line in a patch

The patch file deleted a backslash incorrectly, breaking the packages
using the header file it patched on some platforms.

(minskim)

2018-05-04 21:57:21 UTC MAIN commitmail json YAML

pdated multimedia/mkvtoolnix

(adam)

2018-05-04 21:56:58 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 23.0.0

Version 23.0.0 "The Bride Said No":

New features and enhancements

* mkvmerge: input: format detection uses file-extension to improve performance
  and to give preference when several formats match.
* mkvmerge: AV1: added support for reading AV1 video from Open Bitstream Unit
  files.
* mkvmerge: AV1: adjusted the code for the AV1 bitstream format changes made
  up to 2018-05-02.
* mkvmerge: MP4 reader: if a track has an edit list with two identical
  entries, each spanning the file's duration as given in the movie header
  atom, then the second entry will now be ignored. Improves the handling of
  files with bogus data.
* MKVToolNix GUI: multiplexer: added options to only enable tracks of certain
  types by default.
* MKVToolNix GUI: multiplexer: added an option to enable dialog normalization
  gain removal by default for all audio tracks for which the operation is
  supported.
* MKVToolNix GUI: multiplexer: when deriving track languages from the file
  names is active and the file name contains the usual season/episode pattern
  (e.g. "S02E14"), then only the part after the season/episode pattern will be
  used for detecting the language.
* MKVToolNix GUI: multiplexer: the regular expression used for deriving track
  languages from the file names can now be customized in the preferences.
* MKVToolNix GUI: multiplexer: the user can now customize the list of track
  languages the GUI recognizes in file names. This list defaults to a handful
  of common languages instead of the full list of supported languages.

(adam)

2018-05-04 21:51:18 UTC MAIN commitmail json YAML

Add this file now that we have a patch.
My "make mps" and subsequent "cvs commit" didn't add this file
as it would "normally" have done...

(he)

2018-05-04 18:08:03 UTC MAIN commitmail json YAML

2018-05-04 18:07:40 UTC MAIN commitmail json YAML

Update Go to 1.10.2.

As far as I can see, only non-security-relevant bugfixes.

go1.10.2 (released 2018/05/01) includes fixes to the compiler, linker, and go
command. See the Go 1.10.2 milestone on our issue tracker for details.

(bsiegert)

2018-05-04 15:33:36 UTC MAIN commitmail json YAML

doc: Updated mail/fdm to 1.9nb2

(leot)

2018-05-04 15:33:22 UTC MAIN commitmail json YAML

fdm: Fix the build with OpenSSL 1.1.0 and minor cosmetic changes

- Fix the build with OpenSSL 1.1.0 backporting a patch from upstream.
- Minor mostly cosmetic changes (pointed out by pkglint)
- Take MAINTAINERship

Bump PKGREVISION

(leot)

2018-05-04 14:53:09 UTC MAIN commitmail json YAML

Note update of security/pam-mkhomedir to 1nb1.

(he)

2018-05-04 14:52:26 UTC MAIN commitmail json YAML

Add a patch fixing a typo and potential 10-byte buffer overrun.

(he)

2018-05-04 14:28:32 UTC MAIN commitmail json YAML

2018-05-04 14:26:42 UTC MAIN commitmail json YAML

2018-05-04 13:55:51 UTC MAIN commitmail json YAML

Note update of graphics/ImageMagick to 7.0.7.30.

(he)

2018-05-04 13:55:15 UTC MAIN commitmail json YAML

Updated ImageMagick to 7.0.7.30.

2018-05-01  7.0.7-30 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.7-30, GIT revision 14242:730f1d1d3:20180501.

2018-05-01  7.0.7-30  <quetzlzacatenango@image...>
  * Missing break when checking "compliance" element.

2018-04-30  7.0.7-29 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.7-29, GIT revision 14225:41edbdcea:20180430.

2018-03-26  7.0.7-29  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).

(he)

2018-05-04 13:23:53 UTC MAIN commitmail json YAML

2018-05-04 09:40:02 UTC MAIN commitmail json YAML

2018-05-04 08:42:21 UTC MAIN commitmail json YAML

Updated graphics/freetype2, archivers/unrar

(adam)

2018-05-04 08:41:50 UTC MAIN commitmail json YAML

unrar: updated to 5.6.3

5.6.3:
Unknown changes.

(adam)

2018-05-04 08:40:11 UTC MAIN commitmail json YAML

freetype2: updated to 2.9.1

CHANGES BETWEEN 2.9 and 2.9.1

I. IMPORTANT BUG FIXES

  - Type  1  fonts  containing  flex  features  were  not  rendered
    correctly (bug introduced in version 2.9).

  - CVE-2018-6942: Older  FreeType versions  can crash  with certain
    malformed variation fonts.

      http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6942

II. MISCELLANEOUS

  - Bug fix: Multiple calls to `FT_Get_MM_Var' returned garbage.

  - The base  extensions `ftlcdfil' and  `ftfntfmt' are now  part of
    the  base  module  (and  thus no  longer  configurable  in  file
    `modules.cfg').

  - Emboldening of bitmaps didn't work correctly sometimes,  showing
    various artifacts (bug introduced in version 2.8.1).

  - Use  of  the `freetype-config'  script  to  get compilation  and
    linking  options  is  deprecated  since  it  doesn't  support
    cross-compiling, among other  deficiencies.  Instead, you should
    use the `pkg-config' interface.

    The `configure'  script no longer installs  `freetype-config' by
    default.  For  backwards compatibility,  a new  configure option
    `--enable-freetype-config'  is  provided  that  reverts  this
    decision.

  - The auto-hinter script ranges have  been updated for Unicode 11.
    No support  for new scripts  have been added, however,  with the
    exception of Georgian Mtavruli.

  - Support for cmake has been improved.

  - The next  release will  remove support for  Position Independent
    Code  as  needed  by  systems that  prohibit  automatic  address
    fixups, such  as BREW.  [Compilation with  modern compilers that
    use flags like `-fPIC' or `-fPIE' is not affected.]

(adam)

2018-05-04 06:56:40 UTC MAIN commitmail json YAML

Updated textproc/py-sphinx-rtd-theme, www/py-yarl

(adam)

2018-05-04 06:56:11 UTC MAIN commitmail json YAML

py-yarl: updated to 1.2.3

1.2.3:
Accept str subclasses in URL constructor

(adam)

2018-05-04 06:54:05 UTC MAIN commitmail json YAML

py-sphinx-rtd-theme: updated to 0.3.1

0.3.1:
Fixes
- Revert part of 576 causing display issues with version selector menu
- Backwards compatibility fixes for pre-0.3.0 releases
- Fix mkdocs version selector
- Add open list spacing
- Fix table centering

(adam)

2018-05-04 06:09:36 UTC MAIN commitmail json YAML

Updated security/libgpg-error, security/gnupg2

(adam)

2018-05-04 06:08:40 UTC MAIN commitmail json YAML

gnupg2: updated to 2.2.7

changes in version 2.2.7:
* gpg: New option --no-symkey-cache to disable the passphrase cache
  for symmetrical en- and decryption.
* gpg: The ERRSIG status now prints the fingerprint if that is part
  of the signature.
* gpg: Relax emitting of FAILURE status lines
* gpg: Add a status flag to "sig" lines printed with --list-sigs.
* gpg: Fix "Too many open files" when using --multifile.
* ssh: Return an error for unknown ssh-agent flags.
* dirmngr: Fix a regression since 2.1.16 which caused corrupted CRL
  caches under Windows.
* dirmngr: Fix a CNAME problem with pools and TLS.  Also use a fixed
  mapping of keys.gnupg.net to sks-keyservers.net.
* dirmngr: Try resurrecting dead hosts earlier (from 3 to 1.5 hours).
* dirmngr: Fallback to CRL if no default OCSP responder is configured.
* dirmngr: Implement CRL fetching via https.  Here a redirection to
  http is explictly allowed.
* dirmngr: Make LDAP searching and CRL fetching work under Windows.
  This stopped working with 2.1.
* agent,dirmngr: New sub-command "getenv" for "getinfo" to ease
  debugging.

(adam)

2018-05-04 05:43:42 UTC MAIN commitmail json YAML

libgpg-error: updated to 1.31

changes in version 1.31:
* Fixes another problem with gpgrt_poll under Windows.
* New translation for Spanish.

(adam)

2018-05-04 04:29:46 UTC MAIN commitmail json YAML

lang/nodejs: Include options.mk to enable options

(minskim)

2018-05-04 02:53:39 UTC MAIN commitmail json YAML

Updated www/ap2-auth-mellon to 0.14.0

Changes since 0.12.0 include a fix for CVE-2017-6807

Version 0.14.0
==============

* Backwards incompatible changes

  This version switches the default signature algorithm used when
  signing messages from rsa-sha1 to rsa-sha256. If your IdP does not
  allow messages to be signed with that algorithm, you need to add a
  setting switching back to the old algorithm:

  MellonSignatureMethod rsa-sha1

  Note that this only affects messages sent from mod_auth_mellon to your
  IdP. It does not affect authentication responses or other messages
  sent from your IdP to mod_auth_mellon.

* New features

    Many improvements in what is logged during various errors.

    Diagnostics logging, which creates a detailed log during request
    processing.

    Add support for selecting which signature algorithm is used when
    signing messages, and switch to rsa-sha256 by default.

* Bug fixes

    Fix segmentation fault in POST replay functionality on empty value.

    Fix incorrect error check for many lasso_*-functions.

    Fix case sensitive match on MellonUser attribute name.

Version 0.13.1
==============

* Security fix

  Fix a cross-site session transfer vulnerability. mod_auth_mellon
  version 0.13.0 and older failed to validate that the session
  specified in the user's session cookie was created for the web site
  the user actually accesses.

  If two different web sites are hosted on the same web server, and
  both web sites use mod_auth_mellon for authentication, this
  vulnerability makes it possible for an attacker with access to one
  of the web sites to copy their session cookie to the other web
  site, and then use the same session to get access to the other web
  site.

  Thanks to Fran輟is Kooman for reporting this vulnerability.

  This vulnerability has been assigned CVE-2017-6807.

  Note: The fix for this vunlerability makes mod_auth_mellon validate
  that the cookie parameters used when creating the session match
  the cookie parameters that should be used when accessing the current
  page. If you currently use mod_auth_mellon across multiple subdomains,
  you must make sure that you set the MellonCookie-option to the same
  value on all domains.  Bug fixes

    Fix segmentation fault if a (trusted) identity provider returns
    a SAML 2.0 attribute without a Name.

    Fix segmentation fault if MellonPostReplay is enabled but
    MellonPostDirectory is not set.

Version 0.13.0
==============

* Security fix

  Fix a denial of service attack in the logout handler, which allows
  a remote attacker to crash the Apache worker process with a
  segmentation fault. This is caused by a null-pointer dereference
  when processing a malformed logout message.  New features

    Allow MellonSecureCookie to be configured to enable just one
    of the "httponly" of "secure" flags, instead of always enabling
    both flags.
    Support per-module log level with Apache 2.4.
    Allow disabling the Cache-Control HTTP response header.
    Add support for SameSite cookie parameter.

* Bug fixes

    Fix MellonProbeDiscoveryIdP redirecting to the wrong IdP if no IdPs
    respond to the probe request.
    Fix mod_auth_mellon interfering with other Apache authentication
    modules even when it is disabled for a path.
    Fix wrong HTTP status code being returned in some cases during
    user permission checks.
    Fix default POST size limit to actually be 1 MB.
    Fix error if authentication response is missing the optional
    Conditions-element.
    Fix AJAX requests being redirected to the IdP.
    Fix wrong content type for ECP authentication request responses.

In addition there are various fixes for errors in the documentation,
as well as internal code changes that do not have any user visible
effects.

(manu)

2018-05-03 23:02:49 UTC MAIN commitmail json YAML

doc: Updated net/wireshark to 2.6.0nb1

(wiz)

2018-05-03 23:02:39 UTC MAIN commitmail json YAML

wireshark: reduce dependencies.

Addresses PR 53256 by martin@

Bump PKGREVISION.

(wiz)

2018-05-03 22:13:56 UTC MAIN commitmail json YAML

doc: Added security/ruby-openssl-ccm version 1.2.1

(minskim)

2018-05-03 22:13:49 UTC MAIN commitmail json YAML

security/Makefile: Add ruby-openssl-ccm

(minskim)

2018-05-03 22:13:47 UTC MAIN commitmail json YAML

2018-05-03 21:19:36 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 10.0.0

(fhajny)

2018-05-03 21:19:16 UTC MAIN commitmail json YAML

lang/nodejs: Update to 10.0.0.

Use bundled OpenSSL until pkgsrc provides the required 1.1.x.

### Notable Changes

- Assert
  - Calling `assert.fail()` with more than one argument is deprecated.
  - Calling `assert.ok()` with no arguments will now throw.
  - Calling `assert.ifError()` will now throw with any argument other
    than `undefined` or `null`. Previously the method would throw with
    any truthy value.
  - The `assert.rejects()` and `assert.doesNotReject()` methods have
    been added for working with async functions.
- Async_hooks
  - Older experimental async_hooks APIs have been removed.
- Buffer
  - Uses of `new Buffer()` and `Buffer()` outside of the
    `node_modules` directory will now emit a runtime deprecation
warning.
  - `Buffer.isEncoding()` now returns `undefined` for falsy values,
    including an empty string.
  - `Buffer.fill()` will throw if an attempt is made to fill with an
    empty `Buffer`.
- Child Process
  - Undefined properties of env are ignored.
- Console
  - The `console.table()` method has been added.
- Crypto
  - The `crypto.createCipher()` and `crypto.createDecipher()` methods
    have been deprecated. Please use `crypto.createCipheriv()` and
`crypto.createDecipheriv()` instead.
  - The `decipher.finaltol()` method has been deprecated.
  - The `crypto.DEFAULT_ENCODING` property has been deprecated.
  - The `ECDH.convertKey()` method has been added.
  - The `crypto.fips` property has been deprecated.
- Dependencies
  - V8 has been updated to 6.6.
  - OpenSSL has been updated to 1.1.0h.
- EventEmitter
  - The `EventEmitter.prototype.off()` method has been added as an
    alias for `EventEmitter.prototype.removeListener()`.
- File System
  - The `fs/promises` API provides experimental promisified versions
    of the `fs` functions.
  - Invalid path errors are now thrown synchronously.
  - The `fs.readFile()` method now partitions reads to avoid thread
    pool exhaustion.
- HTTP
  - Processing of HTTP Status codes `100`, `102-199` has been
    improved.
  - Multi-byte characters in URL paths are now forbidden.
- N-API
  - The n-api is no longer experimental.
- Net
  - The `'close'` event will be emitted after `'end'`.
- Perf_hooks
  - The `PerformanceObserver` class is now an `AsyncResource` and can
    be monitored using `async_hooks`.
  - Trace events are now emitted for performance events.
  - The `performance` API has been simplified.
  - Performance milestone marks will be emitted as trace events.
- Process
  - Using non-string values for `process.env` is deprecated.
  - The `process.assert()` method is deprecated.
- REPL
  - REPL now experimentally supports top-level await when using the
    `--experimental-repl-await` flag.
  - The previously deprecated "magic mode" has been removed.
  - The previously deprecated `NODE_REPL_HISTORY_FILE` environment
    variable has been removed.
  - Proxy objects are shown as Proxy objects when inspected.
- Streams
  - The `'readable'` event is now always deferred with nextTick.
  - A new `pipeline()` method has been provided for building
    end-to-data stream pipelines.
  - Experimental support for async for-await has been added to
    `stream.Readable`.
- Timers
  - The `enroll()` and `unenroll()` methods have been deprecated.
- TLS
  - The `tls.convertNPNProtocols()` method has been deprecated.
  - Support for NPN (next protocol negotiation) has been dropped.
  - The `ecdhCurve` default is now `'auto'`.
- Trace Events
  - A new `trace_events` top-level module allows trace event
    categories to be enabled/disabled at runtime.
- URL
  - The WHATWG URL API is now a global.
- Util
  - `util.types.is[…]` type checks have been added.
  - Support for bigint formatting has been added to `util.inspect()`.

#### Deprecations:

The following APIs have been deprecated in Node.js 10.0.0

- Passing more than one argument to `assert.fail()` will emit a
  runtime deprecation warning.
- Previously deprecated legacy async_hooks APIs have reached
  end-of-life and have been removed.
- Using `require()` to access several of Node.js' own internal
  dependencies will emit a runtime deprecation.
- The `crypto.createCipher()` and `crypto.createDecipher()` methods
  have been deprecated in documentation.
- Using the `Decipher.finaltol()` method will emit a runtime
  deprecation warning.
- Using the `crypto.DEFAULT_ENCODING` property will emit a runtime
  deprecation warning.
- Use by native addons of the `MakeCallback()` variant that passes a
  `Domain` will emit a runtime deprecation warning.
- Previously deprecated internal getters/setters on `net.Server` has
  reached end-of-life and have been removed.
- Use of non-string values for `process.env` has been deprecated in
  documentation.
- Use of `process.assert()` will emit a runtime deprecation warning.
- Previously deprecated `NODE_REPL_HISTORY_FILE` environment variable
  has reached end-of-life and has been removed.
- Use of the `timers.enroll()` and `timers.unenroll()` methods will
  emit a runtime deprecation warning.
- Use of the `tls.convertNPNProtocols()` method will emit a runtime
  deprecation warning. Support for NPN has been removed from Node.js.
- The `crypto.fips` property has been deprecated in documentation.

(fhajny)

2018-05-03 21:12:23 UTC MAIN commitmail json YAML

2018-05-03 21:09:17 UTC MAIN commitmail json YAML

lang/npm: Make sure we don't fetch when building.

(fhajny)

2018-05-03 13:29:57 UTC MAIN commitmail json YAML

Missed libpqxx/options.mk

(prlw1)

2018-05-03 13:14:42 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-highlight to 3.43

(schmonz)

2018-05-03 13:14:33 UTC MAIN commitmail json YAML

doc: Updated textproc/highlight to 3.43

(schmonz)

2018-05-03 13:14:24 UTC MAIN commitmail json YAML

doc: Updated textproc/libhighlight to 3.43

(schmonz)

2018-05-03 13:13:51 UTC MAIN commitmail json YAML

Update to 3.43. From the changelog:

-updated astyle code to release 3.1 (Rev. 655)
-added webkit reformatting style
-improved several language definitions
-fixed Matlab string recognition (https://github.com/andre-simon/highlight/issues/61)
-fixed Autohotkey escape sequence recognition (thanks to Klaus Daube)
-added excel.lang (https://github.com/andre-simon/highlight/pull/60)
-improved Qt pro file (https://github.com/andre-simon/highlight/pull/59)
-CLI: added --reformat-option (https://github.com/andre-simon/highlight/issues/62)
-CLI: added --line-range (https://github.com/andre-simon/highlight/issues/64)
-GUI: added Bulgarian translation  (thanks to Georgi Sotirov)

-fixed HL_OUTPUT in Lua state for HL_FORMAT_XHTML and HL_FORMAT_TRUECOLOR values
-fixed lib-shared make target
-updated astyle code to release 3.1.0 beta
-added Polygen and EBNF2 syntax definitions (thanks to Tristano Ajmone)
-added pywal terminal colouring template in extras/pywal
-added reformatting style ratliff (replaces banner)
-added extras/langDefs-resources/cleanslate.lang (thanks to Tristano Ajmone)
-improved Perl6 compatibility
-improved PHP string interpolation
-improved Haskell definition (https://github.com/andre-simon/highlight/pull/52)
-CLI: added --canvas option to define background color padding in ANSI output
  (https://github.com/andre-simon/highlight/issues/40)
-GUI: added French translation (thanks to Antoine Belvire)
-GUI: added Scripts tab (suggested by Tristano Ajmone)
-GUI: minor bugfixes

-renamed examples directory to extras
-line anchors (-a) are attached as id attribute to the first span or li tag in
  HTML output (https://github.com/andre-simon/highlight/issues/36)
-renamed ID prefix in outhtml_codefold plug-in to be compatible with -a IDs
-added fstab.lang and added anacrontab in filetypes.conf
-removed references to OutputType::HTML32
-added extras/css-themes and extras/langDefs-resources
  (thanks to Tristano Ajmone)
-CLI: removed deprecated indicator of --data-dir option
-CLI: added --no-version-info option
-GUI: fixed initial theme selection
-GUI: added "Omit version info comment" option
-GUI: added "Copy with MIME type" option for HTML output
  (https://github.com/andre-simon/highlight/issues/32)

-fixed Ruby string parsing (thanks to Jens Schleusener)
-fixed segfault on sparc64 (patch by James Clarke)
-fixed PureBasic definition (https://github.com/andre-simon/highlight/issues/25)
-added CMake definition (https://github.com/andre-simon/highlight/issues/20)
-added email definition (https://github.com/andre-simon/highlight/issues/21)
-linked scm suffix to lisp definition
  (https://github.com/andre-simon/highlight/issues/22)
-W32 CLI: support HIGHLIGHT_DATADIR and --data-dir options
  (https://github.com/andre-simon/highlight/issues/24)
-revised documentation

-added syntax for Docker and Elixir
-improved HTML, Julia, Kotlin and Smalltalk syntax definitions
-GUI: added "Paste, Convert and Copy" button
  (port-requests/4/)">https://sourceforge.net/p/syntaxhighlight/support-requests/4/)

-fixed Bash variable highlighting issue
-updated astyle code to release 3.0.1 (https://sourceforge.net/p/astyle/bugs/438)
-added bash_ref_man7_org.lua plugin

-fixed Perl string highlighting issue
-fixed highlighting if a line continues after the nested code delimiter
-updated astyle code to release 3.0
-added examples/pandoc (thanks to Tristano Ajmone)
-added syntax mapping for markdown
  (https://github.com/andre-simon/highlight/issues/11)
-added syntax mapping for clj
  (https://github.com/andre-simon/highlight/issues/15)
-improved Java definition (https://github.com/andre-simon/highlight/issues/13)
-added theme to JSON converter in  examples/json
  (https://github.com/andre-simon/highlight/issues/8)
-CLI: added support for environment variable HIGHLIGHT_OPTIONS
  (https://github.com/andre-simon/highlight/issues/17)

-fixed code folding plugin to support more Ruby conditional modifiers
  (thanks to Jens Schleusener)
-fixed Perl quoted string highlighting (thanks to Jens Schleusener)
-added new GeneratorOverride syntax definition parameter
-added Filenames parameter in filetypes.conf to assign input filenames
  to syntax types (suggested by Andy)
-added FASM definition and edit-fasm theme (thanks to Tristano Ajmone)
-added outhtml_ie7_webctrl plug-in (suggested by Tristano Ajmone)
-GUI: file extensions can be configured for multiple languages,
  triggers syntax selection prompt
-GUI: added Italian translation (thanks to Tristano Ajmone)

-fixed code folding plugin to support Ruby conditional modifiers
-fixed JSON definition (thanks to Timothee Cour)
-fixed output of unknown syntax warning with applied force switch
  (thanks to Andy)
-added state trace parameter to Decorate plug-in function
-added GDScript definition and edit-godot theme (thanks to Tristano Ajmone)
-updated SWIG code samples
-updated Artistic Style lib (SVN Rev. 553)
-revised docs
-CLI: fixed creation of hidden files if output filename is prepended by its
  input path
-CLI: added switch --stdout (https://sourceforge.net/p/syntaxhighlight/bugs/14)

-fixed segfault with --skip applied on a single file input list
  (thanks to Jens Schleusener)
-added support for Python 3.6 syntax
-added Github and Sourceforge themes

-fixed highlighting of nested section delimiters
-fixed PHP definition (thanks to Christoph Burschka)
-fixed font family declaration in SVG
-fixed user defined encoding in ODT
-fixed unnecessary output of style file with --inline-css
  (thanks to Jens Schleusener)
-added vimscript language definition (thanks to Max Christian Pohle)
-added Coffeescript language definition (thanks to Jess Austin)
-added PureBasic definition and theme (thanks to Tristano Ajmone)
-added JSX language definition (suggested by Max Stoiber)
-added PO translation definition
-added plug-in outhtml_add_figure.lua
-updated js definition
-updated Artistic Style lib (SVN Rev. 521)
-improved various color themes and syntax definitions

-added support for true color escape codes (--out-format truecolor)
-fixed xterm256 output for paging with less (thanks to Fylwind)
-fixed operator regex in rnc.lang, crk.lang and yaml.lang (thanks to Joe Klauza)
-added Pony and Whiley definitions
-updated Ceylon, Julia and TypeScript definitions
-added Go, AutoHotKey, TypeScript and R to the foldable list in the
  outhtml_codefold.lua plug-in
-removed plugins/bash_ref_linuxmanpages_com.lua
-GUI: fixed README, ChangeLog and License file paths on Linux

-revised documentation
-GUI: fixed minor layout issues

-the data directory can be defined with the HIGHLIGHT_DATADIR environment variable
-fixed RTF output of UTF-8 input; needs input encoding set to utf-8
  (thanks to Kamigishi Rei)
-fixed XML comment recognition (thanks to Mani)
-data search directories were appended to the result of --list-scripts
-revised older syntax definitions
-updated base URLs of bash_ref_linuxmanpages and cpp_ref_qtproject plug-ins
-GUI: added system copy and paste shortcuts for clipboard functions
  (suggested by Kamigishi Rei)

-added Ansible Yaml definition (thanks to Raphael Droz)
-added Chapel definition (thanks to Lydia Duncan)
-fixed gcc 6 warnings about deprecated auto_ptr usage
-src/makefile: added -std=c++11 because of auto_ptr to unique_ptr transition
  (thanks to Jens Schleusener)
-GUI: fixed style file output if "write to source directory" option is
  checked (thanks to Jim Pattee)

-added support of Pascal, Lua, Ruby and C# regions in outhtml_codefold.lua
-improved outhtml_codefold.lua to handle embedded languages
-added string delimiters in the Ruby definition
-added new AssertEqualLength flag in string section of language definitions
-improved heredoc parsing
-fixed Lua multiline string recognition
-improved SVG whitespace output (patch by Paul de Vrieze)
-added Nim and mIRC Scripting definitions

-improved outhtml_codefold.lua to ignore brackets on the same line
-added RTF output to mark_lines.lua
-fixed Powershell and NSIS definitions
-added JSON and Github Markdown definitions
-CLI: added --keep-injections option to force plugin injection output with -f
-GUI: added keep injections checkbox
-GUI: fixed crash after removing selected plugins

-added HL_REJECT state to be used in a OnStateChange function
-added DecorateLineBegin and DecorateLineEnd hooks
-added mark_lines.lua, outhtml_codefold.lua, comment_links.lua plug-ins
-fixed font face in ODT output
-fixed Operators parameter in frink.lang and oorexx.lang
-fixed regular expression parsing within strings for JS, Perl and Ruby
-CLI: added --page-color option to include a page color in RTF output
-GUI: added RTF page color checkbox

-added new SVG definition to support embedded scripting
-improved js.lang, css.lang, scss.lang, less.lang, tsql.lang
-modified HTML ordered list output to work better with new plug-ins
-renamed plug-in variable HL_INPUT_FILE to HL_PLUGIN_PARAM
-CLI: renamed --plug-in-read option to --plug-in-param
-GUI: updated plug-in parameter label and tool-tips
-GUI: fixed minor issues

-fixed TeX output for cweb documents (patch by Ingo Krabbe)
-fixed string interpolation in bat.lang
-added reduce_filesize.lua, outhtml_add_shadow.lua,
  outhtml_add_background_svg.lua, outhtml_add_background_stripes.lua,
  outhtml_add_line.lua plug-ins
-added TCL extension in examples/tcl
-added kotlin.lang, nginx.lang and julia.lang
-updated php.lang to include version 7 keywords
-updated ceylon.lang to include version 1.2 keywords
-updated scripts in examples directory
-CLI: style-infile option marked as deprecated
-GUI: shortened paths in file input lists

-added rs.lang
-added conf.lang (thanks to Victor Ananjevsky)
-added some extensions in filetypes.conf (patch by Victor Ananjevsky)
-fixed Matlab definition and style (thanks to Justin Pearson)
-CLI: fixed --list-scripts with unknown argument (thanks to Jens Schleusener)

-updated astyle code to release 2.05.1
-fixed shebang recognition (thanks to Victor Ananjevsky)
-GUI: added option to define line numbering start

-added support for LESS, SASS and Stylus CSS processors (suggested by Marcel Bischoff)
-added support for Lua 5.3, removed LUA52 makefile option
-fixed heredoc matching in perl.lang (thanks to cornucopia)
-fixed Haskell lang (thanks to Daan Michiels)
-fixed RNC lang (thanks to Daan Michiels)
-fixed regex pattern in js.lang

-updated astyle code to release 2.05
-added astyle reformatting style vtk

-added bold, italic and underline attributes to xterm256 ANSI output
  (patch by Andrew Fuller)
-fixed assembler mapping in filetypes.conf (thanks to Jens Schleusener)
-added Swift definition
-improved ASP, F#, OCaml and Lisp syntax definitions
-added interpolation patterns to several definitions
-updated base URLs in cpp_ref_gtk_gnome and cpp_ref_qtproject plug-ins
-CLI: added Pango markup output option (patch by Dominik Schmidt)

(schmonz)

2018-05-03 13:01:30 UTC MAIN commitmail json YAML

doc: Updated databases/libpqxx to 6.2.2

(prlw1)

2018-05-03 12:58:24 UTC MAIN commitmail json YAML

Update libpqxx to 6.2.2

patch-ab no longer needed just since 15 Jan 2018(!)

5 years worth of changes including:
- C++11 is now required. Your compiler must have shared_ptr, noexcept, etc.
- Removed pqxx::items. Use the new C++11 initialiser syntax.
- Removed maketemporary. We weren't using it.
- Can now be built outside the source tree.
- New, simpler, lambda-friendly transactor framework.
- New, simpler, prepared statements and parameterised statements.
- Result rows can be passed around independently.
- New exec0(): perform query, expect zero rows of data.
- New exec1(): perform query, expect (and return) a single row of data.
- New exec_n(): perform query, expect exactly n rows of data.
- No longer defines Visual Studio's NOMINMAX in headers.
- Much faster configure script.
- Most configuration items are gone.
- Retired all existing capability flags.
- Documentation on readthedocs.org, thanks Tim Sheerman-Chase.
- Expose SQLSTATE error codes in sql_error exceptions.
- Adds a first-generation parser for SQL arrays.

(prlw1)

2018-05-03 12:48:06 UTC MAIN commitmail json YAML

More tex package updates from texlive 2018

(markd)

2018-05-03 12:45:53 UTC MAIN commitmail json YAML

2018-05-03 12:42:24 UTC MAIN commitmail json YAML

2018-05-03 12:40:17 UTC MAIN commitmail json YAML

Remove libpqxx-doc to be replaced by "doc" option to libpqxx.

(prlw1)

2018-05-03 12:40:06 UTC MAIN commitmail json YAML

2018-05-03 12:38:57 UTC MAIN commitmail json YAML

Remove libpqxx-doc

The tarball no longer contains pregenerated documentation. Will be
replaced by a "doc" option to libpqxx.

(prlw1)

2018-05-03 12:36:06 UTC MAIN commitmail json YAML

2018-05-03 12:32:09 UTC MAIN commitmail json YAML

tex-beamer{,-doc}: update to 3.50

  - Fix index in documentation

  - Better handling of enumerate indentation

  - Initial work on better handling of appendix pages

  - Various doc fixes

(markd)

2018-05-03 12:27:51 UTC MAIN commitmail json YAML

tex-babel{,-doc}: update to 3.18

3.18
- More bidi in luatex: captions (required only in multilingual
  docs) and tabular (required for R tables). Also an experimental
  support for captions in xetex and pdftex (tabular is not yet
  supported).
- New ini files: ar-DZ, ar-MA, ar-SY
- Fix - \begin{hyphenrules} didn't work with polyglossia.
- Fix - switch.def was loaded twice.

3.17
- A tool for bidi footnotes.
- Fix -- \ragged... didn't work for bidi.

3.16
- New package option layout for bidi documents.

- Quotes in TU encoding

- Fix - \<language>date did not work correctly

- Fix - with some languages (eg, british), using
  \babelfont raised an error.

3.15
New command \babelfont (in Unicode engines) to define
language/script dependent fonts. Related to it, new
keys (script, language) in \babelprovide.

A common mistake is to leave some space(s) in
\captions<lang>, which go to the document. Now babel
removes them.

A couple of fixes:

- Error with hyphenrules in \babelprovide in some cases.
- \hyphenrules doesn't set \languagename any more (which
  was against the documented behavior).

(markd)

2018-05-03 12:24:21 UTC MAIN commitmail json YAML

tex-babel-latvian: update to 2.0b

Version 2.0b fixes a bug: extra space when the language is selected.

(markd)

2018-05-03 12:22:21 UTC MAIN commitmail json YAML

tex-babel-german: update to 2.10

New in v. 2.10:

  * Introduce option (modifier and boolean switch) to let [n]swissgerman
    expand the �<9F>-related shortcuts "s and "z to digraphs (<ss>, <sz>)

  * Document the existence and use of the experimental hyphenation
    patterns for German (dehyph-exptl)

  * Improve the manual

(markd)

2018-05-03 12:20:09 UTC MAIN commitmail json YAML

tex-babel-georgian: update to 2.2

Changed EU1,EU2 to TU encoding for utf-8 engines

(markd)

2018-05-03 12:17:40 UTC MAIN commitmail json YAML

tex-babel-french: update to 3.4c

This is a bug fix release: \date shouldn't have been redefined in French.

Please note that babel-french 3.4 requires luatex 1.0 or newer to be used
with the luatex engine.

3.4a
- New command \frenchdate (like \spanishdate);
- Both options "french" and "acadian" can now be used simultaneously
  in a document;
- New command \FBsetspaces to help customising spaces added before
  high punctuation and inside quotes;
- \FBthousandsep (used in French by numprint) is now a kern;
- babel-french now requires eTeX.

(markd)

2018-05-03 12:07:54 UTC MAIN commitmail json YAML

doc: Updated ruby-gnome2 packages to 3.2.5.

(tsutsui)

2018-05-03 12:04:04 UTC MAIN commitmail json YAML

ruby-gnome2: update to 3.2.5.

Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.5: 2018-05-02

This is a bug fix release of 3.2.4.

=== Changes

==== Document

  * Fixes

    * Fixed typos.
      [GitHub#1158][Patch by kojix2]
      [GitHub#1160][Patch by kojix2]

==== Ruby/GLib2

  * Fixes

    * Fixed a GC related crash bug.
      [GitHub#1162][Reported by Izumi Tsutsui]

==== Ruby/GObjectIntrospection

  * Improvements

    * Disabled NULL check for GObject Introspection < 1.42. Because
      GObject Introspection < 1.42 doesn't support "(nullable)"
      annotation yet.

==== Ruby/GdkPixbuf2

  * Improvements

    * (({GdkPixbuf::Pixbuf#composite})): Suppressed wrong warning.
      [GitHub#1156][Reported by Chaistrin]
      [GitHub#1157][Patch by cedlemo]

  * Fixes

    * Added a missing white space into message.
      [GitHub#1155][Reported by Robert A. Heiler]

    * (({GdkPixbuf::Pixbuf#composite})): Fixed a bug that width and
      height are ignored.
      [Patch by cedlemo]

==== Ruby/GTK3

  * Improvements

    * (({Gtk::TextBuffer#initialize})): Accepted "property-name" form.
      [GitHub#1161][Reported by kojix2]

==== Ruby/Poppler

  * Improvements

    * Added a workaround for poppler-glib 0.63 bug.
      [GitHub#1159][Reported by HIGUCHI Daisuke]

=== Thanks

  * Robert A. Heiler

  * Chaistrin

  * cedlemo

  * kojix2

  * Izumi Tsutsui

  * HIGUCHI Daisuke

(tsutsui)

2018-05-03 10:29:28 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs6 to 6.14.2

(fhajny)

2018-05-03 10:29:16 UTC MAIN commitmail json YAML

lang/nodejs6: Update to 6.14.2.

- n-api has been backported to v6.x. It is being landed as an
  experimental interface, and as such is landing in
  a Semver-Patch release.

(fhajny)

2018-05-03 02:30:40 UTC MAIN commitmail json YAML

Added devel/py-python-dotenv version 0.8.2

(wen)

2018-05-03 02:26:55 UTC MAIN commitmail json YAML

Import python-dotenv-0.8.2 as devel/py-python-dotenv.

python-dotenv reads the key,value pair from .env and adds them to environment
variable. It is great of managing app settings during development and in
production using 12-factor principles.

(wen)

2018-05-02 22:13:29 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 7.0.4

(roy)

2018-05-02 22:13:16 UTC MAIN commitmail json YAML

Update to dhcpcd-7.0.4 with the following changes:
* OpenBSD: Fix adding INET6 on-link routes without an address
* Linux: Improve interface renaming
* Linux: If listening to dev manager, let it remove interfaces
* Routing: Fix case when cloning route changes but needs to be replaced
* DHCP6: Transpose DHCP userclass option into DHCP6
* DHCP6: Fix sending custom vendor class option
* Auth: Allow zero value replay detection data
* Auth: Allow different tokens for send and receive
* ND6: Warn if router lifetime is set to zero
* DHCP6: Softwire Address and Port-Mapped Clients, RFC7598

(roy)

2018-05-02 21:21:19 UTC MAIN commitmail json YAML

doc: Updated security/sudo to 1.8.22nb1

(wiz)

2018-05-02 21:21:10 UTC MAIN commitmail json YAML

sudo: bump PKGREVISION for PLIST change.

(wiz)

2018-05-02 20:21:14 UTC MAIN commitmail json YAML

doc: Updated www/p5-WWW-Amazon-Wishlist to 2.019

(wiz)

2018-05-02 20:21:05 UTC MAIN commitmail json YAML

p5-WWW-Amazon-Wishlist: update to 2.019.

2018-04-28  Kingpin  <martin@ubuntu>

* lib/WWW/Amazon/Wishlist.pm (_extract): fixed parser

2017-04-22  Kingpin  <martin@martin-M17x>

* Wishlist.pm: fixed parser(?) but Amazon server is inconsistent

(wiz)

2018-05-02 20:20:08 UTC MAIN commitmail json YAML

doc: Updated www/p5-Test-WWW-Mechanize to 1.50

(wiz)

2018-05-02 20:19:59 UTC MAIN commitmail json YAML

p5-Test-WWW-Mechanize: update to 1.50.

1.50    Mon Apr 16 15:16:59 CDT 2018
------------------------------------
[FIXES]
Added html_tidy_ok() methods, analogous to html_lint_ok().

Remove unnecessary dependency on HTML::TreeBuilder.  Thanks, Kent Fredric.

1.49_01 Mon Mar 26 10:58:51 CDT 2018
------------------------------------
[ENHANCEMENTS]
Adding autotidy functionality. autotidy lets you validate every page that
Mech gets using the HTML::Tidy5 module, just like the autolint feature
does with the HTML::Lint module. HTML::Tidy5 is a much more complete
HTML checking tool, and validates HTML5 which HTML::Lint does not. You
must have HTML::Tidy5 1.00 installed to use autotidy.

(wiz)

2018-05-02 20:16:31 UTC MAIN commitmail json YAML

doc: Updated www/p5-Session-Storage-Secure to 0.011

(wiz)

2018-05-02 20:16:22 UTC MAIN commitmail json YAML

p5-Session-Storage-Secure: update to 0.011.

0.011    2018-04-22 22:12:40+02:00 Europe/Oslo

    [CHANGED]

    - Bumped prereq on Sereal::Decoder to 4.005

(wiz)

2018-05-02 20:12:49 UTC MAIN commitmail json YAML

doc: Updated www/p5-Mojolicious to 7.77

(wiz)

2018-05-02 20:12:39 UTC MAIN commitmail json YAML

p5-Mojolicious: update to 7.77.

7.77  2018-04-28
  - Added support for namespace selectors like "ns|*" to Mojo::DOM::CSS.
    (jberger)
  - Added support for :link and :visited pseudo-classes to Mojo::DOM::CSS.
  - Added support for hyphen-separated list attribute selectors like
    "[heflang|=en]" to Mojo::DOM::CSS.

7.76  2018-04-23
  - Due to lack of domain experts on the team, Windows is no longer officially
    supported. Moving forward, we will try to keep Mojolicious installable on
    Windows, but cannot make any promises regarding security and/or reliability.
  - Fixed a bug in Mojolicious::Plugin::Config where the config stash value was
    not available when the config_override feature was used. (tim)

7.75  2018-04-09
  - Deprecated placeholder quoting with "(placeholder)" in favor of
    "<placeholder>".
  - Fixed warnings in Mojo::Collection.

7.74  2018-04-06
  - Improved unknown placeholder types to match nothing in
    Mojolicious::Routes::Pattern.

7.73  2018-04-05
  - Added support for routes with placeholder types.
  - Added types attribute to Mojolicious::Routes and
    Mojolicious::Routes::Pattern.
  - Added add_type method to Mojolicious::Routes.
  - Added to_file method to Mojo::Asset, Mojo::Asset::File and
    Mojo::Asset::Memory.
  - Added num placeholder type to Mojolicious::Routes.
  - Removed deprecated use of Mojo::Promise::all and Mojo::Promise::race as
    instance methods.

7.72  2018-04-02
  - Improved Mojo::Content::MultiPart performance for large numbers of parts.
    (philipspencer)
  - Fixed another problem with ordering of sources for content negotiation in
    Mojolicious::Renderer.

(wiz)

2018-05-02 18:38:30 UTC MAIN commitmail json YAML

lang/gcc7: Refine the condition to enable multilib

(minskim)

2018-05-02 18:16:34 UTC MAIN commitmail json YAML

doc: Added net/ruby-network_interface version 0.0.2

(minskim)

2018-05-02 18:16:28 UTC MAIN commitmail json YAML

net/Makefile: Add ruby-network_interface

(minskim)

2018-05-02 18:16:26 UTC MAIN commitmail json YAML

net/ruby-network_interface: Import version 0.0.2

This gem was originally added to the Metasploit Pcaprub gem. It's been
spun out into its own gem for anyone who might want to
programmatically get information on their network interfaces.

(minskim)

2018-05-02 18:03:20 UTC MAIN commitmail json YAML

doc: Added devel/egypt version 1.10

(schmonz)

2018-05-02 18:02:36 UTC MAIN commitmail json YAML

Initial import of egypt, a simple tool for creating call graphs of
C programs.

(schmonz)

2018-05-02 17:03:09 UTC MAIN commitmail json YAML

2018-05-02 16:33:03 UTC MAIN commitmail json YAML

2018-05-02 16:27:54 UTC MAIN commitmail json YAML

Removed lang/nodejs4

(fhajny)

2018-05-02 16:26:38 UTC MAIN commitmail json YAML

2018-05-02 14:39:32 UTC MAIN commitmail json YAML

graphics/libmypaint: Add missing dependencies

(minskim)

2018-05-02 14:08:19 UTC MAIN commitmail json YAML

doc: Updated www/p5-HTTP-Message to 6.16

(wiz)

2018-05-02 14:08:10 UTC MAIN commitmail json YAML

p5-HTTP-Message: update to 6.16.

6.16      2018-03-28 14:09:17Z
    - Update status codes to official IANA list (GH#100) (Theo van Hoesel)

(wiz)

2018-05-02 14:01:26 UTC MAIN commitmail json YAML

doc: Updated www/p5-Catalyst-Runtime to 5.90118

(wiz)

2018-05-02 14:01:17 UTC MAIN commitmail json YAML

p5-Catalyst-Runtime: update to 5.90118.

5.90118 - 2018-05-01
  - fix handling of fragments in uri_for when path is an unblessed string (GH#160)
  - ensure catalyst.pl is included with dist
  - drop IO::Scalar prereq
  - include optional test prereqs as develop prereqs
  - remove unused developer prereq on Catalyst::Engine::PSGI
  - use namespace::clean consistently rather than namespace::autoclean
  - use JSON for test metadata to avoid needing YAML
  - use JSON::MaybeXS consistently in code
  - drop unused prereq of HTTP::Request::AsCGI
  - drop unneeded prereq of Class::Data::Inheritable
  - fix tests to cope with changes in new versions of Time::HiRes
  - POD typo and syntax fixes

(wiz)

2018-05-02 13:47:36 UTC MAIN commitmail json YAML

doc: Updated www/p5-Catalyst-Controller-HTML-FormFu to 2.04

(wiz)

2018-05-02 13:47:27 UTC MAIN commitmail json YAML

p5-Catalyst-Controller-HTML-FormFu: update to 2.04.

There still might be missing dependencies, but the self tests pass.

2.04      2018-04-20 12:25:55+01:00 Europe/London
    - No code changes from Trial release
    - Updated list of contributors.

2.03      2018-04-17 17:19:27+01:00 Europe/London (TRIAL RELEASE)
    - Tweaks for travis CI and release tooling

    - Revert to using MooseX::Attribute::Chained as per HTML::FormFu v2.06
      Requires HTML::FormFu v2.06
      fixes CPAN RT#125102
      Thanks to Petr PísaÅ™ <ppisar@redhat.com>

(wiz)

2018-05-02 13:31:30 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-String-Compare-ConstantTime to 0.320

(wiz)

2018-05-02 13:31:21 UTC MAIN commitmail json YAML

p5-String-Compare-ConstantTime: update to 0.320.

0.320  2018-04-22
  * Added Travis and Appveyor testing (thanks Paul Cochrane)
  * Use warnings pragmas (thanks Paul Cochrane)
  * Many documentation and meta-data fixes/updates (thanks Paul Cochrane)
  * Better test coverage for strings with/without utf8 flag
    (thanks Paul Cochrane)
  * Replace SvCUR with sv_len_utf8 to work around issue in debugging
    versions of perl (see https://github.com/hoytech/String-Compare-ConstantTime/issues/4)
    (thanks Paul Cochrane)

(wiz)

2018-05-02 13:29:45 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Encode to 2.98

(wiz)

2018-05-02 13:29:36 UTC MAIN commitmail json YAML

p5-Encode: update to 2.98.

$Revision: 2.98 $ $Date: 2018/04/22 09:02:00 $
! t/truncated_utf8.t
  Resolved: RT125131: truncated_utf8.t TODO test pass in blead
  https://rt.cpan.org/Ticket/Display.html?id=125131
! Encode.xs
  Pulled: Remove XS functions _bytes_to_utf8() and _utf8_to_bytes()
  https://github.com/dankogai/p5-encode/pull/133
! Unicode/Unicode.xs
  Pulled: Automatically compute length in attr() macro
  https://github.com/dankogai/p5-encode/pull/132
! Encode.xs
  Pulled: Fix compile warnings on 64bit MS VS2017
  https://github.com/dankogai/p5-encode/pull/131

(wiz)

2018-05-02 13:27:58 UTC MAIN commitmail json YAML

doc: Updated security/p5-Digest-SHA to 6.02

(wiz)

2018-05-02 13:27:50 UTC MAIN commitmail json YAML

p5-Digest-SHA: update to 6.02.

6.02  Fri Apr 20 16:25:30 MST 2018
- silenced compiler warnings from VS2017
-- ref. rt.cpan.org #124477
-- thanks to Sergey Aleynikov for diagnostics
- modified addfile to return error when given a directory name
-- makes behavior consistent with GNU coreutils shaXsum
-- thanks to Scott Baker for pointing this out

(wiz)

2018-05-02 13:27:18 UTC MAIN commitmail json YAML

doc: Updated security/p5-CryptX to 0.060

(wiz)

2018-05-02 13:27:09 UTC MAIN commitmail json YAML

p5-CryptX: update to 0.060.

0.060  2018-05-01
        - bundled libtomcrypt update
        - Math::BigInt::LTM - remove buggy tests failing with the latest Math::BigInt
        - basically no changes to the perl modules

(wiz)

2018-05-02 13:24:03 UTC MAIN commitmail json YAML

doc: Updated security/p5-Crypt-OpenSSL-Random to 0.15

(wiz)

2018-05-02 13:23:54 UTC MAIN commitmail json YAML

p5-Crypt-OpenSSL-Random: update to 0.15.

0.15  2018-04-22 rurban
        - fix mingw hints for pkg-config support (akiym, PR #7)

(wiz)

2018-05-02 13:22:54 UTC MAIN commitmail json YAML

doc: Updated security/p5-Crypt-OpenSSL-RSA to 0.30

(wiz)

2018-05-02 13:22:44 UTC MAIN commitmail json YAML

p5-Crypt-OpenSSL-RSA: update to 0.30.

0.30 Tue May 1 2018
        - Working windows library detection
        - Actively testing on appveyor for windows now.
        - work correctly on LibreSSL

0.29_03  Mon Apr 16 2018
        - Add whirlpool hash support.
        - Crypt::OpenSSL::Random is now required at comnpile-time.
        - Use the new interface to RSA_generate_key if available
        - Add library paths to LIBS from Crypt::OpenSSL::Guess

(wiz)

2018-05-02 13:19:55 UTC MAIN commitmail json YAML

doc: Updated net/p5-SNMP-Info to 3.59

(wiz)

2018-05-02 13:19:47 UTC MAIN commitmail json YAML

p5-SNMP-Info: update to 3.59.

Version 3.59 (2018-05-01)

  [NEW FEATURES]

  * #214 SNMP::Info Device models Genua, ATMedia, Liebert

  [ENHANCEMENTS]

  * Capture base MAC in L3::Huawei
  * Change _lldp_addr_index to a method so it can be properly overridden in
    subclasses

  [BUG FIXES]

  * Capture fan ans power supply status in L3::Huawei when description is
    not available

Version 3.58 (2018-04-29)

  [NEW FEATURES]

  * #202 Support for Aerohive access points

  [ENHANCEMENTS]

  * #220 Alcatel-Lucent / Nokia SR 7750 missing port information. Add duplex,
    fan, and power supply status, as well as, module inventory to L3::Timetra
  * Add fan and power supply status to L3::Huawei
  * Override ifMTU with max frame size when applicable in L3::Huawei

  [BUG FIXES]

  * Correct POE power module to port mapping in L3::Huawei

Version 3.57 (2018-04-26)

  [ENHANCEMENTS]

  * #145 Patch for Huawei (robwwd)
  * #228 Huawei aggregate link support
  * POE and duplex admin support added to L3::Huawei
  * Significant performance improvement validating AUTOLOAD methods

  [BUG FIXES]

  * IEEE802dot3ad portlist is indexed with a dot1dBasePort, cross reference
    with dot1dBasePortIfIndex
  * Fix for macsuck in Cisco classes introduced in 3.55 caused by inheritance
    issue in CiscoStack

Version 3.56 (2018-04-22)

  [BUG FIXES]

  * Fix table methods when defined as an OID which will not completely
    translate to a fully qualified textual leaf

Version 3.55 (2018-04-19)

  [NEW FEATURES]
  * #260 Oneaccess (robwwd)
  * #259 Add ERX (Old Juniper E-Series JunOSe) Support (robwwd)
  * #258 Add support for Arbor devices (robwwd)
  * #253 Nexans switch support (paecker)
  * #142 Sixnet Switch Support

  [ENHANCEMENTS]

  * #117 Recognition for HP Blade switches (J R Binks)
  * #196 Support for powerconnect 8164F
  * Refactor Layer3::Dell for better support of newer models
  * Increase capture of i_vlan on router interfaces in L3::Cisco
  * Factor out logic to determine serial number from ENTITY-MIB in Layer2 and
    Layer3 to new method entity_derived_serial in Entity class and added new
    method entity_derived_os_ver in Entity class to determine OS version
    in a similar manner

  [BUG FIXES]

  * #67 Juniper EX4300 Missing/Wrong information
  * #61 ZyXEL (X)GS1900 family MIB - Fix loop in layers method
  * Fix ISA in AMAP and EDP classes
  * Add missing MIB in L2::Trapeze, L2::NWSS2300, and L3::Dell
  * Fix gigabit logic in i_duplex_admin() of CiscoStack
  * Prevent potential undefined warnings in i_speed_admin() of L2::C2900 and
    ports() of L3::C3550
  * Correct validation and IID/key used in mau_set_i_speed_admin() and
    mau_set_i_duplex_admin() of MAU
  * Correct typo in MIB leaf names in L3::Aironet
  * Don't use MIB leafs that are not-accessible according to MIB
    NOTE: Fixing this logic now results in methods on MIB leafs specified as
    not-accessible failing validation in _validate_autoload_method()

Version 3.54 (2018-04-01)

  [NEW FEATURES]

  * #141 Avocent ACS files for correct discovery in Netdisco
  * Add support for Avocent ACS 5K/6K/8K terminal servers in Layer1::Cyclades

  [ENHANCEMENTS]

  * #215 Nokia/Alcatel-Lucent 7705 LLDP
  * #220 Alcatel-Lucent / Nokia SR 7750 missing neighbors
  * Improve Layer3::Timetra model detection

  [BUG FIXES]

  * Fix logic in Layer1::Asante i_up() method
  * Fix MIB leaf typo in IPv6
  * Don't use MIB leafs that are not-accessible according to MIB
  * Fix logic for determining if MIB leaf supports set operations
    NOTE: Fixing this logic now results in methods starting with set_ on MIB
    leafs without Write or Create access failing validation in
    _validate_autoload_method()

(wiz)

2018-05-02 13:18:28 UTC MAIN commitmail json YAML

doc: Updated net/p5-RT-Client-REST to 0.52

(wiz)

2018-05-02 13:18:19 UTC MAIN commitmail json YAML

p5-RT-Client-REST: update to 0.52.

Fix dependencies.

0.52 Fri Apr 06 2018 "Dean Hamstead" <dean@bytefoundry.com.au>
  - Fix up lots of Pod Critic complaints
  - Fix up lots of Perl Critic complaints
  - Use Dist-Zilla for releases
  - Remove Pod, tests and other files that Dist-Zilla provides
  - Adjust git repo slightly
  - Note: no functional changes

(wiz)

2018-05-02 13:07:55 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-GitHub to 0.95

(wiz)

2018-05-02 13:07:45 UTC MAIN commitmail json YAML

p5-Net-GitHub: update to 0.95.

0.95  2018-03-30 14:49:06 CST
        - Review Requests API became an official part of API v3 (waniji)

(wiz)

2018-05-02 13:07:02 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-Frame-Dump to 1.15

(wiz)

2018-05-02 13:06:53 UTC MAIN commitmail json YAML

p5-Net-Frame-Dump: update to 1.15.

1.15 Tue  1 May 09:16:32 CEST 2018
  - BUGFIX: Dump::Online2: yes, again. Since some newer version of libpcap
            and changes in pcap_dispatch(), we have to call can_read() on the
            selectable file descriptor and call pcap_dispatch() only when
            there is something to read. Which sounds logical, after all.
  - update: copyright notice

(wiz)

2018-05-02 13:04:03 UTC MAIN commitmail json YAML

doc: Updated math/p5-Math-GMP to 2.19

(wiz)

2018-05-02 13:03:54 UTC MAIN commitmail json YAML

p5-Math-GMP: update to 2.19.

2.19  2018-04-08 Shlomif
    - Fix int() on large unsigned integers.
        - https://github.com/turnstep/Math-GMP/issues/2
        - Thanks to @trizen .

2.18  2018-04-07 Shlomif
    - Depend on Alien::GMP to automatically install GMP when missing
        - See https://rt.cpan.org/Ticket/Display.html?id=125018
        - See https://github.com/turnstep/Math-GMP/pull/1

2.17  2018-04-05 Shlomif
    - Correct the link to the GitHub repository.
        - See https://rt.cpan.org/Ticket/Display.html?id=125018

(wiz)

2018-05-02 13:01:57 UTC MAIN commitmail json YAML

2018-05-02 13:00:30 UTC MAIN commitmail json YAML

doc: Added math/p5-Alien-GMP version 1.10

(wiz)

2018-05-02 13:00:21 UTC MAIN commitmail json YAML

math/Makefile: + p5-Alien-GMP

(wiz)

2018-05-02 13:00:07 UTC MAIN commitmail json YAML

math/p5-Alien-GMP: import p5-Alien-GMP-1.10

Alien package for the GNU Multiple Precision library.

(wiz)

2018-05-02 12:57:50 UTC MAIN commitmail json YAML

doc: Added devel/p5-Alien-Role-Alt version 0.03

(wiz)

2018-05-02 12:57:41 UTC MAIN commitmail json YAML

devel/Makefile: + p5-Alien-Role-Alt

(wiz)

2018-05-02 12:57:15 UTC MAIN commitmail json YAML

devel/p5-Alien-Role-Alt: import p5-Alien-Role-Alt-0.03

Some packages come with multiple libraries, and multiple .pc files
to use with them. This Role::Tiny role can be used with Alien::Base
to access different configurations.

(wiz)

2018-05-02 12:43:01 UTC MAIN commitmail json YAML

doc: Updated lang/spidermonkey185 to 1.8.5nb1

(jperkin)

2018-05-02 12:42:51 UTC MAIN commitmail json YAML

spidermonkey185: Fix SunOS/x86_64 mmap handling.

The previous MAP_32BIT workaround was insufficient, SpiderMonkey still makes
certain assumptions about memory layout, requiring that the high 17 bits are
clear.  This was most noticeable with couchdb's couchjs process that would
reliably segfault.

Instead, apply a mixture of Debian and upstream patches to implement their
ia64 workaround on SunOS/x86_64, utilising both a fixed mmap range and
disabling static strings to workaround this issue.

Tested with the couchdb test suite which now runs to completion.

Bump PKGREVISION.

(jperkin)

2018-05-02 12:32:04 UTC MAIN commitmail json YAML

doc: Updated math/p5-Math-BigInt-Pari to 1.3004

(wiz)

2018-05-02 12:31:53 UTC MAIN commitmail json YAML

p5-Math-BigInt-Pari: update to 1.3004.

1.3004 2018-04-17

* The tests now require Test::More version 0.88 or newer.

* Sync test files with Math-BigInt.

* Add test files t/release-test-version.t, t/release-portability.t, and
  t/release-cpan-changes.t.

* Use a MANIFEST.SKIP file based on the default file in the ExtUtils-Manifest
  distribution.

* Format CHANGES according to CPAN::Changes::Spec.

* Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to
  t/release-pod-coverage.t.

(wiz)

2018-05-02 12:31:15 UTC MAIN commitmail json YAML

doc: Updated math/p5-Math-BigInt-GMP to 1.6005

(wiz)

2018-05-02 12:31:05 UTC MAIN commitmail json YAML

p5-Math-BigInt-GMP: update to 1.6005.

1.6005 2018-04-17

* Fix memory leak in _modinv() (thanks to DANAJ). See CPAN RT #123807.

* The tests now require Test::More version 0.88 or newer.

* Sync test files with Math-BigInt.

* Add test files t/release-test-version.t, t/release-portability.t, and
  t/release-cpan-changes.t.

* Use a MANIFEST.SKIP file based on the default file in the ExtUtils-Manifest
  distribution.

* Format CHANGES according to CPAN::Changes::Spec.

* Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to
  t/release-pod-coverage.t.

(wiz)

2018-05-02 12:29:30 UTC MAIN commitmail json YAML

doc: Updated math/p5-Math-BigInt to 1.999813

(wiz)

2018-05-02 12:29:22 UTC MAIN commitmail json YAML

p5-Math-BigInt: update to 1.999813.

1.999813 2018-04-18

* Fix CPAN RT #125108. Remove test files try.pl, t/author-bpi-big-mbf.t, and
  t/release-unused-vars.t, which were included in the 1.999812 distribution by
  accident.

1.999812 2018-04-17

* Fix CPAN RT #120351 regarding bpow(). Add test.

* Fix CPAN RT #120717 regarding tests now that '.' is not in @INC by default.

* Fix CPAN RT #122756 regarding testing for 64 bit integer support.

* Fix case when both accuracy and precision are set, resulting in a NaN. This
  closes CPAN RT #124790.

* Fix typo in one of the change log entries for version 1.999811.

* Clearify documentation of rounding modes.

* Update the documentation of configuration parameters.

* Fix rounding and accuracy in bpi(). Extra digits in intermediate computation
  were not used, causing the last digits to be inaccurate. In addition, the
  rounding was incorrect in some cases.

* Use config() as a method, rather than a function. Also use config("xyz")
  rather than config()->{xyz}.

* Correct more of the problems with rounding in the constructors. If rounding
  arguments are given as arguments to the constructor, the constructor should
  assign those values to the instance. If no rounding arguments are given, and
  the constructor is called as a class method, the class rounding variables
  should be assigned to the instance. Added test file
  t/author-constructors-a-p-r.t to replace t/author-constructors-a-p.t, but
  lots of tests are failing and (for now) commented out.

* Remove statements used for debugging.

* Fix typos.

* Cleaner log/exp-related code in Math::BigFloat.

* Remove unused variables.

* Add test file t/release-portability.t.

* Add test file t/release-whitespaces.t.

* Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to
  t/release-pod-coverage.t.

* Reformat CHANGES to match the specification in CPAN::Changes::Spec and
  CPAN::Meta::Spec.

* Expand tabs to spaces and clean up whitepace.

* Include tests that were previously commented out.

* Use $LIB as the variable name for backend math library.

* Import "carp" and "croak" from the Carp module.

* Math::BigInt isa Exporter, so Math::BigInt should require Exporter.
  Math::BigFloat has Math::BigInt in @ISA, so it doesn't need to require
  Exporter.

* Don't load Test::More when it isn't really needed. This speeds up processing
  of author test files when they are skipped.

(wiz)

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

doc: Updated math/p5-Algorithm-Cluster to 1.56

(wiz)

2018-05-02 12:25:14 UTC MAIN commitmail json YAML

p5-Algorithm-Cluster: update to 1.56.

Changes not found.

(wiz)

2018-05-02 12:23:42 UTC MAIN commitmail json YAML

doc: Updated devel/p5-version to 0.9924

(wiz)

2018-05-02 12:23:32 UTC MAIN commitmail json YAML

p5-version: update to 0.9924.

0.9924 - 2018-04-19
  * Revise CPAN metadata to advertise correct repo
Patch from Ed <ej_zg@hotmail.com>

0.9923 - 2018-04-15
  * Add back spaces for picky C++ compilers
Patch from Karl Williamson <khw@cpan.org>

0.9922 - 2018-04-12
  * Switch master repo to github

0.9921 - 2018-04-11
  * Silence overly compulsive GCC 7 warning
https://rt.cpan.org/Ticket/Display.html?id=123477

  * Improve docs regarding trailing zeros
https://rt.cpan.org/Ticket/Display.html?id=122858

0.9920 - 2018-04-08

  * Backwards compatible locale handling
https://rt.cpan.org/Ticket/Display.html?id=125042

0.9919 - 2018-04-08

  * Core improvements to locale handling
https://rt.cpan.org/Ticket/Display.html?id=124563

(wiz)

2018-05-02 12:22:46 UTC MAIN commitmail json YAML

p5-bareword-filehandles: fix dependencies. Ride update.

(wiz)

2018-05-02 12:22:35 UTC MAIN commitmail json YAML

doc: Updated devel/p5-multidimensional to 0.014

(wiz)

2018-05-02 12:22:25 UTC MAIN commitmail json YAML

p5-multidimensional: update to 0.014.

0.014    2018-04-26 22:35:46+01:00 Europe/London
- Only use Lexical::SealRequireHints before perl 5.12

(wiz)

2018-05-02 12:20:14 UTC MAIN commitmail json YAML

doc: Updated devel/p5-bareword-filehandles to 0.006

(wiz)

2018-05-02 12:20:05 UTC MAIN commitmail json YAML

p5-bareword-filehandles: update to 0.006.

0.006    2018-04-26 22:36:49+01:00 Europe/London
- Only use Lexical::SealRequireHints before perl 5.12

(wiz)

2018-05-02 12:19:10 UTC MAIN commitmail json YAML

doc: Updated devel/p5-autobox to 2.86

(wiz)

2018-05-02 12:19:01 UTC MAIN commitmail json YAML

p5-autobox: update to 2.86.

2.86 Fri 20 Apr 20:07:29 2018

    - GH #9: fix bug which prevented autoboxing working
      under the debugger on perl 5.22+ (thanks, skington)
        - added t/debugger.t
    - GH #8: fix bug which prevented bareword method-calls being
      exempted when the method is a variable e.g. Foo->$bar
    - add operator-overloading note to the gotchas section (GH #7)

(wiz)

2018-05-02 12:17:40 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Suite to 0.000114

(wiz)

2018-05-02 12:17:31 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000114.

0.000114  2018-04-19 08:39:56-07:00 America/Los_Angeles

    - Fix missing manual section

0.000113  2018-04-19 08:03:42-07:00 America/Los_Angeles

    - Fix typo

0.000112  2018-04-19 07:15:40-07:00 America/Los_Angeles

    - Switch spec to use the testing_done callback
    - Update copyright dates
    - Finish the Anatomy manual section
    - Finish the Tooling manual section

(wiz)

2018-05-02 12:13:50 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Version to 2.09

(wiz)

2018-05-02 12:13:42 UTC MAIN commitmail json YAML

p5-Test-Version: update to 2.09.

2.09      2018-04-25
  - Production release identical to 2.08_02 release

2.08_02  2018-04-24
  - Handle common special characters on Windows in taint mode

2.08_01  2018-04-23
  - Diagnostic release

(wiz)

2018-05-02 12:13:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Simple to 1.302136

(wiz)

2018-05-02 12:12:54 UTC MAIN commitmail json YAML

p5-Test-Simple: update to 1.302136.

1.302136  2018-04-19 05:40:11-07:00 America/Los_Angeles

    - Add test2_add_callback_testing_done to Test2::API

(wiz)

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

doc: Updated devel/p5-Test-Pod to 1.52

(wiz)

2018-05-02 12:11:15 UTC MAIN commitmail json YAML

p5-Test-Pod: update to 1.52.

1.52  2018-04-19
    * *.psgi files are now recognized as pod-containing files (thanks, Tom
      Hukins!)
    * explicit perl 5.8 dependency removed

(wiz)

2018-05-02 12:10:40 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-NoTabs to 2.02

(wiz)

2018-05-02 12:10:31 UTC MAIN commitmail json YAML

p5-Test-NoTabs: update to 2.02.

2.02      2018-04-21 13:57:54Z
    - no changes since trial release

2.01      2017-06-08 23:38:48Z (TRIAL RELEASE)
    - altered a test to not bake @INC into -I options for a subprocess, to
      avoid too-long commands

(wiz)

2018-05-02 12:10:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Deep to 1.128

(wiz)

2018-05-02 12:09:53 UTC MAIN commitmail json YAML

p5-Test-Deep: update to 1.128.

1.128    2018-04-18
        - numerous small improvements to documentation; thanks to
          Fabrice Gabolde, Daniel Bæ—¦hmer, Lance Wicks, Matthew Horsfall
        - improved CI setup; thanks to eadjei and Philip J. Ludlam

(wiz)

2018-05-02 12:09:16 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Storable to 3.11

(wiz)

2018-05-02 12:09:05 UTC MAIN commitmail json YAML

p5-Storable: update to 3.11.

2018-04-27 20:40:00 xsawyerx
    version 3.11
        * Fix Strawberry Perl build failures.

2018-04-21 22:00:00 xsawyerx
    Version 3.10
        * Fix binary artifacts from distribution.

(wiz)

2018-05-02 12:05:01 UTC MAIN commitmail json YAML

update some tex packages to texlive 2018 versions

(markd)

2018-05-02 12:03:17 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Safe-Isa to 1.000010

(wiz)

2018-05-02 12:03:08 UTC MAIN commitmail json YAML

p5-Safe-Isa: update to 1.000010.

1.000010 - 2018-04-25
  - fix DOES tests on 5.8.x

1.000009 - 2018-04-21
  - Fix handling of DOES and does (they no longer fall back to isa in most
    situations outside of Moo/Moose)

(wiz)

2018-05-02 12:02:36 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Safe-Hole to 0.14

(wiz)

2018-05-02 12:02:27 UTC MAIN commitmail json YAML

p5-Safe-Hole: update to 0.14.

0.14 April 13 2018
    - Update issue tracker to github
    - Tidy all the things
    - README.md for github

(wiz)

2018-05-02 12:01:49 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Ref-Util to 0.204

(wiz)

2018-05-02 12:01:40 UTC MAIN commitmail json YAML

p5-Ref-Util: update to 0.204.

0.204    2018-04-19 13:21:49+02:00 Europe/Oslo

        * fix Makefile.PL so that the 'install' sub is patched before
          WriteMakefile() is called (issue #41).

(wiz)

2018-05-02 12:01:13 UTC MAIN commitmail json YAML

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

doc: Updated devel/p5-PPIx-Regexp to 0.058

(wiz)

2018-05-02 12:00:59 UTC MAIN commitmail json YAML

p5-PPIx-Regexp: update to 0.058.

0.058 2018-04-26 T. R. Wyant
    Prefer /[0-9]/ over /\d/ for numeric checks. The latter can match
    non-ASCII digits.

    Explain the negated POSIX character classes. Also tweak some of the
    asserted explanations -- mostly for readability and parallel
    construction with the negated explanations, but it turns out
    [[:digit:]] is NOT equivalent to [0-9].

0.057 2018-04-17 T. R. Wyant
    Allow ->asserts( 'a*' ). This modification actually allows wild
    cards in asserts() on all match semantic modifiers, but it is
    probably only useful in the case of 'a*', because that is the only
    one that can be doubled.

    Explain grouping structure as 'Grouping', not 'Capture or grouping'.

    Caret modifier was not turning off /n. This was complicated by the
    fact that (?^) was introduced in 5.13.6, but (?n) was not introduced
    until 5.21.8. The solution was to include -n in the expansion of the
    caret if and only if /n had been seen in the scope of the caret.

    Recognize caret in /(?^)x/.

    Acknowledge Regexp::Parsertron in SEE ALSO

(wiz)

2018-05-02 11:55:54 UTC MAIN commitmail json YAML

2018-05-02 11:51:17 UTC MAIN commitmail json YAML

doc: Updated devel/p5-MooX-File-ConfigDir to 0.007

(wiz)

2018-05-02 11:51:11 UTC MAIN commitmail json YAML

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

p5-MooX-File-ConfigDir: update to 0.007.

0.007 2018-04-30
    - Spelling fixes triggered by Mohammed Anwar's PR for
      File::ConfigDir
    - CI improvements to ensure constant high software quality
    - add license files

(wiz)

2018-05-02 11:49:34 UTC MAIN commitmail json YAML

doc: Updated devel/p5-MooX-ConfigFromFile to 0.009

(wiz)

2018-05-02 11:49:25 UTC MAIN commitmail json YAML

p5-MooX-ConfigFromFile: update to 0.009.

0.009 2018-05-01
    - ensure maximal test coverage
    - improve test diagnostics
    - fix distribution META data
    - add license files
    - introduce sorted_loaded_config to allow implementation
      of different sort strategies
    - allow tune merge behavior
    - improve documentation

(wiz)

2018-05-02 11:47:03 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-FromPerlVer to 0.021000

(wiz)

2018-05-02 11:46:54 UTC MAIN commitmail json YAML

p5-Module-FromPerlVer: update to 0.021000.

-  v0.21.0 Mon Apr 30 15:14:58 CDT 2018

    Repair Makefile.PL, version spec's lost in the
    regression at v0.20.

-  v0.20.1  Fri Apr 27 18:47:30 CDT 2018

    Makefile.PL cleanups.

-  v0.20.0  Thu Apr 26 22:45:15 CDT 2018

    Bump version.

-  v0.11  Tue Apr 24 17:34:45 CDT 2018

    Add back file-based tests for a variety of version
    strings.

    Replace join on '/' with File::Spec::Functions to allow
    use on systems with volumes -- anyone with VMS kindly
    test this for me.

    Removed anything git-ish from the module & tests.

-  v0.10  Sun Apr 22 19:08:47 CDT 2018

    There is simply no way to get a consistent shell interface to
    git across different platforms; every fix for one breaks another.
    Going back to the original approach of supporting only the
    perl-version dir's, which has reliably worked throughout.

(wiz)

2018-05-02 11:45:42 UTC MAIN commitmail json YAML

2018-05-02 11:45:21 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-Compile to 0.37

(wiz)

2018-05-02 11:45:13 UTC MAIN commitmail json YAML

p5-Module-Compile: update to 0.37.

0.37 Sun Apr 29 19:31:11 PDT 2018
- Apply PR/10 @mohawk2++

0.36 Sun Apr 29 17:09:53 PDT 2018
- Apply PR/8 @knowledgejunkie++
- Apply PR/9 @mohawk2++

(wiz)

2018-05-02 11:44:15 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-CPANfile to 1.1004

(wiz)

2018-05-02 11:44:02 UTC MAIN commitmail json YAML

p5-Module-CPANfile: update to 1.1004.

1.1004  2018-04-26 02:07:14 PDT
        - Fix a bug in to_strings with empty feature block (charsbar) #50
        - Explicitly add . in tests for perl 5.26

(wiz)

2018-05-02 11:43:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Any-Adapter-Log4perl to 0.09

(wiz)

2018-05-02 11:42:52 UTC MAIN commitmail json YAML

p5-Log-Any-Adapter-Log4perl: update to 0.09.

0.09      2018-04-22 13:41:19+02:00 Europe/Oslo

    [Added]

    - Added support for mapping Log::Any structured logging (added in
      Log-Any 1.700) to the Mapped Diagnostic Context. Thanks @dakkar!
      [Github #5]

(wiz)

2018-05-02 11:42:00 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-ConfigDir to 0.021

(wiz)