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 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:21:48 UTC Now

2023-01-09 00:28:42 UTC MAIN commitmail json YAML

2023-01-09 00:14:06 UTC MAIN commitmail json YAML

2023-01-08 23:35:12 UTC MAIN commitmail json YAML

2023-01-08 23:33:59 UTC MAIN commitmail json YAML

2023-01-08 21:21:03 UTC MAIN commitmail json YAML

guile30: Disable lto

There are unclear issues with lto.  Until that's sorted, just disable
it.  Resolves build failure on NetBSD/i386.

(gdt)

2023-01-08 20:41:03 UTC MAIN commitmail json YAML

doc: Updated net/knot to 3.2.4

(ryoon)

2023-01-08 20:40:20 UTC MAIN commitmail json YAML

knot: Update to 3.2.4

Changelog:
Version 3.2.4
Improvements:
      + knotd: significant speed-up of catalog zone update processing
      + knotd: new runtime check if RRSIG lifetime is lower than RRSIG refresh
      + knotd: reworked zone re-bootstrap scheduling to be less progressive
      + mod-synthrecord: module can work with CIDR-style reverse zones #826
      + python: new libknot wrappers for some dname transformation functions
      + doc: a few fixes and improvements

Bugfixes:
      + knotd: incomplete zone is received when IXFR falls back to AXFR due to
        connection timeout if primary puts initial SOA only to the first
        message
      + knotd: first zone re-bootstrap is planned after 24 hours
      + knotd: EDNS EXPIRE option is present in outgoing transfer of a catalog
        zone
      + knotd: catalog zone can expire upon EDNS EXPIRE processing
      + knotd: DNSSEC signing doesn't fail if no offline KSK records available

Version 3.2.3
Improvements:
      + knotd: new per-zone DS push configuration option (see 'zone.ds-push')
      + libs: upgraded embedded libngtcp2 to 0.11.0

Bugfixes:
      + knsupdate: program crashes when sending an update
      + knotd: server drops more responses over UDP under higher load
      + knotd: missing EDNS padding in responses over QUIC
      + knotd: some memory issues when handling unusual QUIC traffic
      + kxdpgun: broken IPv4 source subnet processing
      + kdig: incorrect handling of unsent data over QUIC

Version 3.2.2
Features:
      + knotd,kxdpgun: support for VLAN (802.1Q) traffic in the XDP mode
      + knotd: added configurable delay upon D-Bus initialization (see
        'server.dbus-init-delay')
      + kdig: support for JSON (RFC 8427) output format (see '+json')
      + kdig: support for PROXYv2 (see '+proxy') (Gift for Peter van Dijk)

Improvements:
      + mod-geoip: module respects the server configuration of answer rotation
      + libs: upgraded embedded libngtcp2 to 0.10.0
      + tests: improved robustness of some unit tests
      + doc: added description of zone bootstrap re-planning

Bugfixes:
      + knotd: catalog confusion when a member is added and immediately deleted
        #818
      + knotd: defective handling of short messages with PROXYv2 header #816
      + knotd: inconsistent processing of malformed messages with PROXYv2
        header #817
      + kxdpgun: incorrect XDP mode is logged
      + packaging: outdated dependency check in RPM packages

Version 3.2.1
Improvements:
      + libknot: added compatibility with libbpf 1.0 and libxdp
      + libknot: removed some trailing white space characters from textual RR
        format
      + libs: upgraded embedded libngtcp2 to 0.8.1

Bugfixes:
      + knotd: some non-DNS packets not passed to OS if XDP mode enabled
      + knotd: inappropriate log about QUIC port change if QUIC not enabled
      + knotd/kxdpgun: various memory leaks related to QUIC and TCP
      + kxdpgun: can crash at high rates in emulated XDP mode
      + tests: broken XDP-TCP test on 32-bit platforms
      + kdig: failed to build with enabled QUIC on OpenBSD
      + systemd: failed to start server due to TemporaryFileSystem setting
      + packaging: missing knot-dnssecutils package on CentOS 7

Version 3.2.0
Features:
      + knotd: finalized TCP over XDP implementation
      + knotd: initial implementation of DNS over QUIC in the XDP mode (see
        'xdp.quic')
      + knotd: new incremental DNSKEY management for multi-signer deployment
        (see 'policy.dnskey-management')
      + knotd: support for remote grouping in configuration (see 'groups'
        section)
      + knotd: implemented EDNS Expire option (RFC 7314)
      + knotd: NSEC3 salt is changed with every ZSK rollover if lifetime is set
        to -1
      + knotd: support for PROXY v2 protocol over UDP (Thanks to Robert
        Edmonds) #762
      + knotd: support for key labels with PKCS #11 keystore (see
        'keystore.key-label')
      + knotd: SVCB/HTTPS treatment according to draft-ietf-dnsop-svcb-https
      + keymgr: new JSON output format (see '-j' parameter) for listing keys or
        zones (Thanks to JP Mens)
      + kxdpgun: support for DNS over QUIC with some testing modes (see '-U'
        parameter)
      + kdig: new DNS over QUIC support (see '+quic')

Improvements:
      + knotd: reduced memory consumption when processing IXFR, DNSSEC,
        catalog, or DDNS
      + knotd: RRSIG refresh values don't have to match in the mode Offline KSK
      + knotd: better decision whether AXFR fallback is needed upon a refresh
        error
      + knotd: NSEC3 resalt event was merged with the DNSSEC event
      + knotd: server logs when the connection to remote was taken from the
        pool
      + knotd: server logs zone expiration time when the zone is loaded
      + knotd: DS check verifies removal of old DS during algorithm rollover
      + knotd: DNSSEC-related records can be updated via DDNS
      + knotd: new 'xdp.udp' configuration option for disabling UDP over XDP
      + knotd: outgoing NOTIFY is replanned if failed
      + knotd: configuration checks if zone MIN interval values are lower or
        equal to MAX ones
      + knotd: DNSSEC-related zone semantic checks use DNSSEC validation
      + knotd: new configuration value 'query' for setting ACL action
      + knotd: new check on near end of imported Offline KSK records
      + knotd/knotc: implemented zone catalog purge, including orphaned member
        zones
      + knotc: interactive mode supports catalog zone completion, value
        completion, and more
      + knotc: new default brief and colorized output from zone status
      + knotc: unified empty values in zone status output
      + keymgr: DNSKEY TTL is taken from KSR in the Offline KSK mode
      + kjournalprint: path to journal DB is automatically taken from the
        configuration, which can be specified using '-c', '-C' (or '-D')
      + kcatalogprint: path to catalog DB is automatically taken from the
        configuration, which can be specified using '-c', '-C' (or '-D')
      + kzonesign: added automatic configuration file detection and '-C'
        parameter for configuration DB specificaion
      + kzonesign: all CPU threads are used for DNSSEC validation
      + libknot: dname pointer cannot point to another dname pointer when
        encoding RRsets #765
      + libknot: QNAME case is preserved in knot_pkt_t 'wire' field (Thanks to
        Robert Edmonds) #780
      + libknot: reduced memory consumption of the XDP mode
      + libknot: XDP filter supports up to 256 NIC queues
      + kxdpgun: new options for specifying source and remote MAC addresses
      + utils: extended logging of LMDB-related errors
      + utils: improved error outputs
      + kdig: query has AD bit set by default
      + doc: various improvements

Bugfixes:
      + knotd: zone changeset is stored to journal even if disabled
      + knotd: journal not applied to zone file if zone file changed during
        reload
      + knotd: possible out-of-order processing or postponed zone events to far
        future
      + knotd: incorrect TTL is used if updated RRSet is empty over control
        interface
      + knotd/libs: serial arithmetics not used for RRSIG expiration processing
      + knsupdate: incorrect RRTYPE in the question section

Compatibility:
      + knotd: default value for 'zone.journal-max-depth' was lowered to 20
      + knotd: default value for 'policy.nsec3-iterations' was lowered to 0
      + knotd: default value for 'policy.rrsig-refresh' is propagation delay +
        zone maximum TTL
      + knotd: server fails to load configuration if 'policy.rrsig-refresh' is
        too low
      + knotd: configuration option 'server.listen-xdp' has no effect
      + knotd: new configuration check on deprecated DNSSEC algorithm
      + knotc: new '-e' parameter for full zone status output
      + keymgr: new '-e' parameter for full key list output
      + keymgr: brief key listing mode is enabled by default
      + keymgr: renamed parameter '-d' to '-D'
      + knsupdate: default TTL is set to 3600
      + knsupdate: default zone is empty
      + kjournalprint: renamed parameter '-c' to '-H'
      + python/libknot: removed compatibility with Python 2

Packaging:
      + systemd: removed knot.tmpfile
      + systemd: added some hardening options
      + distro: Debian 9 and Ubuntu 16.04 no longer supported
      + distro: packages for CentOS 7 are built in a separate COPR repository
      + kzonecheck/kzonesign/knsec3hash: moved to new package knot-dnssecutils

Version 3.1.9
Improvements:
      + knotd: new configuration checks on unsupported catalog settings
      + knotd: semantic check issues have notice log level in the soft mode
      + keymgr: command generate-ksr automatically sets 'from' parameter to
        last offline KSK records' timestamp if it's not specified
      + keymgr: command show-offline starts from the first offline KSK record
        set if 'from' parameter isn't specified
      + kcatalogprint: new parameters for filtering catalog or member zone
      + mod-probe: default rate limit was increased to 100000
      + libknot: default control timeout was increased to 30 seconds
      + python/libknot: various exceptions are raised from class KnotCtl
      + doc: some improvements

Bugfixes:
      + knotd: incomplete outgoing IXFR is responded if journal history is
        inconsistent
      + knotd: manually triggered zone flush is suppressed if disabled zone
        synchronization
      + knotd: failed to configure XDP listen interface without port
        specification
      + knotd: de-cataloged member zone's file isn't deleted #805
      + knotd: member zone leaks memory when reloading catalog during dynamic
        configuration change
      + knotd: server can crash when reloading modules with DNSSEC signing
        (Thanks to iqinlongfei)
      + knotd: server crashes during shutdown if PKCS #11 keystore is used
      + keymgr: command del-all-old isn't applied to all keys in the removed
        state
      + kxdpgun: user specified network interface isn't used
      + libs: fixed compilation on illumos derivatives (Thanks to Nick Ewins)

(ryoon)

2023-01-08 20:14:08 UTC MAIN commitmail json YAML

Fix a typo in p5-Config-INI-Reader-Ordered entry

Pointed out by htutils/changes/pkg-changes2html script to www@.

(leot)

2023-01-08 19:35:18 UTC MAIN commitmail json YAML

doc: Updated net/nsd to 4.6.1

(ryoon)

2023-01-08 19:34:29 UTC MAIN commitmail json YAML

nsd: Update to 4.6.1

CHangelog:
4.6.1
================
FEATURES:
- Set ALPN "dot" token during connection establishment as per RFC9103
  section 7.1 (Thanks Cesar Kuroiwa).
- Add SVCB dohpath support
BUG FIXES:
- Fix static analyzer reports, fix wrong log print when skipping xfr,
  fix to print error on pipe read fail, and assert an xfr is in
  progress during packet checks.
- Use AC_PROG_CC_STDC with autoconf versions prior to 2.70.
- Add missing documentation for zone verification.
- Fix #212: Change commandline control actions to always log.
- Merge #231 from moritzbuhl: Fix checking if nonblocking sockets work
  on OpenBSD.
- Change zone parsing to accept non-trailing newline.

(ryoon)

2023-01-08 19:19:18 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup tickets up to #6719

(bsiegert)

2023-01-08 19:18:29 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6719 - requested by taca
lang/php80: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.386
- lang/php80/distinfo                                          1.28
- lang/php80/patches/patch-sapi_fpm_fpm_events_port.c          deleted

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Jan  7 07:43:34 UTC 2023

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php80: distinfo
  Removed Files:
  pkgsrc/lang/php80/patches: patch-sapi_fpm_fpm_events_port.c

  Log Message:
  lang/php80: update to 8.0.27

  (2023-01-05)

  - PDO/SQLite:
    . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
      (cmb)

(bsiegert)

