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

2024-05-13 04:14:36 UTC Now

2021-04-27 16:24:32 UTC MAIN commitmail json YAML

p5-Text-Balanced: update to 2.04.

2.04 2020-12-11

    - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12.
      See Perl RT#116479 for details.  (Text-Balanced entered the perl core in
      Perl 5.7.1 so that's what the lower bound of the check should strictly be,
      but since we only support Perl 5.8.1 and higher anyway we do not need to
      check the lower bound.  The upper bound is correctly Perl 5.11.0 since the
      @INC reordering change in question (Perl core commit #b9ba2fadb1) first
      appeared in Perl 5.11.0.)

    - Removed superfluous loading of SelfLoader.  [<nick@ccl4.org>, CPAN
      RT#85572]

    - Minor documentation patch.  [<whatever@davidnicol.com>, CPAN RT#52623]

    - Typo fixes.  [<dsteinbrunner@pobox.com>, CPAN RT#85373]

    - Added optional Changes testing (skipped unless AUTHOR_TESTING).

    - Reformatted Changes file as per CPAN::Changes::Spec.

    - Added optional POD coverage testing (skipped unless AUTHOR_TESTING).

    - Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING).

    - Made code Perl::Critic clean.

    - Included GitHub repository URLs in metadata now that source code has been
      uploaded to GitHub.

    - Included META.json file in addition to META.yml.

    - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that
      all parameters used are supported, to save jumping through hoops to
      support earlier versions.  (This should not be a problem since
      ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above,
      that being the whole point of the new choice of minimum supported Perl
      version.)

    - Set minimum required Perl version to 5.8.1.  This is in line with the
      minimum requirement of the "Perl Toolchain".

(wiz)

2021-04-27 16:21:22 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Data-HexDump to 0.04

(wiz)

2021-04-27 16:21:13 UTC MAIN commitmail json YAML

p5-Data-HexDump: update to 0.04.

0.04 2021-04-03 NEILB
    * Added Data::Peek to SEE ALSO, for DHexDump().
    * SYNOPSIS wasn't a working example.
    * Fixed RT#61974 - couldn't dump "0", for example.

0.03 2021-04-02 NEILB
    * Developer release all green on CPAN Testers, so doing
      a stable release.

(wiz)

2021-04-27 16:19:29 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Alien-Libxml2 to 0.17

(wiz)

2021-04-27 16:19:20 UTC MAIN commitmail json YAML

p5-Alien-Libxml2: update to 0.17.

0.17      2020-11-02 12:03:28 -0700
  - Bump required version of AB for bug fixes (gh#23, gh#24)

(wiz)

2021-04-27 15:26:34 UTC MAIN commitmail json YAML

math/flann-lib: fix buildlink for move from wip

(thor)

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

doc: Updated math/flann-lib to 1.9.1

(thor)

2021-04-27 15:16:46 UTC MAIN commitmail json YAML

2021-04-27 14:51:49 UTC MAIN commitmail json YAML

graphics/vtk: added buildlink3.mk

(thor)

2021-04-27 14:40:12 UTC MAIN commitmail json YAML

doc: Updated emulators/cannonball to 0.34

(fox)

2021-04-27 14:39:19 UTC MAIN commitmail json YAML

emulators/cannonball: Updates to 0.34

Changes since 0.32:

v0.34

Car Handling Options, Colours & More!

  * Car Setup Options (selectable in Settings -> Engine -> Car Setup)
      * [Car Handling] Top Speed of 352kph option.
      * [Car Handling] Grippy Tyres option.
      * [Car Handling] Drive offroad without losing speed option.
      * [Car Handling] Strong Bumper option. Hit other cars without
        sliding/losing as much speed.
      * [Car Colours] Eventually these will be hooked up to something
        interesting, but for now you simply toggle them in the menu.
  * [Controls] Possible to invert analog pedal axis in config.xml
  * [Bug] Fixed issue present on original hardware, where 1 horizontal
    line of road bleeds onto music selection and map screen fixed, when
    fix_bugs enabled in config.xml
  * [Bug] Fixed issue present in the original game, where the passengers
    palettes would be incorrect on passing the finish line for 3/5
    destinations.
  * [Bug] Fixed a visual glitch that persisted for 1/60th of a second when
    passing the finish line in 60fps mode
  * [High Score Entry] Possible to delete last initial (not present in
    original game, but enabled by default in config.xml)
  * [High Score Entry] Possible to change default timeout value in config.xml
  * [Music Selection] Possible to change default timeout value in config.xml
  * [Shadows] Darkness increased to match hardware, as opposed to MAME.
    Can be toggled in config.xml
  * [Menus] Reorganised menu structure. Added Freeplay and Timing Fixes
    to menu.
  * [Roms] Support for both versions of fixed sample rom
  * New Icon on Windows build

v0.33

Switch & 3DS Audio Support

Overview

Good news: This release focuses on enabling the new music from the Nintendo
3DS and Nintendo Switch version to be used. This audio is in native format,
rather than streamed. Yey.
Bad news: It is incredibly complex to extract the audio. And I cannot provide
it for legal reasons. Boo.

I have provided a wiki page which provides a rough overview of what's
involved. I'll add instructions for the 3DS release at a later date.

Please replace your old config.xml file when upgrading to this release.

What's New

  * [Audio] Nintendo Switch and Nintendo 3DS Audio File Support.
  * [Audio] Sample Rate can now be set in config.xml. Default frequency
    increased to 48Khz, which makes a difference for FM generated audio.
  * [Audio] Music Test menu now supports additional audio files
  * [Audio] Extra music tracks no longer replace existing audio.
  * [Audio] Music selection screen auto-adjusts when new audio added with
    new scrolling format.
  * [Bug] Fixed long-standing bug where there was a 50% chance of a blank
    screen when switching from 60fps to 30fps mode.
  * [Techy] MML format better documented in osound.cpp source code.
    Additional command added to support Step On Beat.

(fox)

2021-04-27 14:36:19 UTC pkgsrc-2021Q1 commitmail json YAML

2021-04-27 14:35:55 UTC pkgsrc-2021Q1 commitmail json YAML

Pullup ticket #6451 - requested by maya
net/GeoIP: NetBSD build fix

Revisions pulled up:
- net/GeoIP/Makefile                                            1.33

---
  Module Name: pkgsrc
  Committed By: maya
  Date: Mon Apr 19 07:22:30 UTC 2021

  Modified Files:
  pkgsrc/net/GeoIP: Makefile

  Log Message:
  GeoIP: force-fail gethostbyname_r configure check.

  NetBSD has this not-like-linux libc symbol and tries to hide it, but not
  well enough that autoconf fails to find it.

  Bump PKGREVISION for binary change.

  >From Stefan Schaeckeler in PR pkg/56116

(bsiegert)

2021-04-27 14:14:50 UTC MAIN commitmail json YAML

doc: Updated time/projectlibre to 1.9.3

(ryoon)

2021-04-27 14:14:27 UTC MAIN commitmail json YAML

projectlibre: Update to 1.9.3

* Use bash for projectlibre.sh.

Changelog:
Not available.

(ryoon)

2021-04-27 13:55:26 UTC MAIN commitmail json YAML

Swith to CHECK_SHLIBS_SUPPORTED=no from individual CHECK_SHLIBS_SKIP list (pkg/56125)

Our binary packages have been broken because of bad "REQUIRES"
entries: GHC uses $ORIGIN in rpath but mk/pkgformat/pkg/metadata.mk
uses ldd(1) to extract the list of required .so objects, which causes
them to be wrongly expanded.

(pho)

2021-04-27 13:04:33 UTC MAIN commitmail json YAML

doc/TODO: add some

+ R-crosstalk-1.1.1, R-data.table-1.14.0, R-formatR-1.9, R-haven-2.4.0,
  R-highr-0.9, R-htmlTable-2.1.0, R-htmltools-0.5.1.1, R-hunspell-3.0.1,
  R-jsonlite-1.7.2, R-markdown-1.1, R-openxlsx-4.2.3, R-readr-1.4.0,
  R-rmarkdown-2.7, R-spelling-2.2, R-stringi-1.5.3, R-utf8-1.2.1,
  R-xml2-1.3.2, R-xmlparsedata-1.0.5, R-yaml-2.2.1, bibclean-3.04,
  coccigrep-1.20, csvkit-1.0.5, diction-1.14, doclifter-2.19,
  dwdiff-2.1.4, erlang-fast_xml-1.1.46, fop-2.6, go-chroma-0.8.2,
  go-diff-1.2.0, go-goldmark-1.3.5, go-md2man-2.0.0, go-org-1.5.0,
  go-regexp2-1.4.0, go-runewidth-0.0.12, go-text-0.3.6, grep-3.6,
  groonga-11.0.1, guile-json-4.5.2, hevea-2.35, ispell-de-20161207,
  jrep-1.1.1, kapidox-5.81.0, kcodecs-5.81.0, kcompletion-5.81.0,
  libplist-2.2.0, libxlsxwriter-1.0.3, lua-rapidjson-0.7.1,
  marisa-0.2.6, ocaml-csv-2.4, ocaml-expat-1.1.0, ocaml-textutils-0.14.0,
  ocaml-tyxml-4.5.0, p5-Alien-Hunspell-0.17, p5-Alien-Libxml2-0.17,
  p5-Data-HexDump-0.04, p5-Lingua-EN-Inflect-1.905,
  p5-Lingua-EN-Numbers-Ordinate-1.05, p5-Lingua-Stem-2.31,
  p5-Locale-Maketext-Gettext-1.32, p5-PDF-API2-2.040,
  p5-PPIx-QuoteLike-0.017, p5-Pod-Coverage-0.100005, p5-Pod-Strip-1.100,
  p5-Pod-Weaver-4.017, p5-String-CRC32-2.100, p5-String-Interpolate-0.33,
  p5-String-Similarity-1.16, p5-Template-Tiny-1.13, p5-Text-Balanced-2.04,
  p5-Text-CSV_XS-1.46, p5-Text-xSV-0.23, p5-XML-Compile-SOAP-3.27,
  p5-XML-Encoding-2.11, p5-XML-LibXML-2.0207, p5-YAML-PP-0.027,
  p5-ack-3.5.0, p5-marisa-0.2.6, php-yaml-2.2.1, po4a-0.63, pxp-1.2.9,
  py-acora-2.3, py-jsonrpclib-0.2.1, py-marisa-0.2.6, py-pdf-parser-0.7.4,
  py-rebulk-3.0.1, rubber-1.5.1, ruby-marisa-0.2.6, ruby-nokogumbo-2.0.5,
  sift-0.9.0, sonnet-5.81.0, syntax-highlighting-5.81.0, tcl-tDOM-0.9.2,
  translate-toolkit-3.3.4, xmltoman-0.6, yelp-tools-3.38.0, yq-2.12.0.

(wiz)

2021-04-27 12:40:43 UTC MAIN commitmail json YAML

doc: add entries for pho's recent mega-haskell-update

(wiz)

2021-04-27 12:17:23 UTC MAIN commitmail json YAML

doc: Updated security/p5-Net-SSLeay to 1.90

(wiz)

2021-04-27 12:17:13 UTC MAIN commitmail json YAML

p5-Net-SSLeay: update to 1.90.

1.90 2021-01-21
- New stable release incorporating all changes from developer releases
  1.89_01 to 1.89_05.
- Summary of major changes since version 1.88:
  - Formalised libssl version support policy: all stable versions of OpenSSL
    in the 0.9.8 - 1.1.1 branches (with the exception of 0.9.8 - 0.9.8b) and
    all stable releases of LibreSSL in the 2.0 - 3.1 series are supported.
    The LibreSSL 3.2 series is not yet fully supported because its TLSv1.3
    implementation is not currently libssl-compatible.
  - Added support for LibreSSL on Windows when built with Visual C++.
  - Exposed P_X509_CRL_add_extensions, several SSL_CIPHER functions, and
    several stack functions.
  - Fixed crashes in the callback functions CTX_set_next_proto_select_cb and
    CTX_set_alpn_select_cb.
  - The test suite is now compatible with OpenSSL 1.1.1e onwards, as well as
    OpenSSL security level 2 (the default on many Linux distributions).

1.89_05 2021-01-21
- Expose SSL_get_ciphers. Thanks to github user dylc5190.
- Expose SSL_CIPHER_get_version and fix SSL_CIPHER_description
  and SSL_CIPHER_get_bits. Also fixed and enhanced
  documentation for these and related SSL_CIPHER functions.
- Clarify libssl version support policy: all stable versions of OpenSSL in
  the 0.9.8 - 1.1.1 branches (with the exception of 0.9.8 - 0.9.8b) and all
  stable releases of LibreSSL in the 2.0 - 3.1 series are supported.
- Direct bug reports to the GitHub repository, since rt.cpan.org will shut
  down on 2021-03-01.

1.89_04 2021-01-13
- Fix crashes in the callback functions CTX_set_next_proto_select_cb() and
  CTX_set_alpn_select_cb() caused by the use of a pointer returned by
  SSL_select_next_proto() which may already have been freed under certain
  circumstances. Fixes GH-222. Thanks to dylc5190 for the report.
- Remove the dependency on the AES128-SHA cipher suite in the test script
  64_ticket_sharing.t. Fixes GH-231.
- Remove checks and warnings in Makefile.PL relating to the use of RSAref,
  which was removed from OpenSSL in version 0.9.7.

1.89_03 2020-12-12
- Expose the following functions:
  - X509_STORE_CTX_get0_cert, X509_STORE_CTX_get1_chain
  - sk_X509_pop, sk_X509_shift, sk_X509_unshift,
  - sk_X509_insert, sk_X509_delete, sk_x509_value, sk_X509_num
  Thanks to Dan Freed.
- Correct the minimum OpenSSL version required for the following functions
  to be made available (previously they were all declared to be present in
  1.1.0-pre1, which caused Net::SSLeay to crash at run-time when built
  against OpenSSL versions between 1.1.0-pre1 and 1.1.0-pre3):
  - CTX_set_max_proto_version (added in 1.1.0-pre2)
  - CTX_set_min_proto_version (added in 1.1.0-pre2)
  - SESSION_up_ref (added in 1.1.0-pre4)
  - set_max_proto_version (added in 1.1.0-pre2)
  - set_min_proto_version (added in 1.1.0-pre2)
- Correct the minimum OpenSSL version required for get_SSL_CTX and SSL_ctrl
  to be made available (previously they were declared to be present from
  0.9.8f onwards, when in reality they are available in all 0.9.8 versions).
- Replace the PKI used by the test suite with one generated by the
  generate-test-pki helper script. All entities in the new PKI have 2048-bit
  RSA private keys and CSRs, certificates and CRLs with SHA-256 digests,
  allowing the test suite to execute under OpenSSL security level 2 (now the
  default security level for OpenSSL in many Linux distributions).
- Initialise libssl consistently in the test suite.
- Don't rely on the availability of specific SSL/TLS protocol versions or
  cipher suites in the test suite; instead, dynamically select from any of
  the available protocol versions and cipher suites permitted by libssl.
  Fixes RT#132425. Thanks to Graham Ollis for the initial report of the test
  suite failing on Ubuntu 20.04 with the Ubuntu-packaged OpenSSL, whose
  configuration forbids the use of TLSv1.1 and below at run-time by default.

1.89_02 2020-08-07
- Add support for the P_X509_CRL_add_extensions function. Thanks to
  Manuel Mausz for the patch.
- X509_get_subjectAltNames now knows how to return
  GEN_RID. The returned value is an ASN OID in text format
  with current maximum length of 2500 characters. Updated
  t/local/33_x509_create_cert.t to use GEN_RID and all other
  supported types with certificate request and signed
  certificate. These relate to GitHub issue GH-149 opened by
  s482dcaw.
- Support for 64-bit Windows versions of OpenSSL from 1.0.0-beta1
  through to 1.0.0b has been withdrawn due to malfunctions occurring in
  Perl programs that use fork(). This mainly affects users of Strawberry
  Perl x64 5.12.3.20180709, which ships with OpenSSL 1.0.0-beta4.
  Affected users should build Net-SSLeay against OpenSSL 1.0.0c or
  above; users of Strawberry Perl x64 5.12.3.20180709 may instead find
  it easier to upgrade to Strawberry Perl x64 5.14.4.1 or above. See
  https://github.com/radiator-software/p5-net-ssleay/issues/189 for more
  information.

1.89_01 2020-03-22
- Fix the repository URL in Makefile.PL (git:// rather than git@),
  which was preventing it from being added to META.json. Thanks to
  Dan Book.
- When building Net-SSLeay, exit if an OpenSSL executable cannot be
  found in PATH. Fixes RT#131060. Thanks to Nigel Horne for the report.
- Remove non-OCSP external tests, many of which unnecessarily duplicate
  local tests or fail for reasons outside of our control. Fixes
  RT#129542. Thanks to Andreas Væ—¦gele for the bug report that
  ultimately led to this change.
- Add support for LibreSSL on Windows when built with Visual C++.
  Thanks to Graham Ollis for the patch.
- In SSL_CTX_free() and SSL_free(), clean callback-related data from
  the global hash after freeing ctx, not before. This allows callbacks
  to be executed during freeing. Thanks to Steffen Ullrich for the
  patch.
- t/local/07_sslecho.t started failing with OpenSSL 1.1.1e. Updated
  the test file with missing calls to Net::SSLeay::shutdown(). Also
  added one call in SSLeay.pm sslcat() function. Enabling SSLeay trace
  level 3 showed 'unexpected eof while reading' errors which were added
  to OpenSSL with commit db943f43. This fixes GitHub issue GH-160
  reported by Brett T. Warden.
- t/local/01_pod.t now requires Test::Pod 1.41 to work with Pod syntax
  used with Net::SSLeay 1.88 and later. This fixes GitHub issue GH-147
  reported by Ulrik Haugen.

(wiz)

2021-04-27 12:15:32 UTC MAIN commitmail json YAML

doc: Updated security/p5-IO-Socket-SSL to 2.070

(wiz)

2021-04-27 12:15:23 UTC MAIN commitmail json YAML

p5-IO-Socket-SSL: update to 2.070.

2.070 2021/02/26
- changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org
2.069 2021/01/22
- IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer
  with multiple same parts (like multiple OU). In this case an array ref instead
  of a scalar is used as hash value.
  https://github.com/noxxi/p5-io-socket-ssl/issues/95

(wiz)

2021-04-27 12:13:32 UTC MAIN commitmail json YAML

doc: Updated security/p5-GnuPG-Interface to 1.02

(wiz)

2021-04-27 12:13:12 UTC MAIN commitmail json YAML

p5-GnuPG-Interface: update to 1.02.

1.02 - 2021-04-09
- Work around an issue with CLI options for deleting secret keys in gpg 2.2

1.01 - 2021-01-26
- Make $gnupg->call('foo') update the internal GnuPG version number.
- Localize tainted PATH env to make exec happy

(wiz)

2021-04-27 12:10:21 UTC MAIN commitmail json YAML

doc: Updated sysutils/p5-File-Remove to 1.60

(wiz)

2021-04-27 12:10:12 UTC MAIN commitmail json YAML

p5-File-Remove: update to 1.60.

1.60    2020-10-22 - Shlomi Fish
    - Add .tidyallrc + related changes
    - Fix mismatched $VERSION.
        - https://rt.cpan.org/Public/Bug/Display.html?id=133562
        - https://github.com/shlomif/File-Remove/pull/3/files
        - Thanks to William Storey, PMPERRY, and @briang for the report

1.59    2020-10-16 - Shlomi Fish
    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
        - Move to @SHLOMIF
        - Inspired by Lady_Aleena.

(wiz)

2021-04-27 12:08:33 UTC MAIN commitmail json YAML

doc: Updated security/p5-Digest-HMAC to 1.04nb10

(wiz)

2021-04-27 12:08:24 UTC MAIN commitmail json YAML

p5-Digest-HMAC: update to 1.04nb10.

Version 1.04: 2021-04-01

  No-change release updating maintainer to ARODLAND

(wiz)

2021-04-27 12:07:34 UTC MAIN commitmail json YAML

doc: Updated security/p5-Crypt-Twofish to 2.18

(wiz)

2021-04-27 12:07:25 UTC MAIN commitmail json YAML

p5-Crypt-Twofish: update to 2.18.

2.18    2020-11-25      Abhijit Menon-Sen <ams@toroid.org>

    * Fix Makefile.PL to use -I. when executing tab/tables.pl, so that
      it can find tab/misc.h (suggested by Tim V)

(wiz)

2021-04-27 12:06:20 UTC MAIN commitmail json YAML

doc: Updated security/p5-Crypt-Rijndael to 1.16

(wiz)

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

p5-Crypt-Rijndael: update to 1.16.

1.16 - 2021-04-01
  * Add non-blocksized encoding support to streaming modes
  * Explicitly use downgraded strings

1.15 - 2020-10-10
  * Use standard uint8_t and uint32_t from stdint.h

(wiz)

2021-04-27 11:59:43 UTC MAIN commitmail json YAML

2021-04-27 10:51:09 UTC MAIN commitmail json YAML

doc: Updated security/p5-Crypt-CBC to 3.03

(wiz)

2021-04-27 10:51:00 UTC MAIN commitmail json YAML

p5-Crypt-CBC: update to 3.03.

3.03    Sun 18 Apr 2021 10:54:19 PM EDT
- Fixed bug which caused an extraneous block of garbage data to be appended to encrypted
  string when "nopadding" specified and plaintext is even multiple of blocksize.

3.02
- CTR mode now requires the Math::Int128 module, which gives a ~5x performance
  boost over Math::BigInt.

3.01
- Warn when the deprecated opensslv1 PBKDF (key derivation function) is used
  for encryption. Turn off with -nodeprecate=>1 or by choosing a different
  PBKDF, such as -pbkdf=>'pbkdf2'.
- Fix a regression when passing the legacy -salt=>1 argument.

3.00    Sun Feb  7 10:28:08 EST 2021
        - Released version 3.00 in recognition of multiple new features
  and cleanups.

2.37    Sun Feb  7 10:20:17 EST 2021
        - Added better argument checking.
- Fixed long-standing standard padding bug: plaintext ending with
  bytes between 0x00 and 0x0A would be truncated in some conditions.
- Fixed Rijndael_compat padding.

2.36    Wed 03 Feb 2021 09:19:06 AM EST
        - Add support for OFB, CFB and CTR chain modes.
- New dependency: Math::BigInt

2.35    Sun Jan 31 22:02:42 EST 2021
        - Add support for PBKDF2 key derivation algorithm
- New dependencies: Digest::SHA, Crypt::PBKDF2, Crypt::Cipher::AES

2.34    Fri Jan 29 18:08:12 EST 2021
        - Support for openssl SHA-256 key derivation algorithm

(wiz)

2021-04-27 10:43:54 UTC MAIN commitmail json YAML

doc: Added security/p5-Crypt-PBKDF2 version 0.161520

(wiz)

2021-04-27 10:43:45 UTC MAIN commitmail json YAML

security/Makefile: + p5-Crypt-PBKDF2

(wiz)

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

p5-Crypt-PBKDF2: clean up Makefile

(wiz)

2021-04-27 10:42:40 UTC MAIN commitmail json YAML

security/p5-Crypt-PBKDF2: import p5-Crypt-PBKDF2-0.161520

PBKDF2 is a secure password hashing algorithm that uses the techniques
of "key strengthening" to make the complexity of a brute-force
attack arbitrarily high. PBKDF2 uses any other cryptographic hash
or cipher (by convention, usually HMAC-SHA1, but Crypt::PBKDF2 is
fully pluggable), and allows for an arbitrary number of iterations
of the hashing function, and a nearly unlimited output hash size
(up to 2**32 - 1 times the size of the output of the backend hash).
The hash is salted, as any password hash should be, and the salt
may also be of arbitrary size.

(wiz)

2021-04-27 10:31:53 UTC MAIN commitmail json YAML

Improve my last patch according to a suggestion from jperkin@

(pho)

2021-04-27 10:27:21 UTC MAIN commitmail json YAML

doc/TODO: add some

+ FlightCrew-0.9.1, R-DT-0.18, R-later-1.1.0.1, R-processx-3.5.1,
  R-ps-1.6.0, R-sys-3.4, accountsservice-0.6.51,
  arm-trusted-firmware-fiptool-2.4, arm-trusted-firmware-rk3328-2.4,
  arm-trusted-firmware-rk3399-2.4, arm-trusted-firmware-sun50i_a64-2.4,
  attr-2.5.1, baloo-21.04.0, baloo5-5.81.0, bareos-20.0.1,
  bareos-clientonly-20.0.1, beats-7.12.0, bfs-1.5.2, binwalk-2.3.1,
  consul-1.9.5, cpmtools-2.21, direnv-2.28.0, direvent-5.2, dtc-1.6.0,
  e2fsprogs-1.46.2, etckeeper-1.18.16, fluent-bit-1.7.4, fzf-0.27.0,
  goreman-0.3.7, hivex-1.3.19, ioping-1.2, iwn-firmware-228.61.2.24,
  kcron-21.04.0, kdbusaddons-5.81.0, kfilemetadata-5.81.0,
  kfilemetadata5-5.81.0, lf-22, libbaloo4-21.04.0, libburn-1.5.4,
  libcap-2.49, libisoburn-1.5.4, libisofs-1.5.4,
  mate-system-monitor-1.24.2, memtestplus-5.31b, monit-5.28.0,
  mtools-4.0.27, netbt-hcidump-5.58, nnn-4.0, node_exporter-1.1.2,
  open-vm-tools-11.2.5, p5-File-Remove-1.60, p5-Mac-AppleScript-Glue-0.06,
  p5-Sys-Filesystem-1.408, pidof-2.99, py-syslog-ng-3.31.2,
  restic-0.12.0, riemann-client-1.10.4.1, rmtrash-1.14, socket-1.2,
  solid-5.81.0, stow-2.3.1, syslog-ng-3.31.2, tdir-1.73, ts-1.0.1,
  virt-manager-3.2.0, virt-viewer-9.0, virt-what-1.21,
  wbm-cyrus-imapd-1.6.8, wbm-virtual-server-6.16, xfce4-appfinder-4.14.1,
  xfce4-battery-plugin-1.1.4, xfce4-cpugraph-plugin-1.2.3,
  xfce4-diskperf-plugin-2.6.3, xfce4-fsguard-plugin-1.1.2,
  xfce4-genmon-plugin-4.1.0, xfce4-mount-plugin-1.1.5,
  xfce4-netload-plugin-1.4.0, xfce4-power-manager-4.16.0,
  xfce4-systemload-plugin-1.3.1, xfce4-taskmanager-1.5.2,
  xfce4-thunar-4.17.1, xfce4-verve-plugin-2.0.1, xosview-1.23.

(wiz)

2021-04-27 10:12:10 UTC MAIN commitmail json YAML

doc/TODO: add some

+ 2fa-1.2.0, HElib-2.1.0, R-digest-0.6.27, R-knitr-1.32, R-tinytex-0.31,
  advi-2.0.0, amass-3.12.2, auctex-12.3, authelia-4.28.0, bibtool-2.68,
  botan-devel-2.18.0, ca-certificates-20210119, chkrootkit-0.54,
  clusterssh-4.16, crypto++-850, dash-0.5.11.3, dehydrated-0.7.0,
  fail2ban-0.11.2, foomatic-filters-4.0.12, foomatic4-db-20210421,
  go-asn1-ber-1.5.3, go-mkcert-1.4.3, go-xxhash-2.1.1, guile-gash-0.2.0,
  hashcash-1.23, hitch-1.7.0, hs-cryptohash-sha256-0.11.102.0,
  jcabc2ps-20181112, kauth-5.81.0, kdesu-5.81.0, kwallet-5.81.0,
  lastpass-cli-1.3.3, latexmk-472b, libressl-3.3.2, libretls-3.3.2,
  mbedtls-2.26.0, monocypher-3.1.2, munge-0.5.14, oath-toolkit-2.6.6,
  ocaml-cryptokit-116.1, ocaml-safepass-3.1, opendnssec-2.1.8,
  opendoas-6.8.1, openmpi-4.1.0, openssh-8.6p1, p0f-3.09b,
  p5-Authen-Simple-0.6, p5-Crypt-CBC-3.03, p5-Crypt-JWT-0.032,
  p5-Crypt-OpenSSL-DSA-0.20, p5-Crypt-PasswdMD5-1.41,
  p5-Crypt-RIPEMD160-0.08, p5-Crypt-Rijndael-1.16, p5-Crypt-Twofish-2.18,
  p5-CryptX-0.071, p5-Digest-CRC-0.23, p5-Digest-HMAC-1.04,
  p5-GnuPG-Interface-1.02, p5-IO-Socket-SSL-2.070, p5-LaTeX-Driver-1.2.0,
  p5-Net-DNS-SEC-1.18, p5-Net-OpenSSH-0.80, p5-Net-SSLeay-1.90,
  p5-String-Random-0.31, pam-krb5-4.10, pam-passwdqc-2.0.2,
  paperkey-1.6, parallel-20210322, pdf-redact-tools-0.1.2, pdsh-2.32,
  pgpdump-0.33, php-gnupg-1.5.0, pmw-4.51, posh-0.14.1,
  py-libtaxii-1.1.119, py-solo-0.0.27, py-yara-4.1.0,
  py-yubikey-manager-4.0.2, qca2-2.3.2, qca2-gnupg-2.3.2,
  qca2-ossl-2.3.2, qca2-qt5-2.3.2, qca2-qt5-gnupg-2.3.2,
  qca2-qt5-ossl-2.3.2, ruby-nexpose-7.3.0, rvault-0.4, scm-blackbox-2.0.0,
  snoopy-2.4.14, softhsm-2.6.1, spiped-1.6.1b, standalone-tcsh-6.22.03,
  static-tcsh-6.22.03, tcsh-6.22.03, threadingbuildingblocks-2021.2.0,
  vault-1.7.1, xmlsec1-1.2.32, xonsh-0.9.27, yara-4.1.0.

(wiz)

2021-04-27 10:11:23 UTC MAIN commitmail json YAML

doc: mention py-yubikey-manager

(wiz)

2021-04-27 10:09:49 UTC MAIN commitmail json YAML

doc: mention php-oauth1

(wiz)

2021-04-27 10:07:49 UTC MAIN commitmail json YAML

doc: mention paperkey

(wiz)

2021-04-27 09:10:07 UTC MAIN commitmail json YAML

Fix build on Darwin

(pho)

2021-04-27 09:04:50 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-DNS to 1.30

(wiz)

2021-04-27 09:04:41 UTC MAIN commitmail json YAML

p5-Net-DNS: update to 1.30.

**** 1.30 Mar 30, 2021

Simplify parsing of multi-line RRs in zone file.
Improve robustness of "dry" resolver tests.
Avoid deep recursion in non-fatal test report.

**** 1.29 Nov 18, 2020

Include test number in summary of failed non-fatal tests.
Remove Net::DNS::SEC specific tests.
Fix faulty test plan in t/08-recurse.t.

**** 1.28 Oct 23, 2020

Eliminate indirect object syntax.
Eliminate grep/map <expression>.

(wiz)

2021-04-27 09:03:17 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net to 3.13

(wiz)

2021-04-27 09:03:07 UTC MAIN commitmail json YAML

p5-Net: update to 3.13.

3.13 2020-12-23

    - Revert "Fix EINTR interruption in sysread for getline method."  [Mario
      Paumann, CPAN RT#133912]

3.12 2020-12-09

    - Change licence of libnetFAQ.pod to match everything else.  [CPAN
      RT#117888]

    - Remove unused "last" label to avoid portability problem.  [Zefram, CPAN
      RT#122631]

    - Use four-digit year in timegm() calls.  [perlbugbmw@lsmod.de, CPAN
      RT#124534]

    - Make Net::FTP work with TLS 1.3.  [Steffen Ullrich, PR#40]

    - Fix EINTR interruption in sysread for getline method.  [Gabriel Mu�oz,
      PR#30]

    - Use Test::More instead of custom test subroutines and improve skips in
      various test scripts.  [James E. Keenan, PR#39]

(wiz)

2021-04-27 09:01:57 UTC MAIN commitmail json YAML

doc: Updated misc/p5-Locale-libintl to 1.32

(wiz)

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

2021-04-27 08:56:00 UTC MAIN commitmail json YAML

doc/TODO: add some

+ R-Hmisc-4.5.0, R-pbdZMQ-0.3.5, R-pillar-1.6.0, R-promises-1.2.0.1,
  attica-qt5-5.81.0, bing-1.3.5, bird-2.0.8, bird6-2.0.8, bwm-ng-0.6.3,
  byobu-5.133, cacti-spine-1.2.16, dhcpcd-gtk-0.7.8, dhcpcd-icons-0.7.8,
  dhcpcd-qt-0.7.8, dpkg-1.20.9, erlang-xmpp-1.5.3, fd-3.01j,
  fping-5.0, freerdp2-2.3.2, fstrm-0.6.1, gh-1.9.2, go-dns-1.1.41,
  go-framestream-0.3.0, go-grpc-1.37.0, go-websocket-1.4.2,
  gpac-1.0.1, gst-plugins0.10-bad-0.11.90, gst-rtsp-server-1.18.4,
  guacamole-server-1.3.0, howm-1.4.7, httpstat-1.3.0, inadyn-2.8.1,
  inetutils-2.0, inn-2.6.4, ipv6calc-3.0.2, irrtoolset5-5.1.3,
  kcontacts-5.81.0, kdav-5.81.0, kdenetwork-filesharing-20.12.3,
  kdnssd-5.81.0, kdsoap-1.10.0, kemoticons-5.81.0, kmix-20.12.3,
  knewstuff-5.81.0, knot-3.0.5, kubectl-1.21.0, kunitconversion-5.81.0,
  kxmlrpcclient-5.81.0, libaacs-0.11.0, libasr-1.0.4, libcec-6.0.2,
  libdmapsharing3-3.9.9, libpcap-1.10.0, libtrace-4.0.16,
  libzrtpcpp-4.6.6, mDNSResponder-1310.80.1, mDNSResponder-nss-1310.80.1,
  mbuffer-20210328, md-whois-5.5.9, minitube-3.8.2, mtail-1.2.0,
  nagios-plugin-dnsrbl-0.5, nagios-plugin-dotpid-0.6,
  nagios-plugin-dumpdates-0.4, nagios-plugin-ldap-2.3.3,
  nagios-plugin-mysql-2.3.3, nagios-plugin-pgsql-2.3.3,
  nagios-plugin-radius-2.3.3, nagios-plugin-snmp-2.3.3, nsd-4.3.6,
  obfs4proxy-0.0.11, ocaml-conduit-4.0.0, ocaml-ipaddr-5.0.1,
  ocaml-magic-mime-1.1.3, ocaml-protocol_version_header-0.14.0,
  ocamlnet-4.1.9, openntpd-6.8p1, ortp-0.27.0, p5-Business-ISBN-3.006,
  p5-Business-ISBN-Data-20210112.006, p5-Business-ISMN-1.202,
  p5-Business-UPS-2.02, p5-File-RsyncP-0.76, p5-GStreamer-0.21,
  p5-Locale-Codes-3.67, p5-Locale-libintl-1.32, p5-Mac-PropertyList-1.502,
  p5-Net-3.13, p5-Net-Amazon-S3-0.98, p5-Net-CIDR-Lite-0.22,
  p5-Net-DNS-1.30, p5-Net-Daemon-0.49, p5-Net-INET6Glue-0.604,
  p5-Net-IPv6Addr-1.02, p5-Net-Server-2.010, p5-Net-Stomp-0.61,
  p5-Parse-Win32Registry-1.1, p5-RPC-XML-0.82, p5-SNMP-Info-3.71,
  p5-Weather-PurpleAir-API-0.08, parley-20.12.3, pick-4.0.0,
  pim6sd-20050715a, powerdns-4.4.3, powerdns-geoip-4.4.3,
  powerdns-ldap-4.4.3, powerdns-mysql-4.4.3, powerdns-odbc-4.4.3,
  powerdns-pgsql-4.4.3, powerdns-recursor-4.4.3, proftpd-1.3.7a,
  proftpd-geoip-1.3.7a, proftpd-ldap-1.3.7a, proftpd-memcached-1.3.7a,
  proftpd-mysql-1.3.7a, proftpd-odbc-1.3.7a, proftpd-postgresql-1.3.7a,
  proftpd-sqlite-1.3.7a, py-cares-3.1.1, py-dpkt-1.9.5, py-sbws-1.1.0,
  radsecproxy-1.8.2, scamper-20210324, scapy-2.4.5, sickgear-0.23.17,
  snort-2.9.17.1, sup-0.4, sword-1.9.0, tacacs-shrubbery-4.0.4.29a,
  terraform-0.15.1, terraform-provider-aws-3.37.0,
  terraform-provider-kubernetes-2.1.0, terraform-provider-local-2.1.0,
  terraform-provider-null-3.1.0, terraform-provider-random-3.1.0,
  tinc-1.0.36, udpcast-20200328, vera-1.24, vnstat-2.6, wandio-4.2.3,
  wgetpaste-2.30, xfce4-smartbookmark-plugin-0.5.2,
  xfce4-wavelan-plugin-0.6.2, xfce4-weather-plugin-0.11.0, yaz-5.30.3,
  zeroconf-ioslave-20.12.3, zeromq-4.3.4.

(wiz)

2021-04-27 08:52:35 UTC MAIN commitmail json YAML

doc: mention py-sbws

(wiz)

2021-04-27 08:43:03 UTC MAIN commitmail json YAML

p5-Net-Google: remove

This package supported the Google SOAP Interface which was deprecated
in 2009.

(wiz)

2021-04-27 08:29:55 UTC MAIN commitmail json YAML

doc/TODO: add some

+ R-MatrixModels-0.5.0, R-RcppArmadillo-0.10.4.0.0, R-SparseM-1.81,
  R-VGAM-1.1.5, R-XML-3.99.0.6, R-aplpack-1.3.3, R-bbmle-1.0.23.1,
  R-coda-0.19.4, R-compositions-2.0.1, R-date-1.2.39, R-dplyr-1.0.5,
  R-e1071-1.7.6, R-emdbook-1.3.12, R-energy-1.7.8, R-forcats-0.5.1,
  R-forecast-8.14, R-fracdiff-1.5.1, R-generics-0.1.0,
  R-genetics-1.3.8.1.3, R-geoR-1.8.1, R-gss-2.2.2, R-gstat-2.0.7,
  R-gtools-3.8.2, R-igraph-1.2.6, R-intervals-0.15.2, R-lme4-1.1.26,
  R-lmm-1.3, R-lmtest-0.9.38, R-mnormt-2.0.2, R-mvtnorm-1.1.1,
  R-ncdf-1.6.9, R-nimble-0.11.0, R-nloptr-1.2.2.2, R-pbkrtest-0.5.1,
  R-pixmap-0.4.12, R-poweRlaw-0.70.6, R-prettyunits-1.1.1,
  R-psych-2.1.3, R-quadprog-1.5.8, R-quantreg-5.85, R-reshape2-1.4.4,
  R-robustbase-0.93.7, R-rstudioapi-0.13, R-sandwich-3.0.0,
  R-sp-1.4.5, R-spacetime-1.2.4, R-splancs-2.01.42, R-statmod-1.4.35,
  R-stringdist-0.9.6.3, R-survey-4.0, R-tensorA-0.36.2, R-tibble-3.1.1,
  R-tidyr-1.1.3, R-units-0.7.1, R-vctrs-0.3.7, R-xts-0.12.1,
  R-zoo-1.8.9, bc-gh-4.0.1, blas-3.9.1, cln-1.3.6, erfa-1.7.3,
  ess-18.10.2, fplll-5.4.0, genius-1.0.26, glpk-5.0, gsl-2.6,
  gtklife-5.2, harmbase2-20210110, harminv-1.4.1, herisvm-0.8.2,
  ipopt-3.12.12, lapack-3.9.1, mcsim-6.2.0, mdd-20201207,
  mpcomplex-1.2.1, nickle-2.90, ocaml-num-1.4, ocaml-zarith-1.12,
  octave-6.2.0, openblas-0.3.14, openblas_openmp-0.3.14,
  openblas_pthread-0.3.14, ordCalc-0.3.2, p5-Math-Base85-0.5,
  p5-Math-Bezier-0.02, p5-Math-FFT-1.36, p5-Math-Matrix-0.94,
  p5-Spreadsheet-Read-0.84, p5-Spreadsheet-ReadSXC-0.34,
  p5-Statistics-Descriptive-3.0800, pspp-1.4.1, py-astroplan-0.8,
  py-astroquery-0.4, py-claripy-9.0.6852, py-mpmath-1.2.0,
  py-munkres-1.1.4, py-pymc3-3.8, py-z3-4.8.10, py-z3solver-4.8.10.0,
  qalculate-3.18.0, qalculate-gtk-3.18.0, sc-im-0.8.1, stan-math-2.26.1,
  superlu-5.2.2, udunits-2.2.28, units-2.21, xfractint-20.04p16,
  yices2-2.6.2, z3-4.8.10.

(wiz)

2021-04-27 08:23:16 UTC MAIN commitmail json YAML

R-wle: remove

This package was removed from CRAN nearly 3 years ago.

(wiz)

2021-04-27 08:20:16 UTC MAIN commitmail json YAML

R-geoRglm: remove

This package was removed from CRAN over a year ago.

(wiz)

2021-04-27 08:16:20 UTC MAIN commitmail json YAML

doc/TODO: add some

+ R-4.0.5, R-DBI-1.1.1, R-GRASS-0.3.9, R-mime-0.10, avenger-0.8.5,
  dcc-2.3.167, dnsbl-milter-6.78, imapfilter-2.7.5, imapsync-1.727,
  libmilter-8.16.1, libobjc2-2.1, mblaze-1.1, milter-greylist-4.6.4,
  nuitka-0.6.14.4, objc-3.3.24, offlineimap-7.3.3, opensmtpd-6.8.0p2,
  owl-lisp-0.1.16, p5-Email-Folder-2.0, p5-Email-FolderType-1.043,
  p5-Email-MIME-ContentType-1.026, p5-Email-Sender-1.300035,
  p5-MIME-Types-2.19, p5-Mail-AuthenticationResults-2.20210112,
  p5-Mail-Ezmlm-0.16, p5-Mail-IMAPClient-3.43, p5-Mail-Message-3.010,
  p5-User-Identity-1.00, parrot-8.1.0, pcc-current-20210421,
  postgrey-1.37, pst-utils-0.6.76, py-py3c-1.3.1, quickjs-20210327,
  scala-2.13.5, scm-5f3, sendmail-8.16.1, sieve-connect-0.90,
  sigscheme-0.9.1, snobol-2.1.5, swi-prolog-8.3.22, swi-prolog-jpl-8.3.22,
  swi-prolog-lite-8.3.22, swi-prolog-packages-8.3.22, sympa-6.2.60.

(wiz)

2021-04-27 07:57:06 UTC MAIN commitmail json YAML

webkit-gtk: Refresh patch-Source_WebKit_CMakeLists.txt (NFCI)

patch-Source_WebKit_CMakeLists.txt had -446 lines offset, regenerate them
to avoid possible messages about it.

Noticed by <pin>, thanks!

(leot)

2021-04-27 07:49:45 UTC MAIN commitmail json YAML

parrot: update HOMEPAGE

(wiz)

2021-04-27 05:10:56 UTC MAIN commitmail json YAML

Removed print/py-weasyprint0; Updated print/py-weasyprint

(adam)

2021-04-27 05:09:57 UTC MAIN commitmail json YAML

py-weasyprint: updated to 52.5

Version 52.5

Bug fixes:

* Fix text breaking exception
* Fix @font-face rules with Pango 1.48.3+

Version 52.4

Bug fixes:

* Don窶冲 try to draw SVG files with no size
* Avoid crash on last word detection
* Remove last word before ellipses when hyphenated

Version 52.3

Bug fixes:

* Fix imports with url() and quotes

New features:

* Add support of line-clamp, with financial support from expert Germany

Version 52.2

Bug fixes:

* Fix URL handling with tinycss2
* Include missing test data
* Top margins removed from children when tables are displayed on multiple pages
* Correctly draw borders on the last line of split tables
* Add a nice gif to please gdk-pixbuf 2.42.0

Version 52.1

Bug fixes:

* Fix URL handling with tinycss2

Version 52

Dependencies:

Python 3.6+ is now needed, Python 3.5 is not supported anymore
WeasyPrint now depends on Pillow

(adam)

2021-04-27 05:03:45 UTC MAIN commitmail json YAML

Updated devel/py-pylint, www/py-pylint-django, textproc/py-pyphen, print/py-reportlab

(adam)

2021-04-27 05:02:29 UTC MAIN commitmail json YAML

2021-04-27 04:58:11 UTC MAIN commitmail json YAML

py-reportlab: updated to 3.5.67

CHANGES  3.5.67  12/04/2021
---------------------------
* Allow unicode PDFString to use encoding directly; fixes bug where colorspace indexes are broken
* Ensure PIL images can be size checked

CHANGES  3.5.66  19/03/2021
---------------------------
* fix obvious bug in renderPS.py cut'n'paste bah :(
* fix bug saving to SpooledtemporaryFile's reported by Robert Schroll <rschroll at gmail.com>
* fix bug in justified RTL paragraphs example & bugfix contributed by Moshe Uminer <mosheduminer at gmail.com>
* fix regex deprecation reported by J端rgen Gmach <juergen.gmach at apis.de>

(adam)

2021-04-27 04:53:45 UTC MAIN commitmail json YAML

2021-04-27 04:47:39 UTC MAIN commitmail json YAML

py-pylint-django: updated to 2.4.4

Version 2.4.4
- Fix compatibility issues with pylint >= 2.8.

(adam)

2021-04-27 04:45:54 UTC MAIN commitmail json YAML

py-pylint: updated to 2.8.2

What's New in Pylint 2.8.2?

Keep __pkginfo__.numversion a tuple to avoid breaking pylint-django.

scm_setuptools has been added to the packaging.

Pylint's tags are now the standard form vX.Y.Z and not pylint-X.Y.Z anymore.

(adam)

2021-04-27 00:48:17 UTC MAIN commitmail json YAML

2021-04-26 22:02:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/lxqt-powermanagement to 0.17.1

(gutteridge)

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

lxqt-powermanagement: update to 0.17.1

lxqt-powermanagement-0.17.1 / 2021-04-22
========================================
  * Fixed permanent stopping of idleness checks by a fullscreen window.

(gutteridge)

2021-04-26 21:20:03 UTC MAIN commitmail json YAML

doc: Added textproc/py-epr-reader version 2.4.10

(wiz)

2021-04-26 21:19:54 UTC MAIN commitmail json YAML

textproc: add py-epr-reader

(wiz)

2021-04-26 21:19:28 UTC MAIN commitmail json YAML

textproc/py-epr-reader: import py-epr-reader-2.4.10

Terminal/CLI Epub reader written in Python with features:

- Remembers last read file (just run `epr` without any argument)
- Remembers last reading state for each file (per file saved state
  written to `$HOME/.config/epr/config` or `$HOME/.epr` respectively
  depending on availability)
- Adjustable text area width
- Adaptive to terminal resize
- Supports EPUB3 (no audio support)
- Secondary vim-like bindings
- Supports opening images
- Dark/Light colorscheme (depends on terminal color capability)

(wiz)

2021-04-26 15:50:11 UTC MAIN commitmail json YAML

doc: Updated graphics/oxygen-icons to 5.81.0

(wiz)

2021-04-26 15:50:01 UTC MAIN commitmail json YAML

oxygen-icons: update to 5.81.0.

Changes not found.

(wiz)

2021-04-26 15:45:39 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick6-6.9.12.8, MesaLib-21.0.2, R-Cairo-1.5.12.2,
  R-colorspace-2.0.0, R-colourpicker-1.1.0, R-countrycode-1.2.0,
  R-cpp11-0.2.7, R-deldir-0.2.10, R-effects-4.2.0, R-farver-2.1.0,
  R-ggExtra-0.9, R-ggplot2-3.3.3, R-ggspatial-1.1.5, R-ggtern-3.3.0,
  R-ggthemes-4.2.4, R-labeling-0.4.2, R-latex2exp-0.5.0,
  R-latticeExtra-0.6.29, R-lwgeom-0.2.6, R-maptools-1.1.1,
  R-osmdata-0.1.5, R-raster-3.4.5, R-rgdal-1.5.23, R-rgeos-0.5.5,
  R-scales-1.1.1, R-sf-0.9.8, R-spData-0.3.8, R-spatstat-2.1.0,
  R-spatstat.data-2.1.0, R-spatstat.utils-2.1.0, R-stars-0.5.2,
  R-viridis-0.6.0, R-viridisLite-0.4.0, abcl-1.8.0, asn1c-0.9.28,
  breeze-icons-5.81.0, cairomm-1.16.0, camlp4-4.12, camlp5-714,
  colord-1.4.5, coq-8.13.2, denemo-2.5.0, digikam-7.2.0, ecl-21.2.1,
  erlang-eimp-1.0.20, erlang-luerl-0.4, gimp-docs-de-2.10.0,
  gimp-docs-en-2.10.0, gimp-docs-es-2.10.0, gimp-docs-fr-2.10.0,
  gimp-docs-it-2.10.0, gimp-docs-ja-2.10.0, gimp-docs-ko-2.10.0,
  gimp-docs-nl-2.10.0, gimp-docs-nn-2.10.0, gimp-docs-pl-2.10.0,
  gimp-docs-ru-2.10.0, gimp-docs-sv-2.10.0, gimp-docs-zh_CN-2.10.0,
  gmic-2.9.7, go-imaging-1.6.2, grafx2-2.8.3097, graphene-1.10.6,
  h5utils-1.13.1, hs-JuicyPixels-3.3.5, ibus-hangul-1.5.4, inform-6.34,
  ipe-7.2.24, kiconthemes-5.81.0, kimageformats-5.81.0, kplotting-5.81.0,
  kqtquickcharts4-20.12.3, libbpg-0.9.8, libepoxy-1.5.5,
  libspatialite-5.0.1, mapcode-2.5.5, mapserver-7.6.2,
  materia-gtk-theme-20210322, ncview-2.1.8, nvidia-texture-tools-2.1.1,
  opencolorio-2.0.0, opencpn-plugin-draw-1.8.5.2, opencsg-1.4.2,
  openimageio-2.2.13.1, osm-gps-map-1.2.0, oxygen-icons-5.81.0,
  p5-Class-Measure-0.09, p5-GD-2.73, p5-GIS-Distance-0.19,
  p5-Geo-Distance-0.25, p5-Geo-Ellipsoid-1.15, p5-Geo-ShapeFile-3.01,
  p5-GraphViz2-2.66, p5-Image-ExifTool-12.24, papirus-folders-1.8.0,
  pdfpc-4.4.1, predict-2.2.7, prison-5.81.0, proj-8.0.0, ps2eps-1.70,
  ptex-2.3.2, py-cairo118-1.20.0, rawtherapee-5.8, shotwell-0.30.10,
  skktools-1.3.4, spatialindex-1.9.3, uhd-4.0.0.0,
  vulkan-headers-1.2.170.0, wcslib-7.6, xnec2c-4.1.2.

(wiz)

2021-04-26 15:45:00 UTC MAIN commitmail json YAML

doc: mention libspatialite

(wiz)

2021-04-26 15:26:23 UTC MAIN commitmail json YAML

doc: Updated mail/postfix to 3.5.10

(triaxx)

2021-04-26 15:26:08 UTC MAIN commitmail json YAML

postfix: Update to 3.5.10

upstream changes:
-----------------
Fixed in 3.5.10:
  o Missing null pointer checks (introduced in Postfix 3.4) after an internal I/O error during the smtp(8) to tlsproxy(8) handshake. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni.
  o Null pointer bug (introduced in Postfix 3.0) and memory leak (introduced in Postfix 3.4) after an inline: table syntax error in main.cf or master.cf. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni.
  o Incomplete null pointer check (introduced: Postfix 2.10) after truncated HaProxy version 1 handshake message. Found by Coverity, reported by Jaroslav Skarvada. Fix by Viktor Dukhovni.
  o Missing null pointer check (introduced: Postfix alpha) after null argv[0] value.

(triaxx)

2021-04-26 15:25:43 UTC MAIN commitmail json YAML

doc: Updated devel/extra-cmake-modules to 5.81.0

(wiz)

2021-04-26 15:25:34 UTC MAIN commitmail json YAML

extra-cmake-modules: update to 5.81.0.

Changes not found.

(wiz)

2021-04-26 15:23:47 UTC MAIN commitmail json YAML

doc: Updated benchmarks/google-benchmark to 1.5.3

(wiz)

2021-04-26 15:23:37 UTC MAIN commitmail json YAML

google-benchmark: update to 1.5.3.

New features

    Implement custom benchmark names (#1107)
    Support for macro expansion in benchmark names (#1054)
    Reduce ramp up repetitions when KeepRunningBatch is used (#1113)

Platform support

    CycleTimer implemented for M68K architecture (#1050)
    Support for DragonFly BSD (#1058)
    Better support for z/OS (#1063, #1067)
    Add MSVC ARM64 support for cycle clocks (#1052)
    Add support for Elbrus 2000 (#1091)
    Fix CPU frequency for AMD Ryzen (and probably other CPUs) (#1117)

Bug fixes

    Fix range when starting at zero (#1073)

Tool improvements

    Build tools with bazel (#982)
    Support JSON dumps of benchmark diffs (#1042)

(wiz)

2021-04-26 15:18:24 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Types-Serialiser to 1.01

(wiz)

2021-04-26 15:18:16 UTC MAIN commitmail json YAML

p5-Types-Serialiser: update to 1.01.

1.01 Tue Dec  1 02:46:33 CET 2020
- implement Types::Serialiser::as_bool.
        - slight doc tweaks.

(wiz)

2021-04-26 15:17:32 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Type-Tiny to 1.012001

(wiz)

2021-04-26 15:17:23 UTC MAIN commitmail json YAML

p5-Type-Tiny: update to 1.012001.

1.012001 2021-01-10

[ Test Suite ]
- Extra test cases to improve coverage. (100% on Coveralls; 90% on
  Codecov.)
- Hide warnings in Kavorka integration tests.

[ Packaging ]
- Move issue tracker from RT to Github Issues.
- Stop hiding Type::Parser::Token, Type::Parser::TokenStream, and
  Type::Parser::AstBuilder from the CPAN indexer.

[ Other ]
- Much code tidying using perltidy and manually.
- When generic validation objects (blessed objects with a `check` method)
  are converted to native Type::Tiny type constraints, no longer require
  them to provide a `get_message` method. This allows Type::Tiny to adopt
  Data::Constraint type constraints.

1.012000 2020-10-28

[ Documentation ]
- Update NEWS file.

1.011_011 2020-10-16

[ Test Suite ]
- Bugs in old versions of Return::Type prevent integration tests from
  passing on Perl 5.8.x; those tests now require Return::Type 0.007 or
  above.
- More tests for Type::Coercion::FromMoose.

[ Packaging ]
- If the EXTENDED_TESTING environment variable is true, Perl 5.8.9 or
  above is being used, and either Type::Tiny's version contains '_' or
  testing is running on Travis CI, then Makefile.PL will add extra testing
  dependencies.

[ Other ]
- Remove unnecessary BEGIN block in Eval::TypeTiny.

1.011_010 2020-10-16

- Simple useful coercions from Str for Type::Tiny::Enum (and
  Types::Standard::Enum).

1.011_009 2020-10-09

[ Documentation ]
- Add _ForeignTypeConstraint to AllTypes.pod.

[ Test Suite ]
- Add tests for _ForeignTypeConstraint.
- Improve test coverage by adding tests for various esoteric parts of the
  distribution and edge cases.

[ Other ]
- More efficient use of Type::Tiny::XS by Types::TypeTiny.
- Refactoring of Types::TypeTiny.
- Where various parts of Type::Tiny internally use type constraints to
  check values, prefer is_* and assert_* functions over method calls.

1.011_008 2020-10-07

[ Documentation ]
- Some minor tidyups and updates to Type::Tiny::Manual.

[ Test Suite ]
- Better tests for the placeholder type constraints created by
  Type::Library -declare flag.
- Test integration with Type::Nano as an example of a generic
  non-Type::Tiny type constraint class.
- Test that $type->() works with subclasses that override the
  assert_return method.
- Write tests for some internal undocumented methods.

[ Other ]
- Added: Type::Utils::assert() function.

1.011_007 2020-10-06

[ Bug Fixes ]
- ArgsObject inlining was closing over a coderef in a way that didn't work
  on archaic versions of Perl. Resolve by calling the coderef outside the
  closure.

1.011_006 2020-10-02

[ Documentation ]
- Include JSONCapable type example.

[ Test Suite ]
- Improved test coverage for Type::Library.
- Improved test coverage for Type::Params.
- Improved test coverage for Type::Registry.
- Improved test coverage for Type::Tiny::Union.
- Improved tests for Type::Utils::is().
- Various tests for garbage collection using Devel::Refcount.

[ Other ]
- Added: Type::Params now exports an ArgsObject type constraint.
- Test::TypeTiny's should_pass and should_fail exercise type constraints
  in even more ways in EXTENDED_TESTING mode.

1.011_005 2020-09-30

- Added: Type::Library import now supports -extends and -utils flags.
- Type::Library -base import flag now marks the caller package as loaded
  in %INC.

1.011_004 2020-09-30

[ Bug Fixes ]
- Make predeclared type constraints work better for Zydeco.

[ Documentation ]
- Document that ArrayLike and HashLike are now parameterizable.

[ Test Suite ]
- Make test suite work better with App::Yath.

1.011_003 2020-09-25

[ Bug Fixes ]
- Old versions of Data::Dumper would sometimes die when dumping certain
  overloaded objects. Type::Tiny::_dd() now catches this in an eval {}.
- Types::Standard would sometimes complain about very old versions of
  Scalar::Util.

[ Other ]
- ArrayLike and HashLike are now parameterizable, though the
  implementation for the parameterized version is in pure Perl, not XS.
- Type::Tiny::Enum better caches regexps.
- Updated: ArrayLike, HashLike, CodeLike, and StringLike type constraints
  can use XS if Type::Tiny::XS 0.022 is installed.

1.011_002 2020-09-22

- Added: Type::Utils now exports an `is` function but it needs to be
  requested explicitly.

1.011_001 2020-09-21

[ Documentation ]
- Update the NEWS file.

[ Other ]
- Added: Add new list processing functions to Type::Tiny.

1.011_000 2020-09-15

[ Documentation ]
- Describe deficiencies of is_* functions for parameterized types.
  Fixes RT#132918.
  <https://rt.cpan.org/Public/Bug/Display.html?id=132918>

[ Other ]
- Type::Tiny::Enum now generates faster regexps to validate enums. (Code
  stolen from Regexp::Trie.)

(wiz)

2021-04-26 15:14:56 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Suite to 0.000139

(wiz)

2021-04-26 15:14:47 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000139.

0.000139  2020-12-15 19:48:07-08:00 America/Los_Angeles

    - Merge PR to add ISA checks
    - Fix Manual module that was missing package/return true

0.000138  2020-10-21 19:46:07-07:00 America/Los_Angeles

    - Merge doc fix from PR
    - Merge strict fix for test

0.000137  2020-10-21 18:22:07-07:00 America/Los_Angeles

    - Test new syntax `use Test2::Plugin::SRand seed => $seed;`
    - Update GitHub workflow with deprecated add-path

0.000136  2020-10-05 22:05:24-07:00 America/Los_Angeles

    - Fix typo Test2::Builder -> Test::Builder
    - Improve import logic for SRand
    - Other misc typo fixes

(wiz)

2021-04-26 15:12:41 UTC MAIN commitmail json YAML

p5-Test-Script: update to 1.27.

1.27      2021-02-17 13:15:57 -0700
  - Documentation improvements (RRWO++ gh#31, gh#30)

(wiz)

2021-04-26 15:10:33 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Output to 1.033

(wiz)

2021-04-26 15:10:24 UTC MAIN commitmail json YAML

p5-Test-Output: update to 1.033.

1.033 2021-02-11T00:21:54Z
* v1.032 had some regressions because I released 1.031 from an
unmerged branch. https://github.com/briandfoy/test-output/issues/8
This was noticed by Tina Müller in https://github.com/os-autoinst/os-autoinst/pull/1622
* I didn't realize that I'd released an experiment in 2017, but
no own complained until it was reverted (by releasing from master).
The experiment worked I guess? Sub::Exporter is gone, so the
dependency tree for this is greatly reduced, and now it's gone
again.

1.032 2021-01-28T22:15:07Z
* Fix cut-n-paste error in docs (Github #6, hexcoder)

(wiz)

2021-04-26 15:08:20 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Manifest to 2.022

(wiz)

2021-04-26 15:08:11 UTC MAIN commitmail json YAML

p5-Test-Manifest: update to 2.022.

2.022 2021-01-16T13:29:49Z
* freshen distro, remove Travis CI, add Github Actions
* choroba fixed parallel testing (Github #4)

(wiz)

2021-04-26 15:07:27 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-LeakTrace to 0.17

(wiz)

2021-04-26 15:07:17 UTC MAIN commitmail json YAML

p5-Test-LeakTrace: update to 0.17.

0.17 2021-01-05
    - Point issue tracker at github

(wiz)

2021-04-26 15:06:18 UTC MAIN commitmail json YAML

doc: more p5 packages.

(wiz)

2021-04-26 15:05:38 UTC MAIN commitmail json YAML

doc: Updated net/s6-networking to 2.4.1.1

(schmonz)

2021-04-26 15:05:30 UTC MAIN commitmail json YAML

Update to 2.4.1.1. From the changelog:

- Libraries and binaries don't have the .note.GNU-stack section stripped
  anymore. Previously, "make strip" would strip that section, which
  would sometimes (depending on the toolchain) cause binaries to be
  incorrectly tagged as needing an executable stack. This is not a
  security issue in itself, but an executable stack makes it easier for
  an attacker to turn bugs into exploits, so it should be avoided
  whenever possible. Thanks to Xavier Stonestreet for reporting and
  finding the cause of the problem.

- Link tests are now performed with a regular file as their
  output, instead of /dev/null, which makes them more portable to
  old/buggy linkers.

Bump default BUILDLINK_API_DEPENDS to match.

(schmonz)

2021-04-26 15:05:29 UTC MAIN commitmail json YAML

p5-Term-ReadLine-Gnu: update to 1.40.

1.40  2021-02-23
        - Migrate the repository and the bug tracker to GitHub

1.39  2021-02-22
        - Makefile.PL
            - some more fix for Homebrew on macOS [rt.cpan.org #133846]

1.38  2021-02-22
        - Makefile.PL
            - run 'brew --prefix ncurses' internally to detect ncurses installed
              by Homebrew on macOS [rt.cpan.org #133846]
            - utilize ExtUtils::Liblist::ext() [rt.cpan.org #134408]
              On macOS Big Sur or later 'perl Makefile.PL' may warn as
                "Could not find neither libtermcap, libtinfo, libncurses, or libcurses."
              You should be able to ignore this warning if you have Xcode installed. See
                https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/381
              for details. To suppress this message, use ExtUtils::MakeMaker 7.58 or later.
            - can specify multiple directories on --prefix, --libdir, and
              --includedir options by separating them with colons
        - INSTALL
            - update for changes above and so on.

1.37  2020-12-27
- readline-8.1 support
    new function
rl_activate_mark
rl_deactivate_mark
rl_keep_mark_active
rl_mark_active_p
    use native operate_and_get_next on GNU ReadLine 8.1 and later.
- Gnu.xs: warns if attempted completion function returns undef in pos 0.
  [rt.cpan.org #132384]
- ppport.h: update from version 3.31 to version 3.52.
- fixes to be more CPAN Testers friendly
  - Makefile.PL exits 0 when $TERM is not set properly. [rt.cpan.org #128806]
        - update URLs of the GNU Readline Library manual website. [rt.cpan.org #131362]
        - update URLs of soundgrab.

(wiz)

2021-04-26 15:05:18 UTC MAIN commitmail json YAML

doc: Updated net/s6-dns to 2.3.5.1

(schmonz)

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

Update to 2.3.5.1. From the changelog:

- Libraries and binaries don't have the .note.GNU-stack section stripped
  anymore. Previously, "make strip" would strip that section, which
  would sometimes (depending on the toolchain) cause binaries to be
  incorrectly tagged as needing an executable stack. This is not a
  security issue in itself, but an executable stack makes it easier for
  an attacker to turn bugs into exploits, so it should be avoided
  whenever possible. Thanks to Xavier Stonestreet for reporting and
  finding the cause of the problem.

- Link tests are now performed with a regular file as their
  output, instead of /dev/null, which makes them more portable to
  old/buggy linkers.

Bump default BUILDLINK_API_DEPENDS to match.

(schmonz)

2021-04-26 15:04:35 UTC MAIN commitmail json YAML

doc: Updated misc/s6-portable-utils to 2.2.3.2

(schmonz)

2021-04-26 15:04:29 UTC MAIN commitmail json YAML

p5-Sub-HandlesVia: update to 0.016.

0.016 2020-09-20

[ Bug Fixes ]
- Fix load order issue where handles_via is used in a Moo::Role when
  Moo.pm isn't loaded yet.

(wiz)

2021-04-26 15:04:02 UTC MAIN commitmail json YAML

doc: Updated sysutils/s6 to 2.10.0.3

(schmonz)

2021-04-26 15:03:53 UTC MAIN commitmail json YAML

Update to 2.10.0.3. From the changelog:

- Libraries and binaries don't have the .note.GNU-stack section stripped
  anymore. Previously, "make strip" would strip that section, which
  would sometimes (depending on the toolchain) cause binaries to be
  incorrectly tagged as needing an executable stack. This is not a
  security issue in itself, but an executable stack makes it easier for
  an attacker to turn bugs into exploits, so it should be avoided
  whenever possible. Thanks to Xavier Stonestreet for reporting and
  finding the cause of the problem.

- Link tests are now performed with a regular file as their
  output, instead of /dev/null, which makes them more portable to
  old/buggy linkers.

Bump default BUILDLINK_API_DEPENDS to match.

(schmonz)

2021-04-26 15:03:01 UTC MAIN commitmail json YAML

doc: Updated lang/execline to 2.8.0.1

(schmonz)

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

Update to 2.8.0.1. From the changelog:

- Libraries and binaries don't have the .note.GNU-stack section stripped
  anymore. Previously, "make strip" would strip that section, which
  would sometimes (depending on the toolchain) cause binaries to be
  incorrectly tagged as needing an executable stack. This is not a
  security issue in itself, but an executable stack makes it easier for
  an attacker to turn bugs into exploits, so it should be avoided
  whenever possible. Thanks to Xavier Stonestreet for reporting and
  finding the cause of the problem.

- Link tests are now performed with a regular file as their
  output, instead of /dev/null, which makes them more portable to
  old/buggy linkers.

Bump default BUILDLINK_API_DEPENDS to match.

(schmonz)

2021-04-26 15:02:41 UTC MAIN commitmail json YAML

doc: Updated devel/p5-String-Util to 1.32

(wiz)

2021-04-26 15:02:32 UTC MAIN commitmail json YAML

p5-String-Util: update to 1.32.

1.32  2021-03-26 14:06:00 PDT

- Per bug reports, trim(undef) will return undef

- Add a custom separtor option to sanitize

(wiz)

2021-04-26 15:02:12 UTC MAIN commitmail json YAML

Note fdtools PKGREVISION bump.

(schmonz)

2021-04-26 15:01:42 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Specio to 0.47

(wiz)

2021-04-26 15:01:33 UTC MAIN commitmail json YAML

p5-Specio: update to 0.47.

0.47    2021-01-29

- Change Specio constraint object's stringification overloading to return the
  type name rather than the default Perl object stringification, which gives
  you something like
  "Specio::Constraint::Parameterized=HASH(0x564d258efb48)". Anonymous are
  special cased to return something you can print.

- All types now overload the `eq` comparison operator. Moose expects types to
  be comparable in this manner when doing role summation. This fixes a bug
  reported by Martin Gruner. GH #18.

(wiz)

2021-04-26 15:00:21 UTC MAIN commitmail json YAML

doc: Updated devel/p5-PkgConfig to 0.25026

(wiz)

2021-04-26 15:00:16 UTC MAIN commitmail json YAML

Bump PKGREVISION for skalibs update.

(schmonz)

2021-04-26 15:00:12 UTC MAIN commitmail json YAML

p5-PkgConfig: update to 0.25026.

0.25026 2020-11-11 03:32:17 -0700
  - Handle spaces in Perl and PkgConfig.pm path (gh#47, gh#52)
  - Fixed bug where --print-errors and --silence-errors were backwards,
    and the default was wrong (gh#53, gh#54, SLAFFAN++)

(wiz)

2021-04-26 14:59:55 UTC MAIN commitmail json YAML

doc: Updated devel/skalibs to 2.10.0.3

(schmonz)

2021-04-26 14:59:46 UTC MAIN commitmail json YAML

Update to 2.10.0.3. From the changelog:

- Libraries and binaries don't have the .note.GNU-stack section stripped
  anymore. Previously, "make strip" would strip that section, which
  would sometimes (depending on the toolchain) cause binaries to be
  incorrectly tagged as needing an executable stack. This is not a
  security issue in itself, but an executable stack makes it easier for
  an attacker to turn bugs into exploits, so it should be avoided
  whenever possible. Thanks to Xavier Stonestreet for reporting and
  finding the cause of the problem.

- Link tests are now performed with a regular file as their
  output, instead of /dev/null, which makes them more portable to
  old/buggy linkers.

- Bugfixes.

Bump default BUILDLINK_API_DEPENDS to match.

(schmonz)

2021-04-26 14:57:36 UTC MAIN commitmail json YAML

doc: Updated filesystems/p5-Path-Tiny to 0.118

(wiz)

2021-04-26 14:56:12 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Params-Validate to 1.30

(wiz)

2021-04-26 14:56:03 UTC MAIN commitmail json YAML

p5-Params-Validate: update to 1.30.

Fix build/test depends.

1.30    2020-10-18

- Support pure Perl builds via the standard incantation of `perl Build.PL
  --pureperl_only`. The `--pp` flag is still supported. Implemented by Diab
  Jerius. GH @17.

(wiz)

2021-04-26 14:53:38 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Params-Coerce to 0.15

(wiz)

2021-04-26 14:53:28 UTC MAIN commitmail json YAML

p5-Params-Coerce: update to 0.15.

0.15      2021-01-09 00:41:40Z
        - distribution tooling updates

(wiz)

2021-04-26 14:52:27 UTC MAIN commitmail json YAML

doc: Updated devel/p5-PadWalker to 2.5

(wiz)

2021-04-26 14:52:18 UTC MAIN commitmail json YAML

p5-PadWalker: update to 2.5.

2.4  Sat 26 Sep 2020 18:39:17 BST
    - Names of utf8 lexical vars not reported correctly
      https://rt.cpan.org/Ticket/Display.html?id=133424

2.5  Sun 27 Sep 2020 13:22:11 BST
    - Make 2.4 compatible with older perl.

(wiz)

2021-04-26 14:51:14 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Package-Stash to 0.39

(wiz)

2021-04-26 14:51:04 UTC MAIN commitmail json YAML

p5-Package-Stash: update to 0.39.

Fix build/test dependencies.

0.39      2020-11-22 01:26:43Z
    - updated distribution metadata and packaging
    - configuration phase now uses ExtUtils::HasCompiler

(wiz)

2021-04-26 14:48:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-MooX-HandlesVia to 0.001009

(wiz)

2021-04-26 14:47:52 UTC MAIN commitmail json YAML

p5-MooX-HandlesVia: update to 0.001009.

0.001009  2020-10-16 10:53:01+01:00 Europe/London
  - new maintainer (@mattp -> @tobyink)
  - update repo links
  - mention Sub::HandlesVia in documentation

(wiz)

2021-04-26 14:46:13 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Moo to 2.005004

(wiz)

2021-04-26 14:46:04 UTC MAIN commitmail json YAML

p5-Moo: update to 2.005004.

2.005004 - 2021-03-29
  - fix file set in %INC in create_class_with_roles (RT#134845)

2.005003 - 2021-03-21
  - silence 'once' warnings from Moo::_Utils

2.005_002 - 2021-01-22
  - fix C3 test skipping properly when MRO::Compat not available on perl < 5.10

2.005_001 - 2021-01-20
  - fix perl version check in global destruction code

2.005_000 - 2021-01-20
  - remove MooseX::Types from developer prereqs
  - recommend Sub::Util rather than Sub::Name, since Sub::Util is in core
  - fix line numbers when using oo module (perl -Moo)
  - adjust some author tests to rely less on external modules
  - lower Exporter prereq to any version
  - bump Role::Tiny prereq to 2.003004
  - refactor and simplify role application code, as allowed by new Role::Tiny
    version
  - switch to using normal strict+warnings rather than strictures for authors
  - remove strictures from recommends, as Moo does not use it anywhere
  - remove Task::Weaken prereq, as it served no purpose
  - remove MRO::Compat prereq, using it only when user code does
  - remove use of Devel::GlobalDestruction in code, only using
    Devel::GlobalDestruction::XS when it is available. Devel::GlobalDestruction
    is still a dependency on perl < 5.14 to facilitate the installation of the
    ::XS module.
  - Moo now has no mandatory perl version specific dependencies. The version
    specific modules are now optional or not used. This means code using Moo can
    be fatpacked on a new perl version without special cases, and it will work
    on older perl versions.

2.004004 - 2020-11-25
  - fix error location test when using core Carp on perl 5.8.9 - 5.10.1

2.004003 - 2020-11-21
  - fix extraneous MANIFEST entry

2.004002 - 2020-11-20
  - no changes
  - releasing as stable

2.004_001 - 2020-07-30
  - remove Module::Runtime prerequisite
  - internal code cleanups
  - added test for conflicts in extensions wrapping 'has' and similar subs

(wiz)

2021-04-26 14:44:53 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Role-Tiny to 2.002004

(wiz)

2021-04-26 14:44:44 UTC MAIN commitmail json YAML

p5-Role-Tiny: update to 2.002004.

2.002004 - 2021-01-24
  - restore requiring base class when using create_class_with_roles, which was
    accidentally lost in 2.002_000 (RT#134075)

2.002003 - 2021-01-11
  - set dynamic_config to 0 and x_static_install to 1
  - fixed filenames in dependents author test to not use colons
  - removed MRO::Compat from prereqs as it is no longer used
  - marked Class::Method::Modifiers as a hard developer dependency rather than
    a recommended developer dependency
  - rewrote test for namespace cleaning to not require namespace::clean, and
    moved it from an author test to a normal test
  - removed namespace::autoclean from developer prereqs

2.002_002 - 2021-01-03
  - refactored some internals for subclasses to use
  - methods_provided_by will ensure the module is loaded before checking for
    methods

2.002_001 - 2020-12-27
  - fix tests when Class::Method::Modifiers is not installed

2.002_000 - 2020-12-23
  - Refactored create_class_with_roles to not use "composable packages". This
    was an optimization for when a role is used in many different uses of
    create_class_with_roles, but required an entirely separate implementation,
    which did not have fully compatible behavior. It would also result in
    methods using modifiers being slower.
  - Add documentation for what methods will be composed from a role
    (RT#133363)
  - Fix backwards compatibility with older versions of Moo when interacting
    with Moose.
  - Treat modifiers as required methods during create_class_with_roles.
  - Fixed methods being no longer composed after they participated in an
    allowed conflict.
  - Dropped use of MRO::Compat.
  - Test cleanups for checking requires during create_class_with_roles.
  - Additional tests to confirm internal role application steps can be fully
    qualified.
  - Fix Pod links to Class::Method::Modifiers
  - Tweaks to author tests
  - Additional tests for working with older Moo versions
  - Additional tests for module loading
  - Allow method modifiers to be specified with an array reference of method
    names, rather than a list. This now matches how the corresponding
    Class::Method::Modifiers subs can be called.

(wiz)

2021-04-26 14:40:29 UTC MAIN commitmail json YAML

doc: Updated devel/p5-List-MoreUtils to 0.430

(wiz)

2021-04-26 14:40:20 UTC MAIN commitmail json YAML

p5-List-MoreUtils: update to 0.430.

0.430 2020-10-21
    - bump List::MoreUtils::XS requirement to 0.430
    - release 0.429_001 without any further changes

0.429_001 2020-10-05
    - fix failing installation in parallel make (Issue#38)
    - infrastructure improvements and tooling updates,
      lot's of author tests with according fixes added
    - added slide and slideatatime functions wished by SCHWERN
    - documentation fixes (PR#21, PR#33, PR#34, RT#126029, RT#132043, RT#132940)

(wiz)

2021-04-26 14:39:26 UTC MAIN commitmail json YAML

doc: Updated devel/p5-List-MoreUtils-XS to 0.430

(wiz)

2021-04-26 14:39:17 UTC MAIN commitmail json YAML

p5-List-MoreUtils-XS: update to 0.430.

0.430 2020-10-21
    - re-release 0.429_002 without further changes

0.429_002 2020-10-05
    - fix parts of RT#132043: listcmp misbehave in XS implementation
      (thanks to Henrik Pauli for reporting)

0.429_001 2020-10-02
    - fix parts of RT#123989: more $a/$b/$_ refcounting bugs
      since some bugs are simply reported wrong, dealing with them breaks
      more (including running code) than it solves. Way to heavy to feel
      better ...
    - introduce functions slide and slideatatime (wished by SCHWERN)
    - toolchain fixes
    - fix RT#133128 - LANG=nb_NO.utf8 related str tests fails (thanks, SJN
      for reporting and provide a reasonable fix)
    - fix issue#7 (Typo), thanks AMBS for reporting

(wiz)

2021-04-26 14:38:24 UTC MAIN commitmail json YAML

doc: Updated converters/p5-JSON-XS to 4.03

(wiz)

2021-04-26 14:38:15 UTC MAIN commitmail json YAML

p5-JSON-XS: update to 4.03.

4.03 Tue Oct 27 19:05:01 CET 2020
- when parsing comments in relaxed mode, JSON::XS would detect garbage
          after the JSON text if the comment is after the end and does not end in
          a newline (reported by Felipe Gasper).

(wiz)

2021-04-26 14:37:23 UTC MAIN commitmail json YAML

doc: Updated converters/p5-JSON-Parse to 0.61

(wiz)

2021-04-26 14:37:14 UTC MAIN commitmail json YAML

p5-JSON-Parse: update to 0.61.

0.61 2021-02-11

* Add upgrade_utf8 method

0.60 2021-01-26

* Add "read" method to read a file from an object
* Rename "run" to "parse" (old name is still OK)
* "tokenize_child" no longer returns parent on failure
* Add JSON::Whitespace (manipulate JSON whitespace) to the module

0.59 2021-01-26

* "json_file_to_perl" renamed "read_json"
* Documentation work
-- Benchmarks section updated with latest versions, add Cpanel::JSON::XS
-- Add Metacpan vote ratings to other CPAN modules section
-- Sections reordered to put methods above parsing details

0.58 2021-01-01

* Protect against stack overflows by having maximum parsing depth
-- set_max_depth, get_max_depth methods added
* Documentation updated
-- JSON RFC changed to 8259
-- Discussion of Unicode tests in JSON Test Suite

(wiz)

2021-04-26 14:36:37 UTC MAIN commitmail json YAML

doc: Updated converters/p5-JSON to 4.03

(wiz)

2021-04-26 14:36:28 UTC MAIN commitmail json YAML

p5-JSON: update to 4.03.

4.03 2021-01-24
    - corrected one typo in POD (James E Keenan)
    - updated backportPP with JSON::PP 4.06

(wiz)

2021-04-26 14:35:27 UTC MAIN commitmail json YAML

doc: Updated devel/cbindgen to 0.19.0

(ryoon)

2021-04-26 14:34:41 UTC MAIN commitmail json YAML

cbindgen: Update to 0.19.0

Changelog:
    Simplify types in generics (#663)
    Use --profile=check for macro expansion (#671)
    Use exported name to prefix enum variants (#672)
    Fix path attribute handling in inline submodules (#679)
    Fix a stack overflow with some recursive typedefs (#680)

(ryoon)

2021-04-26 14:31:59 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IO-Async to 0.78

(wiz)

2021-04-26 14:31:53 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird-l10n to 78.10.0

(ryoon)

2021-04-26 14:31:50 UTC MAIN commitmail json YAML

p5-IO-Async: update to 0.78.

0.78    2021-01-21
        [CHANGES]
        * Warn on attempts to ->connect to INADDR(6)_LOOPBACK as some OSes
          (e.g. OpenBSD) do not allow it
        * Various fixes for IO::Async::LoopTests to better support
          IO::Async::Loop::UV:
            + Insert some ->loop_once(0) calls between timing tests to allow
              libuv to clear its pending queues
            + Allow loops to declare that they cannot perform all-child PID
              watch and skip the relevant tests for it if so
        * Have $loop->later return a future instance if not passed any code
          (RT133240)

        [BUGFIXES]
        * Accept more error codes for failure to resolve missing hostname
          (RT131109)
        * Defend against some undef values at global destruction time
          (RT132677)

(wiz)

2021-04-26 14:30:43 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird to 78.10.0

(ryoon)

2021-04-26 14:30:03 UTC MAIN commitmail json YAML

thunderbird: Update t o 78.10.0

Changelog:
Fixes:
Usability & theme improvements on Windows
Various security fixes

Security fixes:
#CVE-2021-23994: Out of bound write due to lazy initialization
#CVE-2021-23995: Use-after-free in Responsive Design Mode
#CVE-2021-23998: Secure Lock icon could have been spoofed
#CVE-2021-23961: More internal network hosts could have been probed by a
malicious webpage
#CVE-2021-23999: Blob URLs may have been granted additional privileges
#CVE-2021-24002: Arbitrary FTP command execution on FTP servers using an
encoded URL
#CVE-2021-29945: Incorrect size computation in WebAssembly JIT could lead to
null-reads
#CVE-2021-29948: Race condition when reading from disk while verifying
signatures

(ryoon)

2021-04-26 13:41:04 UTC MAIN commitmail json YAML

libfolks: Add PLIST substitution for SOEXT, fixes buid on macOS

(cirnatdan)

2021-04-26 13:01:19 UTC MAIN commitmail json YAML

Updated devel/py-astroid, devel/py-pylint

(adam)

2021-04-26 13:00:31 UTC MAIN commitmail json YAML

py-pylint: updated to 2.8.1

What's New in Pylint 2.8.1?
===========================
Release date: 2021-04-25

..
  Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'

* Add numversion back (temporarily) in ``__pkginfo__`` because it broke Pylama and revert the unnecessary
  ``pylint.version`` breaking change.

What's New in Pylint 2.8.0?
===========================
Release date: 2021-04-24

* New refactoring message ``consider-using-with``. This message is emitted if resource-allocating functions or methods of the
  standard library (like ``open()`` or ``threading.Lock.acquire()``) that can be used as a context manager are called without
  a ``with`` block.

* Resolve false positives on unused variables in decorator functions

* Add new extension ``ConfusingConsecutiveElifChecker``. This optional checker emits a refactoring message (R5601 ``confusing-consecutive-elif``)
  if if/elif statements with different indentation levels follow directly one after the other.

* New option ``--output=<file>`` to output result to a file rather than printing to stdout.

* Use a prescriptive message for ``unidiomatic-typecheck``

* Apply ``const-naming-style`` to module constants annotated with
  ``typing.Final``

* The packaging is now done via setuptools exclusively. ``doc``, ``tests``, ``man``, ``elisp`` and ``Changelog`` are
  not packaged anymore - reducing the size of the package by 75%.

* Debian packaging is now  (officially) done in https://salsa.debian.org/python-team/packages/pylint.

* The 'doc' extra-require has been removed.

* ``__pkginfo__`` now only contain ``__version__`` (also accessible with ``pylint.__version__``), other meta-information are still
  accessible with ``from importlib import metadata;metadata.metadata('pylint')``.

* COPYING has been renamed to LICENSE for standardization.

* Fix false-positive ``used-before-assignment`` in function returns.

* Updated ``astroid`` to 2.5.3

* Add ``consider-using-min-max-builtin`` check for if statement which could be replaced by Python builtin min or max

* Don't auto-enable postponed evaluation of type annotations with Python 3.10

* Update ``astroid`` to 2.5.4

* Add new extension ``TypingChecker``. This optional checker can detect the use of deprecated typing aliases
  and can suggest the use of the alternative union syntax where possible.
  (For example, 'typing.Dict' can be replaced by 'dict', and 'typing.Unions' by '|', etc.)
  Make sure to check the config options if you plan on using it!

* Reactivates old counts in report mode.

* During detection of ``inconsistent-return-statements`` consider that ``assert False`` is a return node.

* Run will not fail if score exactly equals ``config.fail_under``.

* Functions that never returns may declare ``NoReturn`` as type hints, so that
  ``inconsistent-return-statements`` is not emitted.

* Improved protected access checks to allow access inside class methods

* Fix issue with PEP 585 syntax and the use of ``collections.abc.Set``

* Fix issue that caused class variables annotated with ``typing.ClassVar`` to be
  identified as class constants. Now, class variables annotated with
  ``typing.Final`` are identified as such.

* Continuous integration with read the doc has been added.

* Don't show ``DuplicateBasesError`` for attribute access

* Fix crash when checking ``setup.cfg`` for pylint config when there are non-ascii characters in there

* Allow code flanked in backticks to be skipped by spellchecker

* Allow Python tool directives (for black, flake8, zimports, isort, mypy, bandit, pycharm) at beginning of comments to be skipped by spellchecker

* Fix issue that caused emacs pylint to fail when used with tramp

* Improve check for invalid PEP 585 syntax inside functions
  if postponed evaluation of type annotations is enabled

* Improve check for invalid PEP 585 syntax as default function arguments

(adam)

2021-04-26 12:58:24 UTC MAIN commitmail json YAML

py-astroid: updated to 2.5.6

What's New in astroid 2.5.6?
============================
Release Date: 2021-04-25

* Fix retro-compatibility issues with old version of pylint

What's New in astroid 2.5.5?
============================
Release Date: 2021-04-24

* Fixes the discord link in the project urls of the package.

What's New in astroid 2.5.4?
============================
Release Date: 2021-04-24

* The packaging is now done via setuptools exclusively. ``doc``, ``tests``, and ``Changelog`` are
  not packaged anymore - reducing the size of the package greatly.

* Debian packaging is now  (officially) done in https://salsa.debian.org/python-team/packages/astroid.

* ``__pkginfo__`` now  only contain ``__version__`` (also accessible with ``astroid.__version__``),
  other meta-information are still accessible with ``import importlib;metadata.metadata('astroid')``.

* Added inference tip for ``typing.Tuple`` alias

* Fix crash when evaluating ``typing.NamedTuple``

* COPYING was removed in favor of COPYING.LESSER and the latter was renamed to LICENSE to make more apparent
  that the code is licensed under LGPLv2 or later.

* Moved from appveyor and travis to Github Actions for continuous integration.

(adam)

2021-04-26 12:56:28 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IO-AIO to 4.75

(wiz)

2021-04-26 12:56:18 UTC MAIN commitmail json YAML

p5-IO-AIO: update to 4.75.

4.75 Wed Dec 30 08:44:55 CET 2020
- removed leftover debug output from treescan.
- added (but not documented) waitid-P_*, FSPICK_*, FSOPEN_*,
          FSCONFIG_*, MOUNT_ATTR_* constants.

4.74 Tue Dec 29 16:19:28 CET 2020
- added pidfd_open, pidfd_getfd and pidfd_send_signal functions.
        - rework bin/treescan to avoid recursion. This fixes two bugs
          where a deep directory traversal or a lot of command line
          arguments could cause it to crash.
- added (but not documented) open_tree, AT_* and move_mount flags.
        - support defining syscall numbers in gendef0.

4.73 Fri Dec  4 02:08:37 CET 2020
- def0.h was not uptodate, running into musl problems
          (reported by B Fraser).
- IO::AIO::splice and IO::AIO::tee didn't properly return
          64 bit values.
- added IO::AIO::accept4.
- add various F_SEAL related fcntl constants.
        - removed experimental marker for fdlimit functions.
        - fiemap now includes the last segment even if it overflows
          the end offset, which is arguably the correct behaviour.

(wiz)

2021-04-26 12:54:57 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Future to 0.47

(wiz)

2021-04-26 12:54:46 UTC MAIN commitmail json YAML

p5-Future: update to 0.47.

0.47    2021-01-01
        [BUGFIXES]
        * Don't weaken() the waiting future in Future::Mutex as that causes
          it to be dropped in some situations

0.46    2020-10-19
        [CHANGES]
        * Provide AWAIT_CHAIN_CANCEL named method for compatibility with
          upcoming Future::AsyncAwait::Awaitable method rename

        [BUGFIXES]
        * Ensure that Future::Mutex returns proper cloned future instances
          when waiting (RT133563)

(wiz)

2021-04-26 12:53:14 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-Which to 1.24

(wiz)

2021-04-26 12:53:05 UTC MAIN commitmail json YAML

p5-File-Which: update to 1.24.

1.24      2021-03-19 05:50:14 -0600
  - Documentation improvements
  - Moved repository to new github org

(wiz)

2021-04-26 12:52:11 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-ShareDir to 1.118nb3

(wiz)

2021-04-26 12:52:02 UTC MAIN commitmail json YAML

p5-File-ShareDir: update to 1.118nb3.

Add missing build dependency.

1.118 2020-10-21
    - Releasing 1.117_001 without further changes

1.117_001 2020-09-25
    - fix failing test of dependencies after in 1.116 (from 1.112),
      thanks to Dirk Stæ—¦cker for reporting via RT#127376 and
      Mohammad S Anwar (@manwar) for providing the fix via Github
      PR#14
    - Fix RT#133368 (PR#15): Fix running tests in parallel submitted
      by Kent Fredric (KENTNL) and fix provided by Tom Hukins (@tomhukins)
    - Fix RT#125907: spelling error in manpage - thanks to Lucas Kanashiro
      for reporting and Graham Knop (@haarg) for kicking me by submitting
      PR#17

(wiz)

2021-04-26 12:48:50 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Date-Manip to 6.85

(wiz)

2021-04-26 12:48:41 UTC MAIN commitmail json YAML

p5-Date-Manip: update to 6.85.

6.85  2021-03-01
  -  Test fixes
        Missed some tests that were failing.

6.84  2021-03-01
  -  Time zone fixes
        Newest zoneinfo data (tzdata 2021a).

  -  Language fixes
        Corrections and additions to Italian. Patch supplied by Leo
        Cacciari (GitHub #33)

(wiz)

2021-04-26 12:46:49 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Config-Tiny to 2.26

(wiz)

2021-04-26 12:46:40 UTC MAIN commitmail json YAML

p5-Config-Tiny: update to 2.26.

2.26  2021-02-01T17:11:00
- Update POD to change RT to github.
- Reformat Makefile.PL.

2.25  2021-01-31T20:29:00
- Merge in clean-up patches from Karen Etheridge, with thanx.
- Add back file t/0. Who deleted it? It is required for t/05.zero.t.
- Update Makefile.PL to switch issue tracker from rt.cpan.org to github.

(wiz)

2021-04-26 12:45:48 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Alien-Build to 2.38

(wiz)

2021-04-26 12:45:39 UTC MAIN commitmail json YAML

p5-Alien-Build: update to 2.38.

2.38      2021-01-11 14:35:54 -0700
  - Fixed a bug the can cause an array dereference error in pkg-config command line
    plugin on MSYS2 / MinGW environment (gh#243)
  - Changed the auto-generated module name for Test::Alien, in a way that works
    around a probable bug / issue with ExtUtils::CBuilder (gh#243)

(wiz)

2021-04-26 11:33:50 UTC MAIN commitmail json YAML

Updated graphics/libjpeg-turbo, net/haproxy

(adam)

2021-04-26 10:54:03 UTC MAIN commitmail json YAML

doc: Updated shells/pbosh to 20210421

(micha)

2021-04-26 10:52:42 UTC MAIN commitmail json YAML

shells/pbosh: Update to 20210421

Changelog from AN-2021-01-05:
- Bourne Shell: When we introduced ${.sh.path} in February 2020, we did
  use the "new" and POSIX-only function realpath() that is not present
  on e.g. Ultrix. We now use abspath() from libschily if realpath() is
  missing.

  Note that abspath() is better than realpath(), as it supports path
  names longer than PATH_MAX, but since ${.sh.path} is only used to
  return the absolute pathname for the current shell binary, this is
  not a problem and on the other side, we can avoid linking against
  libschily this way, so shell scripting with lazy linking is faster
  since less libraries need to be linked at startup.

Changelog from AN-2021-04-21:
- Bourne Shell: gmatch.c: The new version no longer aborts with an
  illegal multi byte sequence as "no match". As a result, the "*"
  now again matches any filename - even if the filename contains an
  illegal multi-byte sequence. This is a problem that did not exist
  on the original Bourne Shell from Solaris that used gmatch() from
  the AT&T libgen, but since we added our private portable gmatch.c.
  to get better portability.

  Thanks to Stephane Chazelas for reporting the problem related to
  multi-byte to wide character conversion and illegal multi byte
  sequences in the case statement and filesystem globbing.

- Bourne Shell: word.c::readwc() no longer uses prwc() but rather
  a loop on the original multi-byte stream to print the "set -v"
  output. This permits to output the original input data in any
  case instead of stumbling over illegal multi-byte sequences.

  Thanks to Stephane Chazelas for reporting the general problem
  with input byte sequences that cause an EILSEQ error.

- Bourne Shell: struct fileblk now remembers lastwc and the related
  input string as fileblk->mbs[] in order to avoid incorrect
  conversions via wctomb() in case that the input wide char was a
  result from an EILSEQ conversion and thus has no related multi
  byte string.

  An important visible result of that change is that input read
  by the builtin command read(1) correctly forwards input that
  caused an EILSEQ error.

  It could not be verified whether this covers all possible similar
  cases, but it is at least very close to a completely correct
  solution.

  Thanks to Stephane Chazelas for reporting the general problem
  with input byte sequences that cause an EILSEQ error.

- Bourne Shell: xec.c: Cstyle changes

- Bourne Shell: the Copyright messages now mention 2021

(micha)

2021-04-26 10:46:59 UTC MAIN commitmail json YAML

doc: Updated shells/bosh to 20210421

(micha)

2021-04-26 10:45:39 UTC MAIN commitmail json YAML

shells/bosh: Update to 20210421

Changelog from AN-2021-01-05:
- Bourne Shell: When we introduced ${.sh.path} in February 2020, we did
  use the "new" and POSIX-only function realpath() that is not present
  on e.g. Ultrix. We now use abspath() from libschily if realpath() is
  missing.

  Note that abspath() is better than realpath(), as it supports path
  names longer than PATH_MAX, but since ${.sh.path} is only used to
  return the absolute pathname for the current shell binary, this is
  not a problem and on the other side, we can avoid linking against
  libschily this way, so shell scripting with lazy linking is faster
  since less libraries need to be linked at startup.

Changelog from AN-2021-04-21:
- Bourne Shell: gmatch.c: The new version no longer aborts with an
  illegal multi byte sequence as "no match". As a result, the "*"
  now again matches any filename - even if the filename contains an
  illegal multi-byte sequence. This is a problem that did not exist
  on the original Bourne Shell from Solaris that used gmatch() from
  the AT&T libgen, but since we added our private portable gmatch.c.
  to get better portability.

  Thanks to Stephane Chazelas for reporting the problem related to
  multi-byte to wide character conversion and illegal multi byte
  sequences in the case statement and filesystem globbing.

- Bourne Shell: word.c::readwc() no longer uses prwc() but rather
  a loop on the original multi-byte stream to print the "set -v"
  output. This permits to output the original input data in any
  case instead of stumbling over illegal multi-byte sequences.

  Thanks to Stephane Chazelas for reporting the general problem
  with input byte sequences that cause an EILSEQ error.

- Bourne Shell: struct fileblk now remembers lastwc and the related
  input string as fileblk->mbs[] in order to avoid incorrect
  conversions via wctomb() in case that the input wide char was a
  result from an EILSEQ conversion and thus has no related multi
  byte string.

  An important visible result of that change is that input read
  by the builtin command read(1) correctly forwards input that
  caused an EILSEQ error.

  It could not be verified whether this covers all possible similar
  cases, but it is at least very close to a completely correct
  solution.

  Thanks to Stephane Chazelas for reporting the general problem
  with input byte sequences that cause an EILSEQ error.

- Bourne Shell: xec.c: Cstyle changes

- Bourne Shell: the Copyright messages now mention 2021

(micha)

2021-04-26 10:39:26 UTC MAIN commitmail json YAML

doc: Updated devel/smake to 1.4

(micha)

2021-04-26 10:38:11 UTC MAIN commitmail json YAML

devel/smake: Update to 1.4

Changelog from AN-2021-04-21:
- smake: We now support the idiosyncratic way, GNU make implements ::=
  that results in unpredictable behavior with larger makefiles since ::=
  creates a different macro type that causes the += operator to behave
  different from the usual way introduced in January 1986 by SunPro Make.
  += does not expand the right hand side before appending to an existing
  make macro since it has been introduced in January 1986.

  += now expands the right hand side before appending to an existing
  ::= typed macro. Such a macro is created if the first assignment
  to that macro is done via ::=.

  Using such a make macro does not expand such macros at use time.
  This includes expansions to the left side and the right side of
  a colon (:) dependency list and expansions for rule commands.

- smake: The new operators :::= and +:= have been introduced in
  order to add an orthogonal (and thus better) counterpart to the
  GNU make ::= feature that has become part of the upcoming POSIX
  ISSUE 8.

  We will propose this as a new POSIX feature soon. In special since
  it has been implemented in smake and SunPro Make, see below.

  :::= assigns a normal make macro after expanding the right hand side

  +:=  appends to any maro type after expanding the right hand side

  This permits predictable behavior for larger or structured makefile
  systems (based on the "include" statement), where it is not possible
  to know easily whether a mace macro has been created with a
  NAME=value assignment or with a NAME:=value assignment.

  Note that the official method in make since 45 years (since make
  exists) to prohibit macro expansion is not to use a ::= type macro
  but rather to use two '$' signs in the related value of the macro.

- smake: The man page now mentions the new features

- smake: The option -j maxjobs is now supported, but ignored.

  This makes smake compatible to the upcoming POSIX ISSUE 8

- smake: added a new function ungetch().

- smake: version bumped to 1.4

(micha)

2021-04-26 08:20:01 UTC MAIN commitmail json YAML

haproxy: updated to 2.3.10

2.3.10
- BUILD: backend: fix build breakage in idle conn locking fix
- BUG/MINOR: tcp: fix silent-drop workaround for IPv6
- BUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on FreeBSD/MacOS
- BUG/MINOR: ssl: Fix update of default certificate
- BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one
- BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields
- BUG/MINOR: ssl: Add missing free on SSL_CTX in ckch_inst_free
- REGTESTS: ssl: "set ssl cert" and multi-certificates bundle
- DOC: Explicitly state only IPv4 are supported by forwardfor/originalto options
- REGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken
- CONTRIB: halog: fix issue with array of type char
- BUG/MINOR: tools: fix parsing "us" unit for timers
- DOC: clarify that compression works for HTTP/2
- MINOR: No longer rely on deprecated sample fetches for predefined ACLs
- BUG/MEDIUM: sample: Fix adjusting size in field converter
- DOC: ssl: Certificate hot update only works on fronted certificates
- BUG/MEDIUM: threads: Ignore current thread to end its harmless period
- BUG/MINOR: checks: Set missing id to the dummy checks frontend
- MINOR: logs: Add support of checks as session origin to format lf strings
- BUG/MINOR: connection: Fix fc_http_major and bc_http_major for TCP connections
- MINOR: connection: Make bc_http_major compatible with tcp-checks
- BUG/MINOR: ssl-samples: Fix ssl_bc_* samples when called from a health-check
- BUG/MINOR: http-fetch: Make method smp safe if headers were already forwarded
- BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stline() function
- BUG/MINOR: logs: Report the true number of retries if there was no connection
- BUG/MINOR: mux-h1: Release idle server H1 connection if data are received
- BUG/MINOR: server: free srv.lb_nodes in free_server
- BUG/MAJOR: mux-h2: Properly detect too large frames when decoding headers
- BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames
- BUG/MEDIUM: config: fix cpu-map notation with both process and threads
- BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases
- BUG/MINOR: mworker: don't use oldpids[] anymore for reload
- BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data
- BUG/MINOR: peers: remove useless table check if initial resync is finished
- BUG/MEDIUM: peers: re-work connection to new process during reload.
- BUG/MEDIUM: peers: re-work refcnt on table to protect against flush

(adam)

2021-04-26 08:18:48 UTC MAIN commitmail json YAML

libjpeg-turbo: updated to 2.1.0

2.1.0

Significant changes relative to 2.1 beta1

Fixed a regression introduced by 2.1 beta1[6(b)] whereby attempting to decompress certain progressive JPEG images with one or more component planes of width 8 or less caused a buffer overrun.

Fixed a regression introduced by 2.1 beta1[6(b)] whereby attempting to decompress a specially-crafted malformed progressive JPEG image caused the block smoothing algorithm to read from uninitialized memory.

Fixed an issue in the Arm Neon SIMD Huffman encoders that caused the encoders to generate incorrect results when using the Clang compiler with Visual Studio.

Fixed a floating point exception (CVE-2021-20205) that occurred when attempting to compress a specially-crafted malformed GIF image with a specified image width of 0 using cjpeg.

Fixed a regression introduced by 2.0 beta1[15] whereby attempting to generate a progressive JPEG image on an SSE2-capable CPU using a scan script containing one or more scans with lengths divisible by 32 and non-zero successive approximation low bit positions would, under certain circumstances, result in an error ("Missing Huffman code table entry") and an invalid JPEG image.

Introduced a new flag (TJFLAG_LIMITSCANS in the TurboJPEG C API and TJ.FLAG_LIMIT_SCANS in the TurboJPEG Java API) and a corresponding TJBench command-line argument (-limitscans) that causes the TurboJPEG decompression and transform functions/operations to return/throw an error if a progressive JPEG image contains an unreasonably large number of scans. This allows applications that use the TurboJPEG API to guard against an exploit of the progressive JPEG format described in the report "Two Issues with the JPEG Standard".

The PPM reader now throws an error, rather than segfaulting (due to a buffer overrun) or generating incorrect pixels, if an application attempts to use the tjLoadImage() function to load a 16-bit binary PPM file (a binary PPM file with a maximum value greater than 255) into a grayscale image buffer or to load a 16-bit binary PGM file into an RGB image buffer.

Fixed an issue in the PPM reader that caused incorrect pixels to be generated when using the tjLoadImage() function to load a 16-bit binary PPM file into an extended RGB image buffer.

Fixed an issue whereby, if a JPEG buffer was automatically re-allocated by one of the TurboJPEG compression or transform functions and an error subsequently occurred during compression or transformation, the JPEG buffer pointer passed by the application was not updated when the function returned.

2.0.90 (2.1 beta1)

Significant changes relative to 2.0.6:

The build system, x86-64 SIMD extensions, and accelerated Huffman codec now support the x32 ABI on Linux, which allows for using x86-64 instructions with 32-bit pointers. The x32 ABI is generally enabled by adding -mx32 to the compiler flags.

Caveats:

CMake 3.9.0 or later is required in order for the build system to automatically detect an x32 build.
Java does not support the x32 ABI, and thus the TurboJPEG Java API will automatically be disabled with x32 builds.
Added Loongson MMI SIMD implementations of the RGB-to-grayscale, 4:2:2 fancy chroma upsampling, 4:2:2 and 4:2:0 merged chroma upsampling/color conversion, and fast integer DCT/IDCT algorithms. Relative to libjpeg-turbo 2.0.x, this speeds up:

the compression of RGB source images into grayscale JPEG images by approximately 20%
the decompression of 4:2:2 JPEG images by approximately 40-60% when using fancy upsampling
the decompression of 4:2:2 and 4:2:0 JPEG images by approximately 15-20% when using merged upsampling
the compression of RGB source images by approximately 30-45% when using the fast integer DCT
the decompression of JPEG images into RGB destination images by approximately 2x when using the fast integer IDCT
The overall decompression speedup for RGB images is now approximately 2.3-3.7x (compared to 2-3.5x with libjpeg-turbo 2.0.x.)

32-bit (Armv7 or Armv7s) iOS builds of libjpeg-turbo are no longer supported, and the libjpeg-turbo build system can no longer be used to package such builds. 32-bit iOS apps cannot run in iOS 11 and later, and the App Store no longer allows them.

32-bit (i386) OS X/macOS builds of libjpeg-turbo are no longer supported, and the libjpeg-turbo build system can no longer be used to package such builds. 32-bit Mac applications cannot run in macOS 10.15 "Catalina" and later, and the App Store no longer allows them.

The SSE2 (x86 SIMD) and C Huffman encoding algorithms have been significantly optimized, resulting in a measured average overall compression speedup of 12-28% for 64-bit code and 22-52% for 32-bit code on various Intel and AMD CPUs, as well as a measured average overall compression speedup of 0-23% on platforms that do not have a SIMD-accelerated Huffman encoding implementation.

The block smoothing algorithm that is applied by default when decompressing progressive Huffman-encoded JPEG images has been improved in the following ways:

The algorithm is now more fault-tolerant. Previously, if a particular scan was incomplete, then the smoothing parameters for the incomplete scan would be applied to the entire output image, including the parts of the image that were generated by the prior (complete) scan. Visually, this had the effect of removing block smoothing from lower-frequency scans if they were followed by an incomplete higher-frequency scan. libjpeg-turbo now applies block smoothing parameters to each iMCU row based on which scan generated the pixels in that row, rather than always using the block smoothing parameters for the most recent scan.
When applying block smoothing to DC scans, a Gaussian-like kernel with a 5x5 window is used to reduce the "blocky" appearance.
Added SIMD acceleration for progressive Huffman encoding on Arm platforms. This speeds up the compression of full-color progressive JPEGs by about 30-40% on average (relative to libjpeg-turbo 2.0.x) when using modern Arm CPUs.

Added configure-time and run-time auto-detection of Loongson MMI SIMD instructions, so that the Loongson MMI SIMD extensions can be included in any MIPS64 libjpeg-turbo build.

Added fault tolerance features to djpeg and jpegtran, mainly to demonstrate methods by which applications can guard against the exploits of the JPEG format described in the report "Two Issues with the JPEG Standard".

Both programs now accept a -maxscans argument, which can be used to limit the number of allowable scans in the input file.
Both programs now accept a -strict argument, which can be used to treat all warnings as fatal.
CMake package config files are now included for both the libjpeg and TurboJPEG API libraries. This facilitates using libjpeg-turbo with CMake's find_package() function. For example:

find_package(libjpeg-turbo CONFIG REQUIRED)

add_executable(libjpeg_program libjpeg_program.c)
target_link_libraries(libjpeg_program PUBLIC libjpeg-turbo::jpeg)

add_executable(libjpeg_program_static libjpeg_program.c)
target_link_libraries(libjpeg_program_static PUBLIC
  libjpeg-turbo::jpeg-static)

add_executable(turbojpeg_program turbojpeg_program.c)
target_link_libraries(turbojpeg_program PUBLIC
  libjpeg-turbo::turbojpeg)

add_executable(turbojpeg_program_static turbojpeg_program.c)
target_link_libraries(turbojpeg_program_static PUBLIC
  libjpeg-turbo::turbojpeg-static)
Since the Unisys LZW patent has long expired, cjpeg and djpeg can now read/write both LZW-compressed and uncompressed GIF files (feature ported from jpeg-6a and jpeg-9d.)

jpegtran now includes the -wipe and -drop options from jpeg-9a and jpeg-9d, as well as the ability to expand the image size using the -crop option. Refer to jpegtran.1 or usage.txt for more details.

Added a complete intrinsics implementation of the Arm Neon SIMD extensions, thus providing SIMD acceleration on Arm platforms for all of the algorithms that are SIMD-accelerated on x86 platforms. This new implementation is significantly faster in some cases than the old GAS implementation-- depending on the algorithms used, the type of CPU core, and the compiler. GCC, as of this writing, does not provide a full or optimal set of Neon intrinsics, so for performance reasons, the default when building libjpeg-turbo with GCC is to continue using the GAS implementation of the following algorithms:

32-bit RGB-to-YCbCr color conversion
32-bit fast and accurate inverse DCT
64-bit RGB-to-YCbCr and YCbCr-to-RGB color conversion
64-bit accurate forward and inverse DCT
64-bit Huffman encoding
A new CMake variable (NEON_INTRINSICS) can be used to override this default.

Since the new intrinsics implementation includes SIMD acceleration for merged upsampling/color conversion, 1.5.1[5] is no longer necessary and has been reverted.

The Arm Neon SIMD extensions can now be built using Visual Studio.

The build system can now be used to generate a universal x86-64 + Armv8 libjpeg-turbo SDK package for both iOS and macOS.

(adam)

2021-04-26 07:42:57 UTC MAIN commitmail json YAML

doc: Updated textproc/py-ICU to 2.7.2

(nia)

2021-04-26 07:42:44 UTC MAIN commitmail json YAML

py-ICU: update to 2.7.2. fixes build with icu 69.1.

Version 2.7.1 -> 2.7.2
----------------------
  - worked around limitation of Visual Studio 2017 (cgohlke)
  - added missing test and samples files to distribution (foutrelis)

Version 2.7 -> 2.7.1
--------------------
  - added some tests for TimeZone classes
  - fixed bug w/FormattedNumberRange.getFirst|SecondDecimal() gone w/ ICU 68.1+
  - fixed bug with VTimeZone.write() wrapper invoking VTimeZone.writeSimple()

Version 2.6 -> 2.7
------------------
  - added wrapper for Locale.canonicalize()
  - added wrappers for MeasureUnit.product(), reciprocal(), getDimensionality()
  - added wrapper for MeasureUnit.forIdentifier()
  - implemented *, /, **, 1/m for MeasureUnit in terms of product and reciprocal
  - added wrappers for BasicTimeZone, RuleBasedTimeZone, VTimeZone
  - added wrappers for TimeZoneTransition, TimeZoneRule and its subclasses
  - added wrappers for DateTimeRule, DateRuleType, TimeRuleType
  - added support for ICU 69.1

(nia)

2021-04-26 07:41:21 UTC MAIN commitmail json YAML

2021-04-26 07:34:31 UTC MAIN commitmail json YAML

Add a comment about the kludge

(pho)

2021-04-26 07:15:24 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.5.7

(pin)

2021-04-26 07:15:03 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.5.7

-fixed terminal interaction when piping output (xplr Z /dev/null).
-Reduced col_spacig from 3 to 1 to use more screen space.
-Minor formatting fixes.

(pin)

2021-04-26 00:35:03 UTC MAIN commitmail json YAML

bump pkg version as two patches were not being applied properly.

(mrg)

2021-04-26 00:34:41 UTC MAIN commitmail json YAML

add missing patch info.

(mrg)

2021-04-25 22:07:26 UTC MAIN commitmail json YAML

request c++11, not c++03.  some of the demos in this library need
to be built with c++11, though the library itself is c++03 clean.
necessary for GCC 10 hosts.  also tested on GCC 7 / netbsd 9.x.

from Chavdar Ivanov on current-users.

(mrg)

2021-04-25 22:05:08 UTC MAIN commitmail json YAML

doc: Updated www/goaccess to 1.4.6

(wiedi)

2021-04-25 22:04:06 UTC MAIN commitmail json YAML

goaccess: update to 1.4.6

Changes to GoAccess 1.4.6 - Sunday, February 28, 2021

  - Added additional feed reader clients.
  - Added additional browsers and bots to the main list.
  - Added command line option '--unknowns-log' to log unknown browsers and
    OSs.
  - Added 'Referer' to the pre-defined 'Caddy JSON' log format.
  - Added support for real-time piping as non-root user.
  - Added the ability to Handle case when IPv4 is encoded as IPv6 in
    GeoIP1/legacy.
  - Ensure we capture linux (lowercase) when extracting an OS.
  - Fixed a regression in parsing Google Cloud Storage or possibly other
    non-JSON formats.
  - Fixed inability to parse escaped formats.
  - Fixed issue when using '%s' with 'strptime(3)' under musl libc. This
    addresses mostly the Docker image.
  - Fixed possible buffer over-read for certain log-format patterns.
  - Fixed segfault when attempting to process a malformed JSON string.
  - Fixed segfault when setting an empty log-format from the TUI dialog.
  - Fixed sorting on hits and visitors when larger than INT_MAX.
  - Updated CloudFront pre-defined log-format to reflect the latest fields.
  - Updated 'Dockerfile' image to use 'alpine:3.13' instead of edge due to
    compatibility issue with the GNU coreutils.

(wiedi)

2021-04-25 21:28:49 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.6.10

(wiz)

2021-04-25 21:28:40 UTC MAIN commitmail json YAML

gopls: update to 0.6.10.

Features

t.Fatal snippet

If you trigger completion in a test function, on the line after a
call to a function that returns an error, you will be offered a
completion snippet for:

if err != nil {
    t.Fatal(err) }

Experimental

Postfix completion snippets

Postfix completions are a new style of completions that can save
you time by inserting more complex pieces of commonly-written code.
All of the results end with !. Enable this feature by setting
"ui.completion.experimentalPostfixCompletions": true.

(wiz)

2021-04-25 19:58:44 UTC MAIN commitmail json YAML

doc: Updated security/pleaser to 0.4.1

(pin)

2021-04-25 19:58:20 UTC MAIN commitmail json YAML

security/pleaser: update to 0.4.1

Upstream provides no changelog, but NetBSD fixes have been merged.
Drop patch

(pin)

2021-04-25 19:56:43 UTC MAIN commitmail json YAML

doc: Updated www/hackernews-tui to 0.5.1

(pin)

2021-04-25 19:56:23 UTC MAIN commitmail json YAML

www/hackernews-tui: update to 0.5.1

-add ? as a hot key to open help dialog
-reduce the crate size
-add demo videos to project description
-fix parsing HTML text ordering error

(pin)

2021-04-25 18:58:43 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20210426

(leot)

2021-04-25 18:58:32 UTC MAIN commitmail json YAML

youtube-dl: Update to 20210426

Changes:
20210426
--------
Extractors
+ [xfileshare] Add support for wolfstream.tv (#28858)
* [francetvinfo] Improve video id extraction (#28792)
* [medaltv] Fix extraction (#28807)
* [tver] Redirect all downloads to Brightcove (#28849)
* [go] Improve video id extraction (#25207, #25216, #26058)
* [youtube] Fix lazy extractors (#28780)
+ [bbc] Extract description and timestamp from __INITIAL_DATA__ (#28774)
* [cbsnews] Fix extraction for python <3.6 (#23359)

(leot)

2021-04-25 18:24:43 UTC MAIN commitmail json YAML

2021-04-25 16:56:44 UTC MAIN commitmail json YAML

perl5: avoid hardcoding path to pwd

(nia)