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

2024-05-13 09:23:45 UTC Now

2017-08-17 17:04:35 UTC MAIN commitmail json YAML

Update databases/mongo-c-driver to 1.7.0.

- CMake build now installs .pc files for programs that link to
  libmongoc using pkg-config.
- New CMake option ENABLE_STATIC can be ON, OFF, or AUTO (the default)
- Minimum required CMake version has been increased to 3.1.
- Support for wire compression.
  - Support for snappy and zlib. MongoDB 3.4 only supports snappy,
    while zlib support is expected in MongoDB 3.6.
  - New functions: mongoc_uri_get_compressors &
    mongoc_uri_set_compressors, to get and set compressor
    configuration on mongoc_uri_t
  - Added support for comma seperated "compressors" connection string
    option (e.g. mongodb://localhost/?compressors=snappy,zlib)
  - Added support for configuring zlib compression level in the
    connection string (e.g.
    mongodb://localhost/?compressors=zlib&zlibcompressionlevel=8)
- Now requires the use of CMake config files for libbson to build
  libmongoc with CMake
- Added pkg-config support for libressl.
- New function mongoc_uri_set_auth_mechanism to update the
  authentication mechanism of a mongoc_uri_t after it is created from
  a string.
- New function mongoc_bulk_operation_insert_with_opts provides
  immediate error checking.
- New function mongoc_uri_new_with_error provides a way to parse a
  connection string, and retrieve the failure reason, if any.
- Support for MongoDB Connection String specification
  - All connection string options are now represented by
    MONGOC_URI_xxx macros
  - Paths to Unix Domain Sockets must be url encoded
  - Repeated options now issue warnings
  - Special characters in username, password and other values must be
    url encoded
  - Unsupported connection string options now issue warnings
  - Boolean values can now be represented as true/yes/y/t/1 and
    false/no/n/f/0.
  - Case is now preserved in Unix domain paths.
- New function mongoc_cursor_error_document provides access to
  server's error reply if a query or command fails.
- New function mongoc_write_concern_is_default determines whether any
  write concern options have been set, and
  mongoc_read_concern_is_default checks if read concern options are set.
- mongoc_gridfs_find_one_with_opts optimized to use limit 1.

(fhajny)

2017-08-17 17:00:57 UTC MAIN commitmail json YAML

Updated devel/libbson to 1.7.0

(fhajny)

2017-08-17 17:00:48 UTC MAIN commitmail json YAML

Update devel/libbson to 1.7.0.

- Changes to JSON encoding and decoding:
  - New functions bson_as_canonical_extended_json and
    bson_as_relaxed_extended_json convert BSON to canonical and
    relaxed extended JSON according to MongoDB Extended JSON Spec.
  - When parsing JSON type wrappers like "$timestamp", any missing or
    extra keys are an error.
  - The JSON format for BSON regular expressions is now
    "$regularExpression": {"pattern": "...", "options": "..."}.
  - The JSON format for BSON binary elements is now "$binary":
    {"base64": "...", "subType": "..."}.
  - BSON dates can be parsed from "$date" as an ISO8601 date or
    "$numberLong" as milliseconds since the epoch: "t": {"$date":
    {"$numberLong": "1234"}}.
  - The non-numbers NaN, Infinity, and -Infinity are now recognized
    (regardless of case) when parsing JSON.
- CMake build now installs .pc files for programs that link to libbson
  using pkg-config. Both the CMake and Autotools build systems now
  install .cmake
- New CMake option, "ENABLE_STATIC", defaults to ON.
- Minimum required CMake version has been increased to 3.1.
- New functions
  - bson_strcasecmp, a portable equivalent of strcasecmp.
  - bson_iter_as_double, cast the current value to double.
  - bson_iter_init_from_data, creates an iterator from BSON string.
  - bson_validate_with_error, checks a document like bson_validate
    does but also reports which key was invalid
- New convenience macros
  - BSON_ITER_HOLDS_INT, checks if iterator holds int32 or int64
  - BSON_ITER_HOLDS_NUMBER, checks if iterator holds int32, int64 or
    double
- Raised BSON recursion limit to 200

(fhajny)

2017-08-17 15:13:15 UTC MAIN commitmail json YAML

If libcurl was built with "idn", buildlink in libidn2.

(schmonz)

2017-08-17 15:05:42 UTC MAIN commitmail json YAML

Deal with FORTIFY fall-out.

(hauke)

2017-08-17 14:58:27 UTC MAIN commitmail json YAML

Enable trafficserver

(fhajny)

2017-08-17 14:57:23 UTC MAIN commitmail json YAML

Added www/trafficserver version 7.1.0

(fhajny)

2017-08-17 14:57:09 UTC MAIN commitmail json YAML

2017-08-17 14:00:19 UTC MAIN commitmail json YAML

Updated math/p5-Math-Derivative to 1.01

(wen)

2017-08-17 13:59:27 UTC MAIN commitmail json YAML

Remove "libidn" option, superseded by "idn".

(schmonz)

2017-08-17 13:58:21 UTC MAIN commitmail json YAML

Update to 1.01
Add missing DEPENDS.

Upstream changes:
1.01
15 Aug 2017
- Move Math::Utils dependancy from 1.06 to 1.10. A test
  was failing in 21-secondd.t because the older version's
  pl_evaluate() wasn't handling lists back then.
1.00
9 Aug 2017
- Add tests, more POD clean-up, send to CPAN.
18 Jul 2017
- Add references for the central and forward difference
  methods.
- Have not been able to find a reference for the second
  derivative difference method, annoyingly.
- Minimum perl version set to 5.10.1.
17 Jul 2017
- Added a forward difference approximation method (bug was filed
  for this as user Maitraya Baliyan was expecting it instead of
  the central difference approximation method that Derivative1()
  used).
- Added names forwarddiff() and centraldiff() for export.
  Derivative1() is aliased to centraldiff(), so as not to break
  old code.
- Likewise, seconddx() is now the exported name of the second
  derivative difference method, with Derivative2() aliased to it.
- There is now an EXPORT tag, ':all'.
- POD is more descriptive, has more examples, and uses the
  new names.

(wen)

2017-08-17 13:55:40 UTC MAIN commitmail json YAML

Somewhere around 7.53.0, curl's IDN support switched to libidn2. Update
CONFIGURE_ARGS and the included buildlink3.mk, and rename the "libidn"
option to "idn" using PKG_OPTIONS_LEGACY_OPTS.

(schmonz)

2017-08-17 13:53:30 UTC MAIN commitmail json YAML

Added math/p5-Math-Utils version 1.11

(wen)

2017-08-17 13:52:12 UTC MAIN commitmail json YAML

Add p5-Math-Utils

(wen)

2017-08-17 13:49:55 UTC MAIN commitmail json YAML

Import Math-Utils-1.11 as math/p5-Math-Utils.

Useful mathematical functions not in Perl.

(wen)

2017-08-17 13:49:15 UTC MAIN commitmail json YAML

Unconditionally buildlink lib{iconv,unistring}, as API clients need them.

(schmonz)

2017-08-17 13:33:29 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME-RFC2047 to 0.97

(wen)

2017-08-17 13:31:18 UTC MAIN commitmail json YAML

Update to 0.97

Upstream changes:
0.97  2017-07-31
        - POD-related fixes.

0.96  2017-07-27
        - Readd main .pm file (GH issue #3).

(wen)

2017-08-17 13:26:20 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME-ContentType to 1.021

(wen)

2017-08-17 13:24:18 UTC MAIN commitmail json YAML

Update to 1.021

Upstream changes:
1.021    2017-08-02 19:35:56-04:00 America/New_York
        - reject non-ASCII and control characters in strict mode (thanks, Pali
          Roh獺r)

1.020    2017-07-25 12:39:31-04:00 America/New_York
        - unbreak Email::MIME (which violates encapsulation (again))
        - eliminate some @_ / $_ confusion

1.019    2017-07-06 16:06:19-04:00 America/New_York (TRIAL RELEASE)
        - better parsing all around, thanks to Pali Roh獺r:
        - support for RFC 2231 (character set and parameter continuations)
        - support for RFC 2822 comments
        - we only Carp if header-parsing fails now
        - we're more lenient in dealing with spaces around tokens

(wen)

2017-08-17 13:20:23 UTC MAIN commitmail json YAML

Updated devel/p5-Attribute-Lexical to 0.005
Updated devel/p5-B-Hooks-OP-Check to 0.22
Updated devel/p5-B-Hooks-OP-Check-EntersubForCV to 0.10
Updated devel/p5-Cache-FastMmap to 1.46
Updated devel/p5-Class-Mix to 0.006
Updated devel/p5-Class-Unload to 0.11
Updated devel/p5-Carp-Assert-More to 1.16

(mef)

2017-08-17 13:17:40 UTC MAIN commitmail json YAML

Updated databases/py-redis to 2.10.6

(adam)

2017-08-17 13:15:53 UTC MAIN commitmail json YAML

Updated devel/p5-Carp-Assert-More to 1.16
-----------------------------------------
1.16    Fri Aug  4 14:18:51 CDT 2017
        [ENHANCEMENTS]
        Added the following functions:
        * assert_numeric( $n )
        * assert_all_keys_in( \%hash, \@keylist )
        * assert_empty( [\%hash|\@list] )
        * assert_coderef( $ref )
        * assert_isa_in( $ref, \@class_list )
        Thanks to Eric A. Zarko for some of them.  The rest were migrated
        from a private code project.

        Renamed assert_listref() to assert_arrayref(), but keep
        assert_listref() as backward compatibility.  assert_listref()
        may go away in the future.

        [DOCUMENTATION]
        Fixed a goof in the assert_integer() docs.  Thanks, Randy Lauen.

(mef)

2017-08-17 13:15:50 UTC MAIN commitmail json YAML

2.10.6
* Various performance improvements. Thanks cjsimpson
* Fixed a bug with SRANDMEMBER where
* Added HSTRLEN command. Thanks Alexander Putilin
* Added the TOUCH command. Thanks Anis Jonischkeit
* Remove unnecessary calls to the server when registering Lua scripts.
  Thanks Ben Greenberg
* SET's EX and PX arguments now allow values of zero. Thanks huangqiyin
* Added PUBSUB {CHANNELS, NUMPAT, NUMSUB} commands. Thanks Angus Pearson
* PubSub connections that that encounter `InterruptedError`s now
  retry automatically. Thanks Carlton Gibson and Seth M. Larson
* LPUSH and RPUSH commands run on PyPy now correctly returns the number
  of items of the list. Thanks Jeong YunWon
* Added support to automatically retry socket EINTR errors. Thanks
  Thomas Steinacher
* PubSubWorker threads started with `run_in_thread` are now daemonized
  so the thread shuts down when the running process goes away. Thanks
  Keith Ainsworth
* Added support for GEO commands. Thanks Pau Freixes, Alex DeBrie and
  Abraham Toriz
* Made client construction from URLs smarter. Thanks Tim Savage
* Added support for CLUSTER * commands. Thanks Andy Huang
* The RESTORE command now accepts an optional `replace` boolean.
  Thanks Yoshinari Takaoka
* Attempt to connect to a new Sentinel if a TimeoutError occurs. Thanks
  Bo Lopker
* Fixed a bug in the client's `__getitem__` where a KeyError would be
  raised if the value returned by the server is an empty string.
  Thanks Javier Candeira.
* Socket timeouts when connecting to a server are now properly raised
  as TimeoutErrors.

(adam)

2017-08-17 13:12:41 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Unload to 0.11
-------------------------------------
0.11      2017-06-22 17:41:44+01:00 Europe/London
        - No changes since 0.10-TRIAL
0.10      2017-06-08 13:12:04+01:00 Europe/London (TRIAL RELEASE)
        - Remove Moose metaclasses (RT#122048)

(pkgsrc changes)
- Add following line for make test
  BUILD_DEPENDS+=  p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires

(mef)

2017-08-17 13:09:25 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Mix to 0.006
-----------------------------------
version 0.006; 2017-07-30
  * no longer include a Makefile.PL in the distribution

  * in documentation, use four-column indentation for all verbatim
    material

  * in META.{yml,json}, point to public bug tracker

(mef)

2017-08-17 13:06:57 UTC MAIN commitmail json YAML

Updated devel/p5-Cache-FastMmap to 1.46
---------------------------------------
1.46 Fri Jul 14 19:40 2017
  - Fix tests on older perls (thanks stephanloyd9@gmail.com)
  - Use File::Spec for temp dir (thanks fraserbn@gmail.com)
  - Fix mmap_cache_internals.h include guard
  - Fix get_and_set() always returning 0 for DidStore
  - Allow setting permission when creating cache file
  - Tweak leak detection tests
  - Fix last_access/expire_time checks for impending
    1500000000 seconds since epoch

(mef)

2017-08-17 13:04:53 UTC MAIN commitmail json YAML

Updated devel/p5-B-Hooks-OP-Check-EntersubForCV to 0.10
-------------------------------------------------------
0.10  Mon, 31 Jul 2017 13:10:40 +0100
  * Port to Perl 5.21.4, where a gv op may contain an RV rather than a GV.

(mef)

2017-08-17 13:02:34 UTC MAIN commitmail json YAML

Updated devel/p5-B-Hooks-OP-Check to 0.22
-----------------------------------------
0.22      2017-07-31 16:25:05Z
  * Use cleaner wrap_op_checker() API to control op checking.
  * Use core's Perl_check_t typedef instead of inventing our own.

(mef)

2017-08-17 13:00:21 UTC MAIN commitmail json YAML

Updated devel/p5-Attribute-Lexical to 0.005
-------------------------------------------
version 0.005; 2017-07-30

  * bugfix: require bugfixed version of Lexical::SealRequireHints
    (for compatibility with early-loaded warnings.pm, for not breaking
    version-implied features, and for require argument context) and
    invoke it earlier to make sure it takes effect in time

  * update test suite to not rely on . in @INC, which is no longer
    necessarily there from Perl 5.25.7

  * test that all modules have matching version numbers

  * no longer include a Makefile.PL in the distribution

  * in documentation, use four-column indentation for all verbatim
    material

  * in META.{yml,json}, point to public bug tracker

  * convert .cvsignore to .gitignore

(mef)

2017-08-17 12:49:55 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 55.0.2

(ryoon)

2017-08-17 12:49:02 UTC MAIN commitmail json YAML

Update to 55.0.2

* Sync with www/firefox-55.0.2

(ryoon)

2017-08-17 12:48:20 UTC MAIN commitmail json YAML

Updated www/firefox to 55.0.2

(ryoon)

2017-08-17 12:47:55 UTC MAIN commitmail json YAML

Update to 55.0.2

Changelog:
Fixed
    Fix a potential issue when the username had some specific characters in the path (Bug 1388584)

    Fix an issue with new installation notification for sideload add-ons (Bug 1372448)

    Fix performance regressions with WebExtension (Bugs 1386937 & 1389381)

    Fix a regression with the popup menu (Bug 1388682)

(ryoon)

2017-08-17 10:11:51 UTC MAIN commitmail json YAML

Added mail/ytnef version 1.9.2

(nros)

2017-08-17 10:06:43 UTC MAIN commitmail json YAML

Updated mail/libytnef to 1.9.2

(nros)

2017-08-17 10:03:42 UTC MAIN commitmail json YAML

Add ytnef version 1.9.2 to pkgsrc.

ytnef, programs that use libytnef to parse and handle Microsoft TNEF
attachments.

These are the programs that come with the same distfile as libytnef
and are from the same author.

(nros)

2017-08-17 09:49:48 UTC MAIN commitmail json YAML

Update libytnef to version 1.9.2.

The changes in patch-ytnef.c has been applied upstream.
patch-ytnef.c has now been removed.

Changes from Changelog:

v1.9.2 - February 23, 2017

Thanks to @hannob for finding some Out-of-bound exceptions in memory handline.
* [SECURITY] An invalid memory access (heap overrun) in handling LONG datatypes (CVE-2017-6800)
* [SECURITY] Missing a check for fields of size 0 (CVE-2017-6801)
* [SECURITY] Potential buffer overrun on incoming Compressed RTF Streams (CVE-2017-6802)

This version  & the previous 1.9.1 resolves the following CVEs:
* CVE-2017-6306
* CVE-2017-6305
* CVE-2017-6304
* CVE-2017-6303
* CVE-2017-6302
* CVE-2017-6301
* CVE-2017-6300
* CVE-2017-6299
* CVE-2017-6298

v1.9.1 - Feb 14, 2017
* BugFix for path handling- label both / and \ as invalid characters inattachments
* Remove lots of exit(-1)'s from the code that would crash calling programs
* [SECURITY] Thanks to EricSesterhennX41 for a patch to fix lots of invalid
memory allocation around corrupted files.

v1.9 - January 2, 2017
* Unify libytnef and ytnef tools into a single build & package (Thanks @jmallach)
* Fix applied for CVE-2010-5109
* Various fixes for errors found via Static Analysis (cppcheck)
* Various memory leaks plugged (Thanks @slonik-v-domene)
* Bugfix for a broken "uniqueness" checker
* Lots of formatting & documentation cleanups

Now that the two packages are unified into a single install & build, I've had
to choose a unifier of Version Numbers.  I chose 1.9 .

(nros)

2017-08-17 07:59:02 UTC MAIN commitmail json YAML

Updated security/vault to 0.8.1

(fhajny)

2017-08-17 07:58:53 UTC MAIN commitmail json YAML

Update security/vault to 0.8.1.

DEPRECATIONS/CHANGES:

- PKI Root Generation: Calling `pki/root/generate` when a CA cert/key already
  exists will now return a `204` instead of overwriting an existing root. If
  you want to recreate the root, first run a delete operation on `pki/root`
  (requires `sudo` capability), then generate it again.

FEATURES:

- Oracle Secret Backend: There is now an external plugin to support leased
  credentials for Oracle databases (distributed separately).
- GCP IAM Auth Backend: There is now an authentication backend that allows
  using GCP IAM credentials to retrieve Vault tokens. This is available as
  both a plugin and built-in to Vault.
- PingID Push Support for Path-Baased MFA (Enterprise): PingID Push can
  now be used for MFA with the new path-based MFA introduced in Vault
  Enterprise 0.8.
- Permitted DNS Domains Support in PKI: The `pki` backend now supports
  specifying permitted DNS domains for CA certificates, allowing you to
  narrowly scope the set of domains for which a CA can issue or sign child
  certificates.
- Plugin Backend Reload Endpoint: Plugin backends can now be triggered to
  reload using the `sys/plugins/reload/backend` endpoint and providing either
  the plugin name or the mounts to reload.
- Self-Reloading Plugins: The plugin system will now attempt to reload a
  crashed or stopped plugin, once per request.

IMPROVEMENTS:

- auth/approle: Allow array input for policies in addition to comma-delimited
  strings
- auth/aws: Allow using root credentials for IAM authentication
- plugins: Send logs through Vault's logger rather than stdout
- secret/pki: Add `pki/root` delete operation
- secret/pki: Don't overwrite an existing root cert/key when calling generate

BUG FIXES:

- aws: Don't prefer a nil HTTP client over an existing one
- core: If there is an error when checking for create/update existence, return
  500 instead of 400
- secret/database: Avoid creating usernames that are too long for legacy MySQL

(fhajny)

2017-08-17 07:46:15 UTC MAIN commitmail json YAML

Updated databases/pgpool2 to 3.6.5

(fhajny)

2017-08-17 07:46:05 UTC MAIN commitmail json YAML

Update databases/pgpool2 to 3.6.5, based on patches by Mustafa Dogan.
Fixes pkg/52488.

Release 3.6.5
- Fix for [pgpool-hackers: 2400] Garbage output
- Importing the latest changes in the MemoryManager API from PostgreSQL
  code.
- Fixing 0000306: Pgpool steals back MASTER status.
- Fixing [pgpool-hackers: 2390]Problems with the relative paths in
  daemon mode
- Adjust function name change in PostgreSQL 10 dev head.
- Fix a posible hang with streaming replication and extended protocol.
- Fix Pgpool-II hang when used by erlang applications.
- Fix bug with sending bind message to wrong target node.
- Fix query cache hang when used by node.js.
- Deal with PostgreSQL 10 in streaming replication delay checking.
- Fix query cache memory leak.
- Fix extended query hang in certain case.
- Fix for [pgpool-hackers: 2354] segfault with pg_md5.
- Fix descriptions of white/black_memcache_table_list.
- Fix corner case bug in Pgpool-II starting up.

Release 3.6.4
- Fixing a few corner cases in the failover request handling of the
  watchdog.
- Tightening up the watchdog cluster membership criteria.
- Enhance document for load balancing.
- Add node 0 failover test.
- Fix Pgpool-II child process segfault reported in [pgpool-hackers:
  2312].

Release 3.6.3
- Fix "show pool_cache" segfault when memcached is used.
- Fix for some more code warnings.
- Fixing some annoying compiler warnings.
- Removing the function defined but not used warnings from
  pool_config_vatiable.c
- Removing the references of obsolete debug_level configuration
  parameter.
- Fixing a mistake in the watchdog code.
- Fix for 0000299: Errors on the reloading of configuration.
- Add pgpool_adm English and Japanese docs.
- Fix document indentation.
- Fix for 0000289: Inconsistent backend state.
- Enhancing the handling of split-brain scenario by the watchdog.
- Enhancing the watchdog internal command mechanism to handle multiple
  concurrent commands.
- Fix compiler warnings.
- Comment out unsupported Java method in new JDBC drivers to prevent
  regression failure.
- Downgrade parse before bind log message to debug1.
- Fix coverity warnings.
- Fix for [pgpool-general: 5396] pam ldap failure.
- Mention that SQL type commands cannot be used in extended query mode.
- Consider SHOW command as kind of a read query.
- Fix memory leak problem caused by commit adcb636.
- Mega patch to fix "kind mismatch" (or derived) errors in streaming
  replication mode.
- Fix for 0000296: PGPool v3.6.2 terminated by systemd because the
  service Type has been set to 'forking'.

Release 3.6.2
- Add "Wants=network.target" to pgpool.service file.
- Fix pcp_promote_node bug that fails promoting node 0.
- Fix document error.
- Pgpool-IIshould not perform ping test after bringing down the VIP.
- Fix to release shared memory segments when Pgpool-IIexits.
- Fix for [pgpool-general: 5315] pg_terminate_backend
- Adding the missing ExecStop and ExecReload commands to the systemd
  service configuration file.
- Fix for 281: "segmentation fault" when execute pcp_attach_node.
- Fix load balancing bug in streaming replication mode.
- Fix yet another kind mismatch error in streaming replication mode.
- Fix do_query()hangs after close message.
- Fixing stack smashing detected.
- Fixing the issue with the watchdog process restart.
- Fix query cache bug reported in pgpool-general-jp:1441.
- Remove elog/ereport calls from signal handlers.
- Fix bug failed to create INET domain socket in FreeBSD if
  listen_addresses = '*'.
- Fix for 0000249: watchdog sometimes fails de-escalation.
- Fix connection_life_time broken by authentication_timeout.
- Fix authentication timeout that can occur right after client
  connecttions.

Release 3.6.1
- Tightening up the watchdog security.
- Add pgpool_adm extension in Pgpool-II RPM.
- Fix occasional segfault when query cache is enabled.
- Fix packet kind does not match error in extended protocol.
- Fix a race condition in a signal handler.
- Fix wrong minimum configuration value for
  client_idle_limit_in_recovery.
- Allow to execute "make xslthtml" under doc.ja.

(fhajny)

2017-08-17 07:33:39 UTC MAIN commitmail json YAML

Updated sysutils/consul to 0.9.2

(fhajny)

2017-08-17 07:33:28 UTC MAIN commitmail json YAML

Update sysutils/consul to 0.9.2.

## 0.9.2 (August 9, 2017)

BUG FIXES:

- agent: Fixed an issue where the old `-retry-join-{ec2,azure,gce}`
  command line flags were not being honored.
- server: Reverted the change that made unauthorized KV queries return
  403 instead of 404 because it had a minor bug that affected the
  operation of Vault, and in addition to fixing the bug, we identified an
  additional case that needed to be covered.

## 0.9.1 (August 9, 2017)

FEATURES:

- Secure ACL Token Introduction: It's now possible to manage Consul's
  ACL tokens without having to place any tokens inside configuration
  files.
    * A new `/v1/agent/token` API allows an agent's ACL tokens to be
    * introduced without placing them into config files, and to update
    * them without restarting the agent.
    * A new `/v1/acl/bootstrap` allows a cluster's first management
    * token to be created without using the `acl_master_token`
    * configuration.
- Metrics Viewing Endpoint: A new `/v1/agent/metrics` API displays the
  current values of internally tracked metrics.

IMPROVEMENTS:

- agent: Retry Join for Amazon AWS, Microsoft Azure, Google Cloud, and
  (new) SoftLayer is now handled through the
  https://github.com/hashicorp/go-discover library.
- agent: Reports a more detailed error message if the LAN or WAN Serf
  instance fails to bind to an address.
- agent: Added NS records and corrected SOA records to allow Consul's
  DNS interface to work properly with zone delegation.
- agent: Added support for sending metrics with labels/tags to supported
  backends.
- agent: Added a new `prefix_filter` option in the `telemetry` config to
  allow fine-grained allowing/blocking the sending of certain metrics by
  prefix.
- cli: Added a `-child-exit-code` option to `consul lock` so that it
  propagates an error code of 2 if the child process exits with an
  error.
- docs: Added a new Geo Failover Guide showing how to use prepared
  queries to implement geo failover policies for services.
- docs: Added a new Consul with Containers Guide showing critical
  aspects of operating a Consul cluster that's run inside containers.
- server: Added a `RemoveEmptyTags` option to prepared query templates
  which will strip out any empty strings in the tags list before
  executing a query.
- server: Implemented a much faster recursive delete algorithm for the
  KV store.

BUG FIXES:

- agent: Clean up temporary files during disk write errors when
  persisting services and checks.
- agent: Fixed an issue where DNS and client bind address templates were
  not being parsed via the go-sockaddr library.
- agent: Fixed status code on all KV store operations that fail due to
  an ACL issue. They now return a 403 status code, rather than a 404.
- agent: Fixed quoting issues in script health check on Windows.
- agent: Fixed an issue where `consul monitor` would exit on any empty
  log line.
- server: Updated raft library to fix issue with machine crashes causing
  snapshot files to not get saved to disk

(fhajny)

2017-08-17 07:17:15 UTC MAIN commitmail json YAML

Remove suggsted hugo package -- packaged by gavan, thanks!

(wiz)

2017-08-17 06:29:22 UTC MAIN commitmail json YAML

- isc-dhcp-4.3.5.

(taca)

2017-08-17 06:28:42 UTC MAIN commitmail json YAML

Note update of www/contao44 package to 4.4.3.

(taca)

2017-08-17 06:28:10 UTC MAIN commitmail json YAML

Update contao44 to 4.4.3.

pkgsrc change: Drop dependency to php-mysqli.

Quote from release announce:

The bugfix release fixes several issues including problems with the back end
referer management and the front end preview.

(taca)

2017-08-17 04:35:35 UTC MAIN commitmail json YAML

add commented out u-boot which only contains Makefile fragments

(jnemeth)

2017-08-17 04:32:47 UTC MAIN commitmail json YAML

Some tex package updates

(markd)

2017-08-17 04:30:59 UTC MAIN commitmail json YAML

Update tex-algorithm2e{,-doc} to 5.2

This release fix some old bugs (see release note for more informations
about this) and take care of some small overfull hbox that was
present in some particular combination of options and packages.
In particular it fixes an annoying unbalanced brace that could cause some
troubles.

(markd)

2017-08-17 04:24:37 UTC MAIN commitmail json YAML

Update tex-powerdot to 1.5b

Updated to work with the latest graphicx package,
thanks to Akira Kakuto and David Carlisle for their help.

(markd)

2017-08-17 04:21:06 UTC MAIN commitmail json YAML

2017-08-17 04:13:30 UTC MAIN commitmail json YAML

Update tex-l3{experimental,kernel,packages}{,-doc} to 2017.44864

- New \hbox_set_to_wd:Nnw and \vbox_set_to_ht:Nnw functions
- Revised l3file module to give better defined
  path/file/extension split
- New experimental functions in l3file: \file_input_stop:,
  \file_get_mdfive_hash:nN, \file_get_size:nN and
  \file_get_timestamp:nN; currently XeTeX does not support
  getting file size/timestamp
- New experimental \mode_leave_vertical: as a code-level
  equivalent of \leavevmode
- New experimental support for shell escape in l3sys module
- New mechanism for checking variable declarations locally:
  see option "enable-debug" and
  \debug_check_declarations_(on|off):
- More invalid regex patterns trapped with warning
- More regex documentation examples
- Bug fix for \tl_mixed_case:n(n) with pdfTeX when the first
  character is outside the ASCII range
- Fix nesting of selective setting in l3keys

(markd)

2017-08-17 03:58:16 UTC MAIN commitmail json YAML

Update tex-pdfpages{,-doc} to 0.5j

Fixed option `addtolist' which was broken when used together with
package float.sty.

(markd)

2017-08-17 03:50:19 UTC MAIN commitmail json YAML

Update tex-microtype{,-doc} to 2.7

This update features several improvements, bug fixes, as well as
compatibility with current LaTeX (no more Unknown slot number
warnings!).

(markd)

2017-08-17 03:42:18 UTC MAIN commitmail json YAML

Update tex-probsoln{,-doc} to 3.05

Now allows comma-separated list of file names in
\loadrandomproblems and \loadrandomexcept

(markd)

2017-08-17 03:35:37 UTC MAIN commitmail json YAML

Update tex-babel-french to 3.3b

Internal change: the main support for French is now in file
french.ldf; portemanteau files frenchb.ldf, francais.ldf,
acadian.ldf, canadien.ldf have been added.
This change is meant for Babel's future releases, but frenchb
v3.3b still works with current Babel (v3.12).

Recommended options to use with Babel are *french* or *acadian*
(for Canadian French currently identical to French), all others
are *deprecated*.

(markd)

2017-08-17 03:30:07 UTC MAIN commitmail json YAML

Update tex-tcolorbox{,-doc} to 4.10

- new options:
  'inherit height', 'verbatim ignore percent'
- library 'skins'
  * new style 'enhanced standard jigsaw'
- library 'magazine':
  * new macro: '\ifboxarrayempty'
- library 'breakable':
  * option 'break at' allows negative values now.
  * the algorithm for breaks inside a multicolumn environment was
improved (user code may be affected by this change).
  * new macro: '\tcbbreak'
- library 'minted':
  * the default settings for 'minted options'
    are supplemented by 'breaklines,autogobble'
- new library 'poster'
  * new macros and environments:
    'tcbposter',  '\tcbposterset', '\posterbox', 'posterboxenv',
    'tcbposterwidth', 'tcbposterheight', 'tcbpostercolspacing',
'tcbposterrowspacing', 'tcbpostercolumns', 'tcbposterrows',
'tcbpostercolwidth', 'tcbposterrowheight'
  * new options:
    'poster', 'columns', 'rows', 'colspacing', 'rowspacing', 'spacing',
    'showframe', 'width', 'height', 'prefix', 'coverage', 'no coverage',
    'boxes', 'fontsize', 'name', 'column', 'column*', 'span', 'row',
'rowspan', 'fixed height', 'below', 'above', 'at', 'between',
'sequence', 'placeholder', 'xshift', 'yshift'
- New example file 'tcolorbox-example-poster'
- New tutorial 'tcolorbox-tutorial-poster' for poster creation

(markd)

2017-08-17 03:21:14 UTC MAIN commitmail json YAML

Update tex-dozenal{,-doc} to 7.1

Previously, dozenal wouldn't work with the Type1 versions of the fonts
if compiling with luatex.  Now it does.

(markd)

2017-08-17 03:14:22 UTC MAIN commitmail json YAML

2017-08-17 03:05:36 UTC MAIN commitmail json YAML

Update tex-babel{,-doc} to 3.12

* Fix - error when version in format and of package
  didn't match.
* Now switch.def is loaded always.
* First steps in bidi writing.

(markd)

2017-08-17 02:52:10 UTC MAIN commitmail json YAML

2017-08-17 02:41:48 UTC MAIN commitmail json YAML

Update tex-ptex-fontmaps{,-doc} to 20170624.0

* Use BatangChe/DotumChe instead of Baatang/Dotum in 'ms' family.
* Add 'founder' family for use with WPS Office Linux.

(markd)

2017-08-17 02:33:44 UTC MAIN commitmail json YAML

Update tex-texinfo{,-doc} to 5.1.44706

changes unknown

(markd)

2017-08-17 02:26:40 UTC MAIN commitmail json YAML

2017-08-17 02:24:34 UTC MAIN commitmail json YAML

Added www/hugo version 0.26

(gavan)

2017-08-17 02:24:21 UTC MAIN commitmail json YAML

Added devel/go-yaml version 0.0.20160301

(gavan)

2017-08-17 02:24:10 UTC MAIN commitmail json YAML

Added net/go-websocket version 1.0.0

(gavan)

2017-08-17 02:23:59 UTC MAIN commitmail json YAML

Added devel/go-viper version 0.0.20170723

(gavan)

2017-08-17 02:23:46 UTC MAIN commitmail json YAML

Added www/go-toml-pelletier version 1.0.0

(gavan)

2017-08-17 02:23:34 UTC MAIN commitmail json YAML

Added www/go-toml-burntsushi version 0.2.0

(gavan)

2017-08-17 02:23:22 UTC MAIN commitmail json YAML

Added math/go-stats version 0.2.0.20170729

(gavan)

2017-08-17 02:23:11 UTC MAIN commitmail json YAML

Added devel/go-shuffle version 0.0.20170808

(gavan)

2017-08-17 02:22:59 UTC MAIN commitmail json YAML

Added security/go-sftp version 1.0.0

(gavan)

2017-08-17 02:22:48 UTC MAIN commitmail json YAML

Added textproc/go-sentences version 1.0.6

(gavan)

2017-08-17 02:22:38 UTC MAIN commitmail json YAML

Added devel/go-sanitized_anchor_name version 0.0.20151028

(gavan)

2017-08-17 02:22:27 UTC MAIN commitmail json YAML

Added devel/go-purell version 0.1.0

(gavan)

2017-08-17 02:22:17 UTC MAIN commitmail json YAML

Added textproc/go-prose version 0.0.20170806

(gavan)

2017-08-17 02:22:06 UTC MAIN commitmail json YAML

Added devel/go-properties version 1.7.0

(gavan)

2017-08-17 02:21:55 UTC MAIN commitmail json YAML

Added devel/go-pflag version 1.0.0

(gavan)

2017-08-17 02:21:43 UTC MAIN commitmail json YAML

Added devel/go-osext version 0.0.20151222

(gavan)

2017-08-17 02:21:30 UTC MAIN commitmail json YAML

Added devel/go-nitro version 0.0.20131003

(gavan)

2017-08-17 02:21:19 UTC MAIN commitmail json YAML

Added textproc/go-mmark version 1.3.6

(gavan)

2017-08-17 02:21:08 UTC MAIN commitmail json YAML

Added textproc/go-md2man version 1.0.6

(gavan)

2017-08-17 02:20:57 UTC MAIN commitmail json YAML

Added devel/go-mapstructure version 0.0.20160212

(gavan)

2017-08-17 02:20:45 UTC MAIN commitmail json YAML

Added devel/go-jwalterweatherman version 20170523

(gavan)

2017-08-17 02:20:34 UTC MAIN commitmail json YAML

Added textproc/go-inflect version 0.0.20170411

(gavan)

2017-08-17 02:20:23 UTC MAIN commitmail json YAML

Added devel/go-immutable-radix version 0.0.20170725

(gavan)

2017-08-17 02:20:12 UTC MAIN commitmail json YAML

Added graphics/go-image version 20170405

(gavan)

2017-08-17 02:19:57 UTC MAIN commitmail json YAML

Added devel/go-i18n version 1.8.1

(gavan)

2017-08-17 02:19:45 UTC MAIN commitmail json YAML

Added devel/go-homedir version 0.0.20161203

(gavan)

2017-08-17 02:19:33 UTC MAIN commitmail json YAML

Added lang/go-hcl version 0.0.20160616

(gavan)

2017-08-17 02:19:19 UTC MAIN commitmail json YAML

Added devel/go-goorgeous version 0.0.20170816

(gavan)

2017-08-17 02:19:08 UTC MAIN commitmail json YAML

Added devel/go-golang-lru version 0.0.20160813

(gavan)

2017-08-17 02:18:58 UTC MAIN commitmail json YAML

Added www/go-gohtml version 0.0.20150923

(gavan)

2017-08-17 02:18:48 UTC MAIN commitmail json YAML

Added devel/go-gitmap version 0.0.20170613

(gavan)

2017-08-17 02:18:38 UTC MAIN commitmail json YAML

Added devel/go-fsync version 0.0.20170320

(gavan)

2017-08-17 02:18:26 UTC MAIN commitmail json YAML

Added devel/go-fsnotify version 1.3.0

(gavan)

2017-08-17 02:18:14 UTC MAIN commitmail json YAML

Added devel/go-fs version 0.0.20131111

(gavan)

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

Added databases/go-etcd version 2.0.0

(gavan)

2017-08-17 02:17:52 UTC MAIN commitmail json YAML

Added devel/go-errors version 0.6.0

(gavan)

2017-08-17 02:17:42 UTC MAIN commitmail json YAML

Added devel/go-emoji version 1.4

(gavan)

2017-08-17 02:17:31 UTC MAIN commitmail json YAML

Added www/go-cssmin version 0.0.20151210

(gavan)

2017-08-17 02:17:22 UTC MAIN commitmail json YAML

Update tex-cjk-gs-integrate{,-doc} to 20170624.0

* New options are implemented:
  * --cleanup, for general cleanup operation
  * --dump-data, for dumping font database to file
* Better support for win32: avoid dangling NTFS symlink for
--link-texmf.
* Database fix and additions.

(markd)

2017-08-17 02:17:18 UTC MAIN commitmail json YAML

Added security/go-crypt version 0.0.2b

(gavan)

2017-08-17 02:17:03 UTC MAIN commitmail json YAML

Added devel/go-consul-api version 0.0.20150107

(gavan)

2017-08-17 02:16:51 UTC MAIN commitmail json YAML

Added devel/go-cobra version 0.0.20170815

(gavan)

2017-08-17 02:16:37 UTC MAIN commitmail json YAML

Added devel/go-cli version 1.20.0

(gavan)

2017-08-17 02:16:10 UTC MAIN commitmail json YAML

Added devel/go-cast version 1.1.0

(gavan)

2017-08-17 02:15:55 UTC MAIN commitmail json YAML

Added devel/go-buffruneio version 0.2.0

(gavan)

2017-08-17 02:15:39 UTC MAIN commitmail json YAML

Added devel/go-blackfriday version 1.4

(gavan)

2017-08-17 02:15:21 UTC MAIN commitmail json YAML

Added devel/go-amber version 0.0.20160421

(gavan)

2017-08-17 02:15:06 UTC MAIN commitmail json YAML

Added devel/go-afero version 0.0.20160605

(gavan)

2017-08-17 02:14:50 UTC MAIN commitmail json YAML

Added www/go-ace version 0.0.4b

(gavan)

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

2017-08-17 02:06:24 UTC MAIN commitmail json YAML

1 new package in net

(gavan)

2017-08-17 02:05:52 UTC MAIN commitmail json YAML

1 new package in math

(gavan)

2017-08-17 02:05:16 UTC MAIN commitmail json YAML

1 new package in graphics

(gavan)

2017-08-17 02:04:42 UTC MAIN commitmail json YAML

1 new package in lang

(gavan)

2017-08-17 02:04:07 UTC MAIN commitmail json YAML

1 new package in databases

(gavan)

2017-08-17 02:03:23 UTC MAIN commitmail json YAML

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

2017-08-17 02:02:56 UTC MAIN commitmail json YAML

2017-08-17 02:02:39 UTC MAIN commitmail json YAML

2017-08-17 02:02:27 UTC MAIN commitmail json YAML

2017-08-17 02:00:31 UTC MAIN commitmail json YAML

2 new packages in security

(gavan)

2017-08-17 01:59:47 UTC MAIN commitmail json YAML

2017-08-17 01:59:34 UTC MAIN commitmail json YAML

2017-08-17 01:58:04 UTC MAIN commitmail json YAML

5 new packages in textproc

(gavan)

2017-08-17 01:56:16 UTC MAIN commitmail json YAML

2017-08-17 01:56:05 UTC MAIN commitmail json YAML

2017-08-17 01:56:01 UTC MAIN commitmail json YAML

2017-08-17 01:55:54 UTC MAIN commitmail json YAML

2017-08-17 01:55:42 UTC MAIN commitmail json YAML

2017-08-17 01:55:30 UTC MAIN commitmail json YAML

2017-08-17 01:53:08 UTC MAIN commitmail json YAML

6 new packages in www

(gavan)

2017-08-17 01:50:26 UTC MAIN commitmail json YAML

2017-08-17 01:49:58 UTC MAIN commitmail json YAML

2017-08-17 01:49:41 UTC MAIN commitmail json YAML

2017-08-17 01:49:08 UTC MAIN commitmail json YAML

2017-08-17 01:48:43 UTC MAIN commitmail json YAML

2017-08-17 01:47:57 UTC MAIN commitmail json YAML

Update tex-csplain to 2017.44635

changes unknown

(markd)

2017-08-17 01:45:24 UTC MAIN commitmail json YAML

30 new packages in devel

(gavan)

2017-08-17 01:40:47 UTC MAIN commitmail json YAML

Update tex-fontools{,-doc} to 2017.44626

When generating fonts with "subscript" characters, users can now choose
whether to use the "sinf" or the "subs" feature.

(markd)

2017-08-17 01:38:36 UTC MAIN commitmail json YAML

2017-08-17 01:38:22 UTC MAIN commitmail json YAML

2017-08-17 01:37:59 UTC MAIN commitmail json YAML

2017-08-17 01:37:39 UTC MAIN commitmail json YAML

2017-08-17 01:37:13 UTC MAIN commitmail json YAML

2017-08-17 01:36:54 UTC MAIN commitmail json YAML

2017-08-17 01:36:26 UTC MAIN commitmail json YAML

2017-08-17 01:34:50 UTC MAIN commitmail json YAML

2017-08-17 01:34:01 UTC MAIN commitmail json YAML

2017-08-17 01:33:44 UTC MAIN commitmail json YAML

Update tex-pstricks{,-doc} to 2.74

This version 2.74 has a new random color for
gray, rgb, cmyk, and hsb.

(markd)

2017-08-17 01:32:00 UTC MAIN commitmail json YAML

2017-08-17 01:31:19 UTC MAIN commitmail json YAML

2017-08-17 01:30:27 UTC MAIN commitmail json YAML

2017-08-17 01:29:44 UTC MAIN commitmail json YAML

2017-08-17 01:28:52 UTC MAIN commitmail json YAML

2017-08-17 01:28:07 UTC MAIN commitmail json YAML

2017-08-17 01:27:21 UTC MAIN commitmail json YAML

2017-08-17 01:26:34 UTC MAIN commitmail json YAML

2017-08-17 01:25:46 UTC MAIN commitmail json YAML

2017-08-17 01:24:45 UTC MAIN commitmail json YAML

2017-08-17 01:23:52 UTC MAIN commitmail json YAML

2017-08-17 01:23:10 UTC MAIN commitmail json YAML

2017-08-17 01:22:30 UTC MAIN commitmail json YAML

2017-08-17 01:21:41 UTC MAIN commitmail json YAML

2017-08-17 01:20:57 UTC MAIN commitmail json YAML

2017-08-17 01:19:56 UTC MAIN commitmail json YAML

2017-08-17 01:19:11 UTC MAIN commitmail json YAML

2017-08-17 01:18:25 UTC MAIN commitmail json YAML

2017-08-17 01:17:16 UTC MAIN commitmail json YAML

2017-08-17 01:15:39 UTC MAIN commitmail json YAML

2017-08-17 01:13:32 UTC MAIN commitmail json YAML

2017-08-17 01:08:30 UTC MAIN commitmail json YAML

2017-08-16 21:44:17 UTC MAIN commitmail json YAML

Updated x11/xscreensaver to 5.37nb1

(wiz)

2017-08-16 21:44:05 UTC MAIN commitmail json YAML

Do not use old pipes.c file from xscreensaver-5.17.

Bump PKGREVISION.

(wiz)

2017-08-16 21:22:14 UTC MAIN commitmail json YAML

2017-08-16 21:10:20 UTC MAIN commitmail json YAML

Remove dead MASTER_SITE.

(Anyone using this package? Last release 2010, no upstream.)

(wiz)

2017-08-16 21:04:24 UTC MAIN commitmail json YAML

2017-08-16 20:57:26 UTC MAIN commitmail json YAML

2017-08-16 20:45:48 UTC MAIN commitmail json YAML

2017-08-16 20:26:36 UTC MAIN commitmail json YAML

Follow HTTP redirect in HOMEPAGE.

(wiz)

2017-08-16 20:21:18 UTC MAIN commitmail json YAML

2017-08-16 19:59:50 UTC MAIN commitmail json YAML

Use standard GNU HOMEPAGE.

(wiz)

2017-08-16 18:08:34 UTC MAIN commitmail json YAML

Updated emulators/vice to 3.1, lang/py-js2py to 0.50, www/py-cfscrape to 1.8.1, devel/py-wrapt to 1.10.11

(adam)

2017-08-16 18:07:32 UTC MAIN commitmail json YAML

Version 1.10.11

Bugs Fixed
* When wrapping a @classmethod in a class used as a base class, when the method was called via the derived class type, the base class type was being passed for the cls argument instead of the derived class type through which the call was made.

New Features
* The C extension can be disabled at runtime by setting the environment variable WRAPT_DISABLE_EXTENSIONS. This may be necessary where there is currently a difference in behaviour between pure Python implementation and C extension and the C extension isn't having the desired result.

(adam)

2017-08-16 18:04:34 UTC MAIN commitmail json YAML

1.8.1:
Bug fix: Handle relative Location headers

(adam)

2017-08-16 18:02:21 UTC MAIN commitmail json YAML

2017-08-16 17:54:09 UTC MAIN commitmail json YAML

Changes in VICE 3.1

General
- New support for double sided 1571 g64 and p64 images.
- SID filter improvements.

C64(SC)/SCPU64/C64DTV/C128 changes
- New joyport script64 dongle emulation.
- New joyport vizawrite64 dongle emulation.
- Fixed joyport paperclip64 dongle emulation.
- Fixed StarDOS emulation.

XVIC
- Fixed VIA emulation.

C1541
- Fixed commands and added new commands.

BeOS/Haiku changes
- New drag & drop support: dragging a file from Tracker into the window
  now autostarts it, and dragging text into the window pastes it.

(adam)

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

Updated sysutils/rsyslog to 8.29.0

(fhajny)

2017-08-16 16:29:52 UTC MAIN commitmail json YAML

Update sysutils/rsyslog to 8.29.0.

- imptcp: add experimental parameter "multiline"
- imptcp: framing-related error messages now also indicate remote peer
- imtcp: framing-related error messages now also indicate remote peer
- imptcp: add session statistics conunter
- imtcp: add ability to specify GnuTLS priority string
- impstats: add new ressoure counter "openfiles"
- pmnormalize: new parser module
- core/queue: provide informational messages on thread startup and
  shutdown
- omfwd/udp: improve error reporting, depricate maxerrormessages
  parameter
- core: add parameters debug.file and debug.whitelist
- core/net.c: improve UDP socket creation error messages
- omfwd/udp: add "udp.sendbuf" parameter
- core: make rsyslog internal message rate-limiter configurable
- omelasticsearch bugfixes and changed ES5 API support:
  * avoid 404 during health check
  * avoid ES5 warnings while sending json
  * bugfix for memomry leak while writing error file
- imfile bugfix: wildcard detection issue on path wildcards
- omfwd bugfix: always give reason for suspension
- omfwd bugfix: configured compression level was not properly used
- imptcp bugfix: potential socket leak on session shutdown
- omfwd/omudpspoof bugfix: switch udp client sockets to nonblocking
  mode
- imklog: fix permitnonkernelfacility not working
- impstats bugfix: impstats does not handle HUP
- core bugfix: segfault after configuration errors
- core/queue bugfixes:
  * Fix behaviour of PersistStateInterval
  * potential problem during deserialization
- core bugfix: messsage garbled after message modification
- lmsig_ksi: removed pre-KSI_LS12 components
- testbench bugfix: hang in tests if omstdout is not present

(fhajny)

2017-08-16 15:19:05 UTC MAIN commitmail json YAML

Add lastpass-cli.

(jperkin)

2017-08-16 15:18:38 UTC MAIN commitmail json YAML

Added security/lastpass-cli version 1.2.1

(jperkin)

2017-08-16 15:18:24 UTC MAIN commitmail json YAML

2017-08-16 14:41:43 UTC MAIN commitmail json YAML

Updated cross/arm-none-eabi-gcc to 7.2.0

(ryoon)

2017-08-16 14:41:12 UTC MAIN commitmail json YAML

2017-08-16 14:39:37 UTC MAIN commitmail json YAML

Updated cross/arm-none-eabi-binutils to 2.29

(ryoon)