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

2024-05-12 18:33:30 UTC Now

2020-11-13 18:27:35 UTC MAIN commitmail json YAML

Update go114 to 1.14.12 (security fix).

  - math/big: panic during recursive division of very large numbers

A number of math/big.Int methods (Div, Exp, DivMod, Quo, Rem, QuoRem, Mod,
ModInverse, ModSqrt, Jacobi, and GCD) can panic when provided crafted large
inputs. For the panic to happen, the divisor or modulo argument must be larger
than 3168 bits (on 32-bit architectures) or 6336 bits (on 64-bit
architectures). Multiple math/big.Rat <https://pkg.go.dev/math/big#Rat> methods
are similarly affected.

crypto/rsa.VerifyPSS <https://pkg.go.dev/crypto/rsa#VerifyPSS>,
crypto/rsa.VerifyPKCS1v15 <https://pkg.go.dev/crypto/rsa#VerifyPKCS1v15>,
and crypto/dsa.Verify <https://pkg.go.dev/crypto/dsa#Verify> may panic when
provided crafted public keys and signatures. crypto/ecdsa and
crypto/elliptic operations may only be affected if custom CurveParams
<https://pkg.go.dev/crypto/elliptic#CurveParams> with unusually large field
sizes (several times larger than the largest supported curve, P-521) are in
use. Using crypto/x509.Verify on a crafted X.509 certificate chain can lead
to a panic, even if the certificates don’t chain to a trusted root. The
chain can be delivered via a crypto/tls connection to a client, or to a
server that accepts and verifies client certificates. net/http clients can
be made to crash by an HTTPS server, while net/http servers that accept
client certificates will recover the panic and are unaffected.

Moreover, an application might crash invoking
crypto/x509.(*CertificateRequest).CheckSignature on an X.509 certificate
request or during a golang.org/x/crypto/otr conversation. Parsing a
golang.org/x/crypto/openpgp Entity or verifying a signature may crash.
Finally, a golang.org/x/crypto/ssh client can panic due to a malformed host
key, while a server could panic if either PublicKeyCallback accepts a
malformed public key, or if IsUserAuthority accepts a certificate with a
malformed public key.

Thanks to the Go Ethereum team and the OSS-Fuzz project for reporting this.
Thanks to Rémy Oudompheng and Robert Griesemer for their help developing
and validating the fix.

This issue is CVE-2020-28362 and Go issue golang.org/issue/42552.

  - cmd/go: arbitrary code execution at build time through cgo

The go command may execute arbitrary code at build time when cgo is in use.
This may occur when running go get on a malicious package, or any other
command that builds untrusted code.

This can be caused by malicious gcc flags specified via a #cgo directive,
or by a malicious symbol name in a linked object file.

These issues are CVE-2020-28367 and CVE-2020-28366, and Go issues
golang.org/issue/42556 and golang.org/issue/42559 respectively.

(bsiegert)

2020-11-13 17:05:40 UTC MAIN commitmail json YAML

2020-11-13 16:26:38 UTC MAIN commitmail json YAML

vlc: Fix PLIST on powerpc

(nia)

2020-11-13 16:24:21 UTC MAIN commitmail json YAML

lightspark: Needs 64-bit atomic ops on powerpc

(nia)

2020-11-13 16:17:06 UTC MAIN commitmail json YAML

iortcw: Fix powerpc executable suffix

(nia)

2020-11-13 16:15:55 UTC MAIN commitmail json YAML

libretro-parallel-n64: Needs 64-bit atomic ops on powerpc

(nia)

2020-11-13 16:12:02 UTC MAIN commitmail json YAML

kyotocabinet: Needs 64-bit atomic ops on powerpc

(nia)

2020-11-13 16:10:43 UTC MAIN commitmail json YAML

cmus: Needs 64-bit atomic ops on powerpc

(nia)

2020-11-13 16:09:47 UTC MAIN commitmail json YAML

audacity: Needs 64-bit atomic ops on powerpc

(nia)

2020-11-13 14:07:24 UTC MAIN commitmail json YAML

doc: Updated chat/psi to 1.5

(nia)

2020-11-13 14:06:48 UTC MAIN commitmail json YAML

2020-11-13 09:42:15 UTC MAIN commitmail json YAML

doc: Updated chat/dino to 0.2.0

(nia)

2020-11-13 09:41:46 UTC MAIN commitmail json YAML

dino: Update to 0.2.0

The 0.2 release adds message correction, improves the file upload functionality and provides more information about message encryption. Besides other smaller changes it also fixes a number of bugs.

(nia)

2020-11-13 02:47:45 UTC MAIN commitmail json YAML

2020-11-13 01:58:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/intel-microcode-netbsd to 20201112

(msaitoh)

2020-11-13 01:57:16 UTC MAIN commitmail json YAML

Update intel-microcode-netbsd to 20201112.

### Purpose

- Security updates for [INTEL-SA-00381](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00381.html).
- Security updates for [INTEL-SA-00389](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00389.html).

### New Platforms

None

### Updated Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| GLK            | B0      | 06-7a-01/01 | 00000032 | 00000034 | Pentium Silver N/J5xxx, Celeron N/J4xxx

### Removed Platforms

None

(msaitoh)

2020-11-12 23:54:12 UTC MAIN commitmail json YAML

Updated x11/py-pyperclip, devel/py-approvaltests

(adam)

2020-11-12 23:53:54 UTC MAIN commitmail json YAML

2020-11-12 23:44:23 UTC MAIN commitmail json YAML

2020-11-12 22:56:09 UTC MAIN commitmail json YAML

doc: Updated net/tor to 0.4.4.6

(wiz)

2020-11-12 22:56:00 UTC MAIN commitmail json YAML

tor: update to 0.4.4.6.

Disable rust option since it currently doesn't work.

Changes in version 0.4.4.6 - 2020-11-12
  Tor 0.4.4.6 is the second stable release in the 0.4.4.x series. It
  backports fixes from later releases, including a fix for TROVE-2020-
  005, a security issue that could be used, under certain cases, by an
  adversary to observe traffic patterns on a limited number of circuits
  intended for a different relay.

  o Major bugfixes (security, backport from 0.4.5.1-alpha):
    - When completing a channel, relays now check more thoroughly to
      make sure that it matches any pending circuits before attaching
      those circuits. Previously, address correctness and Ed25519
      identities were not checked in this case, but only when extending
      circuits on an existing channel. Fixes bug 40080; bugfix on
      0.2.7.2-alpha. Resolves TROVE-2020-005.

  o Minor features (directory authorities, backport from 0.4.5.1-alpha):
    - Authorities now list a different set of protocols as required and
      recommended. These lists have been chosen so that only truly
      recommended and/or required protocols are included, and so that
      clients using 0.2.9 or later will continue to work (even though
      they are not supported), whereas only relays running 0.3.5 or
      later will meet the requirements. Closes ticket 40162.
    - Make it possible to specify multiple ConsensusParams torrc lines.
      Now directory authority operators can for example put the main
      ConsensusParams config in one torrc file and then add to it from a
      different torrc file. Closes ticket 40164.

  o Minor features (subprotocol versions, backport from 0.4.5.1-alpha):
    - Tor no longer allows subprotocol versions larger than 63.
      Previously version numbers up to UINT32_MAX were allowed, which
      significantly complicated our code. Implements proposal 318;
      closes ticket 40133.

  o Minor features (tests, v2 onion services, backport from 0.4.5.1-alpha):
    - Fix a rendezvous cache unit test that was triggering an underflow
      on the global rend cache allocation. Fixes bug 40125; bugfix
      on 0.2.8.1-alpha.
    - Fix another rendezvous cache unit test that was triggering an
      underflow on the global rend cache allocation. Fixes bug 40126;
      bugfix on 0.2.8.1-alpha.

  o Minor bugfixes (compilation, backport from 0.4.5.1-alpha):
    - Fix compiler warnings that would occur when building with
      "--enable-all-bugs-are-fatal" and "--disable-module-relay" at the
      same time. Fixes bug 40129; bugfix on 0.4.4.1-alpha.
    - Resolve a compilation warning that could occur in
      test_connection.c. Fixes bug 40113; bugfix on 0.2.9.3-alpha.

  o Minor bugfixes (logging, backport from 0.4.5.1-alpha):
    - Remove a debug logging statement that uselessly spammed the logs.
      Fixes bug 40135; bugfix on 0.3.5.0-alpha.

  o Minor bugfixes (relay configuration, crash, backport from 0.4.5.1-alpha):
    - Avoid a fatal assert() when failing to create a listener
      connection for an address that was in use. Fixes bug 40073; bugfix
      on 0.3.5.1-alpha.

  o Minor bugfixes (v2 onion services, backport from 0.4.5.1-alpha):
    - For HSFETCH commands on v2 onion services addresses, check the
      length of bytes decoded, not the base32 length. Fixes bug 34400;
      bugfix on 0.4.1.1-alpha. Patch by Neel Chauhan.

(wiz)

2020-11-12 22:24:32 UTC MAIN commitmail json YAML

doc: Updated security/tor-browser to 10.0.4

(wiz)

2020-11-12 22:24:20 UTC MAIN commitmail json YAML

tor-browser: update to 10.0.4.

This release updates NoScript to 11.1.5 and includes an important security update to Firefox.

The full changelog since Tor Browser 10.0.2 (Desktop) is:

    Windows + OS X + Linux
        Update NoScript to 11.1.5
        Bug 40021: Keep page shown after Tor Browser update purple
        Bug 40022: EOY November Update - Matching
        Bug 40219: Backport Mozilla Bug 1675905
        Translations update
    Build System
        Windows + OS X + Linux
            Update Go to 1.14.11
            Bug 40141: Include "desktop" in signed tag

(wiz)

2020-11-12 21:36:51 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rouge to 3.25.0

(fcambus)

2020-11-12 21:36:36 UTC MAIN commitmail json YAML

ruby-rouge: update to 3.25.0.

ChangeLog:

- General
  - Use `Enumerator#with_index` to detect line numbers
- Batchfile Lexer
  - Add support for long options to Batchfile lexer
- C++ Lexer
  - Fix binary literal digit separator in C++ lexer
- Docker Lexer
  - Add `Dockerfile` as an alias for the Docker lexer
- JavaScript Lexer
  - Fix template string lexing in JavaScript lexer
- Kotlin Lexer
  - Ensure word break follows keywords in Kotlin lexer
- Perl Lexer
  - Improve support for sigils in Perl lexer
- PowerShell Lexer
  - Improve lexing of nested data structures in PowerShell lexer
  - Improve handling of data structure literals in PowerShell lexer
- Ruby Lexer
  - Revert empty patterns in Ruby lexer
- Rust Lexer
  - Add continue to keywords in Rust lexer
- Velocity Lexer
  - Fix lexing of brackets in Velocity lexer

(fcambus)

2020-11-12 21:11:00 UTC MAIN commitmail json YAML

doc: Updated security/tor-browser-noscript to 11.1.5

(wiz)

2020-11-12 21:10:49 UTC MAIN commitmail json YAML

tor-browser-noscript: update to 11.1.5.

v 11.1.5
============================================================
x Updated TLD
x Fixed potential infinite loop via DOMContentLoaded
x Work-around for Firefox 82 media redirection bug (thanks
  ppxxbu and skriptimaahinen)
x Updated TLDs

v 11.1.5rc2
============================================================
x Updated TLD
x Fixed potential infinite loop via DOMContentLoaded

v 11.1.5rc1
============================================================
x Work-around for Firefox 82 media redirection bug (thanks
  ppxxbu and skriptimaahinen)
x Updated TLDs

v 11.1.4
============================================================
x Fixed sloppy CSP media blocker detection breaking MSE
  blob: media placeholders on Chromium
x Fixed race condition causing temporary settings not to
  survive updates sometimes
x Updated TLDs
x [Mobile] Improved prompts appearance on Android

v 11.1.4rc3
============================================================
x Fixed sloppy CSP media blocker detection breaking MSE
  blob: media placeholders on Chromium

v 11.1.4rc2
============================================================
x Fixed race condition causing temporary settings not to
  survive updates sometimes

v 11.1.4rc1
============================================================
x Updated TLDs
x [Mobile] Improved prompts appearance on Android

(wiz)

2020-11-12 21:07:58 UTC MAIN commitmail json YAML

doc: Updated security/tor-browser to 10.0.2nb2

(wiz)

2020-11-12 21:07:46 UTC MAIN commitmail json YAML

2020-11-12 21:05:51 UTC MAIN commitmail json YAML

Updated lang/nodejs10, net/wireshark, databases/sqlitebrowser

(adam)

2020-11-12 21:05:20 UTC MAIN commitmail json YAML

wireshark: updated to 3.4.0

Wireshark 3.4.0

New and Updated Features

The following features are new (or have been significantly updated) since version 3.4.0rc1:

Nothing of note.

The following features are new (or have been significantly updated) since version 3.3.1:

The Protobuf fields defined as google.protobuf.Timestamp type of Protobuf standard library can now be dissected as Wireshark fields of absolute time type.

The following features are new (or have been significantly updated) since version 3.3.0:

The Windows installers now ship with Npcap 1.00. They previously shipped with Npcap 0.9997.

The Windows installers now ship with Qt 5.15.1. They previously shipped with Qt 5.12.8.

The following features are new (or have been significantly updated) since version 3.2.0:

Windows executables and installers are now signed using SHA-2 only.

Save RTP stream to .au supports any codec with 8000 Hz rate supported by Wireshark (shown in RTP player). If save of audio is not possible (unsupported codec or rate), silence of same length is saved and warning is shown.

