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

2024-05-12 14:53:11 UTC Now

2021-09-06 12:22:30 UTC MAIN commitmail json YAML

dbip-country-lite: update to 2021-09.

No upstream ChangeLog.

(fcambus)

2021-09-06 12:21:30 UTC MAIN commitmail json YAML

doc: Updated net/dbip-city-lite to 2021.09

(fcambus)

2021-09-06 12:21:16 UTC MAIN commitmail json YAML

dbip-city-lite: update to 2021-09.

No upstream ChangeLog.

(fcambus)

2021-09-06 12:20:35 UTC MAIN commitmail json YAML

doc: Updated net/dbip-asn-lite to 2021.09

(fcambus)

2021-09-06 12:20:19 UTC MAIN commitmail json YAML

dbip-asn-lite: update to 2021-09.

No upstream ChangeLog.

(fcambus)

2021-09-06 11:28:21 UTC MAIN commitmail json YAML

Updated net/py-zeroconf, devel/py-test

(adam)

2021-09-06 11:28:00 UTC MAIN commitmail json YAML

py-test: updated to 6.2.5

pytest 6.2.5
Python 3.10 is now supported.
Enable compatibility with ``pluggy 1.0`` or later.

(adam)

2021-09-06 11:25:22 UTC MAIN commitmail json YAML

py-zeroconf: updated to 0.36.2

0.36.2

Include NSEC records for non-existent types when responding with addresses
0.36.1

Skip goodbye packets for addresses when there is another service registered with the same name

If a ServiceInfo that used the same server name as another ServiceInfo was unregistered, goodbye packets would be sent for the addresses and would cause the other service to be seen as offline.

Fixed equality and hash for dns records with the unique bit

These records should have the same hash and equality since the unique bit (cache flush bit) is not considered when adding or removing the records from the cache.

0.36.0

Technically backwards incompatible:

Fill incomplete IPv6 tuples to avoid WinError on windows

0.35.1

Only reschedule types if the send next time changes

When the PTR response was seen again, the timer was being canceled and rescheduled even if the timer was for the same time. While this did not cause any breakage, it is quite inefficient.

Cache DNS record and question hashes

The hash was being recalculated every time the object was being used in a set or dict. Since the hashes are effectively immutable, we only calculate them once now.

0.35.0

Reduced chance of accidental synchronization of ServiceInfo requests
Sort aggregated responses to increase chance of name compression
Technically backwards incompatible:

Send unicast replies on the same socket the query was received

When replying to a QU question, we do not know if the sending host is reachable from all of the sending sockets. We now avoid this problem by replying via the receiving socket. This was the existing behavior when InterfaceChoice.Default is set.

This change extends the unicast relay behavior to used with InterfaceChoice.Default to apply when InterfaceChoice.All or interfaces are explicitly passed when instantiating a Zeroconf instance.

0.34.3

Fix sending immediate multicast responses
0.34.2

Coalesce aggregated multicast answers

When the random delay is shorter than the last scheduled response, answers are now added to the same outgoing time group.

This reduces traffic when we already know we will be sending a group of answers inside the random delay window described in datatracker.ietf.org/doc/html/rfc6762#section-6.3

Ensure ServiceInfo requests can be answered inside the default timeout with network protection

Adjust the time windows to ensure responses that have triggered the protection against against excessive packet flooding due to software bugs or malicious attack described in RFC6762 section 6 can respond in under 1350ms to ensure ServiceInfo can ask two questions within the default timeout of 3000ms

0.34.1

Ensure multicast aggregation sends responses within 620ms

Responses that trigger the protection against against excessive packet flooding due to software bugs or malicious attack described in RFC6762 section 6 could cause the multicast aggregation response to be delayed longer than 620ms (The maximum random delay of 120ms and 500ms additional for aggregation).

Only responses that trigger the protection are delayed longer than 620ms

0.34.0

Implemented Multicast Response Aggregation

Responses are now aggregated when possible per rules in RFC6762 section 6.4

Responses that trigger the protection against against excessive packet flooding due to software bugs or malicious attack described in RFC6762 section 6 are delayed instead of discarding as it was causing responders that implement Passive Observation Of Failures (POOF) to evict the records.

Probe responses are now always sent immediately as there were cases where they would fail to be answered in time to defend a name.

0.33.4

Ensure zeroconf can be loaded when the system disables IPv6

(adam)

2021-09-06 10:25:40 UTC MAIN commitmail json YAML

ap-auth-openidc: Requires libtool.

Fix submitted by goekesmi in NetBSD/pkgsrc#92.

(jperkin)

2021-09-06 10:20:07 UTC MAIN commitmail json YAML

R: Fix Darwin PLIST.

(jperkin)

2021-09-06 07:25:46 UTC MAIN commitmail json YAML

Updated lang/python36, lang/python37, lang/py36-html-docs, lang/py37-html-docs

(adam)

2021-09-06 07:25:13 UTC MAIN commitmail json YAML

python37: updated to 3.7.12

Python 3.7.12 final

Security

bpo-44394: Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the fix for the CVE-2013-0340 ���Billion Laughs��� vulnerability. This copy is most used on Windows and macOS.
bpo-43124: Made the internal putcmd function in smtplib sanitize input for presence of \r and \n characters to avoid (unlikely) command injection.

Library

bpo-45001: Made email date parsing more robust against malformed input, namely a whitespace-only Date: header. Patch by Wouter Bolsterlee.

(adam)

2021-09-06 07:24:22 UTC MAIN commitmail json YAML

python36: updated to 3.6.15

Python 3.6.15 final

Security

bpo-44394: Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the fix for the CVE-2013-0340 ���Billion Laughs��� vulnerability. This copy is most used on Windows and macOS.
bpo-43124: Made the internal putcmd function in smtplib sanitize input for presence of \r and \n characters to avoid (unlikely) command injection.

Library

bpo-45001: Made email date parsing more robust against malformed input, namely a whitespace-only Date: header. Patch by Wouter Bolsterlee.

Tests

bpo-38965: Fix test_faulthandler on GCC 10. Use the ���volatile��� keyword in faulthandler._stack_overflow() to prevent tail call optimization on any compiler, rather than relying on compiler specific pragma.

(adam)

2021-09-06 07:02:57 UTC MAIN commitmail json YAML

math: require at least gcc6 to link dependencies

(nia)

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

dav1d: disable building tests on NetBSD 8.x (checkasm fails to link)

(nia)

2021-09-05 23:42:50 UTC MAIN commitmail json YAML

doc: Updated audio/mpg123-pulse to 1.29.0

(thor)

2021-09-05 23:42:37 UTC MAIN commitmail json YAML

doc: Updated audio/mpg123-nas to 1.29.0

(thor)

2021-09-05 23:42:26 UTC MAIN commitmail json YAML

doc: Updated audio/mpg123-jack to 1.29.0

(thor)

2021-09-05 23:40:13 UTC MAIN commitmail json YAML

doc: Updated audio/mpg123 to 1.29.0

(thor)

2021-09-05 23:39:52 UTC MAIN commitmail json YAML

mpg123: update to 1.29.0

The upstream changes:

- build: added --enable-runtime-tables
- libmpg123:
-- Float deocder runtime table computation is back as option,
  based on suggestion and initial patch by Ethan Halsall for a smaller
  download size of the wasm decoder built from libmpg23. This only
  trims the size of the binary on disk (network), for runtime
  overhead and a bit of uneasyness about concurrency during table
  computation, which happens implicitly on handle initialization,
  only guarded by an integer flag. This does _not_ revive
  mpg123_init().
-- The ID3v2 UTF-16 BOM check is now a straight-on loop and not a
  recursive function.

Only the last one is relevant for this pkg. Avoids heavy stack use
on pathological files.

(thor)

2021-09-05 20:58:17 UTC MAIN commitmail json YAML

2021-09-05 20:32:03 UTC MAIN commitmail json YAML

qt5-qtwebengine: fix build on NetBSD in pbulk environment

/usr/sbin is not in default path, so paxctl was not found.

(wiz)

2021-09-05 19:22:51 UTC MAIN commitmail json YAML

doc: Updated devel/mob to 1.11.1

(schmonz)

2021-09-05 19:22:41 UTC MAIN commitmail json YAML

Update to 1.11.1. From the changelog:

- Bugfix release.