2023-01-08 17:57:22 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6718 - requested by taca
lang/php82: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.385
- lang/php82/distinfo                                          1.2
- lang/php82/patches/patch-configure                            1.2
- lang/php82/patches/patch-sapi_fpm_fpm_events_port.c          deleted

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Jan  7 07:42:15 UTC 2023

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php82: distinfo
  pkgsrc/lang/php82/patches: patch-configure
  Removed Files:
  pkgsrc/lang/php82/patches: patch-sapi_fpm_fpm_events_port.c

  Log Message:
  lang/php82: update to 8.2.1

  PHP 8.2.1 (2023-01-05)

  - Core:
    . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined).
      (cmb)
    . Fixed bug GH-9918 (License information for xxHash is not included in
      README.REDIST.BINS file). (Akama Hitoshi)
    . Fixed bug GH-9890 (OpenSSL legacy providers not available on Windows). (cmb)
    . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Vo=F8=ED=B9ek)
    . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb)
    . Fixed GH-9769 (Misleading error message for unpacking of objects). (jhdxr)

  - Apache:
    . Fixed bug GH-9949 (Partial content on incomplete POST request). (cmb)

  - FPM:
    . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug
      #66694). (Petr Sumbera)
    . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING).
      (Jakub Zelenka)
    . Fixed bug #80669 (FPM numeric user fails to set groups). (Jakub Zelenka)
    . Fixed bug GH-8517 (Random crash of FPM master process in
      fpm_stdio_child_said). (Jakub Zelenka)

  - Imap:
    . Fixed bug GH-10051 (IMAP: there's no way to check if a IMAP\Connection is
      still open). (Girgias)

  - MBString:
    . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in
      PHP8.1). (Nathan Freeman)

  - Opcache:
    . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload).
      (Arnaud, michdingpayc)

  - OpenSSL:
    . Fixed bug GH-9997 (OpenSSL engine clean up segfault). (Jakub Zelenka)
    . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).
      (Jakub Zelenka)
    . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with
      no-dsa). (Jakub Zelenka)

  - Pcntl:
    . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash).
      (Erki Aring)

  - PDO_Firebird:
    . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).
      (cmb)

  - PDO/SQLite:
    . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
      (cmb)

  - Session:
    . Fixed GH-9932 (session name silently fails with . and [). (David Carlier)

  - SPL:
    . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias)
    . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be
      unregistered). (Girgias)

  - SQLite3:
    . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb)

  - TSRM:
    . Fixed Windows shmget() wrt. IPC_PRIVATE. (Tyson Andre)

(bsiegert)

2023-01-08 16:19:05 UTC MAIN commitmail json YAML

chat/ejabberd: Add upstream bug report as patch comment

(gdt)

2023-01-08 16:15:57 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6717 - requested by taca
lang/php81: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.384
- lang/php81/distinfo                                          1.16
- lang/php81/patches/patch-sapi_fpm_fpm_events_port.c          deleted

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Jan  7 07:40:47 UTC 2023

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php81: distinfo
  Removed Files:
  pkgsrc/lang/php81/patches: patch-sapi_fpm_fpm_events_port.c

  Log Message:
  lang/php81: update to 8.1.14

  PHP 8.1.14 (2023-01-05)

  - Core:
    . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined).
      (cmb)
    . Fixed bug GH-9918 (License information for xxHash is not included in
      README.REDIST.BINS file). (Akama Hitoshi)
    . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Vo=F8=ED=B9ek)
    . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb)

  - Date:
    . Fixed bug GH-9699 (DateTimeImmutable::diff differences in 8.1.10 onwards -
      timezone related). (Derick)
    . Fixed bug GH-9700 (DateTime::createFromFormat: Parsing TZID string is too
      greedy). (Derick)
    . Fixed bug GH-9866 (Time zone bug with \DateTimeInterface::diff()). (Derick)
    . Fixed bug GH-9880 (DateTime diff returns wrong sign on day count when using
      a timezone). (Derick)

  - FPM:
    . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug
      #66694). (Petr Sumbera)
    . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING).
      (Jakub Zelenka)
    . Fixed bug GH-8517 (Random crash of FPM master process in
      fpm_stdio_child_said). (Jakub Zelenka)

  - MBString:
    . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in
      PHP8.1). (Nathan Freeman)

  - Opcache:
    . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload).
      (Arnaud, michdingpayc)

  - OpenSSL:
    . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).
      (Jakub Zelenka)
    . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with
      no-dsa). (Jakub Zelenka)

  - Pcntl:
    . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash).
      (Erki Aring)

  - PDO_Firebird:
    . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).
      (cmb)

  - PDO/SQLite:
    . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
      (cmb)

  - Session:
    . Fixed GH-9932 (session name silently fails with . and [). (David Carlier)

  - SPL:
    . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias)
    . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be
      unregistered). (Girgias)

  - SQLite3:
    . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb)

(bsiegert)

2023-01-08 15:57:25 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6716 - requested by taca
devel/ruby-manpages: build fix
+ dependent updates

Revisions pulled up:
- devel/ruby-mustache/Makefile                                  1.5-1.6
- devel/ruby-mustache/PLIST                                    1.3
- devel/ruby-ronn/Makefile                                      1.6-1.7
- devel/ruby-ronn/PLIST                                        1.4
- misc/ruby-lolcat/Makefile                                    1.4-1.5
- misc/ruby-lolcat/PLIST                                        1.3
- misc/ruby-manpages/Makefile                                  1.3-1.4
- misc/ruby-manpages/distinfo                                  1.2-1.3
- misc/ruby-manpages/patches/patch-lib_manpages_install.rb      1.1
- misc/ruby-manpages/patches/patch-lib_manpages_man__files.rb  1.1
- misc/ruby-manpages/patches/patch-lib_rubygems__plugin.rb      1.2
- sysutils/puppet/Makefile                                      1.60-1.61
- sysutils/puppet/PLIST                                        1.37
- textproc/ruby-asciidoctor/Makefile                            1.11-1.12
- textproc/ruby-asciidoctor/PLIST                              1.6
- textproc/ruby-bluecloth/Makefile                              1.14-1.15
- textproc/ruby-bluecloth/PLIST                                1.12
- textproc/ruby-kramdown/Makefile                              1.31-1.32
- textproc/ruby-kramdown/PLIST                                  1.23
- textproc/ruby-rdiscount/Makefile                              1.5-1.6
- textproc/ruby-rdiscount/PLIST                                1.3
- www/ruby-unicorn/Makefile                                    1.22-1.23
- www/ruby-unicorn/PLIST                                        1.17

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Dec 29 16:21:36 UTC 2022

  Modified Files:
  pkgsrc/misc/ruby-manpages: Makefile distinfo
  pkgsrc/misc/ruby-manpages/patches: patch-lib_rubygems__plugin.rb
  Added Files:
  pkgsrc/misc/ruby-manpages/patches: patch-lib_manpages_install.rb

  Log Message:
  misc/ruby-manpages: support our install-root propery

  * Fix symblic link(s) of manual pages.
  * No need to set RUBYGEM_MANPAGES here.

  Should be fix error message when pkg_alternatives is installed.
  (Reported by wiz@ via private e-mail.)

  Bump PKGREVISION.

  ## require pull-up

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Dec 29 16:23:52 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-mustache: Makefile
  pkgsrc/devel/ruby-ronn: Makefile
  pkgsrc/misc/ruby-lolcat: Makefile
  pkgsrc/sysutils/puppet: Makefile
  pkgsrc/textproc/ruby-asciidoctor: Makefile
  pkgsrc/textproc/ruby-bluecloth: Makefile
  pkgsrc/textproc/ruby-kramdown: Makefile
  pkgsrc/textproc/ruby-rdiscount: Makefile
  pkgsrc/www/ruby-unicorn: Makefile

  Log Message:
  Bump PKGREVISION to reflect fix of ruby-manpages package.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Dec 31 16:20:40 UTC 2022

  Modified Files:
  pkgsrc/misc/ruby-manpages: Makefile distinfo
  Added Files:
  pkgsrc/misc/ruby-manpages/patches: patch-lib_manpages_man__files.rb

  Log Message:
  misc/ruby-manpages: more better adaptation with pkg_alternatives

  * Take maintainer ship.
  * More better adaptation with pkg_alternatices; install manual pages
    with ${RUBY_VER} as like commands.

  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Dec 31 16:21:52 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-mustache: Makefile PLIST
  pkgsrc/devel/ruby-ronn: Makefile PLIST
  pkgsrc/misc/ruby-lolcat: Makefile PLIST
  pkgsrc/sysutils/puppet: Makefile PLIST
  pkgsrc/textproc/ruby-asciidoctor: Makefile PLIST
  pkgsrc/textproc/ruby-bluecloth: Makefile PLIST
  pkgsrc/textproc/ruby-kramdown: Makefile PLIST
  pkgsrc/textproc/ruby-rdiscount: Makefile PLIST
  pkgsrc/www/ruby-unicorn: Makefile PLIST

  Log Message:
  Update PLIST caused by update of ruby-manpages.

  Bump PKGREVISION.

(bsiegert)

2023-01-08 11:22:22 UTC MAIN commitmail json YAML

Updated net/py-dpkt, devel/py-traitlets

(adam)

2023-01-08 11:22:01 UTC MAIN commitmail json YAML

py-traitlets: updated to 5.8.0

5.8.0

Enhancements made

-Shell command-line tab-completion via `argcomplete`
- Define `trait.__doc__` = `trait.help` for better API Docs

Maintenance and upkeep improvements

- Expose more attributes for typing
- Fix lint

Documentation improvements

- Additional `Application` examples and docs

(adam)

2023-01-08 11:19:52 UTC MAIN commitmail json YAML

py-dpkt: updated to 1.9.8

1.9.8
- Fixed endianness issues in PCAPNG, Loopback
- Improved MPLS unpacking to include IPv6
- Fixed unpacking of multiple records in TLS messages
- Updated docstrings for multiples modules
- Fixed a long-standing issue where serializing IP would change its length
- Fixed IEEE 802.11 Beacon byte ordering
- Graceful handling of PCAPNG option comment UTF-8 decoding errors
- Added support for PCAPNG Packet Block
- Added modpcap reader support

(adam)

2023-01-08 10:14:45 UTC MAIN commitmail json YAML

doc/TODO: add some

+ fish-3.6.0, i3-4.22, libxkbcommon-1.5.0, mbedtls-3.2.1, mpfr-4.2.0,
  ncdu-2.2.1, ncurses-6.4, nodejs-19.4.0, poppler-23.01.0,
  py-mercurial-6.3.2, syft-0.65.0, waf-2.0.25.

(wiz)

2023-01-08 10:05:00 UTC MAIN commitmail json YAML

Updated devel/p5-Data-MessagePack to 1.02

(wen)

2023-01-08 10:03:41 UTC MAIN commitmail json YAML

Update to 1.02

Upstream changes:
1.02 2022-03-11T14:27:47Z
    - Fix test for usequadmath Perl

(wen)

2023-01-08 10:02:05 UTC MAIN commitmail json YAML

Updated devel/p5-Data-GUID to 0.051

(wen)

2023-01-08 09:59:26 UTC MAIN commitmail json YAML

Update to 0.051

Upstream changes:
0.051    2022-12-31 21:04:39-05:00 America/New_York
        - update author contact info

(wen)

2023-01-08 08:30:54 UTC MAIN commitmail json YAML

doc: Updated emulators/PC6001VX to 4.1.1

(tsutsui)

2023-01-08 08:30:39 UTC MAIN commitmail json YAML

PC6001VX: update to 4.1.1.

Tested on NetBSD/amd64 9.3 and NetBSD/i386 9.3 with qt6 packages.

Upstream changes:

4.1.1 2023/01/05
* (Windows)Fixed issue in opening file with Japanese file name.

4.1.0 2023/01/01
* Merged upstream PC6001V version 2.0.4.
  * Introduce Romaji input method for KANA characters. It can be toggled
    by ALT+F12.
* Updated PC-6001mk2/6601 compatible basic ROMs to 0.4.1.
* Fixed replay/playback inconsistency.

4.0.0 2022/12/03
* 4.0 final release.

4.0.0Beta2 2022/08/05
* Merged upstream PC6001V version 2.0.3.
* Endode movie in background thread. This makes better performance of
  video capturing.
* Fixed issue joystick did not work.