Asynchronous DNS resolution is always enabled. As a result, the c-ares library is now a required dependency.

Protobuf fields can be dissected as Wireshark (header) fields that allows user input the full names of Protobuf fields or messages in Filter toolbar for searching.

Dissectors based on Protobuf can register themselves to a new 'protobuf_field' dissector table, which is keyed with the full names of fields, for further parsing fields of BYTES or STRING type.

Wireshark is able to decode, play, and save iLBC payload on platforms where the iLBC library is available.

Wireshark is able to decode, play, and save opus payload on platforms where the opus library is available.

“Decode As” entries can now be copied from other profiles using a button in the dialog.

sshdump can now be copied to multiple instances. Each instance will show up a different interface and will have its own profile.

The main window now supports a packet diagram view, which shows each packet as a textbook-style diagram.

Filter buttons (“Preferences → Filter Buttons”) can be grouped by using “//” as a path separator in the filter button label.

IPP Over USB packets can now be dissected and displayed

New Protocol Support

Arinc 615A (A615A), Asphodel Protocol, AudioCodes Debug Recording (ACDR), Bluetooth HCI ISO (BT HCI ISO), Cisco MisCabling Protocol (MCP), Community ID Flow Hashing (CommunityID), DCE/RPC IRemoteWinspool SubSystem, (IREMOTEWINSPOOL), Dynamic Link Exchange Protocol (DLEP), EAP Generalized Pre-Shared Key (EAP-GPSK), EAP Password Authenticated Exchange (EAP-PAX), EAP Pre-Shared Key (EAP-PSK), EAP Shared-secret Authentication and Key Establishment (EAP-SAKE), Fortinet Single Sign-on (FSSO), FTDI Multi-Protocol Synchronous Serial Engine (FTDI MPSSE), Hypertext Transfer Protocol Version 3 (HTTP3), ILDA Digital Network (IDN), Java Debug Wire Protocol (JDWP), LBM Stateful Resolution Service (LBMSRS), Lithionics Battery Management, .NET Message Framing Protocol (MC-NMF), .NET NegotiateStream Protocol (MS-NNS), OBSAI UDP-based Communication Protocol (UDPCP), Palo Alto Heartbeat Backup (PA-HB-Bak), ScyllaDB RPC, Technically Enhanced Capture Module Protocol (TECMP), Tunnel Extensible Aut
hentication Protocol (TEAP), UDP based FTP w/ multicast V5 (UFTP5), and USB Printer (USBPRINTER)

Updated Protocol Support

Too many protocols have been updated to list here.

New and Updated Capture File Support

MP4 (ISO/IEC 14496-12)

(adam)

2020-11-12 21:03:58 UTC MAIN commitmail json YAML

sqlitebrowser: updated to 3.12.1

DB Browser for SQLite 3.12.1

This is the first bug fix release for our 3.12.x series.

There aren't any "super critical must upgrade" bugs fixed, so updating isn't urgent. �沽�

The changes in this over the 3.12.0 release include:

Enhancements

Completely reworked interface for accessing DBHub.io
Add .Net DateTime.Ticks to list of supported display formats
Add more options for setting font sizes
New predefined settings for simplified window layout

Bug fixes

Fix loading of project files with empty filter values
Fix initial table view when using the -t / --table command line option
Add status message when opening a file from the recent file list (4dfe4f7)
Make sure to not show "NULL" for empty but non-NULL values in the Edit dialog
Fix plot being drawn before all data is loaded
Restore original default for having condition format in filter line (f28ecc0)
Fix default font in the format toolbar (c4b2ffc)
Improve binary detection for cases starting by chance by a BOM
Make sure the order of the statements in the SQL log is correct (05db901)
Fix executing selected SQL text when there are multi-byte characters
Fix executing SQL queries with compound operators
Fix SQL import of files with BOM
Also update schema when clicking the Refresh button in Browse Data tab (16c3d8d)
Select column in table results when column header is pressed
Tweak the output wording for command line options
Remove the default property of the cancel button in the "Fetching data..." dialog
Fix not being saved and not applied when modifying database cells in Windows external program (f2d8f79)
Fix incorrect display of SQL calltips containing non-US-ASCII characters (9f7851b)
Fix to 'Window Layout' options work properly

Building and packaging

Fix CMake warning during compilation (115aa00)
snap: Add environment variables to set Qt theme (7b5d652)
Updated to OpenSSL 1.1.1h for the Windows and macOS builds

Platform specific

No longer force Light theme on macOS when "Follow the desktop style" is chosen (508118f)
Keep registry key consistent on Windows
Allow use of integrated graphics card instead of high performance graphics card in macOS
Use native path separators in Preferences dialog (f38b829)
Added message box for informative command line arguments for Windows

(adam)

2020-11-12 21:02:44 UTC MAIN commitmail json YAML

nodejs10: updated to 10.23.0

Version 10.23.0 'Dubnium' (LTS)

Notable changes

deps:
upgrade npm to 6.14.8

n-api:
create N-API version 7
expose napi_build_version variable

tools:
add debug entitlements for macOS 10.15+

(adam)

2020-11-12 16:59:56 UTC MAIN commitmail json YAML

postgresql13-contrib: PLIST fix for uuid

(adam)

2020-11-12 16:45:27 UTC MAIN commitmail json YAML

doc: Updated graphics/gnome-backgrounds to 3.38.0

(nia)

2020-11-12 16:44:59 UTC MAIN commitmail json YAML

gnome-backgrounds: Update to 3.38.0

This introduces a new default background image for GNOME

(nia)

2020-11-12 16:05:47 UTC MAIN commitmail json YAML

bmake: Restore PKGSRC_MACHINE_ARCH support.

This was lost in a previous update, and is required to ensure MACHINE_ARCH is
set correctly.  Fixes MACHINE_ARCH issues reported on OpenBSD/amd64 by various
people.

(jperkin)

2020-11-12 16:01:36 UTC MAIN commitmail json YAML

bmake: Limit malloc_options to FreeBSD.

The only other OS I can find that supports malloc_options is OpenBSD, and that
does not support the "A" flag.  Besides, there are better ways to set the
flags instead of hardcoding them in a binary.

(jperkin)

2020-11-12 14:41:50 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20201112

(leot)

2020-11-12 14:41:38 UTC MAIN commitmail json YAML

youtube-dl: Update to 20201112

Changes:
20201112
--------
Extractors
* [youtube] Rework extractors

(leot)

2020-11-12 12:25:17 UTC MAIN commitmail json YAML

doc: Updated audio/din to 49

(fox)

2020-11-12 12:24:23 UTC MAIN commitmail json YAML

audio/din: Updates to 49

Changes since 48:

