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

2024-05-13 07:30:58 UTC Now

2021-06-04 11:32:24 UTC MAIN commitmail json YAML

audio/ampache: Drop MESSAGE

This only suggests reading the INSTALL document and repeats things
that should be in there.

(gdt)

2021-06-04 11:30:35 UTC MAIN commitmail json YAML

audio/abcde: Trim MESSAGE

Remove suggestion to look at example and content from the docs.

(gdt)

2021-06-04 11:28:30 UTC MAIN commitmail json YAML

audio/SDL_mixer: Drop MESSAGE

It merely suggests packages that can use facilities in this package.

(gdt)

2021-06-04 11:27:17 UTC MAIN commitmail json YAML

doc: Updated sysutils/gnome-control-center to 40.0

(cirnatdan)

2021-06-04 11:27:01 UTC MAIN commitmail json YAML

gnome-control-center: Update sysutils/gnome-control-center to 40.0

================
Version 40
================

- Updated translations

================
Version 40.rc
================

- Various fixes to the language chooser
- Updated translations

Location
- Wrap label to fit smaller window sizes

Mouse & Touchpad
- Allow horizontal scrolling in test page

Network
- Fix creation of the netmask widget

================
Version 40.beta
================

- Various improvements to fingerprint management
- Show hardware model and vendor in the About panel
- New Keyboard panel design
- New power mode selector in the Power panel
- Updated translations

About
- Show hardware model and vendor
- Use os-release to search for the OS logo

Accessibility
- Major code cleanup

Display
- Try harder to select a good and working scale

Keyboard
- Handle input sources

Power
- Rearrange battery code to a new widget
- Add a new "Power Mode" section

Sharing
- Also disable Traker3

Sound
- Update mute button icon when volume changes

User Accounts
- Fix free of constant string
- Use properly translated fingerprint strings
- Improve transition to parental controls window
- Many improvements to fingerprint management

(cirnatdan)

2021-06-04 09:58:12 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.66

(wiz)

2021-06-04 09:58:03 UTC MAIN commitmail json YAML

nss: update to 3.66.

Bugs fixed:
* Bug 1710716 - Remove Expired Sonera Class2 CA from NSS.
* Bug 1710716 - Remove Expired Root Certificates from NSS - QuoVadis Root Certification Authority.
* Bug 1708307 - Remove Trustis FPS Root CA from NSS.
* Bug 1707097 - Add Certum Trusted Root CA to NSS.
* Bug 1707097 - Add Certum EC-384 CA to NSS.
* Bug 1703942 - Add ANF Secure Server Root CA to NSS.
* Bug 1697071 - Add GLOBALTRUST 2020 root cert to NSS.
* Bug 1712184 - NSS tools manpages need to be updated to reflect that sqlite is the default database.
* Bug 1712230 - Don't build ppc-gcm.s with clang integrated assembler.
* Bug 1712211 - Strict prototype error when trying to compile nss code that includes blapi.h.
* Bug 1710773 - NSS needs FIPS 180-3 FIPS indicators.
* Bug 1709291 - Add VerifyCodeSigningCertificateChain.
* Use GNU tar for the release helper script.

(wiz)

2021-06-04 09:47:27 UTC MAIN commitmail json YAML

doc: Updated www/apache24 to 2.4.48

(wiz)

2021-06-04 09:47:16 UTC MAIN commitmail json YAML

apache: update to 2.4.48.

Changes with Apache 2.4.48

  *) mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp to opt-out the
    fallback to mod_proxy_http for WebSocket upgrade and tunneling.
    [Yann Ylavic]

  *) mod_proxy: Fix flushing of THRESHOLD_MIN_WRITE data while tunneling.
    BZ 65294.  [Yann Ylavic]

  *) core: Fix a regression that stripped the ETag header from 304 responses.
    PR 61820 [Ruediger Pluem, Roy T. Fielding]

  *) core: Adding SSL related inquiry functions to the server API.
    These function are always available, even when no module providing
    SSL is loaded. They provide their own "shadowing" implementation for
    the optional functions of similar name that mod_ssl and impersonators
    of mod_ssl provide.
    This enables loading of several SSL providing modules when all but
    one of them registers itself into the new hooks. Two old-style SSL
    modules will not work, as they replace the others optional functions
    with their own.
    Modules using the old-style optional functions will continue to work
    as core supplies its own versions of those.
    The following has been added so far:
    - ap_ssl_conn_is_ssl() to query if a connection is using SSL.
    - ap_ssl_var_lookup() to query SSL related variables for a
      server/connection/request.
    - Hooks for 'ssl_conn_is_ssl' and 'ssl_var_lookup' where modules
      providing SSL can install their own value supplying functions.
    - ap_ssl_add_cert_files() to enable other modules like mod_md to provide
      certificate and keys for an SSL module like mod_ssl.
    - ap_ssl_add_fallback_cert_files() to enable other modules like mod_md to
      provide a fallback certificate in case no 'proper' certificate is
      available for an SSL module like mod_ssl.
    - ap_ssl_answer_challenge() to enable other modules like mod_md to
      provide a certificate as used in the RFC 8555 'tls-alpn-01' challenge
      for the ACME protocol for an SSL module like mod_ssl. The function
      and its hook provide PEM encoded data instead of file names.
    - Hooks for 'ssl_add_cert_files', 'ssl_add_fallback_cert_files' and
      'ssl_answer_challenge' where modules like mod_md can provide providers
      to the above mentioned functions.
    - These functions reside in the new 'http_ssl.h' header file.
    [Stefan Eissing]

  *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. This
    allows modules to access and provide OCSP response data without being tied
    of each other. The data is exchanged in standard, portable formats (PEM encoded
    certificates and DER encoded responses), so that the actual SSL/crypto
    implementations used by the modules are independant of each other.
    Registration and retrieval happen in the context of a server (server_rec)
    which modules may use to decide if they are configured for this or not.
    The area of changes:
    1. core: defines 2 functions in include/http_ssl.h, so that modules may
        register a certificate, together with its issuer certificate for OCSP
        response provisioning and ask for current response data (DER bytes) later.
        Also, 2 hooks are defined that allow modules to implement this OCSP
        provisioning.
    2. mod_ssl uses the new functions, in addition to what it did already, to
        register its certificates this way. If no one is interested in providing
        OCSP, it falls back to its own (if configured) stapling implementation.
    3. mod_md registers itself at the core hooks for OCSP provisioning. Depending
        on configuration, it will accept registrations of its own certificates only,
        all certificates or none.
    [Stefan Eissing]

*) mod_md: v2.4.0 with improvements and bugfixes
    - MDPrivateKeys allows the specification of several types. Beside "RSA" plus
    optional key lengths elliptic curves can be configured. This means you can
    have multiple certificates for a Managed Domain with different key types.
    With ```MDPrivateKeys secp384r1 rsa2048``` you get one ECDSA  and one RSA
    certificate and all modern client will use the shorter ECDSA, while older
    client will get the RSA certificate.
    Many thanks to @tlhackque who pushed and helped on this.
    - Support added for MDomains consisting of a wildcard. Configuring
    ```MDomain *.host.net``` will match all virtual hosts matching that pattern
    and obtain one certificate for it (assuming you have 'dns-01' challenge
    support configured). Addresses #239.
    - Removed support for ACMEv1 servers. The only known installation used to
    be Let's Encrypt which has disabled that version more than a year ago for
    new accounts.
    - Andreas Ulm (<https://github.com/root360-AndreasUlm>) implemented the
    ```renewing``` call to ```MDMessageCmd``` that can deny a certificate
    renewal attempt. This is useful in clustered installations, as
    discussed in #233).
    - New event ```challenge-setup:<type>:<domain>```, triggered when the
    challenge data for a domain has been created. This is invoked before the
    ACME server is told to check for it. The type is one of the ACME challenge
    types. This is invoked for every DNS name in a MDomain.
    - The max delay for retries has been raised to daily (this is like all
    retries jittered somewhat to avoid repeats at fixed time of day).
    - Certain error codes reported by the ACME server that indicate a problem
    with the configured data now immediately switch to daily retries. For
    example: if the ACME server rejects a contact email or a domain name,
    frequent retries will most likely not solve the problem. But daily retries
    still make sense as there might be an error at the server and un-supervised
    certificate renewal is the goal. Refs #222.
    - Test case and work around for domain names > 64 octets. Fixes #227.
    When the first DNS name of an MD is longer than 63 octets, the certificate
    request will not contain a CN field, but leave it up to the CA to choose one.
    Currently, Lets Encrypt looks for a shorter name in the SAN list given and
    fails the request if none is found. But it is really up to the CA (and what
    browsers/libs accept here) and may change over the years. That is why
    the decision is best made at the CA.
    - Retry delays now have a random +/-[0-50]% modification applied to let
    retries from several servers spread out more, should they have been
    restarted at the same time of day.
    - Fixed several places where the 'badNonce' return code from an ACME server
    was not handled correctly. The test server 'pebble' simulates this behaviour
    by default and helps nicely in verifying this behaviour. Thanks, pebble!
    - Set the default `MDActivationDelay` to 0. This was confusing to users that
    new certificates were deemed not usably before a day of delay. When clocks are
    correct, using a new certificate right away should not pose a problem.
    - When handling ACME authorization resources, the module no longer requires
    the server to return a "Location" header, as was necessary in ACMEv1.
    Fixes #216.
    - Fixed a theoretical uninitialized read when testing for JSON error responses
    from the ACME CA. Reported at <https://bz.apache.org/bugzilla/show_bug.cgi?id=64297>.
    - ACME problem reports from CAs that include parameters in the Content-Type
    header are handled correctly. (Previously, the problem text would not be
    reported and retries could exceed CA limits.)
    - Account Update transactions to V2 CAs now use the correct POST-AS-GET method.
    Previously, an empty JSON object was sent - which apparently LE accepted,
    but others reject.
    [Stefan Eissing, @tlhackque, Andreas Ulm]

Changes with Apache 2.4.47

  *) mod_dav_fs: Improve logging output when failing to open files for
    writing.  PR 64413.  [Bingyu Shen <ahshenbingyu gmail.com>]

  *) mod_http2: Fixed a race condition that could lead to streams being
    aborted (RST to the client), although a response had been produced.
    [Stefan Eissing]

  *) mod_lua: Add support to Lua 5.4  [Joe Orton, Giovanni Bechis, Ruediger Pluem]

  *) MPM event/worker: Fix possible crash in child process on early signal
    delivery.  PR 64533.  [Ruediger Pluem]

  *) mod_http2: sync with github standalone version 1.15.17
    - Log requests and sent the configured error response in case of early detected
      errors like too many or too long headers. [Ruediger Pluem]
    - new option 'H2OutputBuffering on/off' which controls the buffering of stream output.
      The default is on, which is the behaviour of older mod-h2 versions. When off, all
      bytes are made available immediately to the main connection for sending them
      out to the client. This fixes interop issues with certain flavours of gRPC, see
      also <https://github.com/icing/mod_h2/issues/207>.
      [Stefan Eissing]

  *) mod_unique_id: Fix potential duplicated ID generation under heavy load.
    PR 65159
    [Jonas Müntener <jonas.muentener ergon.ch>, Christophe Jaillet]

  *) "[mod_dav_fs etag handling] should really honor the FileETag setting".
    - It now does.
    - Add "Digest" to FileETag directive, allowing a strong ETag to be
      generated using a file digest.
    - Add ap_make_etag_ex() and ap_set_etag_fd() to allow full control over
      ETag generation.
    - Add concept of "binary notes" to request_rec, allowing packed bit flags
      to be added to a request.
    - First binary note - AP_REQUEST_STRONG_ETAG - allows modules to force
      the ETag to a strong ETag to comply with RFC requirements, such as those
      mandated by various WebDAV extensions.
    [Graham Leggett]

  *) mod_proxy_http: Fix a possibly crash when the origin connection gets
    interrupted before completion.  PR 64234.
    [Barnim Dzwillo <dzwillo strato.de>, Ruediger Pluem]

  *) mod_ssl: Do not keep connections to OCSP responders alive when doing
    OCSP requests.  PR 64135.  [Ruediger Pluem]

  *) mod_ssl: Improve the coalescing filter to buffer into larger TLS
    records, and avoid revealing the HTTP header size via TLS record
    boundaries (for common response generators).
    [Joe Orton, Ruediger Pluem]

  *) mod_proxy_hcheck: Don't pile up health checks if the previous one did
    not finish before hcinterval.  PR 63010.  [Yann Ylavic]

  *) mod_session: Improve session parsing.  [Yann Yalvic]

  *) mod_authnz_ldap: Prevent authentications with empty passwords for the
    initial bind to fail with status 500. [Ruediger Pluem]

  *) mod_auth_digest: Fast validation of the nonce's base64 to fail early if
    the format can't match anyway.  [Yann Ylavic]

  *) mod_proxy_fcgi: Honor "SetEnv proxy-sendcl" to forward a chunked
    Transfer-Encoding from the client, spooling the request body when needed
    to provide a Content-Length to the backend.  PR 57087.  [Yann Ylavic]

  *) mod_proxy: Put mod_proxy_{connect,wstunnel} tunneling code in common in
    proxy_util.  [Yann Ylavic]

  *) mod_proxy: Improve tunneling loop to support half closed connections and
    pending data draining (for protocols like rsync). PR 61616. [Yann Ylavic]

  *) mod_proxy_http: handle Upgrade request, 101 (Switching Protocol) response
    and switched protocol forwarding.  [Yann Ylavic]

  *) mod_proxy_wstunnel: Leave Upgrade requests handling to mod_proxy_http,
    allowing for (non-)Upgrade negotiation with the origin server.
    [Yann Ylavic]

  *) mod_proxy: Allow ProxyErrorOverride to be restricted to specific status
    codes.  PR63628. [Martin Drößler <mail martindroessler.de>]

  *) core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined
    directives.  [Yann Ylavic]

  *) core: Ensure that aborted connections are logged as such. PR 62823
    [Arnaud Grandville <contact@grandville.net>]

  *) http: Allow unknown response status' lines returned in the form of
    "HTTP/x.x xxx Status xxx".  [Yann Ylavic]

  *) mod_proxy_http: Fix 100-continue deadlock for spooled request bodies,
    leading to Request Timeout (408).  PR 63855.  [Yann Ylavic]

  *) core: Remove headers on 304 Not Modified as specified by RFC7234, as
    opposed to passing an explicit subset of headers. PR 61820.
    [Giovanni Bechis]

  *) mpm_event: Don't reset connections after lingering close, restoring prior
    to 2.4.28 behaviour.  [Yann Ylavic]

  *) mpm_event: Kill connections in keepalive state only when there is no more
    workers available, not when the maximum number of connections is reached,
    restoring prior to 2.4.30 behaviour.  [Yann Ylavic]

  *) mod_unique_id: Use base64url encoding for UNIQUE_ID variable,
    avoiding the use of '@'.  PR 57044.
    [Michael Kaufmann <apache-bugzilla michael-kaufmann.ch>]

  *) mod_rewrite: Extend the [CO] (cookie) flag of RewriteRule to accept a
    SameSite attribute. [Eric Covener]

  *) mod_proxy: Add proxy check_trans hook.  This allows proxy
    modules to decline request handling at early stage.

  *) mod_proxy_wstunnel: Decline requests without an Upgrade
    header so ws/wss can be enabled overlapping with later
    http/https.

  *) mod_http2: Log requests and sent the configured error response in case of
    early detected errors like too many or too long headers.
    [Ruediger Pluem, Stefan Eissing]

  *) mod_md: Lowered the required minimal libcurl version from 7.50 to 7.29
    as proposed by <alexander.gerasimov codeit.pro>. [Stefan Eissing]

  *) mod_ssl: Fix request body buffering with PHA in TLSv1.3.  [Joe Orton]

  *) mod_proxy_uwsgi: Fix a crash when sending environment variables with no
    value. PR 64598 [Ruediger Pluem]

  *) mod_proxy: Recognize parameters from ProxyPassMatch workers with dollar
    substitution, such that they apply to the backend connection.  Note that
    connection reuse is disabled by default to avoid compatibility issues.
    [Takashi Sato, Jan Kaluza, Eric Covener, Yann Ylavic, Jean-Frederic Clere]

