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:04:39 UTC Now

2019-12-14 10:38:30 UTC MAIN commitmail json YAML

2019-12-14 10:35:17 UTC MAIN commitmail json YAML

py-fonttools: updated to 4.2.2

4.2.2:
- [subset] Fixed issue with subsetting FeatureVariations table when the index
  of features changes as features get dropped. The feature index need to be
  remapped to point to index of the remaining features.
- [fontBuilder] Added `addFeatureVariations` method to `FontBuilder` class. This
  is a shorthand for calling `featureVars.addFeatureVariations` on the builder's
  TTFont object.
- [glyf] Fixed the flags bug in glyph.drawPoints() like we did for glyph.draw()

4.2.1:
- [glyf] Use the ``flagOnCurve`` bit mask in ``glyph.draw()``, so that we ignore
  the ``overlap`` flag that may be set when instantiating variable fonts.

4.2.0:
- [pens] Added the following pens:

  * ``roundingPen.RoundingPen``: filter pen that rounds coordinates and components'
    offsets to integer;
  * ``roundingPen.RoundingPointPen``: like the above, but using PointPen protocol.
  * ``filterPen.FilterPointPen``: base class for filter point pens;
  * ``transformPen.TransformPointPen``: filter point pen to apply affine transform;
  * ``recordingPen.RecordingPointPen``: records and replays point-pen commands.

- [ttGlyphPen] Always round float coordinates and component offsets to integers
.
- [ufoLib] When converting kerning groups from UFO2 to UFO3, avoid confusing
  groups with the same name as one of the glyphs

4.1.0:
- [instancer] Implemented restricting axis ranges (level 3 partial instancing).
  You can now pass ``{axis_tag: (min, max)}`` tuples as input to the
  ``instantiateVariableFont`` function. Note that changing the default axis
  position is not supported yet. The command-line script also accepts axis ranges
  in the form of colon-separated float values, e.g. ``wght=400:700``.
- [instancer] Never drop STAT ``DesignAxis`` records, but only prune out-of-range
  ``AxisValue`` records.
- [otBase/otTables] Enforce that VarStore.RegionAxisCount == fvar.axisCount, even
  when regions list is empty to appease OTS < v8.0.
- [designspaceLib] Defined new ``processing`` attribute for ``<rules>`` element,
  with values "first" or "last", plus other editorial changes to DesignSpace
  specification. Bumped format version to 4.1.
- [varLib] Improved error message when masters' glyph orders do not match
- [featureVars] Allow to specify custom feature tag in ``addFeatureVariations``;
  allow said feature to already exist, in which case we append new lookup indices
  to existing features. Implemented ``<rules>`` attribute ``processing`` according to
  DesignSpace specification update in. Depending on this flag, we generate
  either an 'rvrn' (always processed first) or a 'rclt' feature (follows lookup order,
  therefore last).
- [ttCollection] Added support for context manager auto-closing via ``with`` statement
  like with ``TTFont``.
- [unicodedata] Require unicodedata2 >= 12.1.0.
- [py2.py3] Removed yet more PY2 vestiges.
- [_n_a_m_e] Fixed issue when comparing NameRecords with different string types.
- [fixedTools] Changed ``fixedToFloat`` to not do any rounding but simply return
  ``value / (1 << precisionBits)``. Added ``floatToFixedToStr`` and
  ``strToFixedToFloat`` functions to be used when loading from or dumping to XML.
  Fixed values (e.g. fvar axes and instance coordinates, avar mappings, etc.) are
  are now stored as un-rounded decimal floats upon decompiling.
- [feaLib] Fixed handling of multiple ``LigatureCaret`` statements for the same glyph.
  Only the first rule per glyph is used, additional ones are ignored.

4.0.2:
- [voltLib] Added support for ``ALL`` and ``NONE`` in ``PROCESS_MARKS``.
- [Silf] Fixed issue in ``Silf`` table compilation and decompilation regarding str vs
  bytes in python3.
- [merge] Handle duplicate glyph names better: instead of appending font index to
  all glyph names, use similar code like we use in ``post`` and ``CFF`` tables.

4.0.1:
- [otTables] Support fixing offset overflows in ``MultipleSubst`` lookup subtables
- [subset] Prune empty strikes in ``EBDT`` and ``CBDT`` table data.
- [pens] Fixed issue in ``PointToSegmentPen`` when last point of closed contour has
  same coordinates as the starting point and was incorrectly dropped.
- [Graphite] Fixed ``Sill`` table output to pass OTS.
- [name] Added ``removeNames`` method to ``table__n_a_m_e`` class.
- [ttLib] Added aliases for renamed entries ``ascender`` and ``descender`` in
  ``hhea`` table.

4.0.0:
- NOTE: The v4.x version series only supports Python 3.6 or greater. You can keep
  using fonttools 3.x if you need support for Python 2.
- [py23] Removed all the python2-only code since it is no longer reachable, thus
  unused; only the Python3 symbols were kept, but these are no-op. The module is now
  DEPRECATED and will removed in the future.
- [ttLib] Fixed UnboundLocalError for empty loca/glyph tables. Also, allow
  the glyf table to be incomplete when dumping to XML.
- [varLib.models] Fixed KeyError while sorting masters and there are no on-axis for
  a given axis (38a8eb0e).
- [cffLib] Make sure glyph names are unique.
- [feaLib] Fix feature parser to correctly handle octal numbers

(adam)

2019-12-14 10:27:04 UTC MAIN commitmail json YAML

Rename sysutils/u-boot-rpi3-32b to sysutils/u-boot-rpi3-32

(khorben)

2019-12-14 10:24:07 UTC MAIN commitmail json YAML

doc: Added sysutils/u-boot-rpi3-32 version 2018.11

(khorben)

2019-12-14 10:22:31 UTC MAIN commitmail json YAML

sysutils/u-boot-rpi3-32: Use a directory of the right name

This fixes building sysutils/u-boot (the dependency on u-boot-rpi3-32b was
wrong as well).

Sorry for the short mishap.

(khorben)

2019-12-14 02:57:24 UTC MAIN commitmail json YAML

doc: Updated devel/libgit2 to 0.28.4

(nia)

2019-12-14 02:57:02 UTC MAIN commitmail json YAML

libgit2: Update to 0.28.4

v0.28.4
--------

This is a security release fixing the following issues:

- CVE-2019-1348: the fast-import stream command "feature
  export-marks=path" allows writing to arbitrary file paths. As
  libgit2 does not offer any interface for fast-import, it is not
  susceptible to this vulnerability.

- CVE-2019-1349: by using NTFS 8.3 short names, backslashes or
  alternate filesystreams, it is possible to cause submodules to
  be written into pre-existing directories during a recursive
  clone using git. As libgit2 rejects cloning into non-empty
  directories by default, it is not susceptible to this
  vulnerability.

- CVE-2019-1350: recursive clones may lead to arbitrary remote
  code executing due to improper quoting of command line
  arguments. As libgit2 uses libssh2, which does not require us
  to perform command line parsing, it is not susceptible to this
  vulnerability.

- CVE-2019-1351: Windows provides the ability to substitute
  drive letters with arbitrary letters, including multi-byte
  Unicode letters. To fix any potential issues arising from
  interpreting such paths as relative paths, we have extended
  detection of DOS drive prefixes to accomodate for such cases.

- CVE-2019-1352: by using NTFS-style alternative file streams for
  the ".git" directory, it is possible to overwrite parts of the
  repository. While this has been fixed in the past for Windows,
  the same vulnerability may also exist on other systems that
  write to NTFS filesystems. We now reject any paths starting
  with ".git:" on all systems.

- CVE-2019-1353: by using NTFS-style 8.3 short names, it was
  possible to write to the ".git" directory and thus overwrite
  parts of the repository, leading to possible remote code
  execution. While this problem was already fixed in the past for
  Windows, other systems accessing NTFS filesystems are
  vulnerable to this issue too. We now enable NTFS protecions by
  default on all systems to fix this attack vector.

- CVE-2019-1354: on Windows, backslashes are not a valid part of
  a filename but are instead interpreted as directory separators.
  As other platforms allowed to use such paths, it was possible
  to write such invalid entries into a Git repository and was
  thus an attack vector to write into the ".git" dierctory. We
  now reject any entries starting with ".git\" on all systems.

- CVE-2019-1387: it is possible to let a submodule's git
  directory point into a sibling's submodule directory, which may
  result in overwriting parts of the Git repository and thus lead
  to arbitrary command execution. As libgit2 doesn't provide any
  way to do submodule clones natively, it is not susceptible to
  this vulnerability. Users of libgit2 that have implemented
  recursive submodule clones manually are encouraged to review
  their implementation for this vulnerability.

(nia)

2019-12-14 02:56:46 UTC MAIN commitmail json YAML

doc: Updated converters/fribidi to 1.0.8

(nia)

2019-12-14 02:56:27 UTC MAIN commitmail json YAML

fribidi: Update to 1.0.8

Overview of changes between 1.0.7 and 1.0.8
=============================================

* A bug fix in the fribidi unicode algorithm for multiple isolate sequences.

* Fixed a potential buffer overflow for a long sequence of isolate overrides characters

(nia)

2019-12-14 02:21:26 UTC MAIN commitmail json YAML

sysutils/u-boot: Also depend on sysutils/u-boot-rpi3-32b

Bumps PKGREVISION.

(khorben)

2019-12-14 01:26:35 UTC MAIN commitmail json YAML

doc: Updated audio/pianobar to 2019.02.14

(mef)

2019-12-14 01:26:11 UTC MAIN commitmail json YAML

(audio/pianobar) Updated  from 2017.08.30 to 2019.02.14