(Looks like an extraneous debug statement was removed, and that's it.)

(schmonz)

2021-09-05 16:58:30 UTC MAIN commitmail json YAML

doc: Add trailing `e' to latest p5-Catalyst-Plugin-Static-Simple entry

Reported by www update.changes log script via www@.

(leot)

2021-09-05 16:39:35 UTC MAIN commitmail json YAML

editors/fileobj: Update to v0.7.105

ChangeLog:
- Minor fixes and cleanups
- Change d from delete alias to disas
- Add :disas_x86
- Support visual range in :strings
- Add FILEOBJ_DISAS_ARCH
- Add FILEOBJ_DISAS_PRIVATE

(tkusumi)

2021-09-05 16:36:48 UTC MAIN commitmail json YAML

doc: Updated geography/qgis to 3.16.10

(gdt)

2021-09-05 16:36:40 UTC MAIN commitmail json YAML

geography/qgis: Update to 3.6.10

upstream changes: bugfixes

(gdt)

2021-09-05 15:21:44 UTC MAIN commitmail json YAML

ruby-ruby_smb: Fix typo in DESCR

(ryoon)

2021-09-05 15:07:01 UTC MAIN commitmail json YAML

gxemul: Fix PLIST. Remove patched .orig file

(ryoon)

2021-09-05 12:47:32 UTC MAIN commitmail json YAML

Updated devel/p5-AtExit to 2.05

(wen)

2021-09-05 12:46:47 UTC MAIN commitmail json YAML

Update to 2.05

Upstream changes:
2.05 2021-07-03 NEILB
    - Include META.json in releases
    - Switch to github issues for bug tracker
    - Simplified the README some more

2.04 2021-05-19 NEILB
    - Made all mentions of licence consistent with the statement
      in the documentation. RT#132447 from KENTNL.

(wen)

2021-09-05 12:44:03 UTC MAIN commitmail json YAML

Updated devel/p5-App-Cmd to 0.334

(wen)

2021-09-05 12:43:02 UTC MAIN commitmail json YAML

Update to 0.334

Upstream changes:
Changes for version 0.334 - 2021-06-18
add a perl-support block to docs
update author contact info

(wen)

2021-09-05 09:53:44 UTC MAIN commitmail json YAML

Updated math/p5-Math-FFT to 1.36

(wen)

2021-09-05 09:52:59 UTC MAIN commitmail json YAML

Update to 1.36

Upstream changes:
1.36  2020-10-17
    - Avoid including Build.PL to fix cpan installs.
        - https://github.com/shlomif/perl-Math-FFT/issues/4
        - Thanks to @eserte / SREZIC for the issue report.

1.35  2020-10-15
    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
        - Inspired by Lady_Aleena.

(wen)

2021-09-05 09:49:35 UTC MAIN commitmail json YAML

Updated devel/p5-Type-Tiny to 1.012004

(wen)

2021-09-05 09:48:11 UTC MAIN commitmail json YAML

Update to 1.012004

Upstream changes:
1.012004        2021-07-29

[ Documentation ]
- Fixed typo in Types::Standard documentation where StrMatch regexp
  parameter didn't use qr// properly.
  Lucas Tiago de Moraes++

(wen)

2021-09-05 09:42:36 UTC MAIN commitmail json YAML

Updated www/py-django3 to 3.2.7

(wen)

2021-09-05 09:41:38 UTC MAIN commitmail json YAML

Update to 3.2.7

Upstream changes:
Django 3.2.7 fixes a bug in 3.2.6.

Bugfixes
Fixed a regression in Django 3.2 that caused the incorrect offset extraction from fixed offset timezones (#32992).

(wen)

2021-09-05 09:24:15 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.1.0.6, gdbm-1.21, imath-3.1.3, ladspa-1.16,
  poppler-21.09.0, py-mercurial-5.9.1, py-more-itertools-8.9.0.

(wiz)

2021-09-05 09:06:42 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.70

(wiz)

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

nss: update to 3.70.

Changes:
  - Documentation: release notes for NSS 3.70.
  - Documentation: release notes for NSS 3.69.1.
  - Bug 1726022 - Update test case to verify fix.
  - Bug 1714579 - Explicitly disable downgrade check in TlsConnectStreamTls13.EchOuterWith12Max
  - Bug 1714579 - Explicitly disable downgrade check in TlsConnectTest.DisableFalseStartOnFallback
  - Formatting for lib/util
  - Bug 1681975 - Avoid using a lookup table in nssb64d.
  - Bug 1724629 - Use HW accelerated SHA2 on AArch64 Big Endian.
  - Bug 1714579 - Change default value of enableHelloDowngradeCheck to true.
  - Formatting for gtests/pk11_gtest/pk11_hpke_unittest.cc
  - Bug 1726022 - Cache additional PBE entries.
  - Bug 1709750 - Read HPKE vectors from official JSON.
  - Documentation: update for NSS 3.69 release.

(wiz)

2021-09-05 08:06:11 UTC MAIN commitmail json YAML

Updated net/p5-Net-Server to 2.010

(wen)

2021-09-05 08:05:21 UTC MAIN commitmail json YAML

Updated net/p5-Net-Server to 2.010

(wen)

2021-09-05 08:04:17 UTC MAIN commitmail json YAML

Update to 2.010

Upstream changes:
2.010  Mar 22 2021
        - Add SSL_verify_callback
        - Fix SSLEAY connect spinloop
        - Various pod typos
        - Allow for logging to STDOUT for HTTP
        - Add PATCH verb to HTTP

(wen)

2021-09-05 08:02:07 UTC MAIN commitmail json YAML

Updated net/p5-Net-SFTP-Foreign to 1.93

(wen)

2021-09-05 08:01:08 UTC MAIN commitmail json YAML

Update to 1.93

Upstream changes:
1.93  Jan 19, 2021
        - put_content was not handling optional arguments correctly
          (bug report by Bas van Sisseren).

1.92_03 Oct 1, 2020
        - Write buffer could grow uncontrolled after a connection
          lost error (bug report by Jozef Kutej, #gh17).

1.92_02 Jun 25, 2020
        - Fix handling of out of order responses.

1.92_01 Jun 24, 2020
        - Add support for receiving out of order responses from the
          server (bug report by Dimitar Kolev #rt130641 and ftumsh
          #rt132768).

(wen)

2021-09-05 07:58:45 UTC MAIN commitmail json YAML

Updated net/p5-Net-Stomp to 0.61

(wen)

2021-09-05 07:57:38 UTC MAIN commitmail json YAML

Update to 0.61
Add missing DEPENDS

Upstream changes:
0.61 2021-04-13
- Avoid referencing $frame if it's undefined (thanks Lee Burton
  N6UDP)

(wen)

2021-09-05 07:50:30 UTC MAIN commitmail json YAML

Remove some p5-* items which I had updated today.

(wen)

2021-09-05 07:45:45 UTC MAIN commitmail json YAML

Updated net/p5-Net-Telnet-Cisco to 1.12

(wen)

2021-09-05 07:44:49 UTC MAIN commitmail json YAML

2021-09-05 07:42:54 UTC MAIN commitmail json YAML

Updated net/p5-Net-Telnet to 3.05

(wen)

2021-09-05 07:42:04 UTC MAIN commitmail json YAML

Update to 3.05

Upstream changes:
* Version 3.05 released.

2021-06-20  Jay Rogers  <jay@rgrs.com>

        * Telnet.pm: Fixed new perl warning about argument isn't numeric in
        numeric ge (>=).

2021-05-30  Jay Rogers  <jay@rgrs.com>

        * Telnet.pm (dump_log input_log option_log output_log): Changed
        the logging subroutines to also accept a tied filehandle.

2021-03-30  Jay Rogers  <jay@rgrs.com>

        * Telnet.pm (waitfor): Improved the speed to search for the
        "match", especially when reading a large amount of data, by using
        the dynamic arrays @- and @+ instead of $` and $&.

2021-03-30  Jay Rogers  <jay@rgrs.com>

        * Telnet.pm (new): Fixed a bug that caused the instantiation to
        fail when setting one of the *_log input args to an empty string.

2020-02-20  Jay Rogers  <jay@rgrs.com>

        * Telnet.pm: Added a workaround for the "require FileHandle" bug in
        perl 5.10.1.

2020-02-20  Jay Rogers  <jay@rgrs.com>

        * Telnet.pm: Stopped using the deprecated variable $[ in the
        autoflush idiom select((select($fh), $|=1)[$[]).

2018-07-12  Jay Rogers  <jay@rgrs.com>

        * Telnet.pm: Fixed some documentation and pod command typos.

2013-04-21  Jay Rogers  <jay@rgrs.com>

(wen)

2021-09-05 07:39:26 UTC MAIN commitmail json YAML

Updated net/p5-RPC-XML to 0.82

(wen)

2021-09-05 07:38:42 UTC MAIN commitmail json YAML

Update to 0.82

Upstream changes:
0.82    Wednesday January  6, 2021, 09:59:00 AM -0800

        * Makefile.PL
        * lib/RPC/XML/Server.pm
        Bump version numbers.

        * Makefile.PL
        * lib/RPC/XML/Server.pm
        * t/40_server.t
        * t/40_server_xmllibxml.t
        * t/41_server_hang.t
        * t/60_net_server.t
        * t/util.pl
        RT #120472: Applied patch from Petr Písař for fixes to IPv6
        support. Full detail in the message for this commit in the git
        repository.

0.81    Tuesday January  5, 2021, 06:33:00 PM -0800

        * MANIFEST
        * perlcritic.rc (added)
        Add a perlcritic.rc file for testers who run author tests.

        * t/40_server.t
        * t/40_server_xmllibxml.t
        Remove redundant testing and general clean-up. Removed tests of
        url() that were just re-testing HTTP::Daemon::url().

        * lib/RPC/XML/Client.pm
        Parameterize the request-as-string debug feature.

        * lib/RPC/XML/Client.pm
        Merge pull request #13 from
        enrico-sorcinelli/add-request-string. Added xmlrpc request
        string as object property. (Enrico Sorcinelli)

(wen)

2021-09-05 07:35:48 UTC MAIN commitmail json YAML

Updated net/p5-SNMP-Info to 3.77

(wen)

2021-09-05 07:34:33 UTC MAIN commitmail json YAML

Update to 3.77

Upstream changes:
Version 3.77 (2021-09-04)

  [ENHANCEMENTS]

  * set_i_vlan support for Ruckus/Brocade/Foundry

Version 3.74 (2021-08-24)

  [NEW FEATURES]

  * Support changing PVID on Arista switches (#429)
  * Support for Whiterabbit devices

  [ENHANCEMENTS]

  * Patch H3C broken node-vlan mapping

Version 3.73 (2021-06-28)

  [BUG FIXES]

  * fix packaging error

Version 3.72 (2021-06-28)

  [NEW FEATURES]

  * Support for Aruba CX switches
  * IEEE802_Bridge module

  [BUG FIXES]

  * #403 don't use layer3::dell for layer3::aruba devices
  * layer2::aerohive supports version numbers above 9

Version 3.71 (2020-11-27)

  [NEW FEATURES]

  * #386 Teltonika RUT9XX support (jeroenvis)

  [ENHANCEMENTS]

  * #398, 411 more ubiquiti cleanup and support for er-12 (lbegnaud & inphobia)

  [BUG FIXES]

  * #409, 410 Don't add AUTOLOAD generated methods in symbol table
  * #372, 375 fix lldp on nx-os6 (inphobia)

(wen)

2021-09-05 07:27:14 UTC MAIN commitmail json YAML

Apply my recent fixes that have been upstreamed (and improved):

----
r6572 | debug | 2021-08-29 17:53:05 +0100 (Sun, 29 Aug 2021) | 1 line

The ARM "permanently undefined" instructions now result in an und exception
(patch from Nick Hudson).

----
r6573 | debug | 2021-08-29 18:02:18 +0100 (Sun, 29 Aug 2021) | 1 line

Storing to memory is not allowed until the CPU has initialized completely; this
code was for ARM OpenFirmware, which is not currently in use by any machine.

----
r6576 | debug | 2021-08-30 10:23:38 +0100 (Mon, 30 Aug 2021) | 1 line

Fix for ARM carry flag update for some instructions (patch from Nick Hudson).
Also updating the NetBSD/cats installation instructions to 9.2.

(skrll)

2021-09-05 06:39:42 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-RIPEMD160 to 0.08

(wen)

2021-09-05 06:38:54 UTC MAIN commitmail json YAML

Update to 0.08

Upstream changes:
0.08 Wed Oct 21 2020
- Switch to XSLoader

0.07 Wed Oct 21 2020
- Rename the subroutine compress to not conflict with libz's symbol
- Update manifest and .gitignore
- Move modules to lib/
- drop use vars and Exporter
- Do not provide examples of indirect calls to the module.

(wen)

2021-09-05 04:05:25 UTC MAIN commitmail json YAML

Updated security/p5-CryptX to 0.073

(wen)

2021-09-05 04:04:36 UTC MAIN commitmail json YAML

Update to 0.073

Upstream changes:
0.073  2021-07-18
        - fix #73 CPAN testers failure with Math::BigInt 1.99982
        - fix #70 remove lto related hacks from Makefile.PL
        - fix #72 drop optional prereqs JSON::XS + Cpanel::JSON::XS, use optionally only JSON

(wen)

2021-09-05 03:49:56 UTC MAIN commitmail json YAML

2021-09-05 03:21:07 UTC MAIN commitmail json YAML

Updated textproc/p5-String-Formatter to 1.234

(wen)

2021-09-05 03:20:23 UTC MAIN commitmail json YAML

Update to 1.234

Upstream changes:
1.234    2021-08-28 17:28:18-04:00 America/New_York
        - move bench.pl from dist root so it won't get installed to @INC
        - fix some problems with doc layout

(wen)

2021-09-05 02:49:43 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Compile-SOAP to 3.27

(wen)

2021-09-05 02:48:58 UTC MAIN commitmail json YAML

Update to 3.27

Upstream changes:
version 3.27: Wed  7 Apr 09:52:29 CEST 2021

        Fixes:
        - $@ is volatile, unknown change broke input validation error.
          https://github.com/markov2/perl5-XML-Compile-SOAP/issues/5 [MadLord80]

(wen)

2021-09-05 02:43:36 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Encoding to 2.11

(wen)

2021-09-05 02:42:34 UTC MAIN commitmail json YAML

Update to 2.11

Upstream changes:
2.11 2020-12-08
    - Fill in release dates in scripts.
2.10 2020-12-07
    - Added optional Changes testing (skipped unless AUTHOR_TESTING).
    - Reformatted Changes file as per CPAN::Changes::Spec.
    - Made Perl Critic, Pod and Pod Coverage tests skip unless AUTHOR_TESTING.
    - Added optional POD coverage testing.
    - Added optional POD testing.
    - Added optional Perl::Critic testing.
    - Made code Perl::Critic clean.
    - Simplified Makefile.PL requirements.

(wen)

2021-09-05 02:31:11 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-PP to 0.027

(wen)

2021-09-05 02:30:17 UTC MAIN commitmail json YAML

doc: Updated textproc/R-htmltools to 0.5.2

(mef)

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

(textproc/R-htmltools) Updated 0.5.1.1 to 0.5.2

# htmltools 0.5.2

## Breaking Changes

* Closed #205: When calling `tagGetAttribute(x)` on an object with a
  non-atomic attribute, a list of untouched values will be
  returned. It is still recommended to only store character values
  inside attributes. (#212)

## New Features & Improvements

* `{htmltools}` now has its own `{pkgdown}` site hosted at
  <https://rstudio.github.io/htmltools/>.

* The new `tagQuery()` function provides a
  [jQuery](https://jquery.com/) inspired interface to query and/or
  modify HTML `tag()` (e.g., `div()`) or `tagList()` objects. To learn
  more, see the [{pkgdown}
  article](https://rstudio.github.io/htmltools/articles/tagQuery.html). (#208)

* Added `tagAddRenderHook()` for delaying modification of a tag object
  until it is rendered. A list of render-time hooks may also be added
  via the new `.renderHook` argument added to all `tag()`
  functions. (#215)

* Closed #243: Added `withTags(.noWS)` to change the default
  whitespace behavior for all tags within the call to
  `withTags()`. (#245)

* Closed #251: Added `.cssSelector` parameters to tag modifying
  functions such as `tagAppendChildren()` or
  `tagAppendChildren()`. The `.cssSelector` allows you to target
  particular (inner) tags of interest. See `tagAppendChildren()` for
  examples. (#224)

* Closed #225: Added `tagInsertChildren()` to be able to insert child
  tag objects at a particular location. (#224)

## Bug Fixes

* When retrieving a tag attribute using `tagGetAttribute(tag, attr)`,
  `NA` values will be removed before combining remaining attribute
  values. If all attribute values are `NA`, then a single `NA` value
  will be returned. (#212)

* Closed #197: Fixed rendering of boolean attributes in `<script>`
  tags rendered via `renderDependencies()` (#197, thanks @atusy).

* Closed #222: Unnamed attributes are no longer allowed to be appended
  via `tagAppendAttribs()`. When trying to print unnamed tag attribs,
  a better error message is provided. (#229)

(mef)

2021-09-05 02:29:42 UTC MAIN commitmail json YAML

Update to 0.027

Upstream changes:
Changes for version 0.027 - 2021-04-09
Forbid duplicate keys by default like announced in 0.026
Add possibility to preserve alias names (see 'preserve' option)
Highlighter: Add option to expand tabs in ansi color mode
yamlpp-events: Add option --module
Improve error message when trying to load an undefined alias
Fix a test for perl 5.8.8

(wen)

2021-09-05 02:21:38 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-XS to 0.83

(wen)

2021-09-05 02:20:49 UTC MAIN commitmail json YAML

Update to 0.83

Upstream changes:
Changes for version 0.83
Recognize tied variables (PR#101 tinita)
Add license file from included libyaml code (PR#102 tinita)

(wen)

2021-09-05 02:16:07 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-LibYAML to 0.83

(wen)

2021-09-05 02:15:04 UTC MAIN commitmail json YAML

Update to 0.83

Upstream changes:
Changes for version 0.83
Recognize tied variables (PR#101 tinita)
Add license file from included libyaml code (PR#102 tinita)

(wen)

2021-09-05 01:58:28 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Static-Simpl to 0.37

(wen)

2021-09-05 01:57:05 UTC MAIN commitmail json YAML

Update to 0.37

Upstream changes:
Changes for version 0.37 - 2021-05-05
Port Makefile.PL from Module::Install to Distar
Remove MooseX::Types dependency

(wen)

2021-09-05 01:50:51 UTC MAIN commitmail json YAML

doc: Updated textproc/R-rmarkdown to 2.10

(mef)

2021-09-05 01:50:40 UTC MAIN commitmail json YAML

(textproc/R-rmarkdown) Updated 2.8 to 2.10, make test does NOT pass yet

rmarkdown 2.10
=========================================================================

- `md_document()` will now handle correctly `preserve_yaml` value for
  all variants and all pandoc versions (#2190).
  * with `preserve_yaml = TRUE`, markdown output will keep the YAML
    metadata block from the Rmd file.
  * with `preserve_yaml = FALSE`, markdown output will have no YAML
    metadata block.

  This fixes a breaking change in Pandoc 2.13 regarding `gfm`,
  `commonmark` and `commonmark_x` which now supports
  `yaml_metadata_block` by default (#2118).

- New supported syntax for Shiny prerendered documents: you can now
  use `server: shiny` or `server: type: shiny`.

- Ability to inject additional functions into Shiny prerendered server
  scope using the "server-extras" context.

- Fixed the syntax highlighting issue with R's pipe operator `|>`
  (thanks, @edzer, rstudio/bookdown#1157).

rmarkdown 2.9
==========================================================================

- Fix a regression in version 2.8 when a url is used in `css` argument
  (thanks, @vnijs, #2163).

- All HTML dependencies are now correctly supported, included those
  with only an `href` component but not `file` component in their
  `src` attribute. Previously, **rmarkdown** would throw the error
  `'path for html_dependency not provided'` when rendering documents
  containing HTML dependencies with `href` components (thanks,
  @crazycapivara, @matthewstrasiotto, #1805, #1948, #2151).

- Fix an error thrown with output format using a `file_scope` function
  (like in **bookdown**) (thanks, @rfaelens, #2149).

- Fix an issue with `copy_ressource = TRUE` in `html_document_base`
  where very long HTML documents were truncated during post processing
  (thanks, @oliviermeslin, #2145).

- When `run()`-ing a `runtime: shiny` document, an extra temp folder
  will be used in the output path. With the extra temp random folder
  in the path, predictable output file names may be used. (#2137)

- When `run()`-ing a `runtime: shiny` document with a `{bslib}` theme,
  the global theme value wasn't being restored properly. (#2160)

- Floating ToC in `html_document` can now hide headings with
  unnumbered and unlisted classes (thanks, @atusy, #1993).

- Fix prefix handling in R Markdown website's navbar for Fontawesome
  V5 and compatibility with V4. For icon only available in V5, the
  full prefix + name should be use, especially with new `fab` prefix
  (e.g. `fab fa-r-project`). If no prefix is used (e.g `fa-home`
  instead of `fas fa-home`), the `fa` prefix will be added for V4
  compatibility as it has been deprecated in V5. We advice to use the
  full prefix + name for icons following Fontawesome
  documentation. (#1994)

- `rmarkdown::site_generator()` can hang session waiting for input
  when the `site` field is not found in the YAML frontmatter of
  `index.Rmd` (thanks, @kevinushey @mirh, #2043).

(mef)

2021-09-05 01:49:28 UTC MAIN commitmail json YAML

Updated www/p5-CSS-Minifier-XS to 0.13

(wen)

2021-09-05 01:48:42 UTC MAIN commitmail json YAML

Update to 0.13

Upstream changes:
0.13      2021-02-06 17:26:39-08:00 America/Vancouver
    - Internals; avoid allocating memory for each node as we tokenize the
      document, and simply use pointers back into original string.
      - Dramatically improves performance; local testing shows boost from
        ~25/s to ~85MB/s
    - Improve zero value minification further
    - Simplified whitespace compaction

0.12      2021-01-30 21:46:07-08:00 America/Vancouver
    - rewrote test suite into a single ".t" test
    - GH #1 / RT #97574; whitespace before a ":" in a pseudo-selector is
      meaningful and needs to be preserved (e.g. "#link :visited")
    - Further reductions of "zero values", when possible
      - "00000px" and "0.0px" become "0px"
      - "000%" and "0.0%" become "0%"
      - units are preserved inside of functions, but eliminated otherwise, and
        percentages are always left as a percentages
    - Optimized whitespace collapsing
    - Optimized memory usage and string copying

0.11      2020-12-30 21:27:39-08:00 America/Vancouver
    - POD spelling fixes
    - Switch to DZil Author Bundle

0.10      2020-12-28 11:00:17-08:00 America/Vancouver
    - RT #90879; correct minification of %s in "hsl()" and "hsla()" functions
      Thanks to Philipp Soehnlein
    - RT #103231; don't remove units on zero values inside of functions.
      Thanks to Isaac Montoya, for an additional test case.
    - No long drop units on zero percentages, as those may be required for CSS
      animations.  Thanks to Isaac Montoya for continuing to poke me on this.
    - Now prunes leading whitespace before "!important"
        e.g. "color: red !important" becomes "color:red!important"
    - Switch to Dist::Zilla

(wen)

2021-09-05 01:46:52 UTC MAIN commitmail json YAML

Updated www/p5-HTML-CalendarMonthSimple to 1.26

(wen)

2021-09-05 01:46:12 UTC MAIN commitmail json YAML

Update to 1.26

Upstream changes:
Changes in 1.26: Added highlight (RT-3899) and Days_in_Month (RT-58547) methods.

(wen)

2021-09-05 01:43:02 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-OAI to 4.11

(wen)

2021-09-05 01:42:07 UTC MAIN commitmail json YAML

Update to 4.11

Upstream changes:
4.11  2021-02-22 08:52:44 CET
  - Fixing errors in documentation

(wen)

2021-09-05 01:40:10 UTC MAIN commitmail json YAML

doc: Updated textproc/R-haven to 2.4.3

(mef)

2021-09-05 01:39:54 UTC MAIN commitmail json YAML

(textproc/R-haven) Updated 2.1.1 to 2.4.3, make test does NOT pass yet, sorry

# haven 2.4.3
* Fix build failure on Solaris.

# haven 2.4.2

* Updated to ReadStat 1.1.7 RC (#620).

* `read_dta()` no longer crashes if it sees StrL variables with missing values
  (@gorcha, #594, #600, #608).
urlchecker::url_check()
* `write_dta()` now correctly handles "labelled"-class numeric (double) variables
  that don't have value labels (@jmobrien, #606, #609).

* `write_dta()` now allows variable names up to 32 characters (@sbae, #605).

* Can now correctly combine `labelled_spss()` with identical labels
  (@gorcha, #599).

# haven 2.4.1
* Fix buglet when combining `labelled()` with identical labels.

# haven 2.4.0
## New features

* `labelled_spss()` gains full vctrs support thanks to the hard work of @gorcha
  (#527, #534, #538, #557). This means that they should now work seamlessly
  in dplyr 1.0.0, tidyr 1.0.0 and other packages that use vctrs.

* `labelled()` vectors are more permissive when concatenating; output labels
  will be a combination of the left-hand and the right-hand side, preferring
  values assigned to the left-hand side (#543).

* Date-times are no longer forced to UTC, but instead converted to the
  equivalent UTC (#555). This should ensure that you see the same date-time
  in R and in Stata/SPSS/SAS.

## Minor improvements and bug fixes

* Updated to ReadStat 1.1.5. Most importantly this includes support for
  SAS binary compression.

* `as_factor(levels = "values")` preserves values of unlabelled elements (#570).

* `labelled_spss()` is a little stricter: it prevents `na_range` and `na_value`
  from containing missing values, and ensures that `na_range` is in the correct
  order (#574).

* `read_spss()` now reads NA values and ranges of character variables (#409).

* `write_dta()` now correctly writes tagged NAs (including tagged NAs in
  labels) (#583) and once again validates length of variables names (#485).

* `write_*()` now validate file and variable metadata with ReadStat. This
  should prevent many invalid files from being written (#408). Additionally,
  validation failures now provide more details about the source of the problem
  (e.g. the column name of the problem) (#463).

* `write_sav(compress = FALSE)` now uses SPSS bytecode compression instead of
  the rarely-used uncompressed mode. `compress = TRUE` continues to use the
  newer (and not universally supported, but more compact) zlib format
  (@oliverbock, #544).

# haven 2.3.1
* Add missing methods so `median()`, `quantile()` and `summary()` work
  once more (#520).

* Add missing cast methods (#522).

# haven 2.3.0
* `labelled()` gains the necessary support to work seemlessly in dplyr 1.0.0,
  tidyr 1.0.0, and other packages that use vctrs (@mikmart, #496).

* `labelled()` vectors now explicitly inherit from the corresponding base
  types (e.g. integer, double, or character) (#509).

* ReadStat update, including `read_sas()` supports for "any" encoding (#482),
  and fixes for compiler warnings.

# haven 2.2.0
## Partial reading

Thanks to the hard work of @mikmart, all `read_*()` functions gain
three new arguments that allow you to read in only part of a large
file:

* `col_select`: selects columns to read with a tidyselect interface (#248).
* `skip`: skips rows before reading data (#370).
* `n_max`: limits the number of rows to read.

This also brings with it a deprecation: `cols_only` in `read_sas()`
has been deprecated in favour of the new `col_select` argument.

## Minor improvements and bug fixes

* `as_factor()` allows non-unique labels when `levels = "label"`. This fixes
  a particularly annoying printing bug (#424, @gergness)

* `read_sas()` now supports (IS|E|B)8601(DT|DA|TM) date/time formats (@mikmart).

* All `write_` functions gain a `.name_repair` argument that controls
  what happens when the input dataset has repeated column names (#436).

* All `write_` functions can now write labelled vectors with `NULL` labels
  (#442).

* `write_dta()` can now write dataset labels with the `label` argument,
  which defaults to the `label` attribute of the input data frame, if present
  (@gorcha, #449).

* `write_dta()` works better with Stata 15, thanks to updated ReadStat (#461)

(mef)

2021-09-05 01:32:13 UTC MAIN commitmail json YAML

Updated www/p5-JavaScript-Minifier-XS to 0.14

(wen)

2021-09-05 01:31:31 UTC MAIN commitmail json YAML

Update to 0.14

Upstream changes:
0.14      2021-02-06 23:36:36-08:00 America/Vancouver
    - rewrote test suite into a single ".t" test
    - optimized memory allocations, by allocating Nodes in bulk, and being
      smarter about when we need to free/reallocate content buffers in Nodes
    - optimize whitespace collapsing
    - GH#3 / RT#108682; fix whitespace reduction at end of preserved line
      comment.  Thanks to Dan Goodliffe
    - GH#6; fix unescaped slash in character set, inside of a regex, with thanks
      to @faf

0.13      2020-12-30 21:46:29-08:00 America/Vancouver
    - POD cleanups; spelling, SYNOPSIS
    - Switch to DZil Author Bundle

0.12      2020-12-28 08:31:31-08:00 America/Vancouver
    - Switch to GitHub Actions, from Travis-CI.
    - Add META links to GitHub repository and issue tracker
    - Switch to Dist::Zilla
    - Bump minimum required Perl to 5.8.1
    - RT #130347; handle ES6 template literals.
      Thanks to Robert Rothenberg.

(wen)

2021-09-05 01:27:55 UTC MAIN commitmail json YAML

Updated www/p5-libapreq2 to 2.16

(wen)

2021-09-05 01:26:19 UTC MAIN commitmail json YAML

Update to 2.16

Upstream changes:
@section v2_16 Changes with libapreq2-2.16 (released 17 March, 2021)

- Build [Steve Hay]
  Fix file attribute for modules listed as provided in META.yml.

@section v2_15 Changes with libapreq2-2.15 (released 17 November, 2020)

- SECURITY: CVE-2019-12412 (cve.mitre.org)
  C API [Max Kellermann]
  Fix a NULL pointer dereference when parsing malformed
  multipart data in apreq_parse_multipart().

- C API [Yann Ylavic]
  In apreq_brigade_concat(), fix memory handling and create
  the FILE bucket correctly.

- Build [Petr Pisar]
  Fix "make release" on Unix.

@section v2_14 Changes with libapreq2-2.14 (not released)

- Build [stevehay]
  Fix httpd-2.4.x build for Win32.

- Build [Richard M Kandarian]
  Fix debug build for Win32.

- C API [joes]
  Fix mod_apreq2's config merging.

- Perl glue
  Updated license info in META.yml
  Updated documentation for Apache2::Cookie

(wen)

2021-09-05 00:36:40 UTC MAIN commitmail json YAML

doc: Updated databases/postgresql-postgis2 to 3.1.4

(gdt)

2021-09-05 00:36:29 UTC MAIN commitmail json YAML

2021-09-05 00:05:41 UTC MAIN commitmail json YAML

kf5: fix typo {,k}mediaplayer

(markd)

2021-09-04 23:40:51 UTC MAIN commitmail json YAML

Updated www/p5-LWP-ConsoleLogger to 0.000043

(wen)

2021-09-04 23:40:03 UTC MAIN commitmail json YAML

Update to 0.000043

Upstream changes:
0.000043  2021-03-04 19:00:40Z
    - Ensure that a silent logger is actually silent (GH#21) (Olaf Alders)

(wen)

2021-09-04 23:29:11 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 6.56

(wen)

2021-09-04 23:28:27 UTC MAIN commitmail json YAML

Update to 6.56

Upstream changes:
6.56      2021-08-17 13:57:12Z
    - Update the CONTRIBUTING doc to no longer reference TravisCI. (GH #384) (Slaven Rezić)
    - Increase test coverage for env_proxy() (GH#383) (Slaven Rezić)
    - When a truthy Content-Type is provided, override the default (GH#385)
      (Matthew Horsfall (alh))

6.55      2021-06-17 13:57:06Z
    - Attempt to avoid rare fails in redirect.t (GH#380) (Arne Johannessen)

6.54      2021-05-06 17:53:56Z
    - Be explicit in the prerequisite of HTTP::Status (GH#378) (Max Maischein)
    - Remove Authority section from dist.ini (GH#377) (Olaf Alders)

(wen)

2021-09-04 23:20:54 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Weaver to 4.018

(wen)

2021-09-04 23:20:07 UTC MAIN commitmail json YAML

Update to 4.018

Upstream changes:
4.018    2021-06-19 10:55:10-04:00 America/New_York
        - update author contact info
        - use postfix dereferencing, since we already require v5.20.0
        - add perl support section to docs

4.017    2021-04-17 17:51:31-04:00 America/New_York
        - no changes from previous trial release

4.016    2021-04-06 22:22:59-04:00 America/New_York (TRIAL RELEASE)
        - GenerateSection by David Miguel Susano Pinto has been bundled with
          Pod::Weaver.  Although it has been fairly heavily edited, it should
          be entirely compatible with previous versions.  Thanks, David!

(wen)

2021-09-04 21:14:16 UTC MAIN commitmail json YAML

podman: Simplify distfile handling (NFCI)

(leot)

2021-09-04 21:05:24 UTC MAIN commitmail json YAML

gvproxy: Simplify distfile handling and make WRKSRC version agnostic (NFCI)

(leot)

2021-09-04 21:04:20 UTC MAIN commitmail json YAML

doc: Updated devel/git-cliff to 0.2.6

(pin)

2021-09-04 21:04:00 UTC MAIN commitmail json YAML

devel/git-cliff: update to 0.2.6

Bug Fixes:
-Pin the cargo-chef version in Dockerfile

Documentation:
-Update docker commands to only mount the .git directory

Miscellaneous Tasks:
-Bump git-conventional to 0.10.1 (fixes #6)
-Bump dependencies
-Bump cargo-chef version in Dockerfile

(pin)

2021-09-04 20:43:19 UTC MAIN commitmail json YAML

doc: Updated security/gpg-tui to 0.8.0

(pin)

2021-09-04 20:42:53 UTC MAIN commitmail json YAML

security/gpg-tui: update to 0.8.0

Added:
-Add a configuration file
-Support global locations for the configuration file
-Check GPG_TUI_CONFIG environment variable for config file
-Add manpage for the configuration file (gpg-tui.toml.5)
-Add :style command for changing styles

Changed:
-Rename the shell completions binary
-Use the correct name for completions binary
-Update the example shell completions command
-Bump dependencies

Fixed:
-Disable tests for the completions binary
-Build only the main binary in Dockerfile
-Update the build dependencies for the docker image

(pin)

2021-09-04 20:29:01 UTC MAIN commitmail json YAML

doc: Added sysutils/podman version 3.3.1

(maya)

2021-09-04 20:28:42 UTC MAIN commitmail json YAML

Add podman 3.3.1

Podman (the POD MANager) is a tool for managing containers and
images, volumes mounted into those containers, and pods made from
groups of containers. Podman is based on libpod, a library for
container lifecycle management that is also contained in this
repository. The libpod library provides APIs for managing containers,
pods, container images, and volumes.

On operating systems other than Linux, it can spawn and talk to a
Linux virtual machine.

(maya)

2021-09-04 20:20:08 UTC MAIN commitmail json YAML

doc: Added net/gvproxy version 0.1.0

(maya)

2021-09-04 20:19:29 UTC MAIN commitmail json YAML

2021-09-04 18:56:48 UTC MAIN commitmail json YAML

postgis2: Sort PLIST and drop comments (NFCI)

(gdt)

2021-09-04 15:46:42 UTC MAIN commitmail json YAML

Make go 1.17 the default.

I ran a bulk build and found three packages that broke. Two are fixed.
I don't know how to fix net/amazon-ecs-cli, but it did not build for me on
Go 1.16 either, so it is not a direct regression.

(bsiegert)

2021-09-04 14:52:06 UTC MAIN commitmail json YAML

kubectl: fix build with Go 1.17.

For some reason, Go 1.17 uses -mod=vendor as the default in this build and
complains about needing to update go.mod. Add a "-mod=readonly" to get it
to build.

(bsiegert)

2021-09-04 14:33:03 UTC MAIN commitmail json YAML

doc: Updated lang/R-cpp11 to 0.3.1

(mef)

2021-09-04 14:32:31 UTC MAIN commitmail json YAML

(lang/R-cpp11)  Updated 0.2.7 to 0.3.1

# cpp11 0.3.1

# cpp11 0.3.0

## New functions and features
* New `x.empty()` method to check if a vector is empty (@sbearrows, #182)
* New `x.named()` method to check if a vector is named (@sbearrows, #186)
* New `na()` free function to return the NA sentinels for R objects
  (@sbearrows, #17 9)

## Major fixes

* Memory no longer inadvertently leaks when move constructing vectors
  (#173)

## minor improvements and fixes

* Incorrectly formatted cpp11 decorators now output a more informative
  error message (@sbearrows, #127)
* Generated registration code now uses C collation to avoid spurious
  changes from `tools::package_native_routine_registration_skeleton()`
  (@sbearrows, #171)
* Makevars files which include filenames now handle spaces in paths
  properly (@klmr, #160)

(mef)

2021-09-04 14:10:34 UTC MAIN commitmail json YAML

2021-09-04 12:48:14 UTC MAIN commitmail json YAML

Updated textproc/R-formatR to 1.11

(mef)

2021-09-04 12:45:01 UTC MAIN commitmail json YAML

(textproc/R-formatR) Updated 1.7 to 1.11

(from https://github.com/yihui/formatR/releases/tag/v1.11 etc)
v1.11
@yihui yihui released this Jun 1, 2021 ? 1 commit to master since this release

  * The right arrow assignment operator -> is supported now.

  * Added a new argument args.newline to formatR::tidy_source(). When set to
    TRUE, function arguments can start on a new line, e.g.,

    shiny::updateSelectizeInput(session, "foo", label = "New Label", selected = c("A",
      "B"), choices = LETTERS, server = TRUE)

    can be reformatted to:

    shiny::updateSelectizeInput(
      session, "foo", label = "New Label", selected = c("A", "B"),
      choices = LETTERS, server = TRUE
    )

formatR 1.10
@yihui yihui released this May 25, 2021 ? 13 commits to master since this
release

  * Support the new pipe operator |> in R 4.1.0.

  * The width.cutoff argument works more accurately when comments are indented
    (thanks, @iqis, #92). Previously, width.cutoff did not take the indentation
    or the number of # characters in a comment when wrapping it, which may lead
    to wrapped comment lines that are wider than width.cutoff.

formatR 1.9
@yihui yihui released this Apr 14, 2021 ? 19 commits to master since this
release

NEW FEATURES

  * Lines will be wrapped after operators %>%, %T%, %$%, and %<>% now (thanks,
    @g4challenge #54, @jzelner #62, @edlee123 #68).

  * The argument width.cutoff of tidy_source() used to be the lower bound of
    line widths. Now if you pass a number wrapped in I(), it will be treated as
    the uppper bound, e.g., tidy_source(width.cutoff = I(60)). However, please
    note that the upper bound cannot always be respected, e.g., when the code
    contains an extremely long string, there is no way to break it into shorter
    lines automatically (thanks, @krivit @pablo14, #71).

  * The value of the argument width.cutoff can be specified in the global
    option formatR.width now. By default, the value is still taken from the
    global option width like before.

BUG FIXES

  * When the text in the clipboard on macOS does not have a final EOL,
    tidy_source() fails to read the last line (thanks, @edlee123, #54).

formatR 1.8
@yihui yihui released this Mar 13, 2021 ? 53 commits to master since this
release

  * White spaces on blank lines are removed now (thanks, @nylander, #88).

  * This package requires R >= 3.2.3 now.

(mef)

2021-09-04 12:34:54 UTC MAIN commitmail json YAML

doc: Updated textproc/R-DT to 0.19

(mef)

2021-09-04 12:34:42 UTC MAIN commitmail json YAML

(textproc/R-DT) Updated 0.15 to 0.19

(from: https://github.com/rstudio/DT/releases/tag/v0.19 etc)
DT 0.19
NEW FEATUERS

  * Add vertical and opacity option to filter which applies to the noUiSliders.
    This is useful with limited width DataTables to prevent x overflow (thanks,
    @alexvpickering, #919).

  * Now the user is able to restrict the editing to accept only numbers by,
    e.g., datatable(..., editable = list(target = "cell", numeric = 3:5)). By
    default, the editing is restricted to numbers for all numeric columns; set
    numeric = "none" to disable this behavior (thanks, @stla, #860 #824).

  * Now the user can request text areas for the editing by, e.g., datatable
    (..., editable = list(target = "cell", area = 1:2)). Text areas are useful
    for cells with large contents (thanks, @stla #860, @fabiangehring #671).

MAJOR CHANGES
  * Upgraded jQuery from v1.12.4 to v3.x imported from the jquerylib R package.

DT 0.18
NEW FEATURES

  * datatable()'s style argument now defaults to 'auto', which resolves to
    either 'bootstrap' or 'bootstrap4' when a {bslib} theme is relevant. If a
    {bslib} theme isn't relevant, 'auto' resolves to the old default value of
    'default' (thanks, @cpsievert, #852).

  * Add a new function styleRow(). It's useful when you want to apply CSS
    styles based on Row Indexes (thanks, @s-fleck, #894).

BUG FIXES

  * datatable(data) and datatable(data, fillContainer = TRUE) now work as
    expected when statically rendered inside flexdashboard::flex_dashboard()
    (thanks, @cpsievert, #904).

DT 0.17
NEW FEATURES

  * Support the new datatables' extension SearchBuilder. With this new
    extension, users can construct a complex search query by adding groups and
    conditions. Note, as the time of writing, this extension only works on the
    client-side processing mode (thanks, @stla, #875)

  * Add a new plugin diacritics-neutralise, which can be used for searching
    accented, non-Latin characters with their unaccented counterparts. Note, it
    will only work in the client-side processing mode (thanks,
    @tyler-richardett, #887).

MINOR CHANGES

  * The autoHideNavigation argument now works with the default theme. In
    addition, the prerequisite is properly documented. Specifically speaking,
    it only works when the pageLength option is provided and is rendered in the
    client-side processing mode (thanks, @bhogan-mitre, #856).

  * When editing factor columns, editData() now automatically updates the
    factor levels if it's necessary (thanks, @aman-malik3010, #865).

BUG FIXES

  * Fix the issue that addRow() would fail when the proxy DT table contains no
    data (e.g., a zero-row data.frame) (thanks, @chalioui, #888).

  * DT no longer overrides the options$responsive to TRUE. Thus, it enables
    users to provide customized options for the Responsive extension (thanks,
    @hdrab127, #885).

DT 0.16
NEW FEATURES

  * Add a new plugin accent-neutralise, which can be used for searching
    accented characters with their unaccented counterparts. Note, it will only
    work in the client-side processing mode (#822).

  * addRow() now has a new parameter resetPaging. By setting it to FALSE, we
    can keep the paging position after adding a row (thanks, @stanstrup, #853).

MINOR CHANGES

  * Upgrade the SearchPanes extension to v1.1.1 so that it can display all the
    entries properly with the Scroller extension (thanks, @JonasMandel @stla, #
    820).

  * The class argument now keeps user-defined classes with bootstrap themes
    (thanks, @mmuurr, #806).

  * Now DT will throw a clear error message if the value of search provided in
    datatables(..., options=) is illegal (thanks, @realHenningLorenzen, #848).

BUG FIXES

  * Fix the issue that the sorting results may not be expected after formatting
    functions applied. This is a regression of PR #777 (thanks,
    @fernandofernandezgonzalez @shrektan, #837).

  * styleColorBar() now displays correctly on Safari, when the data is greater
    than the upper limit, due to negative css percentage values (thanks,
    @Seyphaton, #843).

(mef)

2021-09-04 11:51:34 UTC MAIN commitmail json YAML

doc: Updated textproc/R-crosstalk to 1.1.1

(mef)

2021-09-04 11:51:20 UTC MAIN commitmail json YAML

(textproc/R-crosstalk) Updated 1.0.0 to 1.1.1

## crosstalk 1.1.1

* Upgrade to jQuery v3.5.1.

## crosstalk 1.1.0.1

* SharedData now works even when shiny isn't installed.

## crosstalk 1.1.0

* `shiny` and `ggplot2` are now Suggested packages instead of Imported packages.

* Upgrade to Bootstrap v3.4.1 and jQuery v3.4.1.

## crosstalk 1.0.1

* `selection_factor` behavior was no longer correct with ggplot2 2.2.0, which
  changed its algorithm for stacking order. Added a `reverse` argument that
  defaults to detecting ggplot2 version and acting accordingly.

(mef)

2021-09-04 11:34:16 UTC MAIN commitmail json YAML

(lang/{rakudo,nqp}, devel/MoarVM) Updated 2021.07 to 2021.08

(mef)

2021-09-04 11:32:21 UTC MAIN commitmail json YAML

(lang/rakudo) Updated 2021.07 to 2021.08

New in 2021.08:

  + Additions:
    + Enable rendering of nested blocks in the `Pod::To::Text` module
    [07517164][27f7924e][36de39f6]

  + Changes:
    + Raise priority of `let` and `temp` operators compared to `.=`, `.` and
      auto-increment, making `let $foo .= &{ Nil }` work more intuitively compared to
      `(let $foo) .= &{ Nil }` as was necessary before [ca40fca0][723e7488]
    + Change the `Scalar.WHICH` method implementation, fixing the semantics to reflect
      that `Scalar` is not a value object [56fce9e7]
  + Efficiency:
    + Make the `&&`, `||` and `//` operators about 2x as fast for the
    `+@a` candidates [db441c2c]
    + Improve performance of smartmatching between two `Signature` objects [66ae8612]

  + Fixes:
    + Fix some occurrences of hash-related concurrency issues [58ae9394]
    + Fix the `List.reduce` method when used with `&infix:<&&>`
      [ea389d66][db441c2c]
    + Fix matching of native types against roles `Numeric`, `Real` and
    `Stringy` [a8a78132]
    + Make `Pointer.Numeric` and `Pointer.Int` methods return 0
      instead of resulting in an error [681e3b5e]
    + Fix a race in the `ClassHOW.new_type` method [08f5448d][83b0bca7]
  + Internal:
    + Make checking for Windows cheaper [89df7f4b]
    + Simplify `Rakudo::Iterator::While` iterator code [ffde2ba2]
    + Fix location of the `Proc.status` deprecation message [54f1b7a5]
    + Add tests to make sure float and double `NaN` can be passed to native code
      via NativeCall using the Raku `NaN` value [8ae6f394]

(mef)

2021-09-04 11:31:19 UTC MAIN commitmail json YAML

(lang/nqp) update buildlink3.mk  ABI/API version

(mef)

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

(devel/MoarVM) update buildlink3.mk  ABI/API version

(mef)

2021-09-04 11:13:02 UTC MAIN commitmail json YAML

(lang/nqp) Updated 2021.07 to 2021.08, explicit ChangeLog unknown

(mef)

2021-09-04 11:02:38 UTC MAIN commitmail json YAML

doc: Updated games/corsix-th to 0.65.1

(nia)

2021-09-04 11:02:36 UTC MAIN commitmail json YAML

(devel/MoarVM) Updated 2021.07 to 2021.08

New in 2021.08

Core:
+ [2f5c21fb] Fix another bug in `MVM_str_hash_fsck`
+ [7355f744] Free filename if exception when loading bytecode
+ [8cc7fbdf,7907b85b,0c032a00,a81f129a,7f8bc1e7] Switch `MVM_coerce_n_s`
  to Ry笛 from Grisu3 with a `sprintf` fallback

JIT:
+ [2932ef5b] Add JIT templates for `(bind|get)attr(s)?_*`

Spesh:
+ [d4a8093e] Fix deadlock by untimely GC in multi-threaded programs
+ [a932b173] Fix spesh optimizing away still needed label register

(mef)

2021-09-04 11:02:26 UTC MAIN commitmail json YAML

corsix-th: update to 0.65.1

                          New Features/Enhancements

    * On MacOS DMG files are now supported as disk images for Theme Hospital
      data
    * Hospital policies will now carry over to your next level in the
      campaign
    * You can now remove destroyed rooms for a fee (config option)
    * The information dialogs that appear when a room is first built can be
      disabled in the configuration file
    * Fire extinguishers in rooms now have a chance to save a smoking
      machine from exploding
    * Advisor has more advice
    * Additional trophy of the original game is implemented
    * Windows and room size now impact staff happiness
    * Roujin's challenge cheat is back
    * Experimental direct_zoom config option, for more efficient zoom. Fixes
      zoom on some hardware. Defaults off.

                                    Changes

    * Emergencies with unknown diseases will no longer occur
    * The VIP system has been overhauled to provide more balanced ratings
    * Overpriced/Underpriced treatments now scale with difficulty
    * Placing a receptionist on a desk will now call her to the desk
    * Boiler breakdowns now depend on handymen
    * Faxes can no longer be opened while paused (unless editing while
      paused is enabled)
    * Improvements to receptionist announcement frequency and behaviour
    * The game will now check common locations for Theme Hospital on startup
      if it has not been configured
    * Games compiled without movie/audio can no longer access these settings
    * Update check now occurs over TLS for better security
    * English names are now shown in a tooltip when hovering over a language
      option
    * Improved TTF font rendering

                                  Translations

    * Greek language added! (thanks to dimitrios-iliadis!)
    * Updates to Brazilian-Portuguese language
    * Updates to English language
    * Fixes to Chinese unicode encoding

                                  Bug Fixes

    * Issues scheduling emergencies have been resolved
    * Games will no longer crash on load if the jukebox was open
    * Games will no longer crash because of an empty music folder
    * Fixed a scenario where editing a room caused staff to get stuck
    * Games that scrolled while saving stop scrolling on load
    * Psychiatrists in the Operating Theatre are now properly counted
    * Losing a game now gives the reason if the movie is skipped
    * Exiting the game will no longer hang when using the Wayland backend
    * The mouse will now be freed on game crash

                                Packager Notes

    * Support added for Lua 5.4.x. (5.4.0 and 5.4.1 are not supported)
    * CMake minimum version has been increased to 3.5
    * The CMake option to enable AnimView is now BUILD_ANIMVIEW=ON

(nia)

2021-09-04 10:37:05 UTC MAIN commitmail json YAML

doc: Added games/ecwolf version 1.3.3

(nia)

2021-09-04 10:36:29 UTC MAIN commitmail json YAML

add games/ecwolf

ECWolf is an advanced source port of the Wolfenstein 3D engine based upon
Wolf4SDL with some back ports from ZDoom. It provides substantially boosted
capabilities for creating mods without requiring source code edits using
scripting and other tools familiar to users of ZDoom.

For players it offers modern features such as support for modern control
schemes and wide screen. Being based on the Wolfenstein 3D engine and using an
enhanced version of the original software renderer, it provides a relatively
accurate play experience to vanilla while modernizing.

Currently supported games are Wolfenstein 3D, Spear of Destiny, and Super 3-D
Noah's Ark.

The original game data files are required for operation. These are files with
the extensions *.n3d, *.sod, *.sd2, *.sd3, *.wl1, or *.wl6.

(nia)

2021-09-04 09:22:30 UTC MAIN commitmail json YAML

doc: Updated games/stone-soup to 0.27.1

(nia)

2021-09-04 09:21:29 UTC MAIN commitmail json YAML

stone-soup: update to 0.27.1

Stone Soup 0.27.1 (20210820)

Bugfix and balance release

    * The frequency of D:1 jackals is reduced.
    * Sigmund and Robin are nerfed gently.
    * Maxwell's Capacitative Coupling now has LOS range.
    * 80 other fixes, tweaks, copy-edits, and interface improvements.

(nia)

2021-09-04 02:33:19 UTC MAIN commitmail json YAML

kf5: note addition of kquickcharts framework

(markd)

2021-09-04 02:31:15 UTC MAIN commitmail json YAML

kde: note addition of kquickcharts framework

(markd)

2021-09-04 02:29:30 UTC MAIN commitmail json YAML

add kquickcharts

(markd)

2021-09-04 02:27:53 UTC MAIN commitmail json YAML

misc: add kquickcharts

(markd)

2021-09-04 02:26:47 UTC MAIN commitmail json YAML

kquickcharts: Add version 5.80.0

The Quick Charts module provides a set of charts that can be used from QtQuick
applications. They are intended to be used for both simple display of data as
well as continuous display of high-volume data (often referred to as plotters).
The charts use a system called distance fields for their accelerated rendering,
which provides ways of using the GPU for rendering 2D shapes without loss of
quality.

(markd)

2021-09-03 23:49:37 UTC MAIN commitmail json YAML

doc: Updated mail/notmuch to 0.33

(ryoon)

2021-09-03 23:49:09 UTC MAIN commitmail json YAML

notmuch: Update to 0.33

Changelog:
Library
-------

Correct documentatation about transactions.

Add a configurable automatic commit of transactions. See
`database.autocommit` in notmuch-config(1).

Document the algorithm used to find a database.

CLI
---

Define format version 5, which supports sorting the output of
notmuch-show.

Emacs
-----

`notmuch` no longer sets `mail-user-agent` on load. To restore the
previous behaviour of using notmuch to send mail by default, customize
`mail-user-agent` to `notmuch-user-agent`.

`notmuch-company` now works in `org-msg`.

Improve the display of messages from long threads in unthreaded mode.

Prefer email addresses over User ID when showing valid signatures.

Define a new face `notmuch-jump-key`.

New commands in notmuch-tree view: `notmuch-tree-filter` and
`notmuch-tree-filter-by-tag`.

Honour `notmuch-show-text/html-blocked-images` when using `w3m` to
render html.

Support toggling sort order in notmuch-tree mode.

Ruby
----

Memory management of allocated notmuch objects (database, messages,
etc...) is now done via the Ruby GC. This removes all constraints on
the order of object destruction.  Database close and destroy are
split, following an old library API change.

Vim
---

Respect excluded tags when showing a thread.

Documentation
-------------

Fix doc build for Sphinx 4.0.

Improve the markup and linking of the documentation.

(ryoon)

2021-09-03 20:50:01 UTC MAIN commitmail json YAML

2021-09-03 14:38:50 UTC MAIN commitmail json YAML

2021-09-03 12:06:05 UTC MAIN commitmail json YAML

Added devel/py-test-env version 0.6.2 [gdt 2021-09-03]

(gdt)

2021-09-03 12:05:17 UTC MAIN commitmail json YAML

devel/py-test-env: Add version 0.6.2

This package contains py.test plugin that allows you to add
environment variables.

It is needed for running gdal tests, and despite being released in
2017, I heard from gdal-dev@ that it is merely tiny rather than
unmaintained.

(gdt)

2021-09-03 11:39:23 UTC MAIN commitmail json YAML

doc: Updated games/cataclysm-dda to 0.F.2

(nia)

2021-09-03 11:38:36 UTC MAIN commitmail json YAML

cataclysm-dda: update to 0.F.2

Point release Frank-2 includes following bugfixes backported to original
Frank release:

* 50877 Catch SecurityException in SDL getSerialNumber
* 50452 Fix dropping worn items from AIM
* 50814 Prevent endless loop during butchering
* 51035 Resolve a bug in partial stack dropping/using and unify ui behaviour
* 51147 Fix crash resulting from NPC activity migration (loading 0.F saves)

(nia)

2021-09-03 11:24:04 UTC MAIN commitmail json YAML

Updated devel/thrift, graphics/py-Pillow

(adam)

2021-09-03 11:23:44 UTC MAIN commitmail json YAML

py-Pillow: updated to 8.3.2

8.3.2:
- CVE-2021-23437 Raise ValueError if color specifier is too long
- Fix 6-byte OOB read in FliDecode
- Add support for Python 3.10
- Ensure TIFF ``RowsPerStrip`` is multiple of 8 for JPEG compression
- Updates for ``ImagePalette`` channel order
- Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library

(adam)

2021-09-03 11:19:34 UTC MAIN commitmail json YAML

thrift: updated to 0.14.2

0.14.2

Java
THRIFT-5383 - THRIFT-5383 TJSONProtocol Java readString throws on bounds check

Go
THRIFT-5369 - TConfiguration.GetMaxMessageSize() now also applies to container sizes in TProtocol implementations provided

(adam)

2021-09-03 10:30:13 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.36.0

(pin)

2021-09-03 10:29:52 UTC MAIN commitmail json YAML

shells/nushell: update to 0.36.0

-This release fixes some long-standing issues with history, improves the help
system, improves dataframes, and much more.

(pin)

2021-09-03 10:29:05 UTC MAIN commitmail json YAML

doc: Updated audio/ncspot to 0.8.2

(pin)

2021-09-03 10:28:44 UTC MAIN commitmail json YAML

audio/ncspot: update to 0.8.2

Maintenance:
-Add Windows release builds (#573)
-Reduce API calls by only fetching the full track details if necessary
-Refactoring, other cleanups and dependency updates
-Remove broken Facebook login code (#310)

Features
-Scrolling on volume text increases/decreases volume (#576)

(pin)

2021-09-03 09:39:51 UTC MAIN commitmail json YAML

doc: Updated devel/mob to 1.11.0

(schmonz)

2021-09-03 09:39:41 UTC MAIN commitmail json YAML

Update to 1.11.0. From the changelog:

- Allow to override the text in the notification and the voice via
  environment variables `MOB_NOTIFY_MESSAGE` and `MOB_VOICE_MESSAGE`.
- Allow to override the stash name used for stashing uncommitted changes
  via the environment variable `MOB_STASH_NAME`.
- Allow to override the cli name of the tool via `MOB_CLI_NAME` so you
  can use `pair`, `ensemble`, `team`, or whatever you like best, instead
  of `mob`. Just install the `mob` tool, set an alias in your cli and
  set the environment variable `MOB_CLI_NAME` to the name of your alias.

(schmonz)

2021-09-03 09:28:04 UTC MAIN commitmail json YAML

rust: Fix and improve SunOS stage0-bootstrap.

Catch up with newer library versions from pkgsrc and the additional rust bin
directory, and ensure everything is running under set -e to catch failures.

(jperkin)

2021-09-03 03:55:36 UTC MAIN commitmail json YAML

firefox: reflect current rust and cbindgen minimum requirements

(gutteridge)

2021-09-03 03:37:24 UTC MAIN commitmail json YAML

php56: note this package is EOL and update recommendation

(gutteridge)

2021-09-03 01:59:46 UTC MAIN commitmail json YAML

doc: Updated biology/peak-classifier to 0.1.1.21

(bacon)

2021-09-03 01:59:32 UTC MAIN commitmail json YAML

doc: Updated biology/biolibc to 0.2.0.1

(bacon)

2021-09-03 01:57:56 UTC MAIN commitmail json YAML

biology/peak-classifier: Update to 0.1.1.21

Fix regression: Replace BL_BED_SET_STRAND() macro with
bl_bed_set_strand(), which performs sanity checks

(bacon)

2021-09-03 01:53:52 UTC MAIN commitmail json YAML

biology/biolibc: Update to 0.2.0.1

Fix regression: Replace BL_BED_SET_STRAND() macro with
bl_bed_set_strand(), which performs sanity checks

(bacon)

2021-09-02 19:20:08 UTC MAIN commitmail json YAML

x264-devel: disable asm on darwin/aarch64

(nia)

2021-09-02 13:54:51 UTC MAIN commitmail json YAML

doc: Updated net/mosquitto to 2.0.12

(gdt)

2021-09-02 13:53:44 UTC MAIN commitmail json YAML

net/mosquitto: Update to 2.0.12

upstream changes: security fixes, bugfixes, minor improvments

(gdt)

2021-09-02 12:07:29 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.7

(pin)

2021-09-02 12:07:08 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.7

[v0.3.7]
Released on: Sep 2, 2021.
-Fix table focus issue.
-Fix invidious search slow down the whole program.
-Change http client from reqwest to ureq, to make the app minimal.

[v0.3.6]
Released on: Aug 31, 2021.
-Remove the dependency of unicode truncate, as tui-realm-stdlib implemented
width for table.
-Fix playlist sorting with characters of mixed languages.
-Speed up load_queue and sort playlist.
-Minor fix: duration display in queue.

[v0.3.5]
Released on: Aug 26, 2021.
-Refactoring status line, to show download success or fail message.
-Parsing output of youtube-dl to select downloaded song in playlist.
-Embed all lyrics after youtube download. Switch lyric with "T" key while
playing.
-Show popup messages on top right corner.
-Sort file name(including chinese) in tree.
-Can delete single lyric from tag editor.
-Currently only mp3 support several lyrics.

[v0.3.4]
Released on: Aug 24 2021.
-Refactoring lyric mod to songtag mod.
-Run songtag search in threads so it'll not block tageditor.
-Refactoring youtube_options and no more search error with youtube.

(pin)

2021-09-02 12:01:31 UTC MAIN commitmail json YAML

fswebcam: Attempt to fix build on older NetBSD

(nia)

2021-09-02 11:54:00 UTC MAIN commitmail json YAML

seamonkey: Fix configuring on NetBSD/i386

(nia)

2021-09-02 11:32:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.14.7

(pin)

2021-09-02 11:31:53 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.14.7

v0.14.7
-Core: Fixed a bug where xplr logs a missing file error when the default config
file is missing.
-Core: xplr will now fall back to temp directory if runtime directory is
inaccessible.
-Deps: Updated dependencies to the latest versions.
-Doc: Added new plugin - alacritty.xplr

v0.14.6
-CLI: Added new command-line argument -C or --extra-config for better
integration with external tools (e.g.).
-UI: Minor fix in the permission column.
-Deps: Updated dependencies to the latest versions.

(pin)

2021-09-02 11:30:25 UTC MAIN commitmail json YAML

doc: Updated textproc/paperoni to 0.6.1

(pin)

2021-09-02 11:30:06 UTC MAIN commitmail json YAML

textproc/paperoni: update to 0.6.1

-Minor bug fixes

(pin)

2021-09-02 11:29:14 UTC MAIN commitmail json YAML

doc: Updated sysutils/navi to 2.17.2

(pin)

2021-09-02 11:28:55 UTC MAIN commitmail json YAML

2021-09-02 11:04:03 UTC MAIN commitmail json YAML

2021-09-02 08:32:14 UTC MAIN commitmail json YAML

sysutils/macchina: refresh message

(pin)

2021-09-02 07:19:22 UTC MAIN commitmail json YAML

www/Makefile: sort

(wiz)

2021-09-02 07:18:42 UTC MAIN commitmail json YAML

math/Makefile: sort

(wiz)

2021-09-02 07:17:59 UTC MAIN commitmail json YAML

devel/Makefile: sort, remove ruby-redmine comment

(wiz)

2021-09-01 18:24:43 UTC MAIN commitmail json YAML

Updated misc/py-platformdirs, devel/py-typing-extensions, devel/py-traitlets, security/py-google-auth-oauthlib

(adam)

2021-09-01 18:24:19 UTC MAIN commitmail json YAML

py-google-auth-oauthlib: updated to 0.4.6

0.4.6

Bug Fixes
remove dependency on six

(adam)

2021-09-01 18:22:05 UTC MAIN commitmail json YAML

py-traitlets: updated to 5.1.0

Traitlets 5.1
-------------

Traitlets 5.1 brings a couple of updates and changes to traitlets, and is
recommended for all users. What follow is a non-exhaustive list of changes:

- Removal of the ``ipython_genutils`` dependency, this should remove any direct
  and indirect reliance on ``nose`` and prepare traitlets 5.1 for Python 3.10
  and above compatibility, some test suite changes also accommodate Python 3.10 changes.
  If you package traitlets downstream, make sure to remove this dependency.

- Removal of ``ipython_genutils`` may have change the default encoding detected
  for the command line argument parsing when not utf-8. We expect this to
  affect a small portion of older windows version. If you encounter issue let
  us know.

- Stop recommendation of ``CUnicode`` in some circumstances as it's
  deprecated.

- Our test suite is now using GitHub action instead of travis CI. If you are
  packaging downstream using the git repository, you may have to exclude the
  ``.github`` folder now, and can remove exclusion of

- It fixes a parsing issue for list of one single element on the CLI.

- We reserve the right to remove official support for Python 3.7 in subsequent
  minor revisions.

(adam)

2021-09-01 18:19:27 UTC MAIN commitmail json YAML

py-typing-extensions: updated to 3.10.0.2

3.10.0.2:
Unknown changes

(adam)

2021-09-01 18:18:19 UTC MAIN commitmail json YAML

py-pydicom: PLIST fix

(adam)

2021-09-01 18:16:44 UTC MAIN commitmail json YAML

py-platformdirs: updated to 2.3.0

2.3.0
Add `user_runtime_dir` for `$XDG_RUNTIME_DIR`

(adam)

2021-09-01 16:43:59 UTC MAIN commitmail json YAML

news/tin: Build fix for the option combination curses(pdcurses) + icu

(micha)

2021-09-01 14:32:40 UTC MAIN commitmail json YAML

doc: Updated ham/chirp to 20210830

(gdt)

2021-09-01 14:32:31 UTC MAIN commitmail json YAML

ham/chirp: Update to 20210830

upstream changes: bugfixes and minor improvements

(gdt)

2021-09-01 13:54:39 UTC MAIN commitmail json YAML

Updated lang/python3[89], lang/py3[89]-html-docs

(adam)

2021-09-01 13:53:58 UTC MAIN commitmail json YAML

python39: updated to 3.9.7

Python 3.9.7 final

Security

bpo-42278: Replaced usage of tempfile.mktemp() with TemporaryDirectory to avoid a potential race condition.
bpo-41180: Add auditing events to the marshal module, and stop raising code.__init__ events for every unmarshalled code object. Directly instantiated code objects will continue to raise an event, and audit event handlers should inspect or collect the raw marshal data. This reduces a significant performance overhead when loading from .pyc files.
bpo-44394: Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the fix for the CVE-2013-0340 窶廝illion Laughs窶� vulnerability. This copy is most used on Windows and macOS.
bpo-43124: Made the internal putcmd function in smtplib sanitize input for presence of \r and \n characters to avoid (unlikely) command injection.
Core and Builtins
bpo-45018: Fixed pickling of range iterators that iterated for over 2**32 times.
bpo-44962: Fix a race in WeakKeyDictionary, WeakValueDictionary and WeakSet when two threads attempt to commit the last pending removal. This fixes asyncio.create_task and fixes a data loss in asyncio.run where shutdown_asyncgens is not run
bpo-44954: Fixed a corner case bug where the result of float.fromhex('0x.8p-1074') was rounded the wrong way.
bpo-44947: Refine the syntax error for trailing commas in import statements. Patch by Pablo Galindo.
bpo-44698: Restore behaviour of complex exponentiation with integer-valued exponent of type float or complex.
bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions. Patch by Pablo Galindo
bpo-44872: Use new trashcan macros (Py_TRASHCAN_BEGIN/END) in frameobject.c instead of the old ones (Py_TRASHCAN_SAFE_BEGIN/END).
bpo-33930: Fix segmentation fault with deep recursion when cleaning method objects. Patch by Augusto Goulart and Pablo Galindo.
bpo-25782: Fix bug where PyErr_SetObject hangs when the current exception has a cycle in its context chain.
bpo-44856: Fix reference leaks in the error paths of update_bases() and __build_class__. Patch by Pablo Galindo.
bpo-44698: Fix undefined behaviour in complex object exponentiation.
bpo-44562: Remove uses of PyObject_GC_Del() in error path when initializing types.GenericAlias.
bpo-44523: Remove the pass-through for hash() of weakref.proxy objects to prevent unintended consequences when the original referred object dies while the proxy is part of a hashable object. Patch by Pablo Galindo.
bpo-44472: Fix ltrace functionality when exceptions are raised. Patch by Pablo Galindo
bpo-44184: Fix a crash at Python exit when a deallocator function removes the last strong reference to a heap type. Patch by Victor Stinner.
bpo-39091: Fix crash when using passing a non-exception to a generator窶冱 throw() method. Patch by Noah Oxer

Library

bpo-41620: run() now always return a TestResult instance. Previously it returned None if the test class or method was decorated with a skipping decorator.
bpo-43913: Fix bugs in cleaning up classes and modules in unittest:

Functions registered with addModuleCleanup() were not called unless the user defines tearDownModule() in their test module.
Functions registered with addClassCleanup() were not called if tearDownClass is set to None.
Buffering in TestResult did not work with functions registered with addClassCleanup() and addModuleCleanup().
Errors in functions registered with addClassCleanup() and addModuleCleanup() were not handled correctly in buffered and debug modes.
Errors in setUpModule() and functions registered with addModuleCleanup() were reported in wrong order.
And several lesser bugs.
bpo-45001: Made email date parsing more robust against malformed input, namely a whitespace-only Date: header. Patch by Wouter Bolsterlee.
bpo-44449: Fix a crash in the signal handler of the faulthandler module: no longer modify the reference count of frame objects. Patch by Victor Stinner.
bpo-44955: Method stopTestRun() is now always called in pair with method startTestRun() for TestResult objects implicitly created in run(). Previously it was not called for test methods and classes decorated with a skipping decorator.
bpo-38956: argparse.BooleanOptionalAction窶冱 default value is no longer printed twice when used with argparse.ArgumentDefaultsHelpFormatter.
bpo-44581: Upgrade bundled pip to 21.2.3 and setuptools to 57.4.0
bpo-44849: Fix the os.set_inheritable() function on FreeBSD 14 for file descriptor opened with the O_PATH flag: ignore the EBADF error on ioctl(), fallback on the fcntl() implementation. Patch by Victor Stinner.
bpo-44605: The @functools.total_ordering() decorator now works with metaclasses.
bpo-44822: sqlite3 user-defined functions and aggregators returning strings with embedded NUL characters are no longer truncated. Patch by Erlend E. Aasland.
bpo-44815: Always show loop= arg deprecations in asyncio.gather() and asyncio.sleep()
bpo-44806: Non-protocol subclasses of typing.Protocol ignore now the __init__ method inherited from protocol base classes.
bpo-44667: The tokenize.tokenize() doesn窶冲 incorrectly generate a NEWLINE token if the source doesn窶冲 end with a new line character but the last line is a comment, as the function is already generating a NL token. Patch by Pablo Galindo
bpo-42853: Fix http.client.HTTPSConnection fails to download >2GiB data.
bpo-44752: rcompleter does not call getattr() on property objects to avoid the side-effect of evaluating the corresponding method.
bpo-44720: weakref.proxy objects referencing non-iterators now raise TypeError rather than dereferencing the null tp_iternext slot and crashing.
bpo-44704: The implementation of collections.abc.Set._hash() now matches that of frozenset.__hash__().
bpo-44666: Fixed issue in compileall.compile_file() when sys.stdout is redirected. Patch by Stefan Hテカlzl.
bpo-40897: Give priority to using the current class constructor in inspect.signature(). Patch by Weipeng Hong.
bpo-44608: Fix memory leak in _tkinter._flatten() if it is called with a sequence or set, but not list or tuple.
bpo-41928: Update shutil.copyfile() to raise FileNotFoundError instead of confusing IsADirectoryError when a path ending with a os.path.sep does not exist; shutil.copy() and shutil.copy2() are also affected.
bpo-44566: handle StopIteration subclass raised from @contextlib.contextmanager generator
bpo-44558: Make the implementation consistency of indexOf() between C and Python versions. Patch by Dong-hee Na.
bpo-41249: Fixes TypedDict to work with typing.get_type_hints() and postponed evaluation of annotations across modules.
bpo-44461: Fix bug with pdb窶冱 handling of import error due to a package which does not have a __main__ module
bpo-42892: Fixed an exception thrown while parsing a malformed multipart email by email.message.EmailMessage.
bpo-27827: pathlib.PureWindowsPath.is_reserved() now identifies a greater range of reserved filenames, including those with trailing spaces or colons.
bpo-34266: Handle exceptions from parsing the arg of pdb窶冱 run/restart command.
bpo-27334: The sqlite3 context manager now performs a rollback (thus releasing the database lock) if commit failed. Patch by Luca Citi and Erlend E. Aasland.
bpo-43853: Improved string handling for sqlite3 user-defined functions and aggregates:

It is now possible to pass strings with embedded null characters to UDFs
Conversion failures now correctly raise MemoryError
Patch by Erlend E. Aasland.
bpo-43048: Handle RecursionError in TracebackException窶冱 constructor, so that long exceptions chains are truncated instead of causing traceback formatting to fail.
bpo-41402: Fix email.message.EmailMessage.set_content() when called with binary data and 7bit content transfer encoding.
bpo-32695: The compresslevel and preset keyword arguments of tarfile.open() are now both documented and tested.
bpo-34990: Fixed a Y2k38 bug in the compileall module where it would fail to compile files with a modification time after the year 2038.
bpo-38840: Fix test___all__ on platforms lacking a shared memory implementation.
bpo-30256: Pass multiprocessing BaseProxy argument manager_owned through AutoProxy.
bpo-27513: email.utils.getaddresses() now accepts email.header.Header objects along with string values. Patch by Zackery Spytz.
bpo-33349: lib2to3 now recognizes async generators everywhere.
bpo-29298: Fix TypeError when required subparsers without dest do not receive arguments. Patch by Anthony Sottile.

Documentation

bpo-44903: Removed the othergui.rst file, any references to it, and the list of GUI frameworks in the FAQ. In their place I窶况e added links to the Python Wiki page on GUI frameworks.
bpo-44756: Reverted automated virtual environment creation on make html when building documentation. It turned out to be disruptive for downstream distributors.
bpo-44693: Update the definition of __future__ in the glossary by replacing the confusing word 窶徘seudo-module窶� with a more accurate description.
bpo-35183: Add typical examples to os.path.splitext docs
bpo-30511: Clarify that shutil.make_archive() is not thread-safe due to reliance on changing the current working directory.
bpo-44561: Update of three expired hyperlinks in Doc/distributing/index.rst: 窶弃roject structure窶�, 窶廝uilding and packaging the project窶�, and 窶弑ploading the project to the Python Packaging Index窶�.
bpo-42958: Updated the docstring and docs of filecmp.cmp() to be more accurate and less confusing especially in respect to shallow arg.
bpo-44558: Match the docstring and python implementation of countOf() to the behavior of its c implementation.
bpo-44544: List all kwargs for textwrap.wrap(), textwrap.fill(), and textwrap.shorten(). Now, there are nav links to attributes of TextWrap, which makes navigation much easier while minimizing duplication in the documentation.
bpo-38062: Clarify that atexit uses equality comparisons internally.
bpo-43066: Added a warning to zipfile docs: filename arg with a leading slash may cause archive to be un-openable on Windows systems.
bpo-27752: Documentation of csv.Dialect is more descriptive.
bpo-44453: Fix documentation for the return type of sysconfig.get_path().
bpo-39498: Add a 窶彜ecurity Considerations窶� index which links to standard library modules that have explicitly documented security considerations.
bpo-33479: Remove the unqualified claim that tkinter is threadsafe. It has not been true for several years and likely never was. An explanation of what is true may be added later, after more discussion, and possibly after patching _tkinter.c,

Tests

bpo-25130: Add calls of gc.collect() in tests to support PyPy.
bpo-45011: Made tests relying on the _asyncio C extension module optional to allow running on alternative Python implementations. Patch by Serhiy Storchaka.
bpo-44949: Fix auto history tests of test_readline: sometimes, the newline character is not written at the end, so don窶冲 expect it in the output.
bpo-44852: Add ability to wholesale silence DeprecationWarnings while running the regression test suite.
bpo-40928: Notify users running test_decimal regression tests on macOS of potential harmless 窶徇alloc can窶冲 allocate region窶� messages spewed by test_decimal.
bpo-44734: Fixed floating point precision issue in turtle tests.
bpo-44708: Regression tests, when run with -w, are now re-running only the affected test methods instead of re-running the entire test file.
bpo-30256: Add test for nested queues when using multiprocessing shared objects AutoProxy[Queue] inside ListProxy and DictProxy

Build

bpo-44535: Enable building using a Visual Studio 2022 install on Windows.
bpo-43298: Improved error message when building without a Windows SDK installed.

Windows

bpo-45007: Update to OpenSSL 1.1.1l in Windows build
bpo-44572: Avoid consuming standard input in the platform module
bpo-40263: This is a follow-on bug from https://bugs.python.org/issue26903. Once that is applied we run into an off-by-one assertion problem. The assert was not correct.

macOS

bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l.
bpo-44689: ctypes.util.find_library() now works correctly on macOS 11 Big Sur even if Python is built on an older version of macOS. Previously, when built on older macOS systems, find_library was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored.

Tools/Demos

bpo-44756: In the Makefile for documentation (Doc/Makefile), the build rule is dependent on the venv rule. Therefore, html, latex, and other build-dependent rules are also now dependent on venv. The venv rule only performs an action if $(VENVDIR) does not exist. Doc/README.rst was updated; most users now only need to type make html.

(adam)

2021-09-01 13:52:52 UTC MAIN commitmail json YAML

python38: updated to 3.8.12

Python 3.8.12 final

Security

bpo-42278: Replaced usage of tempfile.mktemp() with TemporaryDirectory to avoid a potential race condition.
bpo-44394: Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the fix for the CVE-2013-0340 ���Billion Laughs��� vulnerability. This copy is most used on Windows and macOS.
bpo-43124: Made the internal putcmd function in smtplib sanitize input for presence of \r and \n characters to avoid (unlikely) command injection.
bpo-36384: ipaddress module no longer accepts any leading zeros in IPv4 address strings. Leading zeros are ambiguous and interpreted as octal notation by some libraries. For example the legacy function socket.inet_aton() treats leading zeros as octal notation. glibc implementation of modern inet_pton() does not accept any leading zeros. For a while the ipaddress module used to accept ambiguous leading zeros.

Core and Builtins

bpo-44872: Use new trashcan macros (Py_TRASHCAN_BEGIN/END) in frameobject.c instead of the old ones (Py_TRASHCAN_SAFE_BEGIN/END).
bpo-33930: Fix segmentation fault with deep recursion when cleaning method objects. Patch by Augusto Goulart and Pablo Galindo.
bpo-44856: Fix reference leaks in the error paths of update_bases() and __build_class__. Patch by Pablo Galindo.

Library

bpo-45001: Made email date parsing more robust against malformed input, namely a whitespace-only Date: header. Patch by Wouter Bolsterlee.

Documentation

bpo-30511: Clarify that shutil.make_archive() is not thread-safe due to reliance on changing the current working directory.

Windows

bpo-45007: Update to OpenSSL 1.1.1l in Windows build

macOS

bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l.
bpo-44689: ctypes.util.find_library() now works correctly on macOS 11 Big Sur even if Python is built on an older version of macOS. Previously, when built on older macOS systems, find_library was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored.

(adam)

2021-09-01 11:18:20 UTC MAIN commitmail json YAML

2021-09-01 11:16:12 UTC MAIN commitmail json YAML

kde4: allow newer kmix

(markd)

2021-09-01 11:14:48 UTC MAIN commitmail json YAML