(wiz)

2021-06-04 08:19:29 UTC MAIN commitmail json YAML

inkscape: whitespace cleanup for pkglint

(wiz)

2021-06-04 05:18:01 UTC MAIN commitmail json YAML

2021-06-04 04:45:59 UTC MAIN commitmail json YAML

py-prettytable: PYTHON_VERSIONS_INCOMPATIBLE should be before pyversion.mk

(adam)

2021-06-04 04:43:06 UTC MAIN commitmail json YAML

py-immutabledict: not for Python 2.7

(adam)

2021-06-03 22:27:57 UTC MAIN commitmail json YAML

mkvtoolnix: remove unsupported configure flags

(wiz)

2021-06-03 21:01:08 UTC MAIN commitmail json YAML

(devel/R-pkgcache) Add missing DEPENDS+= R-jsonlite-[0-9]*

(mef)

2021-06-03 19:44:47 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.5.1

(pin)

2021-06-03 19:44:27 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.5.1

-fix a few problems with the :del_word_right internal

(pin)

2021-06-03 19:23:39 UTC MAIN commitmail json YAML

2021-06-03 19:10:25 UTC MAIN commitmail json YAML

Updated net/iperf3, graphics/pngquant

(adam)

2021-06-03 19:09:33 UTC MAIN commitmail json YAML

pngquant: updated to 2.15.1

2.15.1:
Bug fixes

(adam)

2021-06-03 19:06:20 UTC MAIN commitmail json YAML

iperf3: updated to 3.10.1

iperf-3.10.1 2021-06-03
-----------------------

* Notable user-visible changes

  * Fixed a problem with autoconf scripts that made builds fail in
    some environments.

* Developer-visible changes

  * GNU autoconf 2.71 or newer is now required to regenerate iperf3's
    configure scripts.

(adam)

2021-06-03 16:32:27 UTC MAIN commitmail json YAML

doc: Updated editors/pluma to 1.24.2nb2

(gutteridge)

2021-06-03 16:31:13 UTC MAIN commitmail json YAML

pluma: fix builds with latest itstool & py-libxml2 combination

A (hopefully temporary) workaround to fix a regression where itstool
with py-libxml2 2.9.12 ends up causing a Python segfault. (This did not
occur with py-libxml2 2.9.10.) For now, disable the help file target
that triggers the issue. Addresses PR pkg/56229 from Andrius V.

(gutteridge)

2021-06-03 15:48:01 UTC MAIN commitmail json YAML

doc: Updated security/clamav to 0.103.2

(taca)

2021-06-03 15:47:34 UTC MAIN commitmail json YAML

security/clamav: update to 0.103.2

0.103.2 (2021-04-07)

ClamAV 0.103.2 is a security patch release with the following fixes:

* CVE-2021-1386: Fix for UnRAR DLL load privilege escalation.  Affects
  0.103.1 and prior on Windows only.

* CVE-2021-1252: Fix for Excel XLM parser infinite loop.  Affects 0.103.0
  and 0.103.1 only.

* CVE-2021-1404: Fix for PDF parser buffer over-read; possible crash.
  Affects 0.103.0 and 0.103.1 only.

* CVE-2021-1405: Fix for mail parser NULL-dereference crash.  Affects
  0.103.1 and prior.

* Fix possible memory leak in PNG parser.

* Fix ClamOnAcc scan on file-creation race condition so files are scanned
  after their contents are written.

* FreshClam: Deprecate the SafeBrowsing config option.  The SafeBrowsing
  option will no longer do anything.

* For more details, see our blog post from last year about the future of the
  ClamAV Safe Browsing database.

* Tip: If creating and hosting your own safebrowing.gdb database, you can
  use the DatabaseCustomURL option in freshclam.conf to download it.

* FreshClam: Improved HTTP 304, 403, & 429 handling.

* FreshClam: Added back the mirrors.dat file to the database directory.
  This new mirrors.dat file will store:

- A randomly generated UUID for the FreshClam User-Agent.
- A retry-after timestamp that so FreshClam won't try to update
          after having received an HTTP 429 response until the Retry-After
          timeout has expired.

* FreshClam will now exit with a failure in daemon mode if an HTTP 403
  (Forbidden) was received, because retrying later won't help any.  The
  FreshClam user will have to take actions to get unblocked.

* Fix the FreshClam mirror-sync issue where a downloaded database is "older
  than the version advertised."

* If a new CVD download gets a version that is older than advertised,
  FreshClam will keep the older version and retry the update so that the
  incremental update process (CDIFF patch process) will update to the latest
  version.

(taca)

2021-06-03 15:45:56 UTC MAIN commitmail json YAML

meta-pkgs/ruby-redmine-themes: allow build with ruby30

(taca)

2021-06-03 15:45:08 UTC MAIN commitmail json YAML

meta-pkgs/ruby-redmine-plugins: allow build with ruby30

(taca)

2021-06-03 15:44:06 UTC MAIN commitmail json YAML

meta-pkgs/php74-extensions: reset PKGREVISION

Reset PKGREVISION along with update of php74.

(taca)

2021-06-03 15:30:39 UTC MAIN commitmail json YAML

doc: Updated lang/php74 to 7.4.20

(taca)

2021-06-03 15:30:25 UTC MAIN commitmail json YAML

lang/php: update to 7.4.20

Make sure to update php/phpversion.mk.

(taca)

2021-06-03 15:28:49 UTC MAIN commitmail json YAML

lang/php74: update to 7.4.20

03 Jun 2021, PHP 7.4.20

- Core:
  . Fixed bug #80929 (Method name corruption related to repeated calls to
    call_user_func_array). (twosee)
  . Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
    (cmb)
  . Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive).
    (cmb)
  . Fixed bug #80972 (Memory exhaustion on invalid string offset). (girgias)

- FPM:
  . Fixed bug #65800 (Events port mechanism). (psumbera)

- FTP:
  . Fixed bug #80901 (Info leak in ftp extension). (cmb)
  . Fixed bug #79100 (Wrong FTP error messages). (cmb)

- GD:
  . Fixed bug #81032 (GD install is affected by external libgd installation).
    (Flavio Heleno, cmb)

- MBString:
  . Fixed bug #81011 (mb_convert_encoding removes references from arrays). (cmb)

- ODBC:
  . Fixed bug #80460 (ODBC doesn't account for SQL_NO_TOTAL indicator). (cmb)

- PDO_MySQL:
  . Fixed bug #81037 (PDO discards error message text from prepared
    statement). (Kamil Tekiela)

- PDO_ODBC:
  . Fixed bug #44643 (bound parameters ignore explicit type definitions). (cmb)

- pgsql:
  . Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast(). (cmb)

- SPL:
  . Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR).
    (cmb, Nikita)

- Opcache:
  . Fixed bug #80900 (switch statement behavior inside function). (twosee)
  . Fixed bug #81015 (Opcache optimization assumes wrong part of ternary
    operator in if-condition). (Nikita)

- XMLReader:
  . Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)

- Zip:
  . Fixed bug #80863 (ZipArchive::extractTo() ignores references). (cmb)

(taca)

2021-06-03 15:18:46 UTC MAIN commitmail json YAML

doc: Updated x11/gnome-shell to 40.0

(cirnatdan)

2021-06-03 15:12:25 UTC MAIN commitmail json YAML

doc: Updated mail/ruby-mini_mime to 1.0.3

(taca)

2021-06-03 15:11:53 UTC MAIN commitmail json YAML

mail/ruby-mini_mime: update to 1.0.3

Since redmine require mini_mime < 1.1, update to latest 1.0.3.

1.0.3 (2021-03-26)
  * Update mime types from upstream

(taca)

2021-06-03 15:11:36 UTC MAIN commitmail json YAML

doc: Updated cad/gtkwave to 3.3.109

(mef)

2021-06-03 15:11:23 UTC MAIN commitmail json YAML

(cad/gtkwave) Updated 3.3.107 to 3.3.109

3.3.108 30dec20 Fix VZT writer crash when dumpoff is invoked before first
                timestep.
                Fix convert_ffo() that scanned in wrong direction.
                Fix use after free in fstapi.c.
3.3.109 10apr21 gtk_ctree_node_moveto bugfix in SST.
                MSVC compiler fix for fstapi.
                Update xml2stems and rtlbrowse to support generate.

(mef)

2021-06-03 15:11:05 UTC MAIN commitmail json YAML

gnome-shell: Update x11/gnome-shell to 40.0

40.0
====

Translators:
  Zander Brown [en_GB], Dušan Kazik [sk]

40.rc
=====
* Define default app grid arrangement [Allan; !1700]
* Fix shading behind system modal dialogs [Florian; !1712]
* Only show logout-inhibiting apps in end-session dialog [Michael; !1424]
* Fix minimap previews on multi-monitor systems [Florian; !1721]
* Drop strict extension version match for unstable releases [Florian; !1719]
* Fix missing app menu after overview gesture [Florian; !1726]
* Improve app folder appearance [Jakub; !1714]
* Fix window previews becoming undraggable after workspace switch
  [Sebastian; !1717]
* Fix dragging icons to a different page in RTL locales [Carlos; !1734]
* Support double super for opening app grid [Florian; !1736]
* Improve workspace handling on secondary monitors [Florian; !1735]
* Improve interaction when dragging between app grid pages [Carlos; !1630]
* Fix launching on requested workspace on wayland [Florian; !1316]
* Make wifi strength indicator consistent with icons in Settings [Remi; !1432]
* Start session in overview [Georges; !1678]
* Tweak window preview layout in overview [Jonas D.; !1702, !1737]
* Improve overview performance [Jonas D.; !1713, !1733, !1743, !1755]
* Fix new workspaces being invisible in minimap [Florian; !1716]
* Fix glitch after dragging window preview from second monitor [Ivan; !1727]
* Do not switch workspaces when scrolling during super-tab [Florian; !1746]
* Make OSK shifting up windows more reliable [Jonas D.; !1728, !1760]
* Fix swipe gesture glitches [Alexander; !1731]
* Fix mis-scaled preview icons in window picker [Sebastian; !1751]
* Fix unintended app grid changes during icon DND in dash [Sebastian; !1767]
* Fix missing X11 fallback icons [Florian; !1761]
* Fixed crashes [Sebastian; !1718]
* Misc. bug fixes and cleanups [Jonas Å., Sebastian, Abderrahim, Florian,
  Alexander, Felix, Ivan, Jonas D., Jakub, Daniel; !1710, !1707, !1720, !1722,
  !1724, !1732, !1246, !1738, !1740] !1742, !1741, !1745, !1748, !1749, !1765,
  !1766, !1757, !1758]

Contributors:
  Jonas Ådahl, arushsharma24, Allan Day, Felix Divo, Jonas Dreßler,
  Carlos Garnacho, Sebastian Keller, Abderrahim Kitouni, Alexander Mikhaylenko,
  Ivan Molodetskikh, Florian Müllner, Georges Basile Stavracas Neto,
  Remi Salmon, Jakub Steiner, Michael Terry, Daniel van Vugt

Translators:
  Fran Dieguez [gl], Balázs Meskó [hu], Baurzhan Muftakhidinov [kk],
  Goran Vidović [hr], Christian Kirbach [de], Марко Костић [sr],
  Asier Sarasua Garmendia [eu], Guillaume Bernard [fr], Tim Sabsch [de],
  Philipp Kiemle [de], Danial Behzadi [fa], Piotr Drąg [pl],
  Rūdolfs Mazurs [lv], Daniel Mustieles [es], Marek Černocký [cs],
  Fabio Tomat [fur], Changwoo Ryu [ko], Kjartan Maraas [nb], A S Alam [pa],
  Milo Casagrande [it]