DIN Is Noise 49:

  /* position (instead of modulation until DIN48) affects velocity vector of drones

  /* Set center for rotation and scaling of drones:

    Menu > Drone Tools > Auto Center uses average center of selected drones
    Choose Menu > Drone Tools > Set to mouse and Click on it to set center to
    point under mouse cursor. Click to stop.
      You can also click and just move the magenta cross that marks the center

  on mouse slider:

  /* warp mouse position when rolling wheel
  /* press / to toggle warp mouse at boundary

  * improved the drone selector / drone mesh/pendulum preview on microtonal keyboard

  * show hz/vol for selected drones only (instead of all drones until DIN48)

  ! fixed: flip (using ` key shortcut) between instruments loads the correct editors !

  EXPERIMENTAL:

  /*  when scaling or rotating drones, change scale or angle increments using mouse slider (see
      DIN 48 CHANGELOG below for how to do this) to change scaling +/ rotation 'speed'

(fox)

2020-11-12 11:30:15 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel411 to 4.11.4nb4

(bouyer)

2020-11-12 11:29:25 UTC MAIN commitmail json YAML

2020-11-12 11:18:52 UTC MAIN commitmail json YAML

Updated databases/prometheus, graphics/jasper

(adam)

2020-11-12 11:18:33 UTC MAIN commitmail json YAML

jasper: updated to 2.0.22

2.0.22:
* Update manual
* Remove JPEG dummy codec. Jasper needs libjpeg for JPEG support
* Fix test suite build failure regarding disabled MIF codec
* Fix OpenGL/glut detection

(adam)

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

prometheus: updated to 2.22.1

2.22.1
* [BUGFIX] Fix potential "mmap: invalid argument" errors in loading the head chunks, after an unclean shutdown, by performing read repairs.
* [BUGFIX] Fix serving metrics and API when reloading scrape config.
* [BUGFIX] Fix head chunk size calculation for size based retention.

(adam)

2020-11-12 11:03:35 UTC MAIN commitmail json YAML

Updated devel/waf, textproc/py-css-parser

(adam)

2020-11-12 11:03:07 UTC MAIN commitmail json YAML

py-css-parser: updated to 1.0.6

1.0.6:
Unknown changes

(adam)

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

waf: updated to 2.0.21

NEW IN WAF 2.0.21
-----------------
* Set the default --msvc_version from VSCMD_VER if present
* Force unit-test reruns on ut_str, ut_cmd or ut_path changes
* Describe Qt5's library detection
* Introduce conf.env.ASMDEFINES_ST to enable assembly-specific define flags
* Update extras/xcode6 to Python3
* Enable parameter "always" in extras/doxygen
* Fix extras/c_dumbpreproc as it was previously broken
* Fix extras/gccdeps and extras/msvcdeps on header renaming
* Improve extras/msvcdeps debug outputs and flags
* Add add MCST Elbrus CPU detection in c config
* Add minio object copies to extras/wafcache

(adam)

2020-11-12 10:59:05 UTC MAIN commitmail json YAML

2020-11-12 10:58:21 UTC MAIN commitmail json YAML

lang/python39: Fix for macOS 11 and Apple Silicon

(Apple Silicon being their aarch64 platform.)

Patches consist of:
- Upstream work: https://github.com/python/cpython/pull/22855
- Fix for setup.py to find libbz2.tbd and libz.tbd now that with the
  shared library cache there's nothing in /usr/lib.
  See: https://bugs.python.org/issue41116
- Addition of __arch64__ case to fix _decimal module. A very similar fix
  has since been committed upstream.

(sjmulder)

2020-11-12 10:47:35 UTC MAIN commitmail json YAML

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

(adam)

2020-11-12 10:46:43 UTC MAIN commitmail json YAML

py-awscli: updated to 1.18.176

1.18.176
api-change:amplify: Update amplify command to latest version
api-change:databrew: Update databrew command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:quicksight: Update quicksight command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:forecast: Update forecast command to latest version

1.18.175
api-change:elbv2: Update elbv2 command to latest version
api-change:ssm: Update ssm command to latest version
api-change:autoscaling: Update autoscaling command to latest version
api-change:ec2: Update ec2 command to latest version

1.18.174
api-change:s3: Update s3 command to latest version
api-change:iotanalytics: Update iotanalytics command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:es: Update es command to latest version
api-change:ssm: Update ssm command to latest version
api-change:storagegateway: Update storagegateway command to latest version
api-change:dynamodb: Update dynamodb command to latest version
api-change:datasync: Update datasync command to latest version
api-change:ecs: Update ecs command to latest version
api-change:fsx: Update fsx command to latest version

1.18.173
api-change:medialive: Update medialive command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:dlm: Update dlm command to latest version
api-change:iotsitewise: Update iotsitewise command to latest version
api-change:ssm: Update ssm command to latest version

1.18.172
api-change:frauddetector: Update frauddetector command to latest version
api-change:events: Update events command to latest version
api-change:dynamodb: Update dynamodb command to latest version
api-change:lambda: Update lambda command to latest version
api-change:appmesh: Update appmesh command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:rds: Update rds command to latest version
api-change:kendra: Update kendra command to latest version
api-change:es: Update es command to latest version

1.18.171
api-change:iot: Update iot command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:cloudwatch: Update cloudwatch command to latest version
api-change:xray: Update xray command to latest version
api-change:es: Update es command to latest version
api-change:mq: Update mq command to latest version
api-change:autoscaling: Update autoscaling command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:meteringmarketplace: Update meteringmarketplace command to latest version

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

1.18.169
api-change:elasticache: Update elasticache command to latest version
api-change:imagebuilder: Update imagebuilder command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:medialive: Update medialive command to latest version
api-change:braket: Update braket command to latest version
api-change:dms: Update dms command to latest version
api-change:sns: Update sns command to latest version

1.18.168
api-change:elbv2: Update elbv2 command to latest version
api-change:codeartifact: Update codeartifact command to latest version
api-change:sesv2: Update sesv2 command to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version
api-change:apigateway: Update apigateway command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:storagegateway: Update storagegateway command to latest version

1.18.167
api-change:ec2: Update ec2 command to latest version
api-change:workmail: Update workmail command to latest version
api-change:iot: Update iot command to latest version

1.18.166
api-change:glue: Update glue command to latest version

1.18.165
api-change:neptune: Update neptune command to latest version
api-change:kendra: Update kendra command to latest version
api-change:sagemaker: Update sagemaker command to latest version

1.18.164
api-change:macie2: Update macie2 command to latest version
api-change:mediatailor: Update mediatailor command to latest version
api-change:quicksight: Update quicksight command to latest version

1.18.163
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:appflow: Update appflow command to latest version
api-change:sns: Update sns command to latest version
api-change:accessanalyzer: Update accessanalyzer command to latest version

(adam)

2020-11-12 10:40:24 UTC MAIN commitmail json YAML

py-boto3: updated to 1.16.16

1.16.16
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version
api-change:databrew: [botocore] Update databrew client to latest version
api-change:forecast: [botocore] Update forecast client to latest version
api-change:amplify: [botocore] Update amplify client to latest version
api-change:quicksight: [botocore] Update quicksight client to latest version

1.16.15
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:autoscaling: [botocore] Update autoscaling client to latest version
api-change:ssm: [botocore] Update ssm client to latest version

1.16.14
api-change:dynamodb: [botocore] Update dynamodb client to latest version
api-change:es: [botocore] Update es client to latest version
api-change:fsx: [botocore] Update fsx client to latest version
api-change:macie2: [botocore] Update macie2 client to latest version
api-change:iotanalytics: [botocore] Update iotanalytics client to latest version
api-change:s3: [botocore] Update s3 client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:ecs: [botocore] Update ecs client to latest version
api-change:datasync: [botocore] Update datasync client to latest version

1.16.13
api-change:ssm: [botocore] Update ssm client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:iotsitewise: [botocore] Update iotsitewise client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
api-change:dlm: [botocore] Update dlm client to latest version

1.16.12
api-change:frauddetector: [botocore] Update frauddetector client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:kendra: [botocore] Update kendra client to latest version
api-change:events: [botocore] Update events client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version
api-change:lambda: [botocore] Update lambda client to latest version
api-change:es: [botocore] Update es client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:appmesh: [botocore] Update appmesh client to latest version

1.16.11
api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
api-change:es: [botocore] Update es client to latest version
api-change:xray: [botocore] Update xray client to latest version
api-change:mq: [botocore] Update mq client to latest version
api-change:iot: [botocore] Update iot client to latest version
api-change:meteringmarketplace: [botocore] Update meteringmarketplace client to latest version
api-change:autoscaling: [botocore] Update autoscaling client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version

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

1.16.9
api-change:medialive: [botocore] Update medialive client to latest version
api-change:dms: [botocore] Update dms client to latest version
api-change:macie2: [botocore] Update macie2 client to latest version
api-change:imagebuilder: [botocore] Update imagebuilder client to latest version
api-change:braket: [botocore] Update braket client to latest version
api-change:sns: [botocore] Update sns client to latest version
api-change:elasticache: [botocore] Update elasticache client to latest version

1.16.8
api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:codeartifact: [botocore] Update codeartifact client to latest version
api-change:marketplacecommerceanalytics: [botocore] Update marketplacecommerceanalytics client to latest version
api-change:apigateway: [botocore] Update apigateway client to latest version
api-change:sesv2: [botocore] Update sesv2 client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version

1.16.7
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:iot: [botocore] Update iot client to latest version
api-change:workmail: [botocore] Update workmail client to latest version

1.16.6
api-change:glue: [botocore] Update glue client to latest version

1.16.5
api-change:sagemaker: [botocore] Update sagemaker client to latest version
api-change:neptune: [botocore] Update neptune client to latest version
api-change:kendra: [botocore] Update kendra client to latest version

1.16.4
api-change:mediatailor: [botocore] Update mediatailor client to latest version
api-change:quicksight: [botocore] Update quicksight client to latest version
api-change:macie2: [botocore] Update macie2 client to latest version

1.16.3
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version
api-change:sns: [botocore] Update sns client to latest version
api-change:accessanalyzer: [botocore] Update accessanalyzer client to latest version
api-change:appflow: [botocore] Update appflow client to latest version

(adam)

2020-11-12 10:39:09 UTC MAIN commitmail json YAML

py-botocore: updated to 1.19.16

1.19.16
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:servicecatalog: Update servicecatalog client to latest version
api-change:databrew: Update databrew client to latest version
api-change:forecast: Update forecast client to latest version
api-change:amplify: Update amplify client to latest version
api-change:quicksight: Update quicksight client to latest version

1.19.15
api-change:ec2: Update ec2 client to latest version
api-change:elbv2: Update elbv2 client to latest version
api-change:autoscaling: Update autoscaling client to latest version
api-change:ssm: Update ssm client to latest version

1.19.14
api-change:dynamodb: Update dynamodb client to latest version
api-change:es: Update es client to latest version
api-change:fsx: Update fsx client to latest version
api-change:macie2: Update macie2 client to latest version
api-change:iotanalytics: Update iotanalytics client to latest version
api-change:s3: Update s3 client to latest version
api-change:storagegateway: Update storagegateway client to latest version
api-change:ssm: Update ssm client to latest version
api-change:ecs: Update ecs client to latest version
api-change:datasync: Update datasync client to latest version

1.19.13
api-change:ssm: Update ssm client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:iotsitewise: Update iotsitewise client to latest version
api-change:medialive: Update medialive client to latest version
api-change:dlm: Update dlm client to latest version

1.19.12
api-change:frauddetector: Update frauddetector client to latest version
api-change:rds: Update rds client to latest version
api-change:kendra: Update kendra client to latest version
api-change:events: Update events client to latest version
api-change:dynamodb: Update dynamodb client to latest version
api-change:lambda: Update lambda client to latest version
api-change:es: Update es client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:appmesh: Update appmesh client to latest version

1.19.11
api-change:cloudwatch: Update cloudwatch client to latest version
api-change:es: Update es client to latest version
api-change:xray: Update xray client to latest version
api-change:mq: Update mq client to latest version
api-change:iot: Update iot client to latest version
api-change:meteringmarketplace: Update meteringmarketplace client to latest version
api-change:autoscaling: Update autoscaling client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:servicecatalog: Update servicecatalog client to latest version

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

1.19.9
api-change:medialive: Update medialive client to latest version
api-change:dms: Update dms client to latest version
api-change:macie2: Update macie2 client to latest version
api-change:imagebuilder: Update imagebuilder client to latest version
api-change:braket: Update braket client to latest version
api-change:sns: Update sns client to latest version
api-change:elasticache: Update elasticache client to latest version

1.19.8
api-change:elbv2: Update elbv2 client to latest version
api-change:codeartifact: Update codeartifact client to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics client to latest version
api-change:apigateway: Update apigateway client to latest version
api-change:sesv2: Update sesv2 client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:storagegateway: Update storagegateway client to latest version

1.19.7
api-change:ec2: Update ec2 client to latest version
api-change:iot: Update iot client to latest version
api-change:workmail: Update workmail client to latest version

1.19.6
api-change:glue: Update glue client to latest version

1.19.5
api-change:sagemaker: Update sagemaker client to latest version
api-change:neptune: Update neptune client to latest version
api-change:kendra: Update kendra client to latest version

1.19.4
api-change:mediatailor: Update mediatailor client to latest version
api-change:quicksight: Update quicksight client to latest version
api-change:macie2: Update macie2 client to latest version

1.19.3
api-change:servicecatalog: Update servicecatalog client to latest version
api-change:sns: Update sns client to latest version
api-change:accessanalyzer: Update accessanalyzer client to latest version
api-change:appflow: Update appflow client to latest version

(adam)

2020-11-12 10:35:33 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel413 to 4.13.2nb1

(bouyer)

2020-11-12 10:34:41 UTC MAIN commitmail json YAML

2020-11-12 10:33:44 UTC MAIN commitmail json YAML

net-snmp: Add pcre to bl3

(otis)

2020-11-12 10:30:36 UTC MAIN commitmail json YAML

Updated net/py-smbc, devel/py-requests

(adam)

2020-11-12 10:29:44 UTC MAIN commitmail json YAML

py-requests: updated to 2.25.0

2.25.0

Improvements
Added support for NETRC environment variable.

Dependencies
Requests now supports urllib3 v1.26.

Deprecations
Requests v2.25.x will be the last release series with support for Python 3.5.
The requests[security] extra is officially deprecated and will be removed in Requests v2.26.0.

(adam)

2020-11-12 10:28:50 UTC MAIN commitmail json YAML

py-smbc: updated to 1.0.23

1.0.23:
Unknown changes

(adam)

2020-11-12 10:26:54 UTC MAIN commitmail json YAML

mozjs78: Fix Python dependencies. Add py-expat.

(nia)

2020-11-12 10:06:04 UTC MAIN commitmail json YAML

mozjs60: Also needs py-expat (seemingly only triggered on Darwin)

(nia)

2020-11-12 10:03:37 UTC MAIN commitmail json YAML

doc: Updated audio/grip to 4.2.0

(triaxx)

2020-11-12 10:03:24 UTC MAIN commitmail json YAML

2020-11-12 10:03:18 UTC MAIN commitmail json YAML

grip: update to 4.2.0

upstream changes:
-----------------
v4.2.0 2020-07-14  Johnny A. Solbu <johnny@solbu.net>

* Use gnudb.org as default cd database,
  as it is replacing Freedb
* Translation updates: French, serbian

v4.1.1 2020-02-05  Johnny A. Solbu <johnny@solbu.net>

* Patch from Till Bargheer: fix directory creation
* Translation updates:
  Brazilian portuguese, danish, dutch, german
  italian, korean, norwegian, ukranian

v4.1.0 2020-02-04  Johnny A. Solbu <johnny@solbu.net>

* Update gettext to 0.19.4.
* Drop libgnomeui2 and libgnome2 dependencies
* Fix out of source tree builds
* Add meson as build system option
* Fix application window icon
* Restored short command-line options
* Port to GtkStatusIcon and drop included EggTracyIcon code
* Fix tray icon right-click menu positioning
* Make -Werror optional (it does more harm than good)

(triaxx)

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

firefox: Readd accidentally removed clang dep

(nia)

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

gnome-dictionary: Needs docbook-xsl

(nia)

2020-11-12 09:54:28 UTC MAIN commitmail json YAML

gnome-tracker-miners: Needs gdbus-codegen

(nia)

2020-11-12 09:46:02 UTC MAIN commitmail json YAML

doc: fix changes line

(nia)

2020-11-12 09:44:27 UTC MAIN commitmail json YAML

doc: Added graphics/eog version 3.38.0

(nia)

2020-11-12 09:44:00 UTC MAIN commitmail json YAML

eog: Update to 3.38.0

Version 3.38.0
--------------

New and updated translations:

- Alan Mortensen, Ask Hjorth Larsen [da]
- Efstathios Iosifidis [el]
- Meskó Balázs [hu]
- Gianvito Cavasoli [it]
- Jeeyong Um [ko]
- Rūdolfs Mazurs [lv]
- José Vieira, Juliano Camargo [pt]
- Emin Tufan Çetin [tr]

New and updated manual translations

- Miquel-Àngel Burgos i Fradeja [ca]

Version 3.37.92
---------------

New and updated translations:

- Marek Černocký [cs]
- Zander Brown [en_GB]
- Asier Sarasua Garmendia [eu]
- Danial Behzadi [fa]
- Jiri Grönroos [fi]
- Thibault Martin [fr]
- Fran Dieguez [gl]
- Goran Vidović [hr]
- sicklylife [ja]
- Nathan Follens [nl]
- Piotr Drąg [pl]
- Rafael Fontenelle [pt_BR]
- Dušan Kazik [sk]
- Matej Urbančič [sl]
- Марко М. Костић [sr]

New and updated manual translations

- Jordi Mas [ca]
- Marek Černocký [cs]
- Mario Blättermann [de]
- Bruce Cowan, Zander Brown [en_GB]
- Daniel Mustieles [es]
- Piotr Drąg [pl]

Version 3.37.90
---------------

Bug fixes:

!66, build: Make libportal dependency optional (Felipe Borges)
!68, help: change file to File (Monika Grabovska)
!69, eog-window: Use view-restore symbolic icon (Diego Escalante Urrelo)
!70, flatpak fixups (Jordan Petridis)
!71, Make pressing Ctrl+Q close all windows (Martin van Zijl)
#99, Use Wallpaper Portal for "Set as Wallpaper" when possible (Felipe Borges)
#139, Should inhibit screensaver only in slideshow mode (Felix Riemann)

New and updated translations:

- Felix Riemann [de]
- Daniel Mustieles [es]
- Fabio Tomat [fur]
- Kukuh Syafaat [id]
- Baurzhan Muftakhidinov [kk]
- Aurimas Černius [lt]
- Anders Jonsson [sv]
- Emin Tufan Çetin [tr]
- Boyuan Yang [zh_CN]

New and updated manual translations

- Jordi Mas, Assumpta [ca]
- Anders Jonsson [sv]
- Yuri Chornoivan [uk]

Version 3.37.2
--------------

Bug fixes:

!57, Made strings consistent in format-change.page (Prashant Rawat)
!58, Make EoG usable on phones (Arnaud Ferraris)
!60, Use Portals and GtkAppChooserDialog for the "Open With" choices
      (Felipe Borges)
!61, EogThumbView: Fix visible range callback being queued to often
      (Felix Riemann)
#113, String with zooming in and out might be incorrect (Andre Klapper)

New and updated translations:

- Gil Forcada [ca]
- Baurzhan Muftakhidinov [kk]
- Piotr Drąg [pl]
- Daniel Șerbănescu [ro]
- Yuri Chornoivan [uk]
- Boyuan Yang [zh_CN]
- Cheng-Chia Tseng [zh_TW]

New and updated manual translations

- Yuri Chornoivan [uk]

Version 3.37.1
--------------

Bug fixes:

!48, Change "Back space" to "Backspace" (scootergrisen)
!49, Change "Slide show" to "Slideshow" (scootergrisen)
!56, Fix minor typos (Yuri Chornoivan)
#115, "Use the keyboard keys" could explain which ones (Ali Hassan-Zahraee)

New and updated translations:

- Charles Monzat [fr]

New and updated manual translations

- Yuri Chornoivan [uk]

Version 3.36.2
--------------

Bug fixes:

!50, help-overlay: Fix next/previous image shortcuts for RTL languages
!51, appdata: Update to release 3.36.1 (Felipe Borges)
!55, eog-application.c: Add new shortcut for zoom-normal action (Sabri Ünal)
#121, Swipe left and swipe right action have the same description
      in Keyboard Shortcuts dialog (Felix Riemann)
#124, eog 3.36 cannot open HEIF files via gdk-pixbuf loader (Felix Riemann)

New and updated translations:

- Jordi Mas [ca]
- Fabio Tomat [fur]
- Yosef Or Boczko [he]
- Matej Urbančič [sl]
- Yuri Chornoivan [uk]

New and updated manual translations

- Jordi Mas [ca]
- Yuri Chornoivan [uk]

Version 3.36.1
--------------

New and updated translations:

- Jwtiyar Nariman [ckb]
- Tim Sabsch [de]
- Kjartan Maraas [nb]
- Daniel Șerbănescu [ro]

New and updated manual translations

- Jordi Mas, Francesc Bassas i Bullich, Jaume Jorba,
  Jordi Sagues, Assumpta [ca]
- Charles Monzat [fr]
- Andika Triwidada [id]

Version 3.36.0
--------------

* Corrected link to bug writing guide in help docs (Andre Klapper)

Bug fixes:

!46, [BUG] Fix missing removable storage support in snap package (mindmatter)

New and updated translations:

- Andre Klapper [az]
- Andre Klapper [br]
- Gianvito Cavasoli [it]
- Jeeyong Um [ko]
- Nathan Follens [nl]
- Yuri Chornoivan [uk]

New and updated manual translations

- Marek Černocký [cs]
- Daniel Mustieles [es]
- Piotr Drąg [pl]
- Anders Jonsson [sv]

Version 3.35.92
---------------

New and updated translations:

- Jordi Mas [ca]
- Alan Mortensen [da]
- Jor Teron [mjw]
- Piotr Drąg [pl]
- pan93412, Chao-Hsiung Liao [zh_TW]

Version 3.35.91
---------------

New and updated translations:

- Marek Černocký [cs]
- Bruce Cowan [en_GB]
- Asier Sarasua Garmendia [eu]
- Danial Behzadi [fa]
- Jiri Grönroos [fi]
- Charles Monzat [fr]
- Fran Diéguez [gl]
- gogo [hr]
- Balázs Úr [hu]
- Kukuh Syafaat [id]
- sicklylife [ja]
- Aurimas Černius [lt]
- Rafael Fontenelle [pt_BR]
- Марко М. Костић [sr]
- Sabri Ünal [tr]

Version 3.35.3
--------------

Bug fixes:

!36, EogPrintImageSetup: Rework spinbutton behaviour (Peter C. S. Scholtens)
!38, Improve Keyboard Shortcuts (Sabri Ünal)
!39, EogScrollView: Guard against attempting to create a surface using
      an invalid size (Michael Webster)
!40, Remove outdated info from HACKING (Anton Leontiev)
!41, App icon: minor updates for 3.36 (Tobias Bernard)
!45, help: Add Danish screenshots (scootergrisen)

New and updated translations:

- Daniel Mustieles [es]
- abuyop [ms]
- Dušan Kazik [sk]
- Anders Jonsson [sv]

New and updated manual translations

- scootergrisen [da]
- Andika Triwidada [id]

Version 3.35.2
--------------

Bug fixes:

!27, Various EogThumbView bugfixes (Krifa75)
#66, Unfullscreen using F11 doesn't work if window is empty (Felix Riemann)
#93, Pan gesture in RTL shows always next picture (Felix Riemann)
#96, Publish nightly builds on nightly.gnome.org (Felix Riemann, Piotr Drąg)

New and updated translations:

- Jordi Mas [ca]
- Fran Diéguez [gl]
- Stas Solovey [ru]

New and updated manual translations

- Aleix Badia i Bosch [ca]
- Fran Diéguez [gl]

Version 3.35.1
--------------

Bug fixes:

!26, Use librsvg's GInputStream functions (Federico Mena Quintero)
!27, Various EogThumbView bugfixes (Krifa75)
#81, Zoom with mouse wheel is really slow (Felix Riemann)

Version 3.34.1
--------------

Bug fixes:

!25, Check errors after rsvg_handle_close() (Federico Mena Quintero)
!32, icon: create a nightly app icon (Jakub Steiner)
!33, EogApplication: Initialize debug before plugin engine (Anton Leontiev)

New and updated translations:

- Ask Hjorth Larsen [da]
- Gianvito Cavasoli [it]
- Ryuta Fujii [ja]

New and updated manual translations

- Jordi Mas [ca]
- Tim Sabsch [de]
- Rafael Fontenelle [pt_BR]

Version 3.34.0
--------------

New and updated translations:

- Danial Behzadi [fa]
- Ryuta Fujii [ja]
- Rūdolfs Mazurs [lv]
- Piotr Drąg [pl]

New and updated manual translations

- Ask Hjorth Larsen [da]
- Daniel Mustieles [es]
- Gabor Kelemen [hu]
- Piotr Drąg [pl]
- Sebastian Rasmussen [sv]

Version 3.33.91
---------------

New and updated translations:

- Marek Černocký [cs]
- Tim Sabsch [de]
- Claude Paroz [fr]
- Aurimas Černius [lt]
- Pawan Chitrakar [ne]

New and updated manual translations

- Pawan Chitrakar [ne]

Version 3.33.90
---------------

New and updated translations:

- Asier Sarasua Garmendia [eu]
- Jor Teron [mjw]
- Anders Jonsson [sv]

Version 3.33.3
--------------

Bug fixes

!21, Improve meson port (Iñigo Martínez)
!22, build: Use #ifdef consistently (Iñigo Martínez)

New and updated translations:

- Goran Vidović [hr]
- Sveinn í Felli [is]
- Nathan Follens [nl]

Version 3.33.2
--------------

Bug fixes

#61, Unreasonable limitation of scaling in print dialog (Felix Riemann)

New and updated translations:

- Efstathios Iosifidis [el]
- Balázs Úr [hu]

New and updated manual translations

- Aleix Badia i Bosch [ca]

Version 3.33.1
--------------

* Various help doc improvements (Andre Klapper)

Bug fixes:

!20, Update librsvg and error checking (Federico Mena Quintero)
#50, SIGSEGV in g_mutex_lock() (Felix Riemann)
#51, PNG file displayed darker after conversion from JPEG file (F. Riemann)
#54, Fullscreen has 3 buttons with exactly the same tooltip (Felix Riemann)
#725359, only build and attach RGB color profiles to PNGs when both
          gAMA and cHRM are present (pdknsk)

New and updated translations:

- Khaled Hosny [ar]
- Jordi Mas [ca]
- Alan Mortensen [da]
- Charles Monzat [fr]
- gogo [hr]
- Kukuh Syafaat [id]
- Dušan Kazik [sk]
- Dingzhong Chen [zh_CN]

New and updated manual translations

- Marek Černocký [cs]
- Christian Kirbach [de]
- Balázs Úr [hu]
- Piotr Drąg [pl]

Version 3.32.0
--------------

New and updated translations:

- Kristjan SCHMIDT [eo]

New and updated manual translations

- Balázs Úr [hu]

Version 3.31.91
---------------

* Improved help docs (Andre Klapper)

Bug fixes:

!18, snap: Added snap packaging (Ken VanDine)
!19, Remove uta.[ch] and the old drawing code (Federico Mena Quintero)

New and updated translations:

- Marek Černocký [cs]
- Alan Mortensen [da]
- Felix Riemann [de]
- Jiri Grönroos [fi]
- Charles Monzat [fr]
- Gianvito Cavasoli [it]
- Baurzhan Muftakhidinov [kk]
- Jeeyong Um [ko]
- Aurimas Černius [lt]
- Rūdolfs Mazurs [lv]
- Nathan Follens [nl]
- Piotr Drąg [pl]
- Rafael Fontenelle [pt_BR]
- Stas Solovey [ru]
- Марко М. Костић [sr]
- Trần Ngọc Quân [vi]
- pan93412 [zh_TW]

New and updated manual translations

- Piotr Drąg [pl]
- Anders Jonsson [sv]

Version 3.31.90
---------------

* Improved wording in help docs (Andre Klapper)

Bug fixes:

!16, EogScrollView: Set scale=1 for the image surface (Jan Alexander Steffens)

New and updated translations:

- Jordi Mas [ca]
- Fran Dieguez [gl]
- Balázs Úr [hu]
- Kukuh Syafaat [id]
- Shushi Kurose [ja]
- Florentina Mușat [ro]

New and updated manual translations

- Daniel Mustieles [es]
- Balázs Úr [hu]

Version 3.31.3
--------------

New and updated translations:

- Efstathios Iosifidis [el]
- Daniel Mustieles [es]
- Fabio Tomat [fur]
- Ryuta Fujii [ja]
- Anders Jonsson [sv]
- Sabri Ünal, Emin Tufan Çetin [tr]

New and updated manual translations

- Anders Jonsson [sv]

Version 3.31.2
--------------

* Improved primary menu (Peter, Allan Day, Felix Riemann)
* Improved app icon (Jakub Steiner)

Bug fixes:

!14, Add View submenu (Peter)

New and updated translations:

- Carmen Bianca Bakker [eo]
- Daniel Mustieles [es]
- Charles Monzat [fr]
- Matej Urbančič [sl]

Version 3.31.1
--------------

* Update app icon
* Remove appmenu

Bug fixes:

!3, Add Flatpak manifest (Jordan Petridis)
!7, icon: update app icon (Jakub Steiner)
!11, Remove appmenu (Robert Roth)
!12, Fix warnings (Thomas Bechtold)
#3, README is obsolete (Robert Roth)
#15, Slideshow accidentally skips images when using a slow device
      for file access (Stefan Richter)
#22, Use 96dpi when displaying SVGs (Antonio Ospite)

New and updated translations:

- Carmen Bianca Bakker [eo]

Version 3.28.4
--------------

* Many documentation updates and fixes (Andre Klapper, Rafael Fontenelle)

Bug fixes:

!4, User docs: Be clear about plugin tab (Rafael Fontenelle)
!5, User docs: Remove non-extra plugin from list (Rafael Fontenelle)
!6, User docs: Fix shortcut for image gallery (Rafael Fontenelle)
#6, Space bar keyboard shortcut doesn't work (Andre Klapper)
#8, Crash when holding right or left arrow key when "Date in statusbar"
    plugin is enabled (Felix Riemann)
#10, "Failed to open file" warning when browsing in a collection of file
      (Felix Riemann)

New and updated translations:

- Jordi Mas [ca]
- Marek Černocký [cs]
- Rudolfs Mazurs [lv]
- Piotr Drąg [pl]
- Cheng-Chia Tseng [zh_TW]

New and updated manual translations

- Marek Černocký [cs]
- Mario Blättermann [de]
- Daniel Mustieles [es]
- Claude Paroz [fr]
- Balázs Úr [hu]
- Rudolfs Mazurs [lv]
- Piotr Drąg [pl]
- Rafael Fontenelle [pt_BR]
- Anders Jonsson [sv]

Version 3.28.3
--------------

Bug fixes:

!1, Add OARS and update gitlab URLs (Nick Richards)
!2, Add icns to mime types (Harry Mallon)
#674284, EOG memory leak on viewing many jpeg images (Claudio Saavedra)
#795998, build: it's enable_xmp not enable_exempi (Rasmus Thomsen)

New and updated translations:

- Pieter Schalk Schoeman [af]

Version 3.28.2
--------------

New and updated translations:

- Marcos Lans [gl]

Version 3.28.1
--------------

Bug fixes:

#794472, EOG is missing an icon in full screen mode
          (eog-image-gallery-symbolic) (Felix Riemann)

New and updated translations:

- Daniel Șerbănescu [ro]

New and updated manual translations

- Alexandre Franke, Andre Klapper [fr]
- Piotr Drąg [pl]
- Anders Jonsson [sv]

Version 3.28.0
--------------

New and updated translations:

- Bruce Cowan [en_GB]
- gogo [hr]
- A S Alam [pa]

New and updated manual translations

- Marek Černocký [cs]
- Charles Monzat, Alexandre Franke [fr]
- Balázs Úr [hu]
- Piotr Drąg [pl]
- Anders Jonsson [sv]

Version 3.27.91
---------------

* Build system improvements (Iñigo Martínez, Piotr Drąg, Felix Riemann)

Bug fixes:
#793719, Various meson related improvements (Iñigo Martínez)

New and updated translations:

- Mario Blättermann [de]
- GunChleoc [gd]

New and updated manual translations

- Marek Černocký [cs]
- Mario Blättermann [de]
- Daniel Mustieles [es]
- Balázs Úr [hu]

Version 3.27.90
---------------

* Swapped shortcuts for gallery and sidebar to match other GNOME apps
* Disabled color profile generation from Exif values
* Replaced several deprecated Glib/Gtk+ function calls

Bug fixes:
#792682, F9 to toggle Side Pane (Felix Riemann)
#792770, JPEG image renders black on-screen (Felix Riemann)
#792923, Port from gtk_show_uri to gtk_show_uri_on_window (Timm Bäder)
#792924, Fix warnings from recent glib changes to g_object_(un)ref (Timm Bäder)
#792925, Remove gdk_window_process_updates call (Timm Bäder)

New and updated manual translations

- Piotr Drąg [pl]

Version 3.27.3
--------------

* Drop Autotools support in favour of Meson (Iñigo Martínez)
* Drop deprecated/unused files from help docs (Felix Riemann)

Bug fixes:
#784354, Port to meson build system (Iñigo Martínez)

Version 3.27.2
--------------

Bug fixes:
#787188, Close confirmation dialog looks outdated
#787750, EOG 3.26 does not store recently used files

Version 3.27.1
--------------

* Port to meson build system (Iñigo Martínez)

Bug fixes:
#784354, Port to meson build system (Iñigo Martínez)
#790078, build: Install appstream metadata to non-deprecated location
          (Jeremy Bicha)

Version 3.26.2
--------------

Bug fixes:
#788582, Wrong line endings and broken tags in eog’s help
          (Ryan Schmidt, Piotr Drąg)

New and updated translations:

- Xavi Ivars [ca@valencia]
- Kjartan Maraas [nb]
- Mingcong Bai [zh_CN]

New and updated manual translations

- Daniel Mustieles, Ryan Schmidt, Piotr Drąg [es]
- Andre Klapper [lv]
- Piotr Drąg [pl]

Version 3.26.1
--------------

* Fixed smaller translation bugs (Andre Klapper, Piotr Drąg)

New and updated translations:

- Yuras Shumovich [be]
- Efstathios Iosifidis [el]
- Arash Mousavi [fa]
- Sveinn í Felli [is]
- Justin van Steijn [nl]
- Stas Solovey [ru]

New and updated manual translations

- Andre Klapper [cs]
- Andre Klapper [de]
- Anders Jonsson [sv]

Version 3.26.0
--------------

New and updated translations:

- Lyubomir Vasilev [bg]
- Ask Hjorth Larsen [da]
- Iñaki Larrañaga Murgoitio [eu]
- Gianvito Cavasoli [it]
- sujiniku, Jiro Matsuzawa [ja]
- Nathan Follens [nl]

New and updated manual translations

- Jordi Mas, Aleix Badia i Bosch [ca]
- Gabor Kelemen [hu]
- Sebastian Rasmussen [sv]

Version 3.25.92
---------------

* Updated help docs (Andre Klapper)

Bug fixes:

#759434, 100% zoom keyboard shortcut documentation and button/menu entry

New and updated translations:

- Jordi Mas [ca]
- Ask Hjorth Larsen [da]
- Jiri Grönroos [fi]
- Alexandre Franke, Charles Monzat [fr]
- Fran Dieguez [gl]
- gogo [hr]
- Sveinn í Felli [is]
- Jeeyong Um [ko]
- Aurimas Černius [lt]
- Rūdolfs Mazurs [lv]
- Piotr Drąg [pl]
- Rafael Fontenelle [pt_BR]
- Мирослав Николић [sr]
- Miroslav Nikolić [sr@latin]
- Cheng-Chia Tseng [zh_TW]

New and updated manual translations

- Marek Černocký [cs]
- Christian Kirbach, Mario Blättermann [de]
- Daniel Mustieles [es]
- Rūdolfs Mazurs [lv]

Version 3.25.90
---------------

* Miscellaneous fixes (Anders Jonsson, Andre Klapper, Bastien Nocera)

Bug fixes:

#784942, thumbnail: Remove use of obsolete gnome-desktop-thumbnail helper

New and updated translations:

- Khaled Hosny [ar]
- Marek Černocký [cs]
- Meskó Balázs [hu]
- Anish A [ml]
- Dušan Kazik [sk]
- Matej Urbančič [sl]
- Anders Jonsson [sv]
- Çağatay Yiğit Şahin [tr]
- Trần Ngọc Quân [vi]

New and updated manual translations

- Mario Blättermann [de]
- Daniel Mustieles [es]
- Anders Jonsson [sv]

Version 3.25.1
--------------

* Drop intltool support in favour of plain gettext

Bug fixes:

#555831, be able to mount a volume from recent files (Ondrej Holy)

New and updated translations:

- Felix Riemann [de]
- Daniel Mustieles [es]
- Fabio Tomat [fur]
- Kukuh Syafaat [id]
- Baurzhan Muftakhidinov [kk]
- Stas Solovey [ru]
- Emin Tufan Çetin [tr]

Version 3.24.1
--------------

Bug fixes:

#780675, gcc pragma build failure

New and updated translations:

- Tom Tryfonidis [el]
- Daniel Mustieles [es]
- gogo [hr]
- Kjartan Maraas [nb]

New and updated manual translations

- Rūdolfs Mazurs [lv]

(nia)

2020-11-12 09:07:23 UTC MAIN commitmail json YAML

doc: Added sysutils/tiramisu version 1.0

(pin)

2020-11-12 09:06:43 UTC MAIN commitmail json YAML

Add sysutils/titamisu

(pin)

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

sysutils/tiramisu: import package

Desktop notifications, the UNIX way.
tiramisu is a notification daemon based on dunst that outputs notifications
to STDOUT in order to allow the user to process notifications any way they
prefer.

By allowing users to determine what is done with notifications, there is
infinitely more possibilities presented to the end-user than a simple
notification daemon that displays a block of text on the screen and nothing
more.

Users could have notifications display in a pre-existing bar, make a control
panel of some sort that shows notifications, push notifications to their phone
if their computer has been idle for an amount of time, make notifications more
accessible with text-to-speech, and so much more.

(pin)

2020-11-12 09:02:30 UTC MAIN commitmail json YAML

Updated www/py-urllib3, www/py-bottle

(adam)

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

py-bottle: updated to 0.12.19

0.12.19:
Bug fixes

(adam)

2020-11-12 09:00:07 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.26.1

1.26.1 (2020-11-11)
-------------------
* Fixed an issue where two ``User-Agent`` headers would be sent if a
  ``User-Agent`` header key is passed as ``bytes``

1.26.0 (2020-11-10)
-------------------
* **NOTE: urllib3 v2.0 will drop support for Python 2**.
  `Read more in the v2.0 Roadmap <https://urllib3.readthedocs.io/en/latest/v2-roadmap.html>`_.
* Added support for HTTPS proxies contacting HTTPS servers
* Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that
  still wish to use TLS earlier than 1.2 without a deprecation warning
  should opt-in explicitly by setting ``ssl_version=ssl.PROTOCOL_TLSv1_1``
  **Starting in urllib3 v2.0: Connections that receive a ``DeprecationWarning`` will fail**
* Deprecated ``Retry`` options ``Retry.DEFAULT_METHOD_WHITELIST``, ``Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST``
  and ``Retry(method_whitelist=...)`` in favor of ``Retry.DEFAULT_ALLOWED_METHODS``,
  ``Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT``, and ``Retry(allowed_methods=...)``
* Added default ``User-Agent`` header to every request
* Added ``urllib3.util.SKIP_HEADER`` for skipping ``User-Agent``, ``Accept-Encoding``,
  and ``Host`` headers from being automatically emitted with requests
* Collapse ``transfer-encoding: chunked`` request data and framing into
  the same ``socket.send()`` call
* Send ``http/1.1`` ALPN identifier with every TLS handshake by default
* Properly terminate SecureTransport connections when CA verification fails
* Don't emit an ``SNIMissingWarning`` when passing ``server_hostname=None``
  to SecureTransport
* Disabled requesting TLSv1.2 session tickets as they weren't being used by urllib3
* Suppress ``BrokenPipeError`` when writing request body after the server
  has closed the socket
* Wrap ``ssl.SSLError`` that can be raised from reading a socket (e.g. "bad MAC")
  into an ``urllib3.exceptions.SSLError``

(adam)

2020-11-12 06:39:17 UTC MAIN commitmail json YAML

Updated databases/ldb, net/samba4

(adam)

2020-11-12 06:37:18 UTC MAIN commitmail json YAML

samba4: updated to 4.13.2

Changes since 4.13.1
--------------------
  * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char
    **lines onto mem_ctx on return.
  * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special.
  * BUG 14538: smb.conf.5: Add clarification how configuration changes
    reflected by Samba.
  * BUG 14552: daemons: Report status to systemd even when running in
    foreground.
  * BUG 14553: DNS Resolver: Support both dnspython before and after 2.0.0.
  * BUG 14486: s3-vfs_glusterfs: Refuse connection when write-behind xlator is
    present.
  * BUG 14487: provision: Add support for BIND 9.16.x.
  * BUG 14537: ctdb-common: Avoid aliasing errors during code optimization.
  * BUG 14541: libndr: Avoid assigning duplicate versions to symbols.
  * BUG 14522: docs: Fix default value of spoolss:architecture.
  * BUG 14388: winbind: Fix a memleak.
  * BUG 14531: s4:dsdb:acl_read: Implement "List Object" mode feature.
  * BUG 14486: docs-xml/manpages: Add warning about write-behind translator for
    vfs_glusterfs.
  * nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h.
  * BUG 14530: vfs_shadow_copy2: Avoid closing snapsdir twice.
  * BUG 14547: third_party: Update resolv_wrapper to version 1.1.7.
  * BUG 14550: examples:auth: Do not install example plugin.
  * BUG 14513: ctdb-recoverd: Drop unnecessary and broken code.
  * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special.

Changes since 4.13.0
--------------------
  * BUG 14434: CVE-2020-14318: s3: smbd: Ensure change notifies can't get set
    unless the directory handle is open for SEC_DIR_LIST.
  * BUG 12795: CVE-2020-14383: Remote crash after adding NS or MX records using
    'samba-tool'.
  * BUG 14472: CVE-2020-14383: Remote crash after adding MX records.
  * BUG 14436: CVE-2020-14323: winbind: Fix invalid lookupsids DoS.

4.31.0:
NEW FEATURES/CHANGES
====================

Python 3.6 or later required
----------------------------
Samba's minimum runtime requirement for python was raised to Python
3.5 with samba 4.12.  Samba 4.13 raises this minimum version to Python
3.6 both to access new features and because this is the oldest version
we test with in our CI infrastructure.

This is also the last release where it will be possible to build Samba
(just the file server) with Python versions 2.6 and 2.7.

As Python 2.7 has been End Of Life upstream since April 2020, Samba
is dropping ALL Python 2.x support in the NEXT release.

Samba 4.14 to be released in March 2021 will require Python 3.6 or
later to build.

wide links functionality
------------------------
For this release, the code implementing the insecure "wide links = yes"
functionality has been moved out of the core smbd code and into a separate
VFS module, vfs_widelinks. Currently this vfs module is implicitly loaded
by smbd as the last but one module before vfs_default if "wide links = yes"
is enabled on the share (note, the existing restrictions on enabling wide
links around the SMB1 "unix extensions" and the "allow insecure wide links"
parameters are still in force). The implicit loading was done to allow
existing users of "wide links = yes" to keep this functionality without
having to make a change to existing working smb.conf files.

Please note that the Samba developers recommend changing any Samba
installations that currently use "wide links = yes" to use bind mounts
as soon as possible, as "wide links = yes" is an inherently insecure
configuration which we would like to remove from Samba. Moving the
feature into a VFS module allows this to be done in a cleaner way
in future.

A future release to be determined will remove this implicit linkage,
causing administrators who need this functionality to have to explicitly
add the vfs_widelinks module into the "vfs objects =" parameter lists.
The release notes will be updated to note this change when it occurs.

NT4-like 'classic' Samba domain controllers
-------------------------------------------
Samba 4.13 deprecates Samba's original domain controller mode.

Sites using Samba as a Domain Controller should upgrade from the
NT4-like 'classic' Domain Controller to a Samba Active Directory DC
to ensure full operation with modern windows clients.

SMBv1 only protocol options deprecated
--------------------------------------
A number of smb.conf parameters for less-secure authentication methods
which are only possible over SMBv1 are deprecated in this release.

(adam)

2020-11-12 06:26:57 UTC MAIN commitmail json YAML

ldb: updated to 2.2.0

2.2.0:
Unknown changes

(adam)

2020-11-12 06:24:55 UTC MAIN commitmail json YAML

Updated databases/openldap

(adam)

2020-11-12 03:34:07 UTC MAIN commitmail json YAML

musescore: set to a release build

This package uses both CMAKE_BUILD_TYPE and now MUSESCORE_BUILD_CONFIG
in different places to define its build type, so add the latter. (The
former doesn't seem relevant to us now, but leave it in just in case.)

(gutteridge)

2020-11-12 01:24:36 UTC MAIN commitmail json YAML

2020-11-12 01:20:02 UTC MAIN commitmail json YAML

file-roller: add missing tool depends (fix sandboxed builds)

(gutteridge)

2020-11-11 23:04:44 UTC MAIN commitmail json YAML

firefox78: one INSTALLATION_DIRS line per dir

for easier syncing with other packages

(wiz)

2020-11-11 22:21:33 UTC MAIN commitmail json YAML

firefox: Honor user's compiler choice again, don't require Python 2.

The python 2 dependency was seemingly removed in Firefox 78.0 so we
can remove those old hacks.

Firefox needs clang for some unknown part of the build process (rust
related?), even if building with GCC.

The previous solution in pkgsrc was to force the use of clang, because
pkgsrc provides cwrappers which provided gcc-as-clang, which broke
everything. Instead, override the clang wrapper with the actual clang
executable.

This means the majority of the build happens with GCC (or ccache, distcc,
whatever the user chooses, rather than overriding it with clang). Should help
sparc64, where clang doesn't work too well.

Full build tested on NetBSD/amd64.

(nia)

2020-11-11 20:05:10 UTC MAIN commitmail json YAML

2020-11-11 20:01:34 UTC MAIN commitmail json YAML

2020-11-11 19:24:23 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/gnome3 to 0.0.0.20201111

(nia)

2020-11-11 19:23:05 UTC MAIN commitmail json YAML

gnome3: Needs accountsservice

(nia)

2020-11-11 19:10:06 UTC MAIN commitmail json YAML

firefox78: Honor user's compiler choice again, don't require Python 2.

The python 2 dependency was seemingly removed in Firefox 78.0 so we
can remove those old hacks.

Firefox needs clang for some unknown part of the build process (rust
related?), even if building with GCC.

The previous solution in pkgsrc was to force the use of clang, because
pkgsrc provides cwrappers which provided gcc-as-clang, which broke
everything. Instead, override the clang wrapper with the actual clang
executable.

This means the majority of the build happens with GCC (or ccache, distcc,
whatever the user chooses, rather than overriding it with clang). Should help
sparc64, where clang doesn't work too well.

Full build tested on NetBSD/amd64.

(nia)

2020-11-11 18:57:15 UTC MAIN commitmail json YAML

mutt: Fix build on platforms without u_int32_t

(otis)

2020-11-11 17:56:00 UTC MAIN commitmail json YAML

gnome-session: Needs msgfmt with --xml

(nia)

2020-11-11 16:50:26 UTC MAIN commitmail json YAML

doc: Updated net/inetutils to 1.9.4nb3

(jperkin)

2020-11-11 16:50:17 UTC MAIN commitmail json YAML

inetutils: Fix path to cp(1) and setuid perms.

The path to the tools cp was being embedded in the grcp program.  Bump
PKGREVISION.

(jperkin)

2020-11-11 16:23:05 UTC MAIN commitmail json YAML

doc: Updated net/tsocks to 1.8beta5nb4

(jperkin)

2020-11-11 16:22:54 UTC MAIN commitmail json YAML

tsocks: Add support for Darwin.

Uses different variable names and .dylib instead of .so, taken from the
MacPorts version of this script.  Bump PKGREVISION.

(jperkin)

2020-11-11 16:13:51 UTC MAIN commitmail json YAML

firefox78: Fix build

mk/endian.mk included mk/compiler.mk and PKG_CC and PKG_CXX were
effective.
Now mk/endian.mk has been removed and include mk/compiler.mk
explicitly to use clang only.

(ryoon)

2020-11-11 15:47:50 UTC MAIN commitmail json YAML

Add missing textproc/enca dependency and use "shasum -a 256" instead of
"sha256" on NetBSD for compatibility with 9.x

(jmcneill)

2020-11-11 15:30:47 UTC MAIN commitmail json YAML

firefox: Fix build

mk/endian.mk includes mk/compiler.mk and PKG_CC and PKG_CXX were
effective.
Now mk/endian.mk has been removed and include mk/compiler.mk
explicitly to use clang only.

Reported by martin@ on tech-pkg@.

(ryoon)

2020-11-11 14:39:44 UTC MAIN commitmail json YAML

libhandy: fix buildlink3.mk

(nia)

2020-11-11 14:28:55 UTC MAIN commitmail json YAML

gnome-font-viewer: Needs msgfmt --xml

(nia)

2020-11-11 14:27:25 UTC MAIN commitmail json YAML

file-roller: Needs msgfmt features NetBSD doesn't provide

(nia)

2020-11-11 14:26:32 UTC MAIN commitmail json YAML

gnome-tracker: Needs vala

(nia)

2020-11-11 14:25:29 UTC MAIN commitmail json YAML

doc: Updated databases/guile-pg to 0.48

(gdt)

2020-11-11 14:25:23 UTC MAIN commitmail json YAML

databases/guile-pg: Update to 0.48

pkgsrc: changes: re-enable .la

There are some test issues, but it seems better to move to 0.48 than
stay at 0.47.  If you are a pkgsrc user of guile-pg and disagree,
please speak up (and help test/fix!).

- 0.48 | 2020-10-26

  - installation by default deletes the .la files

    See README re "SOFIXFLAGS".

  - configuration changes

    - configure script tries to use pkg-config(1)

      The configure script now tries to use pkg-config(1) to determine
      directory values for the ‘-I’ and ‘-L’ compiler switches.  The
      standard way is still supported (see README).

    - configure-time ‘INITDB’ specification

      For "make check", you can specify to the configure script the
      initdb(1) program to use with option ‘INITDB=/path/to/initdb’.
      For example:

      ./configure INITDB=/usr/lib/postgresql/9.4/bin/initdb

      This saves the value of ‘INITDB’ so you don't need to specify it
      manually for each "make check" invocation (see README).

  - builtin array variant types now have prefix-asterisk names

    Previously, the builtin array variant types had names that end
    in "[]" (i.e., one or more pairs of square braces).  These now
    have prefix-asterisk names.

    (was)              (now)
    text[]            *text
    text[][]          **text
    int4[]            *int4
    aclitem[]          *aclitem

    Furthermore, old-style names are no longer supported.  This is
    concomitant w/ dropping of ‘define-db-col-type-array-variant’
    (see below).

  - dropped items

    All these were announced in Guile-PG 0.47 (2015-02-23).

    - module ‘(database postgres-resdisp)’

    - proc ‘(database postgres) pg-lo-read’

    - procs in module ‘(database postgres-types)’

      - ‘dbcoltypes’

      - ‘dbcoltype-lookup’

      - ‘dbcoltype:stringifier’

      - ‘dbcoltype:default’

      - ‘dbcoltype:objectifier’

      - ‘define-db-col-type-array-variant’

(gdt)

2020-11-11 12:26:06 UTC MAIN commitmail json YAML

Updated misc/py-anita to 2.8

(gson)

2020-11-11 12:24:52 UTC MAIN commitmail json YAML

misc/py-anita: update to 2.8

Changes from 2.7:

Preemeptively support sysinst requesting entropy as a single line.

Fix bug in 2.7 that caused the provision of entropy to the installer
to fail when running under Python 3.

Omit ",cdrom" when passing a CD-ROM device to a Xen PV domain because
doing so will cause NetBSD/Xen to ignore device since xenbus_probe.c
1.51.

(gson)

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

doc: Updated databases/phpmyadmin to 4.9.7

(tm)

2020-11-11 11:56:14 UTC MAIN commitmail json YAML

phpmyadmin: update to 4.9.7

4.9.7 (2020-10-15)
- issue #16397 Fix compatibility problems with older PHP versions (also issue #16399)
- issue #16396 Fix broken two-factor authentication

4.9.6 (2020-10-09)
- issue        [security] Fix XSS vulnerability with the transformation feature (PMASA-2020-5)
- issue        [security] Fix SQL injection vulnerability with search feature (PMASA-2020-6)

(tm)

2020-11-11 11:15:38 UTC MAIN commitmail json YAML

firefox52: Make PaX MPROTECT safe on NetBSD. Bump PKGREVISION.

This little bit of extra security is pretty critical when using this
older Firefox release.

(nia)

2020-11-11 11:11:30 UTC MAIN commitmail json YAML

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

2020-11-11 10:45:52 UTC MAIN commitmail json YAML

2020-11-11 10:26:49 UTC MAIN commitmail json YAML

firefox52: Adapt to firefox68 wording

(nia)

2020-11-11 10:21:35 UTC MAIN commitmail json YAML

firefox68: Clean up pkglint problems.

While here, note why this package is kept around.

(nia)

2020-11-11 10:20:43 UTC MAIN commitmail json YAML

gh: Remove an extra comment so distinfo still matches

termenv 0.7.1 or newer is probably not helpful for just NetBSD but for
everything else that is not Linux and Darwin.

(leot)

2020-11-11 10:13:29 UTC MAIN commitmail json YAML

firefox78: Clean up some problems identified by pkglint.

Most of these PLIST variables are no longer used.

(nia)

2020-11-11 10:11:21 UTC MAIN commitmail json YAML

firefox: Clean up some problems identified by pkglint.

Most of these PLIST variables are no longer used.

(nia)

2020-11-11 09:52:37 UTC MAIN commitmail json YAML

doc: Removed lang/spidermonkey52

(nia)

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

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

ftp.gnu.org redirects to https.

(nia)

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

openldap: updated to 2.4.56

OpenLDAP 2.4.56
Fixed slapd to remove assert in certificateListValidate
Fixed slapd to remove assert in csnNormalize23
Fixed slapd to better parse ldapi listener URIs

(adam)

2020-11-11 08:50:40 UTC MAIN commitmail json YAML

libhandy1: Fix MASTER_SITES

(nia)

2020-11-11 08:09:39 UTC MAIN commitmail json YAML

doc: Updated fonts/unscii to 2.1

(nikita)

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

fonts/unscii: Update to version 2.1

Changelog taken from http://pelulamu.net/unscii/:

In 2020-03-10, the new Unicode version 13.0 added 214 graphics
characters for "legacy computing" (including, among all, the missing
PETSCII characters, and a majority of missing Teletext/Videotex
characters). Most of these were already included in Unscii 1.x, but
now I have been able to give them proper Unicode mappings as
well. This is the main reason for the Unscii 2.0 release.

Additionally, Unscii 2.0 fixes errors in some characters, legibility
in some others and adds a bunch of new ones.

(nikita)

2020-11-11 08:04:28 UTC MAIN commitmail json YAML

unbound: fix buildlink3

(nikita)

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

doc: Updated sysutils/intel-microcode-netbsd to 20201110

(msaitoh)

2020-11-11 05:42:13 UTC MAIN commitmail json YAML

Update intel-microcode-netbsd to 20201110.

### Purpose

- Security updates for [INTEL-SA-00381](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00381.html).
- Security updates for [INTEL-SA-00389](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00389.html).
- Update for functional issues. Refer to [Second Generation Intel® Xeon® Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/338848) for details.
- Update for functional issues. Refer to [Intel® Xeon® Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/613537) for details.
- Update for functional issues. Refer to [Intel® Xeon® Processor E5 v3 Product Family Specification Update](https://www.intel.com/content/www/us/en/processors/xeon/xeon-e5-v3-spec-update.html?wapkw=processor+spec+update+e5) for details.
- Update for functional issues. Refer to [10th Gen Intel® Core™ Processor Families Specification Update](https://www.intel.com/content/www/us/en/products/docs/processors/core/10th-gen-core-families-specification-update.html) for details.
- Update for functional issues. Refer to [8th and 9th Gen Intel® Core™ Processor Family Spec Update](https://www.intel.com/content/www/us/en/products/docs/processors/core/8th-gen-core-spec-update.html) for details.
- Update for functional issues. Refer to [7th Gen and 8th Gen (U Quad-Core) Intel® Processor Families Specification Update](https://www.intel.com/content/www/us/en/processors/core/7th-gen-core-family-spec-update.html) for details.
- Update for functional issues. Refer to [6th Gen Intel® Processor Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/332689) for details.
- Update for functional issues. Refer to [Intel® Xeon® E3-1200 v6 Processor Family Specification Update](https://www.intel.com/content/www/us/en/processors/xeon/xeon-e3-1200v6-spec-update.html) for details.
- Update for functional issues. Refer to [Intel® Xeon® E-2100 and E-2200 Processor Family Specification Update](https://www.intel.com/content/www/us/en/products/docs/processors/xeon/xeon-e-2100-specification-update.html) for details.

### New Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| CPX-SP        | A1      | 06-55-0b/bf |          | 0700001e | Xeon Scalable Gen3
| LKF            | B2/B3    | 06-8a-01/10 |          | 00000028 | Core w/Hybrid Technology
| TGL            | B1      | 06-8c-01/80 |          | 00000068 | Core Gen11 Mobile
| CML-H          | R1      | 06-a5-02/20 |          | 000000e0 | Core Gen10 Mobile
| CML-S62        | G1      | 06-a5-03/22 |          | 000000e0 | Core Gen10
| CML-S102      | Q0      | 06-a5-05/22 |          | 000000e0 | Core Gen10
| CML-U62 V2    | K0      | 06-a6-01/80 |          | 000000e0 | Core Gen10 Mobile

### Updated Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| HSX-E/EP      | Cx/M1    | 06-3f-02/6f | 00000043 | 00000044 | Core Gen4 X series; Xeon E5 v3
| SKL-U/Y        | D0      | 06-4e-03/c0 | 000000d6 | 000000e2 | Core Gen6 Mobile
| SKL-U23e      | K1      | 06-4e-03/c0 | 000000d6 | 000000e2 | Core Gen6 Mobile
| SKX-SP        | B1      | 06-55-03/97 | 01000157 | 01000159 | Xeon Scalable
| SKX-SP        | H0/M0/U0 | 06-55-04/b7 | 02006906 | 02006a08 | Xeon Scalable
| SKX-D          | M1      | 06-55-04/b7 | 02006906 | 02006a08 | Xeon D-21xx
| CLX-SP        | B0      | 06-55-06/bf | 04002f01 | 04003003 | Xeon Scalable Gen2
| CLX-SP        | B1      | 06-55-07/bf | 05002f01 | 05003003 | Xeon Scalable Gen2
| APL            | D0      | 06-5c-09/03 | 00000038 | 00000040 | Pentium N/J4xxx, Celeron N/J3xxx, Atom x5/7-E39xx
| APL            | E0      | 06-5c-0a/03 | 00000016 | 0000001e | Atom x5-E39xx
| SKL-H/S        | R0/N0    | 06-5e-03/36 | 000000d6 | 000000e2 | Core Gen6; Xeon E3 v5
| GKL-R          | R0      | 06-7a-08/01 | 00000016 | 00000018 | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120
| ICL-U/Y        | D1      | 06-7e-05/80 | 00000078 | 000000a0 | Core Gen10 Mobile
| AML-Y22        | H0      | 06-8e-09/10 | 000000d6 | 000000de | Core Gen8 Mobile
| KBL-U/Y        | H0      | 06-8e-09/c0 | 000000d6 | 000000de | Core Gen7 Mobile
| CFL-U43e      | D0      | 06-8e-0a/c0 | 000000d6 | 000000e0 | Core Gen8 Mobile
| WHL-U          | W0      | 06-8e-0b/d0 | 000000d6 | 000000de | Core Gen8 Mobile
| AML-Y42        | V0      | 06-8e-0c/94 | 000000d6 | 000000de | Core Gen10 Mobile
| CML-Y42        | V0      | 06-8e-0c/94 | 000000d6 | 000000de | Core Gen10 Mobile
| WHL-U          | V0      | 06-8e-0c/94 | 000000d6 | 000000de | Core Gen8 Mobile
| KBL-G/H/S/E3  | B0      | 06-9e-09/2a | 000000d6 | 000000de | Core Gen7; Xeon E3 v6
| CFL-H/S/E3    | U0      | 06-9e-0a/22 | 000000d6 | 000000de | Core Gen8 Desktop, Mobile, Xeon E
| CFL-S          | B0      | 06-9e-0b/02 | 000000d6 | 000000de | Core Gen8
| CFL-H/S        | P0      | 06-9e-0c/22 | 000000d6 | 000000de | Core Gen9
| CFL-H          | R0      | 06-9e-0d/22 | 000000d6 | 000000de | Core Gen9 Mobile
| CML-U62        | A0      | 06-a6-00/80 | 000000ca | 000000e0 | Core Gen10 Mobile

### Removed Platforms

None

(msaitoh)

2020-11-10 19:04:58 UTC MAIN commitmail json YAML

doc: Updated security/acmesh to 2.8.7

(kim)

2020-11-10 19:04:45 UTC MAIN commitmail json YAML

acmesh: update to 2.8.7

Changes since 2.8.6:
- Support External Account Binding (EAB)
- Support ZeroSSL.com CA
- Support preferred-chain
- More dns api support
- Adds Docker multi-arch build support

Also remove incorrect (unnecessary) dependency on mozilla-rootcerts.

OK by ryoon@

(kim)

2020-11-10 18:29:18 UTC MAIN commitmail json YAML

doc: Added meta-pkgs/gnome3 version 0.0.0.20201110

(nia)

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

2020-11-10 18:23:42 UTC MAIN commitmail json YAML

doc: Added sysutils/gnome-control-center version 3.38.1

(nia)

2020-11-10 18:22:23 UTC MAIN commitmail json YAML

2020-11-10 17:46:20 UTC MAIN commitmail json YAML

doc: Fix changes line.

(nia)

2020-11-10 17:45:06 UTC MAIN commitmail json YAML

Reimport libhandy1 at the correct location.

This is a new version of devel/libhandy that is incompatible with
the previous version. It belongs at devel/libhandy1.

(nia)

2020-11-10 17:39:05 UTC MAIN commitmail json YAML

libhandy: revert accidental breaking update

this should have been committed to devel/libhandy1.

(nia)

2020-11-10 17:23:53 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup tickets #6357 and #6358

(bsiegert)

2020-11-10 17:23:29 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6358 - requested by wiz
security/tor-browser: security fix

Revisions pulled up:
- security/tor-browser/Makefile                                1.77
- security/tor-browser/PLIST                                    1.10
- security/tor-browser/distinfo                                1.30

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sat Oct 31 00:55:27 UTC 2020

  Modified Files:
  pkgsrc/security/tor-browser: Makefile PLIST distinfo

  Log Message:
  tor-browser: update to 10.0.2.

  This release updates Firefox to 78.4.0esr and NoScript to 11.1.3.
  This release includes important security updates to Firefox.

  Note: Now Javascript on the Safest security level is governed by
  NoScript again. It was set as false when on Safest in 9.5a9. The
  javascript.enabled preference was reset to true for everyone using
  Safest beginning in Tor Browser 10.0 and you must re-set it as
  false if that is your preference.

(bsiegert)

2020-11-10 16:37:00 UTC MAIN commitmail json YAML

doc: Added audio/gsound version 1.0.2

(nia)

2020-11-10 16:36:15 UTC MAIN commitmail json YAML

audio: Add gsound.

GSound is a small library for playing system sounds. It's designed to be
used via GObject Introspection, and is a thin wrapper around the libcanberra
C library.

(nia)

2020-11-10 15:03:24 UTC MAIN commitmail json YAML

doc: Updated net/sayaka to 3.4.6

(tsutsui)

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

sayaka: update to 3.4.6.

Upstream changes:

* 3.4.6 (2020/11/10)
- replace a mark as icon placeholder when --no-image is specified
  to avoid character corruptions

(tsutsui)

2020-11-10 14:43:56 UTC MAIN commitmail json YAML

doc: Fix PKGPATH of devel/libhandy (remove extra `1')

Pointed out by pkg-changes2html script via www@.

(leot)

2020-11-10 14:40:13 UTC MAIN commitmail json YAML

doc: Updated mail/notmuch to 0.31.2

(ryoon)

2020-11-10 14:39:44 UTC MAIN commitmail json YAML

notmuch: Update 0.31.2

Changelog:
What's new in notmuch 0.31.2
=========================

Build
-----

Catch one more occurence of "version" in the build system, which
caused the file to be regenerated in the release tarball.

What's new in notmuch 0.31.1
=========================

Library
-------

Fix a memory initialization bug in notmuch_database_get_config_list.

Build
-----

Rename file 'version' to 'version.txt'. The old file name conflicted
with a C++ header for some compilers.

Replace use of coreutils `realpath` in configure.

(ryoon)

2020-11-10 14:30:29 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo1 to 1.2.8

(taca)

2020-11-10 14:30:00 UTC MAIN commitmail json YAML

time/ruby-tzinfo1: update to 1.2.8

1.2.8 (2020-11-08)

* Added support for handling "slim" format zoneinfo files that are produced
  by default by zic version 2020b and later.  The POSIX-style TZ string is
  now used calculate DST transition times after the final defined transition
  in the file.  The 64-bit section is now always used regardless of whether
  Time has support for 64-bit times.  #120.

* Rubinius is no longer supported.

(taca)

2020-11-10 13:49:44 UTC MAIN commitmail json YAML

Updated textproc/py-xmlschema, net/py-lexicon

(adam)

2020-11-10 13:49:23 UTC MAIN commitmail json YAML

py-lexicon: updated to 3.4.5

3.4.5:

Added

Add pagination support to Google Cloud DNS provider
Add official support to Python 3.9
Add SSHFP record support to CloudFlare provider (library only)

Modified

Fix create/update operations when CAA records are presents in GoDaddy provider
Fix Hover provider with new authentication URL

(adam)

2020-11-10 13:46:26 UTC MAIN commitmail json YAML

py-xmlschema: updated to 1.3.0

v1.3.0:
* Drop support for Python 3.5
* Add XmlDocument and Wsdl11Document classes
* Refactoring of XMLResource to support ElementTree-like XPath API
  on both full and lazy modes

(adam)

2020-11-10 13:40:07 UTC MAIN commitmail json YAML

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

(tsutsui)

2020-11-10 13:37:12 UTC MAIN commitmail json YAML

doc: Added graphics/colord-gtk version 0.2.0

(nia)

2020-11-10 13:36:51 UTC MAIN commitmail json YAML

2020-11-10 13:29:14 UTC MAIN commitmail json YAML

2020-11-10 12:39:28 UTC MAIN commitmail json YAML

doc: Added devel/libhandy1 version 1.0.1

(nia)

2020-11-10 12:38:04 UTC MAIN commitmail json YAML

devel: Add libhandy1.

The aim of the Handy library is to help with developing UI for mobile devices
using GTK/GNOME.

(nia)

2020-11-10 12:34:24 UTC MAIN commitmail json YAML

doc: Added graphics/gnome-screenshot version 3.38.0

(nia)

2020-11-10 12:34:04 UTC MAIN commitmail json YAML

graphics: Add gnome-screenshot

GNOME Screenshot is a small utility that takes a screenshot of the whole
desktop; the currently focused window; or an area of the screen.

(nia)

2020-11-10 12:10:46 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to 1.39

(fox)

2020-11-10 12:09:34 UTC MAIN commitmail json YAML

audio/fasttracker2: Updates to v1.39

Changes since v1.38

v1.39 - 08.11.2020
- Fixed yet another issue where junk could be drawn after the loop end point in
  the sample data's waveform in the sample editor (if zoomed out).
- Fixed an issue with loading XMs with more than 128 instruments (OpenMPT etc).
  This only worked if the extra instruments were empty. Now it will properly
  load the extra instruments and discard them after the loading was complete
  (since we only support up to 128 instruments).
- Small code cleanup

(fox)

2020-11-10 12:07:18 UTC MAIN commitmail json YAML

doc: Added x11/gnome-shell version 3.38.1

(nia)

2020-11-10 12:06:59 UTC MAIN commitmail json YAML

x11: Add gnome-shell. Based on work by Dan Cîrnaț and myself in wip.

GNOME Shell provides core user interface functions for the GNOME 3 desktop,
like switching to windows and launching applications. GNOME Shell takes
advantage of the capabilities of modern graphics hardware and introduces
innovative user interface concepts to provide a visually attractive and
easy to use experience.

(nia)

2020-11-10 12:03:59 UTC MAIN commitmail json YAML

news/leafnode: Backport patch from upcoming 1.11.12

Prevent stack overruns if /message.id contains filenames >= 1000.
Bump PKGREVISION.

(micha)

2020-11-10 11:34:04 UTC MAIN commitmail json YAML

doc: Updated lang/gjs to 1.66.1

(nia)

2020-11-10 11:33:50 UTC MAIN commitmail json YAML

gjs: Update to 1.66.1

Based on work by Dan Cîrnaț in wip

Version 1.66.1
--------------

- Closed bugs and merge requests:

  * Throws on Unsupported caller allocates [!495, Marco Trevisan]
  * arg: Fix MIN/MAX safe big integer limits [!492, Marco Trevisan]
  * Fix leak when virtual function is unimplemented [!498, Evan Welsh]
  * Cannot compile GJS 1.66.0 on macOS with llvm/clang 10.0.1 [#347, !499,
    Marc-Antoine Perennou]
  * console: fix typo in command-line option [!500, Andy Holmes]
  * Prevent passing null pointers when not nullable [!503, Evan Welsh]
  * Passing fundamentals to functions no longer works [#353, !506, Evan Welsh]

- Fixed examples/clutter.js to work with more recent Clutter [Philip Chimento]

Version 1.66.0
--------------

- No change from 1.65.92.

Version 1.65.92
---------------

- Closed bugs and merge requests:

  * CI: Make iwyu idempotent [!481, Simon McVittie]
  * Enum and flags test failing in s390x [#319, !480, Simon McVittie]
  * Bring back Visual Studio build support for GJS master [!482, Chun-wei Fan]
  * gjs_dbus_implementation_emit_signal: don't try to unref NULL [!482, Adam
    Williamson]
  * doc: add third party applications [!484, Sonny Piers]
  * boxed: Initialize all the private BoxedInstance members [!487, Marco
    Trevisan]
  * object: Fix GjsCallBackTrampoline's leaks [!490, Marco Trevisan]
  * Various maintenance [!485, Philip Chimento]
  * Crash using shell's looking glass [#344, !486, Marco Trevisan]

Version 1.65.91
---------------

- Closed bugs and merge requests:

  * Crash in gjs_dbus_implementation_flush() [#332, !471, Andy Holmes]
  * eslint: Bump ecmaScript version [!473, Florian Müllner]
  * Documentation: add documentation for ENV variables [!474, Andy Holmes]
  * Fix build for master on Windows (due to SpiderMonkey-78.x upgrade) [!475,
    Chun-wei Fan]
  * Argument cache causes test failure in armhf [#342, !476, Marco Trevisan]
  * Argument cache causes test regressions in s390x [#341, !477, Simon McVittie]
  * ByteArray.toString use-after-free [#339, !472, Evan Welsh]
  * Crash accessing `vfunc_` methods of `Clutter.Actor`s [#313, !478, Evan
    Welsh]

- Various refactors for type safety [Marco Trevisan]

Version 1.65.90
---------------

- GJS now has an optional, Linux-only, dependency on libsysprof-capture-4
  instead of libsysprof-capture-3 for the profiler functionality.

- New API: gjs_coverage_enable() allows the collection of code coverage metrics.
  If you are using GjsCoverage, it is now required to call gjs_coverage_enable()
  before you create the first GjsContext. Previously this was not necessary, but
  due to changes in SpiderMonkey 78 you must now indicate in advance if you want
  to collect code coverage metrics.

- New JavaScript features! This version of GJS is based on SpiderMonkey 78, an
  upgrade from the previous ESR (Extended Support Release) of SpiderMonkey 68.
  Here are the highlights of the new JavaScript features.
  For more information, look them up on MDN or devdocs.io.

  * New language features
    + A new regular expression engine, supporting lookbehind and named capture
      groups, among other things

  * New syntax
    + The ?? operator ("nullish coalescing operator") is now supported
    + The ?. operator ("optional chaining operator") is now supported
    + Public static class fields are now supported
    + Separators in numeric literals are now supported: for example, 1_000_000

  * New APIs
    + String.replaceAll() for replacing all instances of a string inside another
      string
    + Promise.allSettled() for awaiting until all Promises in an array have
      either fulfilled or rejected
    + Intl.Locale
    + Intl.ListFormat
    + Intl.RelativeTimeFormat.formatToParts()

  * New behaviour
    + There are a lot of minor behaviour changes as SpiderMonkey's JS
      implementation conforms ever closer to existing ECMAScript standards and
      adopts new ones. For complete information, read the Firefox developer
      release notes:
      https://developer.mozilla.org/en-US/Firefox/Releases/69#JavaScript
      https://developer.mozilla.org/en-US/Firefox/Releases/70#JavaScript
      https://developer.mozilla.org/en-US/Firefox/Releases/71#JavaScript
      https://developer.mozilla.org/en-US/Firefox/Releases/72#JavaScript
      https://developer.mozilla.org/en-US/Firefox/Releases/73#JavaScript
      https://developer.mozilla.org/en-US/Firefox/Releases/74#JavaScript
      https://developer.mozilla.org/en-US/Firefox/Releases/75#JavaScript
      https://developer.mozilla.org/en-US/Firefox/Releases/76#JavaScript
      https://developer.mozilla.org/en-US/Firefox/Releases/77#JavaScript
      https://developer.mozilla.org/en-US/Firefox/Releases/78#JavaScript

  * Backwards-incompatible changes
    + The Object.toSource() method has been removed
    + The uneval() global function has been removed
    + A leading zero is now never allowed for BigInt literals, making 08n and
      09n invalid similar to the existing error when legacy octal numbers like
      07n are used
    + The Function.caller property now has the value of null if the caller is a
      strict, async, or generator function, instead of throwing a TypeError

- Backwards-incompatible change: Paths specified on the command line with
  the --coverage-prefix argument, are now always interpreted as paths. If they
  are relative paths, they will be resolved relative to the current working
  directory. In previous versions, they would be treated as string prefixes,
  which led to unexpected behaviour when the path of the script was absolute
  and the coverage prefix relative, or vice versa.

- Closed bugs and merge requests:
  * Port to libsysprof-capture-4.a [!457, Philip Withnall, Philip Chimento]
  * CI: Switch ASAN jobs to runners tagged so [!461, Bartłomiej Piotrowski]
  * Rework global code to support multiple global "types". (Part 1) [!453, Evan
    Welsh]
  * SpiderMonkey 78 [#329, !462, !458, Evan Welsh, Philip Chimento]
  * GIArgument inlines [!460, Marco Trevisan, Philip Chimento]
  * gjs stopped building on 32 bits [#335, !463, Marco Trevisan, Philip
    Chimento]
  * Improve performance of argument marshalling [#70, !48, Giovanni Campagna,
    Philip Chimento]
  * Build failure on 32-bit [#336, !465, Michael Catanzaro]
  * Various maintenance [!464, Philip Chimento]
  * arg-cache.cpp: Fix build on Visual Studio [!466, Chun-wei Fan]
  * [regression] Super+A crashes gnome-shell [#338, !467, Philip Chimento]
  * Generating coverage information seems to be broken [#322, !470, Philip
    Chimento]

- Various refactors for type safety [Marco Trevisan]

- Various maintenance [Philip Chimento]

Version 1.65.4
--------------

- New language features! Public class fields are now supported. See for more
  information:
  https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Public_class_fields

- Closed bugs and merge requests:
  * arg.cpp: Add required messages for static_assert (fix building on pre-C++17)
    [!441, Chun-wei Fan]
  * Add include-what-you-use CI job [!448, !449, Philip Chimento]
  * Let's enable class fields! [!445, Evan Welsh]
  * examples: add GListModel implementation [!452, Andy Holmes]
  * Update ESLint CI image. [!451, Evan Welsh]
  * function: Only get function name if we actually warn [!454, Jonas Dreßler]
  * Split print into native library. [!444, Evan Welsh]
  * Various maintenance [!459, Philip Chimento]

- Various refactors for type safety [Marco Trevisan]

Version 1.64.4
--------------

- Closed bugs and merge requests:
  * Fix CI failure caused by GTK4 update [!447, Philip Chimento]

Version 1.65.3
--------------

- In GTK 4, Gtk.Widget is now an iterable object which iterates through its
  child widgets. (`for (let child of widget) { ... }`)

- Closed bugs and merge requests:
  * Installed tests are not in preferred directories [#318, !427, Ross Burton]
  * Build new test CI images with Buildah [!429, Philip Chimento]
  * CI fixes for new test images [!433, Philip Chimento]
  * Various maintenance [!428, Philip Chimento]
  * Fix dead link [!436, prnsml]
  * overrides/Gtk: Make GTK4 widgets iteratable [!437, Florian Müllner]
  * arg.cpp: Fix building on Visual Studio [!439, Chun-wei Fan]
  * Separate closures and vfuncs [!438, Philip Chimento]
  * Improvements to IWYU script [!435, Philip Chimento]
  * Various refactors in preparation for ES modules [!440, Evan Welsh, Philip
    Chimento]

- Various refactors for type safety [Marco Trevisan]

(nia)

2020-11-10 11:31:25 UTC MAIN commitmail json YAML

mozjs78: Fix reference to wip

(nia)

2020-11-10 11:27:29 UTC MAIN commitmail json YAML

doc: Added lang/mozjs78 version 78.4.0

(nia)

2020-11-10 11:27:10 UTC MAIN commitmail json YAML

2020-11-10 11:14:30 UTC MAIN commitmail json YAML

Updated finance/py-braintree, www/py-asgiref

(adam)

2020-11-10 11:13:46 UTC MAIN commitmail json YAML

py-asgiref: update to 3.3.1

3.3.1:
Unknown changes

(adam)

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

py-braintree: updated to 4.5.0

4.5.0
Add acquirer_reference_number to Transaction
Deprecate recurring in Transaction sale requests

(adam)

2020-11-10 07:27:57 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6357 - requested by wiz
security/tor-browser-noscript: security fix

Revisions pulled up:
- security/tor-browser-noscript/Makefile                        1.7
- security/tor-browser-noscript/distinfo                        1.7

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sat Oct 31 00:54:38 UTC 2020

  Modified Files:
  pkgsrc/security/tor-browser-noscript: Makefile distinfo

  Log Message:
  tor-browser-noscript: update to 11.1.3.

  v 11.1.3
  ============================================================
  x Fixed regression: document media and font restrictions
    always cascaded (thanks BrainDedd for report)
  x Remove domPolicy logging when debugging is off
  x Trivial reordering from Mozilla source
  x Updated TLDs

  v 11.1.1
  ============================================================
  x Updated TLDs
  x Better heuristic to figure out missing data while
    computing contextual policies
  x Fixed regression breaking per-tab restrictions disablement
    (thanks Horsefly for report)

  v 11.1.0
  ============================================================
  x Improved blocking of media documents unaffected by
    webRequest
  x Automatically init tag message with last changelog
  x Improved NOSCRIPT element emulation compatibility with XML
    documents
  x webNavigation.onCommitted + tabs.executeScript to deliver
    DOM policies earlier whenever possible
  x Partial work-around for Fx 80 file:// documents parsing
    inconsistencies (further fix for issue #156)
  x Cache policy on top document for file:// subdocuments
    (fixes issue #156)
  x Enforce more restrictive CSP on media/object documents
  x Better cross-browser media handling
  x [Mobile] Use tabs as prompts if the browser.windows API is
    missing
  x Fix browser UI for image, audio and video content being
    partially broken on file:// URLs
  x Normalize file:// directory paths on Firefox
  x Allow browser UI scripts for file:// directory navigation
  x Updated TLDs
  x [L10n] Updated mk

  v 11.1.0rc2
  ============================================================
  x Improved blocking of media documents unaffected by
    webRequest
  x Automatically init tag message with last changelog

  v 11.1.0rc1
  ============================================================
  x Improved NOSCRIPT element emulation compatibility with XML
    documents

  v 11.0.47rc6
  ============================================================
  x webNavigation.onCommitted + tabs.executeScript to deliver
    DOM policies earlier whenever possible
  x Fixed typo causing CSP-based media blocking to skip
    requests with no content-type header

  v 11.0.47rc5
  ============================================================
  x Partial work-around for Fx 80 file:// documents parsing
    inconsistencies (further fix for issue #156)

  v 11.0.47rc4
  ============================================================
  x Cache policy on top document for file:// subdocuments
    (fixes issue #156)
  x Updated TLDs
  x Enforce more restrictive CSP on media/object documents

  v 11.0.47rc3
  ============================================================
  x Better cross-browser media handling
  x Improved file: directory path normalization

  v 11.0.47rc2
  ============================================================
  x [Mobile] Use tabs as prompts if the browser.windows API is
    missing

  v 11.0.47rc1
  ============================================================
  x Fix browser UI for image, audio and video content being
    partially broken on file:// URLs
  x Normalize file:// directory paths on Firefox
  x Allow browser UI scripts for file:// directory navigation
  x Updated TLDs
  x [L10n] Updated mk

(bsiegert)

2020-11-10 03:04:47 UTC MAIN commitmail json YAML

doc: Updated www/firefox78-l10n to 78.4.1

(nia)

2020-11-10 03:04:00 UTC MAIN commitmail json YAML

2020-11-10 02:59:40 UTC MAIN commitmail json YAML

doc: Updated www/firefox78 to 78.4.1

(nia)

2020-11-10 02:59:28 UTC MAIN commitmail json YAML

firefox78: Update to 78.4.1. Apply MPROTECT patches from mozjs.

Security Vulnerabilities fixed in Firefox 82.0.3, Firefox ESR 78.4.1, and Thunderbird 78.4.2

#CVE-2020-26950: Write side effects in MCallGetProperty opcode not accounted for

(nia)

2020-11-10 02:19:46 UTC MAIN commitmail json YAML

doc: Added time/gnome-calendar version 3.38.1

(nia)

2020-11-10 02:19:24 UTC MAIN commitmail json YAML

time: Add gnome-calendar.

Based on work by myself in wip. Requires dbus to be running as a system
service.

GNOME Calendar is a simple calendar application for GNOME.

(nia)

2020-11-10 02:15:25 UTC MAIN commitmail json YAML

doc: Added x11/gnome-session version 3.38.0

(nia)

2020-11-10 02:15:01 UTC MAIN commitmail json YAML

gnome-session: Import version 3.38.0

Based on work by Dan Cîrnaț and myself.

gnome-session contains the GNOME session manager, as well as a
configuration program to choose applications starting on login.

(nia)

2020-11-10 01:56:45 UTC MAIN commitmail json YAML

doc: Added wm/mutter version 3.38.1

(nia)

2020-11-10 01:56:20 UTC MAIN commitmail json YAML

wm: Add mutter, the GNOME 3 window manager.

Based on work by Dan Cîrnaț and myself in pkgsrc-wip.

Mutter is a window and compositing manager that displays and manages your
desktop via OpenGL. Mutter combines a sophisticated display engine using
the Clutter toolkit with solid window-management logic inherited from the
Metacity window manager.

(nia)

2020-11-10 01:21:54 UTC MAIN commitmail json YAML

doc: Added sysutils/gnome-settings-daemon version 3.38.1

(nia)

2020-11-10 01:21:24 UTC MAIN commitmail json YAML

2020-11-10 00:54:20 UTC MAIN commitmail json YAML

doc: Updated editors/pluma to 1.24.1

(gutteridge)

2020-11-10 00:53:30 UTC MAIN commitmail json YAML

pluma: update to pluma 1.24.1

Change log:

pluma 1.24.1

  * Translations update
  * build: silent build warnings for distcheck
  * help: Remove Open Location from shortcut keys table
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Use user page on github when user email is private
  * Update authors

(gutteridge)

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

mate-terminal: remove unused PLIST_VAR

The skey option hasn't made a difference in PLIST content in some time.

(gutteridge)

2020-11-09 23:46:27 UTC MAIN commitmail json YAML

doc: Updated x11/mate-terminal to 1.24.1

(gutteridge)

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

mate-terminal: update to mate-terminal 1.24.1

Change log:

mate-terminal 1.24.1

  * Translations update
  * build: silent build warnings for distcheck
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * fix searching in terminal window
  * fix url highlighting due to deprecation of vte_terminal_match_add_gregex
  * terminal-screen: prevent crash on bad term spawn due to redundant frees
  * Use user page on github when user email is private
  * Update authors

(gutteridge)

2020-11-09 15:08:27 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 82.0.3

(maya)

2020-11-09 15:08:13 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 82.0.3

(maya)

2020-11-09 15:07:47 UTC MAIN commitmail json YAML

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

py-mercurial: updates to rust bindings

Still far from working: uses a couple "pre" crates that are not on
cargo.io and, ignoring that, fails with a "missing Cargo.toml" error.

(wiz)

2020-11-09 14:46:34 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo to 2.0.3

(taca)

2020-11-09 14:46:06 UTC MAIN commitmail json YAML

time/ruby-tzinfo: update to 2.0.3

## Version 2.0.3 - 8-Nov-2020

* Added support for handling "slim" format zoneinfo files that are produced by
  default by zic version 2020b and later. The POSIX-style TZ string is now used
  calculate DST transition times after the final defined transition in the file.
  #120.
* Fixed `TimeWithOffset#getlocal` returning a `TimeWithOffset` with the
  `timezone_offset` still assigned when called with an offset argument on JRuby
  9.3.
* Rubinius is no longer supported.

(taca)

2020-11-09 14:45:32 UTC MAIN commitmail json YAML

+ modular-xorg-xquartz-1.20.9

(schmonz)