4.0.0Beta1 2022/02/28
* Merged upstream PC6001V version 2.0.2.
* Migrated to Qt6 from Qt5. Now Qt6.2 or higher is required to build.

(tsutsui)

2023-01-08 08:13:31 UTC MAIN commitmail json YAML

qt6-qtbase: fix build failure on NetBSD/i386.

Closes PR/57151.
No PKGREVISION bump because buildable ports are not affected.

(tsutsui)

2023-01-08 07:22:35 UTC MAIN commitmail json YAML

doc: Updated emulators/PC6001VX to 3.9.1

(tsutsui)

2023-01-08 07:22:00 UTC MAIN commitmail json YAML

PC6001VX: update to 3.9.1.

Note this is the last version of PC6001VX 3.x that uses Qt5, and
PC6001VX 4.x has already been released and switched to using Qt6.
I'll update to 4.x soon after I commit a qt6-qtbase fix for NetBSD/i386.

Upstream changes:

3.9.1 2023/01/01
* Updated PC-6001mk2/6601 compatible basic ROMs to 0.4.1.

(tsutsui)

2023-01-08 06:20:12 UTC MAIN commitmail json YAML

doc: Updated audio/jack to 1.9.21nb1

(triaxx)

2023-01-08 06:19:55 UTC MAIN commitmail json YAML

jack: Fix removing of examples tools and manpages

pkgsrc changes:
---------------
  * The main part of binaries provided by this package are example tools.
    The 1.9.21 seems to be the last release where these tools are included
    in this the repository of jack. There is now a dedicated repository for
    these tools: https://github.com/jackaudio/jack-example-tools.
    We should plan to add audio/jack-example-tools to package this tools in
    a near future.
  * The man pages are surprisingly conditioned by the --example-tools
    option.
  * Bump revision.

(triaxx)

2023-01-08 04:16:54 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Alias to 1.28

(wen)

2023-01-08 04:16:08 UTC MAIN commitmail json YAML

Update to 1.28

Upstream changes:
1.28  2022-12-21  XMATH
    - Fix compatibliity with perl 5.37.3 and later
    - Fix support for state-variables (alias state $x = ...)
    - Fix handling of negative literal array index (alias $x[-1] = ...)

1.27  2022-12-02  XMATH
    - Fix tests on older perl versions

1.26  2022-12-01  XMATH
    - Fix compile error when using perl 5.37.2 or later
    - Improve diagnostic output from tests

(wen)

2023-01-08 04:14:49 UTC MAIN commitmail json YAML

Updated devel/p5-Config-INI to 0.028

(wen)

2023-01-08 04:13:45 UTC MAIN commitmail json YAML

Update to 0.028

Upstream changes:
0.028    2022-12-31 21:02:59-05:00 America/New_York
        - update author contact info
        - this library now requires perl v5.12

(wen)

2023-01-08 04:11:54 UTC MAIN commitmail json YAML

Updated devel/p5-Config-INI-Reader-Ordere to 0.022

(wen)

2023-01-08 04:11:06 UTC MAIN commitmail json YAML

Update to 0.022

Upstream changes:
0.022    2022-12-31 21:03:43-05:00 America/New_York
          packaging changes only

(wen)

2023-01-08 04:09:51 UTC MAIN commitmail json YAML

Updated devel/p5-Config-General to 2.65

(wen)

2023-01-08 04:08:54 UTC MAIN commitmail json YAML

Update to 2.65

Upstream changes:
2.65  - fix rt.cpan.org#132893: clarified license, now licensed
        under the Artistic License 2.0.
      - fix rt.cpan.org#139261: correctly include directories.

      - fix rt.cpan.org#118746: remove the comma from legal
            variable names, added mandatory start characters a-zA-Z0-9,
        added a section in the POD to clarify this.

          - fix rt.cpan.org#119160: fix IfDefine code. Thanks for the patch.