40.beta
=======
* Overview redesign
- Move dash to the bottom [Georges, Abderrahim, Jakub; !1559]
- Do not duplicate dash icons in app grid [Florian; !1580]
- Separate favorites from running apps in dash [Florian; !1606, !1610, !1659]
- Change to a horizontal workspace layout [Georges; !1593, !1603]
- Move background to workspaces [Georges, Florian, Jakub; !1599]
- Overhaul window preview style [Florian, Jakub; !1605, !1654, !1657]
- Rework workspace switching animation [Alexander; !1326]
- Show workspace side-by-side [Georges; !1613]
- Allow switching workspaces with super+scroll on wayland [Florian; !1612]
- Allow swiping through more than one workspace at a time [Alexander; !1647]
- Extend active dash area to the screen edge [Florian; !1660]
- Change overall overview layout [Georges, Florian; !1624]
- Refine workspace activation in overview [Georges; !1645]
- Add vertical swipe gesture to shift through overview [Carlos; !1643]
- Add shortcuts for shifting through overview [Florian; !1695]
- Round background corners in overview [Jonas D.; !1651, !1697]
- Hide workspace minimap when using less than two workspaces [Florian; !1696]
- Scale down backgrounds in window picker [Georges; !1691]
- Minor improvements and bug fixes [Florian, Abderrahim, Georges, Sebastian,
  Jakub, Pascal, Jonas D.; !1594, !1609, !1608, !1620, !1629, !1625, !1634,
  !1640, #3669, !1636, !1655, !1656, !1665, !1667, !1638, !1680, !1682, !1684,
  !1681, !1687, !1693, !1694, !1692]
* Fix glitch in app folder icons on smaller displays [Sebastian; !1581]
* Remove arrows from top bar menus [Doan, Florian, Razze; !1583, !1618, !1615]
* Fix stuck grab after failed area screenshots [Sebastian; !1600]
* Prefer image-data hint over app-icon in notifications [Guilherme; !1616]
* Fix drag actor position when animations are turned off [Sebastian; !1627]
* Improve spacing in MPRIS notifications with small text [Sebastian; !1632]
* Add Welcome dialog after major updates [Bastien; !1619]
* Do not save empty commands in run dialog history [Lucas; !1442, !1653]
* Consider device type for fingerprint hint on login screen [Razze; !1572]
* Add tooltip to Extensions app to view unellipsized description [Leleat; !1663]
* Fix stuck polkit dialog when using non-password auth [Florian; !1662]
* Provide screenshot feedback (flash, shutter) before writing file to disk
  [Brion, Jonas; !1658]
* Improve Thai layout in on-screen keyboard [Panawat; !1427]
* Improve error handling for fingerprint auth [Marco; !1652]
* Handle a large number of window previews more gracefully [Sebastian; !1685]
* Follow swipe gesture when bringing up on-screen keyboard [Carlos; !1668]
* Disable out-of-date extensions by default (again) [Evan; !1706]
* Fixed crashes [Jonas D., Carlos; !1673, !1672]
* Misc. bug fixes and cleanups [Florian, Sebastian, Razze, Georges, Daniel,
  Robert, Jonas D., Jonas Å., Marco, Bastien, TerraAr, Carlos; !1575, !1579,
  !1577, !1578, !1585, !1587, !1588, !1590, !1591, !1592, !1595, !1596, !1597,
  !1598, !1582, !1589, !1617, !1611, !1637, !1635, !1641, !1646, !1546, !1648,
  !1650, !1649, !1644, !1661, !1622, !1075, !1674, !1556, !1686, !1683, !1688,
  !1699, !1698, !1701, !1709]

Contributors:
  Jonas Ådahl, Jonas Dreßler, Carlos Garnacho, Sebastian Keller,
  Abderrahim Kitouni, Leleat, Robert Mader, Alexander Mikhaylenko,
  Florian Müllner, Georges Basile Stavracas Neto, Bastien Nocera, Pascal Nowack,
  Razze, Guilherme Silva, Jakub Steiner, TerraAr, Marco Trevisan (Treviño),
  Brion Vibber, Doan Nam Long Vu, Daniel van Vugt, Evan Welsh,
  Lucas Werkmeister, Panawat Wong-kleaw

Translators:
  Balázs Úr [hu], Danial Behzadi [fa], Rafael Fontenelle [pt_BR], A S Alam [pa],
  Anders Jonsson [sv], Yuri Chornoivan [uk], Marek Černocký [cs],
  Hugo Carvalho [pt], Fran Dieguez [gl], Daniel Șerbănescu [ro],
  Florentina Mușat [ro], Daniel Mustieles [es], Jordi Mas [ca],
  Matej Urbančič [sl], Kukuh Syafaat [id], Bruno Lopes da Silva [pt_BR],
  Аляксей [be], Balázs Meskó [hu], Марко Костић [sr], Enrico Nicoletto [pt_BR],
  Emin Tufan Çetin [tr], Jiri Grönroos [fi], Aurimas Černius [lt]

40.alpha.1.1
============
* Adapt to settings moving to gsettings-desktop-schemas [Florian; !1573]
* Misc. bug fixes [Georges, Florian; !1571, !1574]

Contributors:
  Florian Müllner, Georges Basile Stavracas Neto

Translators:
  Марко Костић [sr], Marek Černocký [cs], Fabio Tomat [fur]

40.alpha.1
==========
* Restore app picker fade during swipes [Georges, Florian; !1519, !1569]
* Sort extensions in Looking Glass alphabetically [Florijan; !1516]
* Fix screenshots of unredirected fullscreen windows on X11
  [Jonas Å., LuK1337; !1534, !1549]
* Use GPU to render (most) shadows [Georges; !1539]
* Refine avatar styling [Joonas; !1490]
* Fix storing VPN secrets [Sebastian; !1535]
* Don't depend on asciidoc and sassc when building from tarball
  [Florian; !1553, !1555]
* Use horizontal pages in app picker [Georges; !1554]
* Avoid costly icon theme lookups unless when needed [Ivan; !1558]
* Properly expose locked state to logind [Florian; !1561]
* Use 3 fingers for system swipe gestures [Georges; !1562]
* Fix glitches in overview transitions [Jonas Å., Ivan; !1545, !1550]
* Improve login screen accessibility [Mike; !1567]
* Overhaul top bar styling [Jonas D.; !1397]
* Allow changing input volume by scrolling over microphone icon [Razze; !1566]
* Port Extensions app and portal to GTK4 [Florian; !1495]
* Fixed crashes [Jonas Å.; !1527]
* Misc. bug fixes and cleanups [Georges, Florian, Tom, Hans, Jonas D., Ivan,
  Sebastian, Daniel; !1518, !1521, !1523, !1525, !1520, !1526, !1472, !1339,
  !1529, !1531, !1532, !1533, !1528, !1350] !1542, !1537, !1548, !1551, !1557,
  !1543, !1560, !1544, !1565]

Contributors:
  Jonas Ådahl, Jonas Dreßler, Mike Gerow, Florijan Hamzic, Joonas Henriksson,
  Sebastian Keller, Tom Levy, LuK1337, Ivan Molodetskikh, Florian Müllner,
  Georges Basile Stavracas Neto, Hans Ulrich Niedermann, Razze, Daniel van Vugt

Translators:
  Florentina Mușat [ro], Fabio Tomat [fur], Hugo Carvalho [pt],
  Jordi Mas i Hernandez [ca], Philipp Kiemle [de], Fran Dieguez [gl],
  Jordi Mas [ca], Kukuh Syafaat [id], Kjartan Maraas [nb],
  Daniel Șerbănescu [ro], Matej Urbančič [sl]

