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

2024-05-13 02:08:28 UTC Now

2020-09-12 22:14:24 UTC MAIN commitmail json YAML

doc: Added games/q5go version 1.1.1

(wiz)

2020-09-12 22:14:15 UTC MAIN commitmail json YAML

game/Makefile: +q5go.

(wiz)

2020-09-12 22:14:02 UTC MAIN commitmail json YAML

games/q5go: import q5go-1.1.1

This is a tool for Go players which performs the following functions:

* SGF editor
* Analysis frontend for KataGo, Leela Zero or compatible engines
* GTP interface
* IGS client
* Export to a variety of formats

The basic goal for this program is to provide an everyday SGF editor
that is fast, easy and convenient to use and does everything you
could want out of such a tool. Some of the more unusual features
include a Go diagram exporting function for sites like lifein19x19.com
or Sensei's library, as well as SVG vector graphics or slide export.
q5go also supports some non-standard Go variants. For beginners,
tutorials that explain the rules and basic tactics are included.

This program is based on the old Qt3 version of qGo, but ported to
Qt5 and modernized.

(wiz)

2020-09-12 21:27:15 UTC MAIN commitmail json YAML

show-all: use descriptive variable names

The show-all code is mostly line noise, therefore it is all the more
important to provide at least a few hints to a potential reader, by
using descriptive variable names for the iteration variables:

g => grp
c => cat
v => var
w => width
x => word

(rillig)

2020-09-12 21:00:10 UTC MAIN commitmail json YAML

show-all: use separator for long rows of backslashes

I had been confused by the printf commands since some of them used '\n'
and some used '\\\n', which seemed as if there were some quoting issue
that would make it necessary to double the backslashes.

This assumption was wrong though.  The printf commands for the
single-valued variables use the normal '\n', while the lines for the
multi-valued variables end with a real backslash in the output, to
mimick the continuation lines in makefiles.

As a hint that the '\\\n' means backslash + newline, add single quotes
between the two characters.

(rillig)

2020-09-12 20:48:13 UTC MAIN commitmail json YAML

show-all: fix escaping of '$' in variable modifiers

The previous code relied on the exact implementation of Var_Parse in
bmake, and that it does not issue any error messages in case of $$ in
variable modifiers.

In variable modifiers, a $ is escaped using \$, not $$, as documented in
the manual page.

At the time when I wrote the previous version with the _SHOW_ALL.d4 and
_SHOW_ALL.d8 hacks, I did not know about the backslash escaping rule,
and I just added dollar signs until everything seemed to work.  I
couldn't explain why it worked though, which is not surprising since the
code was using an undocumented implementation flaw of bmake.

(rillig)

2020-09-12 20:43:58 UTC MAIN commitmail json YAML

libreoffice: requires libnumbertext>=1.0.6 to build

(gutteridge)

2020-09-12 17:44:26 UTC MAIN commitmail json YAML

qgis: Improve comment about why we use gmake

(gdt)

2020-09-12 16:39:06 UTC MAIN commitmail json YAML

Pull in devel/libatomic on powerpc due to lack of native 8-byte atomics.
Fixes build on NetBSD/macppc 9.0, should have no effect elsewhere, so no
revision bump.

(he)

2020-09-12 15:17:14 UTC MAIN commitmail json YAML

doc: Updated textproc/ugrep to 2.5.5

(wiz)

2020-09-12 15:17:04 UTC MAIN commitmail json YAML

ugrep: update to 2.5.5.

2.5.5

Cumulative build improvements: updated build script; fixed automake
build failure with git clones; workaround missing lz4 macro; updated
Dockerfile; updated tests.

2.5.4

updated Dockerfile

(wiz)

2020-09-12 14:54:15 UTC MAIN commitmail json YAML

doc: Added net/amazon-ecs-cli version 1.20.0

(leot)

2020-09-12 14:53:55 UTC MAIN commitmail json YAML

net: + amazon-ecs-cli

(leot)

2020-09-12 14:53:39 UTC MAIN commitmail json YAML

amazon-ecs-cli: Import amazon-ecs-cli-1.20.0 as net/amazon-ecs-cli

The Amazon ECS Command Line Interface (CLI) is a command line tool for
Amazon Elastic Container Service (Amazon ECS) that provides high-level
commands to simplify creating, updating, and monitoring clusters and
tasks from a local development environment. The Amazon ECS CLI supports
Docker Compose, a popular open-source tool for defining and running
multi-container applications. Use the CLI as part of your everyday
development and testing cycle as an alternative to the AWS Management
Console or the AWS CLI.

(leot)

2020-09-12 12:22:01 UTC MAIN commitmail json YAML

2020-09-12 12:20:11 UTC MAIN commitmail json YAML

py-markups: not for python 2.7

(tnn)

2020-09-12 11:05:58 UTC MAIN commitmail json YAML

doc: Added security/amass version 3.10.3

(leot)

2020-09-12 11:05:37 UTC MAIN commitmail json YAML

security: + amass

(leot)

2020-09-12 11:05:15 UTC MAIN commitmail json YAML

amass: Import amass-3.10.3 as security/amass

The OWASP Amass Project performs network mapping of attack surfaces and
external asset discovery using open source information gathering and
active reconnaissance techniques.

(leot)

2020-09-12 10:03:38 UTC MAIN commitmail json YAML

doc: Updated fonts/vlgothic-ttf to 20200720

(tsutsui)

2020-09-12 10:03:22 UTC MAIN commitmail json YAML

vlgothic-ttf: update to 20200720.

pkgsrc changes:
- Specify OSDN page for HOMEPAGE

Upstream changes (roughly translated from Changelog):

* 2020/07/20
- Fix VL-PGothic/VL-Gothic symbol glyphs
  - Fix wrong L/R directions of U+23F4/U+23F5
    - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860157
  - Update glyphs of U+1F643,U+1F43F per current Unicode definitions
    - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823285
    - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888411
  - Make several Latin1 symbols half width (VL Gothic)
    - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776436
  - Update U+2FB2, U+2BF3
    - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900878
  - add/fix some Greek Letter
    - add Greek Capital Letter Yot (U+037F)
    - fix Greek Small Letter Digamma (U+03dd)
    - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849857

* 2020/07/19
- Update M+1C,1M part of VL-PGothic/VL-Gothic to TESTFLIGHT-063a
- Update one Kanji chalacter glyph (U+9304) of VL-PGothic/VL-Gothic
    and add a ligature of era "Reiwa" (U+32FF)

(tsutsui)

2020-09-12 09:32:07 UTC MAIN commitmail json YAML

(textproc/fmtlib) regen PLIST

(mef)

2020-09-12 09:25:28 UTC MAIN commitmail json YAML

regen PLIST. (right ?)

(mef)

2020-09-12 06:55:08 UTC MAIN commitmail json YAML

mk/plist: fail fast on programming mistake

(rillig)

2020-09-12 06:51:15 UTC MAIN commitmail json YAML

bsd.build-vars.mk: describe MAKE_FLAGS in details, rewrite and reformat

(rillig)

2020-09-12 06:33:47 UTC MAIN commitmail json YAML

py-precis-i18n: mark as not for python 2.x

  File "/usr/pkg/lib/python2.7/site-packages/precis_i18n/factory.py", line 53
    def get_profile(name, *, unicodedata=None):
                          ^
SyntaxError: invalid syntax

The packages using it are already limited to 3.7+.

(wiz)

2020-09-12 05:58:40 UTC MAIN commitmail json YAML

devel/gmake: add link to the 4.3 release notes

(rillig)

2020-09-12 05:23:25 UTC MAIN commitmail json YAML

Don't mess with the share/doc/mutt/samples link in the
INSTALL/DEINSTALL scripts. Bump revision.

(kim)

2020-09-12 03:49:46 UTC MAIN commitmail json YAML

libreoffice: fix typo in comment

(gutteridge)

2020-09-12 03:25:34 UTC MAIN commitmail json YAML

py-mautrix: mark Python 2.7 incompatibility (fix bulk builds)

(gutteridge)

2020-09-12 03:18:31 UTC MAIN commitmail json YAML

options.description: add several options offered by ffmpeg4

(gutteridge)

2020-09-12 03:11:29 UTC MAIN commitmail json YAML

ffmpeg4: bump PKGREVISION due to default dependency addition

(gutteridge)

2020-09-12 00:45:22 UTC MAIN commitmail json YAML

Add an option for webp support
From Jean-Jacques Puig

(manu)

2020-09-12 00:23:14 UTC MAIN commitmail json YAML

doc: Updated textproc/py-markdown-math to 0.7

(gutteridge)

2020-09-12 00:22:35 UTC MAIN commitmail json YAML

py-markdown-math: update to 0.7

Version 0.7, 2020-06-19
=======================

* This extension now requires Python ≥ 3.4 and Python-Markdown ≥ 3.0.
* Fixed deprecation warnings with Python-Markdown 3.x.
* Added support for GitLab-style delimiters.

(gutteridge)

2020-09-12 00:19:28 UTC MAIN commitmail json YAML

qgis: Clean up comment (NFCI)

(gdt)

2020-09-12 00:19:18 UTC MAIN commitmail json YAML

doc: Updated wm/xfce4-wm to 4.14.4

(gutteridge)

2020-09-12 00:18:59 UTC MAIN commitmail json YAML

xfce4-wm: update to 4.14.4

Change log:

4.14.4
======