2.64  - fix rt.cpan.org#142095: copy default hash, avoid modification.

      - the Catalyst folks who hosted the source of this module
        closed or moved the repository, I have not been informed and
        have therefore lost all history of the module. So I moved
        to github (https://github.com/TLINDEN/Config-General).
        Thanks for nothing, Catalyst.

(wen)

2023-01-08 03:41:13 UTC MAIN commitmail json YAML

Updated finance/R-tseries to 0.10.52

(wen)

2023-01-08 03:40:00 UTC MAIN commitmail json YAML

Update to 0.10.52

Upstream changes:
2022-10-07  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* DESCRIPTION: New version is 0.10-52.

* src/bdstest.c:
* src/garch.c:
Add missing prototypes.

2022-05-01  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* DESCRIPTION: New version is 0.10-51.

* man/get.hist.quote.Rd: Safeguard against problems accessing the
Yahoo Finance web service.

2022-03-28  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* DESCRIPTION: New version is 0.10-50.

* R/finance.R (get.hist.quote): Safeguard against non-unique index
entries.

2021-11-16  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* DESCRIPTION: New version is 0.10-49.

2021-11-15  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* R/garch.R:
Tweaks.

2021-03-08  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* R/finance.R:
* R/test.R:
* man/bds.test.Rd:
* man/irts-functions.Rd:
Avoid partial matching.

2020-12-04  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* DESCRIPTION: New version is 0.10-48.

* man/NelPlo.Rd: Update source info.

2020-03-09  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* src/cfuncs.f90: Renamed from cfuncs.f95.

(wen)

2023-01-08 03:35:52 UTC MAIN commitmail json YAML

Updated math/R-forecast to 8.20

(wen)

2023-01-08 03:34:41 UTC MAIN commitmail json YAML

Update to 8.20
Add missing DEPENDS

Upstream changes:
forecast 8.20 (2 January 2023)
Improvements to unit tests, and migrate to testthat 3e
Prevent failure in C23 mode
forecast 8.19 (20 November 2022)
Bug fixes
forecast 8.18 (30 September 2022)
Updated RW forecasts to use an unbiased estimate of sigma2
Bug fixes
forecast 8.17 (25 July 2022)
Updated dm.test() to add alternative variance estimators. (#898)
Added simulate.tbats() for simulating from TBATS models.
Added dependency on generics for accuracy() and forecast() (#902)
Bux fixes
forecast 8.16 (10 January 2022)
Fixed tslm() incorrectly applying Box-Cox transformations when an mts is provided to the data argument (#886).
Set D=0 when auto.arima applied to series with 2m observations or fewer.
Improved performance of parallel search of ARIMA models (jonlachmann, #891).
Fixed scoping of functions used in ggAcf() (#896).
Fixed checks on xreg in simulate.Arima() (#818)
Improved docs and bug fixes.
forecast 8.15 (1 June 2021)
Changed summary() methods to defer console output until print()
Changed default s.window values for mstl(), stlf() and stlm(). The new defaults are based on extensive empirical testing.
forecast 8.14 (11 March 2021)
Changed default BoxCox(lambda = "auto") lower bound to -0.9.
Use better variance estimates for ets() bias adjustments.
Improved robustness of autoplot.seas() for non-seasonal decomposition.
Fixed scoping of parameters in auto.arima(parallel = TRUE) (#874).
Fixed handling of xreg in tsCV().
forecast 8.13 (11 September 2020)
Fixed forecasts from Arima with drift with initial NAs.
Fixed season colours in gglagplot() to match y-axis (original data).
Fixed facet order for classical decomposition autoplot()
Fixed summary() erroring for tslm() models containing NA values.
forecast 8.12 (21 March 2020)
Fixed bias adjusted forecast mean for ARIMA forecasts.
Improved naming of accuracy() generic formals.
Fix seasonal periods for taylor dataset.
forecast 8.11 (9 February 2020)
The axis for gglagplot() have been reversed for consistency with stats::lag.plot().
forecast 8.10 (4 December 2019)
Updates to remove new CRAN errors
Bug fixes
forecast 8.9 (22 August 2019)
Updates for CRAN policies on Suggests packages
Bug fixes
forecast 8.8 (22 July 2019)
Updates for compatibility with fable
Bug fixes

(wen)

2023-01-08 03:28:47 UTC MAIN commitmail json YAML

Updated math/R-generics to 0.1.3

(wen)

2023-01-08 03:27:50 UTC MAIN commitmail json YAML

Update to 0.1.3

Upstream changes:
generics 0.1.3
New rank_results() generic.
generics 0.1.2
New forecast() and accuracy() generics.
generics 0.1.1
New tune_args() generic.

(wen)

2023-01-08 03:05:50 UTC MAIN commitmail json YAML

firefox: 108 requires nss>=3.85, rust>=1.63

(gutteridge)

2023-01-08 02:13:55 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.39.1

(wen)

2023-01-08 02:12:56 UTC MAIN commitmail json YAML

2023-01-08 01:47:11 UTC MAIN commitmail json YAML

Updated www/moodle to 4.1

(wen)

2023-01-08 01:45:44 UTC MAIN commitmail json YAML

2023-01-08 01:32:55 UTC MAIN commitmail json YAML

sysutils/ups-nut: Simplify upsdriver

Drop option to specify driver and args manually.  upsdrvctl is now the
only approach.

(Raised to 3 usual suspects who have helped with nut, with 2
supporting the simplification.)

(gdt)

2023-01-08 01:28:15 UTC MAIN commitmail json YAML

doc/TODO: + libcarddav-14.0.13.

(wiz)

2023-01-08 01:26:11 UTC MAIN commitmail json YAML

libcarddav: disable doc option by default

Breaks from time to time, and not worth fixing.

Bump PKGREVISION.

(wiz)

2023-01-08 01:14:23 UTC MAIN commitmail json YAML

sysutils/nut: Add support for turning off UPS at shutdown

Add support for turning off the UPS as part of a shutdown caused by
low battery.  The actual poweroff is commented out for now, pending testing.

Move ups daemon startup slightly earlier in the startup sequence.

(gdt)

2023-01-08 00:54:39 UTC MAIN commitmail json YAML

doc: Updated lang/python27 to 2.7.18nb10

(gutteridge)

2023-01-08 00:54:30 UTC MAIN commitmail json YAML

2023-01-08 00:46:20 UTC MAIN commitmail json YAML

Updated devel/p5-Clone to 0.46

(wen)

2023-01-08 00:45:22 UTC MAIN commitmail json YAML

Update to 0.46

Upstream changes:
0.46 2022-10-18 20:23:00 garu
  - fix backwards compatibility with older perls (haarg)
  - bump MANIFEST to include extra tests

(wen)

2023-01-08 00:39:51 UTC MAIN commitmail json YAML

Updated filesystems/p5-Path-Tiny to 0.144

(wen)

2023-01-08 00:39:07 UTC MAIN commitmail json YAML

Update to 0.144

Upstream changes:
0.144    2022-12-01 11:36:19-05:00 America/New_York

    - No changes from 0.143-TRIAL

0.143    2022-11-26 17:46:59-05:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Fixed tilde expansion tests where ~root expands to '/'.

0.142    2022-11-09 07:06:36-05:00 America/New_York

    No changes from 0.141; all changes since last stable release are summarized below.

    [*** DEPRECATIONS ***]

    - Tilde expansion is deprecated due to inconsistent and bug-prone behavior.

    [Bug fixes]

    - Prevent expansion of tildes that are not the very first character (e.g.
      "./~foo"). Prevent unintentional tilde expansion during internal path
      processing. Escape non-tilde glob characters before tilde expansion.

    - Fixed spew/edit to a long filename approaching the filesystem length
      limit.

    - Internal calls to `print` are checked for possible errors.

    - Internal read calls are checked for errors.

    [Changes]

    - Path stringification now adds "./" in front of paths starting with literal tilde
      so they will round-trip.  FREEZE updated to use this stringification rule as well.

    - `move` now uses File::Copy::move internally instead of the built-in `rename`,
      allowing it to work across filesystems.  It also returns an object for the
      moved location, allowing chaining.

    - edit_lines_raw now uses a buffered raw I/O layer. edit_lines_utf8 now
      prefers PerlIO::utf8_strict, if available.

    - lines_utf8 now consistently uses a buffered I/O layer.

    - open*_utf8 now prefers PerlIO::utf8_strict, if available.

    - slurp_utf8 now consistently uses an unbuffered I/O layer.

    [Documented]

    - Changed all raw/UTF-8 layer descriptions in method documentation to match
      the code.

    - Fixed SYNOPSIS syntax.

    - Documented how to disable TMPDIR when making temp files/dirs.

    [Testing]

    - Add additional tilde stringification testing.

    - Fixed tilde expansion tests on Windows.

    - Skip a problematic test case on cygwin.

0.141    2022-11-07 12:47:25-05:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Add additional tilde expansion tests

0.139    2022-11-03 15:44:46-04:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Skip a problematic test case on cygwin

0.137    2022-11-02 09:50:26-04:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Add additional tilde stringification testing.

0.135    2022-11-01 22:27:21-04:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Fixed additional issues with tilde expansion tests on Windows for testers
      with lowercase drive letters in their userprofile.

0.133    2022-10-31 23:55:01-04:00 America/New_York (TRIAL RELEASE)

    [Bug fixes]

    - Path stringification now adds "./" in front of paths starting with literal tilde
      so they will round-trip.  FREEZE updated to use this stringification rule as well.

    [Changes]

    - `move` now uses File::Copy::move internally instead of the built-in `rename`,
      allowing it to work across filesystems.  It also returns an object for the
      moved location, allowing chaining.

    [Testing]

    - Fixed tilde expansion tests on Windows.

0.131    2022-10-31 10:42:46-04:00 America/New_York (TRIAL RELEASE)

    [*** DEPRECATIONS ***]

    - Tilde expansion is deprecated due to inconsistent and bug-prone behavior.

    [Bug fixes]

    - Fixed spew/edit to a long filename approaching the filesystem length
      limit.

    - Internal calls to `print` are checked for possible errors.

    - Internal read calls are checked for errors.

    - Prevent expansion of tildes that are not the very first character (e.g.
      "./~foo"). Prevent unintentional tilde expansion during internal path
      processing. Escape non-tilde glob characters before tilde expansion.

    [Changes]

    - edit_lines_raw now uses a buffered raw I/O layer. edit_lines_utf8 now
      prefers PerlIO::utf8_strict, if available.

    - lines_utf8 now consistently uses a buffered I/O layer.

    - open*_utf8 now prefers PerlIO::utf8_strict, if available.

    - slurp_utf8 now consistently uses an unbuffered I/O layer.

    [Documented]

    - Changed all raw/UTF-8 layer descriptions in method documentation to match
      the code.

    - Fixed SYNOPSIS syntax.

    - Documented how to disable TMPDIR when making temp files/dirs.

0.130    2022-10-20 07:08:01-04:00 America/New_York

    [Bug fixes]

    - mkdir no longer fails when applied to an existing directory.

0.128    2022-10-19 15:32:39-04:00 America/New_York

    - No changes from 0.127-TRIAL.

0.127    2022-10-05 17:17:36-04:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Fixed has_same_bytes test for Windows.

0.125    2022-09-30 17:08:36-04:00 America/New_York (TRIAL RELEASE)

    [*** DEPRECATIONS ***]

    - The 'mkpath' method is deprecated in favor of 'mkdir'.

    [Additions]

    - Added 'mkdir' to replace 'mkpath', but returning the path object for chaining.

    - Added `has_same_bytes` to efficiently compare the contents of two files.

    [Documentation]

    - Edited SYNOPSIS

0.124    2022-09-02 11:06:12-04:00 America/New_York

    - No changes from 0.123-TRIAL.

0.123    2022-08-29 11:06:49-04:00 America/New_York (TRIAL RELEASE)

    [Documentation]

    - Added link to `touchpath` in the `mkpath` docs.

    - Fixed example in `tempfile` docs.

(wen)

2023-01-08 00:36:29 UTC MAIN commitmail json YAML

Updated devel/p5-Variable-Magic to 0.63

(wen)

2023-01-08 00:35:39 UTC MAIN commitmail json YAML

Update to 0.63

Upstream changes:
0.63    2022-09-20 21:45 UTC
        This is a maintenance release. The code contains no functional change.
        Satisfied users of version 0.62 can skip this update.
        + Fix : [RT #144052] : Add support for 5.37.3s PADSV_STORE optimization
                B.pm-related tests have been taught about this new thing.
                Thanks Richard Leach for contributing a patch.
        + Upd : Contact info.

(wen)

2023-01-08 00:33:04 UTC MAIN commitmail json YAML

Updated devel/p5-Type-Tiny-XS to 0.025

(wen)

2023-01-08 00:32:04 UTC MAIN commitmail json YAML

Update to 0.025

Upstream changes:
0.025  2022-10-19
[ Bug Fixes ]
- Fix issues building on Debian.
- The `amagic_deref_call` macro is not available in older Perl, so use
  `amagic_call` instead.

0.024  2022-10-19
[ Bug Fixes ]
- Fix the files in ./fallback
- Properly handle deep magic (in particular: overloaded objects returning
  references to tied arrays/hashes) in parameterized versions of ArrayLike
  and HashLike.
[ Other ]
- Updated: Update bundled ppport.h

0.023  2022-10-18
[ Test Suite ]
- Improved tests for ScalarRef.
[ Other ]
- Added: Parameterized versions of ArrayLike and HashLike.

(wen)

2023-01-08 00:29:45 UTC MAIN commitmail json YAML

Updated devel/p5-Throwable to 1.001

(wen)

2023-01-08 00:28:58 UTC MAIN commitmail json YAML

Update to 1.001

Upstream changes:
Changes for version 1.001 - 2022-12-31
typo fix (thanks, Robert Rothenberg!)
update metadata just a little

(wen)

2023-01-08 00:27:01 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 2.005005

(wen)

2023-01-08 00:26:17 UTC MAIN commitmail json YAML

Update to 2.005005

Upstream changes:
2.005005 - 2023-01-05
  - drop dependency on Test::Fatal

(wen)

2023-01-08 00:23:26 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Critic to 1.148

(wen)

2023-01-08 00:22:54 UTC MAIN commitmail json YAML

2023-01-08 00:22:27 UTC MAIN commitmail json YAML

Update to 1.148
Update DEPENDS

Upstream changes:
1.148 Sat Jan  7 15:20:07 CST 2023

    [Possible breakage]
    Removed Perl::Critic::Utils::DataConversion. Any add-on policies that used
    it will need to copy the functions from there into their own code.

    [Documentation]
    ProhibitCascadingIfElse no longer suggests using given/when.

    [Internals]
    We no longer require Test::Deep for testing.

    Test::Kwalitee is now only recommended, not required.

    Random microoptimizations, like using hashes for array contents checking,
    and using any() instead of calling grep as a boolean.

1.146 Wed Dec 21 21:05:20 CST 2022

    [New features]
    ProhibitBarewordDirHandles now checks for sysopen as well as open. Thanks,
    Tadeusz SoÅ›nierz. (GH #732)

    Added a Dockerfile in the extras/ directory for those who want to run P::C
    in a container. Thanks, Isaac Gittins. (GH #832)

    Subroutines::ProhibitBuiltinHomonyms now can take an "allows" parameter to
    specify subroutines that won't violate the policy. Thanks, UTAGAWA Kiki.
    (GH #14, #932)

    ProhibitStringyEval now allows package declarations in evals when
    allow_includes = true. This is a common way packages are declared.
    Thanks, Chris Novakovic. (GH #908)

    [Bug Fixes]
    Fixed some problems with how Perl::Critic determined scope. Thanks, Tom
    Wyant. (GH #793)

    Fixed improper violation for lexical subroutines in
    Subroutines::ProhibitBuiltinHomonyms. Thanks, TOYAMA Nao. (GH #973, #955,
    #546)

    ValuesAndExpressions::RequireNumberSeparators no longer complains if your
    version numbers do not have number separators in them. Thanks, Tom Wyant.
    (GH #856, #904)

    Fixed a false positive with split() in ProhibitUnusedCapture. Thanks, Tom
    Wyant. (GH #888)

    [Internals]
    We no longer use or need IO::String. Thanks, Graham Knop. (GH #997)

    Removed requirements and mentions of modules no longer used:
    * Fatal
    * IO::String
    * IPC::Open2
    * Pod::Parser
    * Task::Weaken

1.144 Mon Dec  5 09:44:04 PM CST 2022

    Perl::Critic now requires Perl 5.10.1.

    [New features]
    The ProhibitAugmentedAssignmentInDeclaration policy now allows augmented
    assignments to "our" variables, if the allow_our option is enabled.
    Thanks, Graham Knop. (GH #993)

    ProhibitExplicitISA now recommends "use parent" instead of "use base".
    (GH #987)

    RequireUseWarnings now recognizes that "use v5.36" implies warnings.
    Thanks, Andrew Grechkin. (GH #984)

    Subroutines::ProhibitNestedSubs now allows lexical subroutines can
    now be inside of other subroutines. Thanks, TOYAMA Nao. (GH #946,
    #971, #972)

    RequireUseStrict now knows that Test::Spec enables it. (GH #906)

    ProhibitUnusedCapture now understands @{^CAPTURE} and %{^CAPTURE_ALL} that
    were added in Perl 5.26.0. Thanks, Tom Wyant. (GH #778)

    Allow numeric operators on special number strings 'NaN' and 'inf'. Thanks,
    Omer Gazit. (GH #803)

    [Fixes]
    Miscellanea::ProhibitUselessNoCritic no longer filters out errors about
    itself, just as Miscellanea::ProhibitUnrestrictedNoCritic cannot. Thanks,
    Bernhard Schmalhofer. (GH #939)

    Fixed GH #878: bareword filehandle dies on `open(CHECK, '/foo');`. Thanks,
    Tom Wyant.

    [Internals]
    Updated to using Perl 5.10.1. Starting migrating to Perl 5.10-isms like
    defined-or. Thanks, James Raspass.

    [Documentation]
    Updated some outdated docs in Perl::Critic::Utils. Thanks, Slaven Rezić.
    (GH #951)

1.142 Mon Nov 28 08:12:14 PM CST 2022

    This is the last version of Perl::Critic that will run on Perl 5.6.1.  The
    next release will require Perl 5.10.1.

    [New Features]
    Add new policy InputOutput::ProhibitBarewordDirHandles, comparable to
    ProhibitBarewordFilehanles.  Thanks, raf. (GH #912)

    References::ProhibitDoubleSigils policy now allows for Perl's
    postfix dereference syntax and does not report a policy violation.
    Thanks to Ilya Rassadin (GH #578)

    Added Test::Class::Moose and MooseX::MethodAttributes::Role to the
    list of modules that are equivalent to "use strict".  (GH #808, GH #886)

    Subroutines::RequireArgUnpacking now detects anonymous subroutines with
    attributes, prototypes or signatures.  Thanks, Tom Wyant. (GH #684)

    ProhibitVoidMap and ProhibitVoidGrep now detect void context inside subs,
    such as:

        sub { map { foo($_) } @list; return }

    Thanks, James Raspass. (GH #905)

    RequireArgUnpacking now allows a closure to be recognized as a way that
    subroutine arguments can be unpacked.  This is specified with an optional
    allow_closures configuration option.  Thanks, Tom Wyant. (GH #737)

    ProhibitTwoArgOpen now disallows one-arg opens as well. Also, it
    no longer allows two-arg opening of STDIN/STDOUT/STDERR.  Thanks,
    Dan Book. (GH #652, #653)

    [Fixes]
    ProhibitLeadingZeros would not handle sysopen and lexical variables
    correctly. This has been fixed. Thanks, Tom Wyant. (GH #789)

    [Documentation]
    We note that the any() function is available in both List::MoreUtils and
    List::SomeUtils.

    Added instructions to perlcritic on how to integrate with Visual Studio
    Code.  Thanks, sigzero.

    [Internals]
    Switch to using List::SomeUtils instead of List::MoreUtils.

(wen)

2023-01-08 00:13:13 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Deep to 1.204

(wen)

2023-01-08 00:12:27 UTC MAIN commitmail json YAML

Update to 1.204

Upstream changes:
1.204    2023-01-07 18:01:37-05:00 America/New_York
        - restore v5.12 compatibility (see commit 66b79eb for the amusing
          anecdote)

1.203    2023-01-07 11:38:14-05:00 America/New_York
        - try to avoid clobbering global error variables when loading test
          libraries (thanks, Felipe Gasper)
        - hash_each now enumates keys in sort() order, to make errors more
          consistent

1.202    2023-01-04 20:40:46-05:00 America/New_York
        - no changes since trial releases
        - Test::Deep now requires perl v5.12.

1.201    2023-01-03 19:28:05-05:00 America/New_York (TRIAL RELEASE)
        - correct Changes entry about which version version of perl is required

1.200    2023-01-02 16:55:10-05:00 America/New_York (TRIAL RELEASE)
        - converted to Dist::Zilla
        - Test::Deep will now require v5.12, and this may go up.  This change
          allows simplification of the Makefile.PL, which was coping with a
          mistake made twelve years ago

(wen)

2023-01-08 00:09:15 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Message to 6.44

(wen)

2023-01-08 00:08:30 UTC MAIN commitmail json YAML

Update to 6.44

Upstream changes:
6.44      2022-10-26 20:49:00Z
    - Made the Clone module a hard requirement, so we don't have to
      provide a fallback function for HTTP::Headers::clone().
      We require at least Clone 0.46, as that release now supports
      Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers)
    - Import clone from Clone rather than inheriting (GH#189) (Graham Knop)
    - Made the Compress::Raw::Zlib 2.062 module minimal required
      version. (GH#190) (Jakub 'q84fh' Skory)

6.43      2022-10-22 14:50:35Z
    - Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek)
    - Remove dependency to IO::Uncompress::Gunzip. (Michal Josef Spacek)

6.42      2022-10-18 13:53:22Z
    - We now don't consider the Content-Location header when asked
      for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers)
    - Increased the (max) buffer size for read() when processing form data,
      from 2048 to 8192. This was suggested in RT#105184, as it improved
      performance for them. (GH#59) (Neil Bowers)

6.41      2022-10-12 15:57:40Z
    - Add maximum size for HTTP::Message->decoded_content
      This can be used to limit the size of a decompressed HTTP response,
      especially when making requests to untrusted or user-specified servers.
      The $HTTP::Message::MAXIMUM_BODY_SIZE variable and the ->max_body_size
      accessor can set this limit. (GH#181) (Max Maischein)

6.40      2022-10-12 15:45:52Z
    - Fixed two typos in the doc, originally reported by FatherC
      in RT#90716, ported over as GH#57. (GH#57) (Neil Bowers)

6.39      2022-10-08 13:48:26Z
    - Remove Travis config (GH#180) (Olaf Alders)
    - Added status_constant_name() which maps status code
      to the name of the corresponding constant. (GH#160) (Neil Bowers)
    - Updated the doc for status_message() to clarify that it
      returns "Not Found" and not "HTTP_NOT_FOUND". (GH#160) (Neil Bowers)

6.38      2022-10-06 21:48:18Z
    - Replace "base" with "parent" (GH#176) (James Raspass)
    - Replace "print" with "note" in tests (GH#178) (James Raspass)
    - Noted that OPTIONS supported was added in 6.1, to the doc
      for HTTP::Request::Common. Addresses GH#177. (GH#179) (Neil Bowers)

(wen)

2023-01-08 00:06:05 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Restrict to 3.0.1

(wen)

2023-01-08 00:05:19 UTC MAIN commitmail json YAML

Update to 3.0.1

Upstream changes:
v3.0.1    2022-09-22 22:27:40Z
        - Add a filter_text attribute. This can be used to disable text
          encoding. (GH#44) (ccottingham-presinet)

(wen)

2023-01-08 00:02:30 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Parser to 3.80

(wen)

2023-01-08 00:01:26 UTC MAIN commitmail json YAML

Update to 3.80

Upstream changes:
3.80      2022-11-01
  * Fix compatibility with ancient perl by avoiding index in test (GH#33)
    (Graham Knop)

3.79      2022-10-12
  * Modernise XS (GH#32) (James Raspass)
  * Skip threads on older perl versions, as they often segfault (GH#31) (Graham
  * Knop)

(wen)

2023-01-07 23:38:17 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 108.0.2

(ryoon)

2023-01-07 23:37:54 UTC MAIN commitmail json YAML

firefox-l10n: Update to 108.0.1

* Sync with www/firefox-108.0.1.

(ryoon)

2023-01-07 23:37:24 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 108.0.2

(ryoon)

2023-01-07 23:36:39 UTC MAIN commitmail json YAML

firefox: Update to 108.0.1

* Use devel/py-curses during build to avoid errors from Python 3.10.
* uniffi-js defines amd64 specific symbols. I have added a hack for i386.
  If you build www/firefox under NetBSD/aarch64, you will get 'undefined
  reference' error during linking libxul.so. Please send your error messages
  to me. I will try to fix link breakage.
* Disable Web MIDI explicitly, it causes runtime segfault under NetBSD.

Changelog:
108.0.1
Fixed
  * Fixes a crash for some users on Mac OS X 10.12-10.14 during video playback
    (bug 1806391).
  * Fixes a crash that might occur when managing browser history (bug 1806408).

Changed
  * The "Tabs sharing devices" menu item for WebRTC is now located in the tools
    menu on macOS only (bug 1807697).

108.0.1
Fixed
  * Fixes the default search engine being reset on upgrade for profiles which
    were previously copied from a different location.

108.0
New
  * Import maps, which allow web pages to control the behavior of JavaScript
    imports, are now enabled by default.

  * Processes used for background tabs now use efficiency mode on Windows 11 to
    limit resource use.

  * The shift+esc keyboard shortcut now opens the Process Manager, offering a
    way to quickly identify processes that are using too many resources.

  * Improved frame scheduling when under load; this substantially improves
    Firefox's MotionMark scores.

Fixed
  * Firefox now supports properly color correcting images tagged with ICCv4
    profiles.

  * Support for non-English characters when saving and printing PDF forms.

  * The bookmarks toolbar's default "Only show on New Tab" state works
    correctly for blank new tabs. As before, you can change the bookmark
    toolbar's behavior using the toolbar context menu.

  * Various security fixes.

Changed
  * Firefox now supports the WebMIDI API and a new experimental mechanism for
    controlling access to dangerous capabilities.

Security fixes:
#CVE-2022-46871: libusrsctp library out of date
#CVE-2022-46872: Arbitrary file read from a compromised content process
#CVE-2022-46873: Firefox did not implement the CSP directive unsafe-hashes
#CVE-2022-46874: Drag and Dropped Filenames could have been truncated to
malicious extensions
#CVE-2022-46875: Download Protections were bypassed by .atloc and .ftploc files
on Mac OS
#CVE-2022-46877: Fullscreen notification bypass
#CVE-2022-46878: Memory safety bugs fixed in Firefox 108 and Firefox ESR 102.6
#CVE-2022-46879: Memory safety bugs fixed in Firefox 108

(ryoon)

2023-01-07 22:36:23 UTC MAIN commitmail json YAML

2023-01-07 21:20:38 UTC MAIN commitmail json YAML

doc: Updated audio/jack to 1.9.21

(triaxx)

2023-01-07 21:20:19 UTC MAIN commitmail json YAML

jack: Update to 1.9.21

upstream changes:
-----------------
1.9.21 Latest
=============
  o Add shell mode to jack_control (executes commands from stdin until EOF)
  o The waf autooption --example-tools introduced in 1.9.20 is now off by
    default,
  o To get the previous behavior back pass --example-tools during build.
  o This flag (and the related tools and their code) are going to be removed in
    the next release.
  o Fix alignas() on non-packed architectures
  o Fix build of jack-example-tools man pages (1.9.20 regression)
  o Fix compatibility with macOS 12
  o Fix missing symbols from jack client library (error and info callback
    pointers)
  o Fix potential memory corruption in midi_latency_test tool
  o Fix JackWeakAPI on Windows
  o Use predefined variables in pkg-config file (required for mingw)
External changes, related to macOS/Windows installer:
  o Fix application style in QJackCtl (qwindowsvistastyle.dll was missing)
  o Update QjackCtl used in macOS/Windows installers to 0.9.7

1.9.20
======
  o Add waf autooption --example-tools to allow optional build of executables,
    libraries and man pages provided by jack-example-tools (the files are built
    by default).
  o Building and installing the additional files can be disabled by using
    --example-tools=no or --no-example-tools.
  o Fix 32-bit support in ALSA driver
  o Fix incomplete ASIO support on Windows
  o Fix metadata usage with multiple users
  o Fix netsource tool missing on Windows
  o Fix semaphore usage on macOS
  o Official FreeBSD support
External changes, related to macOS/Windows installer:
  o Update Qt5 used in macOS/Windows installers to 5.12.12
  o Update QjackCtl used in macOS/Windows installers to 0.9.6

(triaxx)

2023-01-07 19:31:51 UTC MAIN commitmail json YAML

doc: Updated comms/asterisk16 to 16.29.1nb2

(ryoon)

2023-01-07 19:31:19 UTC MAIN commitmail json YAML

asterisk16: -n option is no longer accepted for shell scripting

Fix rc.d script to exclude -n options.
Bump PKGREVISION.

(ryoon)

2023-01-07 19:04:34 UTC MAIN commitmail json YAML

jack: fix build on NetBSD with binutils 2.39

Clean some pkglint while here

(wiz)

2023-01-07 16:16:10 UTC MAIN commitmail json YAML

sysutils/ups-nut: Rototill rc.d scripts

  - Fix strange sh style: don't have then on a new line
  - Ensure main daemons started before SERVERS
  - Slot upsmon after SERVERS and before LOGIN
  - Rewrite upsdriver instructions to make upsdrvctl the standard approach
  - Drop compat for ancient (<1.6) NetBSD

(gdt)

2023-01-07 16:09:38 UTC pkgsrc-2022Q3 commitmail json YAML

2023-01-07 16:07:59 UTC pkgsrc-2022Q3 commitmail json YAML

sysutils/ups-nut: Rototill rc.d scripts

  - Fix strange sh style: don't have then on a new line
  - Ensure main daemons started before SERVERS
  - Slot upsmon after SERVERS and before LOGIN
  - Rewrite upsdriver instructions to make upsdrvctl the standard approach
  - Drop compat for ancient (<1.6) NetBSD

(gdt)

2023-01-07 15:32:29 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday to 1.10.2

(taca)

2023-01-07 15:31:57 UTC MAIN commitmail json YAML

www/ruby-faraday: update to 1.10.2

1.10.2 (2022-08-23)

What's Changed

* Deprecate three methods for version 2.0 by @hyuraku in #1446

1.10.1 (2022-08-07)

What's Changed

* add Faraday#Deprecate to 1.x by @hyuraku in #1438

New Contributors

* @hyuraku made their first contribution in #1438

1.10.0 (2022-02-16)

What's Changed

* Add JSON middleware by @iMacTia in #1400

1.9.3 (2022-01-06)

* Re-add support for Ruby 2.4+ by @iMacTia in #1371

1.9.2 (2022-01-06)

* Add alias with legacy name to gemified middleware by @iMacTia in #1372

1.9.1 (2022-01-06)

* Update adapter dependencies in Gemspec by @iMacTia in #1370

1.9.0 (2022-01-06)

* Use external multipart and retry middleware by @iMacTia in #1367

(taca)

2023-01-07 15:27:01 UTC MAIN commitmail json YAML

doc: Added www/ruby-faraday-retry version 1.0.3

(taca)

2023-01-07 15:26:43 UTC MAIN commitmail json YAML

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

(taca)

2023-01-07 15:25:34 UTC MAIN commitmail json YAML

www/ruby-faraday-retry: add package version 1.0.3

Required by newer ruby-faraday package.

Faraday Retry

The Retry middleware automatically retries requests that fail due to
intermittent client or server errors (such as network hiccups).

By default, it retries 2 times and handles only timeout exceptions.

It can be configured with an arbitrary number of retries, a list of
exceptions to handle, a retry interval, a percentage of randomness to add to
the retry interval, and a backoff factor.

The middleware can also handle the Retry-After header automatically when
configured with the right status codes (see below for an example).

(taca)

2023-01-07 15:21:46 UTC MAIN commitmail json YAML

doc: Added www/ruby-faraday-multipart version 1.0.4

(taca)

2023-01-07 15:21:24 UTC MAIN commitmail json YAML

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

(taca)

2023-01-07 15:20:12 UTC MAIN commitmail json YAML

www/ruby-faraday-multipart: add package version 1.0.4

Required by newer ruby-faraday package.

Faraday Multipart

The Multipart middleware converts a Faraday::Request#body Hash of
key/value pairs into a multipart form request, but only under these
conditions:

* The request's Content-Type is "multipart/form-data"
* Content-Type is unspecified, AND one of the values in the Body responds to
  #content_type.

Faraday contains a couple helper classes for multipart values:

* Faraday::Multipart::FilePart wraps binary file data with a Content-Type.
  The file data can be specified with a String path to a local file, or an
  IO object.

* Faraday::Multipart::ParamPart wraps a String value with a Content-Type,
  and optionally a Content-ID.

(taca)

2023-01-07 11:01:34 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.11.0

(bsiegert)

2023-01-07 11:01:23 UTC MAIN commitmail json YAML

gopls: update to 0.11.0

gopls/v0.11.0

This is a small release containing new integrations of vulnerability analysis.

Vulnerability analysis for go.mod files can be enabled by configuring the
"vulncheck" setting to "Imports". For more information on vulnerability
management, see the Vulnerability Management for Go blog post.

Support changes

This release removes support for the "experimentalUseInvalidMetadata" setting,
as described in the v0.10.0 release. Other settings slated for deprecation in
that release remain temporarily supported, but will be removed in v0.12.0.

New Features

- Analyzing dependencies for vulnerabilities
- Additional checks for the loopclosure analyzer

gopls/v0.10.0

This release contains initial support for standalone packages and package
renaming. Please see below for more details.

We are also changing our release policy to better align with semver.

Support changes

This version of gopls contains changes to our release policy, deprecates
support for some older Go versions, and deprecates support for several
experimental features.

New release policy

As described in golang/go#55267, we are tightening our release policy to better
follow semver, increase stability, and reduce release-related toil. Significant
new features will only be introduced in *.*.0 patch versions, and subsequent
patch releases will consist only of bugfixes. For example, this version
(v0.10.0) introduces several new features, described below. Subsequent v0.10.*
releases will contain only bugfixes.

Final support for Go 1.13-1.15

Consistent with the above release policy and our stated support window, the
v0.10.* minor version will be the final set of releases to support being used
with Go 1.13-1.15. See golang/go#52982 for details.

Gopls will pop up a warning if it resolves a version of the go command that is
older than 1.16. Starting with gopls@v0.11.0, gopls will cease to function when
used with a go command with a version older than 1.16.

Deprecated experimental features

The following experimental features are deprecated, and will be removed in
gopls@v0.11.0:

  * experimentalWorkspaceModule (golang/go#52897): this feature has been
    replaced by go.work files. See our documentation for information on how to
    use go.work files to work on multiple modules.
  * experimentalWatchedFileDelay (golang/go#55268): LSP clients should instead
    be responsible for buffering workspace/didChangeWatchedFiles notifications.
  * experimentalUseInvalidMetadata (golang/go#54180): we are going to focus
    instead on improving diagnostics for broken workspaces.

New Features

Support for "standalone packages"

Gopls now recognizes certain files as "standalone main packages", meaning they
should be interpreted as main packages consisting of a single file. To do this,
gopls looks for packages named main containing a single build constraint that
matches one of the tags configured by the new standaloneTags setting.

(bsiegert)

2023-01-07 10:41:02 UTC MAIN commitmail json YAML

Updated devel/py-cython, devel/py-isort

(adam)

2023-01-07 10:40:40 UTC MAIN commitmail json YAML

py-isort: updated to 5.11.4

5.11.4 December 21 2022

- Fixed 2038 (again): stop installing documentation files to top-level site-packages
- CI: only run release workflows for upstream
- Tests: remove obsolete toml import from the test suite
- CI: bump Poetry 1.3.1

(adam)

2023-01-07 10:38:55 UTC MAIN commitmail json YAML

py-cython: updated to 0.29.33

0.29.33 (2023-01-06)
====================

Features added
--------------

* The ``cythonize`` and ``cython`` commands have a new option ``-M`` / ``--depfile``
  to generate ``.dep`` dependency files for the compilation unit.  This can be used
  by external build tools to track these dependencies.
  The ``cythonize`` option was already available in Cython :ref:`0.29.27`.
  Patches by Evgeni Burovski and Eli Schwartz.  (Github issue :issue:`1214`)

Bugs fixed
----------

* ``const`` fused types could not be used with memory views.
  Patch by Thomas Vincent.  (Github issue :issue:`1772`)

* ``wstr`` usage was removed in Python 3.12 and later (PEP-623).
  (Github issue :issue:`5145`)

* A type check assertion for Cython functions failed in debug Python builds.
  (Github issue :issue:`5031`)

* Fixed various compiler warnings.
  Patches by Lisandro Dalcin et al.  (Github issues :issue:`4948`, :issue:`5086`)

* Fixed error when calculating complex powers of negative numbers.
  (Github issue :issue:`5014`)

* Corrected a small mis-formatting of exception messages on Python 2.
  (Github issue :issue:`5018`)

* The ``PyUnicode_AsUTF8AndSize()`` C-API function was missing from the CPython declarations.
  (Github issue :issue:`5163`)

* A performance problem in the compiler was resolved when nesting conditional expressions.
  (Github issue :issue:`5197`)

* Test suite problems with recent NumPy and CPython versions were resolved.
  (Github issues :issue:`5183`, :issue:`5190`)

Other changes
-------------

* The undocumented, untested and apparently useless syntax
  ``from somemodule cimport class/struct/union somename`` was deprecated
  in anticipation of its removal in Cython 3.  The type
  modifier is not needed here and a plain ``cimport`` of the name will do.
  (Github issue :issue:`4905`)

* Properly disable generation of descriptor docstrings on PyPy since they cause crashes.
  It was previously disabled, but only accidentally via a typo.
  Patch by Matti Picus.  (Github issue :issue:`5083`)

* The ``cpow`` directive of Cython 3.0 is available as a no-op.
  (Github issue :issue:`5016`)

(adam)

2023-01-07 09:43:41 UTC MAIN commitmail json YAML

doc: Updated devel/pax-utils to 1.3.6

(fcambus)

2023-01-07 09:43:30 UTC MAIN commitmail json YAML

pax-utils: update to 1.3.6.

ChangeLog:

- man: reorder xmlto arguments
- lddtree: update CrOS copyright line
- lddtree: sort imports
- lddtree: specify utf-8 encoding with text files
- lddtree: Add logging for ELFParseError
- lddtree: switch to f-strings in most places
- lddtree: add typing info to more places
- lddtree: simplify join logic
- lddtree: avoid shadowing function args
- lddtree: reformat with black
- pylint: reformat with black
- meson: include generated man pages in dist tarballs

(fcambus)

2023-01-07 09:37:49 UTC MAIN commitmail json YAML

doc: Updated chat/swirc to 3.3.9

(fcambus)

2023-01-07 09:37:37 UTC MAIN commitmail json YAML

swirc: update to 3.3.9.

## [3.3.9] - 2023-01-07 ##
- **Added** micro optimizations
- **Added** rules for nickname highlighting
- **Added** SASL auth mechanism: **external**
- **Added** support for the **GNU Hurd OS**
- **Added** tab completion for:
  - `/connect`
  - `/time`
  - `/version`
- **Added** the following commands:
  - `/qbot`
  - `/stats`
- **Added** the following config options:
  - `cmd_type_prot` (bool)
  - `ctcp_reply` (bool)
  - `qbot_host` (string)
  - `sasl_x509` (string)
- **Improved** tab completion for:
  - `/msg`
  - `/notice`
  - `/whois`

### Linux ###
- **Fixed** building on riscv64. Contributed by
  [Eric Long](https://github.com/hack3ric) - thanks!

(fcambus)

2023-01-07 09:18:57 UTC MAIN commitmail json YAML

doc/TODO: + lnav-0.11.1, mold-1.9.

(wiz)

2023-01-07 07:44:08 UTC MAIN commitmail json YAML

doc: Updated lang/php80 to 8.0.27

(taca)

2023-01-07 07:43:34 UTC MAIN commitmail json YAML

lang/php80: update to 8.0.27

(2023-01-05)

- PDO/SQLite:
  . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
    (cmb)

(taca)

2023-01-07 07:42:45 UTC MAIN commitmail json YAML

doc: Updated lang/php82 to 8.2.1

(taca)

2023-01-07 07:42:15 UTC MAIN commitmail json YAML

lang/php82: update to 8.2.1

PHP 8.2.1 (2023-01-05)

- Core:
  . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined).
    (cmb)
  . Fixed bug GH-9918 (License information for xxHash is not included in
    README.REDIST.BINS file). (Akama Hitoshi)
  . Fixed bug GH-9890 (OpenSSL legacy providers not available on Windows). (cmb)
  . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Voříšek)
  . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb)
  . Fixed GH-9769 (Misleading error message for unpacking of objects). (jhdxr)

- Apache:
  . Fixed bug GH-9949 (Partial content on incomplete POST request). (cmb)

- FPM:
  . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug
    #66694). (Petr Sumbera)
  . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING).
    (Jakub Zelenka)
  . Fixed bug #80669 (FPM numeric user fails to set groups). (Jakub Zelenka)
  . Fixed bug GH-8517 (Random crash of FPM master process in
    fpm_stdio_child_said). (Jakub Zelenka)

- Imap:
  . Fixed bug GH-10051 (IMAP: there's no way to check if a IMAP\Connection is
    still open). (Girgias)

- MBString:
  . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in
    PHP8.1). (Nathan Freeman)

- Opcache:
  . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload).
    (Arnaud, michdingpayc)

- OpenSSL:
  . Fixed bug GH-9997 (OpenSSL engine clean up segfault). (Jakub Zelenka)
  . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).
    (Jakub Zelenka)
  . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with
    no-dsa). (Jakub Zelenka)

- Pcntl:
  . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash).
    (Erki Aring)

- PDO_Firebird:
  . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).
    (cmb)

- PDO/SQLite:
  . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
    (cmb)

- Session:
  . Fixed GH-9932 (session name silently fails with . and [). (David Carlier)

- SPL:
  . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias)
  . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be
    unregistered). (Girgias)

- SQLite3:
  . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb)

- TSRM:
  . Fixed Windows shmget() wrt. IPC_PRIVATE. (Tyson Andre)

(taca)

2023-01-07 07:41:16 UTC MAIN commitmail json YAML

doc: Updated lang/php81 to 8.1.14

(taca)

2023-01-07 07:40:47 UTC MAIN commitmail json YAML

lang/php81: update to 8.1.14

PHP 8.1.14 (2023-01-05)

- Core:
  . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined).
    (cmb)
  . Fixed bug GH-9918 (License information for xxHash is not included in
    README.REDIST.BINS file). (Akama Hitoshi)
  . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Voříšek)
  . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb)

- Date:
  . Fixed bug GH-9699 (DateTimeImmutable::diff differences in 8.1.10 onwards -
    timezone related). (Derick)
  . Fixed bug GH-9700 (DateTime::createFromFormat: Parsing TZID string is too
    greedy). (Derick)
  . Fixed bug GH-9866 (Time zone bug with \DateTimeInterface::diff()). (Derick)
  . Fixed bug GH-9880 (DateTime diff returns wrong sign on day count when using
    a timezone). (Derick)

- FPM:
  . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug
    #66694). (Petr Sumbera)
  . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING).
    (Jakub Zelenka)
  . Fixed bug GH-8517 (Random crash of FPM master process in
    fpm_stdio_child_said). (Jakub Zelenka)

- MBString:
  . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in
    PHP8.1). (Nathan Freeman)

- Opcache:
  . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload).
    (Arnaud, michdingpayc)

- OpenSSL:
  . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).
    (Jakub Zelenka)
  . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with
    no-dsa). (Jakub Zelenka)

- Pcntl:
  . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash).
    (Erki Aring)

- PDO_Firebird:
  . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).
    (cmb)

- PDO/SQLite:
  . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
    (cmb)

- Session:
  . Fixed GH-9932 (session name silently fails with . and [). (David Carlier)

- SPL:
  . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias)
  . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be
    unregistered). (Girgias)

- SQLite3:
  . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb)

(taca)

2023-01-07 07:20:44 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-diffoscope to 231

(khorben)

2023-01-07 07:20:29 UTC MAIN commitmail json YAML

py-diffoscope: update to 231

Changes in version 231:

* Improve "[X] may produce better output" messages. Based on a patch by
  Helmut Grohne. (Closes: #1026982)

Changes in version 230:

[ Chris Lamb ]
* Fix compatibility with file(1) version 5.43; thanks, Christoph Biedl.

[ Jelle van der Waa ]
* Support Berkeley DB version 6.

(khorben)

2023-01-07 05:16:15 UTC MAIN commitmail json YAML

doc: Removed www/ruby-rack16

(taca)

2023-01-07 05:15:58 UTC MAIN commitmail json YAML

www/ruby-rack16: remove package

Now no pacakge depends on this.

(taca)

2023-01-07 05:15:22 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-rack16

(taca)

2023-01-07 05:13:37 UTC MAIN commitmail json YAML

doc: Updated www/ruby-innate to 2023.01.06

(taca)

2023-01-07 05:13:06 UTC MAIN commitmail json YAML

www/ruby-innate: update to 2023.01.06

2023.01.06

* update gemspec to specify modern version of rack and rack-test and add
  rackup

* Use Rackup::Handler instead of Rack::Handler.  Refactor registration of
* ebb handler registration into #start_ebb.  Not sure this code is covered
* by the tests but all tests are passing.  fix test to expect header keys to
* be downcase as that is what Rack sends now

* Fix unless condition in rescue block of Request#local_net? to match any
  exception message that suggests an invalid address

* Change Rack::File to Rack::Files and Rack::Response#header to #headers to
  conform with rack ~> 3.0

* remove Gem::Specification#has_rdoc because it is deprecated and breaks
  things.

* Update adapter.rb.

  In lib/innate/adapter.rb#self.start_webrick, `:BindAddress =>
  config[:Host]` should be `:Host => config[:Host]` because
  lib/rack/handler/webrick.rb#self.run looks for :Host, not
  :BindAddress. What this means is, if you're running Ramaze on a remote
  server, there is no :Host in the options (which returns nil), and so it
  defaults to localhost, then your browser won't see the site.

(taca)

2023-01-07 01:26:15 UTC MAIN commitmail json YAML

lxqt-globalkeys: adjust previous LOG_MAKEPRI patch

This is also actually relevant to NetBSD, which defines it incorrectly
(PR lib/57172).

(gutteridge)

2023-01-07 00:50:33 UTC MAIN commitmail json YAML

devel/got-portable: GNU bison required on Linux and macOS.

(vins)

2023-01-07 00:44:19 UTC MAIN commitmail json YAML

devel/got-portable: revert latest commit.

This is really not needed.

(vins)

2023-01-07 00:01:33 UTC MAIN commitmail json YAML

devel/got-portable: define strdup for platforms that are missing it.

(vins)

2023-01-06 23:52:59 UTC MAIN commitmail json YAML

doc: Updated audio/d11amp to 0.61

(wiz)

2023-01-06 23:52:50 UTC MAIN commitmail json YAML

d11amp: update to 0.61.

From Thomas Dettbarn in PR 57165.

Changes:
* Improved Playlist
* Improved Keyboard Control
* Improved Audio Output options

(wiz)

2023-01-06 23:11:32 UTC MAIN commitmail json YAML

mk: remove relro hack for NetBSD-current, fixed in the base system

(wiz)

2023-01-06 20:09:58 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6715 - requested by gdt
lang/elixir: build fix

(via patch)

(bsiegert)

2023-01-06 19:48:59 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup tickets #6711 to #6714

(bsiegert)

2023-01-06 19:48:25 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6714 - requested by gdt
sysutils/xentools415: NetBSD 10 build fix

Revisions pulled up:
- sysutils/xentools415/Makefile                                1.23

---
  Module Name: pkgsrc
  Committed By: gdt
  Date: Wed Dec 28 23:45:02 UTC 2022

  Modified Files:
  pkgsrc/sysutils/xentools415: Makefile

  Log Message:
  xentools415: allow on NetBSD 10

(bsiegert)

2023-01-06 17:42:13 UTC MAIN commitmail json YAML

doc: Updated www/gitea to 1.18.0

(jperkin)

2023-01-06 17:42:01 UTC MAIN commitmail json YAML

2023-01-06 15:14:55 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.6.38

(pin)

2023-01-06 15:14:19 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.6.38

0.6.38 (2023-01-05)
Bug Fixes
- Reverse PanUp/Down (fixes #110) (89e43ef8)
- Shortcuts are sorted and grouped (8e6d2430)

Features
- add home/end to move to first/last image (39412c7f)
- Add slider to step through images (5934b052)

(pin)

2023-01-06 14:21:17 UTC MAIN commitmail json YAML

bsdinstall: Apply patch directly to sources.

Packages that have unpacked sources that are in the bootstrap path must never
have patches as it causes bootstrap issues with requiring digest and nbpatch.

(jperkin)

2023-01-06 10:58:07 UTC MAIN commitmail json YAML

graphics/xpaint: fix building on Linux.

(vins)

2023-01-06 10:02:16 UTC MAIN commitmail json YAML

mail/notmuch: notmuch(3) also requires doxygen

(vins)

2023-01-06 09:46:07 UTC MAIN commitmail json YAML

mail/notmuch: Add missing man page to PLIST.

(vins)

2023-01-06 08:50:42 UTC MAIN commitmail json YAML

mail/notmuch: perl is required to build man page.

PLIST file sorted alphabetically.

(vins)

2023-01-06 03:14:42 UTC MAIN commitmail json YAML

TODO: suggest Frescobaldi and EndBASIC.

(schmonz)

2023-01-06 02:35:47 UTC MAIN commitmail json YAML

2023-01-06 01:41:02 UTC MAIN commitmail json YAML

doc/TODO: add libgtop

(gutteridge)

2023-01-06 01:14:01 UTC MAIN commitmail json YAML

lang/elixir: Mark not MAKE_JOBS_SAFE

Add upstream bug report URL

(gdt)

2023-01-06 00:42:00 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/lxqt to 1.2.1

(gutteridge)

2023-01-06 00:41:50 UTC MAIN commitmail json YAML

lxqt: update to 1.2.1 release

(gutteridge)

2023-01-06 00:38:23 UTC MAIN commitmail json YAML

2023-01-06 00:35:47 UTC MAIN commitmail json YAML

doc: Updated sysutils/pcmanfm-qt to 1.2.1

(gutteridge)

2023-01-06 00:35:35 UTC MAIN commitmail json YAML

pcmanfm-qt: update to 1.2.1

Change log:

pcmanfm-qt-1.2.1 / 2023-01-02
==============================
* Corrected the icon for "New Tab".
* Corrected some descriptions in Hidden Shortcuts dialog.
* Enabled tab DND under Wayland.
* Fixed the context menus of tabs and forward/backward buttons under Wayland.

(gutteridge)

2023-01-06 00:34:42 UTC MAIN commitmail json YAML

doc: Updated x11/libfm-qt to 1.2.1

(gutteridge)

2023-01-06 00:34:31 UTC MAIN commitmail json YAML

libfm-qt: update to 1.2.1

Change log:

libfm-qt-1.2.1 / 2023-01-02
============================
* Specified the parents of context menus for use on Wayland.
* Fixed launching XWayland apps under Wayland.
* appchooserdialog: do not disable the OK button when Custom Command page is shown.
* Increased the minimum width of name column in detailed list view.
* Fixed the DND menu position under Wayland.
* Fixed crash with DND from outside app under Wayland.
* Fixed unresponsive DND menu under Wayland.
* Workaround for DND keyboard modifiers under Wayland.
* Check mime data of clipboard for nullity (for Wayland).
* Fixed drawing of selection rectangle under Wayland.

(gutteridge)

2023-01-06 00:18:55 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-panel to 1.2.1

(gutteridge)

2023-01-06 00:18:08 UTC MAIN commitmail json YAML

lxqt-panel: update to 1.2.1

Change log:

lxqt-panel-1.2.1 / 2023-01-02
==============================
* Fixed a regression in volume popup.
* Added Qeyes plugin.
* Avoid covering fullscreen windows.

(gutteridge)

2023-01-05 23:30:09 UTC MAIN commitmail json YAML

qt5-qtwebkit: restore PKGREVISION

This was not bumped with the qt5 update, so the old PKGREVISION needs to stay

(wiz)

2023-01-05 23:17:58 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.87

(wiz)

2023-01-05 23:17:49 UTC MAIN commitmail json YAML

nss: update to 3.87.

Changes:
  - Bug 1803226 - NULL password encoding incorrect.
  - Bug 1804071 - Fix rng stub signature for fuzzing builds.
  - Bug 1803595 - Updating the compiler parsing for build.
  - Bug 1749030 - Modification of supported compilers.
  - Bug 1774654 tstclnt crashes when accessing gnutls server
    without a user cert in the database.
  - Bug 1751707 - Add configuration option to enable source-based
    coverage sanitizer.
  - Bug 1751705 - Update ECCKiila generated files.
  - Bug 1730353 - Add support for the LoongArch 64-bit architecture.
  - Bug 1798823 - add checks for zero-length RSA modulus to avoid
    memory errors and failed assertions later.
  - Bug 1798823 - Additional zero-length RSA modulus checks.

(wiz)

2023-01-05 23:11:01 UTC MAIN commitmail json YAML

dconf: fix grammar in a comment

(gutteridge)

2023-01-05 21:29:31 UTC MAIN commitmail json YAML

jitsi-meet-prosody: import missing distinfo file

(khorben)

2023-01-05 16:22:09 UTC MAIN commitmail json YAML

doc: Updated textproc/prose to 0.3.2

(pin)

2023-01-05 16:21:50 UTC MAIN commitmail json YAML

textproc/prose: update to 0.3.2

- Agressive fit gets more expensive the further from target
- Bump dependencies

(pin)

2023-01-05 16:07:33 UTC MAIN commitmail json YAML

2023-01-05 16:01:46 UTC MAIN commitmail json YAML

Updated x11/qt5

(adam)

2023-01-05 16:01:24 UTC MAIN commitmail json YAML

2023-01-05 16:01:18 UTC MAIN commitmail json YAML

2023-01-05 15:59:58 UTC MAIN commitmail json YAML

gtk3: Fix PKGLOCALEDIR and SunOS ld args.

Also no need to set PKGREVISION twice.

(jperkin)

2023-01-05 15:55:38 UTC MAIN commitmail json YAML

transmission: Add a rc script to automatically run transmission as a
dedicated user out of the box. Reviewed by wiz.

(nia)

2023-01-05 15:32:36 UTC MAIN commitmail json YAML

doc/TODO: latest zookeeper

+ zookeeper-3.7.1.

(taca)

2023-01-05 15:31:53 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack2 to 2.2.5

(taca)

2023-01-05 15:31:27 UTC MAIN commitmail json YAML

www/ruby-rack2: update to 2.2.5

2.2.5 (2022-12-27)

Fixed

* Rack::URLMap uses non-deprecated form of Regexp.new. (#1998, @weizheheng)

(taca)

2023-01-05 14:42:21 UTC MAIN commitmail json YAML

doc: Updated devel/automake to 1.16.5nb3

(wiz)

2023-01-05 14:42:13 UTC MAIN commitmail json YAML

2023-01-05 14:30:21 UTC MAIN commitmail json YAML

doc: Updated comms/hylafax to 6.0.7nb2

(wiz)

2023-01-05 14:30:13 UTC MAIN commitmail json YAML

2023-01-05 14:13:13 UTC MAIN commitmail json YAML

tuc: add man page to PLIST

Bump PKGREVISION.

(wiz)

2023-01-05 10:35:45 UTC MAIN commitmail json YAML

Updated www/py-google-api-python-client, devel/py-lazy-object-proxy

(adam)

2023-01-05 10:35:25 UTC MAIN commitmail json YAML

py-lazy-object-proxy: updated to 1.9.0

1.9.0 (2023-01-04)
------------------
* Added support for matrix multiplication operator (``@``).
* Should have all the wheels now (including the manylinux ones).
* Bumped minimum version requirements for setuptools and setuptools-scm.
* Switched the default pure python fallback implementation to the "simple" one (when you ``from lazy_object_proxy import Proxy``
  and the C extension is not available).
  Previously the "slots" implementation was used but as it turns out it is slower on Python 3.

(adam)

2023-01-05 10:24:43 UTC MAIN commitmail json YAML

py-google-api-python-client: updated to 2.71.0

2.71.0 (2022-12-20)

Features

accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/038fdb69dcb6ea01f6eb56901ff0e76e6bbaf3ab (a0329cc)
alertcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6057d89b613fb2a30ac2d26b90933ad0afa083d1 (a0329cc)
androidenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ec22103603074d33ad2a41bed36debc63b3bb528 (a0329cc)
apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/43f435c459205c8305f248efe78e6bd72a1b95c3 (a0329cc)
batch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3dd983b5616c058887d38e9423388d236acc27dc (a0329cc)
clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9a176a474cfd18a4b53d9b6b78bb432e6dd4cb0b (a0329cc)
compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bba3627ef5ae35a101b223b3da2739224e1598aa (a0329cc)
container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/98d6112970c5236cff5f36bf543a166ea27ca74c (a0329cc)
contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/00fa4bb30f92fdc325b23bd71b3ebd57fdcce4c7 (a0329cc)
datafusion: Update the api https://togithub.com/googleapis/google-api-python-client/commit/db1dddc7ca75258fde5cc59997599ce57ad8f01d (a0329cc)
datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/12effe4a38299bb6f1fc61afeb1359200e9eff0b (a0329cc)
datapipelines: Update the api https://togithub.com/googleapis/google-api-python-client/commit/91b60afaa437d7b29a96d83d3b89e3e855a81598 (a0329cc)
dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/04bafe3e118a1bbb2c75fc7f4e2e105f04bd4434 (a0329cc)
dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1ad16fafbdfbf4d983112e5e811ea75f3727e67a (a0329cc)
datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/30f292141f98047d5acd526297f3f0e5bb79536e (a0329cc)
firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/89b34a91c7b56b03d59648bb582d3db1c5e06a4a (a0329cc)
gmail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a4ca99c42e5c618e57071a800f49d784a0bb6eea (a0329cc)
notebooks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f732fd307f07f53afc5344620456d0e662f81624 (a0329cc)
retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d94dee346b3ae88d9d28bd97098bd2aba8093850 (a0329cc)
speech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/339a5d6c9cf9ecdcfe6c1ac33ae2ede71973584e (a0329cc)
texttospeech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ee942d9363c422443d9ec24c0dac8e373b37721f (a0329cc)
workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/93f0e30afae73ea3ce888783de0a6bf53604e40d (a0329cc)

(adam)

2023-01-05 10:22:02 UTC MAIN commitmail json YAML

Updated devel/py-googleapis-common-protos, devel/py-google-api-core

(adam)

2023-01-05 10:21:41 UTC MAIN commitmail json YAML

py-google-api-core: updated to 2.11.0

v2.11.0

Features

Add support for Python 3.11
Allow representing enums with their unqualified symbolic names in headers

Bug Fixes

Major refactoring of Polling, Retry and Timeout logic
Require google-auth >= 2.14.1

(adam)

2023-01-05 10:17:21 UTC MAIN commitmail json YAML

py-googleapis-common-protos: updated to 1.57.1

v1.57.1
Bug Fixes
Mark reference_docs_uri field in google/api/client.proto as deprecated

(adam)

2023-01-05 09:20:34 UTC MAIN commitmail json YAML

zabbix50-proxy: Regen distinfo

Regenerate distinfo after patches consolidation. This fixes pkglint errors.

Reported by: wiz

(otis)

2023-01-05 08:29:02 UTC MAIN commitmail json YAML

www/Makefile: sort

(wiz)

2023-01-05 08:28:41 UTC MAIN commitmail json YAML

devel/Makefile: sort

(wiz)

2023-01-05 01:45:49 UTC MAIN commitmail json YAML

2023-01-05 01:42:15 UTC MAIN commitmail json YAML

configuring.xml: also mention CHECK_FILES_STRICT

(gutteridge)

2023-01-05 01:35:06 UTC MAIN commitmail json YAML

configuring.xml: tabs to spaces for consistent indentation

(gutteridge)

2023-01-04 22:27:19 UTC MAIN commitmail json YAML

doc: Updated devel/lua-rocks to 3.9.2

(nikita)

2023-01-04 22:27:08 UTC MAIN commitmail json YAML

lua-rocks: update to version 3.9.2

## What's new in LuaRocks 3.9.1

* Fixed error message when Lua library is not found
* Fixed build of Windows binary
* A couple of minor feature additions:
  * API: `loader.which` has a new mode for searching `package.path/cpath`
    * Adds a new second argument, `where`, a string which indicates places
      to search for the module. If `where` contains `"l"`, it will search
      using the LuaRocks loader; if it contains `"p"`, it will look in the
      filesystem using `package.path` and `package.cpath`. You can use both
      at the same time.
  * `--no-project` flag can be used to override `.luarocks` project directory
    detection

## What's new in LuaRocks 3.9.0

* `builtin` build mode now always respects CC, CFLAGS and LDFLAGS
* Check that lua.h version matches the desired Lua version
* Check that the version of the Lua C library matches the desired Lua version
* Fixed deployment of non-wrapped binaries
* Fixed crash when `--lua-version` option is malformed
* Fixed help message for `--pin` option
* Unix: use native methods and don't always rely on $USER to determine user
* Windows: use native CLI tooling more
* macOS: support .tbd extension when checking for libraries
* macOS: add XCode SDK path to search paths
* macOS: add best-effort heuristic for library search using Homebrew paths
* macOS: avoid quoting issues with LIBFLAG
* macOS: deployment target is now 11.0 on macOS 11+
* added DragonFly BSD support
* LuaRocks test suite now runs on Lua 5.4 and LuaJIT
* Internal dependencies of standalone LuaRocks executable were bumped

(nikita)

2023-01-04 18:46:09 UTC MAIN commitmail json YAML

2023-01-04 18:36:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/bsdinstall to 20160108nb1

(vins)

2023-01-04 18:35:56 UTC MAIN commitmail json YAML

2023-01-04 18:33:21 UTC MAIN commitmail json YAML

doc: lapack & friends update to 3.11.0

(wiz)

2023-01-04 18:31:36 UTC MAIN commitmail json YAML

lapack & friends: update to 3.11.0

3.11.0

This is a major release and also addressing multiple bug fixes.

2.1. Normwise criterion for infinite eigenvalues in the QZ algorithm
by @thijssteel

The normwise criterion is more robust at detecting infinite
eigenvalues than the elementwise criterion (PR #698). See also
https://arxiv.org/abs/2208.02057.

2.2 level-3 BLAS solvers for the triangular system and triangular
Sylvester equations by @angsch

The triangular Sylvester equation has been recognized to be prone
to overflow. For that purpose, *TRSYL utilizes a scaling factor to
represent the solution as (s^{-1} X) and solve the scaled equation
AX + XB = s C. Due to the scaling factor, there is some flexibility
in the representation of the solution. The proposed level-3 BLAS
version computes the scaling factors based on the upper bounds of
blocks to enable level-3 BLAS. The scaling is typically slightly
more aggressive so that an alternatively scaled final solution is
computed. This is no problem as long as the scaling factor does
not get flushed to zero (PR #651). The same upper bound calculation
was used to write the level-3 BLAS solver for the triangular system,
*LATRS3.

2.3 Givens rotations generated with less accumulation error by
@weslleyspereira

New algorithms for computing Givens rotations in complex arithmetic
that reduce the accumulation errors for computing each of the
outputs, c, s, r. The new algorithms are, on average, more accurate
than both the algorithms from LAPACK 3.9.1 and LAPACK 3.10.0 (PR
#631). See also https://arxiv.org/abs/2211.04010.

2.4 Faster algorithms for Least Squares by @scr2016

The new algorithms, *GELST, are similar to *GELS. *GELST avoids
computing triangular blocks twice as in *GELS, which means *GELST
runs faster (PR #739).

2.5 Improvements on the building system and the Continuous Testing
framework

    Regression test for illegal modification of Y in *GEMV by
    @matcross in PR #622.

    Test the Fortran intrinsic ABS and complex divisions and report
    failures during build by @weslleyspereira in PR #623.

    Appveyor is working in the Continuous Testing once more by
    @martin-frbg in PR #627.

    More tests and fixes for type mismatches by @angsch in PR #675.

    Solve build issues with IBM XLF by @friedc in PR #677.

    Explicit type casts to INT by @angsch in PR #684.

    Fix an out-of-bounds write in the tests by @angsch in PR #685.

    Adding support for NAG Fortran compiler (nagfor) by @ACSimon33
    in PR #686.

    Fix time check flag propagation and default value by @ACSimon33
    in PR #696.

    Fixed format warnings in 64 bit integer builds by @ACSimon33
    in PR #700.

    Explicit type casts and more rigorous CI by @weslleyspereira
    in PR #703.

    Fix type mismatches in function calls of testing code by
    @mjacobse in PR #706.

    Fix lower triangular band matrix generation by @angsch in PR
    #728.

2.6 Other improvements

    Improves the computation of norms in {S,D}ORBDB6 and {C,Z}UNBDB6
    by @Christoph Conrads in PR #647.

    Uses a Newton step to compute the initial guess for ETA in
    {S,D}LAED4 to reduce the number of iterations by @weslleyspereira
    in PR #655.

    Return immediately when scaling with one by @angsch in PR #674.

    Rearrange the application of the Householder reflectors in
    *LAQR5, which lowers the instruction count when FMA is available
    by @angsch in PR #681.

    Set SCALE early for robust triangular solvers by @angsch in PR
    #712.

    Add {C,Z}ROTG, {CS,ZD}ROT, {S,D}CABS1 to CBLAS by @angsch in
    PR #721.

    Add *LANGB to LAPACKE by @ACSimon33 in PR #725.

    NaN check for trapezoidal matrices on LAPACKE by @ACSimon33 in
    PR #738 and PR #742.

2.7 Bug fixes

    Fix LAPACKE_*tpmqrt_work for row-major matrices by @weslleyspereira
    in PR 540.

    Fix leading dimension check in LAPACKE窶冱 *geesv[x] and *gges[x]
    by @angsch in PR 665.

    Fix the left-looking variant of GEQRF by @weslleyspereira in
    PR 690.

    Fix workspace query for *SYEVD and *HEEVD routines by
    neil-lindquist@neil-lindquist in PR 691.

    Fix behavior of SCALE in *LATBS and *LATRS, and avoids NaN
    generation if entries in CNORM exceed the overflow threshold
    by @angsch in PR 712.

(wiz)

2023-01-04 17:27:26 UTC MAIN commitmail json YAML

doc: Updated security/acmesh to 3.0.5

(prlw1)

2023-01-04 17:27:11 UTC MAIN commitmail json YAML

Update acmesh to 3.0.5

- fix  Why try to purge Cloudflare DNS TXT record? #4369  and other bugs
- support Google Public CA
- support NotBefore and NotAfter fields.
- more dns apis support.

(prlw1)

2023-01-04 17:25:27 UTC MAIN commitmail json YAML

doc: Added devel/ccls version 0.20220729

(nikita)

2023-01-04 17:25:07 UTC MAIN commitmail json YAML

Import devel/ccls as ccls version 0.20220729

ccls, which originates from cquery, is a C/C++/Objective-C language server.

Its features include:
- code completion (with both signature help and snippets)
- definition/references, and other cross references
- cross reference extensions: $ccls/call $ccls/inheritance
  $ccls/member $ccls/vars ...
- formatting
- hierarchies: call (caller/callee) hierarchy, inheritance
  (base/derived) hierarchy, member hierarchy
- symbol rename
- document symbols and approximate search of workspace symbol
- hover information
- diagnostics and code actions (clang FixIts)
- semantic highlighting and preprocessor skipped regions
- semantic navigation: $ccls/navigate

It has a global view of the code base and support a lot of cross reference
features, see https://github.com/MaskRay/ccls/wiki/FAQ.
It starts indexing the whole project (including subprojects if exist)
parallelly when you open the first file, while the main thread can serve
requests before the indexing is complete. Saving files will incrementally
update the index.

(nikita)

2023-01-04 16:01:20 UTC MAIN commitmail json YAML

Downgrade broot

(pin)