40.alpha
========
* Handle @content properties in ease() functions [Andre; !1461]
* Fix screencast indicator on Xorg [Jonas Å.; !1466]
* Expand ellipsized app picker labels on hover [Georges; !1477, !1496]
* Fix inline-replies in chat notifications [Florian; #3226]
* Refine MPRIS notification layout [Harry; !1480]
* Improve do-not-disturb support [Florian; #2873, !1511]
* Fix mobile broadband support [Popax21; #3203]
* Add extension filtering in Extensions app [Florian; #3382]
* Improve app picker spacing on larger resolutions [Georges; !1510]
* Plugged leaks [Ray; !1460, !1459]
* Fixed crashes [Daniel, Florian; !1453, #3258, !1507]
* Misc. bug fixes and cleanups [Florian, Georges, Carlos, Joonas, Jan,
  Jonas Å., Robert, Jonas D., Ian, Daniel, Sebastian, Jordan; !1456, !1436,
  !1405, !1421, #3252, !1464, !1469, !1465, !1473, !1475, #3307, !1479,
  !1482, !1470, !1486, #3335, #3342, #3388, !1497, !1498, !1491, !1501,
  !1492, !1489, !1502, !1505, !1504, !1506, !1503, !1483, !1508, !1481,
  !1509, !1512, !1417, !1517]

Contributors:
  Jonas Dreßler, Carlos Garnacho, Joonas Henriksson, Sebastian Keller,
  Robert Mader, Andre Moreira Magalhaes, Daniel García Moreno, Harry Míchal,
  Florian Müllner, Georges Basile Stavracas Neto, Jordan Petridis, Popax21,
  Ian Douglas Scott, Ray Strode, Jan Tojnar, Olav Vitters, Daniel van Vugt,
  Jonas Ådahl

Translators:
  Juliano de Souza Camargo [pt], Fabio Tomat [fur], Akarshan Biswas [bn_IN],
  Carmen Bianca BAKKER [eo], Daniel Mustieles [es],
  Asier Sarasua Garmendia [eu], Ask Hjorth Larsen [da], Yuri Chornoivan [uk],
  Anders Jonsson [sv], Kjartan Maraas [nb]

(cirnatdan)

2021-06-03 15:09:59 UTC MAIN commitmail json YAML

doc: Updated sysutils/puppet to 7.7.0

(taca)

2021-06-03 15:09:37 UTC MAIN commitmail json YAML

sysutils/puppet: update to 7.7.0

This release remove restriction to Ruby < 3.

Puppet 7.7.0

Released June 2021.

We would like to thank the following Puppet community members for their
contributions to this release: tobias-urdin and nmaludy.

Enhancements

* Puppet loads internal files using the require_relative method

  When loading internal files, Puppet now uses the require_relative method,
  eliminating thousands of file system calls.  This accounts for between 5
  to 15% of the total number of file system calls for different
  platforms.  PUP-11055

* Case sensitive parameter for the fqdn_rand() function

  The fqdn_rand() function now accepts an optional parameter to downcase the
  FQDN fact, so that the function's result is not case sensitive.  You must
  pass the parameter after the seed string, for example, fqdn_rand(100,
  'expensive job 1', true).  By default, the function remains
  case-sensitive.  PUP-10922

* File limit with the max_files parameter

  By default, the file and tidy resource types generate a warning on the
  Puppet Enterprise (PE) console and report when Puppet tries to manage more
  than 1000 files with the recurse parameter set to true.  The file and tidy
  resource types now support a new parameter — max_files — that enforces a
  hard limit.  If the number of recursive files is greater than the limit,
  the agent run fails.  You can set the max_files parameter to -1 to disable
  the warning.  PUP-10946

* Improved Ruby performance

  This release improves the performance of Ruby, resulting in the follow
  changes:
    - Puppet now loads and runs faster -- particularly on Windows.  PA-3732
    - New Ruby performance patches -- reducing 50-90% of file IO when
      loading Puppet and Facter.  PA-3732

* Support for macOS 11 and Red Hat 8 Power

  This release adds support for macOS 11 Big Sur (64-bit packages only) and
  Red Hat 8 on IBM Power.  PA-3529, PA-3612.

Resolved issues

* Ruby 3 freezes CHILD_STATUS and cannot be stubbed

  This release eliminates the usage of the $CHILD_STATUS global variable in
  the built-in service and package providers.  PUP-11048

* Ruby 3 removed URI.escape/unescape

  This release eliminates calls to URI.escape/unescape, which was deprecated
  in Ruby 2.x and removed in Ruby 3.  PUP-11046

* Agent failures with server_list

  Previously, when Puppet processed server_list and tried to find a
  functional server, it threw an error if it could not connect, causing the
  agent to fail.  This is now fixed.  PUP-10844

* Puppet does not specify SELinux filetype when getting the default context

  Previously, Puppet created files with the wrong default SELinux context,
  which was only corrected after a subsequent Puppet run.  This is now
  fixed.  Contributed by Puppet community member tobias-urdin. PUP-7559

* Unable to mask a static systemd service

  This release fixes an issue where the systemd provider did not mask static
  systemd services.  Contributed by Puppet community member nmaludy.
  PUP-11034

* Unable to update UserRightAssignment

  Previously, validating the logonaccount and logonpassword parameters for
  the service resource on Windows failed too early.  This release moves the
  parameters further down the catalog compilation order list to avoid early
  errors.  PUP-10999

* PUPPET_SERVER MSI install property does not work

  Previously, using PUPPET_SERVER as an MSI property did not set the server
  setting.  This is now fixed.  PA-3667

(taca)

2021-06-03 15:06:05 UTC MAIN commitmail json YAML

doc: Updated wm/mutter to 40.1

(cirnatdan)

2021-06-03 15:04:57 UTC MAIN commitmail json YAML

mutter: Update wm/mutter to 40.1

40.1
====
* Prevent clients from pasting old selection data [Carlos; !1772]
* Fix forward_key IM functionality on wayland [Takao; !1802]
* Ensure valid window texture size after viewport changes [Robert; !1799]
* Only update cached paint volumes when necessary [Jonas D.; !1773, !1829]
* Only disable KMS modifiers for drivers with known problems [Jonas Å; !1792]
* Fix X11 client resize during moves [Olivier; !1777]
* Fix performance drop during night light transition with Nvidia [Aaron; !1816]
* kms: Don't add common modes that exceed the max bandwidth [Jonas Å.; !1834]
* Create virtual input devices on demand [Jonas Å; !1800, !1858]
* Fix wrong night light gamma when leaving power saving [Jonas Å.; !1835]
* Fix picking edge case [Sebastian; !1842]
* Properly tear down things when shutting down [Jonas Å.; !1822, !1856, !1853]
* Fix monitor screencasting with fractional scaling [kirbykevinson; !1855]
* Fixed crash [Carlos; !1849]
* Plugged memory leak [Carlos; !1839]
* Misc. bug fixes and cleanups [Carlos, Daniel, Jonas D., Jonas Å., Robert,
  Aleksandr, Florian, Michel, Sebastian, Olivier; !1785, !1798, !1784,
  !1791, !1801, !1807, !1786, !1793, !1804, !1820, !1824, !1819, !1803,
  !1821, !1806, !1814, !1831, !1832, !1836, !1843, !1740, !1841, !1827,
  !1844, !1852, !1850, !1851]

Contributors:
  Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Olivier Fourdan, Takao Fujiwara,
  Carlos Garnacho, Sebastian Keller, kirbykevinson, Robert Mader,
  Aleksandr Mezin, Florian Müllner, Aaron Plattner, Daniel van Vugt

Translators:
  Bruce Cowan [en_GB], Ngọc Quân Trần [vi], Marek Černocký [cs],
  Dz Chen [zh_CN], Yosef Or Boczko [he], Nathan Follens [nl],
  Yuri Chornoivan [uk], Jordi Mas [ca], Piotr Drąg [pl], Tim Sabsch [de],
  Luna Jernberg [sv], Hugo Carvalho [pt], Rafael Fontenelle [pt_BR],
  Asier Sarasua Garmendia [eu], Quentin PAGÈS [oc], Matej Urbančič [sl]

40.0
====
* xwayland: Check permissions on /tmp/.X11-unix [Olivier; !1787]

Contributors:
  Olivier Fourdan

Translators:
  Hugo Carvalho [pt], Tim Sabsch [de], Daniel Mustieles [es],
  Matej Urbančič [sl], Марко Костић [sr], Fran Dieguez [gl]

40.rc
=====
* Fix keyboard input from remote desktop in Xorg session [Pascal; !1732]
* Fix restoring focus to windows using globally active input [Olivier; !1716]
* Expose unaccalerated touchpad gesture deltas [Alexander; !1353]
* Avoid relayout on text attribute changes when possible [Jonas D.; !1750]
* Add remote desktop caps- and num-lock state properties [Jonas Å.; !1739]
* Improve refresh rate calculation [Akihiko; !1737]
* Implement presentation-time protocol [Ivan; !1484]
* Disable double-buffered shadow buffering [Jonas Å.; !1724]
* Fix missing cursor on tablet devices [Jonas D.; !1758]
* Fix frame timings causing X11 clients to get stuck [Jonas Å.; !1754]
* Fix applying input settings on X11 [Marco, Suryashankar; !1769, !1767]
* Add headless native backend [Jonas Å.; !1698]
* Fix high latency and stalls with proprietary nvidia driver [Daniel; !1726]
* Fix maximized windows not reacting to strut changes [Aleksandr; !1755]
* Only start XWayland on demand when running under systemd [Benjamin; !1771]
* Sync LEDs when a new input device is added [Olivier; !1662]
* Fix order in which subsurface placement operations are handled [Robert; !1768]
* Fixed crashes [Jonas Å., Sebastian; !1745, !1747, !1759, !1748, !1776, !1775]
* Plugged leaks [Philip, Sebastian; !1738, !1728]
* Misc. bug fixes and cleanups [Jonas Å., Jonas D., Ivan, Florian, Marco,
  Robert; !1688, !1744, !1736, !1749, !1752, !1753, !427, !1757, !1751, !1760,
  !1765, !1770, !1763, !1774, !1780, !1779, !1783]

Contributors:
  Jonas Ådahl, Benjamin Berg, Suryashankar Das, Jonas Dreßler, Olivier Fourdan,
  Sebastian Keller, Robert Mader, Aleksandr Mezin, Alexander Mikhaylenko,
  Ivan Molodetskikh, Florian Müllner, Pascal Nowack, Akihiko Odaki,
  Marco Trevisan (Treviño), Daniel van Vugt, Philip Withnall

Translators:
  Fran Dieguez [gl], Asier Sarasua Garmendia [eu], Claude Paroz [fr],
  Piotr Drąg [pl], Hugo Carvalho [pt], Jordi Mas [ca], Fabio Tomat [fur],
  Yuri Chornoivan [uk], Enrico Nicoletto [pt_BR], Emin Tufan Çetin [tr],
  Daniel Șerbănescu [ro], Marek Černocký [cs], Balázs Úr [hu],
  Aurimas Černius [lt], Kukuh Syafaat [id], A S Alam [pa], Anders Jonsson [sv],
  Milo Casagrande [it], Gwan-gyeong Mun [ko]

40.beta
=======
* Consider clients without mapped windows for xwayland auto-shutdown
  [Olivier; !1671]
* Let compositor to handle super+scroll events [Florian; !1674, !1695]
* Default to starting Xwayland on demand [Olivier; !1673]
* xwayland: Restore abstract socket support [James, Olivier; !1669]
* Add support for atomic mode setting [Jonas Å.; !1488]
* Fix clip region glitches when using fractional scaling [Daniel; !1554]
* Default to horizontal workspace layout [Georges, Florian; !1684, !1706]
* Do not ping unmanaging windows [Florian; gnome-shell#2467]
* Handle monitor changes during screencasts [Jonas Å.; !1691]
* Fix unexpected jumps after restoring misbehaving clients [Jonas Å.; !1445]
* Fix newly opened X11 windows being invisible in overview [Olivier; !1678]
* Fix viewport of offscreen effects [Daniel; !1053]
* Fix drag cancel animation when using geometry scaling [Robert; !1683]
* Improve touch-mode heuristics [Carlos; !1710]
* Integrate clipboard with remote desktop sessions [Jonas Å.; !1552]
* Fix stuck icon in DND operation between X11 and wayland [Carlos; !1720]
* Automatically synchronize pointer position after modal grabs  [Carlos; !1659]
* Reimplement support for CLUTTER_SHOW_FPS [Daniel; !154]
* Only pick on events that may move the pointer [Jonas D.; !1729, !1733]
* Emit discrete scroll events for accumulated smooth events in virtual
  X11 devices [Pascal; !1727]
* Add support for rounded clipping when drawing background [Jonas D.; !1717]
* Plugged memory leaks [Sebastian; !1307, !1699]
* Fixed crashes [Carlos, Thomas, Jonas Å., Olivier; !1677, !1685, !1692,
  !1719, !1718, !1735]
* Misc. bug fixes and cleanups [Jonas Å., Carlos, Olivier, Sebastian, Björn,
  Jonas D., Ivan, Georges, Dor, Michel, Robert; !1670, !1679, !1680, !1682,
  !1681, !1661, !1689, !1690, !1693, !1514, !1696, !1697, !1708, !1709, !1707,
  !1701, !1702, !1715, !1725, !1734, !1512]

Contributors:
  Jonas Ådahl, Dor Askayo, Björn Daase, Michel Dänzer, Jonas Dreßler,
  Olivier Fourdan, Carlos Garnacho, James Henstridge, Sebastian Keller,
  Robert Mader, Ivan Molodetskikh, Thomas Mühlbacher, Florian Müllner,
  Georges Basile Stavracas Neto, Pascal Nowack, Daniel van Vugt

Translators:
  Марко Костић [sr], Jordi Mas [ca], Yuri Chornoivan [uk],
  Daniel Șerbănescu [ro], Hugo Carvalho [pt], Fran Dieguez [gl],
  Matej Urbančič [sl], Marek Černocký [cs], Rafael Fontenelle [pt_BR],
  Philipp Kiemle [de], A S Alam [pa], Balázs Úr [hu], Anders Jonsson [sv],
  Daniel Mustieles [es], Emin Tufan Çetin [tr], Kukuh Syafaat [id],
  Aurimas Černius [lt]

40.alpha.1.1
============
* Adapt to settings moving to gsettings-desktop-schemas [Carlos; !1416]
* Misc. bug fixes and cleanups [Georges; !1667]

Contributors:
  Carlos Garnacho, Georges Basile Stavracas Neto

40.alpha.1
==========
* Base ClutterEffects on ClutterPaintNodes [Georges; !1340, !1355]
* xwayland: Set xrandr primary output [Aleksandr; !1558]
* Add paint node based blur support [Georges; !1627, !1646]
* Disable CRTCs if there is no monitor [Kai-Heng; !1561]
* Fix updates of mipmapped animated backgrounds [Daniel; !1664]
* Allow remote desktop clients to specify scroll source [Pascal; !1636]
* Support the color transform matrix RandR property on X11 [Aaron; !1048]
* Plugged memory leaks [Jonas D.; !1632]
* Fixed crashes [Jonas Å., Olivier, Carlos; !1557, !1648, !1643, !1654, !1663]
* Misc. bug fixes and cleanups [Olivier, Niels, Carlos, Jonas Å., Florian,
  Jonas D., Daniel, Georges, Michel, Sebastian, Marc-Antoine; !1621, !1622,
  !1624, !1623, !1625, !1626, !1630, !1631, !1576, !1635, !1640, !1642,
  !1639, !1644, !1637, !1615, !1647, !1633, !1634, !1651, !1652, !1657,
  !1660, !1658, !1665, !1649, !1668, !1655]

Contributors:
  Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Kai-Heng Feng, Olivier Fourdan,
  Carlos Garnacho, Niels De Graef, Sebastian Keller, Aleksandr Mezin,
  Florian Müllner, Georges Basile Stavracas Neto, Pascal Nowack,
  Marc-Antoine Perennou, Aaron Plattner, Daniel van Vugt

Translators:
  Kjartan Maraas [nb], Juliano de Souza Camargo [pt], Florentina Mușat [ro],
  Daniel Mustieles [es], Jordi Mas i Hernandez [ca], Fabio Tomat [fur],
  Philipp Kiemle [de], Asier Sarasua Garmendia [eu], Aurimas Černius [lt],
  Fran Dieguez [gl], Hugo Carvalho [pt], Matej Urbančič [sl]

40.alpha
========
* Replace CoglMatrix with graphene_matrix [Georges; !1439]
* Allow to specify debug topics in MUTTER_DEBUG [Jonas Å.; !1465]
* Fix unwanted position changes on window resize
  [Jonas Å., Olivier, Robert; !1477, !1495]
* Do not disable the X Security extension by default [Olivier; !1485]
* Fix _NET_WM_FRAME_DRAWN timestamps [Jonas Å.; !1494]
* Fix tiling to the correct monitor [Florian; #1389]
* Only snap to window edges when CTRL is pressed [Florian; #679609]
* Add support for scroll button locking [Peter; !1432]
* Clip Frustra [Georges; !1489]
* Improve tablet-mode-switch support [Hans; !1506]
* Fix missed redraws of newly-mapped actors [Jonas D.; !1366, #1494]
* Gracefully handle Xwayland crashes [Carlos; !1447]
* wayland: Provide previous window dimensions on restore [Christian; !801]
* Remove the ClutterActor::paint signal [Jonas; !1522]
* Fix background artifacts in magnifier [Daniel; #1480]
* Use raycasting for picking [Georges; !1509]
* Fix monitor tiling support on X11 [Jonas Å.; #1524]
* Fix xwayland grabs for override-redirect windows [Olivier; !1254]
* Fix device configuration not being picked up on X11 [Carlos; !1553]
* Support tagging devices as primary GPU via udev [Jonas Å.; !1562]
* Fix size hints with CSD [Olivier; !1594]
* Fix unresponsive input after screen blank [Simon; !1601]
* Cull actors when picking [Georges; !1520]
* Handle input in a thread [Carlos; !1403]
* Improve freezes when switching workspace [Jonas Å.; !1616]
* Plugged memory leaks [Ray; !1225]
* Fixed crashes [Christian, Olivier, Daniel, Robert, Jonas Å., Florian Z.,
  Simon, Carlos; #1481, !1529, !1519, !1534, #1521, !1563, !1604, !1605,
  !1607, !1612]
* Misc. bug fixes and cleanups [Florian, Carlos, Olivier, Georges, Björn,
  Jonas Å., Julius, Corentin, Bastien, Robert, Daniel, Niels, Jonas D., Uday,
  Ian, Jordan, Piotr; !1473, !1472, !1438, #1449, !1475, !1474, !1481, !1466,
  !1483, !1427, !1413, !1103, !1467, !1339, !1297, #1384, !1491, !528, !1496,
  !1510, !1507, !1387, !1498, !1515, !1516, !1517, !1486, !1524, !1527, !1528,
  !1531, !1532, !1521, !1535, #1490, !1545, !1555, !1564, !1549, !1567, !1565,
  !1572, !1569, !1573, !1566, !1525, !1468, !1578, !1583, !1584, !1585, !1571,
  !1327, !1586, !1590, !1588, !1050, !1596, !1592, !1587, !1599, !1577, !1511,
  !1591, !1603, !1611, !1593, !1617, !1619]

Contributors:
  Björn Daase, Jonas Dreßler, Piotr Drąg, Olivier Fourdan, Carlos Garnacho,
  Hans de Goede, Niels De Graef, Peter Hutterer, Julius Lehmann, Robert Mader,
  Simon McVittie, Florian Müllner, Georges Basile Stavracas Neto,
  Bastien Nocera, Corentin Noël, Jordan Petridis, Uday Kiran Pichika,
  Christian Rauch, Ian Douglas Scott, Ray Strode, Daniel van Vugt,
  Florian Zwoch, Jonas Ådahl

Translators:
  Juliano de Souza Camargo [pt], Ask Hjorth Larsen [da], Yuri Chornoivan [uk]

(cirnatdan)

2021-06-03 15:04:03 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-facter to 4.2.0

(taca)

2021-06-03 15:03:41 UTC MAIN commitmail json YAML

sysutils/ruby-facter: update to 4.2.0

4.2.0 (2021-05-25)

No release note is available.  Please refer commit logs:
<https://github.com/puppetlabs/facter/compare/4.1.1...4.2.0> in detail.

This release remove restriction to Ruby < 3.

(taca)

2021-06-03 14:56:20 UTC MAIN commitmail json YAML

doc: Removed misc/ruby-mimemagic

(taca)

2021-06-03 14:56:03 UTC MAIN commitmail json YAML

misc/ruby-mimemagic: remove package

Remove ruby-mimemagic.  Now all packages use mail/ruby-mini_mime instead
of this package.

(taca)

2021-06-03 14:54:17 UTC MAIN commitmail json YAML

misc/Makefile: delete ruby-mimemagic

(taca)

2021-06-03 14:51:18 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-bundler to 2.2.19

(taca)

2021-06-03 14:50:55 UTC MAIN commitmail json YAML

misc/ruby-bundler: update to 2.2.19

2.2.19 (May 31, 2021)

Bug fixes:

* Restore support for configuration keys with dashes #4582
* Fix some cached gems being unintentionally ignored when using rubygems
  3.2.18 #4623

(taca)

2021-06-03 14:44:44 UTC MAIN commitmail json YAML

doc: Updated finance/ruby-braintree to 4.1.0

(taca)

2021-06-03 14:44:21 UTC MAIN commitmail json YAML

finance/ruby-braintree: update to 4.1.0

4.1.0 (2021-05-25)

* Add payment_reader_card_details parameter to Transaction.sale
* Add webhook sample for GrantedPaymentMethodRevoked
* Add skip_advanced_fraud_checking to:
  - Customer#create and Customer#update
  - PaymentMethod#create and PaymentMethod#update
  - CreditCard#create and CreditCard#update
* Include rexml in Gemspec (fixes #214)
* Fix incorrect error code constants (fixes #213)
  - PaymentMethodNonceConsumed is now 93107
  - CannotForwardPaymentMethodType is now 93106

4.0.0 (2021-05-10)

* Breaking Changes
  - Update gemspec to require ruby >= 2.6.0
  - Remove ExternalVault::CardTypeIsInvalid error code
  - Remove RiskData::CustomerBrowserIsTooLong error code
  - Remove paypal_vault_without_upgrade parameter from PaymentMethod#create
  - Add PaymentMethodNonceDetails and PaymentMethodNonceDetailsPayerInfo
o PaymentMethodNonce#details is now an instance of
  PaymentMethodNonceDetails rather than a hash
o PaymentMethodNonceDetails#payer_info is now an instance of
  PaymentMethodNonceDetailsPayerInfo rather than a hash
* Add phone_number to Address
* Add paypal_messages to Dispute
* Add tax_identifiers parameter to Customer.create and Customer.update
* Add chargeback_protection_level into dispute search
* Make libxml-ruby an optional dependency instead of required (addresses
  JRuby incompatibility issues raised in #203 and #205)

(taca)

2021-06-03 14:43:18 UTC MAIN commitmail json YAML

doc: Updated security/polkit to 0.119

(wiz)

2021-06-03 14:43:07 UTC MAIN commitmail json YAML

polkit: update to 0.119.

Fix some pkglint, including renaming a patch to match the file it applies
to.

This is polkit 0.119.

Highlights:
meson build system added
CVE-2021-3560 mitigation

Build requirements

glib, gobject, gio    >= 2.32
mozjs-78
gobject-introspection >= 0.6.2 (optional)
pam (optional)
ConsoleKit OR systemd

Changes since polkit 0.118:

Inigo Martinez:
    meson build system added alongside autotools (many thanks!!)

Matthias Classen:
    properties in text listener

René Genz:
    typos fixups

Balázs Úr:
    Update Hungarian translation

Hendrik Werner:
    meson post-install script mod to avoid calling external processes

Kevin Backhouse, Jan Rybar:
    CVE-2021-3560 mitigation

Many thanks to all contributors!

Jan Rybar et al.,
June 3, 2021

(wiz)

2021-06-03 14:39:39 UTC MAIN commitmail json YAML

doc: Updated finance/ruby-activemerchant to 1.120.0

(taca)

2021-06-03 14:39:07 UTC MAIN commitmail json YAML

finance/ruby-activemerchant: update to 1.120.0

1.120.0 (2021-05-31)

* Stripe PI: ensure setup_future_sage and off_session work when using
  SetupIntents.
* Orbital: Update commit to accept retry_logic in params [jessiagee] #3890
* Orbital: Update remote 3DS tests [jessiagee] #3892
* Mercado Pago: support Creditel card type [therufs] #3893
* Payeezy: Update error mapping [meagabeth] #3896
* HPS: Add support for stored_credential [cdmackeyfree] #3894
* Orbital: Ensure payment_detail sends for ECP [jessiagee] #3899
* Payeezy: Update error_code_from method [meagabeth] #3900
* Worldpay: Add support for statementNarrative field [meagabeth] #3901
* Mercado Pago: Give ability to pass capture option in authorize txn field
  [naashton] #3897
* Orbital: Ensure correct fields sent in refund [jessiagee] #3903
* WorldPay: remove some defaults in billing address [carrigan] #3902
* Adyen: Support for General Credit [naashton] #3904
* Worldpay: reintroduce address1 and city defaults [carrigan] #3905
* Stripe: ensure potentially nested data is scrubbed #3907
* Stripe PI: Send Validate on Payment Method Attach [tatsianaclifton] #3909
* Adyen: Update handling of authorization returned from gateway [meagabeth]
  #3910
* Update gateway templates for Rubocop compliance [therufs] #3912 #3895
* Orbital: Send AVSname for all eCheck transactions [jessiagee] #3911
* Litle: update support of customerId field [cdmackeyfree] #3913
* Payment Express: fix signature for verify [therufs] #3914
* Forte: Send xdata fields [dsmcclain] #3915
* PaywayDotCom: Add New Gateway [DanAtPayway] #3898
* Orbital: Remove unnecessary requirements [jessiagee] #3917
* SafeCharge (Nuvei): Add network tokenization support [DStoyanoff] #3847
* Stripe PI: Enhance testing of SetupIntents API #3908
* SafeCharge (Nuvei): Fix NT related bug [jimilpatel24] #3921
* Worldpay: Only override cardholdername for 3ds tests [curiousepic] #3918
* Orbital: Add support for general credit [meagabeth] #3922
* Banco Sabadell: Ensure sca_exemption field is used #3923
* Redsys: Refactor XML character escape logic #3925
* HPS: Strip zip codes of non-alphanumeric characters [dsmcclain] #3926
* Orbital: $0 PreNote using authorize for eCheck force_capture [jessiagee]
  #3927
* Worldpay: synchronous response changes [naashton] #3928
* PaywayDotCom: Add more thorough scrubbing [tatsianaclifton] #3929
* Remove CONTRIBUTING.md and update README.md to reflect new repository wiki
  [dsmcclain] #3930
* Qvalent: Add customer_reference_number [fredo-] #3931
* Orbital: Add 'ND' ECPActionCode to $0 Prenote Check [jessiagee] #3935
* Checkout: Add support for stored_credential [meagabeth] #3934
* Credorax: Add support for 3ds_reqchallengeind [dsmcclain] #3936
* Adyen: cancelOrRefund endpoint when passed as option [naashton] #3937
* Qvalent: Add customer reference number FIX [fredo-] #3939
* Orbital: Pass line_items in capture [jessiagee] #3941
* BraintreeBlue: Add support for $0 auth verification [meagabeth] #3944
* JCB: Add additional BIN ranges [dsmcclain] #3946
* vPOS: Support new gateway type [therufs] #3906
* Braintree: Add support for AVS and CVV results in $0 credit card
  verification transactions [meagabeth] #3951
* Braintree: Return cvv_code and avs_code in response [meagabeth] #3952
* vPOS: Stringify values [therufs] #3954
* Payeezy: Send level2 fields [dsmcclain] #3953
* Credorax: adjust logic for sending 3ds shipping address fields [dsmcclain]
  #3959
* Orbital: Ensure ECP always sends AVSName [jessiagee] #3963
* Orbital: Add middle name to EWSMiddleName for ECP [jessiagee] #3962
* Support Canadian Bank Accounts [naashton] #3964
* Windcave/Payment Express: Add support for AvsAction and EnableAVSData
  fields [meagabeth] #3967
* CyberSource: Update XML tag for merchantDefinedData [meagabeth] #3969
* Elavon: Send ssl_vendor_id field [dsmcclain] #3972
* Credorax: Add support for echo field [meagabeth] #3973
* Worldpay: support cancelOrRefund via options [therufs] #3975
* Payeezy: support general credit [cdmackeyfree] #3977
* Ripley and Hipercard: Add BIN ranges [naashton] #3978
* Adyen: Default card holder name for credit cards [shasum] #3980
* PaywayDotCom: make source_id a required field [dsmcclain] #3981
* Qvalent: remove pem_password from required credentials [dsmcclain] #3982
* Authorize.net: Fix stored credentials [tatsianaclifton] #3971
* CyberSource: Add support for multiple new fields [dsmcclain] #3984
* CASHNet: Update gateway adapter [dsmcclain] #3986
* Elavon: Send ssl_vendor_id field via options on gateway initialization
  [dsmcclain] #3989
* Braintree: Bump required braintree gem version to 3.0.1 #3987

(taca)

2021-06-03 14:35:37 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday to 1.4.2

(taca)

2021-06-03 14:35:12 UTC MAIN commitmail json YAML

www/ruby-faraday: update to 1.4.2

1.4.2 (2021-05-22)

Fixes:

* Add proxy setting when url_prefix is changed (#1276, @ci)
* Default proxy scheme to http:// if necessary, fixes #1282 (#1283, @gurgeous)

Documentation:

* Improve introduction page (#1273, @gurgeous)
* Docs: add more middleware examples (#1277, @gurgeous)

Misc:

* Use external em_http and em_synchrony adapters (#1274, @iMacTia)

1.4.1 (2021-04-18)

Fixes

* Fix dependencies from external adapter gems (#1269, @iMacTia)

1.4.0 (2021-04-16)

Highlights

* With this release, we continue the work of gradually moving out adapters
  into their own gems
* Thanks to @MikeRogers0 for helping the Faraday team in progressing with
  this quest
* And thanks to @olleolleolle efforts, Faraday is becoming more inclusive
  than ever
* Faraday's master branch has been renamed into main, we have an official
  policy on inclusive language and even a rubocop plugin to check for
  non-inclusive words!
* Checkout the "Misc" section below for more details!

Fixes

* Fix NoMethodError undefined method 'coverage' (#1255, @Maroo-b)

Documentation

* Some docs on EventMachine adapters. (#1232, @damau)
* CONTRIBUTING: Fix grammar and layout (#1261, @olleolleolle)

Misc

* Replacing Net::HTTP::Persistent with faraday-net_http_persistent (#1250,
  @MikeRogers0)
* CI: Configure the regenerated Coveralls token (#1256, @olleolleolle)
* Replace Excon adapter with Faraday::Excon gem, and fix autoloading issue
  with Faraday::NetHttpPersistent (#1257, @iMacTia)
* Drop CodeClimate (#1259, @olleolleolle)
* CI: Rename default branch to main (#1263, @olleolleolle)
* Drop RDoc support file .document (#1264, @olleolleolle, @iMacTia)
* CONTRIBUTING: add a policy on inclusive language (#1262, @olleolleolle)
* Add rubocop-inclusivity (#1267, @olleolleolle, @iMacTia)

1.3.1 (2021-04-16)

Fixes

* Escape colon in path segment (#1237, @yarafan)
* Handle IPv6 address String on Faraday::Connection#proxy_from_env (#1252,
  @cosmo0920)

Documentation

* Fix broken Rubydoc.info links (#1236, @nickcampbell18)
* Add httpx to list of external adapters (#1246, @HoneyryderChuck)

Misc

* Refactor CI to remove duplicated line (#1230, @tricknotes)
* Gemspec: Pick a good ruby2_keywords release (#1241, @olleolleolle)

(taca)

2021-06-03 14:29:48 UTC MAIN commitmail json YAML

doc: Added www/ruby-faraday-net_http_persistent version 1.1.0

(taca)

2021-06-03 14:29:33 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-faraday-net_http_persistent

(taca)

2021-06-03 14:28:41 UTC MAIN commitmail json YAML

www/ruby-faraday-net_http_persistent: add version 1.1.0 package

Faraday::NetHttpPersistent

This gem is a Faraday adapter for the Net::HTTP::Persistent gem.

(taca)

2021-06-03 14:26:31 UTC MAIN commitmail json YAML

doc: Added www/ruby-faraday-net_http version 1.0.1

(taca)

2021-06-03 14:26:18 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-faraday-net_http

(taca)

2021-06-03 14:25:42 UTC MAIN commitmail json YAML

www/ruby-faraday-net_http: add version 1.0.1 package

Faraday Net::HTTP adapter

This gem is a Faraday adapter for the Net::HTTP library.

Faraday is an HTTP client library that provides a common interface over many
adapters.  Every adapter is defined into it's own gem.

This gem defines the adapter for Net::HTTP the HTTP library that's included
into the standard library of Ruby.

(taca)

2021-06-03 14:23:58 UTC MAIN commitmail json YAML

doc: Added www/ruby-faraday-excon version 1.1.0

(taca)

2021-06-03 14:23:39 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-faraday-excon

(taca)

2021-06-03 14:22:55 UTC MAIN commitmail json YAML

www/ruby-faraday-excon: add version 1.1.0 package

Faraday Excon adapter

This gem is a Faraday adapter for the Excon library.

Faraday is an HTTP client library that provides a common interface over many
adapters.  Every adapter is defined into its own gem.

This gem defines the adapter for Excon.

(taca)

2021-06-03 14:11:01 UTC MAIN commitmail json YAML

(devel/R-devtools) Update DEPENDS+= version

(mef)

2021-06-03 14:09:34 UTC MAIN commitmail json YAML

doc: Updated devel/R-remotes to 2.3.0

(mef)

2021-06-03 14:09:16 UTC MAIN commitmail json YAML

(devel/R-remotes) Updated 2.2.0 to 2.3.0

# remotes 2.3.0

## Major changes

* `Install_*()`  functions will  no longer  fail by  default if  there
  warnings from `install.packages()`. Concretely  the default value of
  `R_REMOTES_NO_ERRORS_FROM_WARNINGS` has  changed to `true`  from the
  previous value of `false`. (#403)

## Minor improvements and fixes

* `install_bioc()` now respects the environment variable
  R_BIOC_VERSION, and will use the git branch corresponding to this
  Bioconductor version (@bbimber, #580).

* remotes without package names are now unconditionally installed
  (#532, @jakubkovac)

* It is now possible to specify a custom host for dependencies listed
  in the `DESCRIPTION` file with `Remotes:
  <type>[@host]::<username>/<repo>[@ref]`. The `ref` now supports `/`
  in it for `GitLab` repositories as it did for
  `GitHub`repositories. (@dagola, #448)

* Internal `package2remote()` function now supports local remotes created by pak.

* `github_pat()` will now check if `GITHUB_TOKEN` is set if it cannot
  find `GITHUB_PAT`. (@coatless)

* `system_requirements()` now supports querying released packages as
  well as development dependencies (#545)

* `system_requirements()` now supports OS name + version in the `os`
  argument (#549, @krlmlr).

(mef)

2021-06-03 12:34:29 UTC MAIN commitmail json YAML

erlang-idna: Install unicode_compat_util (which was built)

idna uses unicode_compat_util, and downloads it from the net and
builds it.  This wasn't installed, and thus any attempt to use idna
failed at runtime, breaking s2s in ejabberd with earlier erlang-xmpp,
and probably breaking everything with current erlang-xmpp.

The idna library has removed this library, but doesn't have a release
yet.  So this problem should go away soonish.  For now, accept the ick
to (very likely) unbreak ejabberd.

(This commit does not increase the use of the net during the build; it
merely uses the build products that already happened.)

(gdt)

2021-06-03 11:08:51 UTC MAIN commitmail json YAML

math/kalker: fix comment

(pin)

2021-06-03 10:48:28 UTC MAIN commitmail json YAML

doc: declare successor for previous

(tnn)

2021-06-03 10:45:51 UTC MAIN commitmail json YAML

doc: Added math/kalker version 1.0.0

(pin)

2021-06-03 10:45:23 UTC MAIN commitmail json YAML

2021-06-03 10:44:39 UTC MAIN commitmail json YAML

math/kalker: replaces math/kalk

Command line calculator that supports math-like syntax with user-defined
variables, functions, derivation, integration, and complex numbers.

(pin)

2021-06-03 10:42:11 UTC MAIN commitmail json YAML

2021-06-03 10:41:31 UTC MAIN commitmail json YAML

Remove math/kalk: package has been renamed upstream

(pin)

2021-06-03 10:40:05 UTC MAIN commitmail json YAML

doc: Removed math/kalk

(pin)

2021-06-03 10:08:04 UTC MAIN commitmail json YAML

doc: Updated security/gpg-tui to 0.2.0

(pin)

2021-06-03 10:07:37 UTC MAIN commitmail json YAML

security/gpg-tui: update to 0.2.0

[0.2.0] - 2021-06-02

Added:
-Add installation instructions for FreeBSD
-Add Homebrew instructions to README.md
-Add NetBSD instructions to README.md

Changed:
-Update table of contents
-Support xplr for file selection (closes #2)
-Use eprintln macro while printing errors
-Update README.md about the use of xplr

(pin)

2021-06-03 10:06:36 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.5.0

(pin)

2021-06-03 10:06:14 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.5.0

-new auto_exec verb property: a non-auto_exec verb isn't executed directly on a
keyboard shortcut but fills the input so that it may be edited before execution
on enter key.
-add support for backtab key (by default it's bound to :previous_match).
-:rename built-in verb, best used with its keyboard shortcut F2.
-new standard verb arguments: {file-stem}, {file-extension}, and {file-dot-extension},
-new :toggle_second_tree internal - Fix #388.
-total size of staging area computed and displayed if sizes displayed elsewhere.
-new file_sum_threads_count conf property to define the number of threads used
for file summing (size, count, last modified). The goal is to more easily
search what's the best value depending on the cpu, OS and disk type/speed.
-:input_clear internal - Fix #24.

(pin)

2021-06-03 08:02:16 UTC MAIN commitmail json YAML

more tex package updates

(markd)

2021-06-03 08:00:34 UTC MAIN commitmail json YAML

2021-06-03 07:54:28 UTC MAIN commitmail json YAML

2021-06-03 07:47:21 UTC MAIN commitmail json YAML

2021-06-03 07:43:38 UTC MAIN commitmail json YAML

security/Makefile: sort

(wiz)

2021-06-03 07:43:18 UTC MAIN commitmail json YAML

devel/Makefile: sort

(wiz)

2021-06-03 07:40:43 UTC MAIN commitmail json YAML

2021-06-03 07:36:48 UTC MAIN commitmail json YAML

py-pyvex: remove patch that was removed from distinfo on last update

(wiz)

2021-06-03 07:36:02 UTC MAIN commitmail json YAML

gtk4: remove patch that I forgot to remove during the update

(wiz)

2021-06-03 07:14:22 UTC MAIN commitmail json YAML

tex package updates

(markd)

2021-06-03 07:11:45 UTC MAIN commitmail json YAML

2021-06-03 07:05:18 UTC MAIN commitmail json YAML

2021-06-03 07:00:11 UTC MAIN commitmail json YAML

2021-06-03 06:55:00 UTC MAIN commitmail json YAML

2021-06-03 06:53:00 UTC MAIN commitmail json YAML

2021-06-03 06:46:11 UTC MAIN commitmail json YAML

2021-06-03 06:43:42 UTC MAIN commitmail json YAML

zstd: needs librt on SunOS, PR pkg/56225

(nia)

2021-06-03 06:41:49 UTC MAIN commitmail json YAML

2021-06-03 06:35:07 UTC MAIN commitmail json YAML

tex-datetime2{,-doc}: update to 1.5.7

Bug fix: (datetime2-calc.sty) removed spurious space in \DTMsaveddatediff

(markd)

2021-06-03 06:26:19 UTC MAIN commitmail json YAML

2021-06-03 06:20:26 UTC MAIN commitmail json YAML

tex-cmextra: update to 2021

changes unknown

(markd)

2021-06-03 06:13:00 UTC MAIN commitmail json YAML

tex-cjk-ko{,-doc}: update to 1.9

* use latex's font family hooks
* do not load glyphtounicode.tex when fmtversion >= 2021/05/01
* add \pdfnobuiltintounicode\font at name to the end of \CJK at addcmap

(markd)

2021-06-03 06:00:18 UTC MAIN commitmail json YAML

tex-circuitikz{,-doc}: update to 1.3.7

1.3.7
Minor release, mainly documentation upgrades.

- New options for the line thickness, rotation,
  and size of symbols drawn in sources
- New tutorial: drawing a circuit around an operational
  amplifier
- Documentation fixes and small enhancements

1.3.6
Mainly a bugfix release; fixing a bug in the `l2` stacked labels
means that old constructs that were failing silently can give an
error now. Sorry.
To compensate, I added stacked annotation (for symmetry).

- Added stacked annotations for symmetry with stacked labels.
- Fixed a bug in the plotting of `inst amp ra` terminals.
- Fixed a bug in managing stacked labels (`l2=...`); possibly it
  will be mildly backward-incompatible (please see the manual about
  incompatible changes)

1.3.5
Power electronics devices are the main characters in this release: PUT,
GTOs, a new style for thyristors, and a photovoltaic module.
Additionally, an **experimental** support for subcircuits has been
added; it could change in the future.
Fixed a nasty bug in rotary switches "in" anchor positioning in some cases.
- Added support for creating and using sub-circuits
- Added UJT transistors and GTO devices
- Added (as an option) a different, more compact style for thyristor-type
  devices.
- Added a photovoltaic module
- Added a DC/DC converter block for symmetry
- Added the possibility to change the waveforms shown in the oscilloscope
- In the manual, separate the component usage chapter from the big
  component list
- Fix wrong rotary switch "in" anchors for switches with more
  than 180 degrees coverage

1.3.4
New things, like configurable modifier thickness, ferroelectric devices,
and several transistor tweaks. Importantly, a bug that hindered
compatibility with the internal Ti*k*Z `circuits` library (introduced in
1.3.3) has been fixed.
- Added separate configuration for the line thickness of resistors,
  capacitors, and inductors modifiers
- Added ferroelectric capacitors and ferroelectric gate MOS/FETs
- Added an option to fill the gate gap in MOSes, FETs and IGBTs with a color
- Added a "centergap" anchor for transistors
- Added the option "nogate" to the `hemt` symbol
- Fixed a bug in thermistors not respecting their class line thickness
- Fixes in the manual (copy and paste of snippets without numbers, correct old
  usage of `siunitx`, factor out repetitions in the preamble; thanks to Ulrike
  Fischer: https://tex.stackexchange.com/a/57160/38080)
- Fixed a bug introduced in 1.3.3 that would reduce compatibility with the
  `circuits` internal library; reported by JetherReis

1.3.2
- Added the simplified (2-waves) highpass and lowpass blocks
- Added graphene FETs (suggested by Cees Keyer)
- Added left/right anchors to transistors
- Fixed a bug in flip-flops

1.3.1
- Fixed a bug in "fuse" and "afuse" fill
- Remove the voltage direction warning. Nobody really ever cared
- Minor fixes and enhancements to the manual

(markd)

2021-06-03 05:50:59 UTC MAIN commitmail json YAML

tex-chemfig: update to 1.6a

* deprecated maros \lewis and \Lewis removed
* new key "debug" to outline atoms
* inside a scheme, '#' token allowed in the argument of \chemfig

(markd)

2021-06-03 05:44:56 UTC MAIN commitmail json YAML

tex-changes{,-doc}: update to 4.1.0

4.1.0 makes the list of changes clickable.
4.0.4 adds missing regression.dtx to ctan archive; no code change.
4.0.3 is a bugfix release for a compile error with cite command with final option.
4.0.2 is a bugfix release of the documentation.
4.0.1 is a bugfix release for problems with chapters.

(markd)

2021-06-03 05:33:05 UTC MAIN commitmail json YAML

tex-cc-pl{,-doc}: update to 1.02.3

1. Cleaned up (hopefully all) references to licensing to not withstand our
  claim that the package is under Knuth license.
2. In many places encoding of texts changed to UTF-8, to make them easier
  to read.
3. Functionality should be same.

(markd)

2021-06-03 05:25:17 UTC MAIN commitmail json YAML

2021-06-03 05:17:32 UTC MAIN commitmail json YAML

2021-06-03 05:10:01 UTC MAIN commitmail json YAML

tex-beamer: update to 3.63

3.63
### Changed
- adding `lastsection` option to toc

### Fixed
- Removed superflous period in combination with the `firstsection` option
- Behaviour of `\label` in article mode
- Problem with date position in infolines theme

3.62
### Fixed
- Issue with naming of file hooks
- fixed problem with `\insertmainframenumber` in combination with
`ignorenonframetext`

(markd)

2021-06-03 04:54:57 UTC MAIN commitmail json YAML

2021-06-03 04:34:48 UTC MAIN commitmail json YAML

tex-babel* updates

(markd)

2021-06-03 04:33:37 UTC MAIN commitmail json YAML

texlive-collection-langeuropean: add tex-babel-finnish

(markd)

2021-06-03 04:30:44 UTC MAIN commitmail json YAML

print: add tex-babel-finnish

(markd)

2021-06-03 04:29:45 UTC MAIN commitmail json YAML

2021-06-03 04:26:38 UTC MAIN commitmail json YAML

tex-babel-swedish: update to 2.3e

This adapts shorthands to a change in hyperref to avoid warnings in the log.

(markd)

2021-06-03 04:24:32 UTC MAIN commitmail json YAML

2021-06-03 04:23:07 UTC MAIN commitmail json YAML

tex-babel-slovenian: update to 1.2n

This adapts some shorthands to a change in hyperref to avoid warnings
in the log.

(markd)

2021-06-03 04:20:49 UTC MAIN commitmail json YAML

2021-06-03 04:18:50 UTC MAIN commitmail json YAML

2021-06-03 04:17:15 UTC MAIN commitmail json YAML

tex-babel-romanian: update to 1.2m

Fix wrong string in \indexname.

(markd)

2021-06-03 04:15:24 UTC MAIN commitmail json YAML

2021-06-03 04:13:43 UTC MAIN commitmail json YAML

2021-06-03 04:12:06 UTC MAIN commitmail json YAML

2021-06-03 04:09:47 UTC MAIN commitmail json YAML

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

3.59:
* Tentative kashida with user-definable rules (via transforms).
* Fixes:
  - \babel at texpdf inconsistently defined
  - Partial fix (quotation with CJK).
* Removed doubleletter.hyphen (Norsk), which serves to nothing.

3.58:
* More predefined transforms (lua):
  - doubleletter.hyphen: Norsk
  - oneletter.nobreak:  Czech, Polish, Slovak
  - hyphen.repeat:      Czech, Polish, Portuguese, Slovak, Spanish
  - punctuation.space:  Hindi, Sanskrit
  - transliteration.hk:  Sanskrit
  - transliteration.gajica: Serbian
* 'prehyphenation' transforms are now disabled in verbatim.
* New line breaking mode ���unhyphenated���.
* Fix: \shorthandoff*{^} was not revertible
* Experimental code for Arabic justification (with elongated
  forms; lua).

3.57:
* Predefined transforms (lua):
  - Arabic:    transliteration.dad
  - Croatian:  digraphs.ligatures
  - Greek:      diaeresis.hyphen
  - Hindi:      transliteration.hk
  - Hungarian:  digraphs.hyphen
* Transforms: {xxxx} syntax also in string=.
* Preliminary code for Uyghur hyphenation (lua).
* magyar as alternative name to hungarian in \babelprovide.

3.56:
* Transforms (\babelprehyphenation, \babelposthyphenation)
  - Key 'space', in em units.
  - Key 'spacefactor', based on the current word separation.
  - Multiple 'insert's allowed.
  - Definable in 'ini' files.
  - Arbitrary characters in pattern.
* Fixes:
  - 'insert' and 'data' didn't always set/get the expected node.
  - Hyphen was not shown in Marathi

3.55:
This is primarily a maintenance release, with some minor bugs fixed.

3.54:
* RTL text inside \put (with pict2e) correctly rendered in
  typical cases (lua).
* Same for \tikz (lua).
* The main change in internal (loader of ini files refactored).
* Fixes:
  - The tentative \foreignlanguage* stopped working.

(markd)

2021-06-02 23:29:16 UTC MAIN commitmail json YAML

doc: Updated devel/py-angr to 9.0.7491

(khorben)

2021-06-02 23:29:06 UTC MAIN commitmail json YAML

doc: Updated math/py-claripy to 9.0.7491

(khorben)

2021-06-02 23:28:56 UTC MAIN commitmail json YAML

doc: Updated devel/py-pyvex to 9.0.7491

(khorben)

2021-06-02 23:28:45 UTC MAIN commitmail json YAML

doc: Updated devel/py-manticore to 0.3.4nb1

(khorben)

2021-06-02 23:28:34 UTC MAIN commitmail json YAML

doc: Updated devel/py-cle to 9.0.7491

(khorben)

2021-06-02 23:28:22 UTC MAIN commitmail json YAML

doc: Updated devel/py-archinfo to 9.0.7491

(khorben)

2021-06-02 23:28:11 UTC MAIN commitmail json YAML

doc: Updated devel/py-ailment to 9.0.7491

(khorben)

2021-06-02 23:27:11 UTC MAIN commitmail json YAML

2021-06-02 22:47:08 UTC MAIN commitmail json YAML

doc: Updated devel/py-sentry-sdk to 1.1.0

(khorben)

2021-06-02 22:46:55 UTC MAIN commitmail json YAML

py-sentry-sdk: update to version 1.1.0

From the release notes:

* Fix for AWSLambda integration returns value of original handler #1106
* Fix for RQ integration that only captures exception if RQ job has failed and ignore retries #1076
* Feature that supports Tracing for the Tornado integration #1060
* Feature that supports wild cards in ignore_logger in the Logging Integration #1053
* Fix for django that deals with template span description names that are either lists or tuples #1054

(khorben)

2021-06-02 22:35:09 UTC MAIN commitmail json YAML

ap2-perl: actually add the patch - thanks wiz

(markd)

2021-06-02 22:26:03 UTC MAIN commitmail json YAML

ap2-perl: Fix build for perl >= 5.33.7

(markd)

2021-06-02 22:21:24 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-pefile to 2021.5.24

(khorben)

2021-06-02 22:21:12 UTC MAIN commitmail json YAML

py-pefile: update to version 2021.5.24

This release "incorporates the issues fixed since the last release."
It also stops supporting Python 2.7.

(khorben)

2021-06-02 22:14:09 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-magic to 0.4.23

(khorben)

2021-06-02 22:13:51 UTC MAIN commitmail json YAML

py-magic: update to version 0.4.23

From the CHANGELOG:

- Include a `py.typed` sentinal to enable type checking
- Improve fix for attribute error during destruction
- Cleanup library loading logic
- Add new homebrew library dir for OSX

Tested on NetBSD/amd64.

(khorben)

2021-06-02 21:15:36 UTC MAIN commitmail json YAML

doc: Updated converters/bdf2psf to 1.203

(fcambus)

2021-06-02 21:15:24 UTC MAIN commitmail json YAML

bdf2psf: update to 1.203.

Nothing applying to bdf2psf in particular noted in the Changelog.

(fcambus)

2021-06-02 21:06:03 UTC MAIN commitmail json YAML

py-flask-sendmail: improve and import a couple fixes

The updated patches:
- fix the suppressing of messages when testing or disabled in configuration;
- import what should be a better fix when piping messages to sendmail(1).

Bumps PKGREVISION.

(khorben)

2021-06-02 20:05:20 UTC MAIN commitmail json YAML

samba4: don't declare snapper twice

(nia)

2021-06-02 20:01:42 UTC MAIN commitmail json YAML

lz4: fix build on Solaris 10, PR pkg/56226

(nia)

2021-06-02 20:00:00 UTC MAIN commitmail json YAML

doc: Added net/gunison version 0.1.0

(wiz)

2021-06-02 19:59:46 UTC MAIN commitmail json YAML

net/Makefile: + gunison.

(wiz)

2021-06-02 19:59:23 UTC MAIN commitmail json YAML

net/gunison: import gunison-0.1.0

Gunison is a new GUI (GTK 3) frontend for the Unison file synchronizer.
Unison already has a built-in GTK 2 frontend, but Gunison is nicer
and more convenient. Gunison works by wrapping Unison's console
frontend in an expect-like fashion.

(wiz)

2021-06-02 19:54:57 UTC MAIN commitmail json YAML

doc: Updated www/monolith to 2.5.0

(pin)

2021-06-02 19:54:37 UTC MAIN commitmail json YAML

www/monolith: update to 2.5.0

-New option for unwrapping contents of NOSCRIPT tags
-No extra whitespace after escaped characters in stylesheets

(pin)

2021-06-02 19:06:17 UTC MAIN commitmail json YAML

security/gpg-tui: fix mistake

(pin)

2021-06-02 17:20:14 UTC MAIN commitmail json YAML

www/ddgr: reclaim maintainership

(pin)

2021-06-02 17:19:22 UTC MAIN commitmail json YAML

doc: Updated textproc/molybdenum to 0.1.4

(pin)

2021-06-02 17:19:02 UTC MAIN commitmail json YAML

textproc/molybdenum: update to 0.1.4

-Removed warnings and dead code.
-Add support for searching hidden and ignored files.

(pin)

2021-06-02 17:17:55 UTC MAIN commitmail json YAML

security/gpg-tui: fix broken build

(pin)

2021-06-02 17:10:12 UTC MAIN commitmail json YAML

2021-06-02 17:03:10 UTC MAIN commitmail json YAML

doc: Remove outdated GNOME on DragonFlyBSD reference

DragonFlyBSD is no longer using pkgsrc as their official package manager

(cirnatdan)

2021-06-02 16:24:56 UTC MAIN commitmail json YAML

doc: Added devel/ruby-redmine42 version 4.2.1

(taca)

2021-06-02 16:24:32 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-redmine42

(taca)

2021-06-02 16:23:49 UTC MAIN commitmail json YAML

devel/ruby-redmine42: add package version 4.2.1

Note: ruby-redmine42 supports not only ruby26 but also ruby27.

Redmine is a flexible project management web application using the
Ruby on Rails framework, it is cross-platform and cross-database.

Redmine 4.2 introduces these new features in these categories:

Authentication / User accounts
* two-factor authentication.
* email domains restriction for user accounts.

Notifications
* Notify users about high issues (only).

Issues
* Bulk addition of related issues.
* Query links for subtasks on issue page.

Watchers
* Groups can be added as watchers for issues.
* Forum threads can now be watched.
* Watchers that are not going to receive a notification because they watch a
  non visible object (for ex: issue) are now marked in the UI as invalid.

Text formatting
* New toolbar button to insert a table.
* Wiki table column sorting.
* Languages in Highlighted code button in toolbar are now customizable by
  each user.

Keyboard shortcuts

* Switch between Edit/Preview tabs using Command/Ctrl + Shift + P.
* Bold, italic and underline text using Command/Ctrl + b, Command/Ctrl + i
  and Command/Ctrl + u.
* Submit a form using Ctrl+Enter / Command+Return.

Activity improvements
* UI options to filter activities by date or by user.
* Slight design improvements.

Another nice features
* Download all attachments at once.
* Auto complete wiki page links.
* Auto-select fields mapping in Importing.
* Fields with validation errors are now highlighted.

(taca)

2021-06-02 16:05:01 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine41 to 4.1.3

(taca)

2021-06-02 16:04:40 UTC MAIN commitmail json YAML

devel/ruby-redmine41: update to 4.1.3

4.1.3 (2021-04-26)

[Activity view]

* Defect #34933: Atom feed of the activity page does not contain items after
  the second page

[Email receiving]

* Defect #35100: MailHandler raises NameError exception when generating
  error message

[Gems support]

* Patch #34969: Remove dependency on MimeMagic

[Issues]

* Defect #34921: Do not journalize attachments that are added during a "Copy
  Issue" operation

[Performance]

* Patch #35034: Improve loading speed of workflow page

[Rails support]

* Patch #34966: Update Rails to 5.2.5

[Security]

* Defect #34367: Allowed filename extensions of attachments can be
  circumvented
* Defect #34950: SysController and MailHandlerController are vulnerable to
  timing attack
* Defect #35045: Mail handler bypasses add_issue_notes permission
* Defect #35085: Arbitrary file read in Git adapter

[Text formatting]

* Defect #34894: User link using @ not working at the end of line

[UI]

* Patch #34955: Update copyright year in the footer to 2021

(taca)

2021-06-02 16:02:14 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine to 4.0.9

(taca)

2021-06-02 16:01:42 UTC MAIN commitmail json YAML

devel/ruby-redmine: update to 4.0.9

4.0.9 (2021-04-26)

[Gems support]

* Patch #34969: Remove dependency on MimeMagic

[Rails support]

* Patch #34966: Update Rails to 5.2.5

[Security]

* Defect #34367: Allowed filename extensions of attachments can be
  circumvented
* Defect #34950: SysController and MailHandlerController are vulnerable to
  timing attack
* Defect #35045: Mail handler bypasses add_issue_notes permission
* Defect #35085: Arbitrary file read in Git adapter

[UI]

* Patch #34955: Update copyright year in the footer to 2021

(taca)

2021-06-02 16:00:47 UTC MAIN commitmail json YAML

devel/ruby-redmine/redmine.mk: add support for Redmine 4.2.x

Add basic support for Redmine 4.2.x and change default version of Redmine by
Ruby's version.

(taca)

2021-06-02 15:52:04 UTC MAIN commitmail json YAML

www/ramaze: use --format-executable RUBYGEM_OPTIONS

Use --format-executable RUBYGEM_OPTIONS instead of manually renaming
with post-install.

No functional change.

(taca)

2021-06-02 15:51:21 UTC MAIN commitmail json YAML

textproc/ruby-bluecloth: use --format-executable RUBYGEM_OPTIONS

Use --format-executable RUBYGEM_OPTIONS instead of manually renaming
with post-install.

No functional change.

(taca)

2021-06-02 15:50:34 UTC MAIN commitmail json YAML

graphics/ruby-color-japanese: use --format-executable RUBYGEM_OPTIONS

Use --format-executable RUBYGEM_OPTIONS instead of manually renaming
with post-install.

No functional change.

(taca)

2021-06-02 15:47:16 UTC MAIN commitmail json YAML

doc: Updated www/drupal8 to 8.9.16

(taca)

2021-06-02 15:46:53 UTC MAIN commitmail json YAML

www/drupal8: update to 8.9.16

8.9.16 (2021-05-26)

Maintenance and security release of the Drupal 8 series.

This release fixes a security vulnerability.  Sites are urged to upgrade
immediately after reading the notes below and the security announcement:

* Drupal core - Moderately critical - Cross Site Scripting -
  SA-CORE-2021-003 No other fixes are included.

Versions of Drupal 8 prior to 8.9.x are end-of-life and do not receive
security coverage.

8.9.15 (2021-05-05)

This is a patch (bugfix) release of Drupal 8 and is ready for use on
production sites.  Learn more about Drupal 8.

Drupal 8.9 is the final minor release of the 8.x series.  It is a long-term
support (LTS) version, and will receive security coverage until November
2021.  It provides the same public API as Drupal 9.0 aside from deprecated
code and dependency changes.  (Learn more about Drupal 9.) Note that
features will only be added to Drupal 9 minor releases, so plan to adopt
Drupal 9 as soon as possible so that you can easily update to Drupal 9.2 and
later.

If you are upgrading to this release from 8.8.x, read the Drupal 8.9.0
release notes before you upgrade.

Known issues

Search the issue queue for known issues.

Important changes

The default glossary view did not previously include a filter to exclude
unpublished content.  This view now includes such a filter by default, and
an update function is provided with this release to add a status filter to
the view on existing installations which do not have it.

Dependency updates

The composer/composer development dependency has been updated from 1.10.6 to
1.10.22.

Archive_Tar has been updated to 1.4.13 for security hardening.

Drupal core's development dependency on the Nightwatch npm package has been
increased from 1.2.1 to 1.6.3 and all locked versions of dependencies have
been updated to address security issues in these dependencies.
The minimum version of node.js for 8.9.x development has been increased to
version 10.

Underscore.js has been updated to 1.13.1

(taca)

2021-06-02 15:41:19 UTC MAIN commitmail json YAML

doc: Updated sysutils/pear-Log to 1.13.3

(taca)

2021-06-02 15:40:36 UTC MAIN commitmail json YAML

sysutils/pear-Log: update to 1.13.3

1.13.3 (2021-05-04 19:52 UTC)

Changelog:

* Support versions 1.0.1 and 1.0.2 of pear/pear_exception.

(taca)

2021-06-02 15:39:55 UTC MAIN commitmail json YAML

seamonkey: fix build

There is one issue due to newer rust not allowing RUSTC_BOOTSTRAP any longer,
fixed by setting magic variables in the build environment,
and another issue where something (not sure what) defines "CLEANUP" to
nothing. Add a patch that works around he latter.

(wiz)

2021-06-02 15:39:24 UTC MAIN commitmail json YAML

doc: Updated net/pear-Net_Sieve to 1.4.5

(taca)

2021-06-02 15:39:05 UTC MAIN commitmail json YAML

net/pear-Net_Sieve: update to 1.4.5

1.4.5 (2021-04-24 09:39 UTC)

Changelog:

* Support XOAUTH2 authorization method

(taca)

2021-06-02 15:37:51 UTC MAIN commitmail json YAML

doc: Updated net/bind916 to 9.16.16

(taca)

2021-06-02 15:37:31 UTC MAIN commitmail json YAML

net/bind916: reset PKGREVISION

(taca)

2021-06-02 15:37:06 UTC MAIN commitmail json YAML

net/bind916: update to 9.11.32

Notes for BIND 9.16.16

Feature Changes

* DNSSEC responses containing NSEC3 records with iteration counts greater
  than 150 are now treated as insecure.  [GL #2445]

* The maximum supported number of NSEC3 iterations that can be configured
  for a zone has been reduced to 150.  [GL #2642]

* The default value of the max-ixfr-ratio option was changed to unlimited,
  for better backwards compatibility in the stable release series.  [GL
  #2671]

* Zones that want to transition from secure to insecure mode without
  becoming bogus in the process must now have their dnssec-policy changed
  first to insecure, rather than none.  After the DNSSEC records have been
  removed from the zone, the dnssec-policy can be set to none or removed
  from the configuration.  Setting the dnssec-policy to insecure causes CDS
  and CDNSKEY DELETE records to be published.  [GL #2645]

* The implementation of the ZONEMD RR type has been updated to match RFC
  8976.  [GL #2658]

* The draft-vandijk-dnsop-nsec-ttl IETF draft was implemented: NSEC(3) TTL
  values are now set to the minimum of the SOA MINIMUM value or the SOA TTL.
  [GL #2347]

Bug Fixes

* It was possible for corrupt journal files generated by an earlier version
  of named to cause problems after an upgrade.  This has been fixed.  [GL
  #2670]

* TTL values in cache dumps were reported incorrectly when
  stale-cache-enable was set to yes.  This has been fixed.  [GL #389] [GL
  #2289]

* A deadlock could occur when multiple rndc addzone, rndc delzone, and/or
  rndc modzone commands were invoked simultaneously for different zones.
  This has been fixed.  [GL #2626]

* named and named-checkconf did not report an error when multiple zones with
  the dnssec-policy option set were using the same zone file.  This has been
  fixed.  [GL #2603]

* If dnssec-policy was active and a private key file was temporarily offline
  during a rekey event, named could incorrectly introduce replacement keys
  and break a signed zone.  This has been fixed.  [GL #2596]

* When generating zone signing keys, KASP now also checks for key ID
  conflicts among newly created keys, rather than just between new and
  existing ones.  [GL #2628]

(taca)

2021-06-02 15:34:50 UTC MAIN commitmail json YAML

doc: Updated net/bind911 to 9.11.32

(taca)

2021-06-02 15:34:31 UTC MAIN commitmail json YAML

netb/bind911: reset PKGREVISION

(taca)

2021-06-02 15:33:50 UTC MAIN commitmail json YAML

net/bind911: update to 9.11.32

Notes for BIND 9.11.32

Feature Changes

* DNSSEC responses containing NSEC3 records with iteration counts greater
  than 150 are now treated as insecure. [GL #2445]

* The maximum supported number of NSEC3 iterations that can be configured
  for a zone has been reduced to 150. [GL #2642]

* The implementation of the ZONEMD RR type has been updated to match RFC
  8976. [GL #2658]

(taca)

2021-06-02 15:30:40 UTC MAIN commitmail json YAML

doc: update mail/postfix* packages to 34.6.0

mail/postfix
mail/postfix-cdb
mail/postfix-ldap
mail/postfix-lmdb
mail/postfix-mysql
mail/postfix-pcre
mail/postfix-pgsql
mail/postfix-sqlite
VS: ----------------------------------------------------------------------

(taca)

2021-06-02 15:29:57 UTC MAIN commitmail json YAML

mail/postfix: update to 3.6.0

Postfix stable release 3.6.0 is available. This ends the support
for legacy release Postfix 3.2.

The main changes are below. See the RELEASE_NOTES file for further
details.

Incompatible changes:

  * This release requires "postfix stop" before updating, or before
    backing out to an earlier release, because some internal protocols
    have changed. Otherwise, long-running daemons (pickup, qmgr,
    verify, tlsproxy, postscreen) may fail to communicate with the
    rest of Postfix, causing mail delivery delays until Postfix is
    restarted.

  * Respectful logging. Postfix version 3.6 deprecates terminology
    that implies white is better than black. Instead, Postfix prefers
    'allowlist', 'denylist', and variations on those words. This
    change affects Postfix documentation, and postscreen parameters
    and logging.

    To keep the old postscreen logging set "respectful_logging =
    no" in main.cf before setting "compatibility_level = 3.6".  In
    any case, the old postscreen parameter names will keep working
    as before.

Other changes:

  * The minimum supported OpenSSL version is 1.1.1, which will reach
    the end of life by 2023-09-11. Postfix 3.6 is expected to reach
    the end of support in 2025. Until then, Postfix will be updated
    as needed for compatibility with OpenSSL.

    The default fingerprint digest has changed from md5 to sha256
    (Postfix 3.6 with compatibility_level >= 3.6). With a lower
    compatibility_level setting, Postfix defaults to using md5, and
    logs a warning when a Postfix configuration specifies no explicit
    digest type.

    The export-grade Diffie-Hellman key exchange is no longer
    supported, and the tlsproxy_tls_dh512_param_file parameter is
    ignored,

  * Better error messages when someone configures an incorrect
    program in master.cf. To recognize such mistakes, every Postfix
    internal service, including the postdrop command, announces the
    name of its protocol before doing any other I/O, and every
    Postfix client program, including the Postfix sendmail command,
    will verify that the protocol name matches what it expects.

  * Fine-grained control over the envelope sender address for
    submission with the Postfix sendmail (or postdrop) commands.

    Example:

    /etc/postfix/main.cf:
        # Allow root and postfix full control, anyone else can only
        # send mail as themselves. Use "uid:" followed by the numerical
        # UID when the UID has no entry in the UNIX password file.
        local_login_sender_maps =
            inline:{ { root = *}, { postfix = * } },
            pcre:/etc/postfix/login_senders

    /etc/postfix/login_senders:
      # Allow both the bare username and the user@domain forms.
        /(.+)/ $1 $1@example.com

  * Threaded bounces. This allows mail readers to present a
    non-delivery, delayed delivery, or successful delivery notification
    in the same email thread as the original message.

    Unfortunately, this also makes it easy for users to mistakenly
    delete the whole email thread (all related messages), instead
    of deleting only the delivery status notification.

    To enable, specify "enable_threaded_bounces = yes".

  * Postfix by default no longer uses the services(5) database to
    look up the TCP ports for SMTP and LMTP services. Instead, this
    information is configured with the new known_tcp_ports configuration
    parameter (default: lmtp=24, smtp=25, smtps=submissions=465,
    submission=587). When a service is not specified in known_tcp_ports,
    Postfix will still query the services(5) database.

  * Starting with Postfix version 3.6, the compatibility level is
    "3.6". In future Postfix releases, the compatibility level will
    be the Postfix version that introduced the last incompatible
    change. The level is formatted as 'major.minor.patch', where
    'patch' is usually omitted and defaults to zero. Earlier
    compatibility levels are 0, 1 and 2.

    This also introduces main.cf and master.cf support for the
    <=level, < level, and other operators to compare compatibility
    levels. With the standard <=, <, etc. operators, compatibility
    level 3.10 would be less than 3.9, which is undesirable.

(taca)

2021-06-02 15:27:01 UTC MAIN commitmail json YAML

doc: Updated lang/pear to 1.10.12nb4

(taca)

2021-06-02 15:26:43 UTC MAIN commitmail json YAML

lang/pear: update Archive_Tar to 1.4.13

Update including Archive_Tar pear package to 1.4.13.

Bump PKGREVISION.

Archive_Tar 1.4.13 (2021-05-10 08:59 UTC)

* Fix Bug #27010: Relative symlinks failing (out-of path file extraction)
  [mrook]

(taca)

2021-06-02 15:24:25 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.45.0

(taca)

2021-06-02 15:23:58 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.45.0

5.45.0 (2021-06-01)

* Fix handling of NULL values in boolean columns in the ODBC adapter
  (jeremyevans) (#1765)
* Add auto_validations_constraint_validations_presence_message plugin for
  auto_validations/constraint_validations presence message integration
  (jeremyevans)
* Support Dataset#with :materialized option on SQLite 3.35+ for [NOT]
  MATERIALIZED (jeremyevans)
* Use ALTER TABLE DROP COLUMN for dropping columns on SQLite 3.35+
  (jeremyevans)

(taca)

2021-06-02 15:22:32 UTC MAIN commitmail json YAML

doc: Updated x11/ruby-tk to 0.4.0

(taca)

2021-06-02 15:22:07 UTC MAIN commitmail json YAML

x11/ruby-tk: update to 0.4.0

0.4.0 (2021-03-26)

* Avoid use of deprecated Object#=~ (Fixes #22)
* Fix setting of @tpath in Tk::TkTable::CellTag
* Correctly set @id instance variable in
  TkValidateCommand#_initialize_for_cb_class
* Fix remaining verbose compiliation warnings in lib
* Default to running the event loop on the main thread

(taca)

2021-06-02 15:18:31 UTC MAIN commitmail json YAML

doc: Updated www/thin to 1.8.1

(taca)

2021-06-02 15:18:00 UTC MAIN commitmail json YAML

www/thin: update to 1.8.1

1.8.1 Infinite Smoothie (2021-05-21)

* Fix possible HTTP Response Splitting

(taca)

2021-06-02 15:16:19 UTC MAIN commitmail json YAML

doc: Updated www/ruby-raindrops to 0.19.2

(taca)

2021-06-02 15:15:52 UTC MAIN commitmail json YAML

www/ruby-raindrops: update to 0.19.2

0.19.2 (2021-05-25 23:13 UTC)

This release fixes compatibility with GC.compact on Ruby 3.x when using
ListenStats on Linux.  The listener stats functionality is rarely used and
does not affect most users who just have raindrops installed for shared
atomic counters.

(taca)

2021-06-02 15:14:18 UTC MAIN commitmail json YAML

doc: Updated www/ruby-puma to 5.3.2

(taca)

2021-06-02 15:13:54 UTC MAIN commitmail json YAML

www/ruby-puma: update to 5.3.2

5.3.2 (2021-05-21)

Bugfixes

* Gracefully handle Rack not accepting CLI options (#2630, #2626)
* Fix sigterm misbehavior (#2629)
* Improvements to keepalive-connection shedding (#2628)

5.3.1 (2021-05-11)

Security

* Close keepalive connections after the maximum number of fast inlined
  requests (CVE-2021-29509) (#2625)

5.3.0 (2021-05-07)

Features

* Add support for Linux's abstract sockets (#2564, #2526)
* Add debug to worker timeout and startup (#2559, #2528)
* Print warning when running one-worker cluster (#2565, #2534)
* Don't close systemd activated socket on pumactl restart (#2563, #2504)

Bugfixes

* systemd - fix event firing (#2591, #2572)
* Immediately unlink temporary files (#2613)
* Improve parsing of HTTP_HOST header (#2605, #2584)
* Handle fatal error that has no backtrace (#2607, #2552)
* Fix timing out requests too early (#2606, #2574)
* Handle segfault in Ruby 2.6.6 on thread-locals (#2567, #2566)
* Server#closed_socket? - parameter may be a MiniSSL::Socket (#2596)
* Define UNPACK_TCP_STATE_FROM_TCP_INFO in the right place (#2588, #2556)
* request.rb - fix chunked assembly for ascii incompatible encodings, add
  test (#2585, #2583)

Performance

* Reset peerip only if remote_addr_header is set (#2609)
* Reduce puma_parser struct size (#2590)

Refactor

* Refactor drain on shutdown (#2600)
* Micro optimisations in wait_for_less_busy_worker feature (#2579)
* Lots of test fixes

(taca)

2021-06-02 15:10:55 UTC MAIN commitmail json YAML

doc: Update ruby-padrino* packages to 0.15.1

www/ruby-padrino-support
www/ruby-padrino-helpers
www/ruby-padrino-core
www/ruby-padrino-admin
www/ruby-padrino-cache
www/ruby-padrino-gen
www/ruby-padrino-mailer
www/ruby-padrino
VS: ----------------------------------------------------------------------

(taca)

2021-06-02 15:09:54 UTC MAIN commitmail json YAML

2021-06-02 15:05:30 UTC MAIN commitmail json YAML

doc: Updated www/ruby-mechanize to 2.8.1

(taca)

2021-06-02 15:05:11 UTC MAIN commitmail json YAML

www/ruby-mechanize: update to 2.8.1

2.8.1 (2021-05-09)

Fix

* Gracefully handle parsing errors that contain an invalid byte sequence.
  Previously, if libxml2 registered a parsing error that itself contained
  invalid encoding, an exception might be raised. (#553)

2.8.0 (2021-04-01)

Requirements

* Mechanize now requires Ruby 2.5 or newer.
* Move from ntlm-http to rubyntlm gem. (#495, #574)

New Features

* Page::Link#uri now handles non-ASCII hrefs. (#569) @terryyin
* FileConnection supports Windows drive letters (#483)
* Credential headers 'Authorization' and 'Cookie' are deleted on
  cross-origin redirects. (#538) @kyoshidajp
* ContentDispositionParser handles ISO8601 date headers, to be robust with
  websites that ignore RFC2183. (#554) @reitermarkus

Bug fix

* POST headers 'Content-Length', 'Content-MD5', and 'Content-Type' are
  deleted in a case-insensitive manner on redirects.  Previously these
  headers were treated as case-sensitive.

(taca)