- Fix a crash on FreeBSD (xfce/xfwm4#411)
- Fix compilation warning due to g_type_class_add_private deprecation

4.14.3
======

- Add support for XRes X11 extension to get the PID of sandboxed apps
- Fix use-after-free of settings strings (xfce/xfwm4#406)
- More XError traps (xfce/xfwm4#405)
- I18n:
  Update translations: en_CA, et, he, hy_AM, id, it, sq, zh_HK
  New translations: hye

(gutteridge)

2020-09-11 23:50:09 UTC MAIN commitmail json YAML

doc: Removed chat/py-tulir-hangups

(js)

2020-09-11 23:48:53 UTC MAIN commitmail json YAML

Remove py-tulir-hangups

The only thing using it, mautrix-hangouts, moved back to upstream hangups.

(js)

2020-09-11 23:45:35 UTC MAIN commitmail json YAML

mautrix-hangouts: Forgot to adjust dependency path

(js)

2020-09-11 23:44:40 UTC MAIN commitmail json YAML

doc: Updated chat/mautrix-hangouts to 0.1.2

(js)

2020-09-11 23:44:28 UTC MAIN commitmail json YAML

2020-09-11 20:44:17 UTC MAIN commitmail json YAML

profanity: Remove hardcoded homebrew paths to fix building on Darwin

(js)

2020-09-11 17:18:37 UTC MAIN commitmail json YAML

doc: Updated net/samba4 to 4.12.6nb2

(jperkin)

2020-09-11 17:18:09 UTC MAIN commitmail json YAML

samba4: Limit iconv hack to NetBSD.

Resolves issue on Linux reported by sobukus on IRC.

(jperkin)

2020-09-11 15:14:12 UTC MAIN commitmail json YAML

elixir: gmake is a runtime dependency

(nia)

2020-09-11 15:05:06 UTC MAIN commitmail json YAML

2020-09-11 14:47:51 UTC MAIN commitmail json YAML

doc: Updated www/webkit-gtk to 2.30.0

(leot)

2020-09-11 14:47:35 UTC MAIN commitmail json YAML

webkit-gtk: Update to 2.30.0

pkgsrc changes:
- Unconditionally disable systemd support via CMAKE_ARGS (by default systemd is
  enabled unconditionally)

Changes:
WebKitGTK 2.30.0
================
  - Fix NTLM authentication.
  - Don't try to use SHM on wayland with older wpebackend-fdo.
  - Fix the build due to seccomp.h header not found.

WebKitGTK 2.29.92
=================
  - Fix user agent header after a redirect when a new quirk is required.
  - Stop using firefox user agent quirk for google docs.
  - Fix rendering frames timeline panel in web inspector.
  - Fix per-thread cpu usage in web inspector.
  - Fix several crashes and rendering issues.
  - Translation updates: Polish

WebKitGTK 2.29.91
=================
  - Fix a web process crash introduced in 2.29.90.

WebKitGTK 2.29.90
=================
  - Fix font variation settings when font smoothing setting is also present.
  - Fix HTML drag and drop operations.
  - Fix argument order for clone syscall seccomp filter on s390x.
  - Fix a crash when selecting text.
  - Fix several crashes and rendering issues.

WebKitGTK 2.29.4
================
  - Add support for backdrop filters.
  - Add support for text-underline-offset and text-decoration-thickness.
  - Add OpenCDM and AV1 support to media backend.
  - Add new API to get ITP data summary.
  - Use mobile user-agent on tablets.
  - Fix several crashes and rendering issues.

WebKitGTK 2.29.3
================
  - Add webkit_authentication_request_get_security_origin.
  - Change the cookies accept policy to always when no-third-party is set and ITP is enabled.
  - Fix web process hangs on large GitHub pages.
  - Bubblewrap sandbox should not attempt to bind empty paths.
  - Add support for sndio to bubblewrap sandbox.
  - Also handle dark themes when the name ends with -Dark.
  - Fix a race condition causing a crash in media player.
  - Fix several crashes and rendering issues.

WebKitGTK 2.29.2
================
- Add Intelligent Tracking Prevention (ITP) support.
- Add support for video formats in img elements.
- Add API to handle video autoplay policy that now defaults to disallow autoplay videos with audio.
- Add API to mute a web view.
- Add API to allow applications to handle the HTTP authentication credential storage.
- Add a WebKitSetting to set the media content types requiring hardware support.
- Fix a crash during drag an drop due to a bug introduced in 2.29.1.
- Do not start page load during animation in back/forward gesture.
- Fix several crashes and rendering issues.
- Translation updates: Ukrainian.

WebKitGTK 2.29.1
================
- Stop using GTK theming to render form controls.
- Add API to disable GTK theming for scrollbars too.
- Fix several race conditions and threading issues in the media player.
- Add USER_AGENT_BRANDING build option.
- Add paste as plain text option to the context menu for rich editable content.
- Fix several crashes and rendering issues.

(leot)

2020-09-11 13:28:30 UTC MAIN commitmail json YAML

doc: Added x11/clipnotify version 1.0.2

(leot)

2020-09-11 13:28:13 UTC MAIN commitmail json YAML

x11: + clipnotify

(leot)

2020-09-11 13:27:43 UTC MAIN commitmail json YAML

clipnotify: Import clipnotify-1.0.2 as x11/clipnotify

clipnotify is a simple program that, using the XFIXES extension to X11,
waits until a new selection is available and then exits.

(leot)

2020-09-11 10:28:09 UTC MAIN commitmail json YAML

games/woof: Build fix for Darwin

XDG desktop and icon files are now always installed (on Darwin too).
pkgsrc users maybe have X11 installed on Apple machines.

(micha)

2020-09-11 09:58:03 UTC MAIN commitmail json YAML

Updated security/py-google-auth, devel/py-google-api-core

(adam)

2020-09-11 09:57:42 UTC MAIN commitmail json YAML

py-google-api-core: updated to 1.22.2

1.22.2:
Bug Fixes
only add quota project id if supported

(adam)

2020-09-11 09:56:33 UTC MAIN commitmail json YAML

py-google-auth: updated to 1.21.1

1.21.1:
Bug Fixes
dummy commit to trigger a auto release

(adam)

2020-09-11 09:40:55 UTC MAIN commitmail json YAML

Updated www/py-django-admin-sortable2, www/py-django-admin-rangefilter

(adam)

2020-09-11 09:40:24 UTC MAIN commitmail json YAML

2020-09-11 09:38:18 UTC MAIN commitmail json YAML

py-django-admin-rangefilter: updated to 0.6.2

0.6.2:
Unknown changes

0.6.1:
Added
- Added Danish translation
Changed
- Refactor tests

(adam)

2020-09-11 09:35:58 UTC MAIN commitmail json YAML

2020-09-11 09:25:38 UTC MAIN commitmail json YAML

Updated lang/nodejs, databases/redis

(adam)

2020-09-11 09:25:18 UTC MAIN commitmail json YAML

redis: updated to 6.0.8

Redis 6.0.8
===========

Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
CONFIG REWRITE command is affected and should upgrade ASAP.

Bug fixes:

* CONFIG REWRITE after setting oom-score-adj-values either via CONFIG SET or
  loading it from a config file, will generate a corrupt config file that will
  cause Redis to fail to start
* Fix issue with redis-cli --pipe on MacOS
* Fix RESP3 response for HKEYS/HVALS on non-existing key
* Various small bug fixes

New features / Changes:

* Remove THP warning when set to madvise
* Allow EXEC with read commands on readonly replica in cluster
* Add masters/replicas options to redis-cli --cluster call command

Module API:

* Add RedisModule_ThreadSafeContextTryLock

(adam)

2020-09-11 09:24:21 UTC MAIN commitmail json YAML

nodejs: updated to 14.10.1

Version 14.10.1 (Current)

Notable Changes
Node.js 14.10.0 included a streams regression with async generators and a docs rendering regression that are being fixed in this release.

(adam)

2020-09-11 09:21:32 UTC MAIN commitmail json YAML

Pull in devel/libatomic on powerpc due to lack of native 8-byte atomics.
Fixes build on NetBSD/macppc 9.0, should have no effect elsewhere, so no
revision bump.

(he)

2020-09-11 08:16:19 UTC MAIN commitmail json YAML

py-commonmark: use egg, fix dependencies and category

(adam)

2020-09-11 05:49:03 UTC MAIN commitmail json YAML

2020-09-11 05:42:44 UTC MAIN commitmail json YAML

2020-09-11 05:40:51 UTC MAIN commitmail json YAML

2020-09-11 02:47:42 UTC MAIN commitmail json YAML

doc: Added chat/mautrix-hangouts version 0.1.1

(js)

2020-09-11 02:47:17 UTC MAIN commitmail json YAML

2020-09-11 02:45:40 UTC MAIN commitmail json YAML

Oops, forgot to cvs add new files

(js)

2020-09-11 02:38:31 UTC MAIN commitmail json YAML

chat/py-tulir-hangups: Make deps less strict in setup.py

chat/py-hangups does the same.

(js)

2020-09-11 02:06:38 UTC MAIN commitmail json YAML

chat/py-mautrix: Fix typo I introduced after testing

(js)

2020-09-11 02:04:16 UTC MAIN commitmail json YAML

2020-09-11 01:59:21 UTC MAIN commitmail json YAML

doc: Added chat/py-tulir-hangups version 0.4.12

(js)

2020-09-11 01:59:05 UTC MAIN commitmail json YAML

2020-09-11 01:21:41 UTC MAIN commitmail json YAML

chat/py-mautrix: Specify maximum version of py-aiohttp

(js)

2020-09-11 01:19:16 UTC MAIN commitmail json YAML

doc: Added chat/py-mautrix version 0.7.1

(js)

2020-09-11 01:18:55 UTC MAIN commitmail json YAML

2020-09-11 00:49:37 UTC MAIN commitmail json YAML

doc: Added textproc/py-commonmark version 0.9.1

(js)

2020-09-11 00:48:57 UTC MAIN commitmail json YAML

textproc: SUBDIR+= py-commonmark

(js)

2020-09-11 00:46:00 UTC MAIN commitmail json YAML

2020-09-10 22:27:14 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-video-vesa to 2.5.0

(wiz)

2020-09-10 22:27:04 UTC MAIN commitmail json YAML

xf86-video-vesa: update to 2.5.0.

This release rolls up a few minor bug fixes since 2.4.0. We now refuse
to run on machines with UEFI firmware (on Linux only, patches welcome
for other OSes) since it won't work in the general case and you
probably have a kernel framebuffer driver running already. We also only
attempt to use 24bpp if the alternative would be pseudocolor, but note
that since xserver 1.20 24bpp will not work at all. If you'd like to
fix that case, please note that it is filed as issue #4:

https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa/-/issues/4

We also notice several cases of running on emulated GPUs, in which case
the shadow framebuffer is disabled by default to improve performance by
reducing the number of copies.

All users are recommended to upgrade, ideally to a better video card
and/or driver.

Full changelog:

Adam Jackson (5):
      Newline-terminate a few error messages
      Refuse to run on UEFI machines
      Try harder to avoid 24bpp
      Disable shadow by default on known-virtual GPUs
      vesa 2.5.0

Alan Coopersmith (2):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Benjamin Tissoires (1):
      Refuse to run on UEFI machines running older kernels

(wiz)

2020-09-10 22:11:57 UTC MAIN commitmail json YAML

Note update of security/vault to 1.5.3.

(he)

2020-09-10 22:10:59 UTC MAIN commitmail json YAML

Upgrade vault to version 1.5.3:

Pkgsrc changes:
* Added a patch to cope with fromStatT on NetBSD
* Added a patch to cope with docker client default settings (build
  also on NetBSD)

Upstream changes:

1.5.3 (August 27th, 2020)

NOTE:
All security content from 1.5.2, 1.5.1, 1.4.5, 1.4.4, 1.3.9, 1.3.8,
1.2.6, and 1.2.5 has been made fully open source, and the git tags for
1.5.3, 1.4.6, 1.3.10, and 1.2.7 will build correctly for open source
users.

BUG FIXES:
* auth/aws: Made header handling for IAM authentication more robust
* secrets/ssh: Fixed a bug with role option for SSH signing algorithm
  to allow more than RSA signing

## 1.5.1

CHANGES:
* pki: The tidy operation will now remove revoked certificates if the
  parameter `tidy_revoked_certs` is set to `true`. This will result in
  certificate entries being immediately removed, as opposed to
  awaiting until its NotAfter time. Note that this only affects
  certificates that have been already
  revoked. [[GH-9609](https://github.com/hashicorp/vault/pull/9609)]

IMPROVEMENTS:
* auth/jwt: Add support for fetching groups and user information from
  G Suite during
  authentication. [[GH-9574](https://github.com/hashicorp/vault/pull/9574)]
* secrets/openldap: Add "ad" schema that allows the engine to
  correctly rotate AD
  passwords. [[GH-9740](https://github.com/hashicorp/vault/pull/9740)]
* ui: Wrap TTL option on transit engine export action is updated to a
  new component.
  [[GH-9632](https://github.com/hashicorp/vault/pull/9632)]

BUG FIXES:
* secrets/gcp: Ensure that the IAM policy version is appropriately set
  after a roleset's bindings have
  changed. [[GH-9603](https://github.com/hashicorp/vault/pull/9603)]
* replication (enterprise): Fix status API output incorrectly stating
  replication is in `idle` state.
* core: Fix panic when printing over-long info fields at startup
  [[GH-9681](https://github.com/hashicorp/vault/pull/9681)]

## 1.5.0
### July 21st, 2020

CHANGES:
* storage/raft: The storage configuration now accepts a new
  `max_entry_size` config that will limit the total size in bytes of
  any entry committed via raft. It defaults to `"1048576"`
  (1MiB). [[GH-9027](https://github.com/hashicorp/vault/pull/9027)]
* token: Token creation with custom token ID via `id` will no longer
  allow periods (`.`) as part of the input string.
  The final generated token value may contain periods, such as the
  `s.` prefix for service token
  indication. [[GH-8646](https://github.com/hashicorp/vault/pull/8646/files)]
* token: Token renewals will now return token policies within the
  `token_policies` , identity policies within `identity_policies`, and
  the full policy set within
  `policies`. [[GH-8535](https://github.com/hashicorp/vault/pull/8535)]
* cubbyhole: Reject reads and writes to an empty ("")
  path. [[GH-8971](https://github.com/hashicorp/vault/pull/8971)]
* core: Remove the addition of newlines to parsed configuration when
  using integer/boolean values
  [[GH-8928](https://github.com/hashicorp/vault/pull/8928)]
* audit: Token TTL and issue time are now provided in the auth portion
  of audit logs. [[GH-9091](https://github.com/hashicorp/vault/pull/9091)]

IMPROVEMENTS:
* audit: Replication status requests are no longer
  audited. [[GH-8877](https://github.com/hashicorp/vault/pull/8877)]
* audit: Added mount_type field to requests and
  responses. [[GH-9167](https://github.com/hashicorp/vault/pull/9167)]
* auth/aws: Add support for Web Identity credentials
  [[GH-7738](https://github.com/hashicorp/vault/pull/7738)]
* auth/jwt: Support users that are members of more than 200 groups on Azure
  [[GH-120](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/120)]
* auth/kubernetes: Allow disabling `iss` validation
  [[GH-91](https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/91)]
* core: Add the Go version used to build a Vault binary to the server message
  output. [[GH-9078](https://github.com/hashicorp/vault/pull/9078)]
* core: Added Password Policies for user-configurable password generation
  [[GH-8637](https://github.com/hashicorp/vault/pull/8637)]
* core: New telemetry metrics covering token counts, token creation, KV
  secret counts, lease
  creation. [[GH-9239](https://github.com/hashicorp/vault/pull/9239)]
  [[GH-9250](https://github.com/hashicorp/vault/pull/9250)]
  [[GH-9244](https://github.com/hashicorp/vault/pull/9244)]
  [[GH-9052](https://github.com/hashicorp/vault/pull/9052)]
* cli: Support reading TLS parameters from file for the `vault operator raft
  join` command. [[GH-9060](https://github.com/hashicorp/vault/pull/9060)]
* plugin: Add SDK method, `Sys.ReloadPlugin`, and CLI command, `vault plugin
  reload`, for reloading
  plugins. [[GH-8777](https://github.com/hashicorp/vault/pull/8777)]
* plugin (enterprise): Add a scope field to plugin reload, which when global,
  reloads the plugin anywhere in a
  cluster. [[GH-9347](https://github.com/hashicorp/vault/pull/9347)]
* sdk/framework: Support accepting TypeFloat parameters over the API
  [[GH-8923](https://github.com/hashicorp/vault/pull/8923)]
* secrets/aws: Add iam_groups parameter to role create/update
  [[GH-8811](https://github.com/hashicorp/vault/pull/8811)]
* secrets/database: Add static role rotation for MongoDB Atlas database
  plugin
  [[GH-11](https://github.com/hashicorp/vault-plugin-database-mongodbatlas/pull/11)]
* secrets/database: Add static role rotation for MSSQL database plugin
  [[GH-9062](https://github.com/hashicorp/vault/pull/9062)]
* secrets/database: Allow InfluxDB to use insecure TLS without cert bundle
  [[GH-8778](https://github.com/hashicorp/vault/pull/8778)]
* secrets/gcp: Support BigQuery dataset ACLs in absence of IAM endpoints
  [[GH-78](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/78)]
* secrets/pki: Allow 3072-bit RSA keys
  [[GH-8343](https://github.com/hashicorp/vault/pull/8343)]
* secrets/ssh: Add a CA-mode role option to specify signing algorithm
  [[GH-9096](https://github.com/hashicorp/vault/pull/9096)]
* secrets/transit: Transit requests that make use of keys now include a new
  field  `key_version` in their responses
  [[GH-8775](https://github.com/hashicorp/vault/pull/8775)]
* secrets/transit: Improving transit batch encrypt and decrypt latencies
  [[GH-9100](https://github.com/hashicorp/vault/pull/9100)]
* sentinel: Add a sentinel config section, and "additional_enabled_modules",
  a list of Sentinel modules that may be imported in addition to the
  defaults.
* ui: Update TTL picker styling on SSH secret engine
  [[GH-8891](https://github.com/hashicorp/vault/pull/8891)]
* ui: Only render the JWT input field of the Vault login form on mounts
  configured for JWT auth
  [[GH-8952](https://github.com/hashicorp/vault/pull/8952)]
* cli: Add a new subcommand, `vault monitor`, for tailing server logs in the
  console. [[GH-8477](https://github.com/hashicorp/vault/pull/8477)]
* ui: Add replication dashboards.  Improve replication management
  workflows. [[GH-8705]](https://github.com/hashicorp/vault/pull/8705).

BUG FIXES:
* agent: Restart template server when it shuts down
  [[GH-9200](https://github.com/hashicorp/vault/pull/9200)]
* auth/oci: Fix issue where users of the Oracle Cloud Infrastructure (OCI)
  auth method could not authenticate when the plugin backend was mounted at a
  non-default path.
  [[GH-7](https://github.com/hashicorp/vault-plugin-auth-oci/pull/7)]
* core: Extend replicated cubbyhole fix in 1.4.0 to cover case where a
  performance primary is also a DR primary
  [[GH-9148](https://github.com/hashicorp/vault/pull/9148)]
* secrets/aws: Fix issue where performance standbys weren't able to generate
  STS credentials after an IAM access key rotation in AWS and root IAM
  credential update in Vault
  [[GH-9186](https://github.com/hashicorp/vault/pull/9186)]
* secrets/database: Fix issue where rotating root database credentials while
  Vault's storage backend is unavailable causes Vault to lose access to the
  database [[GH-8782](https://github.com/hashicorp/vault/pull/8782)]
* secrets/database: Fix issue that prevents performance standbys from
  connecting to databases after a root credential rotation
  [[GH-9129](https://github.com/hashicorp/vault/pull/9129)]
* secrets/gcp: Fix issue were updates were not being applied to the
  `token_scopes` of a roleset.
  [[GH-90](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/90)]
* secrets/kv: Return the value of delete_version_after when reading
  kv/config, even if it is set to the default.
  [[GH-42](https://github.com/hashicorp/vault-plugin-secrets-kv/pull/42)]
* ui: Add Toggle component into core addon so it is available in KMIP and
  other Ember Engines.
  [[GH-8913]](https://github.com/hashicorp/vault/pull/8913)
* ui: Disallow max versions value of large than 9999999999999999 on kv2
  secrets engine. [[GH-9242](https://github.com/hashicorp/vault/pull/9242)]

## 1.4.3 (TBD)

IMPROVEMENTS:
* auth/aws: Add support for Web Identity credentials
  [[GH-9251](https://github.com/hashicorp/vault/pull/9251)]
* core: Add the Go version used to build a Vault binary to the server message
  output. [[GH-9078](https://github.com/hashicorp/vault/pull/9078)]
* secrets/database: Add static role rotation for MongoDB Atlas database
  plugin [[GH-9311](https://github.com/hashicorp/vault/pull/9311)]
* ui: Link to the Vault Changelog in the UI footer
  [[GH-9216](https://github.com/hashicorp/vault/pull/9216)]

BUG FIXES:
* auth/oci: Fix issue where users of the Oracle Cloud Infrastructure (OCI)
  auth method could not authenticate when the plugin backend was mounted at a
  non-default path. [[GH-9278](https://github.com/hashicorp/vault/pull/9278)]
* replication: The issue causing cubbyholes in namespaces on performance
  secondaries to not work, which was fixed in 1.4.0, was still an issue when
  the primary was both a performance primary and DR primary.
* secrets/aws: Fix issue where performance standbys weren't able to generate
  STS credentials after an IAM access key rotation in AWS and root IAM
  credential update in Vault
  [[GH-9207](https://github.com/hashicorp/vault/pull/9207)]
* secrets/database: Fix issue that prevents performance standbys from
  connecting to databases after a root credential rotation
  [[GH-9208](https://github.com/hashicorp/vault/pull/9208)]
* secrets/gcp: Fix issue were updates were not being applied to the
  `token_scopes` of a roleset.
  [[GH-9277](https://github.com/hashicorp/vault/pull/9277)]

## 1.4.2 (May 21st, 2020)

SECURITY:
* core: Proxy environment variables are now redacted before being logged, in
  case the URLs include a username:password. This vulnerability,
  CVE-2020-13223, is fixed in 1.3.6 and 1.4.2, but affects 1.4.0 and 1.4.1,
  as well as older versions of Vault
  [[GH-9022](https://github.com/hashicorp/vault/pull/9022)]
* secrets/gcp: Fix a regression in 1.4.0 where the system TTLs were being
  used instead of the configured backend TTLs for dynamic service
  accounts. This vulnerability is CVE-2020-12757.
  [[GH-85](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/85)]

IMPROVEMENTS:
* storage/raft: The storage stanza now accepts `leader_ca_cert_file`,
  `leader_client_cert_file`, and  `leader_client_key_file` parameters to read
  and parse TLS certificate information from paths on disk.
  Existing non-path based parameters will continue to work, but their values
  will need to be provided as a single-line string with newlines delimited by
  `\n`.  [[GH-8894](https://github.com/hashicorp/vault/pull/8894)]
* storage/raft: The `vault status` CLI command and the `sys/leader` API now
  contain the committed and applied raft indexes.
  [[GH-9011](https://github.com/hashicorp/vault/pull/9011)]

BUG FIXES:
* auth/aws: Fix token renewal issues caused by the metadata changes in 1.4.1
  [[GH-8991](https://github.com/hashicorp/vault/pull/8991)]
* auth/ldap: Fix 1.4.0 regression that could result in auth failures when
  LDAP auth config includes upndomain.
  [[GH-9041](https://github.com/hashicorp/vault/pull/9041)]
* secrets/ad: Forward rotation requests from standbys to active clusters
  [[GH-66](https://github.com/hashicorp/vault-plugin-secrets-ad/pull/66)]
* secrets/database: Prevent generation of usernames that are not allowed by
  the MongoDB Atlas API
  [[GH-9](https://github.com/hashicorp/vault-plugin-database-mongodbatlas/pull/9)]
* secrets/database: Return an error if a manual rotation of static account
  credentials fails [[GH-9035](https://github.com/hashicorp/vault/pull/9035)]
* secrets/openldap: Forward all rotation requests from standbys to active
  clusters [[GH-9028](https://github.com/hashicorp/vault/pull/9028)]
* secrets/transform (enterprise): Fix panic that could occur when accessing
  cached template entries, such as a requests that accessed templates
  directly or indirectly from a performance standby node.
* serviceregistration: Fix a regression for Consul service registration that
  ignored using the listener address as the redirect address unless api_addr
  was provided. It now properly uses the same redirect address as the one
  used by Vault's Core object.
  [[GH-8976](https://github.com/hashicorp/vault/pull/8976)]
* storage/raft: Advertise the configured cluster address to the rest of the
  nodes in the raft cluster. This fixes an issue where a node advertising
  0.0.0.0 is not using a unique hostname.
  [[GH-9008](https://github.com/hashicorp/vault/pull/9008)]
* storage/raft: Fix panic when multiple nodes attempt to join the cluster at
  once. [[GH-9008](https://github.com/hashicorp/vault/pull/9008)]
* sys: The path provided in `sys/internal/ui/mounts/:path` is now
  namespace-aware. This fixes an issue with `vault kv` subcommands that had
  namespaces provided in the path returning permission denied all the time.
  [[GH-8962](https://github.com/hashicorp/vault/pull/8962)]
* ui: Fix snowman that appears when namespaces have more than one period
  [[GH-8910](https://github.com/hashicorp/vault/pull/8910)]

## 1.4.1 (April 30th, 2020)

CHANGES:
* auth/aws: The default set of metadata fields added in 1.4.1 has been
  changed to `account_id` and `auth_type`
  [[GH-8783](https://github.com/hashicorp/vault/pull/8783)]
* storage/raft: Disallow `ha_storage` to be specified if `raft` is set as the
  `storage` type. [[GH-8707](https://github.com/hashicorp/vault/pull/8707)]

IMPROVEMENTS:
* auth/aws: The set of metadata stored during login is now configurable
  [[GH-8783](https://github.com/hashicorp/vault/pull/8783)]
* auth/aws: Improve region selection to avoid errors seen if the account
  hasn't enabled some newer AWS regions
  [[GH-8679](https://github.com/hashicorp/vault/pull/8679)]
* auth/azure: Enable login from Azure VMs with user-assigned identities
  [[GH-33](https://github.com/hashicorp/vault-plugin-auth-azure/pull/33)]
* auth/gcp: The set of metadata stored during login is now configurable
  [[GH-92](https://github.com/hashicorp/vault-plugin-auth-gcp/pull/92)]
* auth/gcp: The type of alias name used during login is now configurable
  [[GH-95](https://github.com/hashicorp/vault-plugin-auth-gcp/pull/95)]
* auth/ldap: Improve error messages during LDAP operation failures
  [[GH-8740](https://github.com/hashicorp/vault/pull/8740)]
* identity: Add a batch delete API for identity entities
  [[GH-8785]](https://github.com/hashicorp/vault/pull/8785)
* identity: Improve performance of logins when no group updates are needed
  [[GH-8795]](https://github.com/hashicorp/vault/pull/8795)
* metrics: Add `vault.identity.num_entities` metric
  [[GH-8816]](https://github.com/hashicorp/vault/pull/8816)
* secrets/kv: Allow `delete-version-after` to be reset to 0 via the CLI
  [[GH-8635](https://github.com/hashicorp/vault/pull/8635)]
* secrets/rabbitmq: Improve error handling and reporting
  [[GH-8619](https://github.com/hashicorp/vault/pull/8619)]
* ui: Provide One Time Password during Operation Token generation process
  [[GH-8630]](https://github.com/hashicorp/vault/pull/8630)

BUG FIXES:
* auth/okta: Fix MFA regression (introduced in
  [GH-8143](https://github.com/hashicorp/vault/pull/8143)) from 1.4.0
  [[GH-8807](https://github.com/hashicorp/vault/pull/8807)]
* auth/userpass: Fix upgrade value for `token_bound_cidrs` being ignored due
  to incorrect key provided
  [[GH-8826](https://github.com/hashicorp/vault/pull/8826/files)]
* config/seal: Fix segfault when seal block is removed
  [[GH-8517](https://github.com/hashicorp/vault/pull/8517)]
* core: Fix an issue where users attempting to build Vault could receive Go
  module checksum errors
  [[GH-8770](https://github.com/hashicorp/vault/pull/8770)]
* core: Fix blocked requests if a SIGHUP is issued during a long-running
  request has the state lock held.
  Also fixes deadlock that can happen if `vault debug` with the config target
  is ran during this time.
  [[GH-8755](https://github.com/hashicorp/vault/pull/8755)]
* core: Always rewrite the .vault-token file as part of a `vault login` to
  ensure permissions and ownership are set correctly
  [[GH-8867](https://github.com/hashicorp/vault/pull/8867)]
* database/mongodb: Fix context deadline error that may result due to retry
  attempts on failed commands
  [[GH-8863](https://github.com/hashicorp/vault/pull/8863)]
* http: Fix superflous call messages from the http package on logs caused by
  missing returns after `respondError` calls
  [[GH-8796](https://github.com/hashicorp/vault/pull/8796)]
* namespace (enterprise): Fix namespace listing to return `key_info` when a
  scoping namespace is also provided.
* seal/gcpkms: Fix panic that could occur if all seal parameters were
  provided via environment variables
  [[GH-8840](https://github.com/hashicorp/vault/pull/8840)]
* storage/raft: Fix memory allocation and incorrect metadata tracking issues
  with snapshots [[GH-8793](https://github.com/hashicorp/vault/pull/8793)]
* storage/raft: Fix panic that could occur if `disable_clustering` was set to
  true on Raft storage cluster
  [[GH-8784](https://github.com/hashicorp/vault/pull/8784)]
* storage/raft: Handle errors returned from the API during snapshot
  operations [[GH-8861](https://github.com/hashicorp/vault/pull/8861)]
* sys/wrapping: Allow unwrapping of wrapping tokens which contain nil data
  [[GH-8714](https://github.com/hashicorp/vault/pull/8714)]

## 1.4.0 (April 7th, 2020)

CHANGES:
* cli: The raft configuration command has been renamed to list-peers to avoid
  confusion.

FEATURES:
* **Kerberos Authentication**: Vault now supports Kerberos authentication
  using a SPNEGO token.
  Login can be performed using the Vault CLI, API, or agent.
* **Kubernetes Service Discovery**: A new Kubernetes service discovery
  feature where, if configured, Vault will tag Vault pods with their current
  health status. For more, see
  [#8249](https://github.com/hashicorp/vault/pull/8249).
* **MongoDB Atlas Secrets**: Vault can now generate dynamic credentials for
  both MongoDB Atlas databases as well as the [Atlas programmatic
  interface]
  (https://docs.atlas.mongodb.com/tutorial/manage-programmatic-access/).
* **OpenLDAP Secrets Engine**: We now support password management of existing
  OpenLDAP user entries. For more, see [#8360]
  (https://github.com/hashicorp/vault/pull/8360/).
* **Redshift Database Secrets Engine**: The database secrets engine now
  supports static and dynamic secrets for the Amazon Web Services (AWS)
  Redshift service.
* **Service Registration Config**: A newly introduced `service_registration`
  configuration stanza, that allows for service registration to be configured
  separately from the storage backend. For more, see [#7887]
  (https://github.com/hashicorp/vault/pull/7887/).
* **Transform Secrets Engine (Enterprise)**: A new secrets engine that
  handles secure data transformation and tokenization against provided input
  value.
* **Integrated Storage**: Promoted out of beta and into general availability
  for both open-source and enterprise workloads.

IMPROVEMENTS:
* agent: add option to force the use of the auth-auth token, and ignore the
  Vault token in the request
  [[GH-8101](https://github.com/hashicorp/vault/pull/8101)]
* api: Restore and fix DNS SRV Lookup
  [[GH-8520](https://github.com/hashicorp/vault/pull/8520)]
* audit: HMAC http_raw_body in audit log; this ensures that large
  authenticated Prometheus metrics responses get replaced with short HMAC
  values [[GH-8130](https://github.com/hashicorp/vault/pull/8130)]
* audit: Generate-root, generate-recovery-token, and
  generate-dr-operation-token requests and responses are now
  audited. [[GH-8301](https://github.com/hashicorp/vault/pull/8301)]
* auth/aws: Reduce the number of simultaneous STS client credentials needed
  [[GH-8161](https://github.com/hashicorp/vault/pull/8161)]
* auth/azure: subscription ID, resource group, vm and vmss names are now
  stored in alias metadata
  [[GH-30](https://github.com/hashicorp/vault-plugin-auth-azure/pull/30)]
* auth/jwt: Additional OIDC callback parameters available for CLI logins
  [[GH-80](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/80) &
  [GH-86](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/86)]
* auth/jwt: Bound claims may be optionally configured using globs
  [[GH-89](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/89)]
* auth/jwt: Timeout during OIDC CLI login if process doesn't complete within
  2 minutes
  [[GH-97](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/97)]
* auth/jwt: Add support for the `form_post` response mode
  [[GH-98](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/98)]
* auth/jwt: add optional client_nonce to authorization flow
  [[GH-104](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/104)]
* auth/okta: Upgrade okta sdk lib, which should improve handling of groups
  [[GH-8143](https://github.com/hashicorp/vault/pull/8143)]
* aws: Add support for v2 of the instance metadata service (see [issue
  7924](https://github.com/hashicorp/vault/issues/7924) for all linked PRs)
* core: Separate out service discovery interface from storage interface to allow
  new types of service discovery not coupled to storage
  [[GH-7887](https://github.com/hashicorp/vault/pull/7887)]
* core: Add support for telemetry option `metrics_prefix`
  [[GH-8340](https://github.com/hashicorp/vault/pull/8340)]
* core: Entropy Augmentation can now be used with AWS KMS and Vault Transit
  seals
* core: Allow tls_min_version to be set to TLS 1.3
  [[GH-8305](https://github.com/hashicorp/vault/pull/8305)]
* cli: Incorrect TLS configuration will now correctly fail
  [[GH-8025](https://github.com/hashicorp/vault/pull/8025)]
* identity: Allow specifying a custom `client_id` for identity tokens
  [[GH-8165](https://github.com/hashicorp/vault/pull/8165)]
* metrics/prometheus: improve performance with high volume of metrics updates
  [[GH-8507](https://github.com/hashicorp/vault/pull/8507)]
* replication (enterprise): Fix race condition causing clusters with high
  throughput writes to sometimes fail to enter streaming-wal mode
* replication (enterprise): Secondary clusters can now perform an extra gRPC
  call to all nodes in a primary
  cluster in an attempt to resolve the active node's address
* replication (enterprise): The replication status API now outputs
  `last_performance_wal`, `last_dr_wal`, and `connection_state` values
* replication (enterprise): DR secondary clusters can now be recovered by the
  `replication/dr/secondary/recover` API
* replication (enterprise): We now allow for an alternate means to create a
  Disaster Recovery token, by using a batch token that is created with an ACL
  that allows for access to one or more of the DR endpoints.
* secrets/database/mongodb: Switched internal MongoDB driver to mongo-driver
  [[GH-8140](https://github.com/hashicorp/vault/pull/8140)]
* secrets/database/mongodb: Add support for x509 client authorization to
  MongoDB [[GH-8329](https://github.com/hashicorp/vault/pull/8329)]
* secrets/database/oracle: Add support for static credential rotation
  [[GH-26](https://github.com/hashicorp/vault-plugin-database-oracle/pull/26)]
* secrets/consul: Add support to specify TLS options per Consul backend
  [[GH-4800](https://github.com/hashicorp/vault/pull/4800)]
* secrets/gcp: Allow specifying the TTL for a service key
  [[GH-54](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/54)]
* secrets/gcp: Add support for rotating root keys
  [[GH-53](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/53)]
* secrets/gcp: Handle version 3 policies for Resource Manager IAM requests
  [[GH-77](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/77)
* secrets/nomad: Add support to specify TLS options per Nomad backend
  [[GH-8083](https://github.com/hashicorp/vault/pull/8083)]
* secrets/ssh: Allowed users can now be templated with identity information
  [[GH-7548](https://github.com/hashicorp/vault/pull/7548)]
* secrets/transit: Adding RSA3072 key support
  [[GH-8151](https://github.com/hashicorp/vault/pull/8151)]
* storage/consul: Vault returns now a more descriptive error message when
  only a client cert or a client key has been provided
  [[GH-4930]](https://github.com/hashicorp/vault/pull/8084)
* storage/raft: Nodes in the raft cluster can all be given possible leader
  addresses for them to continuously try and join one of them, thus
  automating the process of join to a greater extent
  [[GH-7856](https://github.com/hashicorp/vault/pull/7856)]
* storage/raft: Fix a potential deadlock that could occur on leadership
  transition [[GH-8547](https://github.com/hashicorp/vault/pull/8547)]
* storage/raft: Refresh TLS keyring on snapshot restore
  [[GH-8546](https://github.com/hashicorp/vault/pull/8546)]
* storage/etcd: Bumped etcd client API SDK
  [[GH-7931](https://github.com/hashicorp/vault/pull/7931) &
  [GH-4961](https://github.com/hashicorp/vault/pull/4961) &
  [GH-4349](https://github.com/hashicorp/vault/pull/4349) &
  [GH-7582](https://github.com/hashicorp/vault/pull/7582)]
* ui: Make Transit Key actions more prominent
  [[GH-8304](https://github.com/hashicorp/vault/pull/8304)]
* ui: Add Core Usage Metrics
  [[GH-8347](https://github.com/hashicorp/vault/pull/8347)]
* ui: Add refresh Namespace list on the Namespace dropdown, and redesign of
  Namespace dropdown menu
  [[GH-8442](https://github.com/hashicorp/vault/pull/8442)]
* ui: Update transit actions to codeblocks & automatically encode plaintext
  unless indicated [[GH-8462](https://github.com/hashicorp/vault/pull/8462)]
* ui: Display the results of transit key actions in a modal window
  [[GH-8462](https://github.com/hashicorp/vault/pull/8575)]
* ui: Transit key version styling updates & ability to copy key from dropdown
  [[GH-8480](https://github.com/hashicorp/vault/pull/8480)]

BUG FIXES:
* agent: Fix issue where TLS options are ignored for agent template feature
  [[GH-7889](https://github.com/hashicorp/vault/pull/7889)]
* auth/jwt: Use lower case role names for `default_role` to match the `role`
  case convention
  [[GH-100](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/100)]
* auth/ldap: Fix a bug where the UPNDOMAIN parameter was wrongly used to
  lookup the group membership of the given user
  [[GH-6325]](https://github.com/hashicorp/vault/pull/8333)
* cli: Support autocompletion for nested mounts
  [[GH-8303](https://github.com/hashicorp/vault/pull/8303)]
* cli: Fix CLI namespace autocompletion
  [[GH-8315](https://github.com/hashicorp/vault/pull/8315)]
* identity: Fix incorrect caching of identity token JWKS responses
  [[GH-8412](https://github.com/hashicorp/vault/pull/8412)]
* metrics/stackdriver: Fix issue that prevents the stackdriver metrics
  library to create unnecessary stackdriver descriptors
  [[GH-8073](https://github.com/hashicorp/vault/pull/8073)]
* replication: Fix issue causing cubbyholes in namespaces on performance
  secondaries to not work.
* replication (enterprise): Unmounting a dynamic secrets backend could
  sometimes lead to replication errors.  Change the order of operations to
  prevent that.
* seal (enterprise): Fix seal migration when transactional seal wrap backend
  is in use.
* secrets/database/influxdb: Fix potential panic if connection to the
  InfluxDB database cannot be established
  [[GH-8282](https://github.com/hashicorp/vault/pull/8282)]
* secrets/database/mysql: Ensures default static credential rotation
  statements are used
  [[GH-8240](https://github.com/hashicorp/vault/pull/8240)]
* secrets/database/mysql: Fix inconsistent query parameter names: {{name}} or
  {{username}} for different queries. Now it allows for either for backwards
  compatibility [[GH-8240](https://github.com/hashicorp/vault/pull/8240)]
* secrets/database/postgres: Fix inconsistent query parameter names: {{name}}
  or {{username}} for different queries. Now it allows for either for
  backwards compatibility
  [[GH-8240](https://github.com/hashicorp/vault/pull/8240)]
* secrets/pki: Support FQDNs in DNS Name
  [[GH-8288](https://github.com/hashicorp/vault/pull/8288)]
* storage/raft: Allow seal migration to be performed on Vault clusters using
  raft storage [[GH-8103](https://github.com/hashicorp/vault/pull/8103)]
* telemetry: Prometheus requests on standby nodes will now return an error
  instead of forwarding the request to the active node
  [[GH-8280](https://github.com/hashicorp/vault/pull/8280)]
* ui: Fix broken popup menu on the transit secrets list page
  [[GH-8348](https://github.com/hashicorp/vault/pull/8348)]
* ui: Update headless Chrome flag to fix `yarn run test:oss`
  [[GH-8035](https://github.com/hashicorp/vault/pull/8035)]
* ui: Update CLI to accept empty strings as param value to reset
  previously-set values
* ui: Fix bug where error states don't clear when moving between action tabs
  on Transit [[GH-8354](https://github.com/hashicorp/vault/pull/8354)]

## 1.3.6 (May 21st, 2020)

SECURITY:
* core: proxy environment variables are now redacted before being logged, in
  case the URLs include a username:password. This vulnerability,
  CVE-2020-13223, is fixed in 1.3.6 and 1.4.2, but affects 1.4 and 1.4.1, as
  well as older versions of Vault
  [[GH-9022](https://github.com/hashicorp/vault/pull/9022)

BUG FIXES:
* auth/aws: Fix token renewal issues caused by the metadata changes in 1.3.5
  [[GH-8991](https://github.com/hashicorp/vault/pull/8991)]
* replication: Fix mount filter bug that allowed replication filters to hide
  local mounts on a performance secondary

## 1.3.5 (April 28th, 2020)

CHANGES:
* auth/aws: The default set of metadata fields added in 1.3.2 has been
  changed to `account_id` and `auth_type`
  [[GH-8783](https://github.com/hashicorp/vault/pull/8783)]

IMPROVEMENTS:
* auth/aws: The set of metadata stored during login is now configurable
  [[GH-8783](https://github.com/hashicorp/vault/pull/8783)]

## 1.3.4 (March 19th, 2020)

SECURITY:
* A vulnerability was identified in Vault and Vault Enterprise such that,
  under certain circumstances,  an Entity's Group membership may
  inadvertently include Groups the Entity no longer has permissions to. This
  vulnerability, CVE-2020-10660, affects Vault and Vault Enterprise versions
  0.9.0 and newer, and is fixed in 1.3.4.
  [[GH-8606](https://github.com/hashicorp/vault/pull/8606)]
* A vulnerability was identified in Vault Enterprise such that, under certain
  circumstances, existing nested-path policies may give access to Namespaces
  created after-the-fact. This vulnerability, CVE-2020-10661, affects Vault
  Enterprise versions 0.11 and newer, and is fixed in 1.3.4.

## 1.3.3 (March 5th, 2020)

BUG FIXES:
* approle: Fix excessive locking during tidy, which could potentially block
  new approle logins for long enough to cause an outage
  [[GH-8418](https://github.com/hashicorp/vault/pull/8418)]
* cli: Fix issue where Raft snapshots from standby nodes created an empty
  backup file [[GH-8097](https://github.com/hashicorp/vault/pull/8097)]
* identity: Fix incorrect caching of identity token JWKS responses
  [[GH-8412](https://github.com/hashicorp/vault/pull/8412)]
* kmip: role read now returns tls_client_ttl
* kmip: fix panic when templateattr not provided in rekey request
* secrets/database/influxdb: Fix potential panic if connection to the
  InfluxDB database cannot be established
  [[GH-8282](https://github.com/hashicorp/vault/pull/8282)]
* storage/mysql: Fix potential crash when using MySQL as coordination for
  high availability [[GH-8300](https://github.com/hashicorp/vault/pull/8300)]
* storage/raft: Fix potential crash when using Raft as coordination for high
  availability [[GH-8356](https://github.com/hashicorp/vault/pull/8356)]
* ui: Fix missing License menu item
  [[GH-8230](https://github.com/hashicorp/vault/pull/8230)]
* ui: Fix bug where default auth method on login is defaulted to auth method
  that is listing-visibility=unauth instead of "other"
  [[GH-8218](https://github.com/hashicorp/vault/pull/8218)]
* ui: Fix bug where KMIP details were not shown in the UI Wizard
  [[GH-8255](https://github.com/hashicorp/vault/pull/8255)]
* ui: Show Error messages on Auth Configuration page when you hit permission
  errors [[GH-8500](https://github.com/hashicorp/vault/pull/8500)]
* ui: Remove duplicate form inputs for the GitHub config
  [[GH-8519](https://github.com/hashicorp/vault/pull/8519)]
* ui: Correct HMAC capitalization
  [[GH-8528](https://github.com/hashicorp/vault/pull/8528)]
* ui: Fix danger message in DR
  [[GH-8555](https://github.com/hashicorp/vault/pull/8555)]
* ui: Fix certificate field for LDAP config
  [[GH-8573](https://github.com/hashicorp/vault/pull/8573)]

## 1.3.2 (January 22nd, 2020)

SECURITY:
* When deleting a namespace on Vault Enterprise, in certain circumstances,
  the deletion process will fail to revoke dynamic secrets for a mount in
  that namespace. This will leave any dynamic secrets in remote systems
  alive and will fail to clean them up. This vulnerability, CVE-2020-7220,
  affects Vault Enterprise 0.11.0 and newer.

IMPROVEMENTS:
* auth/aws: Add aws metadata to identity alias
  [[GH-7985](https://github.com/hashicorp/vault/pull/7985)]
* auth/kubernetes: Allow both names and namespaces to be set to "*"
  [[GH-78](https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/78)]

BUG FIXES:
* auth/azure: Fix Azure compute client to use correct base URL
  [[GH-8072](https://github.com/hashicorp/vault/pull/8072)]
* auth/ldap: Fix renewal of tokens without configured policies that are
  generated by an LDAP login
  [[GH-8072](https://github.com/hashicorp/vault/pull/8072)]
* auth/okta: Fix renewal of tokens without configured policies that are
  generated by an Okta login
  [[GH-8072](https://github.com/hashicorp/vault/pull/8072)]
* core: Fix seal migration error when attempting to migrate from auto unseal
  to shamir [[GH-8172](https://github.com/hashicorp/vault/pull/8172)]
* core: Fix seal migration config issue when migrating from auto unseal to
  auto unseal [[GH-8172](https://github.com/hashicorp/vault/pull/8172)]
* plugin: Fix issue where a plugin unwrap request potentially used an expired
  token [[GH-8058](https://github.com/hashicorp/vault/pull/8058)]
* replication: Fix issue where a forwarded request from a performance/standby
  node could run into a timeout
* secrets/database: Fix issue where a manual static role rotation could
  potentially panic [[GH-8098](https://github.com/hashicorp/vault/pull/8098)]
* secrets/database: Fix issue where a manual root credential rotation request
  is not forwarded to the primary node
  [[GH-8125](https://github.com/hashicorp/vault/pull/8125)]
* secrets/database: Fix issue where a manual static role rotation request is
  not forwarded to the primary node
  [[GH-8126](https://github.com/hashicorp/vault/pull/8126)]
* secrets/database/mysql: Fix issue where special characters for a MySQL
  password were encoded
  [[GH-8040](https://github.com/hashicorp/vault/pull/8040)]
* ui: Fix deleting namespaces
  [[GH-8132](https://github.com/hashicorp/vault/pull/8132)]
* ui: Fix Error handler on kv-secret edit and kv-secret view pages
  [[GH-8133](https://github.com/hashicorp/vault/pull/8133)]
* ui: Fix OIDC callback to check storage
  [[GH-7929](https://github.com/hashicorp/vault/pull/7929)].
* ui: Change `.box-radio` height to min-height to prevent overflow issues
  [[GH-8065](https://github.com/hashicorp/vault/pull/8065)]

## 1.3.1 (December 18th, 2019)

IMPROVEMENTS:
* agent: Add ability to set `exit-after-auth` via the CLI
  [[GH-7920](https://github.com/hashicorp/vault/pull/7920)]
* auth/ldap: Add a `request_timeout` configuration option to prevent
  connection requests from hanging
  [[GH-7909](https://github.com/hashicorp/vault/pull/7909)]
* auth/kubernetes: Add audience to tokenreview API request for Kube
  deployments where issuer is not Kube.
  [[GH-74](https://github.com/hashicorp/vault/pull/74)]
* secrets/ad: Add a `request_timeout` configuration option to prevent
  connection requests from hanging
  [[GH-59](https://github.com/hashicorp/vault-plugin-secrets-ad/pull/59)]
* storage/postgresql: Add support for setting `connection_url` from
  enviornment variable `VAULT_PG_CONNECTION_URL`
  [[GH-7937](https://github.com/hashicorp/vault/pull/7937)]
* telemetry: Add `enable_hostname_label` option to telemetry stanza
  [[GH-7902](https://github.com/hashicorp/vault/pull/7902)]
* telemetry: Add accept header check for prometheus mime type
  [[GH-7958](https://github.com/hashicorp/vault/pull/7958)]

BUG FIXES:
* agent: Fix issue where Agent exits before all templates are rendered when
  using and `exit_after_auth`
  [[GH-7899](https://github.com/hashicorp/vault/pull/7899)]
* auth/aws: Fixes region-related issues when using a custom `sts_endpoint` by
  adding a `sts_region` parameter
  [[GH-7922](https://github.com/hashicorp/vault/pull/7922)]
* auth/token: Fix panic when getting batch tokens on a performance standby
  from a role that does not exist
  [[GH-8027](https://github.com/hashicorp/vault/pull/8027)]
* core: Improve warning message for lease TTLs
  [[GH-7901](https://github.com/hashicorp/vault/pull/7901)]
* identity: Fix identity token panic during invalidation
  [[GH-8043](https://github.com/hashicorp/vault/pull/8043)]
* plugin: Fix a panic that could occur if a mount/auth entry was unable to
  mount the plugin backend and a request that required the system view to be
  retrieved was made
  [[GH-7991](https://github.com/hashicorp/vault/pull/7991)]
* replication: Add `generate-public-key` endpoint to list of allowed
  endpoints for existing DR secondaries
* secrets/gcp: Fix panic if bindings aren't provided in roleset
  create/update.
  [[GH-56](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/56)]
* secrets/pki: Prevent generating certificate on performance standby when
  storing
  [[GH-7904](https://github.com/hashicorp/vault/pull/7904)]
* secrets/transit: Prevent restoring keys to new names that are sub paths
  [[GH-7998](https://github.com/hashicorp/vault/pull/7998)]
* storage/s3: Fix a bug in configurable S3 paths that was preventing use of
  S3 as a source during `operator migrate` operations
  [[GH-7966](https://github.com/hashicorp/vault/pull/7966)]
* ui: Ensure secrets with a period in their key can be viewed and copied
  [[GH-7926](https://github.com/hashicorp/vault/pull/7926)]
* ui: Fix status menu after demotion
  [[GH-7997](https://github.com/hashicorp/vault/pull/7997)]
* ui: Fix select dropdowns in Safari when running Mojave
  [[GH-8023](https://github.com/hashicorp/vault/pull/8023)]

## 1.3 (November 14th, 2019)

CHANGES:
* Secondary cluster activation: There has been a change to the way that
  activating performance and DR secondary clusters works when using public
  keys for encryption of the parameters rather than a wrapping token. This
  flow was experimental and never documented. It is now officially supported
  and documented but is not backwards compatible with older Vault releases.
* Cluster cipher suites: On its cluster port, Vault will no longer advertise
  the full TLS 1.2 cipher suite list by default. Although this port is only
  used for Vault-to-Vault communication and would always pick a strong
  cipher, it could cause false flags on port scanners and other security
  utilities that assumed insecure ciphers were being used. The previous
  behavior can be achieved by setting the value of the (undocumented)
  `cluster_cipher_suites` config flag to `tls12`.
* API/Agent Renewal behavior: The API now allows multiple options for how it
  deals with renewals. The legacy behavior in the Agent/API is for the renewer
  (now called the lifetime watcher) to exit on a renew error, leading to a
  reauthentication. The new default behavior is for the lifetime watcher to
  ignore 5XX errors and simply retry as scheduled, using the existing lease
  duration. It is also possible, within custom code, to disable renewals
  entirely, which allows the lifetime watcher to simply return when it
  believes it is time for your code to renew or reauthenticate.

FEATURES:
* **Vault Debug**: A new top-level subcommand, `debug`, is added that allows
  operators to retrieve debugging information related to a particular Vault
  node. Operators can use this simple workflow to capture triaging
  information, which can then be consumed programmatically or by support and
  engineering teams.  It has the abilitity to probe for config, host,
  metrics, pprof, server status, and replication status.
* **Recovery Mode**: Vault server can be brought up in recovery mode to
  resolve outages caused due to data store being in bad state. This is a
  privileged mode that allows `sys/raw` API calls to perform surgical
  corrections to the data tore. Bad storage state can be caused by
  bugs. However, this is usually observed when known (and fixed) bugs are
  hit by older versions of Vault.
* **Entropy Augmentation (Enterprise)**: Vault now supports sourcing entropy
  from external source for critical security parameters. Currently an HSM
  that supports PKCS#11 is the only supported source.
* **Active Directory Secret Check-In/Check-Out**: In the Active Directory
  secrets engine, users or applications can check out a service account for
  use, and its password will be rotated when it's checked back in.
* **Vault Agent Template**: Vault Agent now supports rendering templates
  containing Vault secrets to disk, similar to Consul Template
  [[GH-7652](https://github.com/hashicorp/vault/pull/7652)]
* **Transit Key Type Support**: Signing and verification is now supported
  with the P-384 (secp384r1) and P-521 (secp521r1) ECDSA curves
  [[GH-7551](https://github.com/hashicorp/vault/pull/7551)] and encryption
  and decryption is now supported via AES128-GCM96
  [[GH-7555](https://github.com/hashicorp/vault/pull/7555)]
* **SSRF Protection for Vault Agent**: Vault Agent has a configuration
  option to require a specific header before allowing requests
  [[GH-7627](https://github.com/hashicorp/vault/pull/7627)]
* **AWS Auth Method Root Rotation**: The credential used by the AWS auth
  method can now be rotated, to ensure that only Vault knows the credentials
  it is using [[GH-7131](https://github.com/hashicorp/vault/pull/7131)]
* **New UI Features**: The UI now supports managing users and groups for the
  Userpass, Cert, Okta, and Radius auth methods.
* **Shamir with Stored Master Key**: The on disk format for Shamir seals has
  changed, allowing for a secondary cluster using Shamir downstream from a
  primary cluster using Auto
  Unseal. [[GH-7694](https://github.com/hashicorp/vault/pull/7694)]
* **Stackdriver Metrics Sink**: Vault can now send metrics to
  [Stackdriver](https://cloud.google.com/stackdriver/). See the
  [configuration
  documentation](https://www.vaultproject.io/docs/config/index.html) for
  details. [[GH-6957](https://github.com/hashicorp/vault/pull/6957)]
* **Filtered Paths Replication (Enterprise)**: Based on the predecessor
  Filtered Mount Replication, Filtered Paths Replication allows now
  filtering of namespaces in addition to mounts.
* **Token Renewal via Accessor**: Tokens can now be renewed via the accessor
  value through the new `auth/token/renew-accessor` endpoint if the caller's
  token has permission to access that endpoint.
* **Improved Integrated Storage (Beta)**: Improved raft write performance,
  added support for non-voter nodes, along with UI support for: using raft
  storage, joining a raft cluster, and downloading and restoring a
  snapshot.

IMPROVEMENTS:
* agent: Add ability to set the TLS SNI name used by Agent
  [[GH-7519](https://github.com/hashicorp/vault/pull/7519)]
* agent & api: Change default renewer behavior to ignore 5XX errors
  [[GH-7733](https://github.com/hashicorp/vault/pull/7733)]
* auth/jwt: The redirect callback host may now be specified for CLI logins
  [[GH-71](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/71)]
* auth/jwt: Bound claims may now contain boolean values
  [[GH-73](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/73)]
* auth/jwt: CLI logins can now open the browser when running in WSL
  [[GH-77](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/77)]
* core: Exit ScanView if context has been cancelled
  [[GH-7419](https://github.com/hashicorp/vault/pull/7419)]
* core: re-encrypt barrier and recovery keys if the unseal key is updated
  [[GH-7493](https://github.com/hashicorp/vault/pull/7493)]
* core: Don't advertise the full set of TLS 1.2 cipher suites on the cluster
  port, even though only strong ciphers were used
  [[GH-7487](https://github.com/hashicorp/vault/pull/7487)]
* core (enterprise): Add background seal re-wrap
* core/metrics: Add config parameter to allow unauthenticated sys/metrics
  access. [[GH-7550](https://github.com/hashicorp/vault/pull/7550)]
* metrics: Upgrade DataDog library to improve performance
  [[GH-7794](https://github.com/hashicorp/vault/pull/7794)]
* replication (enterprise): Write-Ahead-Log entries will not duplicate the
  data belonging to the encompassing physical entries of the transaction,
  thereby improving the performance and storage capacity.
* replication (enterprise): Added more replication metrics
* replication (enterprise): Reindex process now compares subpages for a more
  accurate indexing process.
* replication (enterprise): Reindex API now accepts a new `skip_flush`
  parameter indicating all the changes should not be flushed while the tree
  is locked.
* secrets/aws: The root config can now be read
  [[GH-7245](https://github.com/hashicorp/vault/pull/7245)]
* secrets/database/cassandra: Add ability to skip verfication of connection
  [[GH-7614](https://github.com/hashicorp/vault/pull/7614)]
* secrets/gcp: Fix panic during rollback if the roleset has been deleted
  [[GH-52](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/52)]
* storage/azure: Add config parameter to Azure storage backend to allow
  specifying the ARM endpoint
  [[GH-7567](https://github.com/hashicorp/vault/pull/7567)]
* storage/cassandra: Improve storage efficiency by eliminating unnecessary
  copies of value data
  [[GH-7199](https://github.com/hashicorp/vault/pull/7199)]
* storage/raft: Improve raft write performance by utilizing FSM Batching
  [[GH-7527](https://github.com/hashicorp/vault/pull/7527)]
* storage/raft: Add support for non-voter nodes
  [[GH-7634](https://github.com/hashicorp/vault/pull/7634)]
* sys: Add a new `sys/host-info` endpoint for querying information about
  the host [[GH-7330](https://github.com/hashicorp/vault/pull/7330)]
* sys: Add a new set of endpoints under `sys/pprof/` that allows profiling
  information to be extracted
  [[GH-7473](https://github.com/hashicorp/vault/pull/7473)]
* sys: Add endpoint that counts the total number of active identity entities
  [[GH-7541](https://github.com/hashicorp/vault/pull/7541)]
* sys: `sys/seal-status` now has a `storage_type` field denoting what type
  of storage the cluster is configured to use
* sys: Add a new `sys/internal/counters/tokens` endpoint, that counts the
  total number of active service token accessors in the shared token
  storage.
  [[GH-7541](https://github.com/hashicorp/vault/pull/7541)]
* sys/config: Add  a new endpoint under `sys/config/state/sanitized` that
  returns the configuration state of the server. It excludes config values
  from `storage`, `ha_storage`, and `seal` stanzas and some values
  from `telemetry` due to potential sensitive entries in those fields.
* ui: when using raft storage, you can now join a raft cluster, download a
  snapshot, and restore a snapshot from the UI
  [[GH-7410](https://github.com/hashicorp/vault/pull/7410)]
* ui: clarify when secret version is deleted in the secret version history
  dropdown [[GH-7714](https://github.com/hashicorp/vault/pull/7714)]

BUG FIXES:
* agent: Fix a data race on the token value for inmemsink
  [[GH-7707](https://github.com/hashicorp/vault/pull/7707)]
* api: Fix Go API using lease revocation via URL instead of body
  [[GH-7777](https://github.com/hashicorp/vault/pull/7777)]
* api: Allow setting a function to control retry behavior
  [[GH-7331](https://github.com/hashicorp/vault/pull/7331)]
* auth/gcp: Fix a bug where region information in instance groups names could
  cause an authorization attempt to fail
  [[GH-74](https://github.com/hashicorp/vault-plugin-auth-gcp/pull/74)]
* cli: Fix a bug where a token of an unknown format (e.g. in ~/.vault-token)
  could cause confusing error messages during `vault login`
  [[GH-7508](https://github.com/hashicorp/vault/pull/7508)]
* cli: Fix a bug where the `namespace list` command with JSON formatting
  always returned an empty object
  [[GH-7705](https://github.com/hashicorp/vault/pull/7705)]
* cli: Command timeouts are now always specified solely by the
  `VAULT_CLIENT_TIMEOUT`
  value. [[GH-7469](https://github.com/hashicorp/vault/pull/7469)]
* core: Don't allow registering a non-root zero TTL token lease. This is
  purely defense in depth as the lease would be revoked immediately anyways,
  but there's no real reason to allow registration.
  [[GH-7524](https://github.com/hashicorp/vault/pull/7524)]
* identity (enterprise): Fixed identity case sensitive loading in secondary
  cluster [[GH-7327](https://github.com/hashicorp/vault/pull/7327)]
* identity: Ensure only replication primary stores the identity case
  sensitivity state
  [[GH-7820](https://github.com/hashicorp/vault/pull/7820)]
* raft: Fixed VAULT_CLUSTER_ADDR env being ignored at startup
  [[GH-7619](https://github.com/hashicorp/vault/pull/7619)]
* secrets/pki: Don't allow duplicate SAN names in issued certs
  [[GH-7605](https://github.com/hashicorp/vault/pull/7605)]
* sys/health: Pay attention to the values provided for `standbyok` and
  `perfstandbyok` rather than simply using their presence as a key to flip on
  that behavior [[GH-7323](https://github.com/hashicorp/vault/pull/7323)]
* ui: using the `wrapped_token` query param will work with `redirect_to` and
  will automatically log in as intended
  [[GH-7398](https://github.com/hashicorp/vault/pull/7398)]
* ui: fix an error when initializing from the UI using PGP keys
  [[GH-7542](https://github.com/hashicorp/vault/pull/7542)]
* ui: show all active kv v2 secret versions even when `delete_version_after`
  is configured [[GH-7685](https://github.com/hashicorp/vault/pull/7685)]
* ui: Ensure that items in the top navigation link to pages that users have
  access to [[GH-7590](https://github.com/hashicorp/vault/pull/7590)]

## 1.2.4 (November 7th, 2019)

SECURITY:
* In a non-root namespace, revocation of a token scoped to a non-root
  namespace did not trigger the expected revocation of dynamic secret leases
  associated with that token. As a result, dynamic secret leases in non-root
  namespaces may outlive the token that created them.  This vulnerability,
  CVE-2019-18616, affects Vault Enterprise 0.11.0 and newer.
* Disaster Recovery secondary clusters did not delete already-replicated data
  after a mount filter has been created on an upstream Performance secondary
  cluster. As a result, encrypted secrets may remain replicated on a Disaster
  Recovery secondary cluster after application of a mount filter excluding
  those secrets from replication. This vulnerability, CVE-2019-18617, affects
  Vault Enterprise 0.8 and newer.
* Update version of Go to 1.12.12 to fix Go bug golang.org/issue/34960 which
  corresponds to CVE-2019-17596.

CHANGES:
* auth/aws: If a custom `sts_endpoint` is configured, Vault Agent and the
  CLI should provide the corresponding region via the `region` parameter
  (which already existed as a CLI parameter, and has now been added to
  Agent). The automatic region detection added to the CLI and Agent in 1.2
  has been removed.

IMPROVEMENTS:
  * cli: Ignore existing token during CLI login
    [[GH-7508](https://github.com/hashicorp/vault/pull/7508)]
  * core: Log proxy settings from environment on startup
    [[GH-7528](https://github.com/hashicorp/vault/pull/7528)]
  * core: Cache whether we've been initialized to reduce load on storage
    [[GH-7549](https://github.com/hashicorp/vault/pull/7549)]

BUG FIXES:
* agent: Fix handling of gzipped responses
  [[GH-7470](https://github.com/hashicorp/vault/pull/7470)]
* cli: Fix panic when pgp keys list is empty
  [[GH-7546](https://github.com/hashicorp/vault/pull/7546)]
* cli: Command timeouts are now always specified solely by the
  `VAULT_CLIENT_TIMEOUT`
  value. [[GH-7469](https://github.com/hashicorp/vault/pull/7469)]
* core: add hook for initializing seals for migration
  [[GH-7666](https://github.com/hashicorp/vault/pull/7666)]
* core (enterprise): Migrating from one auto unseal method to another never
  worked on enterprise, now it does.
* identity: Add required field `response_types_supported` to identity token
  `.well-known/openid-configuration` response
  [[GH-7533](https://github.com/hashicorp/vault/pull/7533)]
* identity: Fixed nil pointer panic when merging entities
  [[GH-7712](https://github.com/hashicorp/vault/pull/7712)]
* replication (Enterprise): Fix issue causing performance standbys nodes
  disconnecting when under high loads.
* secrets/azure: Fix panic that could occur if client retries timeout
  [[GH-7793](https://github.com/hashicorp/vault/pull/7793)]
* secrets/database: Fix bug in combined DB secrets engine that can result in
  writes to static-roles endpoints timing out
  [[GH-7518](https://github.com/hashicorp/vault/pull/7518)]
* secrets/pki: Improve tidy to continue when value is nil
  [[GH-7589](https://github.com/hashicorp/vault/pull/7589)]
* ui (Enterprise): Allow kv v2 secrets that are gated by Control Groups to
  be viewed in the UI
  [[GH-7504](https://github.com/hashicorp/vault/pull/7504)]

(he)

2020-09-10 21:57:27 UTC MAIN commitmail json YAML

chat/matrix-synapse: Add missing dependency for url_preview

(js)

2020-09-10 20:42:56 UTC MAIN commitmail json YAML

transifex-client: fix typo in DESCR.

(wiz)

2020-09-10 16:56:10 UTC MAIN commitmail json YAML

doc: Removed databases/ruby-arel80

(taca)

2020-09-10 16:55:51 UTC MAIN commitmail json YAML

databases/ruby-arel80: remove package

Remove one more package which is kept for rails51.

(taca)

2020-09-10 16:55:19 UTC MAIN commitmail json YAML

databases/Makefile: remove ruby-arel80

(taca)

2020-09-10 16:53:03 UTC MAIN commitmail json YAML

lang/ruby: drop support for Ruby on Rails 5.1

* Drop support for Ruby on Rails 5.1.
* Remove useless conditional (i.e. always true after remove of Rails 4.2).

(taca)

2020-09-10 16:50:55 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-activesupport51

(taca)

2020-09-10 16:50:35 UTC MAIN commitmail json YAML

devel/ruby-activesupport51: remove package

Remove ruby-activesupport51 (Ruby on Rails 5.1.*) package which is EOL.

(taca)

2020-09-10 16:50:13 UTC MAIN commitmail json YAML

devel/Makefile: remove ruby-activesupport51

(taca)

2020-09-10 16:49:20 UTC MAIN commitmail json YAML

textproc/ruby-rails-dom-testing: drop support rails51

Drop support for rails51.

(taca)

2020-09-10 16:48:16 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-activemodel51

(taca)

2020-09-10 16:47:58 UTC MAIN commitmail json YAML

devel/ruby-activemodel51: remove package

Remove ruby-activemodel51 (Ruby on Rails 5.1.*) package which is EOL.

(taca)

2020-09-10 16:47:34 UTC MAIN commitmail json YAML

devel/Makefile: remove ruby-activemodel51

(taca)

2020-09-10 16:46:39 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-activejob51

(taca)

2020-09-10 16:46:24 UTC MAIN commitmail json YAML

devel/ruby-activejob51: remove package

Remove ruby-activejob51 (Ruby on Rails 5.1.*) package which is EOL.

(taca)

2020-09-10 16:45:44 UTC MAIN commitmail json YAML

devel/Makefile: remove ruby-activejob51

(taca)

2020-09-10 16:44:52 UTC MAIN commitmail json YAML

doc: Removed www/ruby-actionview51

(taca)

2020-09-10 16:44:34 UTC MAIN commitmail json YAML

www/ruby-actionview51: remove package

Remove ruby-actionview51 (Ruby on Rails 5.1.*) package which is EOL.

(taca)

2020-09-10 16:44:08 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-actionview51

(taca)

2020-09-10 16:42:11 UTC MAIN commitmail json YAML

doc: Removed www/ruby-actionpack51

(taca)

2020-09-10 16:41:51 UTC MAIN commitmail json YAML

www/ruby-actionpack51: remove pacakge

Remove ruby-actionpack51 (Ruby on Rails 5.1.*) package which is EOL.

(taca)

2020-09-10 16:41:22 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-actionpack51

(taca)

2020-09-10 16:40:25 UTC MAIN commitmail json YAML

doc: Removed www/ruby-actioncable51

(taca)

2020-09-10 16:40:03 UTC MAIN commitmail json YAML

www/ruby-actioncable51: remove package

Remove ruby-actioncable51 (Ruby on Rails 5.1.*) package which is EOL.

(taca)

2020-09-10 16:38:33 UTC MAIN commitmail json YAML

doc: Removed databases/ruby-activerecord51

(taca)

2020-09-10 16:38:15 UTC MAIN commitmail json YAML

databases/ruby-activerecord51: remove package

Remove ruby-activerecord51 (Ruby on Rails 5.1.*) package which is EOL.

(taca)

2020-09-10 16:37:41 UTC MAIN commitmail json YAML

databases/Makefile: remove ruby-activerecord51

(taca)

2020-09-10 16:36:33 UTC MAIN commitmail json YAML

doc: Removed mail/ruby-actionmailer51

(taca)

2020-09-10 16:36:14 UTC MAIN commitmail json YAML

mail/ruby-actionmailer51: remove package

Remove ruby-actionmailer51 (Ruby on Rails 5.1.x) package which is EOL.

(taca)

2020-09-10 16:35:31 UTC MAIN commitmail json YAML

mail/Makefile: remove ruby-actionmailer51

(taca)

2020-09-10 16:34:34 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-railties51

(taca)

2020-09-10 16:33:25 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to 1.34

(fox)

2020-09-10 16:33:20 UTC MAIN commitmail json YAML

devel/ruby-railties51: remove package

Remove ruby-railties51 (Ruby on Rails 5.1.*) package which is EOL.

(taca)

2020-09-10 16:32:38 UTC MAIN commitmail json YAML

devel/Makefile: remove ruby-railties51

(taca)

2020-09-10 16:32:31 UTC MAIN commitmail json YAML

audio/fasttracker2: Updates to v1.34

Changes since v1.31

v1.34 - 09.09.2020
- If trying to load an XM with >32 channels or >16 samples in an instrument,
  discard the extra channels/samples and allow the loading to happen (but
  warn the user about it).
- Same as above for .XIs (instruments) with >16 samples
- Fixed a possible crash after trying to load unsupported XMs
- Fixed loading of XMs with 256 orders and/or an orderlist padded with 0xFF
  at the end.

v1.33 - 07.09.2020
- Right Shift key is now correctly used for "Record Pattern" instead of
"Record Song" (this was wrong).
- For Mac keyboards: Left Command key can now be used for "Play Pattern"
  (since some Mac keyboards don't have a Right Alt key).
  PS: You now need to use Left Ctrl (instead of Left Command) for
  "select all/copy/paste" keys in the sample editor and for marked text in
  the UI.
- Added some Mac-specific text to the "Help -> Keyboard" section

v1.32 - 05.09.2020 (updated 06.09.2020)
- Fixed crash in "Amiga frequency table" mode if period (freq) would reach 1.
  Not sure if this is even possible, but better safe than sorry...
- Fixed a small initial resampling interpolation error on looping samples
  whose loop start (Repeat) is above 0.
- Fixed a CUBIC_PHASES off-by-one typo, which could probably mess up the
  resampling interpolation in very rare cases.
- Pre-calc cubic spline LUT on init, instead of including the table in the
  binary.
- Fixed line-encoding on Linux makefiles
- Cleaned up some messy logic in tickReplayer() (behavior is the same)
>> 06.09.2020:
- Fixed a bug with playing empty patterns in v1.32

(fox)

2020-09-10 16:31:21 UTC MAIN commitmail json YAML

doc: Removed www/ruby-coffee-rails4

(taca)

2020-09-10 16:31:00 UTC MAIN commitmail json YAML

www/ruby-coffee-rails4: remove package

Remove ruby-coffee-rails4 pacakge which was kept for rails51 (Ruby on Rails
5.1.*) packages.

(taca)

2020-09-10 16:29:58 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-coffee-rails4

(taca)

2020-09-10 16:29:03 UTC MAIN commitmail json YAML

doc: Removed www/ruby-rails51

(taca)

2020-09-10 16:28:20 UTC MAIN commitmail json YAML

www/ruby-rails51: remove rails51 package

Remove rail51 (Ruby on Rails 5.1.x) package which is EOL.

(taca)

2020-09-10 16:27:19 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-rails51

(taca)

2020-09-10 15:45:22 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/bulk-large to 20200911

(taca)

2020-09-10 15:44:50 UTC MAIN commitmail json YAML

meta-pkgs/bulk-large: -ruby-rails51

* Drop www/ruby-rails51.

(taca)

2020-09-10 15:12:27 UTC MAIN commitmail json YAML

doc: Updated devel/transifex-client to 0.13.11

(taca)

2020-09-10 15:11:57 UTC MAIN commitmail json YAML

devel/transifex-client: update to 0.13.11

Update transifex-client to 0.13.11.

0.13.8 (2020-03-13)

* Tx-client is now able to follow any symbolic links while pushing content
  to Transifex.

0.13.9 (2020-04-07)

* Fixing a symlink issue.

0.13.10 (2020-06-12)

* New flag to compare file timestamp through git and slugify update.

0.3.11 (2020-07-09)

* New flag to compare file timestamp through git and slugify update.

(taca)

2020-09-10 15:06:52 UTC MAIN commitmail json YAML

doc: Added devel/py-gitpython version 3.1.8

(taca)

2020-09-10 15:06:33 UTC MAIN commitmail json YAML

devel/Makefile: add and enable py-gitpython

(taca)

2020-09-10 15:05:56 UTC MAIN commitmail json YAML

devel/py-gitpython: add package version 3.1.8

Add py-gitpython package version 3.1.8.  It is required by new version of
transifex-client.

GitPython is a python library used to interact with Git repositories.

(taca)

2020-09-10 15:03:37 UTC MAIN commitmail json YAML

doc: Added devel/py-gitdb version 4.0.5

(taca)

2020-09-10 15:03:17 UTC MAIN commitmail json YAML

devel/Makefile: add and enable py-gitdb

(taca)

2020-09-10 15:02:35 UTC MAIN commitmail json YAML

devel/py-gitdb: add package version 4.0.5

Add py-gitdb package version 4.0.5 from wip.  It is required by
py-gitpython.

GitDB allows you to access bare git repositories for reading and
writing. It aims at allowing full access to loose objects as well
as packs with performance and scalability in mind. It operates
exclusively on streams, allowing to handle large objects with a
small memory footprint.

(taca)

2020-09-10 15:00:19 UTC MAIN commitmail json YAML

doc: Added devel/py-smmap version 3.0.4

(taca)

2020-09-10 14:59:59 UTC MAIN commitmail json YAML

devel/Makefile: add and enable py-smmap

(taca)

2020-09-10 14:59:20 UTC MAIN commitmail json YAML

devel/py-smmap: add package version 3.0.4

Add py-smmap package version 3.0.4 from wip.  It is required by py-gitdb.

Git implementation of a sliding window memory map manager.

(taca)

2020-09-10 14:31:31 UTC MAIN commitmail json YAML

doc: note update of Ruby on Rails packagets to 6.0.3.3

devel/ruby-activesupport60
devel/ruby-activemodel60
devel/ruby-activejob60
www/ruby-actionview60
www/ruby-actionpack60
databases/ruby-activerecord60
mail/ruby-actionmailer60
mail/ruby-actionmailbox60
www/ruby-actioncable60
devel/ruby-railties60
devel/ruby-activestorage60
textproc/ruby-actiontext60
www/ruby-rails60

(taca)

2020-09-10 14:30:03 UTC MAIN commitmail json YAML

2020-09-10 14:15:36 UTC MAIN commitmail json YAML

doc: note update of Ruby on rails pacakges to 5.2.4.4

devel/ruby-activesupport52
devel/ruby-activemodel52
devel/ruby-activejob52
www/ruby-actionview52
www/ruby-actionpack52
www/ruby-actioncable52
databases/ruby-activerecord52
devel/ruby-activestorage52
mail/ruby-actionmailer52
devel/ruby-railties52
www/ruby-rails52

(taca)

2020-09-10 14:13:12 UTC MAIN commitmail json YAML

2020-09-10 13:03:24 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 1.8.0

(gdt)

2020-09-10 13:03:17 UTC MAIN commitmail json YAML

net/syncthing: Update to 1.8.0

While there is 1.9.0, it is only two days old and isn't in f-droid
yet.  I am choosing to avoid new releases for a bit, on the theory
that it's better to let people other than pkgsrc users find any new
issues.

Tested with syncthing Android/f-droid 1.8.0.

Upstream changes:

    bugfixes and minor enhanceements

    adds the experimental copyRangeMethod config on folders, for use
    on filesystems with copy-on-write support. Please see
    https://docs.syncthing.net/advanced/folder-copyrangemethod.html
    for details.

    adds TCP hole punching, used to establish high performance TCP
    connections in certain NAT scenarios where only relay or QUIC
    connections could be used previously.

    adds a configuration to file versioning for how often to run
    cleanup.  This defaults to once an hour, but is configurable from
    very frequently to never.

(gdt)

2020-09-10 12:44:02 UTC MAIN commitmail json YAML

croscorefonts: note the font types

(nia)

2020-09-10 11:55:53 UTC MAIN commitmail json YAML

2020-09-10 11:31:58 UTC MAIN commitmail json YAML

2020-09-10 11:26:14 UTC MAIN commitmail json YAML

doc: Added sysutils/wmbattery version 2.54

(nia)

2020-09-10 11:26:01 UTC MAIN commitmail json YAML

sysutils: Add wmbattery - based on work by snow flurry and myself in wip

wmbattery is a dockapp that displays the status of your laptop's
battery in a small icon. This includes if it is plugged in, if the
battery is charging, how many minutes of battery life remain, battery
life remaining (with both a percentage and a graph), and battery
status (high - green, low - yellow, or critical - red).

(nia)

2020-09-10 10:33:47 UTC MAIN commitmail json YAML

p5-TheSchwartz: fix module build type.

(wiz)

2020-09-10 10:28:31 UTC MAIN commitmail json YAML

Updated sysutils/py-supervisor, fonts/py-fonttools

(adam)

2020-09-10 10:28:12 UTC MAIN commitmail json YAML

py-fonttools: updated to 4.14.0

4.14.0
- [feaLib] Allow anonymous classes in LookupFlags definitions.
- [Docs] Better document DesignSpace rules processing order.
- [ttLib] Fixed 21-year old bug in ``maxp.maxComponentDepth`` calculation.
- [varLib.models] Fixed misspelled argument name in CLI entry point (81d0042a).
- [subset] When subsetting GSUB v1.1, fixed TypeError by checking whether the
  optional FeatureVariations table is present (e63ecc5b).
- [Snippets] Added snippet to show how to decompose glyphs in a TTF.
- [otlLib] Generate GSUB type 5 and GPOS type 7 contextual lookups where appropriate.

(adam)

2020-09-10 10:24:30 UTC MAIN commitmail json YAML

py-supervisor: updated to 4.2.1

4.2.1

- Fixed a bug on Python 3 where a network error could cause ``supervisord``
  to crash with the error ``<class 'TypeError'>:can't concat str to bytes``.
  Patch by Vinay Sajip.

- Fixed a bug where a test would fail on systems with glibc 2.3.1 because
  the default value of SOMAXCONN changed.

(adam)

2020-09-10 10:10:18 UTC MAIN commitmail json YAML

libretro-fbneo: Unbreak gcc7 build.

Tried to fix this properly then got confused by C++ nonsense.

(nia)

2020-09-10 10:07:17 UTC MAIN commitmail json YAML

Updated databases/py-pypika, www/py-paste

(adam)

2020-09-10 10:07:00 UTC MAIN commitmail json YAML

py-paste: updated to 3.4.4

3.4.4:
Unknown changes

(adam)

2020-09-10 10:04:21 UTC MAIN commitmail json YAML

py-pypika: updated to 0.39.1

0.39.1:
Unknown changes

(adam)

2020-09-10 09:52:04 UTC MAIN commitmail json YAML

Updated textproc/py-elementpath, net/py-zeroconf

(adam)

2020-09-10 09:51:07 UTC MAIN commitmail json YAML

py-zeroconf: updated to 0.28.4

0.28.4
Improved cache reaper performance significantly, thanks to J. Nick Koston.
Added ServiceListener to __all__ as it's part of the public API, thanks to Justin Nesselrotte.

0.28.3
Reduced a time an internal lock is held which should eliminate deadlocks in high-traffic networks, thanks to J. Nick Koston.

0.28.2
Stopped asking questions we already have answers for in cache, thanks to Paul Daumlechner.
Removed initial delay before querying for service info, thanks to Erik Montnemery.

(adam)

2020-09-10 09:49:30 UTC MAIN commitmail json YAML

py-elementpath: updated to 2.0.2

v2.0.2
Add regex translator to package API
More than 99% of W3C XPath 2.0 tests pass

v2.0.1
Add regex transpiler (for XPath/XQuery and XML Schema regular expressions)
Hotfix for issue 30

v2.0.0
Extensive testing with W3C XPath 2.0 tests (~98% passed)
Split context variables from in-scope variables (types)
Add other XSD builtin atomic types

(adam)

2020-09-10 09:37:34 UTC MAIN commitmail json YAML

Updated www/py-django2, www/py-django3

(adam)

2020-09-10 09:37:17 UTC MAIN commitmail json YAML

py-django3: updated to 3.1.1

Django 3.1.1 fixes two security issues and several bugs in 3.1.

CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+

On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command.

You should review and manually fix permissions on existing intermediate-level directories.

CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+

On Python 3.7+, the intermediate-level directories of the file system cache had the system窶冱 standard umask rather than 0o077 (no group or others permissions).

Bugfixes

Fixed wrapping of translated action labels in the admin窶冱 navigation sidebar for East Asian languages.
Fixed wrapping of long model names in the admin窶冱 navigation sidebar.
Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1.
Adjusted admin窶冱 navigation sidebar template to reduce debug logging when rendering.
Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked.
Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value.
Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data.
Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data().
Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context.
Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite.
Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn窶冲 have permissions to all intermediate directories in a Django installation path.
Fixed detecting an async get_response callable in various builtin middlewares.
Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder.
Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function.
Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations.
Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled

What窶冱 new in Django 3.1
Asynchronous views and middleware support
JSONField for all supported database backends
DEFAULT_HASHING_ALGORITHM settings

(adam)

2020-09-10 09:32:28 UTC MAIN commitmail json YAML

py-django2: updated to 2.2.16

Django 2.2.16 fixes two security issues and two data loss bugs in 2.2.15.

CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+

On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command.

You should review and manually fix permissions on existing intermediate-level directories.

CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+

On Python 3.7+, the intermediate-level directories of the file system cache had the system窶冱 standard umask rather than 0o077 (no group or others permissions).

Bugfixes

Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked.
Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value.

Django 2.2.15 fixes two bugs in 2.2.14.

Bugfixes

Allowed setting the SameSite cookie flag in HttpResponse.delete_cookie().
Fixed crash when sending emails to addresses with display names longer than 75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+.

(adam)

2020-09-10 09:27:51 UTC MAIN commitmail json YAML

Updated databases/py-sqlalchemy, net/py-smb, devel/py-xdis, lang/py-uncompyle6

(adam)

2020-09-10 09:27:26 UTC MAIN commitmail json YAML

py-uncompyle6: updated to 3.7.4

3.7.4:
Fragment parsing was borked. This means deparsing in trepan2/trepan3k was broken
3.7+: narrow precedence for call tatement
del_stmt -> delete to better match Python AST
3.8+ Add another forelsestmt (found only in a loop)
3.8+ Add precedence on walrus operator
More files blackened
bump min xdis version

3.7.3:
Mostly small miscellaneous bug fixes
__doc__ = DocDescr() from test_descr.py was getting confused as a docstring.
detect 2.7 exchandler range better
Add for .. else reduction checks on 2.6 and before
Add reduce check for 2.7 augmented assign
Add VERSION in a pydoc-friendly way

3.7.2:
Use newer xdis
Docstrings (again) which were broken again on earlier Python
Fix 2.6 and 2.7 decompilation bug in handling "list if" comprehensions

(adam)

2020-09-10 09:25:02 UTC MAIN commitmail json YAML

py-xdis: updated to 5.0.4

5.0.4:
Add python versions 3.6.12, 3.7.9
extended arg disassembly handling for {LOAD,STORE}_ATTR

5.0.3:
Add versions 3.8.5, 3.7.8, and 3.6.11
Clarify changes to 3.8 ROT_FOUR
Update 3.9 magics and opcodes

5.0.2:
Add Python 3.8.4 as a 3.8 release
pydisasm.py Python 3.3 tolerance
Make pydoc's version reporting show xdis's version

5.0.1:
Two small improvements that are usefil in the forthcoming trepan3k release:

interpret RAISE_VARARGS's argc parameter. Some other formatting was extended too
check_object_path() is more leanient in the path name (it doesn't have to end in .py anymore), but it is
more stringent about what constitutes Python source (it compiles the text to determine validity)
In the above is_python_source() and is_bytecode_extension() are used. They are also exported.

5.0.0:
Disassembly format and options have simplified and improved.

(adam)

2020-09-10 09:21:37 UTC MAIN commitmail json YAML

py-smb: updated to 1.2.2

pysmb-1.2.2
- Improve SMB URL handlers to support specifying server's machine name and IP
  address.
- Improvements to documentation on SMB URLs

(adam)

2020-09-10 09:19:16 UTC MAIN commitmail json YAML

py-sqlalchemy: updated to 1.3.19

1.3.19

orm

[orm] [usecase]
Adjusted the workings of the Mapper.all_orm_descriptors() accessor to represent the attributes in the order that they are located in a deterministic way, assuming the use of Python 3.6 or higher which maintains the sorting order of class attributes based on how they were declared. This sorting is not guaranteed to match the declared order of attributes in all cases however; see the method documentation for the exact scheme.

orm declarative

[usecase] [declarative] [orm]
The name of the virtual column used when using the AbstractConcreteBase and ConcreteBase classes can now be customized, to allow for models that have a column that is actually named type. Pull request courtesy Jesse-Bakker.

sql

[sql] [bug]
Repaired an issue where the ���ORDER BY��� clause rendering a label name rather than a complete expression, which is particularly important for SQL Server, would fail to occur if the expression were enclosed in a parenthesized grouping in some cases. This case has been added to test support. The change additionally adjusts the ���automatically add ORDER BY columns when DISTINCT is present��� behavior of ORM query, deprecated in 1.4, to more accurately detect column expressions that are already present.

[sql] [bug] [datatypes]
The LookupError message will now provide the user with up to four possible values that a column is constrained to via the Enum. Values longer than 11 characters will be truncated and replaced with ellipses. Pull request courtesy Ramon Williams.

[sql] [bug]
Fixed issue where the Connection.execution_options.schema_translate_map feature would not take effect when the Sequence.next_value() function function for a Sequence were used in the Column.server_default parameter and the create table DDL were emitted.

postgresql

[postgresql] [bug]
Fixed issue where the return type for the various RANGE comparison operators would itself be the same RANGE type rather than BOOLEAN, which would cause an undesirable result in the case that a TypeDecorator that defined result-processing behavior were in use. Pull request courtesy Jim Bosch.

mysql

[mysql] [usecase]
The MySQL dialect will render FROM DUAL for a SELECT statement that has no FROM clause but has a WHERE clause. This allows things like ���SELECT 1 WHERE EXISTS (subquery)��� kinds of queries to be used as well as other use cases.

[mysql] [bug]
Fixed an issue where CREATE TABLE statements were not specifying the COLLATE keyword correctly.

[mysql] [bug]
Added MariaDB code 1927 to the list of ���disconnect��� codes, as recent MariaDB versions apparently use this code when the database server was stopped.

sqlite

[sqlite] [bug] [mssql] [reflection]
Applied a sweep through all included dialects to ensure names that contain single or double quotes are properly escaped when querying system tables, for all Inspector methods that accept object names as an argument (e.g. table names, view names, etc). SQLite and MSSQL contained two quoting issues that were repaired.

mssql

[mssql] [bug] [sql]
Fixed bug where the mssql dialect incorrectly escaped object names that contained ���]��� character(s).

misc

[usecase] [py3k]
Added a **kw argument to the DeclarativeMeta.__init__() method. This allows a class to support the PEP 487 metaclass hook __init_subclass__.

(adam)

2020-09-10 08:51:53 UTC MAIN commitmail json YAML

lmdb: catch up with databases/openldap update again

(prlw1)

2020-09-10 07:54:52 UTC MAIN commitmail json YAML

2020-09-10 07:41:08 UTC MAIN commitmail json YAML

doc: Added www/lua-web-sanitize version 1.0.0

(nia)

2020-09-10 07:40:55 UTC MAIN commitmail json YAML

www: Add lua-web-sanitize

A Lua library for working with HTML and CSS. It can do HTML and CSS
sanitization using a whitelist, along with general HTML parsing and
transformation. It also includes a query-selector syntax (similar to
jQuery) for scanning HTML.

(nia)

2020-09-10 07:18:34 UTC MAIN commitmail json YAML

grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.32.0

Release v1.32.0
This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core
Remove stream from stalled lists on remove_stream.
Do not cancel RPC if send metadata size if larger than peer's limit.
Don't consider receiving non-OK status as an error for HTTP2.
Keepalive throttling.
Include the target_uri in "target uri is not valid" error messages.
Fix "cannot send compressed message large than 1024B" in cronet_transport.
Receive SETTINGS frame on clients before declaring subchannel READY.
Enabled GPR_ABSEIL_SYNC.
Experimental xDS v3 support.

C++
Upgrade bazel used for all tests to 2.2.0.
Remove test targets and test helper libraries from Makefile.
Fix repeated builds broken by re2's cmake.
Log the peer address of grpc_cli CallMethod RPCs to stderr.

Python
[gRPC Easy] GA: This release enables runtime import of .proto Files. (gRFC, PR) Together with support for simple stubs present since 1.29, this completes gRPC Easy. To start using these features, take a look at the example. If using simple stubs without runtime proto import, generated code must be regenerated with an up-to-date version of the grpcio-tools package.
[Aio] Graduation from experimental folder.
[Aio] Prevent call objects from outliving its parent channel or server.
[Aio] Add a fail-back polling mode for Windows+3.8+.
Raises an exception when port binding failed.
Implement compute_engine_channel_credentials in Python.
Fix bazel out directory when using external repo.

(adam)

2020-09-10 02:39:01 UTC MAIN commitmail json YAML

add and enable matrix-synapse

(jnemeth)

2020-09-10 00:35:15 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-notifyd to 0.6.2

(gutteridge)

2020-09-10 00:34:45 UTC MAIN commitmail json YAML

xfce4-notifyd: update to 0.6.2

Change log:

0.6.2
======
- Switch to new app icon and rDNS icon name
- Default to session autostart instead of DBus (Fixes #27)
- Add configurable log size limit (default: 100)
- Make buttons on non-1st notifications work
- panel-plugin: Add option to hide "Clear log" dialog
- log: properly handle iso8601 timestamps
- log: Use SHA-1 data hash in icon cache paths (bug #16825)
- log: Improve performance of adding notifications to log file (bug #14865)
- log: Refactor log keyfile element insertion into a separate function
- Add basic GitLab pipeline
- Fix GTimeVal deprecation (Bug #16805)
- Remove unused expire_timeout variable
- Fix memory leaks
- settings: Switch to symbolic close icon
- Translation Updates:
  Bulgarian, Catalan, Chinese (China), Danish, Dutch, Eastern Armenian,
  Estonian, Finnish, French, Galician, German, Hebrew, Indonesian,
  Italian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokm奪l,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Turkish

(gutteridge)

2020-09-09 15:07:08 UTC MAIN commitmail json YAML

Updated databases/openldap, devel/py-typing-extensions

(adam)

2020-09-09 15:06:49 UTC MAIN commitmail json YAML

py-typing-extensions: updated to 3.7.4.3

3.7.4.3
Revert last two changes; bump version to 3.7.4.3
This should address issues due to projects including 'typing' in their
requirements.txt file without a version constraint on Python (or
pinning to 3.7.4.1).

(adam)

2020-09-09 15:05:17 UTC MAIN commitmail json YAML

openldap: updated to 2.4.53

OpenLDAP 2.4.53
Added slapd syncrepl additional SYNC logging
Fixed slapd syncrepl segfault on NULL cookie on REFRESH
Fixed slapd syncrepl to use fresh connection on REFRESH fallback
Fixed slapo-ppolicy race condition for pwdFailureTime
Build
Require OpenSSL 1.0.2 or later
Fixed libldap compilation issue with broken C compilers

(adam)

2020-09-09 13:27:28 UTC MAIN commitmail json YAML

doc: Updated chat/ircd-hybrid to 8.2.33

(fox)

2020-09-09 13:26:49 UTC MAIN commitmail json YAML

chat/ircd-hybrid: Updates to 8.2.33

Changes since 8.2.32:

-- Noteworthy changes in version 8.2.33 (2020-09-07)
o) Added 'client' option to listener::flags
o) Added 'defer' option to listener::flags
o) IRC operators may now use CIDR notation in "WHO"
o) For a full list of all changes in this release, see https://git.io/JUZKO

(fox)

2020-09-09 13:03:56 UTC MAIN commitmail json YAML

doc: Updated graphics/krita to 4.3.0nb4

(ryoon)

2020-09-09 13:03:20 UTC MAIN commitmail json YAML

krita: Add HIEF load/save support

Bump PKGREVISION.
From Chavdar Ivanov via PR pkg/55644.

(ryoon)

2020-09-09 12:46:03 UTC MAIN commitmail json YAML

doc: Updated multimedia/adobe-flash-player to 32.0.0.433

(tsutsui)

2020-09-09 12:45:38 UTC MAIN commitmail json YAML

2020-09-09 12:40:29 UTC MAIN commitmail json YAML

doc: Added net/phetch version 1.0.3

(pin)

2020-09-09 12:39:51 UTC MAIN commitmail json YAML

Add net/phetch

(pin)

2020-09-09 12:38:44 UTC MAIN commitmail json YAML

net/phetch: import package

Terminal client designed to help you quickly navigate the gophersphere.

(pin)

2020-09-09 11:50:50 UTC MAIN commitmail json YAML

2020-09-09 11:22:27 UTC MAIN commitmail json YAML

2020-09-09 11:04:42 UTC MAIN commitmail json YAML

doc: Updated chat/znc to 1.8.2

(ryoon)

2020-09-09 11:04:06 UTC MAIN commitmail json YAML

znc: Update to 1.8.2

Changelog:
# ZNC 1.8.2 (2020-07-07)

## New
* Polish translation
* List names of translators in TRANSLATORS.md file in source, as this contribution isn't directly reflected in git log
* During --makeconf warn about listening on port 6697 too, not only about 6667

## Fixes
* webadmin: When confirming deletion of a network and selecting No, redirect to the edituser page instead of listusers page
* Make more client command results translateable, which were missed before

(ryoon)

2020-09-09 10:48:25 UTC MAIN commitmail json YAML

libreoffice: Only enable Java on openjdk11 archs

(nia)

2020-09-09 10:32:21 UTC MAIN commitmail json YAML

doc: Updated fonts/fontforge to 20200314

(wiz)

2020-09-09 10:32:08 UTC MAIN commitmail json YAML

fontforge: update to 20200314.

Significant changes include the following.

    FontForge now has much improved stroke expansion functionality. The main change is that it actually works most of the time. New features include support for arbitrary convex nibs and the miter-clip and arc join styles from SVG 2. All functionality is accessible from the Python and native APIs. (By @skef.)
    Remove overlap handles certain important edge cases better. (By @skef and @frank-trampe.)
    The Python API now has a function called genericGlyphChange that matches the "Change Glyph" command in the GUI. See #4133 for more details. (By @skef.)
    The Python API now has functions for getting Unicode script and for interrogating glyph boundaries. (By @ctrlcctrlv.)
    One can now use text flags (rather than just numerical flags) when opening a font file via the Python API. (By @skef.)
    UFO import now outputs the note field properly. (By @skef.)
    SVG import is much more robust. (By @skef.)
    We have dropped most gnulib and autotools logic in favor of CMake, which dramatically simplifies the build system and just as dramatically improves build time. (By @jtanx.)
    As part of the switch to CMake, per the deprecation of Python 2, and per the lack of objections to the proposal on the mailing list, we have dropped support for building FontForge with Python 2 support. The non-build-system Python 2 code remains, but it is neither tested nor maintained nor supported and is likely to follow a trajectory of decay and then removal.
    Documentation is now rendered in Sphinx, which makes maintenance and improvement easier. (By @jtanx.)
    Translations now happen on crowdin, which makes contributions easier. (By @jtanx.)
    We got such a contribution for Croatian. (By @milotype.)
    Character view point coloring is more consistent, and preview fills support transparency. (By @skef.)
    The user can now move and close tabs in the character view. (By @ctrlcctrlv.)
    The metrics view now allows for entry of negative kerning values and runs a bit more smoothly. (By @ctrlcctrlv.)
    There is now a warning when a user is about to discard an unsaved script. (By @ctrlcctrlv.)
    We fixed bugs all over, as always, with particular attention given to the metrics view, Python, Spiro, and high-resolution displays.

Notes on build system changes:

    libgutils and libgunicode have been combined into libfontforge
    libgdraw and libfontforgeexe have been combined into the fontforge executable itself
    No development files are installed (headers, or pkg-config). This is because we do not provide a stable API or ABI to work against, nor are the headers actually well configured to be used externally. We are also not aware of any maintained product that compiles against FontForge itself.

(wiz)

2020-09-09 09:19:47 UTC MAIN commitmail json YAML

doc: Updated www/kore to 4.0.1

(fcambus)

2020-09-09 09:19:35 UTC MAIN commitmail json YAML

kore: update to 4.0.1.

ChangeLog:

This patch release fixes an issue with the accept lock and pulls in a few
patches from NetBSD and OpenBSD ports to make maintainer life a little bit
easier.

Important changes:

- Pull in NetBSD and OpenBSD ports patches
- Only reset accept_avail if we actually grabbed the accept lock
- Fixed building with multiple make jobs if PYTHON=1 was specified

Small changes:

- Added BEERS file
- Fixed a few typos
- Removed lingering x86 seccomp code (Linux)

(fcambus)