Release 2019.02.14
- Fix MP3 playback (affects premium subscribers with audio quality Release 2019.01.25
- Implement audio buffering

Release 2018.06.22
- Happy 10th birthday pianobar!
- Add network timeouts and retries
- Fix cross-thread memory access
- Misc UI and documentation improvements

(mef)

2019-12-14 01:19:08 UTC MAIN commitmail json YAML

doc: Updated audio/p5-MusicBrainz-DiscID to 0.06

(mef)

2019-12-14 01:18:45 UTC MAIN commitmail json YAML

(audio/p5-MusicBrainz-DiscID) Updated from 0.04 to 0.06

0.06  Mon  7 Oct 2019 23:32:36 BST
  - Changed license to MIT

(mef)

2019-12-14 01:15:03 UTC MAIN commitmail json YAML

doc: Added sysutils/u-boot-rpi3-32b version 2018.11

(khorben)

2019-12-14 01:12:28 UTC MAIN commitmail json YAML

Add u-boot-rpi3-32b

(khorben)

2019-12-14 01:11:21 UTC MAIN commitmail json YAML

2019-12-14 01:01:38 UTC MAIN commitmail json YAML

doc: Updated fonts/ttf-tlwg to 0.7.1

(mef)

2019-12-14 01:01:16 UTC MAIN commitmail json YAML

(fonts/ttf-tlwg) Updated from 0.6.4 to  0.7.1

Fonts-TLWG 0.7.1 Released
Submitted by thep on 4 November, 2018 - 16:18

  - Address another reproducibility issue caused by "date stamp" in
    auto-generated UniqueID.
  - Automate font binary tarballs building, with additional ZIP provision.

Fonts-TLWG 0.7.0 Released
Submitted by thep on 26 October, 2018 - 14:32

  - Build fonts reproducibly, thus new major version due to source
    restructuring.
  -  Generate OTF by default instead of TTF.
  -  LaTeX: Provide OpenType fonts for XeTeX.
    (Issue #6. Thanks Abhabongse Janthong for the suggestion.)
  -  Fix bug in GSUB rule.
    (Issue #7. Thanks @Richard57 for the report and investigation.)
  -  Norasi: Fix Fontforge warnings and substitution rules.

Fonts-TLWG 0.6.5 Released
Submitted by thep on 24 April, 2018 - 12:57

  -  Convert source files to recent Fontforge format.
  -  Move fontconfig templates to /usr/share/fontconfig, according to recent
    fontconfig change.
  -  Normalize TTFWeight for non-bold, non-light fonts, so some apps like
    EditPad can classify the weight correctly.
    (Thanks @alysdexia for the report in Issue #5.)
  - Add missing Latin ligatures to Laksaman, to fullfill LaTeX typesetting.
    (Thanks Kittipitch Meesawat for the report in a KKLUG meeting.)

(mef)

2019-12-14 00:47:26 UTC MAIN commitmail json YAML

doc: Updated fonts/public-sans to 1.007

(mef)

2019-12-14 00:47:01 UTC MAIN commitmail json YAML

(fonts/public-sans) Updated 1.0.0 to 1.007

Public Sans v1.007
@thisisdano thisisdano released this Nov 14, 2019 · 1 commit to master since
this release

General
  - Rewrite type test to better test unusual combinations
  - Remove AFM files for simplicity
  - Rename fonts to binaries
  - Keep UFOs and designspace files in src
  - Move Glyphs files to src/glyphs
  - Update test strings
  - Add Google Analytics code to site
  - Update dependencies
  - Remediate package vulnerabilities in gulp-notify
  - Update and clarify Public Sans license

Metadata
  - Update description
  - Remove trademark metadata
  - Update copyright and designer information

Metrics changes
  - Changed ascender height to 1900

  Parameter  v1.006 v1.007
Ascender      2000  1900
typoAscender  2000  1900
hheaAscender  2000  1900

Kerning and spacing
  - Normalized sidebearings to multiples of 5
  - Used sidebearing groups more consistently
  - Improve Æ spacing
  - Improve kerning of the following: s|s, t|t, g|g, r|g, E|t, V|[a,e], R|e,
    'P'|'e'
  - Fix spacing around U
  - Set width of the colonsign.tf to 1400
  - Use 600 width for tf punctuation
  - Rebalance roman tabular figures
  - Use components for .tf numbers and rebalance

Glyphs
  - Widen H
  - Redraw Þ
  - Add and synchronize italic tabular figs
  - Add currency to tabular figures
  - Align diacritics
  - Fix faulty dot accents
  - Fix italic i
  - Square terminals and regularize shapes in s,e,c
  - Update italic æ and Æ
  - Update italic œ and Œ

Public Sans v1.006
@thisisdano thisisdano released this Jul 18, 2019 · 94 commits to master since
this release

  - Adds a new python-based build script for generating webfonts and variable
    fonts. Use /.build.sh from the project directory. Based on https://
    github.com/thundernixon/googlefonts-qa-template/blob/master/sources/
    build.sh
  - Moves to 2000 UPM
  - Adjusts kerning overall
  - Improves vertical metrics
  - Rounds counters in b, d, p, and q glyphs
  - Widens o and e glyphs
  - Narrows s glyph
  - Slightly squares curves in rounded lowercase thin glyphs
  - Squares counters on S and C glyphs
  - Aligns C and G glyph upper terminals
  - Improves output of variable fonts
  - Outputs better binaries for Font Bakery (https://github.com/googlefonts/
    fontbakery)

Public Sans v1.005
@thisisdano thisisdano released this Jun 6, 2019 · 108 commits to master since
this release

  - Redraws eth character
  - Improves Vietnamese diacritics with better positioning and shape
  - Fixes bad masters that resulted in faulty interpolation in fractions and
    some math characters
  - Improves spacing of caron.alt–related glyphs

Public Sans v1.004
@thisisdano thisisdano released this Jun 3, 2019 · 115 commits to master since
this release

  - Improved kerning
  - Improved hinting and rendering on Windows
  - Improved fractions and subscript/superscript numerals
  - Improved spacing for hyphens and em/en dashes
  - Fixes the colón character

Public Sans v1.003
@thisisdano thisisdano released this May 7, 2019 · 129 commits to master since
this release

  - Address some spacing regressions in v1.002
  - Thicken regular weight to 365 from 350
  - Adds explicit underline metadata to address a rendering quirk in Firefox

Public Sans v1.002
@thisisdano thisisdano released this May 6, 2019 · 136 commits to master since
this release

This release tries to simplify the kerning and spacing and make both easier to
maintain. There may be some small spacing regressions as we evaluate this
version in production and continue to update.

  - Added 'okina character
  - Improved appearance and spacing of diacritic glyphs — especially Czech,
    Slovak, and Vietnamese
  - Improved consistency between roman and italic
  - Upscaled to 2000 UPM
  - Use 100-900 as range for variable font output
  - Rebalanced numbers
  - Improved kerning in fractions
  - Corrected some spacing issues in tabular figures, especially in italic
    tabular figures
  - Adjusted position of hcircumflex
  - Removed spur from eszett
  - Simplified spacing and kerning
  - Updated and made better use of sidebearing groups
  - Updated and made better use of kerning groups

(mef)

2019-12-13 21:53:06 UTC MAIN commitmail json YAML

Updated net/inadyn to 2.5

(dmcmahill)

2019-12-13 21:52:04 UTC MAIN commitmail json YAML

Update inadyn to 2.5

Motivated by wanting to build under more recent systems with
newer OpenSSL.

Many changes since 1.99.15

[v2.5][] - 2018-09-30
---------------------

### Changes
- macOS changes by Jo Rhett:
  - Add linking with `-lresolv`
  - Use Homebrew's CA trust store
  - Update REDAME with install help
- Add support for selfhost.de DDNS

### Fixes
- Fix #211: Only show DDNS server response on successful transaction
- Fix #211: Improved error handling in OpenSSL back-end
- Fix #214: Add `nochg` to list of good responses for custom providers
- Fixes by Erich Sauvageau:
  - Fix #216: Add DNS lookup exception for `all.dnsomatic.com`
  - Fix #219: Add DNS lookup exception for `default@tunnelbrooker.net`

[v2.4][] - 2018-08-18
---------------------

### Changes
- Add support for Dynu DDNS provider

### Fixes
- Add missing defines for `LLONG_MAX` and `LLONG_MIN` on some platforms
- Fix #209: Update FreeDNS plugin to use v2 of their API to fetch update key
- Fix #210: Use `~/.cache/inadyn` or `~/.inadyn` when running unprivileged

[v2.3.1][] - 2018-02-12
-----------------------

This minor bug fix release holds Debian packaging fixes by Andr辿 Colomb.

### Changes
- Make .deb files an official part of releases

### Fixes
- Fix installation of `inadyn` in `/usr/sbin` and symlink in `/usr/bin`
- Rename debian/inadyn.links to be standards-compliant
- Update deprecated build dependency for dh-systemd
- Fix lintian warning about unsafe symlinks for build scripts
- Version numbers containing a dash are inappropriate for 'native'
  packages, bump revision instead

[v2.3][] - 2018-01-05
---------------------

### Changes
- Distribute `CONTRIBUTING.md` in release tarballs, by Andr辿 Colomb
- Clean up debug messages for HTTPS connections, by Andr辿 Colomb
- New build-depends, `libgnutls28-dev` for Debian/Ubuntu users and
  GnuTLS >= 3.0 for others, by Andr辿 Colomb
- Issue #192: Add `examples/*.conf` to source distribution, by Andr辿 Colomb

### Fixes
- TCP, not UDP, for `getaddrinfo()` hints + numeric lookups, by Andr辿 Colomb
- Disable SSL for checkip connections to SPDYN service, by Andr辿 Colomb
- Issue #186: Allow IPv6 for HTTP(S) connections, by Andr辿 Colomb
- Issue #189: Ignore premature session termination in GnuTLS, by Andr辿 Colomb
- Issue #193: Fix broken internal links in README.md, by Andr辿 Colomb

[v2.2.1][] - 2017-10-06
-----------------------

### Fixes

- Issue #174: `gnutls.c` missing `stdint.h`, fix for ArchLinux
- Issue #179: Update easyDNS plugin to new API, by Nicholas Alipaz

[v2.2][] - 2017-08-09
---------------------

### Changes
- Use HTTP by default for DYN.com checkip server, used by many DDNS
  providers that do not have their own.  This change is far more user
  friendly since you no longer have to explicitly set `checkip-ssl =
  false` for the most common use-case.
- Some DDNS providers have multiple IP addresses registered for the same
  service, as of this release Inadyn immediately tries to connect to the
  next listed addresses on connection problems.
- Issue #153: Support for custom HTTP User Agent.  Useful with providers
  that require using a specific brower.  Set to, e.g. "Mozilla/4.0", or
  rely on the default "inadyn/VERSION" user agent.
- Support for the `%%` format specifier in custom server URL's, as
  mentioned in issue #152.
- Add support for a `.conf` syntax checker: `inadyn --check-config`
- Add support for logging to `stderr` when running in foreground or
  without syslog enabled
- Simplified provider name lookup in `.conf` file.  Now substring match
  is used, resulting in support for `provider Dyn { ... }`.
- Remove libite dependency by importing all its used files into inadyn.
  This should ease adoption by distributions and end users.  All code
  is under free licenses: BSD, ISC.
- Import Timur's Debian packaging, adding debconf support

### Fixes
- Issue #152: Do not attempt to create PID file in oneshot mode (`-1`)
- Issue #152: Must URL encode custom server URL's
- Issue #170: Use configured `--prefix` not hard coded `/etc/inadyn.conf`
- Issue #172: Use separate variable for `--iface` command line option and
  `.conf` file option

[v2.1][] - 2016-12-04
---------------------

### Changes
- Use HTTPS instead of HTTP by default
- Support for disabling HTTPS for `checkip-server`, per provider.
  Idea from Valery Frolov
- Add `-I,--ident=NAME` option for syslog+pidfile name
- Deprecate `--pidfile=NAME` option in favor of `--ident=NAME`

### Fixes
- Issue #150: Custom update URL parser fixes
- Issue #151: Support for detecting OpenSSL v1.1
- Issue #144: Clarify use of public vs private IP.  It is possible
  to register private IP addresses in a public DNS
- Clarify `--foreground` option in man page
- Document minimum required versions of libite and libConfuse
- Portability fixes, replace `__progname` with a small function,
  replace `%m` with `%s` and `strerror(errno)`.

[v2.0][] - 2016-09-12
---------------------

New configuration file format, changed command line options, improved
HTTPS support using GnuTLS and Open/LibreSSL.  Inadyn now comes with
certificate validation enabled by default.

### Changes
- New configuration file format using [libConfuse][]
- Radically simplified command line, a .conf file is now required
- Reorganized SSL code, split `ssl.c` into `openssl.c` and `gnutls.c`
- Strict HTTPS certificate validation is now default.  To disable this
  use `strict-ssl = false` in the .conf file.
- Certificate validation uses trusted CA certificates from the system
  with fall-backs to certain known locations.  To override this default
  handling a `ca-trust-file = FILE` setting in `inadyn.conf` can be used
  to provide the path to another CA cert bundle, in PEM format.
- Massive overhaul of `inadyn(8)` and `inadyn.conf(5)` man pages
- Support for reading address from interface, including IPv6 addresses
- Support for calling an external script to get the IP address
- Support for multiple users @ same provider, idea from Valery Frolov:

        provider default@no-ip.com:1 {
            username    = ian
            password    = secret
            alias      = flemming.no-ip.com
        }

        provider default@no-ip.com:2 {
            username    = james
            password    = bond
            alias      = spectre.no-ip.com
        }

- Support for ddnss.de and dynv6.com, contributed by Sven Hoefer
- Support for spdyn.de, on request from Frank R旦hm
- Support for strato.com, contributed by Duncan Overbruck
- Support for disabling IP address validation: `verify-address = false`
- Refactored memory handling and privilige separation to simplify code
- Refactored logging and backgrounding to simplify code
- Removed old compatibility symlinks and other required GNU specific
  files, we now distribute and install README.md and ChangeLog.md

### Fixes
- Fix issue #61: Add HTTPS certificate validation for OpenSSL/LibreSSL
- Fix issue #67: Use GnuTLS native API for HTTPS
- Fix DuckDNS: now requires 'www.' prefix in server URL.  By Frank Aurich
- Fix issue #110: Poodle `SSL_MODE_SEND_FALLBACK_SCSV` not needed
- Fix issue #101: Remove support for custom pidfile
- Fix issue #102: Relocate cache files `/var/run/inadyn` to `/var/cache/inadyn`
- Fix issue #113: `--drop-privs` does not work
- Add actual permissions check to `os_check_perms()`
- Fix issue #121: Support for fully customizable update URL
- Fix issue #122: Only use HTTPS connection for DNS update, not checkip
- Fix issue #131: Use FreeDNS' own checkip server instead of DYN.com's
- Fix issue #134: Support wildcard cert with GnuTLS backend

(dmcmahill)

2019-12-13 15:33:14 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2 to 2.3.9.2

(taca)

2019-12-13 15:32:15 UTC MAIN commitmail json YAML

mail/dovecot2: update to 2.3.9.2

Update doveot2 to 2.3.9.2, previous fix for CVE-2019-19722 was partial fix.

v2.3.9.2 2019-12-13  Aki Tuomi <aki.tuomi@open-xchange.com>

- Mails with empty From/To headers can also cause crash
  in push notification drivers.

(taca)

2019-12-13 15:05:56 UTC MAIN commitmail json YAML

Updated fonts/p5-Font-FreeType to 0.13

(mef)

2019-12-13 14:57:51 UTC MAIN commitmail json YAML

(fonts/p5-Font-FreeType) Updated to 0.13

0.13 2018-10-19 dmol@cpan.org
- update tests, as freetype changed font metrices under hood

(mef)

2019-12-13 14:53:10 UTC MAIN commitmail json YAML

doc: Updated fonts/cantarell-fonts to 0.111

(mef)

2019-12-13 14:52:48 UTC MAIN commitmail json YAML

(fonts/cantarell-fonts) Updated 0.025 to 0.111

0.111
- Fix the wrongly assigned OS/2 weight class values that e.g. led to Extra Bold
  being selected when Bold was requested.

0.110
- Space everything a little bit tighter.
- Scale down whiteCircle and blackCircle by 50%, makes password dots smaller.
- Tweak feet of one.lf slightly for a more even appearance.
- Revise lcaron, dcaron and tcaron for collision-free rendering even at bold
  weight. Will need kerning later.
- Add draft of Cyrillic (GF Cyrillic Plus set), to be improved.
- Equalize advance width of period, comma, colon, semicolon.
- Build packages with prebuilt fonts baked in.
- New contributed AppStream metadata translations for Slovak (Dušan Kazik),
  Slovenian (Matej Urbančič), Russian (Stas Solovey) and Chinese China
  (Dingzhong Chen).

0.101
- Countless detail updates to various glyphs
- Added contributed AppStream metdata translations for Polish (Piotr Drąg),
  French (Claude Paroz), Indonesian (Kukuh Syafaat), Galician (Fran Dieguez),
  Occitan (Cédric Valmary), Chinese Taiwan (Cheng-Chia Tseng), Spanish (Daniel
  Mustieles), Catalan (Adolfo Jayme), Croatian (gogo), German (Tim Sabsch),
  Dutch (Nathan Follens), Turkish (Emin Tufan Çetin), Serbian (Марко Костић),
  Serbian Latin (Marko Kostić), Hungarian (Gabor Kelemen), Korean (DaeHyun
  Sung), Czech (Marek Černocký), Lithuanian (Aurimas Černius), Danish (Ask
  Hjorth Larsen), Italian (Gianvito Cavasoli), Romanian (Daniel Șerbănescu),
  Punjabi (A S Alam), Latvian (Rūdolfs Mazurs), Swedish (Anders Jonsson),
  Icelandic (Sveinn í Felli), Greek (Efstathios Iosifidis)

0.100
- Redesigned from scratch to interpolate cleanly from thin to extra bold.
  Currently targets the Google Fonts Latin Core and Pro glyph sets.
- Added contributed AppStream metdata translations for Brazilian Portugese
  (Rafael Fontenelle), Friulian (Fabio Tomat) and Finnish (Jiri Grönroos).

(mef)

2019-12-13 14:41:53 UTC MAIN commitmail json YAML

doc: Updated fonts/Inter-UI to 3.11

(mef)

2019-12-13 14:41:31 UTC MAIN commitmail json YAML

(fonts/Inter-UI) Updated from 2.5 to 3.11. ChangeLog collected from github.com page

v3.11
@rsms rsms released this Oct 23, 2019 · 15 commits to master since this release

  - Fixes issue (regression) with variable font where certain glyphs would
    slant in the wrong direction. #198
  - Fixes issue (regression) with variable font where version metadata would be
    wrong. #202
  - Fixes codepoint mapping for /copyleft glyph. #203
  - Improves metadata of variable fonts. “fullName” name table entry is now
    “Inter” instead of “Inter Regular”.
  - New alternate-named variable font “Inter V”. With a different family name,
    this is useful for when you want to install the variable version alongside
    traditional static font files.
  - Improvements to /backslash glyph

v3.10
@rsms rsms released this Sep 7, 2019 · 35 commits to master since this release
Release 3.10 is a mix of new glyphs & glyph changes, and adjustments & fixes.

New glyphs:

  - blackSquare (U+25A0)
  - whiteSquare (U+25A1)
  - whiteRoundedCornersSquare (U+25A2)
  - lowerHalfWhiteSquare (U+2B12)
  - topHalfWhiteSquare (U+2B13)
  - downWhiteTriangle (U+25BD)
  - upWhiteTriangle (U+25B3)
  - leftWhiteTriangle (U+25C1, U+25C5)
  - rightWhiteTriangle (U+25B7, U+25BB)

Other notable changes:

  - Fixes alignment issue with otilde U+00F5. #191
  - Improvements to contextual alternates (calt), primarily reducing the cases
    where case substitution is unwanted. #193
  - Adjustments to the following whitespace glyphs: zerowidthspace, hairspace,
    thinspace, punctuationspace, enspace, emspace, sixthemspace,
    quarteremspace, thirdemspace and figurespace. #185
  - Improvements to ogonek-based diacritics.
  - Refinements and improvements to fractions (both dedicated glyphs and
    arbitrary frac parts)
  - Kerning improvements to all weights
  - Progress on mark and mkmk “dynamic diacritics”

v3.9
@rsms rsms released this Aug 7, 2019 · 58 commits to master since this release

Fixes an issue with metadata where Medium, Semi Bold, and Extra Bold would
incorrectly be marked as “italic” which would confuse certain software.

v3.8
@rsms rsms released this Aug 5, 2019 · 62 commits to master since this release

  - Possibly breaking change: Variable italic axis (really, slnt axis) has been
    inverted (negated) — a negative value causes the text to lean rightwards.
    This is only a breaking change if you are using the multi-axis variable
    font (Inter.var) and define slant angle using high-level CSS properties
    like font-style. This change was done to comply with the convention defined
    in the OpenType spec. #175 #172
  - Variable font files are now significantly smaller thanks to #171 and #169
      □ Inter.var.woff2 v3.7: 393kB, v3.8: 306kB
      □ Inter-upright.var.woff2 v3.7: 267kB, v3.8: 224kB
      □ All this while v3.8 introduces a whole new set of glyphs, kerning and
        feature code.
  - Adds several new glyphs, like double-stemmed arrows and enclosed
    alphanumerics & symbols
      □ Warning sign #168
      □ Copyleft symbol #165
      □ Really long arrows, useful in ligatures like --->
      □ Arrows with double-lined stems, useful for “assign to”, with ligatures
        defined for some combinations with equals, e.g. =>
      □ Enclosed glyphs in circles and squares
  - Fixes a bug where U+0430 Cyrillic lower-case a would not be substituted for
    a single-storey “a” with cv11 enabled. #179
  - Fixes a bug with slant of Ͽ (U+03FF) #170 #169
  - Some calt code has moved to liga (standard ligatures), specifically arrow
    ligatures. Automatic case alignment is still kept in calt. So, you can now
    disable calt to disable only case alignment, and disable liga to only
    disable arrow ligatures.
  - Improvements to kerning, spacing and letterform details
  - Improved Microsoft Windows installation instructions #173

v3.7
@rsms rsms released this May 31, 2019 · 103 commits to master since this
release

  - Fixes an issue with spacing to the right of capital "M"
  - Improves positioning of various bullet glyphs
  - Improved kerning
  - new copyright glyph U+00A9
  - new published (aka sound recording copyright) glyph U+2117
  - new registered sign glyph U+00AE
  - release now contains installation instructions for Linux

v3.6
@rsms rsms released this May 27, 2019 · 123 commits to master since this
release

  - Fixes an issue related to ttfautohint where lower case "r" would be grid
    fitted incorrectly by ClearType on Microsoft Windows #119
  - Fixes an issue with using case and calt features in combination where arrow
    combinations like -> would not be substituted by arrow glyphs #161
  - Fixes an issue with rightArrow of bolder weights in italic #154
  - Adjusts the glyph width of "bullet" to be exactly two "space" glyphs wide,
    allowing easy ad-hoc list creation with wrapping lines
  - Improved kerning for a.1 (alternate single-storey "a")

v3.5
@rsms rsms released this Apr 2, 2019 · 139 commits to master since this release

This is a very small incremental change from v3.4 that mainly contains improved
metrics metadata for some macOS applications, improving vertical alignment.

v3.4
@rsms rsms released this Apr 1, 2019 · 144 commits to master since this release

Lots of changes in this release.

Highlights include:

  - Workaround for bug with some Apple software (including Sketch) where the
    computed line height of the Regular weight would be too tall
  - Several new symbol glyphs, especially in the technical area (e.g. computer
    keyboard symbols)
  - Single-storey a
  - Lots of improvements to diacritics

Some interesting commits since v3.3:

  - 9084323 slight increase of slant of /numbersign
  - e903526 remove slant from /degree
  - c130c69 misc documentation on variable font usage
  - 794662c fixes issues with calt substitution ignore rule
  - 1abaae4 fixes issue with shapes of a.1
  - aa2a3fe adds single-storey a
  - e605458 fix issue with x paths and adds blackstar U+2605, whitestar U+2606
  - ccc994e swap one <-> one.ss01
  - 3b9675e improvements to calt and arithmetic glyphs (e.g. plus, multiply,
    etc.)
  - 56e2c75 Swaps r.1 <-> r + rips out calt r.1 code + adds ss03 for "r curves
    into corund neighbors"
  - dddf6d2 Fixes kerning of pair /v/idotless -- closes #143
  - 1dbc8fd Change vertical metrics to make Apple ATS work properly. New
    ascender value: 2728, new descender value: -680
  - e1d8712 reworked commaaccent
  - fb79b9e Use vert metrics script to fix line heights issue #124 (#141)
  - 3488601 Adds 'Version ' prefix to nameID 5 version string, per MS OT spec (
    #140)
  - 70f3df7 Fixup STAT tables of single-axis variable fonts to aid desktop apps
    (style linking). Related to #142
  - 35a2362 Adds --name option to "fontbuild compile-var" for customizing
    family name, useful for producing variable font files with a different name
    than the constant files so they can be installed alongside each other.
    Closes #144
  - 20aaab6 Change version encoding in font files to match common zero-padded
    version to allow FontBakery to be happy. Closes #138
  - 1208ea9 adds returnsymbol U+23CE
  - 610b997 Adds several "technical" glyphs
  - a503c5a Adds glyphs leftHookArrow, upWhiteArrow, upBlackArrow, control,
    option, deleteleft, deleteright
  - 9f176ab improved placeofinterestsign U+2318
  - 0b8f63c Fix and improve paths (mostly order) of several glyphs
  - 6cf0980 redraws and adds paragraphreversed, blackleftbullet,
    blackrightbullet and .case versions
  - a1a1288 redrawn seagullsubnosp U+033C (also fixes bad paths)
  - 181ba19 fixes paths of uni0346 (COMBINING BRIDGE ABOVE)
  - 528f843 improvements to grave, acute, dblgrave and tonos diacritics
  - 6ef7b3e disable exporting of debug glyph uniE001
  - 162519e update panose metadata
  - 034a240 fixes missing "-BETA" filename suffix in the demo CSS file included
    with dists
  - a99328b Upgrade toolchain. glyphsLib 3.2.0b2 -> 3.2.0; fontmake 1.8.0 ->
    1.9.1
  - a0af904 workaround for bug in Safari where contextual sub in liga causes
    kerning to fail. Moves "r" ligature to calt to work around this bug.

v3.3
@rsms rsms released this Feb 4, 2019 · 203 commits to master since this release

Inter UI is now called simply Inter, without the "UI" part.

  - New name
  - Lots of diacritic improvements
  - Beta-grade light styles are now suffixed " BETA" to make it extra clear
    that these are in development
  - Many many changes; several new glyphs, lots of redrawn glyphs, lots of
    kerning improvements, etc.

v3.2
@rsms rsms released this Jan 4, 2019 · 276 commits to master since this release

  - Now includes lighter weights ([100–400); which are of beta quality and
    needs testing)
  - Lots of improvements to other weights (diacritics, glyph shapes, kerning,
    etc.)

This release is a big one in terms of source changes, adding up to 14,117
changed files with 714,886 additions and 259,287 deletions, since v3.1.

PDF glyph charts:

  - Inter-UI-Thin-BETA-glyphs.pdf
  - Inter-UI-ThinItalic-BETA-glyphs.pdf
  - Inter-UI-Regular-glyphs.pdf
  - Inter-UI-Italic-glyphs.pdf
  - Inter-UI-Black-glyphs.pdf
  - Inter-UI-BlackItalic-glyphs.pdf

(mef)

2019-12-13 14:32:38 UTC MAIN commitmail json YAML

doc: Updated wm/swc to 0.0.0.20191213

(nia)

2019-12-13 14:32:21 UTC MAIN commitmail json YAML

swc: Update to 0.0.0.20191213

This adds support for detecting and automatically setting the keyborad
layout on NetBSD based on wscons settings.

(nia)

2019-12-13 13:45:35 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel411 to 4.11.3nb1
Updated sysutils/xentools411 to 4.11.3

(bouyer)

2019-12-13 13:44:21 UTC MAIN commitmail json YAML

2019-12-13 13:06:54 UTC MAIN commitmail json YAML

Updated mail/dovecot2

(adam)

2019-12-13 13:06:11 UTC MAIN commitmail json YAML

dovecot2: updated to 2.3.9.1

2.3.9.1:
* CVE-2019-19722: Mails with group addresses in From or To fields caused
  crash in push notification drivers.

(adam)

2019-12-13 11:25:15 UTC MAIN commitmail json YAML

doc: Updated print/ghostscript-agpl to 9.50nb1

(leot)

2019-12-13 11:25:01 UTC MAIN commitmail json YAML

ghostscript-agpl: Really use graphics/lcms2

The bundled lcms2mt was still accidentally picked up making packages
linked against graphics/lcms2 aborting (e.g. ImageMagick) when handling
format that used ghostscript-agpl.

PKGREVISION++

(leot)

2019-12-13 11:23:13 UTC MAIN commitmail json YAML

Updated net/py-pyftpdlib, devel/py-test-randomly, filesystems/py-fs

(adam)

2019-12-13 11:22:51 UTC MAIN commitmail json YAML

py-fs: updated to 2.4.11

[2.4.11]:
Added
Added geturl for TarFS and ZipFS for 'fs' purpose. NoURL for 'download' purpose.
Added helpful root path in CreateFailed exception
Added Python 3.8 support

Fixed
Fixed tests leaving tmp files
Fixed typing issues
Fixed link namespace returning bytes
Fixed broken FSURL in windows
Fixed hidden exception at fs.close() when opening an absent zip/tar file URL
Fixed abstract class import from collections which would break on Python 3.8
Fixed incorrect imports of mock on Python 3
Removed some unused imports and unused requirements.txt file
Added mypy checks to Travis.
Fixed missing errno.ENOTSUP on PyPy.
Fixed bug in a decorator that would trigger an AttributeError when a class was created that implemented a deprecated method and had no docstring of its own.

Changed
Entire test suite has been migrated to pytest.
Style checking is now enforced using flake8; this involved some code cleanup such as removing unused imports.

[2.4.10]:
Fixed
Fixed broken WrapFS.movedir

[2.4.9]:
Fixed
Restored fs.path import
Fixed potential race condition in makedirs.
Added missing methods to WrapFS.

Changed
MemFS now immediately releases all memory it holds when close() is called, rather than when it gets garbage collected.
FTPFS now translates EOFError into RemoteConnectionError.
Added automatic close for filesystems that go out of scope.

[2.4.8]:
Changed
geturl will return URL with user/password if needed @zmej-serow

[2.4.7]:
Added
Flag to OSFS to disable env var expansion

[2.4.6]:
Added
Implemented geturl in FTPFS @zmej-serow

Fixed
Fixed FTP test suite when time is not UTC-0 @mrg0029
Fixed issues with paths in tarfs https://github.com/PyFilesystem/pyfilesystem2/issues/284

Changed
Dropped Python3.3 support

[2.4.5]:
Fixed
Restored deprecated setfile method with deprecation warning to change to writefile
Fixed exception when a tarfile contains a path called '.' https://github.com/PyFilesystem/pyfilesystem2/issues/275
Made TarFS directory loading lazy

Changed
Detect case insensitivity using by writing temp file

[2.4.4]:
Fixed
OSFS fail in nfs mounts

[2.4.3]:
Fixed
Fixed broken "case_insensitive" check
Fixed Windows test fails

[2.4.2]:
Fixed
Fixed exception when Python runs with -OO

[2.4.1]:
Fixed
Fixed hash method missing from WrapFS

[2.4.0]:
Added
Added exclude and filter_dirs arguments to walk

Micro-optimizations to walk
[2.3.1]:
Fixed
Add encoding check in OSFS.validatepath

[2.3.0]:
Fixed
IllegalBackReference had mangled error message

Added
FS.hash method

(adam)

2019-12-13 11:20:31 UTC MAIN commitmail json YAML

py-test-randomly: updated to 3.1.0

3.1.0:
Add plugins via entry points pytest_randomly.random_seeder to allow outside packages to register additional random generators to seed. This has added a dependency on the entrypoints package.

3.0.0:
Update Python support to 3.5-3.7, as 3.4 has reached its end of life.
Handle CollectErrors and ImportErrors during collection when accessing item.module.

(adam)

2019-12-13 11:19:42 UTC MAIN commitmail json YAML

py-pyftpdlib: updated to 1.5.5

Version: 1.5.5:
**Enhancements**
- colored test output.

**Bug fixes**
- CRLF line endings are replaced with CRCRLF in ASCII mode downloads.
- import error due to multiprocessing.Lock() bug.

(adam)

2019-12-13 10:43:08 UTC MAIN commitmail json YAML

doc: Updated x11/libXpm to 3.5.13

(wiz)

2019-12-13 10:42:37 UTC MAIN commitmail json YAML

libXpm: update to 3.5.13.

Lest we be accused that users have to wait many years to get fixes out,
let's quickly release the branch before the calendar turns over over again
so it's just some years. The actual fixes here are some found by static
analysers, and a build fix for Windows (which, curiously, is dated to 2012
so clearly we're at the top of the game here). Nothing overly exciting, but
covscan, parfait, etc. should be a bit happier now.

Alan Coopersmith (3):
      After fdopen(), use fclose() instead of close() in error path
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Benjamin Tissoires (1):
      parse: simplify error paths in xpmParseColors()

Dave Bodenstab (1):
      Windows build fixes

Emil Velikov (1):
      autogen.sh: use quoted string variables

Fabrice Fontaine (1):
      Allow usage when fork() is not available

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (3):
      autogen.sh: use exec instead of waiting for configure to finish
      parse: avoid memleak on error with STRLCAT/STRLCPY
      libXpm 3.5.13

(wiz)

2019-12-13 09:48:49 UTC MAIN commitmail json YAML

Added devel/py-backports.os; Updated sysutils/py-psutil

(adam)

2019-12-13 09:48:27 UTC MAIN commitmail json YAML

py-psutil: updated to 5.6.7

5.6.7
**Bug fixes**
- 1630_: [Windows] can't compile source distribution due to C syntax error.

5.6.6
**Bug fixes**
- 1179_: [Linux] Process cmdline() now takes into account misbehaving processes
  renaming the command line and using inappropriate chars to separate args.
- 1616_: use of Py_DECREF instead of Py_CLEAR will result in double free and
  segfault (CVE).
- 1619_: [OpenBSD] compilation fails due to C syntax error.

(adam)

2019-12-13 09:48:02 UTC MAIN commitmail json YAML

port this to arm64, and maybe fix the other ports in the
MachineStackMarker.cpp.  i didn't compile i386, arm or
mips with this, but it has a chance of working vs the
existing freebsd-derived patch.

XXX: someone extend this to all our CPUs, please.  i
    only fixed the existing maybe claimed support.

(mrg)

2019-12-13 09:40:06 UTC MAIN commitmail json YAML

py-backports.os: added version 0.1.1

This package provides backports of new features in Python's os module under the
backports namespace.

(adam)

2019-12-13 09:08:01 UTC MAIN commitmail json YAML

py-backports: simplify Makefile

(adam)

2019-12-13 07:44:06 UTC MAIN commitmail json YAML

2019-12-13 07:39:55 UTC MAIN commitmail json YAML

doc: Updated lang/go112 to 1.12.14

(bsiegert)

2019-12-13 07:39:33 UTC MAIN commitmail json YAML

Update go112 to 1.12.14.

go1.12.13 (released 2019/10/31) fixes an issue on macOS 10.15 Catalina where
the non-notarized installer and binaries were being rejected by Gatekeeper.
Only macOS users who hit this issue need to update.

go1.12.14 (released 2019/12/04) includes a fix to the runtime. See the Go
1.12.14 milestone on our issue tracker for details.

(bsiegert)

2019-12-13 06:26:07 UTC MAIN commitmail json YAML

2019-12-13 01:39:33 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 19.3.17

(rillig)

2019-12-13 01:39:24 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 19.3.17

Changes since 19.3.16:

Pkglint now handles SUBST blocks correctly, even those in which some of
the variables are defined conditionally. It correctly reports those that
are missing in at least one of the possible branches.

PKG_JVM is no longer marked as deprecated. It was once package-settable.
Since 2002 it is system-provided, and the package-settable counterpart
is PKG_JVM_DEFAULT. This does not fit into pkglint's simple model of
deprecating variables since the variable name is still valid, it should
just not be defined by packages anymore.

The alignment of variable assignments has been fixed in some edge cases.
In continuation lines where the backslash is beyond column 72, the
whitespace before the continuation backslash is fixed to a single space.

(rillig)

2019-12-13 00:47:24 UTC MAIN commitmail json YAML

guile22: add another SunOS build fix

Some SunOS variants provide an older version of (default path) sed that
doesn't support the -i option. (My previous build fix had completed
successfully on OmniOS, on which /usr/bin/sed is the FreeBSD variant,
which does support -i.) For simplicity's sake, just require gsed.

(gutteridge)

2019-12-12 20:57:06 UTC MAIN commitmail json YAML

doc: Updated lang/yabasic to 2.86.2

(fcambus)

2019-12-12 20:56:53 UTC MAIN commitmail json YAML

yabasic: update to 2.86.2.

This fixes CVE-2019-19720.

Notable changes:

- Add dependency on devel/libffi
- Reset MAINTAINER, email address does not exist anymore
- Update LICENSE, Yabasic is now MIT licensed since version 2.77.1

ChangeLog:

Version 2.86.2 (December 12, 2019)
  - Another fix for heap-buffer-offerflow found with address sanitizer

Version 2.86.1 (December 8, 2019)
  - Fix for heap-buffer-offerflow

Version 2.86.0 (November 28, 2019)
  - Added new functions bitnot
  - Fixes for bit-arithmetic (signes/unsigned)

Version 2.85.0 (November 16, 2019)
  - Added new functions shl, shr and round
  - Introduced binary literals preceeded by 0b
  - Fixes for hex literals
  - The error-command no longer adds a line number

Version 2.84.3 (November 3, 2019)
  - Better debugging for library path
  - Clean builds for Windows setup-program

Version 2.84.2 (October 6, 2019)
  - Fixed some potential stackoverflows
  - Removed empty dir related with nano
  - Tests with tmux only within the Rakefile

Version 2.84.1 (July 20, 2019)
  - Make unload_library after call the default for foreign_functions
  - Fixes to docu
  - Requiring libffi for build (unless specified other by configure-option)
  - explicit error no longer unwinds call-stack

Version 2.84.0 (July 12, 2019)
  - New command foreign_buffer_set_buffer

Version 2.83.3 (June 30, 2019)
  - Documentation

Version 2.83.2 (June 30, 2019)
  - Allow specifying null-pointer for foreign functions

Version 2.83.1 (June 26, 2019)
  - Fix for line-numbers in errors after import
  - Updating the manual

Version 2.83.0 (April 29, 2019)
  - Unix: Added a syntax-file for the nano-editor;
    contributed by Stephan Muesse
  - Made parentheses around condition in while and until optional
  - Better error messages on misaligned control structures
  - New family of functions and commands foreign_* to invoke functions
    from external c-libraries
  - Fixes for line-numbers in error messages
  - Revised and updated the documentation

Version 2.82.1 (March 11, 2019)
  - Allowing comments after import statement
  - Fixes regarding error messages

Version 2.82.0 (February 17, 2019)
  - Advanced version of autoconf and other tools
  - Fix in tests
  - Fixed nested import of libraries
  - Libraries can now be found in the directory of the main file too
  - Error messages try to show and mark the offending part of the code
  - Hexadecimal numerical literals are supported, e.g. print 0xff

Version 2.81.4 (January 27, 2019)
  - Fixed error with inkey$ and clear screen
  - Fixed fatal error with inkey$ and upper case letters

Version 2.81.3 (January 13, 2019)
  - Fixed a compile-problem on macos
  - Corrected a rendering problem on www.yabasic.de, which had cut off the
    bottom-lines of many pages

Version 2.81.2 (January 2, 2019)
  - Fixed a problem under netbsd, which prevented yabasic from finding
    its own executable
  - Fix on macos for curses-initialization e.g. during "clear screen"
  - Fix that allows libraries to start with a comment introduced by
    a hash or a single quote
  - Made the prior "Guide into the guts" available again as "Some
    remarks on changing Yabasic"; see www.yabasic.de
  - Document options for unix and windows in the same chapter

Version 2.81.1 (November 1, 2018)
  - Fix: Allow yabasic to run from within a script

Version 2.81.0 (October 27, 2018)
  - New function chomp$
  - Added new peek "interpreter_path"
  - Fixed a sporadic issue with bound programs

Version 2.80.0 (September 8, 2018)
  - Added functions floor() and ceil()
  - Checking for function clock_gettime during configure

(fcambus)

2019-12-12 20:28:55 UTC MAIN commitmail json YAML

atheme: Avoid requiring git to generate a header file.

(nia)

2019-12-12 20:19:09 UTC MAIN commitmail json YAML

doc: Updated fonts/spleen to 1.6.0

(fcambus)

2019-12-12 20:17:59 UTC MAIN commitmail json YAML

spleen: update to 1.6.0.

Spleen 1.6.0 (2019-12-02)

- Make it clear that .dfont files are provided in release tarballs
- Initial SFD version converted from the 8x16 BDF file
- Add a 'otf' target in the Makefile to generate an OTF version
- Mention the OTF version in the README, in notes for Windows users

(fcambus)

2019-12-12 20:00:22 UTC MAIN commitmail json YAML

doc: Updated textproc/lowdown to 0.4.6

(fcambus)

2019-12-12 20:00:08 UTC MAIN commitmail json YAML

lowdown: update to 0.4.6.

ChangeLog:

lowdown 0.4.6:

- Make sure stdint is everywhere.

lowdown 0.4.5:

- Use BSD.lv's mandoc.css.
- Use BSD.lv's style and clean up.
- Newest sblg.
- Add stdint.

lowdown 0.4.4:

- Use Makefile.configure's macros.
- Bring up to speed w/other bsd.lv sites.
- Newest oconfigure.
- Document list-start for commonmark.
- All outputs process start list item for commonmark.
- Capture list start iff commonmark.

lowdown 0.4.3:

- Add atom version feed.
- Use new oconfigure.
- Bound reading into the value buffer.

lowdown 0.4.2:

- Document maths.
- Remove MATHEXP ("mathexp") facility.
- Disable MATHEXP mode. This offers nothing, but ends up complicating
  the user experience. Stick with only one "math mode" and document it
  properly.
- Have math blocks reported in -Ttree and accumulate the content in a
  text node.
- Begin incorporating better math mode.
- Fix pdfhref links in lists.
- In nroff mode, stretch table to fit width and embolden header.
- Add table documentation.
- Typo found by Anton Lindqvist.

(fcambus)

2019-12-12 16:46:52 UTC MAIN commitmail json YAML

doc: Added chat/telepathy-qt5 version 0.9.8

(nros)

2019-12-12 16:44:54 UTC MAIN commitmail json YAML

2019-12-12 16:24:31 UTC MAIN commitmail json YAML

doc: update munin

+ munin-common-2.0.52, munin-master-2.0.52, munin-node-2.0.52.

(taca)

2019-12-12 16:24:22 UTC MAIN commitmail json YAML

mpc: Make sure sphinx actually gets installed

(nia)

2019-12-12 16:23:31 UTC MAIN commitmail json YAML

doc: Removed textproc/ruby-builder30

(taca)

2019-12-12 16:23:11 UTC MAIN commitmail json YAML

textproc/ruby-builder30: remove pacakge

Remove ruby-builder30 package since it was kept for Ruby on Rails 3.
rails3 related packages had already gone.

(taca)

2019-12-12 16:21:38 UTC MAIN commitmail json YAML

textproc/Makefile: remove ruby-builder30

(taca)

2019-12-12 16:19:48 UTC MAIN commitmail json YAML

ardour: Needs itstool

(nia)

2019-12-12 15:53:02 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgin to 0.14.0

(jperkin)

2019-12-12 15:52:53 UTC MAIN commitmail json YAML

pkgin: Update to 0.14.0.

## Version 0.14.0 (2019-12-12)

* Ensure reverse dependencies are considered when a "pkgin install" triggers
  an upgrade of a local package, avoiding potentially nasty bugs.
* Minor performance improvement.

(jperkin)

2019-12-12 15:35:16 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rouge to 3.14.0

(fcambus)

2019-12-12 15:35:04 UTC MAIN commitmail json YAML

ruby-rouge: update to 3.14.0.

ChangeLog:

3.14.0

This release includes fixes for the JSONDOC, Liquid, Magik and TOML
lexers as well as the addition of the NES Assembly and Slice lexers.

3.13.0

This release includes a fix for the BPF lexer and the Q lexer and
the addition of the TTCN-3 lexer.

3.12.0

This release includes a handful of fixes (one for the Embedded
Elixir lexer and a couple for Rouge itself) and the addition of the
Minizinc lexer.

3.11.1

This is a small update that provides a fix for the Perl lexer.

3.11.0

This release includes some fixes for existing lexers and support
for three new languages.

3.10.0

This release includes a couple of fixes and support for five new
languages.

3.9.0

This release includes fixes for a number of lexers and support for
three new languages.

3.8.0

This release includes continued improvements to the library, fixes
for a number of lexers and support for seven new languages.

3.7.0

This release includes continued improvements to the library, fixes
for a number of lexers and support for eight new languages.

3.6.0

This release includes continued improvements to the library, fixes
for a number of lexers and窶罵ike v3.5.0窶敗upport for three new
languages.

3.5.1

This release fixes a bug in the PowerShell lexer that was affecting
some users.

3.5.0

This release includes continued improvements to the library, fixes
for a number of lexers and support for three new languages.

3.4.1

Version 3.4.0 mistakenly included a breaking change. For some
consumers of the library, this could cause Rouge to crash. This
release reverts the behaviour to be consistent with version 3.3.0.

3.4.0

We are sorry to say that v3.4.0 contains a breaking change that can
cause Rouge to crash for some users. Please use v3.4.1 instead.

(fcambus)

2019-12-12 14:48:43 UTC MAIN commitmail json YAML

wld: bump libdrm requirement

(nia)

2019-12-12 14:47:02 UTC MAIN commitmail json YAML

swc: make an estimation of the libdrm requirement

(nia)

2019-12-12 14:35:55 UTC MAIN commitmail json YAML

mupdf: Fix pressing ` ' (space) on second to last page

When ` ' (space) was pressed on second to last page it did not advanced to the
next page as it should.

PKGREVISION++

(leot)

2019-12-12 14:27:17 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.9.6.

(he)

2019-12-12 14:26:38 UTC MAIN commitmail json YAML

Update unbound to version 1.9.6

Pkgsrc changes:
* Remove now integrated patch.

Upstream changes:

This release contains a number of security related fixes, contributed by
X41 D-Sec. They have conducted a security audit of Unbound, funded by
OSTIF. The previous CVEs fixed in 1.9.4 and 1.9.5 were the most
important ones, less important fixes and side findings for more robust
code have been included in this release, alongside a normal number of
bug fixes.

The sort order for included config snippets is now ascending by name, it
previously was reversed due to an oversight.  Most config snippets do
not depend on the order as they add a stub or forward zone or some
server: section config entries.

Features:
- The unbound.conf includes are sorted ascending, for include
  statements with a '*' from glob.
- drop-tld.diff in contrib/ : adds option drop-tld: yesno that drops 2 label
  queries, to stop random floods.  Apply with
  patch -p1 < contrib/drop-tld.diff and compile.
  From Saksham Manchanda (Secure64).  Please note that we think this
  will drop DNSKEY and DS lookups for tlds and hence break DNSSEC
  lookups for downstream clients.
- Add new configure option `--enable-fully-static` to enable full static
  build if requested; in relation to #91.
- Add make distclean that removes everything configure produced,
  and make maintainer-clean that removes bison and flex output.
- unbound-fuzzers.tar.bz2 in contrib/ : three programs for fuzzing, that
  are 1:1 replacements for unbound-fuzzme.c that gets created after applying
  the contrib/unbound-fuzzme.patch.  They are contributed by
  Eric Sesterhenn from X41 D-Sec.

Bug Fixes:
- Fix that pkg-config is setup before --enable-systemd needs it.
- Fix contrib/fastrpz.patch asprintf return value checks.
- ipset module #28: log that an address is added, when verbosity high.
- ipset: refactor long routine into three smaller ones.
- updated Makefile dependencies.
- squelch DNS over TLS errors 'ssl handshake failed crypto error'
  on low verbosity, they show on verbosity 3 (query details), because
  there is a high volume and the operator cannot do anything for the
  remote failure.  Specifically filters the high volume errors.
- Fix #71: fix openssl error squelch commit compilation error.
- Fix #72: configure --with-syslog-facility=LOCAL0-7 with default
  LOG_DAEMON (as before) can set the syslog facility that the server
  uses to log messages.
- Use explicit bzero for wiping clear buffer of hash in cachedb,
  reported by Eric Sesterhenn from X41 D-Sec.
- Fix #78: Memory leak in outside_network.c.
- Merge pull request #76 from Maryse47: Improvements and fixes for
  systemd unbound.service.
- oss-fuzz badge on README.md.
- Fix fix for #78 to also free service callback struct.
- Fix for oss-fuzz build warning.
- Fix wrong response ttl for prepended short CNAME ttls, this would
  create a wrong zero_ttl response count with serve-expired enabled.
- Merge #80 from stasic: Improve wording in man page.
- Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW
  in unbound.service.
- Merge #81 from Maryse47: Consistently use /dev/urandom instead
  of /dev/random in scripts and docs.
- Merge #83 from Maryse47: contrib/unbound.service.in: do not fork
  into the background.
- Merge #85 for #84 from sam-lunt: Add kill capability to systemd
  service file to fix that systemctl reload fails.
- Merge #87 from hardfalcon: Fix contrib/unbound.service.in,
  Drop CAP_KILL, use + prefix for ExecReload= instead.
- Merge #90 from vcunat: fix build with nettle-3.5.
- Fix for CVE-2019-16866.  That fix is also in 1.9.4.
- Merge #86 from psquarejho: Added -b source address option to
  smallapp/unbound-anchor.c, from Lukas Wunner.
- Add doxygen comments to unbound-anchor source address code, in #86.
- Merge #97: manpage: Add missing word on unbound.conf,
  from Erethon.
- Fix #99: Memory leak in ub_ctx (event_base will never be freed).
- Fix #109: check number of arguments for stdin-pipes in
  unbound-control and fail if too many arguments.
- Merge #102 from jrtc27: Add getentropy emulation for FreeBSD.
- iana portlist updated.
- contrib/fastrpz.patch updated to apply for current code.
- fixes for splint cleanliness, long vs int in SSL set_mode.
- In unbound-host use separate variable for get_option to please
  code checkers.
- update to bison output of 3.4.1 in code repository.
- Provide a prototype for compat malloc to remove compile warning.
- Portable grep usage for reuseport configure test.
- Check return type of HMAC_Init_ex for openssl 0.9.8.
- gitignore .source tempfile used for compatible make.
- Fix for CVE-2019-18934, shell execution in ipsecmod.  This fix is also
  in 1.9.5.
- Fix authzone printout buffer length check.
- Fixes to please lint checks.
- Fix Integer Overflow in Regional Allocator,
  reported by X41 D-Sec.
- Fix Unchecked NULL Pointer in dns64_inform_super()
  and ipsecmod_new(), reported by X41 D-Sec.
- Fix Out-of-bounds Read in rr_comment_dnskey(),
  reported by X41 D-Sec.
- Fix Integer Overflows in Size Calculations,
  reported by X41 D-Sec.
- Fix Integer Overflow to Buffer Overflow in
  sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec.
- Fix Out of Bounds Read in sldns_str2wire_dname(),
  reported by X41 D-Sec.
- Fix Out of Bounds Write in sldns_bget_token_par(),
  reported by X41 D-Sec.
- Fix Out of Bounds Read in rrinternal_get_owner(),
  reported by X41 D-Sec.
- Fix Race Condition in autr_tp_create(),
  reported by X41 D-Sec.
- Fix Shared Memory World Writeable,
  reported by X41 D-Sec.
- Adjust unbound-control to make stats_shm a read only operation.
- Fix Weak Entropy Used For Nettle,
  reported by X41 D-Sec.
- Fix Randomness Error not Handled Properly,
  reported by X41 D-Sec.
- Fix Out-of-Bounds Read in dname_valid(),
  reported by X41 D-Sec.
- Fix Config Injection in create_unbound_ad_servers.sh,
  reported by X41 D-Sec.
- Fix Local Memory Leak in cachedb_init(),
  reported by X41 D-Sec.
- Fix Integer Underflow in Regional Allocator,
  reported by X41 D-Sec.
- Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD.
- Synchronize compat/getentropy_win.c with version 1.5 from
  OpenBSD, no changes but makes the file, comments, identical.
- Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD.
- Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD.
- Changes to compat/getentropy files for,
  no link to openssl if using nettle, and hence config.h for
  HAVE_NETTLE variable.
  compat definition of MAP_ANON, for older systems.
  ifdef stdint.h inclusion for older systems.
  ifdef sha2.h inclusion for older systems.
- Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec.
- Fix compile with --enable-alloc-checks, reported by X41 D-Sec.
- Fix Terminating Quotes not Written, reported by X41 D-Sec.
- Fix Useless memset() in validator, reported by X41 D-Sec.
- Fix Unrequired Checks, reported by X41 D-Sec.
- Fix Enum Name not Used, reported by X41 D-Sec.
- Fix NULL Pointer Dereference via Control Port,
  reported by X41 D-Sec.
- Fix Bad Randomness in Seed, reported by X41 D-Sec.
- Fix python examples/calc.py for eval, reported by X41 D-Sec.
- Fix comments for doxygen in dns64.
- Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec.
- Fix compiler warnings.
- Merge pull request #122 from he32: In tcp_callback_writer(),
  don't disable time-out when changing to read.
- Merge pull request #124 from rmetrich: Changed log lock
  from 'quick' to 'basic' because this is an I/O lock.
- Fix text around serial arithmatic used for RRSIG times to refer
  to correct RFC number.
- Fix Assert Causing DoS in synth_cname(),
  reported by X41 D-Sec.
- Fix similar code in auth_zone synth cname to add the extra checks.
- Fix Assert Causing DoS in dname_pkt_copy(),
  reported by X41 D-Sec.
- Fix OOB Read in sldns_wire2str_dname_scan(),
  reported by X41 D-Sec.
- Fix Out of Bounds Write in sldns_str2wire_str_buf(),
  reported by X41 D-Sec.
- Fix Out of Bounds Write in sldns_b64_pton(),
  fixed by check in sldns_str2wire_int16_data_buf(),
  reported by X41 D-Sec.
- Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
  reported by X41 D-Sec.
- Fix Out of Bound Write Compressed Names in rdata_copy(),
  reported by X41 D-Sec.
- Fix Hang in sldns_wire2str_pkt_scan(),
  reported by X41 D-Sec.
  This further lowers the max to 256.
- Fix snprintf() supports the n-specifier,
  reported by X41 D-Sec.
- Fix Bad Indentation, in dnscrypt.c,
  reported by X41 D-Sec.
- Fix Client NONCE Generation used for Server NONCE,
  reported by X41 D-Sec.
- Fix compile error in dnscrypt.
- Fix _vfixed not Used, removed from sbuffer code,
  reported by X41 D-Sec.
- Fix Hardcoded Constant, reported by X41 D-Sec.
- make depend
- Fix lock type for memory purify log lock deletion.
- Fix testbound for alloccheck runs, memory purify and lock checks.
- update contrib/fastrpz.patch to apply more cleanly.
- Fix Make Test Fails when Configured With --enable-alloc-nonregional,
  reported by X41 D-Sec.
- Fix ipsecmod compile
- Fix Makefile.in for ipset module compile, from Adi Prasaja.

(he)

2019-12-12 14:16:03 UTC MAIN commitmail json YAML

doc: Updated print/evince3 to 3.34.2

(leot)

2019-12-12 14:15:50 UTC MAIN commitmail json YAML

evince3: Update to 3.34.2

pkgsrc changes:
- Add a dependency to pkgsrc gettext-tools due `msgfmt --desktop' usage

Changes:
Evince    3.34.2
================

libview:
  * Fix crash on DnD (#1246, Marek Kasik)
  * Don't enable popup actions on page change (#1168, Jason Crain)

Developers:
  * Jason Crain, Marek Kasik

Translations

Evince    3.34.1
================

accessibility:
  * Fix erroneous cast (#54, Samuel Thibault)
  * Initialize private fields (#54, Samuel Thibault)

build:
  * Distribute meson build files when using autotools (#1262, Germán Poo-Caamaño)

flatpak:
  * Update dependency versions (Germán Poo-Caamaño)

i18n:
  * Fix typo in Ukrainian translation for Download (Ih0rko)

icon:
  * create a nightly app icon (#12, Jakub Steiner)
  * Fix logo in README and add flatpak button (Roger)

shell:
  * ignore higher mouse buttons on links (#1152, Jason Crain)
  * fix slow scrolling on last pages of big pdf's (#700, Nelson Benítez León)

Developers:
  * Germán Poo-Caamaño, Ih0rko, Jakub Steiner, Jason Crain, Nelson Benítez León, Roger, Samuel Thibault

Translations

Evince    3.34.0
================

AppData:
  * Add release information to AppData (Mika Väinölä, Germán Poo-Caamaño)

backend:
  * fix swapped y-coordinates when adding annotations (#1008, Casey Jao)
  * casefold search text in case insensitive search (#1212, Jason Crain)
  * Fix warning if page cannot be rendered (Bastien Nocera)
  * check for Poppler 0.76.0 for ignoreDiacritics feature (#1179, Nelson Benítez León)
  * Handle failure from TIFFReadRGBAImageOriented (#1129, Jason Crain)

build:
  * Bump required glib version to 2.38.0 (Jason Crain)
  * Bump requirement of meson version (Germán Poo-Caamaño)
  * Include "evince" in .desktop keywords (#1706, #2749, Felipe Borges)
  * Disable gtk-doc when building flatpak package (Germán Poo-Caamaño)
  * build gtk-doc by default on meson (Germán Poo-Caamaño)
  * Fix GtkDoc documentation generation (Iñigo Martínez)

flatpak:
  * Disable unnecessary poppler options (Jason Crain)
  * Update libgxps to version 0.3.1 (Jason Crain)
  * Update poppler to 0.79.0 (Jason Crain)
  * Use https for poppler-data url (Jason Crain)
  * add gnome-desktop dependency (Jason Crain)
  * disable evince's thumbnailer (Jason Crain)
  * disable introspection and gtk-doc (Abderrahim Kitouni)
  * disable unnecessary libgxps files (Jason Crain)
  * remove enchant2 module (Jason Crain)
  * remove openjpeg module (Jason Crain)

help:
  * Dropdown in Print dialog is called 'Two-sided', not 'Two-side' (Andre Klapper)
  * Fix meson build with shell disabled (Bastien Nocera)
  * No more 'File > Print' menu in 3.32 (Andre Klapper)
  * Stop translating screenshots with no text (Piotr Drąg)
  * Synchronize repetitive strings. Less work for translators. (Andre Klapper)
  * Synchronize repetitive strings. Less work for translators. (Andre Klapper)
  * Synchronize repetitive strings. Less work for translators. (Andre Klapper)
  * Update annotation screenshot to not contain any text (Andre Klapper)
  * Update localized print-select screenshots (Andre Klapper)
  * Update localized reverse-collate screenshots (Andre Klapper)
  * Update zoom dropdown screenshot to not include localizable content (Andre Klapper)
  * Update German screen-shots (Christian Kirbach)
  * Remove numerous ancient outdated localized screenshots (Andre Klapper)

libdocument and shell:
  * Add transfer annotation for ev_document_get_info (#1125, Dylan McCall)
  * Remove use of deprecated g_type_class_add_private function (#1023, Jason Crain)
  * fix get_backend_info_for_mime_type for macOS and Windows (Tom Schoonjans)
  * disconnect notify::document signal in finalize (#789, Jason Crain)
  * fix adding annotations from dbl/tpl click selections (#1119, Nelson Benítez León)
  * disable "annotate-selected-text" action (#1218, Nelson Benítez León)
  * prevent NULL metadata being passed (#1120, Nelson Benítez León)
  * Removing ellipsis property. (#1135, Veerasamy Sevagen)
  * Schedule the window destroy in case of events waiting (Casey)
  * don't start render job until realized (#1177, Jason Crain)
  *  prevent multiple fullscreen toolbar timeouts (#787, Jason Crain)
  *  remember unmaximized window size (Jason Crain)
  *  fix popup (Jason Crain)
  *  protect against NULL var reaching strcmp() (#1113, Nelson Benítez León)

snap:
  *  Update yaml to use GNOME extensions (Heather Ellsworth)
  *  Updated to build with meson (Ken VanDine)
  *  Updated to build with meson (Ken VanDine)
  *  Updated to use core18 and newer GNOME platform (Ken VanDine)

unarr:
  * Disable debug output (Bastien Nocera)
  * Update LZMA SDK (Bastien Nocera)

Developers:
  * Abderrahim Kitouni, Andre Klapper, Bastien Nocera, Casey, Casey
    Jao, Christian Kirbach, Christian Persch, Dylan McCall, Felipe
    Borges, Germán Poo-Caamaño, Heather Ellsworth, Iñigo Martínez, Jason
    Crain, Ken VanDine, Mika Väinölä, Nelson Benítez León, Piotr Drąg,
    Tom Schoonjans, Veerasamy Sevagen

Translations

Evince    3.31.90
=================

  * Fix typo's spotted for max-scale and min-scale (Nelson Benítez León)
  * remove '.flat' style from PDF forms GtkEntry's (#687, Nelson Benítez León)
  * set MIN_SCALE back to previous low value (#702, Nelson Benítez León)
  * Revert removal of browser-plugin support" (Germán Poo-Caamaño)
  *  update app icon (#2, Jakub Steiner)

help:
  *  No more View menu (Andre Klapper)
  *  Replace title bar with header bar (Andre Klapper)

pdf backend:
  *  Ignore diacritics when searching text (#58, #637, Nelson Benítez León)

unarr:
  *  Update LZMA SDK (Bastien Nocera)

Developers:
  * Andre Klapper, Bastien Nocera, Germán Poo-Caamaño, Jakub Steiner, Nelson Benítez León

Translations

Evince    3.31.4
================

General:
* Fix build when compiled without dbus (#1055, Jasper Lievisse Adriaanse)
* Fix reference to Bugzilla by Gitlab URL in DOAP file (Andre Klapper)

Sidebar::
  *  Display a first blank thumbnail (#30, Nelson Benítez León)
  *  Remove GtkTreeView implementation for thumbnails (Germán Poo-Caamaño)

Developers:
  * Andre Klapper, Germán Poo-Caamaño, Jasper Lievisse Adriaanse, Nelson Benítez León

Translations

Evince    3.31.3
================

UI:
  *  fix criticals in tree view mode (#1042, Nelson Benítez León)
  *  fix ComboBoxText user selected item's logic (#294, Nelson Benítez León)

help:
  *  Search uses icon instead of text for zero matches (Andre Klapper)
  *  Update printer debugging to 3.30 Control Center UI (Andre Klapper)

Developers (in alphabetical order by name):
  * Andre Klapper, Nelson Benítez León

Translations

Evince    3.31.2
================

ci:
  *  Add flatpak that can build on master and MR (#1, #995, Germán Poo-Caamaño)
  *  Fix type in exception for stop-deploy target (Germán Poo-Caamaño)
  *  Make flatpak-meson target the only flatpak build (Germán Poo-Caamaño)

UI:
  *  Fix appearance of editable GtkComboBox in PDF form (#1002, #1422, Nelson Benítez León)
  *  Handle adjustment change during drag event (Jason Crain)
  *  Set propergravity on popup menu in search box (Germán Poo-Caamaño)
  *  Fix default icon name in evince-previewer (Germán Poo-Caamaño)
  *  Use GtkHeaderBar in print preview (#405, Germán Poo-Caamaño)
  *  Beautify placeholder text for password locked documents (Germán Poo-Caamaño)
  *  Remove App menu (#4, #624, #994, Germán Poo-Caamaño)
  *  Use monitor instead of screen to determine window size (#757, Germán Poo-Caamaño)
  *  Close auto-expanded rows and remember state (#85, Nelson Benítez León)
  *  Provide a visual cue when find is unsupported (#105, Germán Poo-Caamaño)
  *  Add symbolic to show a layer when is visible (Germán Poo-Caamaño)
  *  Use the info bar close button instead of a custom one (Germán Poo-Caamaño)
  *  Add icons for squiggly and text annotations (Germán Poo-Caamaño)

flatpak:
  *  Add support for XPS files (Germán Poo-Caamaño)
  *  Fix reproducibility on webp-pixbuf-loader (Germán Poo-Caamaño)
  *  Set meson as default build system (Germán Poo-Caamaño)

misc:
  *  Remove EvPageAction widget (Germán Poo-Caamaño)

general (Germán Poo-Caamaño):
  *  Code cleanup:
    * Remove unused variables
    * Replace deprecated symbols
    * Sync cut-n-paste code
    * Fix dependencies
    * Sync overwrite dialog against GtkFileChooserWidget

Developers (in alphabetical order by name):
  * Germán Poo-Caamaño, Jason Crain, John Beard, Jordan Petridis,
    Nelson Benítez León, Piotr Drąg

Translations

Evince    3.31.1
================

Printing:
* Fix messages to show printed file name when it contains '&' in the name (#776, Nelson Benítez León)

libdocument:
* Fix handling of mime-type aiases (#972, Bastien Nocera)
* Fix regression, open gzipped documents (#988, Christian Persch)

Backends:
* comics: Use official IANA type for .cbr (#972, Frank Dana)
* djvu: Ignore text regions that are missing text (Jason Crain)

UI:
* Fix Dual odd-left state (#603, Nelson Benítez León)
* Fix regression, set to odd-left in dual mode when document has only 2 pages (#669, Nelson Benítez León)
* Fix cursor movement when logical and visual line differs (#889, Colomban Wendling)
* Fix zoom-action to respond touch events (#976, Jason Crain)
* shell: Don't reference systemd service (Bastien Nocera)

Browser plugin:
* browser-plugin: Remove browser-plugin support (#968, Germán Poo-Caamaño)

Build:
* Migrate from Intltool to Gettext (Iñigo Martínez)
* Port to Meson build system (Iñigo Martínez)
* Print systemd unit installation status (Bastien Nocera)
* Fix meson build when ps and dvi are disabled (Jason Crain)
* Add manual pipeline to build gtk-doc using meson (Germán Poo-Caamaño)
* Run flatpak CI only for master (Germán Poo-Caamaño)
* Add a new manual meson target for CI (Germán Poo-Caamaño)
* Fix D-Bus Daemon call on flatpak (#990, Bastien Nocera, Germán Poo-Caamaño)

UI translations

Doc translations

Evince    3.30.0
================

Highlights:

For this releases we focused on making the user experience simpler:
we unified the menues, removed redundancies. made explicit actions,
enabled shortcuts for most of the features available, and documented
them to avoid easter eggs. In this release, we also include snap and
flatpack packages, to make testing and contribute Evince simpler.
There will be more user interface changes in the next release, but those
should be minimal in comparison with this one.

Bugfixes:

  * Disable PostScript backend by default (#967, Germán Poo-Caamaño)
  * Disable build of broswer-plugin by default (#968, Germán Poo-Caamaño)
  * Use synctex system library if available (#479, Germán Poo-Caamaño)
  * Correctly process rectangles whose points are not in the right order (#736688, José Aliste)
  * Expand sentence to facilitate localization (#295, Germán Poo-Caamaño)
  * Add support for PDF/X and additional xmp metadata (#93, Evangelos Rigas)
  * Add support for xmp metadata outside x:xmpmeta element (#771, Evangelos Rigas)
  * escape html entities in pango markup (#776, Nelson Benítez León)
  * Add instructions on how to update LZMA SDK (#794327, Bastien Nocera)
  * Update LZMA SDK (#794327, Bastien Nocera)
  * Make metadata dual licensed (#775, Germán Poo-Caamaño)
  * Do not add more license unconditionally (#780, Germán Poo-Caamaño)
  * Annotate functions that wrap vfprintf (#562, Germán Poo-Caamaño)
  * Update from version 1.18 to 1.21 (#878, Germán Poo-Caamaño)
  * Reword to not depend on a TeXlive package name (#461, Germán Poo-Caamaño)
  * document shortcuts to navigate the history (#858, Germán Poo-Caamaño)
  * libdocument: Add missing indices (Christian Persch)
  * libview: Add missing indices and functions (Christian Persch)
  * Add API to get the selected text (#794538, Will Hawkins)
  * Add inline spell check for annotations (#772622, Will Hawkins)
  * Document is-loading property (#693864, Germán Poo-Caamaño)
  * Make sync-source signal introspectable (#694687, Hannes Ovrén)
  * Reset `pressed_button` when starting Drag and Drop (#754, Jason Crain)
  * Set minimum for Page Forward/Backward scrolling (#692, Jason Crain)
  * fix transformation functions to document coordinates. (#914, Juan Pablo Ugarte)
  * avoid getting pointer position from vertical scroll callback (#793401, Cosimo Cecchi)
  * do scroll only on one axis at a time. (#866, Nelson Benítez León)
  * ignore unintended motion events while launching synctex (#951, Nelson Benítez León)
  * Emit "updated" signal at end of search (#917, Jason Crain)
  * Enable popover menu in EvPageActionWidget (#564, Germán Poo-Caamaño)
  * Let the buttons in search bar get focus (#216, Germán Poo-Caamaño)
  * Addshortcut to add text annotation (#635, #758329, Felipe Borges)
  * Add 'toggle continuous' shortcut to help overlay (#820, Oisín)
  * Add shortcut to add highlight annotations (#635, #758329, Felipe Borges)
  * Add missed shortcut keys in help overlay (#786, #890, Yi-Soo An)
  * Add separator for annotation items in menu (#752, Camille Moulin)
  * Add shortcut for default zoom (1:1) (#19, Germán Poo-Caamaño)
  * Add shortcut to delete bookmarks (#478, Germán Poo-Caamaño)
  * Change icon for menus in buttons (#941, Germán Poo-Caamaño)
  * Change to a more representative icon for annotations (#928, Germán Poo-Caamaño)
  * Disconnect bookmarks signal on toolbar dispose (#920, Jason Crain)
  * Do not expose spellchecking option in the UI (#922, Germán Poo-Caamaño)
  * Fix DnD support for attachments (#683316, Germán Poo-Caamaño)
  * Fix crash in ev_media_player_keys_grab_keys (#1359507, #795978, Marek Kasik)
  * Fix gresource location in recent view (#670, Germán Poo-Caamaño)
  * Fix regression on Ctrl+PageUp/PageDown shortcuts (#699, Germán Poo-Caamaño)
  * Fix regression on F3 shortcut (#595, Germán Poo-Caamaño)
  * Make the space between buttons consistent (#929, Germán Poo-Caamaño)
  * Make the title RTL compliant (#486, Germán Poo-Caamaño)
  * Menu reorganization (#475, Germán Poo-Caamaño)
  * Move 'Open...' file from document to application (#514, #524, Germán Poo-Caamaño)
  * Only propagate key press with control on presentation (#821, Jonas Hahnfeld)
  * Remove duplicate and conflictive mnemonics (#770, #938, Germán Poo-Caamaño)
  * Set application-id (#646985, #918, Marek Kasik)
  * Set the path to filename as a tooltip in the headerbar (#214, Germán Poo-Caamaño)
  * Show description of attachments in sidebar (#166, Fernando Herrera)
  * Use "user-bookmarks" instead of "bookmark-new" (#947, Felipe Borges)
  * Use display and edit name for filename (#756354, Jason Crain)
  * Use ev_window_set_action_enabled more (#794749, José Aliste)
  * Use selection to populate find bar if available. (#794538, José Aliste)
  * Use text instead of icons in annotations toolbar (#928, Germán Poo-Caamaño)
  * Use textual Open button instead of icon (#518, Germán Poo-Caamaño)
  * Use unicode to specify rotation direction in menu (#605, Germán Poo-Caamaño)
  * there is no need for view_menu_text_selection_popup (#763943, José Aliste)
  * Fix width of dialog on long file names (#797, Germán Poo-Caamaño)
  * Remove zoom-in/out icons from menu (#947, Germán Poo-Caamaño)
  * Store priv->popup as a GtkPopover* (#881, Daniel Boles)
  * Use Popover.popup() to get animation (#881, Daniel Boles)
  * Set right alignment for zoom percentage (#947, Germán Poo-Caamaño)
  * Separate Open and Save actions in their own menu groups (#947, Germán Poo-Caamaño)
  * Use a new icon for the outline in the side bar (#947, Germán Poo-Caamaño)
  * Show toolbar on select page activation in fullscreen (#784, Germán Poo-Caamaño)
  * Use Recent View toolbar when cannot open a document (#936, Germán Poo-Caamaño)
  * Provide hint when find is unavailable (#105, Germán Poo-Caamaño)
  * update app icon (#2, Jakub Steiner)
  * install symbolics properly (#961, Jakub Steiner)
  * Rearrange tools and navigation/view controls (#947, Germán Poo-Caamaño)
  * Allow adding Highlight annotations from text selection (#763943, Nelson Benítez León)
  * add text markup annotation from selection (#663, Nelson Benítez León)
  * Fix add_annotation() to update area based on bounding box (#763943, Nelson Benítez León)
  * Make annotation title independent of theme (#664, Germán Poo-Caamaño)
  * Add shortcuts for fullscreen and presentation mode (#786431, Jonas Hahnfeld)
  * Switch the default sizing mode to automatic (#482, #733632, Juanjo Marin)
  * Use Unicode quotation marks in new translatable strings (#774005, Piotr Drąg)
  * Use a custom icon in the toolbar to view the sidebar (#947, Germán Poo-Caamaño)
  * Save attachments in a temporary directory (#711, #772188, Felipe Borges)
  * Beautify the bookmarks buttons (#947, Germán Poo-Caamaño)
  * Expand the sidebar switcher to fill the space (#947, Germán Poo-Caamaño)
  * Port to GtkStack (#475, Germán Poo-Caamaño)
  * Put the sidebar switcher on the bottom (#947, Germán Poo-Caamaño)
  * Add context menu for sidebar annotations (#795631, #891, Nelson Benítez León)
  * fix sensitiveness of remove bookmark button (#892, Nelson Benítez León)
  * Update addons for renamed .desktop (#962, Jeremy Bicha)
  * Use dual license for addons too (#775, #962, Jeremy Bicha)
  * Use provides to link to previous ID (#962, Jeremy Bicha)
  * Add dependency on OpenJPEG (#939, Jason Crain)
  * Add snap packaging (#790393, #856, Ken VanDine)

Contributors:

  Allan Day, Andre Klapper, Bastien Nocera, Camille Moulin,
  Christian Persch, Cosimo Cecchi, Daniel Boles, Evangelos Rigas,
  Felipe Borges, Fernando Herrera, Germán Poo-Caamaño, Hannes Ovrén,
  Hans Ulrich Niedermann, Jakub Steiner, Jason Crain, Jeremy Bicha,
  Jonas Hahnfeld, José Aliste, Juan Pablo Ugarte, Juanjo Marin,
  Ken VanDine, Marek Kasik, Mirek Kratochvil, Nelson Benítez León,
  Nick Richards, Oisín, Piotr Drąg, Will Hawkins, Yi-Soo An.

Translations

Evince    3.29.92
=================

* Bug fixes and improvements
* PostScript backend disabled by default

Evince    3.29.91
=================

Bug fixes and improvements.

Evince    3.29.90
=================

Revamped the user interface.
Bug fixes and improvements.

Evince    3.29.1
=================

Bug fixes and improvements.

Evince    3.28.0
=================

Translation updates

Evince    3.27.92
=================

Bugfixes:

    * Install appstream metadata to non-deprecated locations (#790079, Jeremy BIcha)
    * Fix Rotate shortcuts when horizontal bar is visible (#727529, Jose Aliste)
    * Fix black page and white page shortcuts in presentation mode (#772390, Jonas Hahnfeld)

Translation updates

Evince    3.27.91
=================

Bugfixes:
    * Prevent window from growing, (#783242, iskatu@posteo.org)
    * Update LZMA SDA (Bastien Nocera)
    * Fix media-player keys (#789738, Bastien Nocera)
    * Fix reading CBZ files created on MacOS (#782754, Bastien Nocera)
    * Fix orientation of auto-rotate option  (#782394, Jason Crain)
    * Fix dialog extending past edge of screen (#733618, Jason Crain)
    * Don't show tooltips for empty annotations (#772621,  Nelson Benitez)
    * Remove un-necessary cairo configure checks (#788980, Jason Crain)
    * Fix Overflow checks in tiff backend (#788980, Jason Crain)
    * Better handle of external links (#791287, Jose Aliste)
    * Fixing display of overlapping annotations (#787070, Fabian Franzen)
    * Reduce minimal size of sidebar (#778000, Nelson Benitez)
    * Bind mouse back/forward buttons to history navigation (#787464, Casey Jao)
    * Fix property name in about dialog (#790595, Stefano Facchini)
    * Install appstream metadata to correct location (#790079, Jeremy Bicha)
    * Correct sliding mode for toolbar in fullscreen (#788718, Steano Facchini)
    * Correct GPL2+ license text (#788719, Stefano Facchini)
    * Add some shortcuts  (#790253, Stefano Facchini)
    * Fix resources generation when building (#790283, Stefano Facchini)
    * Update about dialing (#785527, German Poo-Caamaño)
    * Always use poppler_document_Save to avoid data loss (#770012, German Poo-Caamaño)
    * Add keybindings for special back/forward keys (#553892, German Poo-Caamaño)
    * Allow zooming to the limits of the scale (#788480, David King)
    * Fix asking to save when document has been modified (#767611, German Poo-Caamaño)
    * Fix navigation with annotation already selected in sidebar (#680880, German Poo-Caamaño)
    * Show tooltip for Outline entris (#787437, Idloj)
    * Default to 96 DPI when unable to compute (Stefano Facchini)

Documentation:
    * Misc fixes (Andre Kappler)
    * Updated screenshots (Mario Blättermann)

Translation updates

(leot)

2019-12-12 13:18:15 UTC MAIN commitmail json YAML

Updated net/py-botocore, net/py-boto3, net/py-awscli, textproc/py-regex

(adam)

2019-12-12 13:17:48 UTC MAIN commitmail json YAML

py-regex: updated to 2019.12.9

2019.12.9:
Unknown changes

(adam)

2019-12-12 13:12:48 UTC MAIN commitmail json YAML

py-awscli: updated to 1.16.301

1.16.301

api-change:ec2: Update ec2 command to latest version
1.16.300

api-change:kendra: Update kendra command to latest version
1.16.299

api-change:quicksight: Update quicksight command to latest version
api-change:kafka: Update kafka command to latest version
api-change:kms: Update kms command to latest version
api-change:ssm: Update ssm command to latest version
1.16.297

api-change:kinesis-video-signaling: Update kinesis-video-signaling command to latest version
api-change:kinesisvideo: Update kinesisvideo command to latest version
api-change:apigatewayv2: Update apigatewayv2 command to latest version
1.16.296

api-change:ebs: Update ebs command to latest version
api-change:application-autoscaling: Update application-autoscaling command to latest version
api-change:stepfunctions: Update stepfunctions command to latest version
api-change:rds: Update rds command to latest version
api-change:rekognition: Update rekognition command to latest version
api-change:sagemaker: Update sagemaker command to latest version
api-change:lambda: Update lambda command to latest version
1.16.295

api-change:ecs: Update ecs command to latest version
api-change:codeguruprofiler: Update codeguruprofiler command to latest version
api-change:textract: Update textract command to latest version
api-change:frauddetector: Update frauddetector command to latest version
api-change:outposts: Update outposts command to latest version
api-change:codeguru-reviewer: Update codeguru-reviewer command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:sagemaker-a2i-runtime: Update sagemaker-a2i-runtime command to latest version
api-change:networkmanager: Update networkmanager command to latest version
api-change:s3control: Update s3control command to latest version
api-change:eks: Update eks command to latest version
api-change:s3: Update s3 command to latest version
api-change:compute-optimizer: Update compute-optimizer command to latest version
api-change:es: Update es command to latest version
api-change:kendra: Update kendra command to latest version
1.16.294

api-change:accessanalyzer: Update accessanalyzer command to latest version
1.16.293

api-change:license-manager: Update license-manager command to latest version
api-change:imagebuilder: Update imagebuilder command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:schemas: Update schemas command to latest version
1.16.292

api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version
api-change:rds-data: Update rds-data command to latest version
api-change:cognito-idp: Update cognito-idp command to latest version
api-change:serverlessrepo: Update serverlessrepo command to latest version
api-change:quicksight: Update quicksight command to latest version
api-change:workspaces: Update workspaces command to latest version
api-change:ds: Update ds command to latest version
api-change:dynamodb: Update dynamodb command to latest version
api-change:mediatailor: Update mediatailor command to latest version
api-change:elastic-inference: Update elastic-inference command to latest version
api-change:organizations: Update organizations command to latest version
1.16.291

api-change:athena: Update athena command to latest version
api-change:comprehend: Update comprehend command to latest version
api-change:codebuild: Update codebuild command to latest version
api-change:ssm: Update ssm command to latest version
api-change:elbv2: Update elbv2 command to latest version
api-change:wafv2: Update wafv2 command to latest version
api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 command to latest version
api-change:medialive: Update medialive command to latest version
api-change:sesv2: Update sesv2 command to latest version
api-change:application-autoscaling: Update application-autoscaling command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:dlm: Update dlm command to latest version
api-change:lex-runtime: Update lex-runtime command to latest version
api-change:greengrass: Update greengrass command to latest version
api-change:kms: Update kms command to latest version
api-change:appconfig: Update appconfig command to latest version
api-change:iot: Update iot command to latest version
api-change:rds: Update rds command to latest version
api-change:mediapackage-vod: Update mediapackage-vod command to latest version
api-change:redshift: Update redshift command to latest version
api-change:ram: Update ram command to latest version
api-change:lambda: Update lambda command to latest version
api-change:cognito-idp: Update cognito-idp command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:application-insights: Update application-insights command to latest version
api-change:cloudwatch: Update cloudwatch command to latest version
api-change:iotsecuretunneling: Update iotsecuretunneling command to latest version
api-change:ce: Update ce command to latest version
api-change:alexaforbusiness: Update alexaforbusiness command to latest version
1.16.290

api-change:mediapackage-vod: Update mediapackage-vod command to latest version
api-change:emr: Update emr command to latest version
api-change:sns: Update sns command to latest version
api-change:rekognition: Update rekognition command to latest version
api-change:sts: Update sts command to latest version
api-change:application-autoscaling: Update application-autoscaling command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:forecast: Update forecast command to latest version
api-change:ssm: Update ssm command to latest version
api-change:acm: Update acm command to latest version
api-change:autoscaling-plans: Update autoscaling-plans command to latest version
api-change:codebuild: Update codebuild command to latest version
1.16.288

api-change:dynamodb: Update dynamodb command to latest version
api-change:connectparticipant: Update connectparticipant command to latest version
api-change:glue: Update glue command to latest version
api-change:amplify: Update amplify command to latest version
api-change:config: Update config command to latest version
api-change:ssm: Update ssm command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:lex-models: Update lex-models command to latest version
api-change:connect: Update connect command to latest version
api-change:appsync: Update appsync command to latest version
api-change:meteringmarketplace: Update meteringmarketplace command to latest version
api-change:lex-runtime: Update lex-runtime command to latest version
api-change:transcribe: Update transcribe command to latest version
1.16.287

api-change:fsx: Update fsx command to latest version
api-change:cloudtrail: Update cloudtrail command to latest version
api-change:firehose: Update firehose command to latest version
api-change:mediastore: Update mediastore command to latest version
api-change:codecommit: Update codecommit command to latest version
api-change:s3: Update s3 command to latest version
api-change:dlm: Update dlm command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:ecs: Update ecs command to latest version
api-change:chime: Update chime command to latest version
api-change:discovery: Update discovery command to latest version
api-change:mgh: Update mgh command to latest version
api-change:migrationhub-config: Update migrationhub-config command to latest version
api-change:datasync: Update datasync command to latest version
api-change:quicksight: Update quicksight command to latest version
api-change:transcribe: Update transcribe command to latest version
api-change:storagegateway: Update storagegateway command to latest version
1.16.285

api-change:cloudformation: Update cloudformation command to latest version
api-change:config: Update config command to latest version
api-change:iam: Update iam command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:lambda: Update lambda command to latest version
api-change:autoscaling: Update autoscaling command to latest version
api-change:codebuild: Update codebuild command to latest version
api-change:elbv2: Update elbv2 command to latest version
api-change:iot: Update iot command to latest version
1.16.284

api-change:ssm: Update ssm command to latest version
api-change:pinpoint: Update pinpoint command to latest version
api-change:rds: Update rds command to latest version
api-change:s3: Update s3 command to latest version
api-change:cloudformation: Update cloudformation command to latest version
api-change:sagemaker: Update sagemaker command to latest version
api-change:ce: Update ce command to latest version
api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version
1.16.283

api-change:elbv2: Update elbv2 command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:guardduty: Update guardduty command to latest version
api-change:chime: Update chime command to latest version
api-change:workspaces: Update workspaces command to latest version
api-change:ssm: Update ssm command to latest version
api-change:eks: Update eks command to latest version
api-change:emr: Update emr command to latest version
api-change:logs: Update logs command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:cognito-idp: Update cognito-idp command to latest version
1.16.282

api-change:personalize: Update personalize command to latest version
api-change:ssm: Update ssm command to latest version
api-change:connect: Update connect command to latest version
api-change:cognito-idp: Update cognito-idp command to latest version
api-change:meteringmarketplace: Update meteringmarketplace command to latest version
1.16.281

api-change:dlm: Update dlm command to latest version
api-change:dataexchange: Update dataexchange command to latest version
api-change:cloudsearch: Update cloudsearch command to latest version
api-change:iot: Update iot command to latest version
api-change:sesv2: Update sesv2 command to latest version
1.16.280

api-change:elbv2: Update elbv2 command to latest version
api-change:marketplace-catalog: Update marketplace-catalog command to latest version
api-change:codepipeline: Update codepipeline command to latest version
api-change:dynamodb: Update dynamodb command to latest version
api-change:transcribe: Update transcribe command to latest version
1.16.279

api-change:ce: Update ce command to latest version
api-change:cloudformation: Update cloudformation command to latest version
1.16.278

api-change:cognito-identity: Update cognito-identity command to latest version
api-change:ecr: Update ecr command to latest version
1.16.277

api-change:ssm: Update ssm command to latest version
api-change:comprehend: Update comprehend command to latest version
api-change:sso: Update sso command to latest version
api-change:sso-oidc: Update sso-oidc command to latest version
1.16.276

api-change:savingsplans: Update savingsplans command to latest version
1.16.275

api-change:budgets: Update budgets command to latest version
api-change:savingsplans: Update savingsplans command to latest version
api-change:ce: Update ce command to latest version
api-change:codebuild: Update codebuild command to latest version
api-change:efs: Update efs command to latest version
api-change:signer: Update signer command to latest version
1.16.274

api-change:codestar-notifications: Update codestar-notifications command to latest version
api-change:rds: Update rds command to latest version
1.16.273

api-change:robomaker: Update robomaker command to latest version
api-change:dax: Update dax command to latest version
api-change:ec2: Update ec2 command to latest version
1.16.272

api-change:cloudtrail: Update cloudtrail command to latest version
api-change:dms: Update dms command to latest version
api-change:pinpoint: Update pinpoint command to latest version
1.16.271

api-change:s3: Update s3 command to latest version
api-change:amplify: Update amplify command to latest version
api-change:support: Update support command to latest version
1.16.270

api-change:elasticache: Update elasticache command to latest version
1.16.269

api-change:appstream: Update appstream command to latest version
api-change:cloud9: Update cloud9 command to latest version
1.16.268

api-change:s3: Update s3 command to latest version
1.16.267

api-change:transfer: Update transfer command to latest version
api-change:elasticache: Update elasticache command to latest version
api-change:ecr: Update ecr command to latest version
1.16.266

enhancement:eks get-token: Refactor get-token implementation and add support for non-aws partitions and regions.
api-change:chime: Update chime command to latest version
api-change:appmesh: Update appmesh command to latest version
api-change:gamelift: Update gamelift command to latest version
api-change:sagemaker: Update sagemaker command to latest version
api-change:ec2: Update ec2 command to latest version
enhancement:sts: Add support for configuring the use of regional STS endpoints.
1.16.265

api-change:polly: Update polly command to latest version
api-change:connect: Update connect command to latest version
1.16.264

api-change:opsworkscm: Update opsworkscm command to latest version
api-change:iotevents: Update iotevents command to latest version
1.16.263

api-change:cloudwatch: Update cloudwatch command to latest version
1.16.262

api-change:batch: Update batch command to latest version
api-change:rds: Update rds command to latest version
1.16.261

api-change:kafka: Update kafka command to latest version
api-change:robomaker: Update robomaker command to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version
1.16.260

api-change:kinesis-video-archived-media: Update kinesis-video-archived-media command to latest version
1.16.259

api-change:workspaces: Update workspaces command to latest version
api-change:personalize: Update personalize command to latest version
1.16.258

api-change:greengrass: Update greengrass command to latest version
1.16.257

api-change:fms: Update fms command to latest version
api-change:iotanalytics: Update iotanalytics command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:lex-runtime: Update lex-runtime command to latest version
1.16.256

api-change:kafka: Update kafka command to latest version
api-change:elasticache: Update elasticache command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
1.16.255

api-change:firehose: Update firehose command to latest version
api-change:datasync: Update datasync command to latest version
api-change:events: Update events command to latest version
api-change:organizations: Update organizations command to latest version
1.16.254

api-change:directconnect: Update directconnect command to latest version
api-change:firehose: Update firehose command to latest version
api-change:pinpoint: Update pinpoint command to latest version
api-change:pinpoint-email: Update pinpoint-email command to latest version
api-change:glue: Update glue command to latest version
api-change:snowball: Update snowball command to latest version
1.16.253

api-change:ssm: Update ssm command to latest version
api-change:mediapackage: Update mediapackage command to latest version
enhancment:colorama: Increased the upper bound on the colorama dependency to 0.4.2.
api-change:cognito-idp: Update cognito-idp command to latest version
1.16.252

api-change:ec2: Update ec2 command to latest version
api-change:es: Update es command to latest version
api-change:application-autoscaling: Update application-autoscaling command to latest version
api-change:devicefarm: Update devicefarm command to latest version
1.16.251

api-change:lightsail: Update lightsail command to latest version
1.16.250

api-change:docdb: Update docdb command to latest version
1.16.249

api-change:mq: Update mq command to latest version
api-change:rds: Update rds command to latest version
api-change:waf: Update waf command to latest version
1.16.248

api-change:amplify: Update amplify command to latest version
api-change:ecs: Update ecs command to latest version
1.16.247

api-change:codepipeline: Update codepipeline command to latest version
api-change:ssm: Update ssm command to latest version
1.16.246

api-change:sagemaker: Update sagemaker command to latest version
api-change:dms: Update dms command to latest version
api-change:globalaccelerator: Update globalaccelerator command to latest version
1.16.245

api-change:comprehendmedical: Update comprehendmedical command to latest version
api-change:transcribe: Update transcribe command to latest version
api-change:datasync: Update datasync command to latest version
1.16.244

api-change:rds-data: Update rds-data command to latest version
api-change:redshift: Update redshift command to latest version
1.16.243

api-change:workspaces: Update workspaces command to latest version
api-change:greengrass: Update greengrass command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:rds: Update rds command to latest version
1.16.242

api-change:ecs: Update ecs command to latest version
enhancement:cloudtrail validate-logs: Add support for validating logs from organizational trails
api-change:glue: Update glue command to latest version
api-change:mediaconnect: Update mediaconnect command to latest version
1.16.241

api-change:ram: Update ram command to latest version
api-change:waf-regional: Update waf-regional command to latest version
api-change:apigateway: Update apigateway command to latest version
1.16.240

api-change:personalize: Update personalize command to latest version
api-change:athena: Update athena command to latest version
api-change:iam: Update iam command to latest version
1.16.239

api-change:mediaconvert: Update mediaconvert command to latest version
api-change:eks: Update eks command to latest version
1.16.238

api-change:workmailmessageflow: Update workmailmessageflow command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:medialive: Update medialive command to latest version
api-change:elbv2: Update elbv2 command to latest version
1.16.237

api-change:ec2: Update ec2 command to latest version
api-change:rds: Update rds command to latest version
api-change:mediaconnect: Update mediaconnect command to latest version
api-change:stepfunctions: Update stepfunctions command to latest version
api-change:ses: Update ses command to latest version
api-change:config: Update config command to latest version
1.16.236

api-change:storagegateway: Update storagegateway command to latest version
1.16.235

api-change:appstream: Update appstream command to latest version
api-change:robomaker: Update robomaker command to latest version
api-change:qldb: Update qldb command to latest version
api-change:qldb-session: Update qldb-session command to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version
api-change:appmesh: Update appmesh command to latest version
api-change:ec2: Update ec2 command to latest version
1.16.234

api-change:kinesisanalytics: Update kinesisanalytics command to latest version
1.16.233

api-change:config: Update config command to latest version
1.16.232

api-change:transcribe: Update transcribe command to latest version
api-change:eks: Update eks command to latest version
api-change:stepfunctions: Update stepfunctions command to latest version
1.16.231

api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version
api-change:ecs: Update ecs command to latest version
api-change:gamelift: Update gamelift command to latest version
1.16.230

api-change:mq: Update mq command to latest version
api-change:apigatewaymanagementapi: Update apigatewaymanagementapi command to latest version
api-change:ecs: Update ecs command to latest version
1.16.229

api-change:application-autoscaling: Update application-autoscaling command to latest version
api-change:lambda: Update lambda command to latest version
api-change:elasticache: Update elasticache command to latest version
api-change:codepipeline: Update codepipeline command to latest version
api-change:ecs: Update ecs command to latest version
1.16.228

api-change:sqs: Update sqs command to latest version
api-change:globalaccelerator: Update globalaccelerator command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
1.16.227

api-change:organizations: Update organizations command to latest version
1.16.226

api-change:ssm: Update ssm command to latest version
api-change:securityhub: Update securityhub command to latest version
1.16.225

api-change:transcribe: Update transcribe command to latest version
api-change:mediapackage-vod: Update mediapackage-vod command to latest version
api-change:ec2: Update ec2 command to latest version

(adam)

2019-12-12 13:11:55 UTC MAIN commitmail json YAML

py-boto3: updated to 1.10.37

1.10.37

api-change:ec2: [botocore] Update ec2 client to latest version
1.10.36

api-change:kendra: [botocore] Update kendra client to latest version
1.10.35

bugfix:s3: [botocore] Add stricter validation to s3 control account id parameter.
api-change:quicksight: [botocore] Update quicksight client to latest version
api-change:kms: [botocore] Update kms client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:kafka: [botocore] Update kafka client to latest version
1.10.34

bugfix:s3: [botocore] Fixed an issue where the request path was set incorrectly if access point name was present in key path.
1.10.33

api-change:kinesisvideo: [botocore] Update kinesisvideo client to latest version
api-change:kinesis-video-signaling: [botocore] Update kinesis-video-signaling client to latest version
api-change:apigatewayv2: [botocore] Update apigatewayv2 client to latest version
1.10.32

api-change:ebs: [botocore] Update ebs client to latest version
api-change:stepfunctions: [botocore] Update stepfunctions client to latest version
api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version
api-change:lambda: [botocore] Update lambda client to latest version
api-change:rekognition: [botocore] Update rekognition client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version
1.10.31

api-change:textract: [botocore] Update textract client to latest version
api-change:s3control: [botocore] Update s3control client to latest version
api-change:ecs: [botocore] Update ecs client to latest version
api-change:s3: [botocore] Update s3 client to latest version
api-change:outposts: [botocore] Update outposts client to latest version
api-change:kendra: [botocore] Update kendra client to latest version
api-change:eks: [botocore] Update eks client to latest version
api-change:networkmanager: [botocore] Update networkmanager client to latest version
api-change:compute-optimizer: [botocore] Update compute-optimizer client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:frauddetector: [botocore] Update frauddetector client to latest version
api-change:sagemaker-a2i-runtime: [botocore] Update sagemaker-a2i-runtime client to latest version
api-change:codeguru-reviewer: [botocore] Update codeguru-reviewer client to latest version
api-change:codeguruprofiler: [botocore] Update codeguruprofiler client to latest version
api-change:es: [botocore] Update es client to latest version
1.10.30

api-change:accessanalyzer: [botocore] Update accessanalyzer client to latest version
1.10.29

api-change:ec2: [botocore] Update ec2 client to latest version
api-change:license-manager: [botocore] Update license-manager client to latest version
api-change:imagebuilder: [botocore] Update imagebuilder client to latest version
api-change:schemas: [botocore] Update schemas client to latest version
1.10.28

api-change:rds-data: [botocore] Update rds-data client to latest version
api-change:ds: [botocore] Update ds client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
api-change:resourcegroupstaggingapi: [botocore] Update resourcegroupstaggingapi client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version
api-change:elastic-inference: [botocore] Update elastic-inference client to latest version
api-change:organizations: [botocore] Update organizations client to latest version
api-change:mediatailor: [botocore] Update mediatailor client to latest version
api-change:quicksight: [botocore] Update quicksight client to latest version
api-change:serverlessrepo: [botocore] Update serverlessrepo client to latest version
1.10.27

api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:redshift: [botocore] Update redshift client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:wafv2: [botocore] Update wafv2 client to latest version
api-change:dlm: [botocore] Update dlm client to latest version
api-change:iot: [botocore] Update iot client to latest version
api-change:lex-runtime: [botocore] Update lex-runtime client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:athena: [botocore] Update athena client to latest version
api-change:iotsecuretunneling: [botocore] Update iotsecuretunneling client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:application-insights: [botocore] Update application-insights client to latest version
api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version
api-change:appconfig: [botocore] Update appconfig client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
api-change:kinesisanalyticsv2: [botocore] Update kinesisanalyticsv2 client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
api-change:lambda: [botocore] Update lambda client to latest version
api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
api-change:sesv2: [botocore] Update sesv2 client to latest version
api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version
api-change:greengrass: [botocore] Update greengrass client to latest version
api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:ce: [botocore] Update ce client to latest version
api-change:ram: [botocore] Update ram client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:comprehend: [botocore] Update comprehend client to latest version
api-change:kms: [botocore] Update kms client to latest version
1.10.26

api-change:acm: [botocore] Update acm client to latest version
api-change:autoscaling-plans: [botocore] Update autoscaling-plans client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version
api-change:emr: [botocore] Update emr client to latest version
api-change:sns: [botocore] Update sns client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version
api-change:sts: [botocore] Update sts client to latest version
api-change:forecast: [botocore] Update forecast client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:rekognition: [botocore] Update rekognition client to latest version
1.10.25

bugfix:IMDS metadata: [botocore] Add 405 case to metadata fetching logic.
1.10.24

api-change:glue: [botocore] Update glue client to latest version
api-change:transcribe: [botocore] Update transcribe client to latest version
api-change:connectparticipant: [botocore] Update connectparticipant client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version
api-change:lex-runtime: [botocore] Update lex-runtime client to latest version
api-change:connect: [botocore] Update connect client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:meteringmarketplace: [botocore] Update meteringmarketplace client to latest version
api-change:config: [botocore] Update config client to latest version
api-change:lex-models: [botocore] Update lex-models client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:amplify: [botocore] Update amplify client to latest version
api-change:appsync: [botocore] Update appsync client to latest version
1.10.23

api-change:datasync: [botocore] Update datasync client to latest version
api-change:dlm: [botocore] Update dlm client to latest version
api-change:mediastore: [botocore] Update mediastore client to latest version
api-change:cloudtrail: [botocore] Update cloudtrail client to latest version
api-change:mgh: [botocore] Update mgh client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:codecommit: [botocore] Update codecommit client to latest version
api-change:s3: [botocore] Update s3 client to latest version
api-change:fsx: [botocore] Update fsx client to latest version
api-change:migrationhub-config: [botocore] Update migrationhub-config client to latest version
api-change:firehose: [botocore] Update firehose client to latest version
api-change:transcribe: [botocore] Update transcribe client to latest version
api-change:ecs: [botocore] Update ecs client to latest version
api-change:discovery: [botocore] Update discovery client to latest version
api-change:chime: [botocore] Update chime client to latest version
api-change:quicksight: [botocore] Update quicksight client to latest version
1.10.22

bugfix:IMDS: [botocore] Fix regression in IMDS credential resolution.
1.10.21

api-change:ec2: [botocore] Update ec2 client to latest version
api-change:cloudformation: [botocore] Update cloudformation client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:lambda: [botocore] Update lambda client to latest version
api-change:config: [botocore] Update config client to latest version
api-change:iam: [botocore] Update iam client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:iot: [botocore] Update iot client to latest version
api-change:autoscaling: [botocore] Update autoscaling client to latest version
1.10.20

api-change:cloudformation: [botocore] Update cloudformation client to latest version
api-change:s3: [botocore] Update s3 client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:pinpoint: [botocore] Update pinpoint client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version
api-change:sagemaker-runtime: [botocore] Update sagemaker-runtime client to latest version
api-change:ce: [botocore] Update ce client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
1.10.19

api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:logs: [botocore] Update logs client to latest version
api-change:guardduty: [botocore] Update guardduty client to latest version
api-change:emr: [botocore] Update emr client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
api-change:eks: [botocore] Update eks client to latest version
api-change:chime: [botocore] Update chime client to latest version
1.10.18

api-change:meteringmarketplace: [botocore] Update meteringmarketplace client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:connect: [botocore] Update connect client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:personalize: [botocore] Update personalize client to latest version
1.10.17

api-change:sesv2: [botocore] Update sesv2 client to latest version
api-change:dataexchange: [botocore] Update dataexchange client to latest version
api-change:iot: [botocore] Update iot client to latest version
api-change:cloudsearch: [botocore] Update cloudsearch client to latest version
api-change:dlm: [botocore] Update dlm client to latest version
1.10.16

api-change:transcribe: [botocore] Update transcribe client to latest version
api-change:marketplace-catalog: [botocore] Update marketplace-catalog client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version
api-change:codepipeline: [botocore] Update codepipeline client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version
1.10.15

api-change:ce: [botocore] Update ce client to latest version
api-change:cloudformation: [botocore] Update cloudformation client to latest version
1.10.14

api-change:cognito-identity: [botocore] Update cognito-identity client to latest version
api-change:ecr: [botocore] Update ecr client to latest version
1.10.13

api-change:ssm: [botocore] Update ssm client to latest version
api-change:sso: [botocore] Update sso client to latest version
api-change:sso-oidc: [botocore] Update sso-oidc client to latest version
api-change:comprehend: [botocore] Update comprehend client to latest version
1.10.12

api-change:savingsplans: [botocore] Update savingsplans client to latest version
1.10.11

api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:budgets: [botocore] Update budgets client to latest version
api-change:efs: [botocore] Update efs client to latest version
api-change:ce: [botocore] Update ce client to latest version
api-change:savingsplans: [botocore] Update savingsplans client to latest version
api-change:signer: [botocore] Update signer client to latest version
1.10.10

api-change:rds: [botocore] Update rds client to latest version
api-change:codestar-notifications: [botocore] Update codestar-notifications client to latest version
1.10.9

api-change:dax: [botocore] Update dax client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:robomaker: [botocore] Update robomaker client to latest version
1.10.8

api-change:pinpoint: [botocore] Update pinpoint client to latest version
api-change:cloudtrail: [botocore] Update cloudtrail client to latest version
api-change:dms: [botocore] Update dms client to latest version
1.10.7

api-change:support: [botocore] Update support client to latest version
api-change:amplify: [botocore] Update amplify client to latest version
api-change:s3: [botocore] Update s3 client to latest version
1.10.6

api-change:elasticache: [botocore] Update elasticache client to latest version
1.10.5

api-change:cloud9: [botocore] Update cloud9 client to latest version
api-change:appstream: [botocore] Update appstream client to latest version
1.10.4

api-change:s3: [botocore] Update s3 client to latest version
1.10.3

api-change:elasticache: [botocore] Update elasticache client to latest version
api-change:transfer: [botocore] Update transfer client to latest version
api-change:ecr: [botocore] Update ecr client to latest version
1.10.2

api-change:sagemaker: [botocore] Update sagemaker client to latest version
api-change:gamelift: [botocore] Update gamelift client to latest version
enhancement:sts: [botocore] Add support for configuring the use of regional STS endpoints.
api-change:chime: [botocore] Update chime client to latest version
api-change:appmesh: [botocore] Update appmesh client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
1.10.1

api-change:polly: [botocore] Update polly client to latest version
api-change:connect: [botocore] Update connect client to latest version
1.10.0

api-change:opsworkscm: [botocore] Update opsworkscm client to latest version
api-change:iotevents: [botocore] Update iotevents client to latest version
feature:botocore.vendored.requests: [botocore] Removed vendored version of requests
1.9.253

api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
1.9.252

api-change:batch: [botocore] Update batch client to latest version
api-change:rds: [botocore] Update rds client to latest version
1.9.251

api-change:kafka: [botocore] Update kafka client to latest version
api-change:marketplacecommerceanalytics: [botocore] Update marketplacecommerceanalytics client to latest version
api-change:robomaker: [botocore] Update robomaker client to latest version
1.9.250

api-change:kinesis-video-archived-media: [botocore] Update kinesis-video-archived-media client to latest version
1.9.249

api-change:personalize: [botocore] Update personalize client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
1.9.248

api-change:greengrass: [botocore] Update greengrass client to latest version
1.9.247

api-change:ec2: [botocore] Update ec2 client to latest version
api-change:lex-runtime: [botocore] Update lex-runtime client to latest version
api-change:fms: [botocore] Update fms client to latest version
api-change:iotanalytics: [botocore] Update iotanalytics client to latest version
1.9.246

api-change:kafka: [botocore] Update kafka client to latest version
api-change:elasticache: [botocore] Update elasticache client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
1.9.245

api-change:organizations: [botocore] Update organizations client to latest version
api-change:events: [botocore] Update events client to latest version
api-change:firehose: [botocore] Update firehose client to latest version
api-change:datasync: [botocore] Update datasync client to latest version
1.9.244

api-change:snowball: [botocore] Update snowball client to latest version
api-change:directconnect: [botocore] Update directconnect client to latest version
api-change:firehose: [botocore] Update firehose client to latest version
api-change:pinpoint: [botocore] Update pinpoint client to latest version
api-change:glue: [botocore] Update glue client to latest version
api-change:pinpoint-email: [botocore] Update pinpoint-email client to latest version
1.9.243

api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:mediapackage: [botocore] Update mediapackage client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
1.9.242

api-change:es: [botocore] Update es client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version
api-change:devicefarm: [botocore] Update devicefarm client to latest version
1.9.241

api-change:lightsail: [botocore] Update lightsail client to latest version
1.9.240

api-change:docdb: [botocore] Update docdb client to latest version
1.9.239

api-change:waf: [botocore] Update waf client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:mq: [botocore] Update mq client to latest version
1.9.238

api-change:amplify: [botocore] Update amplify client to latest version
api-change:ecs: [botocore] Update ecs client to latest version
1.9.237

api-change:ssm: [botocore] Update ssm client to latest version
api-change:codepipeline: [botocore] Update codepipeline client to latest version
1.9.236

api-change:globalaccelerator: [botocore] Update globalaccelerator client to latest version
api-change:dms: [botocore] Update dms client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version
1.9.235

api-change:transcribe: [botocore] Update transcribe client to latest version
api-change:comprehendmedical: [botocore] Update comprehendmedical client to latest version
api-change:datasync: [botocore] Update datasync client to latest version
1.9.234

api-change:rds-data: [botocore] Update rds-data client to latest version
api-change:redshift: [botocore] Update redshift client to latest version
1.9.233

api-change:workspaces: [botocore] Update workspaces client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:greengrass: [botocore] Update greengrass client to latest version
api-change:rds: [botocore] Update rds client to latest version
1.9.232

api-change:mediaconnect: [botocore] Update mediaconnect client to latest version
api-change:glue: [botocore] Update glue client to latest version
api-change:ecs: [botocore] Update ecs client to latest version
1.9.231

api-change:ram: [botocore] Update ram client to latest version
api-change:waf-regional: [botocore] Update waf-regional client to latest version
api-change:apigateway: [botocore] Update apigateway client to latest version
1.9.230

api-change:iam: [botocore] Update iam client to latest version
api-change:athena: [botocore] Update athena client to latest version
api-change:personalize: [botocore] Update personalize client to latest version
1.9.229

api-change:eks: [botocore] Update eks client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
1.9.228

api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:workmailmessageflow: [botocore] Update workmailmessageflow client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
1.9.227

api-change:stepfunctions: [botocore] Update stepfunctions client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:mediaconnect: [botocore] Update mediaconnect client to latest version
api-change:ses: [botocore] Update ses client to latest version
api-change:config: [botocore] Update config client to latest version
1.9.226

api-change:storagegateway: [botocore] Update storagegateway client to latest version
1.9.225

api-change:qldb: [botocore] Update qldb client to latest version
api-change:marketplacecommerceanalytics: [botocore] Update marketplacecommerceanalytics client to latest version
api-change:appstream: [botocore] Update appstream client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:robomaker: [botocore] Update robomaker client to latest version
api-change:appmesh: [botocore] Update appmesh client to latest version
api-change:qldb-session: [botocore] Update qldb-session client to latest version
1.9.224

api-change:kinesisanalytics: [botocore] Update kinesisanalytics client to latest version
1.9.223

api-change:config: [botocore] Update config client to latest version
1.9.222

api-change:stepfunctions: [botocore] Update stepfunctions client to latest version
api-change:transcribe: [botocore] Update transcribe client to latest version
api-change:eks: [botocore] Update eks client to latest version
1.9.221

api-change:ecs: [botocore] Update ecs client to latest version
api-change:resourcegroupstaggingapi: [botocore] Update resourcegroupstaggingapi client to latest version
api-change:gamelift: [botocore] Update gamelift client to latest version
1.9.220

api-change:mq: [botocore] Update mq client to latest version
api-change:apigatewaymanagementapi: [botocore] Update apigatewaymanagementapi client to latest version
api-change:ecs: [botocore] Update ecs client to latest version
1.9.219

api-change:codepipeline: [botocore] Update codepipeline client to latest version
api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version
api-change:elasticache: [botocore] Update elasticache client to latest version
api-change:lambda: [botocore] Update lambda client to latest version
api-change:ecs: [botocore] Update ecs client to latest version
1.9.218

api-change:sqs: [botocore] Update sqs client to latest version
api-change:globalaccelerator: [botocore] Update globalaccelerator client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
1.9.217

api-change:organizations: [botocore] Update organizations client to latest version
1.9.216

api-change:ssm: [botocore] Update ssm client to latest version
api-change:securityhub: [botocore] Update securityhub client to latest version
1.9.215

api-change:ec2: [botocore] Update ec2 client to latest version
api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version
api-change:transcribe: [botocore] Update transcribe client to latest version

(adam)

2019-12-12 13:10:07 UTC MAIN commitmail json YAML

py-botocore: updated to 1.13.37

1.13.37
api-change:ec2: Update ec2 client to latest version

1.13.36
api-change:kendra: Update kendra client to latest version

1.13.35
bugfix:s3: Add stricter validation to s3 control account id parameter.
api-change:quicksight: Update quicksight client to latest version
api-change:kms: Update kms client to latest version
api-change:ssm: Update ssm client to latest version
api-change:kafka: Update kafka client to latest version

1.13.34
bugfix:s3: Fixed an issue where the request path was set incorrectly if access point name was present in key path.

1.13.33
api-change:kinesisvideo: Update kinesisvideo client to latest version
api-change:kinesis-video-signaling: Update kinesis-video-signaling client to latest version
api-change:apigatewayv2: Update apigatewayv2 client to latest version

1.13.32
api-change:ebs: Update ebs client to latest version
api-change:stepfunctions: Update stepfunctions client to latest version
api-change:application-autoscaling: Update application-autoscaling client to latest version
api-change:lambda: Update lambda client to latest version
api-change:rekognition: Update rekognition client to latest version
api-change:rds: Update rds client to latest version
api-change:sagemaker: Update sagemaker client to latest version

1.13.31
api-change:textract: Update textract client to latest version
api-change:s3control: Update s3control client to latest version
api-change:ecs: Update ecs client to latest version
api-change:s3: Update s3 client to latest version
api-change:outposts: Update outposts client to latest version
api-change:kendra: Update kendra client to latest version
api-change:eks: Update eks client to latest version
api-change:networkmanager: Update networkmanager client to latest version
api-change:compute-optimizer: Update compute-optimizer client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:frauddetector: Update frauddetector client to latest version
api-change:sagemaker-a2i-runtime: Update sagemaker-a2i-runtime client to latest version
api-change:codeguru-reviewer: Update codeguru-reviewer client to latest version
api-change:codeguruprofiler: Update codeguruprofiler client to latest version
api-change:es: Update es client to latest version

1.13.30
api-change:accessanalyzer: Update accessanalyzer client to latest version

1.13.29
api-change:ec2: Update ec2 client to latest version
api-change:license-manager: Update license-manager client to latest version
api-change:imagebuilder: Update imagebuilder client to latest version
api-change:schemas: Update schemas client to latest version

1.13.28
api-change:rds-data: Update rds-data client to latest version
api-change:ds: Update ds client to latest version
api-change:workspaces: Update workspaces client to latest version
api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi client to latest version
api-change:cognito-idp: Update cognito-idp client to latest version
api-change:dynamodb: Update dynamodb client to latest version
api-change:elastic-inference: Update elastic-inference client to latest version
api-change:organizations: Update organizations client to latest version
api-change:mediatailor: Update mediatailor client to latest version
api-change:quicksight: Update quicksight client to latest version
api-change:serverlessrepo: Update serverlessrepo client to latest version

1.13.27
api-change:cognito-idp: Update cognito-idp client to latest version
api-change:redshift: Update redshift client to latest version
api-change:elbv2: Update elbv2 client to latest version
api-change:wafv2: Update wafv2 client to latest version
api-change:dlm: Update dlm client to latest version
api-change:iot: Update iot client to latest version
api-change:lex-runtime: Update lex-runtime client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:athena: Update athena client to latest version
api-change:iotsecuretunneling: Update iotsecuretunneling client to latest version
api-change:ssm: Update ssm client to latest version
api-change:application-insights: Update application-insights client to latest version
api-change:mediapackage-vod: Update mediapackage-vod client to latest version
api-change:appconfig: Update appconfig client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 client to latest version
api-change:medialive: Update medialive client to latest version
api-change:lambda: Update lambda client to latest version
api-change:cloudwatch: Update cloudwatch client to latest version
api-change:sesv2: Update sesv2 client to latest version
api-change:application-autoscaling: Update application-autoscaling client to latest version
api-change:greengrass: Update greengrass client to latest version
api-change:alexaforbusiness: Update alexaforbusiness client to latest version
api-change:rds: Update rds client to latest version
api-change:ce: Update ce client to latest version
api-change:ram: Update ram client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:comprehend: Update comprehend client to latest version
api-change:kms: Update kms client to latest version

1.13.26
api-change:acm: Update acm client to latest version
api-change:autoscaling-plans: Update autoscaling-plans client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:mediapackage-vod: Update mediapackage-vod client to latest version
api-change:emr: Update emr client to latest version
api-change:sns: Update sns client to latest version
api-change:ssm: Update ssm client to latest version
api-change:application-autoscaling: Update application-autoscaling client to latest version
api-change:sts: Update sts client to latest version
api-change:forecast: Update forecast client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:rekognition: Update rekognition client to latest version

1.13.25
bugfix:IMDS metadata: Add 405 case to metadata fetching logic.

1.13.24
api-change:glue: Update glue client to latest version
api-change:transcribe: Update transcribe client to latest version
api-change:connectparticipant: Update connectparticipant client to latest version
api-change:dynamodb: Update dynamodb client to latest version
api-change:lex-runtime: Update lex-runtime client to latest version
api-change:connect: Update connect client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:meteringmarketplace: Update meteringmarketplace client to latest version
api-change:config: Update config client to latest version
api-change:lex-models: Update lex-models client to latest version
api-change:ssm: Update ssm client to latest version
api-change:amplify: Update amplify client to latest version
api-change:appsync: Update appsync client to latest version

1.13.23
api-change:datasync: Update datasync client to latest version
api-change:dlm: Update dlm client to latest version
api-change:mediastore: Update mediastore client to latest version
api-change:cloudtrail: Update cloudtrail client to latest version
api-change:mgh: Update mgh client to latest version
api-change:storagegateway: Update storagegateway client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:codecommit: Update codecommit client to latest version
api-change:s3: Update s3 client to latest version
api-change:fsx: Update fsx client to latest version
api-change:migrationhub-config: Update migrationhub-config client to latest version
api-change:firehose: Update firehose client to latest version
api-change:transcribe: Update transcribe client to latest version
api-change:ecs: Update ecs client to latest version
api-change:discovery: Update discovery client to latest version
api-change:chime: Update chime client to latest version
api-change:quicksight: Update quicksight client to latest version

1.13.22
bugfix:IMDS: Fix regression in IMDS credential resolution.

1.13.21
api-change:ec2: Update ec2 client to latest version
api-change:cloudformation: Update cloudformation client to latest version
api-change:elbv2: Update elbv2 client to latest version
api-change:lambda: Update lambda client to latest version
api-change:config: Update config client to latest version
api-change:iam: Update iam client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:iot: Update iot client to latest version
api-change:autoscaling: Update autoscaling client to latest version

1.13.20
api-change:cloudformation: Update cloudformation client to latest version
api-change:s3: Update s3 client to latest version
api-change:rds: Update rds client to latest version
api-change:pinpoint: Update pinpoint client to latest version
api-change:sagemaker: Update sagemaker client to latest version
api-change:sagemaker-runtime: Update sagemaker-runtime client to latest version
api-change:ce: Update ce client to latest version
api-change:ssm: Update ssm client to latest version

1.13.19
api-change:cognito-idp: Update cognito-idp client to latest version
api-change:elbv2: Update elbv2 client to latest version
api-change:workspaces: Update workspaces client to latest version
api-change:ssm: Update ssm client to latest version
api-change:logs: Update logs client to latest version
api-change:guardduty: Update guardduty client to latest version
api-change:emr: Update emr client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:eks: Update eks client to latest version
api-change:chime: Update chime client to latest version

1.13.18
api-change:meteringmarketplace: Update meteringmarketplace client to latest version
api-change:cognito-idp: Update cognito-idp client to latest version
api-change:connect: Update connect client to latest version
api-change:ssm: Update ssm client to latest version
api-change:personalize: Update personalize client to latest version

1.13.17
api-change:sesv2: Update sesv2 client to latest version
api-change:dataexchange: Update dataexchange client to latest version
api-change:iot: Update iot client to latest version
api-change:cloudsearch: Update cloudsearch client to latest version
api-change:dlm: Update dlm client to latest version

1.13.16
api-change:transcribe: Update transcribe client to latest version
api-change:marketplace-catalog: Update marketplace-catalog client to latest version
api-change:dynamodb: Update dynamodb client to latest version
api-change:codepipeline: Update codepipeline client to latest version
api-change:elbv2: Update elbv2 client to latest version

1.13.15
api-change:ce: Update ce client to latest version
api-change:cloudformation: Update cloudformation client to latest version

1.13.14
api-change:cognito-identity: Update cognito-identity client to latest version
api-change:ecr: Update ecr client to latest version

1.13.13
api-change:ssm: Update ssm client to latest version
api-change:sso: Update sso client to latest version
api-change:sso-oidc: Update sso-oidc client to latest version
api-change:comprehend: Update comprehend client to latest version

1.13.12
api-change:savingsplans: Update savingsplans client to latest version

1.13.11
api-change:codebuild: Update codebuild client to latest version
api-change:budgets: Update budgets client to latest version
api-change:efs: Update efs client to latest version
api-change:ce: Update ce client to latest version
api-change:savingsplans: Update savingsplans client to latest version
api-change:signer: Update signer client to latest version

1.13.10
api-change:rds: Update rds client to latest version
api-change:codestar-notifications: Update codestar-notifications client to latest version

1.13.9
api-change:dax: Update dax client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:robomaker: Update robomaker client to latest version

1.13.8
api-change:pinpoint: Update pinpoint client to latest version
api-change:cloudtrail: Update cloudtrail client to latest version
api-change:dms: Update dms client to latest version

1.13.7
api-change:support: Update support client to latest version
api-change:amplify: Update amplify client to latest version
api-change:s3: Update s3 client to latest version

1.13.6
api-change:elasticache: Update elasticache client to latest version

1.13.5
api-change:cloud9: Update cloud9 client to latest version
api-change:appstream: Update appstream client to latest version

1.13.4
api-change:s3: Update s3 client to latest version

1.13.3
api-change:elasticache: Update elasticache client to latest version
api-change:transfer: Update transfer client to latest version
api-change:ecr: Update ecr client to latest version

1.13.2
api-change:sagemaker: Update sagemaker client to latest version
api-change:gamelift: Update gamelift client to latest version
enhancement:sts: Add support for configuring the use of regional STS endpoints.
api-change:chime: Update chime client to latest version
api-change:appmesh: Update appmesh client to latest version
api-change:ec2: Update ec2 client to latest version

1.13.1
api-change:polly: Update polly client to latest version
api-change:connect: Update connect client to latest version

1.13.0
api-change:opsworkscm: Update opsworkscm client to latest version
api-change:iotevents: Update iotevents client to latest version
feature:botocore.vendored.requests: Removed vendored version of requests

1.12.253
api-change:cloudwatch: Update cloudwatch client to latest version

1.12.252
api-change:batch: Update batch client to latest version
api-change:rds: Update rds client to latest version

1.12.251
api-change:kafka: Update kafka client to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics client to latest version
api-change:robomaker: Update robomaker client to latest version

1.12.250
api-change:kinesis-video-archived-media: Update kinesis-video-archived-media client to latest version

1.12.249
api-change:personalize: Update personalize client to latest version
api-change:workspaces: Update workspaces client to latest version

1.12.248
api-change:greengrass: Update greengrass client to latest version

1.12.247
api-change:ec2: Update ec2 client to latest version
api-change:lex-runtime: Update lex-runtime client to latest version
api-change:fms: Update fms client to latest version
api-change:iotanalytics: Update iotanalytics client to latest version

1.12.246
api-change:kafka: Update kafka client to latest version
api-change:elasticache: Update elasticache client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version

1.12.245
api-change:organizations: Update organizations client to latest version
api-change:events: Update events client to latest version
api-change:firehose: Update firehose client to latest version
api-change:datasync: Update datasync client to latest version

1.12.244
api-change:snowball: Update snowball client to latest version
api-change:directconnect: Update directconnect client to latest version
api-change:firehose: Update firehose client to latest version
api-change:pinpoint: Update pinpoint client to latest version
api-change:glue: Update glue client to latest version
api-change:pinpoint-email: Update pinpoint-email client to latest version

1.12.243
api-change:cognito-idp: Update cognito-idp client to latest version
api-change:mediapackage: Update mediapackage client to latest version
api-change:ssm: Update ssm client to latest version

1.12.242
api-change:es: Update es client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:application-autoscaling: Update application-autoscaling client to latest version
api-change:devicefarm: Update devicefarm client to latest version

1.12.241
api-change:lightsail: Update lightsail client to latest version

1.12.240
api-change:docdb: Update docdb client to latest version

1.12.239
api-change:waf: Update waf client to latest version
api-change:rds: Update rds client to latest version
api-change:mq: Update mq client to latest version

1.12.238
api-change:amplify: Update amplify client to latest version
api-change:ecs: Update ecs client to latest version

1.12.237
api-change:ssm: Update ssm client to latest version
api-change:codepipeline: Update codepipeline client to latest version

1.12.236
api-change:globalaccelerator: Update globalaccelerator client to latest version
api-change:dms: Update dms client to latest version
api-change:sagemaker: Update sagemaker client to latest version

1.12.235
api-change:transcribe: Update transcribe client to latest version
api-change:comprehendmedical: Update comprehendmedical client to latest version
api-change:datasync: Update datasync client to latest version

1.12.234
api-change:rds-data: Update rds-data client to latest version
api-change:redshift: Update redshift client to latest version

1.12.233
api-change:workspaces: Update workspaces client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:greengrass: Update greengrass client to latest version
api-change:rds: Update rds client to latest version

1.12.232
api-change:mediaconnect: Update mediaconnect client to latest version
api-change:glue: Update glue client to latest version
api-change:ecs: Update ecs client to latest version

1.12.231
api-change:ram: Update ram client to latest version
api-change:waf-regional: Update waf-regional client to latest version
api-change:apigateway: Update apigateway client to latest version

1.12.230
api-change:iam: Update iam client to latest version
api-change:athena: Update athena client to latest version
api-change:personalize: Update personalize client to latest version

1.12.229
api-change:eks: Update eks client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version

1.12.228
api-change:elbv2: Update elbv2 client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:workmailmessageflow: Update workmailmessageflow client to latest version
api-change:medialive: Update medialive client to latest version

1.12.227
api-change:stepfunctions: Update stepfunctions client to latest version
api-change:rds: Update rds client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:mediaconnect: Update mediaconnect client to latest version
api-change:ses: Update ses client to latest version
api-change:config: Update config client to latest version

1.12.226
api-change:storagegateway: Update storagegateway client to latest version

1.12.225
api-change:qldb: Update qldb client to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics client to latest version
api-change:appstream: Update appstream client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:robomaker: Update robomaker client to latest version
api-change:appmesh: Update appmesh client to latest version
api-change:qldb-session: Update qldb-session client to latest version

1.12.224
api-change:kinesisanalytics: Update kinesisanalytics client to latest version

1.12.223
api-change:config: Update config client to latest version

1.12.222
api-change:stepfunctions: Update stepfunctions client to latest version
api-change:transcribe: Update transcribe client to latest version
api-change:eks: Update eks client to latest version

1.12.221
api-change:ecs: Update ecs client to latest version
api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi client to latest version
api-change:gamelift: Update gamelift client to latest version

1.12.220
api-change:mq: Update mq client to latest version
api-change:apigatewaymanagementapi: Update apigatewaymanagementapi client to latest version
api-change:ecs: Update ecs client to latest version

1.12.219
api-change:codepipeline: Update codepipeline client to latest version
api-change:application-autoscaling: Update application-autoscaling client to latest version
api-change:elasticache: Update elasticache client to latest version
api-change:lambda: Update lambda client to latest version
api-change:ecs: Update ecs client to latest version

1.12.218
api-change:sqs: Update sqs client to latest version
api-change:globalaccelerator: Update globalaccelerator client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version

1.12.217
api-change:organizations: Update organizations client to latest version

1.12.216
api-change:ssm: Update ssm client to latest version
api-change:securityhub: Update securityhub client to latest version

1.12.215
api-change:ec2: Update ec2 client to latest version
api-change:mediapackage-vod: Update mediapackage-vod client to latest version
api-change:transcribe: Update transcribe client to latest version

(adam)

2019-12-12 12:14:21 UTC pkgsrc-2019Q3 commitmail json YAML

Pullup tickets up to #6100

(bsiegert)

2019-12-12 12:13:11 UTC pkgsrc-2019Q3 commitmail json YAML

Pullup ticket #6100 - requested by hauke
www/davical: security fix

Revisions pulled up:
- www/davical/Makefile                                          1.42
- www/davical/PLIST                                            1.12
- www/davical/distinfo                                          1.17

---
  Module Name:    pkgsrc
  Committed By:  hauke
  Date:          Thu Dec 12 08:12:27 UTC 2019

  Modified Files:
            pkgsrc/www/davical: Makefile PLIST distinfo

  Log Message:
  Update www/davical to v1.1.9.2

    >From upstream's changelog:

  1.1.9.2:

  Bug Fixes

        Fix CSRF not being checked in collection-edit.php

  Other Changes

        use foreach() instead of deprecated each()

  1.1.9.1:

  Bug Fixes

        Corrects reflected cross-site scripting (XSS) vulnerability
        Corrects persistent XSS vulnerability in user/group/resource details
        Corrects persistent XSS vulnerability in user/group/resource list
        Adds token to address cross-site request forgery (CSRF) vulnerability
        Corrects syntax error in name of collection_id
        Make calquery aware of default timezone
        Corrections to range-based calendar queries
        Add missing 'break' to rrule.php

  Other Changes

        Updated PHP version requirement

(bsiegert)

2019-12-12 12:00:22 UTC MAIN commitmail json YAML

inkscape: Fix PKGLOCALEDIR.

(jperkin)

2019-12-12 11:50:51 UTC pkgsrc-2019Q3 commitmail json YAML

Pullup ticket #6099 - requested by leot
devel/git: security fix (update to 2.23.1)

Via patch.

---
  Changes:
  2.23.1
  ======
  This release merges up the fixes that appear in v2.14.6, v2.15.4,
  v2.17.3, v2.20.2 and in v2.21.1, addressing the security issues
  CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
  CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and
  CVE-2019-19604.

    * CVE-2019-1348:
      The --export-marks option of git fast-import is exposed also via
      the in-stream command feature export-marks=... and it allows
      overwriting arbitrary paths.

    * CVE-2019-1349:
      When submodules are cloned recursively, under certain circumstances
      Git could be fooled into using the same Git directory twice. We now
      require the directory to be empty.

    * CVE-2019-1350:
      Incorrect quoting of command-line arguments allowed remote code
      execution during a recursive clone in conjunction with SSH URLs.

    * CVE-2019-1351:
      While the only permitted drive letters for physical drives on
      Windows are letters of the US-English alphabet, this restriction
      does not apply to virtual drives assigned via subst <letter>:
      <path>. Git mistook such paths for relative paths, allowing writing
      outside of the worktree while cloning.

    * CVE-2019-1352:
      Git was unaware of NTFS Alternate Data Streams, allowing files
      inside the .git/ directory to be overwritten during a clone.

    * CVE-2019-1353:
      When running Git in the Windows Subsystem for Linux (also known as
      "WSL") while accessing a working directory on a regular Windows
      drive, none of the NTFS protections were active.

    * CVE-2019-1354:
      Filenames on Linux/Unix can contain backslashes. On Windows,
      backslashes are directory separators. Git did not use to refuse to
      write out tracked files with such filenames.

    * CVE-2019-1387:
      Recursive clones are currently affected by a vulnerability that is
      caused by too-lax validation of submodule names, allowing very
      targeted attacks via remote code execution in recursive clones.

  Credit for finding these vulnerabilities goes to Microsoft Security
  Response Center, in particular to Nicolas Joly. The `fast-import`
  fixes were provided by Jeff King, the other fixes by Johannes
  Schindelin with help from Garima Singh.

    * CVE-2019-19604:
      The change to disallow `submodule.<name>.update=!command` entries in
      `.gitmodules` which was introduced v2.15.4 (and for which v2.17.3
      added explicit fsck checks) fixes the vulnerability in v2.20.x where
      a recursive clone followed by a submodule update could execute code
      contained within the repository without the user explicitly having
      asked for that.

  Credit for finding this vulnerability goes to Joern Schneeweisz,
  credit for the fixes goes to Jonathan Nieder.

(bsiegert)

2019-12-12 10:46:15 UTC MAIN commitmail json YAML

py-Tk: python38 needs Modules/clinic available to build

(markd)

2019-12-12 10:43:32 UTC MAIN commitmail json YAML

py-curses: python38 needs Modules/clinic available to build

(markd)

2019-12-12 10:40:57 UTC MAIN commitmail json YAML

libnotify: Apply transformations to post-wrapper arguments.

Fixes SunOS build.

(jperkin)

2019-12-12 10:14:10 UTC pkgsrc-2019Q3 commitmail json YAML

Pullup ticket #6098 - requested by leot
graphics/jbig2dec: correct license

Revisions pulled up:
- graphics/jbig2dec/Makefile                                    1.13

---
  Module Name:    pkgsrc
  Committed By:  leot
  Date:          Tue Dec 10 10:31:59 UTC 2019

  Modified Files:
          pkgsrc/graphics/jbig2dec: Makefile

  Log Message:
  jbig2dec: Update LICENSE: it's under AGPLv3, not GPLv3!

(bsiegert)

2019-12-12 10:05:06 UTC MAIN commitmail json YAML

doc: Updated graphics/ansilove to 4.0.6

(fcambus)

2019-12-12 10:04:53 UTC MAIN commitmail json YAML

ansilove: update to 4.0.6.

ChangeLog:

AnsiLove/C 4.0.6 (2019-12-10)

- Remove extraneous sauceReadFileName() call, read from existing SAUCE record
- Use strdup() when assigning fileName and fext fallback values
- Call memset() to set all record struct fields to zero
- Free SAUCE record and comments once and for all when exiting the program

(fcambus)

2019-12-12 08:12:40 UTC MAIN commitmail json YAML

doc: Updated www/davical to 1.1.9.2

(hauke)

2019-12-12 08:12:27 UTC MAIN commitmail json YAML

Update www/davical to v1.1.9.2

From upstream's changelog:

1.1.9.2:

Bug Fixes

    Fix CSRF not being checked in collection-edit.php

Other Changes

    use foreach() instead of deprecated each()

1.1.9.1:

Bug Fixes

    Corrects reflected cross-site scripting (XSS) vulnerability
    Corrects persistent XSS vulnerability in user/group/resource details
    Corrects persistent XSS vulnerability in user/group/resource list
    Adds token to address cross-site request forgery (CSRF) vulnerability
    Corrects syntax error in name of collection_id
    Make calquery aware of default timezone
    Corrections to range-based calendar queries
    Add missing 'break' to rrule.php

Other Changes

    Updated PHP version requirement

(hauke)

2019-12-12 04:35:21 UTC MAIN commitmail json YAML

regress/Makefile: add reasons for commenting out entries

(wiz)

2019-12-12 00:25:52 UTC MAIN commitmail json YAML

CHANGES-2019: remove double line for samurai.

(ng0)

2019-12-12 00:24:39 UTC MAIN commitmail json YAML

doc: Added devel/samurai version 0.7

(ng0)

2019-12-12 00:13:52 UTC MAIN commitmail json YAML

inspircd3: Disable configuration prompt for uid.

Build fix for certain pkgsrc build environments.

(nia)

2019-12-11 23:36:29 UTC MAIN commitmail json YAML

devel: Add samurai.

samurai is a ninja-compatible build tool written in C99 with a focus on
simplicity, speed, and portability.

samurai implements the ninja build language through version 1.9.0 except
for MSVC dependency handling (`deps = msvc`). It uses the same format
for `.ninja_log` and `.ninja_deps` as ninja, currently version 5 and 4
respectively.

It is feature-complete and supports most of the same options as ninja.

samurai requires various POSIX.1-2008 interfaces.

(ng0)

2019-12-11 21:22:12 UTC MAIN commitmail json YAML

doc: Added wm/velox version 0.0.3.20191211

(nia)

2019-12-11 21:21:26 UTC MAIN commitmail json YAML

doc: Added wm/swc version 0.0.0.20191211

(nia)

2019-12-11 21:19:54 UTC MAIN commitmail json YAML

doc: Added graphics/wld version 0.0.0.20191211

(nia)

2019-12-11 21:19:29 UTC MAIN commitmail json YAML

2019-12-11 21:18:06 UTC MAIN commitmail json YAML

wm: Add swc.

swc is a small Wayland compositor implemented as a library.

It has been designed primary with tiling window managers in mind.

This is a friendly fork of swc that adds NetBSD support.

(nia)

2019-12-11 21:15:10 UTC MAIN commitmail json YAML

Add graphics/wld.

wld is a drawing library that targets Wayland.

Currently, this package only supports unaccelerated rendering on NetBSD.

(nia)

2019-12-11 20:30:12 UTC MAIN commitmail json YAML

Updated devel/py-cython, graphics/py-matplotlib

(adam)

2019-12-11 20:29:51 UTC MAIN commitmail json YAML

py-matplotlib: updated to 3.1.2

v3.1.2:
- fix regresion of incorrect limits for y-axis in imshow
- fix integer indexed pandas series
- fix ScalarFormatter formatting of masked values
- webagg and nbagg no longer incorrectly fallback to agg when $DISPLAY is not set
- several fixes for Qt5 backend
- other bugfixes and documentation fixes

(adam)

2019-12-11 20:20:23 UTC MAIN commitmail json YAML

2019-12-11 19:07:19 UTC MAIN commitmail json YAML

Updated geography/py-geojson, comms/py-colorama, textproc/py-colored, lang/py-mypy

(adam)

2019-12-11 19:06:55 UTC MAIN commitmail json YAML

py-mypy: updated to 0.750

Mypy 0.750 was released. This release has better support for self-types, improved stub generator, experimental static inference of annotations, and other improvements and bug fixes. Read the blog post for more details.

(adam)

2019-12-11 19:04:15 UTC MAIN commitmail json YAML

py-colored: updated to 1.4.2

version 1.4.2:
- Python 3 compatibility
- setup.py file

Version 1.4.1:
- UnsupportedOperation: fileno when detecting TTY

(adam)

2019-12-11 19:01:00 UTC MAIN commitmail json YAML

py-colorama: updated to 0.4.3

0.4.3:
tweak Makefile build/upload instructions.
Fix README's link to enterprise docs

(adam)

2019-12-11 18:58:58 UTC MAIN commitmail json YAML

py-geojson: updated to 2.5.0

2.5.0:
- Add "precision" parameter to GeoJSON Object classes with default precision of 6 (0.1m)
- Fix bug where `map_geometries()` util was not preserving Feature IDs
- Remove `crs` module and features to conform to official WGS84-only GeoJSON spec
- Set up semi-automatic PyPi releases via Travis/Jazzband

(adam)

2019-12-11 18:51:10 UTC MAIN commitmail json YAML

Updated textproc/fmtlib, devel/yarn, archivers/unrar, textproc/oniguruma

(adam)

2019-12-11 18:50:46 UTC MAIN commitmail json YAML

oniguruma: updated to 6.9.4

Release 6.9.4
(Almost same as Release Candidate 3)
NEW API: RegSet (set of regexes)
Fixed CVE-2019-19012
Fixed CVE-2019-19203 (Does not affect UTF-8, UTF-16 and UTF-32 encodings)
Fixed CVE-2019-19204 (Affects only PosixBasic, Emacs and Grep syntaxes)
Fixed CVE-2019-19246
Fixed some problems (found by libFuzzer test)

(adam)

2019-12-11 18:49:08 UTC MAIN commitmail json YAML

2019-12-11 18:47:50 UTC MAIN commitmail json YAML

yarn: updated to 1.21.1

1.21.1:
No release notes

(adam)

2019-12-11 18:43:34 UTC MAIN commitmail json YAML

fmtlib: updated to 6.1.2

6.1.2:
Fixed ABI compatibility with libfmt.so.6.0.0.
Fixed handling types convertible to std::string_view.
Made CUDA test an opt-in enabled via the FMT_CUDA_TEST CMake option.
Fixed sign conversion warnings.

(adam)

2019-12-11 16:44:22 UTC MAIN commitmail json YAML

2019-12-11 15:56:39 UTC MAIN commitmail json YAML

doc: Updated www/nsm to 1.24

(ng0)

2019-12-11 15:56:05 UTC MAIN commitmail json YAML

www/nsm: Update to version 1.24

Changelog picked from https://github.com/nifty-site-manager/nsm/releases:

Nift (aka nsm) v1.24
Release Notes:
    * fixed bugs with content/page/script extensions and mv/cp/rm
      aka move/copy/del
    * updated/moved removePath to remove_path and remove_file and
      now removes now-empty directories
    * added in ^ option for @script syntax in template language
      for not making a backup copy
    * added in backupScripts to config files
    * added Nift commands track-dir, untrack-dir, rm-dir,
      track-from-file, untrack-from-file, rm-from-file (note when
      removing large volumes of pages using rm-from-file can cause
      significant machine lags while running and not long after)
    * added Nift commands watch, unwatch, info-watching
    * got rid of pre/post build-all and build-updated scripts,
      costs too much time and not really needed
    * added pre/post build scripts to page dependencies

(ng0)

2019-12-11 15:10:48 UTC MAIN commitmail json YAML

doc: Updated audio/pavucontrol to 4.0

(mef)

2019-12-11 15:10:23 UTC MAIN commitmail json YAML

(audio/pavucontrol) Updated 3.0 to 4.0

  Tue Mar 5 2019:
  [11]Version 4.0 released. Changes:
    * There can now be only one pavucontrol window open at a time. Trying
      to start pavucontrol for a second time brings the first window to
      foreground.
    * Added a "Show volume meters" checkbox to the Configuration tab.
      Disabling the volume meters reduces CPU use.
    * Improve the use of space (remove useless margins and paddings).
    * Use a more appropriate icon for the channel lock button.
    * Better channel label layout, prevents volume sliders from getting
      unaligned.
    * Maximum latency offset increased from 2 to 5 seconds to accommodate
      AirPlay devices that often have higher latency than 2 seconds (this
      is not that useful on newer PulseAudio versions, though, because
      the latency is reported much more accurately than before).
    * New --version command line option.
    * New translations: Chinese (Taiwan), Croatian, Korean, Norwegian
      Nynorsk, Lithuanian, Valencian.
    * Updated translations: Finnish, French, German, Italian, Japanese,
      Polish, Swedish.
    * Dropped support for Gtk+ 2.
    * Bumped the minimum supported libpulse version to 5.0.
    * Improved compatibility with newer Glade versions.

(mef)

2019-12-11 14:58:10 UTC MAIN commitmail json YAML

doc: Updated fonts/fntsample to 5.3

(mef)

2019-12-11 14:57:44 UTC MAIN commitmail json YAML

(fonts/fntsample) Updated to 5.3

Changes in version 5.3
        * Support reproducible builds with PDF output (Khaled Hosny)

(mef)

2019-12-11 14:54:25 UTC MAIN commitmail json YAML

git-base: Use bash to run tests

At least with NetBSD (9.99.17) sh(1) the `streaming support for --stdin'
test of t0008-ignores.sh hangs.  Force to use bash for tests and add it as a
test dependency. (This needs to be investigate further.)

The entire test suite is now runs but at least on NetBSD 9.99.17
t0301-credential-cache.sh test 29 `use user socket if user directory
exists' and test 30 `use user socket if user directory is a symlink to
a directory' fail.

(leot)

2019-12-11 14:52:35 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-nokogiri to 1.10.7

(tsutsui)

2019-12-11 14:52:21 UTC MAIN commitmail json YAML

ruby-nokogiri: update to 1.10.7.

Upstream changes (from CHANGELOG.md):

## 1.10.7 / 2019-12-03

### Bug

* [MRI] Ensure the patch applied in v1.10.6 works with GNU `patch`. [#1954]

## 1.10.6 / 2019-12-03

### Bug

* [MRI] Fix FreeBSD installation of vendored libxml2. [#1941, #1953] (Thanks, @nurse!)

## 1.10.5 / 2019-10-31

### Security

[MRI] Vendored libxslt upgraded to v1.1.34 which addresses three CVEs for libxslt:

* CVE-2019-13117
* CVE-2019-13118
* CVE-2019-18197

More details are available at #1943.

### Dependencies

* [MRI] vendored libxml2 is updated from 2.9.9 to 2.9.10
* [MRI] vendored libxslt is updated from 1.1.33 to 1.1.34

(tsutsui)

2019-12-11 14:51:53 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-memoist to 0.16.2

(tsutsui)

2019-12-11 14:51:36 UTC MAIN commitmail json YAML

ruby-memoist: update to 0.16.2.

Upstream changes (from CHANGELOG.md):

v0.16.2 (2019-12-04)

Merged pull requests:

* Fix regression introduced by frozen symbol fix #86 (sebjacobs)

v0.16.1 (2019-11-08)

Merged pull requests:

* Remove ruby 1.9.2 from travis build matrix #84 (unasuke)
* Make Memoist.escape_punctuation compatible with MRI 2.7 #82 (casperisfine)
* add 2.5.1 to travis #77 (matthewrudy)
* Remove ghit.me #74 (matthewrudy)
* Place sample code for execution in README.md #73 (3nan3)
* Require Ruby >=1.9.2 #69 (matthewrudy)

(tsutsui)

2019-12-11 14:49:52 UTC MAIN commitmail json YAML

Updated devel/py-Pyro, net/py-Socks

(adam)

2019-12-11 14:49:15 UTC MAIN commitmail json YAML

py-Socks: updated to 1.7.1

1.7.1:
Unknown changes

(adam)

2019-12-11 14:45:17 UTC MAIN commitmail json YAML

py-Pyro: updated to 4.77

Pyro 4.77
- dropped support for Python 3.4 (which has reached end-of-life status). Supported Python versions are now 2.7, and 3.5 or newer.
  (the life cycle status of the Python versions can be seen here https://devguide.python.org/#status-of-python-branches)
- URIs now allow spaces in the location part. Useful for unix domain sockets.

(adam)

2019-12-11 14:42:17 UTC MAIN commitmail json YAML

Updated devel/py-dulwich, net/py-kombu

(adam)

2019-12-11 14:42:01 UTC MAIN commitmail json YAML

py-kombu: updated to 4.6.7

4.6.7:
Use importlib.metadata from the standard library on Python 3.8+.
Add peek lock settings to be changed using transport options.
Fix redis health checks.
Reset ready before execute callback.
Add missing parameter queue_args in kombu.connection.SimpleBuffer.

(adam)

2019-12-11 14:37:50 UTC MAIN commitmail json YAML

py-dulwich: updated to 0.19.14

0.19.14:
* Strip superfluous <> around email.
* Stop checking for ref validity client-side. Users can
  still call check_wants manually.
* Switch over to Google-style docstrings.
* Add a ``dulwich.porcelain.active_branch`` function.
* Cleanup new directory if clone fails.
* Expand "~" in global exclude path.

(adam)

2019-12-11 14:28:25 UTC MAIN commitmail json YAML

Updated devel/py-jupyter_core, security/py-certifi

(adam)

2019-12-11 14:27:54 UTC MAIN commitmail json YAML

py-certifi: updated to 2019.11.28

2019.11.28:
Unknown changes

(adam)

2019-12-11 14:24:50 UTC MAIN commitmail json YAML

py-jupyter_core: updated to 4.6.1

4.6.1
- Tolerate execute bit in owner permissions when validating secure writes
- Fix project name typo in copyright

(adam)

2019-12-11 14:19:55 UTC MAIN commitmail json YAML

Updated textproc/py-tabulate, devel/py-setuptools

(adam)

2019-12-11 14:19:35 UTC MAIN commitmail json YAML

py-setuptools: updated to 42.0.2

v42.0.2
Fix support for easy_install's find-links option in setup.cfg.
Build dependencies (setup_requires and tests_require) now install transitive dependencies indicated by extras.

(adam)

2019-12-11 14:17:49 UTC MAIN commitmail json YAML

py-tabulate: updated to 0.8.6

0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.

(adam)

2019-12-11 14:13:29 UTC MAIN commitmail json YAML

Updated devel/libebml, devel/protobuf, devel/py-protobuf

(adam)

2019-12-11 14:12:28 UTC MAIN commitmail json YAML

2019-12-11 14:09:17 UTC MAIN commitmail json YAML

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

(tsutsui)

2019-12-11 14:09:00 UTC MAIN commitmail json YAML

2019-12-11 14:05:28 UTC MAIN commitmail json YAML

libebml: updated to 1.3.10

v1.3.10:
* When reading binary elements with a size of 0, the element was
  skipped by libebml instead of returned to the calling function.

(adam)

2019-12-11 13:52:34 UTC MAIN commitmail json YAML

doc: Updated fonts/FiraCode to 2

(mef)

2019-12-11 13:52:07 UTC MAIN commitmail json YAML

(fonts/FireCode) Updated from 1.204 to 2  (thanks leot@ for advice)

### Changelog

All notable changes to this project will be documented in this file.

#### 2.0 (September 9, 2019)

- Characters U+25DE `◟` and U+25DF `◞` were swapped [#761]
- Added Box Drawing Light Arcs U+256D `╭` U+256E `╮` U+256F `╯` U+2570 `╰` [#702] [#714] [#725]
- Added Mathematical Angle Brackets U+27E8 `⟨` U+27E9 `⟩` [#763]
- Added Light and heavy dashed lines U+2504..U+250B `┄┅┆┇┈┉┊┋` [#702]
- Adjusted Box drawings double dashes U+254C..U+254F `╌╍╎╏`
- Fixed outlines of U+04FA `Ӻ` and U+04FB `ӻ` [#806]
- Added Not identical to U+2262 `≢` [#396]
- Added Latin Capital Letter Sharp S U+1E9E `ẞ` [#587]
- Tuned position and width of U+2044 Fraction Slash ` ⁄ ` [#588] and U+2215 Division Slash `∕` [#805]
- Added U+1405 Canadian Syllabics O `ᐅ` and U+140A Canadian Syllabics A `ᐊ` [#666]
- Added U+2234 Therefore `∴` and U+2235 Because `∵` [#669]
- Added U+239B..U+23AD multi-line brackets [#675]

```
⎛ 1 ⎞ ⎡ a ⎤ ⎧ x ⎫
⎜ 2 ⎟ ⎢ b ⎥ ⎪ y ⎪
⎜ 3 ⎟ ⎢ c ⎥ ⎨ z ⎬
⎜ 4 ⎟ ⎢ d ⎥ ⎪ y ⎪
⎝ 5 ⎠ ⎣ e ⎦ ⎩ x ⎭
```

- Added U+27F0..U+27FF Supplemental Arrows-A `⟲⟳⟰⟱⟴⟵⟶⟷⟸⟹⟺⟻⟼⟽⟾⟿` [#677]
- Added U+2400..U+2426 Control Pictures `␆␈␇␣␢␘␍␐␡␥␔␑␓␒␙␃␄␗␅␛␜␌␝␉␊␕␤␀␞␏␎␠␁␂␚␦␖␟␋` [#764]
- Added U+2388 Helm Symbol `⎈` [#766]
- Added U+2016 Double Vertical Line `‖` [#780]
- Tuned metrics (1870,-530 -> 1800,-600, upm 2000 -> 1950, hopefully fix [#552] [#798])
- Box characters to not overflow line height, taller `|` [#449]
- Added few technical symbols [#799]:
  - U+21A9 Leftwards arrow with hook (Return) `↩`
  - U+21DE Upwards arrow with double stroke (Page Up) `⇞`
  - U+21DF Downwards arrow with double stroke (Page down) `⇟`
  - U+21E4 Left Tab Arrow `⇤`
  - U+21E5 Right Tab Arrow `⇥`
  - U+2300 Diameter sign `⌀`
  - U+2303 Up Arrowhead (Control) `⌃`
  - U+2304 Down Arrowhead `⌄`
  - U+2305 Projective `⌅`
  - U+2306 Perspective `⌆`
  - U+2318 Place of interest sign (Command) `⌘`
  - U+2324 Up Arrowhead between two horizontal bars `⌤`
  - U+2325 Option Key `⌥`
  - U+2387 Alternative Key Symbol `⎇`
  - U+238B Broken Circle with Northwest Arrow (Escape) `⎋`
  - U+23CF Eject symbol `⏏`
- Added Coq logical and ` /\ ` and logical or ` \/ ` ligatures, U+2227 `∧` and U+2228 `∨` [#191] [#488] [#738] [#810]
- Added SystemVerilog `|->` `|=>` and `<-|` `<=|` for symmetry [#695]
- Added Forces `||-` ligature and U+22A2..U+22AF `⊢ ⊣ ⊤ ⊥ ⊦ ⊧ ⊨ ⊩ ⊪ ⊫ ⊬ ⊭ ⊮ ⊯` [#709]
- Added `fl` `Fl` `Tl` ligatures, adjusted `fi` `fj` pairs [#795]
- Disabled ligatures after regexp lookahead/lookbehinds `(?<=<` `(?<=>` `(?<==>` `(?<=|` `(?<==` `(?=:=` `(?=!=` `(?==` `(?===` `(?==>` `(?=>` `(?=>>` `(?=<<` `(?=/=` `(?!!` `(?!!.` `(?!=` `(?!==` `(?<!!` `(?<!!.` `(?<!=` `(?<!==` `(?<!--` [#578]
- Removed `..=` [#757]
- Alternatives (stylistic sets):
  - Lowercase `r` (ss01) [#601]
  - Less than/greater than `<=` `>=` (ss02) [#263] [#617]
  - Ampersand `&` (ss03) [#617]
  - Dollar sign `$` (ss04) [#617]
  - At sign `@` (ss05) [#617] [#748] [#817]
  - Thin backslash (ss06) [#577 #720 #825]
  - Dotted zero `0` (zero, ss19)
  - Old-style figures (onum, ss20) [#561] [#715]
- Old-style figures no longer prevent ligatures [#561] [#715]

#### 1.207 (April 6, 2019)

- Variable TTF, cleaned up [many small Light weight errors](https://github.com/thundernixon/FiraCode/blob/qa/googlefonts-qa/notes/outline-checks.md) (done by @thundernixon, PR #735)
- Dropped EOF which were only useful for IE 6-11
- Fixed different vertical position of `<=` `>=` in Light and Bold caused during [#483]

#### 1.206 (September 30, 2018)

- Added `<==>` ([#392]), `#:` ([#642]), `!!.` ([#618]), `>:` `:<` ([#605]), U+0305 Combining overline ([#608]), U+2610 Ballot box, U+2611 Ballot box with check, U+2612 Ballot box with x ([#384])
- Fixed incorrect width of `[` `**` ([#607])
- Redrew `{|` `|}` `[|` `|]` ([#643])
- Removed `{.` `.}` ([#635]), thin backslash ([#577])
- Disabled ligatures in `(?=` `(?<=` `(?:` ([#624]), `>=<` ([#548]), `{|}` `[|]` ([#593])
- Fixed ligatures precedence in `<||>` ([#621]), `:>=` ([#574]), `<<*>>` `<<<*>>>` `<<+>>` <<<+>>>` `<<$>>` `<<<$>>>` ([#410]), `!=<` ([#276])
- Fixed incorrectly swapped box drawing characters `╵` and `╷` ([#595])
- Adjusted vertical position of `<=` `>=` to align with `<` `>` ([#483])

#### 1.205 (February 27, 2018)

- Slashed zero by default ([#481] [#342])
- Adjusted vertical position of colon `:` near `{[()]}` ([#486])
- Thin backslash except when in `\\`, removed `\\\` ([#536])
- Added `:>` ([#547]) and `<:` ([#525])
- Removed `=<` ([#479] [#468] [#424] [#406] [#355] [#305])
- Added `::=` ([#539])
- Added `[|` `|]` ([#516]) `{|` `|}` ([#330])
- Added `✓` (U+2713)
- Added `..=` ([#433])
- Added `=!=` ([#338])
- Added `|-` `-|` `_|_` and adjusted `|=` `||=` ([#494])
- Added `#=` ([#208])

(mef)

2019-12-11 13:47:04 UTC MAIN commitmail json YAML

Updated www/py-meld3, archivers/py-libarchive-c

(adam)

2019-12-11 13:46:46 UTC MAIN commitmail json YAML

py-libarchive-c: updated to 2.9

2.9:
Changes to the library:
optimized the ArchiveEntry class
added support for the zstd format
fixed the top-level __all__ list (7b97d8b)
updated the code to support Python 3.8
improved the add_file_from_memory method
lowered the level of log messages from warning to info

Tests:
dropped testing with Python 3.4, added 3.7 and 3.8
fixed unicode handling in entry tests

(adam)

2019-12-11 13:43:32 UTC MAIN commitmail json YAML

py-meld3: updated to 2.0.0

2.0.0:
- Removed support for older Python versions.  On Python 2, meld3 now
  requires Python 2.7.  On Python 3, meld3 now requires Python 3.4 or later.
- Added Python 3.7 classifier to ``setup.py``.  No code changes were
  needed for Python 3.7 compatibility.

(adam)

2019-12-11 13:20:21 UTC MAIN commitmail json YAML

Updated devel/py-xdis, lang/py-uncompyle6

(adam)

2019-12-11 13:19:20 UTC MAIN commitmail json YAML

py-uncompyle6: updated to 3.6.0

3.6.0:
The main focus in this release was more accurate decompilation especially for 3.7 and 3.8. However there are some improvments to Python 2.x as well, including one of the long-standing problems of detecting the difference between try ... and try else ....

With this release we now rebase Python 3.7 on off of a 3.7 base; This is also as it is (now) in decompyle3. This facilitates removing some of the cruft in control-flow detection in the 2.7 uncompyle2 base.

Alas, decompilation speed for 3.7 on is greatly increased. Hopefull this is temporary (cough, cough) until we can do a static control flow pass.

Finally, runing in 3.9-dev is tolerated. We can disassemble, but no parse tables yet.

(adam)

2019-12-11 13:18:47 UTC MAIN commitmail json YAML

doc: Updated fonts/Hack-ttf to 3.003

(mef)

2019-12-11 13:18:25 UTC MAIN commitmail json YAML

py-xdis: updated to 4.2.0

4.2.0:
Add preliminary 3.9(dev) support
Handle 3.8-3.9 bytecode from 3.7ish

(adam)

2019-12-11 13:18:19 UTC MAIN commitmail json YAML

(fonts/Hack-ttf) Updated 2.020 to 3.003, overs 160 lines ChangeLog ommitted (CHANGELOG.md)

(mef)

2019-12-11 12:52:42 UTC MAIN commitmail json YAML

Updated devel/meson, multimedia/py-m3u8

(adam)

2019-12-11 12:52:22 UTC MAIN commitmail json YAML

py-m3u8: updated to 0.5.3

0.5.3:
Allow individual EXT-X-MAP tag for segment

(adam)

2019-12-11 12:48:07 UTC MAIN commitmail json YAML

meson: updated to 0.52.1

0.52.1:
Bug fixes (no release notes)

(adam)

2019-12-11 12:45:42 UTC MAIN commitmail json YAML

doc: Updated devel/meson to 0.52.0nb1

(jperkin)

2019-12-11 12:45:30 UTC MAIN commitmail json YAML

2019-12-11 10:45:16 UTC MAIN commitmail json YAML

Updated devel/py-test-mock, textproc/py-sphinxcontrib-websupport, security/py-paramiko

(adam)

2019-12-11 10:43:53 UTC MAIN commitmail json YAML

py-paramiko: updated to 2.7.1

2.7.1:
[Bug] Fix a bug in support for ECDSA keys under the newly supported OpenSSH key format. Thanks to Pierce Lopez for the patch.
[Bug] The new-style private key format (added in 2.7) suffered from an unpadding bug which had been fixed earlier for Ed25519 (as that key type has always used the newer format). That fix has been refactored and applied to the base key class, courtesy of Pierce Lopez.

2.7.0:
[Feature]: Add new convenience classmethod constructors to SSHConfig: from_text, from_file, and from_path. No more annoying two-step process!
[Feature] Implement most 窶歪anonical hostname窶� ssh_config functionality (CanonicalizeHostname, CanonicalDomains, CanonicalizeFallbackLocal, and CanonicalizeMaxDots; CanonicalizePermittedCNAMEs has not yet been implemented). All were previously silently ignored. Reported by Michael Leinartas.
[Feature] Implement support for the Match keyword in ssh_config files. Previously, this keyword was simply ignored & keywords inside such blocks were treated as if they were part of the previous block. Thanks to Michael Leinartas for the initial patchset.

Note
This feature adds a new optional install dependency, Invoke, for managing Match exec subprocesses.

[Feature]: A couple of outright SSHConfig parse errors were previously represented as vanilla Exception instances; as part of recent feature work a more specific exception class, ConfigParseError, has been created. It is now also used in those older spots, which is naturally backwards compatible.
[Feature] Implement support for OpenSSH 6.5-style private key files (typically denoted as having BEGIN OPENSSH PRIVATE KEY headers instead of PEM format窶冱 BEGIN RSA PRIVATE KEY or similar). If you were getting any sort of weird auth error from 窶徇odern窶� keys generated on newer operating system releases (such as macOS Mojave), this is the first update to try.

Major thanks to everyone who contributed or tested versions of the patch, including but not limited to: Kevin Abel, Michiel Tiller, Pierce Lopez, and Jared Hobbs.

[Bug]: Perform deduplication of IdentityFile contents during ssh_config parsing; previously, if your config would result in the same value being encountered more than once, IdentityFile would contain that many copies of the same string.
[Bug]: Paramiko窶冱 use of subprocess for ProxyCommand support is conditionally imported to prevent issues on limited interpreter platforms like Google Compute Engine. However, any resulting ImportError was lost instead of preserved for raising (in the rare cases where a user tried leveraging ProxyCommand in such an environment). This has been fixed.
[Bug]: ssh_config token expansion used a different method of determining the local username ($USER env var), compared to what the (much older) client connection code does (getpass.getuser, which includes $USER but may check other variables first, and is generally much more comprehensive). Both modules now use getpass.getuser.
[Support]: Explicitly document which ssh_config features we currently support. Previously users just had to guess, which is simply no good.
[Support]: Additional installation extras_require 窶彷lavors窶� (ed25519, invoke, and all) have been added to our packaging metadata; see the install docs for details.

(adam)

2019-12-11 10:38:05 UTC MAIN commitmail json YAML

py-smb: updated to 1.1.28

pysmb-1.1.28:
- SharedFile instances returned from the listPath() method now has a new
  file_id attribute which represents the file reference number given by the SMB server.

(adam)

2019-12-11 10:34:50 UTC MAIN commitmail json YAML

py-sphinxcontrib-websupport: updated to 1.1.2

Release 1.1.2:
* sphinxcontrib-websupport doesn't work with Sphinx 2.0

Release 1.1.1:
* sphinxcontrib-websupport doesn't work with Sphinx 2.0.0b1

(adam)

2019-12-11 10:32:34 UTC MAIN commitmail json YAML

py-test-mock: updated to 1.13.0

1.13.0:
* The object returned by ``mocker.spy`` now also tracks any side effect
  of the spied method/function.

(adam)

2019-12-11 10:30:40 UTC MAIN commitmail json YAML

doc: Fix sysutils/virt-what entry (it was added, not updated)

(leot)

2019-12-11 10:29:17 UTC MAIN commitmail json YAML

Updated devel/py-importlib-metadata, time/py-icalendar

(adam)

2019-12-11 10:28:58 UTC MAIN commitmail json YAML

py-icalendar: updated to 4.0.4

4.0.4:
Bug fixes:
- Reduce Hypothesis iterations to speed up testing, allowing PRs to pass

(adam)

2019-12-11 10:27:31 UTC MAIN commitmail json YAML

py-importlib-metadata: updated to 1.3.0

v1.3.0
Improve custom finders documentation.

(adam)

2019-12-11 09:00:57 UTC MAIN commitmail json YAML

Updated databases/py-multidict, www/py-yarl

(adam)

2019-12-11 09:00:36 UTC MAIN commitmail json YAML

py-yarl: updated to 1.4.2

1.4.1:
* Fix regression, make the library work on Python 3.5 and 3.6 again.

1.4.0:
* Distinguish an empty password in URL from a password not provided at all
* Fixed annotations for optional parameters of ``URL.build``
* Use None as default value of ``user`` parameter of ``URL.build``
* Enforce building C Accelerated modules when installing from source tarball, use
  ``YARL_NO_EXTENSIONS`` environment variable for falling back to (slower) Pure Python
  implementation
* Drop Python 3.5 support
* Fix quoting of plus in path by pure python version
* Don't create a new URL if fragment is unchanged
* Included in error msg the path that produces starting slash forbidden error
* Skip slow IDNA encoding for ASCII-only strings

(adam)

2019-12-11 08:58:35 UTC MAIN commitmail json YAML

py-multidict: updated to 4.7.0

4.7.0:

Features
- Replace Cython optimization with pure C
- Implement ``__length_hint__()`` for iterators
- Support the MultiDict[str] generic specialization in the runtime.
- Embed pair_list_t structure into MultiDict Python object
- Embed multidict pairs for small dictionaries to amortize the memory usage.
- Support weak references to C Extension classes.
- Add docstrings to provided classes.
- Merge ``multidict._istr`` back with ``multidict._multidict``.

Bugfixes
- Explicitly call ``tp_free`` slot on deallocation.
- Return class from __class_getitem__ to simplify subclassing

(adam)

2019-12-11 07:05:44 UTC MAIN commitmail json YAML

Updated devel/cmake

(adam)

2019-12-11 07:05:20 UTC MAIN commitmail json YAML

cmake: updated to 3.16.1

CMake 3.16.1
* bootstrap: Add target_link_options command
* Check for support before adding bigtoc linker flag
* TestDriver: ignore strcpy call
* FindThreads: Restore hard-coded '-l' flag on library name
* PCH: Do not add #pragma system_header for Xcode generator
* Unity/PCH: Skip more target types when adding automatic sources
* Unity: Generic source file handling for all generators
* Unity: Proper handling of object libraries
* PCH: Use the target's PREFIX for building the pdb file name
* CTest Resource Allocation: Add test for spec file with no version
* FindwxWidgets: Add support for 3.1.3 on macOS

(adam)

2019-12-11 01:57:03 UTC MAIN commitmail json YAML

doc: reflect Enlightenment 0.23.1 in TODO

Whoops, put back "the other version" of Enlightenment, and, while here,
note the newest release of it.

(gutteridge)

2019-12-11 01:51:13 UTC MAIN commitmail json YAML

doc: Updated wm/enlightenment to 1.0.21nb2

(gutteridge)

2019-12-11 01:50:31 UTC MAIN commitmail json YAML

wm/enlightenment: make vera-ttf a suggested dependency

vera-ttf is small, so it's simpler and safer to just make it a
suggested dependency.

(gutteridge)

2019-12-11 01:45:34 UTC MAIN commitmail json YAML

Updated security/gnupg-pkcs11-scd to 0.9.2

(manu)

2019-12-11 01:44:37 UTC MAIN commitmail json YAML

Update gnupg-pkcs11-scd to 0.9.2

Changelog since 0.7.0

2019-01-05 - Version 0.9.2

* Fixu Windows build issues, thanks Luka Logar.
* Use pin-cache configuration, thanks Luka Logar.
* Support openssl-1.1, thanks Thorsten Alteholz, W. Michael Petullo.

2017-09-26 - Version 0.9.1

* Support unix domain socket credentials on FreeBSD.
* Introduce GNUPG_PKCS11_SOCKETDIR to instruct where sockets are created.
* Make proxy systemd service work again per change of systemd behavior.

2017-08-25 - Version 0.9.0

* Avoid dup of stdin/stdout so that the terminate assuan hack operational
  again.
* Introduce gnupg-pkcs11-scd-proxy to allow isolation of the PKCS#11
  provider.
* Lots of cleanups.

2017-07-15 - Version 0.8.0

* Support multiple tokens via serial numbers by hashing token id into
  serial number.
  Implementation changes the card serial number yet again, executing
  gpg --card-status should resync.

2017-04-18 - Version 0.7.6

* Add --homedir parameter.
* Rework serial responses for gnupg-2.1.19.

2017-03-01 - Version 0.7.5

* Fix issue with decrypting padded data, thanks to smunaut.
* Catchup with gnupg-2.1 changes which caused inability to support
  both gpg and gpgsm. Implementation had to change card serial
  number, as a result current keys of gpg will look for the
  previous serial card.
  emulate-openpgpg option is obsoleted and removed.

  ACTION REQUIRED
  in order to assign new card serial number to existing keys.
  backup your ~/.gnupg.
  delete all PKCS#11 secret keys using:
      gpg --delete-secret-keys $KEY then
  Then refresh keys using:
      gpg --card-edit
  In <gnupg-2.1.19 the keys should be re-generated using:
      admin
      generate
  Do not replace keys!
  gpg will learn the private keys of the new card and attach to
  the existing public keys.
* Support gnupg-2.1 features of using existing keys, keys
  should not be explicitly specified in configuration file
  any more.

2017-01-18 - Version 0.7.4

* Fix gpg change in serialno attribute.
* Sync with gnupg-2.1, thanks to Moritz Bechler.

2011-07-30 -- Version 0.7.3

* Use assuan_sock_init, bug#3382372.

2011-04-09 -- Version 0.7.2

* Some cleanups, thanks to Timo Schulz.
* Sync hashing algorithms for OpenPGP.

2011-03-16 -- Version 0.7.1

* Sync with gnupg-2.0.17.

(manu)

2019-12-10 22:26:53 UTC MAIN commitmail json YAML

Updated games/rocksndiamonds, sysutils/ansible

(adam)

2019-12-10 22:26:34 UTC MAIN commitmail json YAML

ansible: updated to 2.9.2

v2.9.2

Minor Changes
- Provides additional information about collection namespace name restrictions
- docker_swarm_service - Sort lists when checking for changes.

Bugfixes
- Check NoneType for raw_params before proceeding in include_vars
- Fix nxos_facts rendering of keys
- Fix regression when ``ansible_failed_task`` and ``ansible_failed_result`` are not defined in the rescue block
- Fix string parsing of inline vault strings for plugin config variable sources
- Fixed typo in vmware_guest_powerstate module
- Revert customization of guest custom value behavior
- ``AnsibleUnsafe``/``AnsibleContext``/``Templar`` - Do not treat ``AnsibleUndefined`` as being "unsafe"
- acme_certificate - fix misbehavior when ACME v1 is used with ``modify_account`` set to ``false``.
- ansible-galaxy - Fix ``collection install`` when installing from a URL or a file - https://github.com/ansible/ansible/issues/65109
- ansible-galaxy - Return the HTTP code reason if no error msg was returned by the server - https://github.com/ansible/ansible/issues/64850
- ansible-galaxy - Set ``User-Agent`` to Ansible version when interacting with Galaxy or Automation Hub
- ansible-test now properly handles enumeration of git submodules. Enumeration is now done with ``git submodule status --recursive`` without specifying ``.`` for the path, since that could cause the command to fail. Instead, relative paths outside the current directory are filtered out of the results. Errors from ``git`` commands will now once again be reported as errors instead of warnings.
- ansible-test windows coverage - Output temp files as UTF-8 with BOM to standardise against non coverage runs
- become - Fix various plugins that still used play_context to get the become password instead of through the plugin - https://github.com/ansible/ansible/issues/62367
- ce modules - Update(add) docs notes to tell user modules work connection.
- ce modules - Update(add) docs notes to tell user modules work connection.
- ce modules - Update(add) docs notes to tell user modules work connection.
- ce modules - Update(add) docs notes to tell user modules work connection.
- ce modules - Update(add) docs notes to tell user modules work connection.
- ce modules - Update(add) docs notes to tell user modules work connection.
- decouple k8s_scale from the k8s module utils so that it doesn't complain about missing arguments
- docker_container - fix network idempotence comparison error.
- docker_network - fix idempotence comparison error.
- fix all checkpoint modules to be able to get parameter with value false
- fortios httpapi plugin - fix the issue that fortios httpapi plugin does not support python2
- netconf_rpc module does not work with nxos
- netscaler_service - fixed issue preventing use of graceful attribute
- openssh_keypair - fixes idempotence issue with public key
- openssl_csr - the module will now enforce that ``privatekey_path`` is specified when ``state=present``.
- plugins-netconf-ce - Fix failed to get version information.
- postgres.py - add a new keyword argument ``query_params``
- postgresql_db - Removed exception for 'LibraryError'
- postgresql_idx.py - use the ``query_params`` arg of exec_sql function
- postgresql_lang - use query params with cursor.execute
- postgresql_owner - use query_params with cursor object
- postgresql_privs - sort results before comparing so that the values are compared and not the result of ``.sort()``
- postgresql_privs.py - fix reports as changed behavior of module when using ``type=default_privs``
- postgresql_user - fix the module doesn't correctly commit changes if groups is set
- proxmox - fix version detection of proxmox 6 and up (Fixes https://github.com/ansible/ansible/issues/59164)
- pulp_repo - the ``client_cert`` and ``client_key`` options were used for both requests to the Pulp instance and for the repo to sync with, resulting in errors when they were used. Use the new options ``feed_client_cert`` and ``feed_client_key`` for client certificates that should only be used for repo synchronisation, and not for communication with the Pulp instance.
- runas - Fix the ``runas`` ``become_pass`` variable fallback from ``ansible_runas_runas`` to ``ansible_runas_pass``
- win_chocolatey - Improve error checking when finding the path of a newly installed Chocolatey app
- win_domain_computer - Fix idempotence checks when ``sAMAccountName`` is different from ``name``
- win_iis_webapppool - Do not try and set attributes in check mode when the pool did not exist
- yarn - handle no version when installing module by name
- zabbix_action - arguments ``event_source`` and ``esc_period`` no longer required when ``state=absent``

(adam)

2019-12-10 22:22:22 UTC MAIN commitmail json YAML

rocksndiamonds: updated to 4.1.3.0

Rocks'n'Diamonds 4.1.3.0

A new feature release is available which contains changes that are mainly useful for creating global animations with some more actions and events, but which also add some other features and bug fixes:

Global animations:
added support for handling multiple event definitions for global animations
added support for several new event types that can trigger global animations (窶彿nit窶�, 窶徭tart窶�, 窶彳nd窶� and 窶徘ost窶� to trigger new animations when other animations are initialized using init delay, started, ended or when an animation窶冱 post delay ends)
added global animation event 窶忖nclick:any窶� to handle mouse release events
added global animation class 窶徘ointer窶� for animation at mouse position
added global animation actions executed after init/anim/post delay

Touch devices:
added detecting use of touch device for user input on current platform
added cycling through all zoom tilesizes in editor when using touch device

Bug fixes:
fixed some bugs with drag-and-drop support for level set zip files
fixed level editor copy/paste using Ctrl-c/v for custom/group/DF elements
fixed level sketch copy/paste via clipboard on Windows
lots of other bugs fixed in this release (see Git commit messages)

(adam)

2019-12-10 21:24:02 UTC MAIN commitmail json YAML

doc: Updated sysutils/virt-what to 1.20

(otis)

2019-12-10 21:18:57 UTC MAIN commitmail json YAML

Added sysutils/virt-what

(otis)

2019-12-10 21:14:58 UTC MAIN commitmail json YAML

2019-12-10 19:22:37 UTC MAIN commitmail json YAML

2019-12-10 18:33:22 UTC MAIN commitmail json YAML

doc: Updated devel/git to 2.24.1

(leot)

2019-12-10 18:32:38 UTC MAIN commitmail json YAML

git: Update to 2.24.1

Changes:
2.24.1
======

This release merges up the fixes that appear in v2.14.6, v2.15.4,
v2.17.3, v2.20.2 and in v2.21.1, addressing the security issues
CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and
CVE-2019-19604.

* CVE-2019-1348:
  The --export-marks option of git fast-import is exposed also via
  the in-stream command feature export-marks=... and it allows
  overwriting arbitrary paths.

* CVE-2019-1349:
  When submodules are cloned recursively, under certain circumstances
  Git could be fooled into using the same Git directory twice. We now
  require the directory to be empty.

* CVE-2019-1350:
  Incorrect quoting of command-line arguments allowed remote code
  execution during a recursive clone in conjunction with SSH URLs.

* CVE-2019-1351:
  While the only permitted drive letters for physical drives on
  Windows are letters of the US-English alphabet, this restriction
  does not apply to virtual drives assigned via subst <letter>:
  <path>. Git mistook such paths for relative paths, allowing writing
  outside of the worktree while cloning.

* CVE-2019-1352:
  Git was unaware of NTFS Alternate Data Streams, allowing files
  inside the .git/ directory to be overwritten during a clone.

* CVE-2019-1353:
  When running Git in the Windows Subsystem for Linux (also known as
  "WSL") while accessing a working directory on a regular Windows
  drive, none of the NTFS protections were active.

* CVE-2019-1354:
  Filenames on Linux/Unix can contain backslashes. On Windows,
  backslashes are directory separators. Git did not use to refuse to
  write out tracked files with such filenames.

* CVE-2019-1387:
  Recursive clones are currently affected by a vulnerability that is
  caused by too-lax validation of submodule names, allowing very
  targeted attacks via remote code execution in recursive clones.

Credit for finding these vulnerabilities goes to Microsoft Security
Response Center, in particular to Nicolas Joly. The `fast-import`
fixes were provided by Jeff King, the other fixes by Johannes
Schindelin with help from Garima Singh.

* CVE-2019-19604:
  The change to disallow `submodule.<name>.update=!command` entries in
  `.gitmodules` which was introduced v2.15.4 (and for which v2.17.3
  added explicit fsck checks) fixes the vulnerability in v2.20.x where
  a recursive clone followed by a submodule update could execute code
  contained within the repository without the user explicitly having
  asked for that.

Credit for finding this vulnerability goes to Joern Schneeweisz,
credit for the fixes goes to Jonathan Nieder.

(leot)

2019-12-10 18:17:16 UTC MAIN commitmail json YAML

doc: Updated textproc/guile-json to 3.3.0

(ng0)

2019-12-10 18:16:57 UTC MAIN commitmail json YAML

textproc/guile-json: Update to version 3.3.0

Changelog extracted from Changelog file:

bump version to 3.3.0
builder: use string instead of bytevector when throwing exception
Add info to json invalid exception
builder: add #:validate key argument to skip validation
json-builder: throw sensible error warning
parser: make sure empty array slots are considered invalid
added unit tests for scheme object validations
validate scheme object when building JSON document
bump version to 3.2.0
builder: small simplification
add a case for building the JSON of empty JSON objects
builder: document the use of symbols and numbers as JSON object keys
tests: added unit tests for invalid numbers
builder: don't allow complex numbers, inf and nan
bump version to 3.1.0

(ng0)

2019-12-10 18:04:20 UTC MAIN commitmail json YAML

doc: Updated devel/guile-gcrypt to 0.2.0

(ng0)

2019-12-10 18:03:51 UTC MAIN commitmail json YAML

devel/guile-gcrypt: Update to version 0.2.0

Changelog:

* Changes in 0.2.0 (since 0.1.0)

** (gcrypt hash) now exposes all the algorithms supported by Libgcrypt
** (guix mac) now exposes all the MAC algorithms, not just HMAC
** (guix hmac) is deprecated in favor of (guix mac)
** Guile-Gcrypt can now be compiled with Guile 2.9 (future 3.0)
** Guile-Gcrypt can now be cross-compiled

(ng0)