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

2024-05-13 16:15:31 UTC Now

2023-09-22 07:10:07 UTC MAIN commitmail json YAML

2023-09-21 17:54:09 UTC MAIN commitmail json YAML

Note update of net/routinator to 0.13.0.

(he)

2023-09-21 17:53:32 UTC MAIN commitmail json YAML

Upgrade routinator to version 0.13.0.

Pkgsrc changes:
* Update cargo-depends.mk, update checksums.

Upstream changes:

Release v0.13.0 -- 'Should Have Started This in a Screen'

New

* Added support for ASPA. Processing needs to be enabled via the
  new option `enable-aspa` which is only available if the `aspa`
  feature is explicitly selected during compilation. This is due to
  the specification still changing. The implementation currently
  conforms with [draft-ietf-sidrops-aspa-profile-15].  ([#847],
  [#873], [#874], [#878])
* Added support for version 2 of the RTR protocol. This primarly
  means support for the ASPA payload type. ([#847])
* Sending SIGUSR2 to Routinator will re-open a log file if logging
  to a file is enabled. ([#859])
* The HTTP server provides a new endpoint `/json-delta/notify` that
  can be used to wait for updated data similar to the RTR Notify PDU.
  ([#863])
* Added support for filtering and adding router keys via local
  exception files. ([#865])
* The `vrps` command and the HTTP payload output endpoints now
  allow excluding specific payload types for output. ([#866])
* Added a new member `payload` to the output of the `/api/v1/status`
  endpoint that gives an overall summary of the produced payload.
  ([#867])
* Added new members `generated` and `generatedTime` to the JSON
  object produced by the `/json-delta` endpoint. ([#868])

Breaking Changes

* A new field `aspa` was added to the jsonext format. See the manual
  page for more information. ([#847])
* A number of ASPA-related fields have been added to all metrics
  and status formats. ([#847])
* Renamed functions and attributes that refer to standalone end
  entity certificates to refer to router certificates so they don't
  get confused with the end entity certificates included with signed
  objects. ([#854])
* Renamed the JSON member in the HTTP status API from `validEECerts`
  to `validRouterCerts`. The old name is still available but may be
  removed in the future. ([#854])
* The regular `json` output format now includes router key and ASPA
  output. Since both are disabled by default, the format will still
  be compatible by default. ([#866])
* The minimal required Rust version has been increased to 1.70.
  ([#847], [#853], [#869], [#879])

Bug Fixes

* Fixed a bug in the RTR server where it would include router key
  PDUs even if the negotiated protocol version was 0. (via [rpki-rs
  #250])
* Restored the ability to parse ASNs in JSON input to the `validity`
  command as string or number. ([#861])
* Update bcder to at least 0.7.3 to fix various decoding issues
  that could lead to a panic when processing invalid RPKI objects.
* Check the request URI when generating a path for storing a copy
  of a RRDP response with the `rrdp-keep-responses` option to avoid
  path traversal. ([#894]. Found by Haya Shulman, Donika Mirdita and
  Niklas Vogel. Assigned CVE-2023-39916.)

Other Changes

* The log message for missing manifest now include the URI of the
  CA certificate for which the manifest is missing. ([#864])
* Binary packages are now also built for Debian _bookworm._ ([#881])

[#847]: https://github.com/NLnetLabs/routinator/pull/847
[#853]: https://github.com/NLnetLabs/routinator/pull/853
[#854]: https://github.com/NLnetLabs/routinator/pull/854
[#859]: https://github.com/NLnetLabs/routinator/pull/859
[#861]: https://github.com/NLnetLabs/routinator/pull/861
[#863]: https://github.com/NLnetLabs/routinator/pull/863
[#864]: https://github.com/NLnetLabs/routinator/pull/864
[#865]: https://github.com/NLnetLabs/routinator/pull/865
[#866]: https://github.com/NLnetLabs/routinator/pull/866
[#867]: https://github.com/NLnetLabs/routinator/pull/867
[#868]: https://github.com/NLnetLabs/routinator/pull/868
[#869]: https://github.com/NLnetLabs/routinator/pull/869
[#873]: https://github.com/NLnetLabs/routinator/pull/873
[#874]: https://github.com/NLnetLabs/routinator/pull/874
[#878]: https://github.com/NLnetLabs/routinator/pull/878
[#879]: https://github.com/NLnetLabs/routinator/pull/879
[#881]: https://github.com/NLnetLabs/routinator/pull/881
[#894]: https://github.com/NLnetLabs/routinator/pull/894
[rpki-rs #250]: https://github.com/NLnetLabs/rpki-rs/pull/250
[draft-ietf-sidrops-aspa-profile-15]: https://datatracker.ietf.org/doc/draft-ietf-sidrops-aspa-profile/15/

(he)

2023-09-21 14:49:14 UTC MAIN commitmail json YAML

comms/openobex: fix PLIST

(vins)

2023-09-21 14:44:08 UTC MAIN commitmail json YAML

print/pdflib: fix unfetchable distfile

(vins)

2023-09-21 14:17:58 UTC MAIN commitmail json YAML

textproc/cabocha: distfile tarball no more locally cached (fix)

(vins)

2023-09-21 13:55:44 UTC MAIN commitmail json YAML

doc: Updated devel/cmake-mode to 3.27.6

(gdt)

2023-09-21 13:55:02 UTC MAIN commitmail json YAML

doc: Updated devel/cmake-gui to 3.27.6

(gdt)

2023-09-21 13:54:24 UTC MAIN commitmail json YAML

doc: Updated devel/cmake to 3.27.6

(gdt)

2023-09-21 13:54:15 UTC MAIN commitmail json YAML

devel/cmake: Update to 3.27.6

Upstream changes from https://discourse.cmake.org/t/cmake-3-27-6-available-for-download/9024

  - add_custom_target: Fix regression with Fortran sources
  - Tests/FortranModules: move issue 25112 fix from FortranOnly
  - Tests/FortranModules: add a test case for #25223
  - Tests/FortranModules: also test INTERFACE targets with Fortran sources
  - Tests/FortranModules: add a test for iface Fortran sources

commited during freeze because it fixes a regression that breaks at
least math/blas.

(gdt)

2023-09-21 12:51:07 UTC MAIN commitmail json YAML

mail/opensmtpd: fix bug in Makefile.

SMTPD_HOME was undefined in Makefile.
Also, since libretls has been patches for OpenSSL 3.x, deprecate README.
Bump revision.

(vins)

2023-09-21 12:48:46 UTC MAIN commitmail json YAML

opensmtpd-filter-dkimsign: fix key directory path for _dkimsign user

(vins)

2023-09-21 12:22:53 UTC MAIN commitmail json YAML

2023-09-21 11:31:19 UTC MAIN commitmail json YAML

libcutl: build on compilers that default to c++17

(nros)

2023-09-21 11:28:19 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.7.6

(pin)

2023-09-21 11:27:45 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.7.6

0.7.6 (2023-09-20)
- Update smithay-client-toolkit
- Update JXL
- Remove LTO from pkgbuild
- Add file deletion option, moved to trash - Not available on NetBSD

(pin)

2023-09-21 11:27:03 UTC MAIN commitmail json YAML

doc: Updated math/four-bar-rs to 5.1.0

(pin)

2023-09-21 11:26:30 UTC MAIN commitmail json YAML

math/four-bar-rs: update to 5.1.0

v5.1.0
- No ChangeLog provided.

v5.0.0
- No ChangeLog provided.

(pin)

2023-09-21 10:57:40 UTC MAIN commitmail json YAML

2023-09-21 10:40:48 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel415 to 4.15.5nb1

(bouyer)

2023-09-21 10:39:45 UTC MAIN commitmail json YAML

2023-09-21 09:57:29 UTC MAIN commitmail json YAML

lang/racket-textual: regenerate checksums for shared patch files.

Required after recent lang/racket revision.
Revbump package accordingly.

(vins)

2023-09-21 09:23:56 UTC MAIN commitmail json YAML

sysutils/xosview2: force C++17 standard.

(vins)

2023-09-21 09:22:28 UTC MAIN commitmail json YAML

databases/libpqxx: force C++17 standard to fix build.

(vins)

2023-09-21 08:12:59 UTC MAIN commitmail json YAML

CHANGES for pysolfc

(dholland)

2023-09-21 08:12:35 UTC MAIN commitmail json YAML

pysolfc: fix for recent py-Pillow

Update names for constants that were apparently deprecated and have
now been removed. In true pythonic form it only failed at runtime.

Also, depend on py-Pillow directly instead of relying on inheriting it
from py-kivy.

PKGREVISION -> 4

(dholland)

2023-09-21 04:37:32 UTC MAIN commitmail json YAML

devel/Makefile: sort

(wiz)

2023-09-21 01:44:06 UTC MAIN commitmail json YAML

meson: note packaging bug causing bulk build failures

A fix is being tested that works for py-pandas multi-version builds in
pbulk, but it needs refinement, as does patching for py-scipy. (And
patching each package doesn't scale as a practice, but that's probably
more a concern for post-branch.) Add this note for now as a stop-gap,
should someone else be looking into this.

(gutteridge)

2023-09-21 00:24:17 UTC MAIN commitmail json YAML

Start 2023Q3 freeze

(gdt)

2023-09-20 22:37:40 UTC MAIN commitmail json YAML

lang/racket: fix build on NetBSD.

* Package uses terminfo, so include "mk/terminfo.buildlink3.mk".
* Patch to not require ncurses on NetBSD. Builds fine with netbsd-curses
  and apparently doesn't require extra features.
* Replace all instances of `-lncurses` with `-lcurses -lterminfo` in
  patch files.
* Replace "devel/ncurses/buildlink3.mk" with "mk/curses.buildlink3.mk"
  in Makefile to reflect above change.
* Bump revision.

Tested on NetBSD-10.0_BETA/amd64.

(vins)

2023-09-20 21:26:22 UTC MAIN commitmail json YAML

doc: Updated devel/got-portable to 0.93

(vins)

2023-09-20 21:25:02 UTC MAIN commitmail json YAML

devel/got-portable: update to 0.93

* got 0.93; 2023-09-18
  see git repository history for per-change authorship information
  - show out-of-memory errors from zlib inflate() and deflate() calls
  - make 'got fetch' and 'got send' release the work tree lock earlier
  - tog: add basic regress for log limit and log search
  - fix "no git repository found" on locked work trees; regression from
  0.91
  - gotwebd: CSS improvements, looks much better in text-based browsers
  - gotwebd: don't lose track of the current file during commit log
  pagination
  - gotwebd: move buffering from the fastcgi layer to the template layer
  - got diff: fix "No newline at end of file" showing up where not
  expected
  - make 'got send' detect connections unexpectedly closed by server
  - fix detection of modified files in fresh work trees created with
  checkout -E
  - gotd: fix bogus "gotsh: operation timed out" errors; regression from
  0.92

(vins)

2023-09-20 20:16:42 UTC MAIN commitmail json YAML

doc: Updated archivers/rar to 6.23

(vins)

2023-09-20 20:15:52 UTC MAIN commitmail json YAML

archivers/rar: update to 6.23

# changes (since release 6.20)

  Version 6.23

  1. Bugs fixed:

      a) a security issue involving out of bounds write is fixed
        in RAR4 recovery volumes processing code.

        We are thankful to goodbyeselene working with Trend Micro Zero Day
        Initiative for letting us know about this bug.

  Version 6.22

  1. Bugs fixed:

      a) extracting individual files from solid archives created by
        RAR versions older than 2.0, could fail in RAR 6.20 and 6.21.
        It didn't affect extracting the entire archive, which was performed
        correctly.

  Version 6.21

  1. Bugs fixed:

      a) if unencrypted file was stored after encrypted in the same
        RAR archive and both files had been unpacked in the same extraction
        command, RAR 6.20 failed to unpack the unencrypted file.

(vins)

2023-09-20 18:35:57 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2-pigeonhole to 0.5.21

(otis)

2023-09-20 18:35:44 UTC MAIN commitmail json YAML

mail/dovecot2-pigeonhole: Update to 0.5.21

Changelog:
- sieve: Using the deleteheader action on a message with a broken/invalid
  header can cause the Sieve interpreter to crash with an assert panic.
  This can happen e.g. when the message is missing the empty EOH line
  between the headers and the body of the message. Fixes:
  Panic: file edit-mail.c: line 820 (edit_mail_headers_parse):
  assertion failed: (body_offset > 0).
- sieve: Pigeonhole added an extra Message-ID header during mail
  forwarding when the existing one was invalid. Now it adds the
  Message-ID only if it is entirely missing. Existing Message-ID(s) are
  left unchanged.

(otis)

2023-09-20 18:32:27 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2 to 2.3.21

(otis)

2023-09-20 18:32:14 UTC MAIN commitmail json YAML

mail/dovecot2: Update to 2.3.21

Changelog:
* lib-oauth2: Allow JWT tokens to be validated with missing typ field.
  The typ field is left out by some key issuers to conserve space,
  notably kubernetes. Now missing typ is tolerated, but if present, it
  still must be "jwt".
+ auth: Auth passdb and userdb reply can contain "event_<name>=value"
  which will be added to login event and mail user event respectively.
+ lib-master: Set process title during various initialization stages to
  clearly describe what the process is waiting on.
+ lib-storage: The mail_temp_scan_interval is now fuzzed incrementing it
  by 0..30% based on username's hash to reduce the chance of load spikes.
+ lib-storage: The temp file scan has been moved from the open of the
  mailbox to the close, to reduce the latency perceived by users.
+ stats: If metric has fields specified, all these fields are
  exported as counters to prometheus exposition.
  See https://doc.dovecot.org/configuration_manual/stats/openmetrics/.
- *-login: Processes might have crashed when a SSL connection disconnects
  uncleanly.
- acl: When plugin was loaded \HasChildren and \HasNoChildren flags
  were calculated incorrectly for mailboxes containing '*' and '%'
  in their names.
- auth: Crash occured if a connection to PostgreSQL database server
  failed during startup.
- auth: Logins with invalid passwords (e.g. unknown scheme) in passdb
  were failing with "password mismatch" instead of "internal error".
- auth: XOAUTH2 and OAUTHBEARER mechanisms were not giving out protocol
  specific error message on all errors. This especially broke OIDC
  discovery.
- dbox: When last_temp_file_scan header wasn't set (especially after
  dsync migration), the next mailbox open always triggers the temp file
  scan. This could have caused a load spike after migrations. Fixed by
  using the mailbox directory's atime when the header isn't set, which
  usually moves the scan time into the future.
- dict-redis: A crash would occur on transaction rollback.
- dsync: Infinite loop causing out of memory would occur when handling
  mailbox deletion from remote end and hierarchy separators would differ.
- dsync: Incremental dsync failed for folder names ending with '%',
  unless BROKENCHAR was set. Also folder names with '%' elsewhere in
  them caused each incremental dsync to unnecessarily rename the folder
  to a temporary name and back. v2.3.19 regression.
- imap-hibernate: If an IMAP client unhibernation timed out with
  "(version received)", the unhibernation could still have successfully
  finished later on and continued working normally. This was rather
  confusing, because imap-hibernate already logged that the client got
  disconnected. Avoid this by forcing the connection to shutdown on
  unhibernation timeout.
- imapc: Crashed when a folder mapped through the virtual plugin
  disappears from the storage.
- imapc: EXPUNGE, EXISTS or FETCH replies from a server for a previously
  selected mailbox could have been processed as if they belonged to the
  new mailbox currently being selected. This could have caused warnings.
- lib-http: Dovecot HTTP server (doveadm, stats/openmetrics) may have
  disconnected HTTP clients before the response is fully sent. This
  happened only on busy servers where kernel's socket buffers were
  rather full.
- lib-http: Fixed a potential crash on http-server if a client
  disconnected early. v2.3.18 regression.
- lib-index: Index file corruption could have caused a crash. Fixes:
  Panic: file mail-transaction-log-view.c: line 165 (mail_transaction_log_view_set):
  assertion failed: (min_file_seq <= max_file_seq).
- lib-index: Purging an existing >1GB cache file can crash. Now cache
  files still above 1GB after purging are removed. Fixes:
  Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset):
  assertion failed: (offset < 0x40000000)
- lib-lua: A HTTP client could not resolve DNS names in mail processes,
  because it expected "the dns-client" socket to exist in the current
  directory.
- lib-oauth2: Dovecot would send client_id and client_secret as POST
  parameters to the introspection server. These need to be optionally in
  Basic auth instead.
- lib-oauth2: JWT aud validation was not performed if aud was missing
  from a token, but was configured on Dovecot.
- lib-oauth2: JWT key type check was too strict.
- lib-oauth2: JWT token audience was not validated against client_id as
  required by the specification.
- lib-ssl-iostream: Using the ssl_require_crl=yes setting may have caused
  CRL check failures for outgoing SSL/TLS connections, although it was
  supposed to affect checking CRLs only for client-side SSL
  certificates. v2.3.17 regression.
- lib-sql: MySQL driver leaked memory when connection failed.
- lib-storage: Various fixes when running into out of disk space.
- master: Service idle_kill setting didn't work properly on busy
  servers. It was very unlikely that any process was idling long enough
  to become killed. Also the idle_kill handling code was using quite a
  lot of CPU on the master process when there were a lot of processes
  (e.g. imap). The new behavior is to track the lowest number of idling
  processes every idle_kill time interval and then kill that many idling
  processes.
- mdbox: Temp file scan was done for always empty directories.
- mdbox: The fdatasync() call was done in wrong parent directory when
  writing mails. Also on a failure it crashed instead of logging an error.
- notify_status: The plugin crashes if any user initialization fails.
- pop3: Sending command with the ':' character caused an assert-crash.
  v2.3.18 regression. Fixes: Panic: event_reason_code_prefix(): name has ':'
- stats: Fix panic when a nonexistent event exporter was referenced while
  adding a new metric dynamically via doveadm stats add. This produces
  a proper error now.
- stats: If process exported a lot of events and then exited, some of
  the last events may have become lost.
- stats: Invalid Prometheus label names were created with specific
  histogram group_by configurations. Prometheus rejected these labels.
- welcome: The plugin didn't execute in some situations that created
  INBOX but didn't open it, e.g. if GETMETADATA was used before the
  INBOX was opened.

(otis)

2023-09-20 17:52:35 UTC MAIN commitmail json YAML

doc: Updated geography/qgis to 3.28.11

(gdt)

2023-09-20 17:52:27 UTC MAIN commitmail json YAML

geography/qgis: Update to 3.28.11

upstream changes: micro release (maintenance only)

(gdt)

2023-09-20 17:08:17 UTC MAIN commitmail json YAML

Updated net/iperf3, archivers/unrar

(adam)

2023-09-20 17:07:59 UTC MAIN commitmail json YAML

2023-09-20 17:06:13 UTC MAIN commitmail json YAML

iperf3: updated to 3.15

iperf-3.15 2023-09-14
---------------------

* Notable user-visible changes

  * Several bugs that could allow the iperf3 server to hang waiting
    for input on the control connection has been fixed. ESnet thanks
    Jorge Sancho Larraz from Canonical for reporting this issue. For
    more information, see:
    https://downloads.es.net/pub/iperf/esnet-secadv-2023-0002.txt.asc

  * A bug that caused garbled output with UDP tests on 32-bit hosts
    has been fixed.

  * A bug in counting UDP messages has been fixed

(adam)

2023-09-20 16:46:10 UTC MAIN commitmail json YAML

Updated www/py-urllib3, textproc/py-jsonschema

(adam)

2023-09-20 16:45:53 UTC MAIN commitmail json YAML

py-jsonschema: updated to 4.19.1

v4.19.1

* Single label hostnames are now properly considered valid according to the ``hostname`` format.
  This is the behavior specified by the relevant RFC (1123).
  IDN hostname behavior was already correct.

(adam)

2023-09-20 16:44:42 UTC MAIN commitmail json YAML

py-urllib3: updated to 2.0.5

2.0.5 (2023-09-20)

- Allowed pyOpenSSL third-party module without any deprecation warning.
- Fixed default ``blocksize`` of ``HTTPConnection`` classes to match high-level classes. Previously was 8KiB, now 16KiB.

(adam)

2023-09-20 16:27:38 UTC MAIN commitmail json YAML

racket: skip portability check for rpm Makefile

(wiz)

2023-09-20 13:45:42 UTC MAIN commitmail json YAML

mk: Add a few more common _DEBUG_SKIP_PATTERNS.

(jperkin)

2023-09-20 13:44:50 UTC MAIN commitmail json YAML

doc: Updated security/ruby-metasploit-payloads to 2.0.150

(taca)

2023-09-20 13:44:09 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.150

2.0.150 (2023-09-20)

* Land #674, Fix python unittest deprecation warning

(taca)

2023-09-20 13:40:36 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-tilt to 2.3.0

(taca)

2023-09-20 13:40:05 UTC MAIN commitmail json YAML

textproc/ruby-tilt: update to 2.3.0

2.3.0 (2023-09-14)

* Remove deprecated support for non-string template code in PrawnTemplate
  (jeremyevans)
* Remove deprecated support for
  {ERB,Erubis}Template#default_output_variable{,=} (jeremyevans)
* Remove deprecated support for CoffeeScriptTemplate.default_no_wrap{,=}
  (jeremyevans)
* Remove deprecated support for RedCarpet 1.x (jeremyevans)
* Remove deprecated support for Tilt.current_template (jeremyevans)
* Make Template#freeze_string_literals? work correctly with
  Template#compiled_path (jeremyevans)
* Support :freeze option for StringTemplate to support frozen string
  literals (jeremyevans)
* Make Tilt.finalize! a no-op if it has already been called (jeremyevans)

(taca)

2023-09-20 13:37:42 UTC MAIN commitmail json YAML

doc: Updated net/bind918 to 9.18.19

(taca)

2023-09-20 13:37:16 UTC MAIN commitmail json YAML

net/bind918: update to 9.18.19

9.18.19 (2023-09-20)

6246. [security] Fix use-after-free error in TLS DNS code when sending
data. (CVE-2023-4236) [GL #4242]

6245. [security] Limit the amount of recursion that can be performed
by isccc_cc_fromwire. (CVE-2023-3341) [GL #4152]

6244. [bug] Adjust log levels on malformed messages to NOTICE when
transferring in a zone. [GL #4290]

6241. [bug] Take into account the possibility of partial TLS writes
in TLS DNS code. That helps to prevent DNS messages
corruption on long DNS over TLS streams. [GL #4255]

6240. [bug] Use dedicated per-worker thread jemalloc memory
arenas for send buffers allocation to reduce memory
consumption and avoid lock contention. [GL #4038]

6239. [func] Deprecate the 'dnssec-must-be-secure' option.
[GL #3700]

6237. [bug] Address memory leaks due to not clearing OpenSSL error
stack. [GL #4159]

6235. [doc] Clarify BIND 9 time formats. [GL #4266]

6234. [bug] Restore stale-refresh-time value after flushing the
cache. [GL #4278]

6232. [bug] Following the introduction of krb5-subdomain-self-rhs
and ms-subdomain-self-rhs update rules, removal of
nonexistent PTR and SRV records via UPDATE could fail.
[GL #4280]

6231. [func] Make nsupdate honor -v for SOA requests if the server
is specified. [GL #1181]

6230. [bug] Prevent an unnecessary query restart if a synthesized
CNAME target points to the CNAME owner. [GL #3835]

6227. [bug] Check the statistics-channel HTTP Content-length
to prevent negative or overflowing values from
causing a crash. [GL #4125]

6224. [bug] Check the If-Modified-Since value length to prevent
out-of-bounds write. [GL #4124]

(taca)

2023-09-20 13:36:29 UTC MAIN commitmail json YAML

doc: Updated ham/chirp to 20230917

(gdt)

2023-09-20 13:36:22 UTC MAIN commitmail json YAML

ham/chirp: Update to 20230917

Upstream changes are minor/bugfixes

(gdt)

2023-09-20 13:35:54 UTC MAIN commitmail json YAML

doc: Updated net/bind916 to 9.16.44

(taca)

2023-09-20 13:35:24 UTC MAIN commitmail json YAML

net/bind916: update to 9.16.44

9.16.44 (2023-09-20)

6245. [security] Limit the amount of recursion that can be performed
by isccc_cc_fromwire. (CVE-2023-3341) [GL #4152]

6235. [doc] Clarify BIND 9 time formats. [GL #4266]

6230. [bug] Prevent an unnecessary query restart if a synthesized
CNAME target points to the CNAME owner. [GL #3835]

(taca)

2023-09-20 12:15:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.25.2

(pin)

2023-09-20 12:14:38 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.25.2

- optional BROOT_CONFIG_DIR env var - the site now shows all env variables:
  https://dystroy.org/broot/launch/#environment-variables
- --only-folders now longer allows symlinks to non directories - Fix #742

(pin)

2023-09-20 12:13:58 UTC MAIN commitmail json YAML

doc: Updated games/tetris-tui to 0.1.6

(pin)

2023-09-20 12:13:37 UTC MAIN commitmail json YAML

games/tetris-tui: update to 0.1.6

- limit player name length
- disable raw mode before quitting
- make the game continue after unpausing

(pin)

2023-09-20 11:39:40 UTC MAIN commitmail json YAML

2023-09-20 11:35:29 UTC MAIN commitmail json YAML

Updated lang/nodejs, lang/nodejs18

(adam)

2023-09-20 11:23:20 UTC MAIN commitmail json YAML

nodejs18: updated to 18.18.0

Version 18.18.0 'Hydrogen' (LTS)

Notable Changes

- **build**: sync libuv header change (Jiawen Geng)
- **crypto**: update root certificates to NSS 3.93 (Node.js GitHub Bot)
- **crypto**: update root certificates to NSS 3.90 (Node.js GitHub Bot)
- **deps**: add missing thread-common.c in uv.gyp (Santiago Gimeno)
- **deps**: upgrade to libuv 1.46.0 (Santiago Gimeno)
- **deps**: upgrade to libuv 1.45.0 (Santiago Gimeno)
- **doc**: add atlowChemi to collaborators (atlowChemi)
- **doc**: add vmoroz to collaborators (Vladimir Morozov)
- **doc**: add kvakil to collaborators (Keyhan Vakil)
- **(SEMVER-MINOR)** **esm**: add `--import` flag (Moshe Atlow)
- **(SEMVER-MINOR)** **events**: allow safely adding listener to abortSignal (Chemi Atlow)
- **fs, stream**: initial `Symbol.dispose` and `Symbol.asyncDispose` support (Moshe Atlow)
- **net**: add autoSelectFamily global getter and setter (Paolo Insogna)
- **(SEMVER-MINOR)** **url**: add value argument to has and delete methods (Sankalp Shubham)

(adam)

2023-09-20 11:21:59 UTC MAIN commitmail json YAML

nodejs: updated to 20.7.0

Version 20.7.0 (Current)

Notable Changes

- src: support multiple --env-file declarations (Yagiz Nizipli)
- crypto: update root certificates to NSS 3.93 (Node.js GitHub Bot)
- deps: upgrade npm to 10.1.0 (npm team)
- (SEMVER-MINOR) deps: upgrade npm to 10.0.0 (npm team)
- doc: move and rename loaders section (Geoffrey Booth)
- doc: add release key for Ulises Gascon (Ulises Gascón)
- (SEMVER-MINOR) lib: add api to detect whether source-maps are enabled (翠 / green)
- src,permission: add multiple allow-fs-* flags (Carlos Espa)
- (SEMVER-MINOR) test_runner: expose location of tests (Colin Ihrig)

(adam)

2023-09-20 08:54:46 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.85.0

(pin)

2023-09-20 08:54:24 UTC MAIN commitmail json YAML

shells/nushell: update to 0.85.0

Themes of this release/New features
Nushell + Uutils = ��わ��
he Nushell team is thrilled to announce ��コ that we've begun working with the
uutils/coreutils team on integrating some of their foundational core utilies
into nushell. With this release, we've started with the coreutils cp command,
which we've temporarily named ucp. We're starting with ucp to allow broad
testing while the current nushell cp command remains the default.
We've already found one bug in the coreutils cp command and you might find
others. Once it stabelizes, probably with the 0.86.0 release, we'll remove the
nushell cp command and rename ucp to cp. In keeping with the nushell style,
we've only added a handful of parameters. We can, and probably will, add more
if the community determines we need them. We're so very excited and would like
to thank terts, from the coreutils team, for his excellent help and special
appreciation to dmatos2012 for the, very iterative, first uutils/coreutils
integration PR #10097 for the cp command. To read more about how this came to
be, checkout our blog post.

Read about the full list of changes at:
https://www.nushell.sh/blog/2023-09-19-nushell_0_85_0.html

(pin)

2023-09-20 07:35:36 UTC MAIN commitmail json YAML

Updated security/py-cryptography, security/py-cryptography_vectors

(adam)

2023-09-20 07:35:08 UTC MAIN commitmail json YAML

py-cryptography py-cryptography_vectors: updated to 41.0.4

41.0.4 - 2023-09-19

* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.3.

(adam)

2023-09-20 07:32:01 UTC MAIN commitmail json YAML

Updated net/py-netaddr, net/py-tldextract

(adam)

2023-09-20 07:30:28 UTC MAIN commitmail json YAML

py-tldextract: updated to 3.6.0

3.6.0 (2023-09-19)

* **Breaking** bugfixes
    * Always include suffix if private suffix enabled and private suffix exists
        * Add a 4th field `is_private: bool`, to the `ExtractResult`
          `namedtuple`, indicating whether the extraction came from the PSL's
          private domains or not.
        * **This could cause issues when iterating over the tuple and assuming
          only 3 fields.**
        * Previously, the docs promoted iteration to rejoin parts of the tuple.
          This is better achieved by individual access of fields of interest
          (e.g. `ExtractResult.subdomain`) or convenience properties (e.g.
          `ExtractResult.{fqdn,registered_domain}`).

(adam)

2023-09-20 07:29:14 UTC MAIN commitmail json YAML

py-netaddr: updated to 0.9.0

Release: 0.9.0

Added:

* Add hash capabilities to OUI

Fixed:

* **Backwards incompatible:** Handle RFC 6164 IPv6 addresses (don't reserve first IP
  address in point-to-point subnets) ($267, Damien Claisse)
* **Technically backwards incompatible:** Fix for is_loopback behaviour – consider
  ``IPNetwork('::1/128')`` to be loopback
* Include tutorials in source distributions
* Fix a documentation typo
* Fix print syntax in the documentation to be Python 3 compatible
* Fix the Sphinx syntax in the documentation

(adam)

2023-09-20 02:10:54 UTC MAIN commitmail json YAML

2023-09-19 23:12:59 UTC MAIN commitmail json YAML

doc: Updated cad/klayout to 0.28.12

(mef)

2023-09-19 23:12:49 UTC MAIN commitmail json YAML

(cad/klayout) Updated 0.28.10 to 0.28.12

0.28.12          (2023-09-12):
* Bugfix: %GITHUB%/issues/1477 Macro IDE: changing the colors does not have an effect
* Bugfix: %GITHUB%/issues/1474 Throw a FATAL ERROR when multiple cellname have the same refnum
* Bugfix: %GITHUB%/issues/1473 Ignore 'Summarize missing layers' when sending XOR result to other layout)
* Bugfix: %GITHUB%/issues/1472 DEF path with first/last segment length < halfwidth are read wrong
* Bugfix: %GITHUB%/issues/1471 Make warning about 'FOREIGN differs from MACRO name' more informative
* Bugfix: %GITHUB%/issues/1470 DEF pinname VDD.extra1 should be written as VDD TEXT in gds/oasis
* Bugfix: %GITHUB%/issues/1465 (maybe fixed) DRC crash at end of script
* Bugfix: %GITHUB%/issues/1464 Layout#get_info and Layout#set_info not longer segfault on wrong layer index
* Bugfix: %GITHUB%/issues/1460 CellRename dialog is larger now initially
* Enhancement: %GITHUB%/issues/1307 (partial) Produce UNPLACED macros if location is provided
* Enhancement: New aliases for inline operators (e.g. "+=") in RBA::Region and similar classes
  Reasoning is that "+=" in Ruby is resolved into "+" and "=" which does not make
  use of the inline optimization. Using "join_with" instead will avoid this. Other alias:
  "join" for "+", "and" for "&", "and_with" for "&=", "not" for "-", "not_with" for "-=",
  "or" for "|", "or_with" for "|=", "xor" for "^" and "xor_with" for "^=".
* Bugfix: deep region 'transform' with plain shift was not working properly with scaled instances
* Bugfix: re-run of include-expanded DRC/LVS wasn't working
* Bugfix: Proper Python stack trace in debugger for Python 3.10
* Enhancement: Allowing to select cells by error markers too (so that PCells with errors can be selected)
* Bugfix: avoid a segfault in the properties dialog
* Enhancement: crash log now is shown in a more reliable way - but less fancy.
  In addition, a crash log is written 'klayout_crash.log' in the home path
  and the crash message is printed to error.
* Bugfix: Don't clear search when switching macro editor pages
* Enhancement: Macro editor file change notification now also is no longer a modal window
* Enhancement: Macro editor does not list __pycache__ directories
* Enhancement: Pick a tab in Macro editor from the context menu of tab bar
* Bugfix: moving a text with a non-centered vertical alignment now uses the right location
* Enhancement: 'copy interactive' will maintain selection
* Enhancement Better integration of partial mode - for example 'interactive move' now also acts on partial selection
* Bugfix: cleanup after deleting cells in partial mode - no new top cells appear
* Enhancement: package manager
  * So not update macros while installing: avoids transient error messages
  * Offer to autorun macros also after package update (so far only on package new installation
* Bugfix: Fixed a issue with the search box on the macro editor
  when switching to the replace text box, focus was passed to the text editor instead
* Enhancement: CIF reader progress now functional
* Enhancement: some speedup while sorting instances
* Bugfix: LayoutView does not longer need processEvents when saving an image to PNG

0.28.11          (2023-08-09):
* Bugfix: %GITHUB%/issues/1307 (partial) LEF/DEF PIN labels are taken from NET, not PIN name
* Bugfix: %GITHUB%/issues/1415 GDS2 files with meta info are not read by old versions of KLayout
* Bugfix: %GITHUB%/issues/1422 DXF file parsing error, about spline curve
* Bugfix: %GITHUB%/issues/1425 Python Binding / Layout / find_layer broken for layer "name"
* Bugfix: %GITHUB%/issues/1428 Feature request: "%include" in macros should allow including XML files too
* Bugfix: %GITHUB%/issues/1430 Add option to filter out geometric primitives from Marker Database Browser Info widget
* Bugfix: %GITHUB%/issues/1432 strm2oas def ignores path segment after + VIRTUAL + RECT
* Bugfix: %GITHUB%/issues/1433 Fix def syntax error in testdata/lefdef/viasize2/test.def
* Bugfix: %GITHUB%/issues/1453 Zoom (in) function with selected layers significantly slower in newer releases
* Enhancement: %GITHUB%/issues/1438 Provide a configuration option to switch back to old-style text selection (at origin only)
* Enhancement: %GITHUB%/issues/1440 Relative margin for Marker Database Browser
* Enhancement: %GITHUB%/issues/1441 Support for label position in Marker Database Browser
* Enhancements:
  - Add a default extension to file names unless one is given
  - Selection on partial mode enhanced: allow selection of edge
    ends if edges overlap, graphical indicator for selected partial
  - Wheel events do no longer change Combo Box selections
  - DRC/LVS: log output overhead reduced for faster execution in
    small layout cases
  - Added RBA::Image/pya.Image constructor taking QImage and PixelBuffer
  - Point objects are native citizens now of the database and act as
    representatives for handles, better editing and visualization of
    the latter
  - Macro editor has "find previous" button now
  - Mitigate the effect of overriding a globally-defined technology
    with -nn on the command line by creating tech variants
  - LEF/DEF map files now allow LEFPINNAME and PINNAME purpose to
    map pin labels in a more consistent way
* Bugfix:
  - Tilde expansion wasn't working for layout write
  - Python specific API documentation did not mention disambiguation
    for property/method ambiguity
  - Python error messages are more readable and contain the exception
    class
  - PCell layer-type parameters did not work without a default value
  - Point-like PCell handles now cannot be spoiled any longer in partial
    mode
  - "Duplicate" was also duplicating cells or layers depending on the
    scope which was irritating. Now it's confined to geometry
  - DRC/LVS logs list the correct line also with include files
  - "report" wasn't working in DRC/LVS scripts for scripts only using
    external sources
  - Fixed a potential segfault on application exit
  - Enhancements to the macro editor's search & replace function -
    "replace and search next" wasn't working properly and other flaws

(mef)

2023-09-19 22:18:02 UTC MAIN commitmail json YAML

2023-09-19 18:50:47 UTC MAIN commitmail json YAML

doc: Updated devel/regal to 0.9.0

(leot)

2023-09-19 18:50:40 UTC MAIN commitmail json YAML

regal: Update to 0.9.0

Changes:
0.9.0
-----
This release brings three new rules to Regal, a new Rego-based build
system, and improvements to the Go API. Plus a number of improvements,
features and bugfixes.

The v0.9.0 release also coincides with some exciting news from our
community — users of the Rego Playground now experience Regal
integrated in the tool, and have linter violations reported directly in
the UI!

## New rule: `dubious-print-sprintf` (Category: `testing`)

This new rule will flag the use of `print` together with `sprintf` in
it's argument list. The `print` function takes any number of arguments
as it is, and using `sprintf` negates the benefits of the `print`
functions special handling of undefined values.

## New rule: `forbidden-function-call` (Category: `custom`)

In the custom category, the new `forbidden-function-call` rule will
allow you to configure a list of built-in functions that should be
flagged by Regal if encountered. This could for example be `http.send`
calls, or JWT decoding using HMAC rather than assymetric crypto.

## New rule: `chained-rule-body` (Category: `style`)

The new chained-rule-body rule will have Regal flag rules where the
body is "chained", as this style isn't recommended any more.

## Go API (experimental)

While integrations using the Go API is still not recommended, several
steps were taken in this release in order to move it closer to a stable
state. This work was done in order to get Regal integrated into the
Rego Playground.

## Other improvements and fixes

- Custom configuration for a rule is no longer required to provide a
  `level` attribute. If not provided, the level will be inherited from
  the default configuration for that rule.
- The `walk` built-in function is now by default excepted by the
  `function-arg-return` rule.
- The `regal lint` command now accepts a `--metrics` flag, which will
  provide helpful information on where Regal spends most of the time
  evaluating a project.

(leot)

2023-09-19 16:19:27 UTC MAIN commitmail json YAML

net/bind918: update HOMEPAGE to the place the previous version redirects to.

(he)

2023-09-19 13:28:52 UTC MAIN commitmail json YAML

net/bind*: Fix DESCR

Drop NEWS-type content from bind916.

all: Add final paragraph describing which version this is, and
upstream support status.

(gdt)

2023-09-19 13:13:19 UTC MAIN commitmail json YAML

net/bind918: amend link in DESCR...

so that the most recent release notes can be more easily found.
OK'ed by sekiya@.

(he)

2023-09-19 12:46:47 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4-extras to 4.18.1nb1

(gutteridge)

2023-09-19 12:46:16 UTC MAIN commitmail json YAML

xfce4-extras: reflect xfce4-notifyd 0.9.0

(gutteridge)

2023-09-19 07:07:48 UTC MAIN commitmail json YAML

doc: Added sysutils/yazi version 0.1.4

(pin)

2023-09-19 07:07:07 UTC MAIN commitmail json YAML

2023-09-19 07:06:00 UTC MAIN commitmail json YAML

sysutils/yazi: import package

Blazing Fast Terminal File Manager.

Yazi (duck in Chinese) is a terminal file manager written in Rust, based on
non-blocking async I/O.
It aims to provide an efficient, user-friendly, and customizable file
management experience.

(pin)

2023-09-19 02:01:36 UTC MAIN commitmail json YAML

xfce4-notifyd: commit patch revision missed in previous

(gutteridge)

2023-09-19 01:58:59 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-notifyd to 0.9.0

(gutteridge)

2023-09-19 01:58:46 UTC MAIN commitmail json YAML

xfce4-notifyd: update to 0.9.0

Change log:

0.9.0 (2023-09-18)
=====
- Add missing sanity check
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- wayland: put windows on overlay layer, not top
- Set window theme before placing window
- Set initial window position before realizing windows
- Avoid storing NULL app IDs in the app ID count hashtable
- Simplify dbus/systemd service dir logic in configure.ac
- Fix typos in README
- Instal D-Bus and systemd files under $prefix by default
- Fix distcheck when run as non-root
- Use pkg-config to find default systemd user unit directory
- Change default systemd user path from /lib/... to /usr/lib/...
- Change options for installing startup files
- Add positioning options top-center and bottom-center
- Simplify notification placement code
- Stop using GtkCornerType; migrate setting to enum nick
- Move log level settings from int to enum nick string
- Move datetime format setting from int to enum nick string
- Have a single entry point for setting migrations
- Fix incorrect enum value for apps log level
- Use registered enum types for config->enum mapping
- Move enums to common, use glib-mkenums
- Use new XDT feature macros
- Don't log duplicate entries when updating an existing notification
- Clean up logic in notify_notify()
- Correctly update critical notifications while in DnD mode
- Fix incorrect casts in GTree foreach functions
- Remove expire/fade timeout source removal hacks
- Missed a spot to reset fade/slide
- Allow slideout when no fadeout
- Only start fade timeout if no existing handle
- Only start expiration timeout if no existing handle
- Ensure timeout sources are removed in _window_dispose()
- Move log dbus signal emissions to XfceNotifyDaemonLog
- Remove expire and fade sources before emitting closed signal
- Emit NotificationClosed when not showing notification
- Consolidate the window movement code
- Add option to show notifications on all monitors
- Migrate the primary-monitor setting to a string-based enum
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), English (United Kingdom),
  Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm奪l, Polish,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian

(gutteridge)

2023-09-19 00:42:13 UTC MAIN commitmail json YAML

doc: Updated net/libsoup3 to 3.4.3

(gutteridge)

2023-09-19 00:41:58 UTC MAIN commitmail json YAML

libsoup3: update to 3.4.3

Changes in libsoup from 3.4.2 to 3.4.3:

* Fix incorrect UTF-8 encoding for params in headers [Leo Zi-You Assini]
* Numerous HTTP/2 fixes and improvements [Carlos Garcia Campos]
* Fix possible crashes in connection management [Michael Catanzaro]
* Fix small leak in SoupServer [Emil Ljungdahl]
* Fix the possibility of empty HTTP/2 frames being sent [Pawel Lampe]

(gutteridge)

2023-09-18 22:10:34 UTC MAIN commitmail json YAML

doc: Updated net/mosquitto to 2.0.18

(gdt)

2023-09-18 22:10:19 UTC MAIN commitmail json YAML

net/mosquitto: Update to 2.0.18

2.0.18 - 2023-09-18
===================

Broker:
- Fix crash on subscribe under certain unlikely conditions. Closes #2885.
  Closes #2881.

Clients:
- Fix mosquitto_rr not honouring `-R`. Closes #2893.

(gdt)

2023-09-18 17:53:25 UTC MAIN commitmail json YAML

Updated devel/libnjs to 0.8.1
Updated lang/njs to 0.8.1
Updated www/nginx to 1.24.0nb11
Updated www/nginx-devel to 1.25.2nb1
Updated www/unit to 1.31.0nb1

(osa)

2023-09-18 17:49:32 UTC MAIN commitmail json YAML

*/*: update NGINX JavaScript 0.8.0 -> 0.8.1

Bump PKGREVISION for www/nginx, www/nginx-devel, and www/unit.

<ChangeLog>

    nginx modules:

    *) Feature: introduced js_periodic directive.
        The directive specifies a JS handler to run at regular intervals.

    *) Feature: implemented items() method for a shared dictionary.
      The method returns all the non-expired key-value pairs.

    *) Bugfix: fixed size() and keys() methods of a shared dictionary.

    *) Bugfix: fixed erroneous exception in r.internalRedirect()
      introduced in 0.8.0.

    Core:

    *) Bugfix: fixed incorrect order of keys in
      Object.getOwnPropertyNames().

</ChangeLog>

(osa)

2023-09-18 17:47:12 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday to 2.7.11

(taca)

2023-09-18 17:46:34 UTC MAIN commitmail json YAML

www/ruby-faraday: update to 2.7.11

2.7.11 (2023-09-13)

What's Changed

* Refer to correct branch [ci skip] by @olleolleolle in #1516
* �沒� New docs �沁� by @iMacTia in #1517
* Fix capitalization for Elasticsearch by @picandocodigo in #1520
* Fix 404 link in UPGRADING documentation by @shanempope in #1521
* Fix included middleware links by @edwardloveall in #1522
* Fix a test failure using Ruby 3.3.0dev by @koic in #1523
* Format code with less indent by @olleolleolle in #1524
* Add base64 to runtime dependency by @koic in #1525
* Add option for omitting request data from Faraday exceptions by
  @ClaytonPassmore in #1526

New Contributors

* @picandocodigo made their first contribution in #1520
* @shanempope made their first contribution in #1521
* @edwardloveall made their first contribution in #1522
* @koic made their first contribution in #1523
* @ClaytonPassmore made their first contribution in #1526

(taca)

2023-09-18 17:44:38 UTC MAIN commitmail json YAML

doc: Updated www/ruby-excon to 0.103.0

(taca)

2023-09-18 17:44:15 UTC MAIN commitmail json YAML

www/ruby-excon: update to 0.103.0

0.103.0 (2023-09-13)

* fix cert related warnings
* update checkout github action
* add option to specify dns_timeout
* update bundled default certs

(taca)

2023-09-18 17:42:25 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-core to 3.181.1

(taca)

2023-09-18 17:41:33 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-core: update to 3.181.1

3.181.1 (2023-09-14)

* Issue - Fix host label validation in endpoint matchers.

(taca)

2023-09-18 17:40:42 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-partitions to 1.824.0

(taca)

2023-09-18 17:40:04 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.824.0

1.824.0 (2023-09-15)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.823.0 (2023-09-14)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.822.0 (2023-09-13)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.821.0 (2023-09-12)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.820.0 (2023-09-08)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.819.0 (2023-09-07)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.818.0 (2023-09-06)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.817.0 (2023-09-05)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

(taca)

2023-09-18 17:38:07 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-sanitize to 6.1.0

(taca)

2023-09-18 17:37:33 UTC MAIN commitmail json YAML

textproc/ruby-sanitize: update to 6.1.0

6.1.0 (2023-09-14)

Features

* Added the text-decoration-skip-ink and text-decoration-thickness CSS
  properties to the relaxed config.  @martineriksson - #228

(taca)

2023-09-18 17:36:09 UTC MAIN commitmail json YAML

doc: Updated security/ruby-vault to 0.18.1

(taca)

2023-09-18 17:35:36 UTC MAIN commitmail json YAML

security/ruby-vault: update to 0.18.1

0.18.0 (2023-09-14)

IMPROVEMENTS

* Added support for TLS v1.3 by replacing ssl_version with min_version.

0.18.1 (2023-09-14)

BUG FIXES

* Restored the ability to use this gem with older Ruby versions that do not
  have the OpenSSL::SSL::TLS1_2_VERSION constant.

(taca)

2023-09-18 17:33:23 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-socket to 0.1.54

(taca)

2023-09-18 17:32:54 UTC MAIN commitmail json YAML

security/ruby-rex-socket: update to 0.1.54

0.1.54 (2023-09-13)

* Land #62, Fix hanging forever if rsock doesnt connect

(taca)

2023-09-18 17:31:35 UTC MAIN commitmail json YAML

doc: Updated lang/ruby-execjs to 2.9.1

(taca)

2023-09-18 17:31:11 UTC MAIN commitmail json YAML

lang/ruby-execjs: update to 2.9.1

2.9.0 (2023-09-11)
2.9.1 (2023-09-16)

No release note nor changelog, please refer
<https://github.com/rails/execjs/compare/v2.8.1...v2.9.1> in detail.

(taca)

2023-09-18 17:23:41 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sqlite3 to 1.6.6

(taca)

2023-09-18 17:23:17 UTC MAIN commitmail json YAML

databases/ruby-sqlite3: update to 1.6.6

1.6.6 (2023-09-12)

Dependencies

Vendored sqlite is updated to v3.43.1.

Upstream release notes:

* Fix a regression in the way that the sum(), avg(), and total() aggregate
  functions handle infinities.
* Fix a bug in the json_array_length() function that occurs when the
  argument comes directly from json_remove().
* Fix the omit-unused-subquery-columns optimization (introduced in in
  version 3.42.0) so that it works correctly if the subquery is a compound
  where one arm is DISTINCT and the other is not.
* Other minor fixes.

(taca)

2023-09-18 14:42:29 UTC MAIN commitmail json YAML

Updated math/py-pythran, multimedia/py-m3u8

(adam)

2023-09-18 14:41:57 UTC MAIN commitmail json YAML

py-m3u8: updated to 3.6.0

3.6.0

Add support for ext x image tag
Issue 326: allow tags after EXTINF

(adam)

2023-09-18 14:41:01 UTC MAIN commitmail json YAML

py-pythran: updated to 0.14.0

0.14.0

Numpy compatibility - update signatures, complex number handling, long double support
Lazyly import top-level modules and submodules
Improve array indexing by an array
Require at least clang 7 or gcc 8
Make pythran compilation reproducible
Support np.roll with multiple axis
Support numpy.ndarray.view
Improve documentation about using Pythran in a Python package
Improve list resizing speed
Fix bug when filtering an empty sequence

(adam)

2023-09-18 14:12:34 UTC MAIN commitmail json YAML

doc: Updated shells/ksh93 to 1.0.7

(vins)

2023-09-18 14:11:42 UTC MAIN commitmail json YAML

shells/ksh93: update to 1.0.7

Here is the seventh ksh 93u+m/1.0 bugfix release. It fixes a hang in
command substitutions when combined with 'exec' and certain
redirections.

# pkgsrc changes

* Use USE_CC_FEATURES instead of CFLAGS.
* Use MAKE_ENV instead of appending flags to the build script command
  line.
* Use package's own install script (patched) instead of a dedicated target.
* Install shcomp(1) + corresponding man page.
* Install ksh autoload companion functions.
* Use TEST_TARGET instead of a dedicated make target.
* Simplify DESCR.

# upstream changes (since ksh93u+m/1.0.6):

* Fixed a hang in command substitutions (introduced in 93u+m/1.0.0) that
  was triggered when redirecting standard output within a command
  substitution, in combination with other factors. E.g., the following no
  longer hangs:
  { v=$(redirect 2>&1 1>&9); } 9>&1

* Fixed a crash on trying to append an indexed array value to an unset
  name reference, e.g.: nameref unsetref; unsetref+=(foo bar). This now
  produces a "removing nameref attribute" warning before performing the
  assignment.

* Fixed: assignments like name=(...) to arrays did not preserve the array
  and variable types; similarly, assigning an empty set () to a compound
  indexed array caused the -C attribute to be lost.

* Fixed incorrect rejection of the tab key while reading input using the
  read built-in command.

* Fixed a bug in printf %T: when using dates and times in the past, time
  zones for the present were incorrectly used, ignoring historical
  changes.

(vins)

2023-09-18 13:21:40 UTC MAIN commitmail json YAML

py-libxml2: Add explanation of incorrect header file processing

It remains to turn the explanation of what is going wrong into a fix,
awaiting comments and perhaps the branch.

The esssence of the problem is that at least on older macOS, there is
a native libxml2 with legacy enabled, not intended to be used by the
package, and a native iconv, which is intended to be used, and the
ordering of -I results in the native libxml2 headers being used.

(gdt)

2023-09-18 12:56:03 UTC MAIN commitmail json YAML

Updated textproc/yq, devel/py-faker

(adam)

2023-09-18 12:55:46 UTC MAIN commitmail json YAML

py-faker: updated to 19.6.1

v19.6.1

* Bump actions/checkout from 3 to 4

v19.6.0

* Add addresses for `en_BD`. Thanks @aamibhoot.

v19.5.0

* Add `color_rgb`, `color_rgb_float`, `color_hsv` and `color_hsl`. Thanks @fdemmer.

(adam)

2023-09-18 12:53:57 UTC MAIN commitmail json YAML

yq: updated to 3.2.3

Changes for v3.2.3 (2023-09-09)
- test.py: use valid values for jsonargs
- Allow editing toml in place
- Documentation improvements

(adam)

2023-09-18 12:47:11 UTC MAIN commitmail json YAML

Updated security/libsodium, graphics/libimagequant

(adam)

2023-09-18 12:46:51 UTC MAIN commitmail json YAML

2023-09-18 12:39:43 UTC MAIN commitmail json YAML

doc: Updated graphics/matugen to 0.10.1

(pin)

2023-09-18 12:39:17 UTC MAIN commitmail json YAML

graphics/matugen: update to 0.10.1

0.10.1 - 2023-09-17
Added
- (COLORS_ANDROID) add source_color
- (template) add hsl and hsla formats
- (template) add dark, amoled and light schemes to every template

Fixed
- (android_scheme) fix light and pure_dark colors

Other
- remove build warnings (closes #17)
- add --json docs
- format with cargofmt
- add --json flag
- run formatter
- update note markdown
- (nixos) add specific version for flake
- move some stuff into their own functions

(pin)

2023-09-18 12:38:21 UTC MAIN commitmail json YAML

libsodium: updated to 1.0.19

Version 1.0.19
  This release includes all the changes from 1.0.18-stable, as well as two
additions:

- New AEADs: AEGIS-128L and AEGIS-256 are now available in the
`crypto_aead_aegis128l_*()` and `crypto_aead_aegis256_*()` namespaces.
AEGIS is a family of authenticated ciphers for high-performance applications,
leveraging hardware AES acceleration on `x86_64` and `aarch64`. In addition
to performance, AEGIS ciphers have unique properties making them easier and
safer to use than AES-GCM. They can also be used as high-performance MACs.
- The HKDF key derivation mechanism, required by many standard protocols, is
now available in the `crypto_kdf_hkdf_*()` namespace. It is implemented for
the SHA-256 and SHA-512 hash functions.
- The `osx.sh` build script was renamed to `macos.sh`.
- Support for android-mips was removed.

(adam)

2023-09-18 12:33:44 UTC MAIN commitmail json YAML

Updated sysutils/ansible-core, sysutils/ansible

(adam)

2023-09-18 12:33:25 UTC MAIN commitmail json YAML

ansible: updated to 8.4.0

v8.4.0

Major Changes
-------------

fortinet.fortios

- Improve the document for adding notes and examples in Q&A for modules using Integer number as the mkey.

Minor Changes
-------------

amazon.aws

- cloudformation - Add support for ``disable_rollback`` to update stack operation (https://github.com/ansible-collections/amazon.aws/issues/1681).
- ec2_key - add support for new parameter ``file_name`` to save private key in when new key is created by AWS. When this option is provided the generated private key will be removed from the module return (https://github.com/ansible-collections/amazon.aws/pull/1704).

ansible.netcommon

- Add a new cliconf plugin ``default`` that can be used when no cliconf plugin is found for a given network_os. This plugin only supports ``get()``. (https://github.com/ansible-collections/ansible.netcommon/pull/569)
- httpapi - Add additional option ``ca_path``, ``client_cert``, ``client_key``, and ``http_agent`` that are available in open_url but not to httpapi. (https://github.com/ansible-collections/ansible.netcommon/issues/528)
- telnet - add crlf option to send CRLF instead of just LF (https://github.com/ansible-collections/ansible.netcommon/pull/440).

ansible.utils

- Add ipcut filter plugin.(https://github.com/ansible-collections/ansible.utils/issues/251)
- Add ipv6form filter plugin.(https://github.com/ansible-collections/ansible.utils/issues/230)

arista.eos

- Add support for overridden operation in bgp_global resource module.

(adam)

2023-09-18 12:32:24 UTC MAIN commitmail json YAML

ansible-core: updated to 2.15.4

v2.15.4
=======

Deprecated Features
-------------------
- vault and unfault filters - the undocumented ``vaultid`` parameter is deprecated and will be removed in ansible-core 2.20. Use ``vault_id`` instead.

Bugfixes
--------
- PowerShell - Remove some code which is no longer valid for dotnet 5+
- Prompting - add a short sleep between polling for user input to reduce CPU consumption (https://github.com/ansible/ansible/issues/81516).
- ansible-galaxy - Enabled the ``data`` tarfile filter during role installation for Python versions that support it. A probing mechanism is used to avoid Python versions with a broken implementation.
- ansible-test - Always use ansible-test managed entry points for ansible-core CLI tools when not running from source. This fixes issues where CLI entry points created during install are not compatible with ansible-test.
- first found lookup has been updated to use the normalized argument parsing (pythonic) matching the documented examples.
- handlers - the ``listen`` keyword can affect only one handler with the same name, the last one defined as it is a case with the ``notify`` keyword (https://github.com/ansible/ansible/issues/81013)
- include_role - expose variables from parent roles to role's handlers (https://github.com/ansible/ansible/issues/80459)
- tarfile - handle data filter deprecation warning message for extract and extractall (https://github.com/ansible/ansible/issues/80832).
- vault and unvault filters now properly take ``vault_id`` parameter.

(adam)

2023-09-18 08:02:17 UTC MAIN commitmail json YAML

Updated devel/py-hatch-nodejs-version, devel/py-typing-extensions

(adam)

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

py-typing-extensions: updated to 4.8.0

Release 4.8.0 (September 17, 2023)

No changes since 4.8.0rc1.

Release 4.8.0rc1 (September 7, 2023)

- Add `typing_extensions.Doc`, as proposed by PEP 727. Patch by
  Sebasti叩n Ram鱈rez.
- Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex Waygood.
- Fix bug where `get_original_bases()` would return incorrect results when
  called on a concrete subclass of a generic class. Patch by Alex Waygood
  (backporting https://github.com/python/cpython/pull/107584, by James
  Hilton-Balfe).
- Fix bug where `ParamSpec(default=...)` would raise a `TypeError` on Python
  versions <3.11. Patch by James Hilton-Balfe

(adam)

2023-09-18 08:00:07 UTC MAIN commitmail json YAML

py-hatch-nodejs-version: updated to 0.3.2

0.3.2

Bugs fixed

- Add a trailing newline to package.json when appropriate

Other merged PRs

- Assume NPM person can be string

(adam)

2023-09-18 06:13:01 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 117.0.1nb1

(ryoon)

2023-09-18 06:12:47 UTC MAIN commitmail json YAML

2023-09-18 05:56:51 UTC MAIN commitmail json YAML

Updated net/haproxy, devel/py-hypothesis

(adam)

2023-09-18 05:56:32 UTC MAIN commitmail json YAML

py-hypothesis: updated to 6.86.1

6.86.1

This patch improves the documentation of @example(...).xfail() by adding a note about PEP 614, similar to @example(...).via(), and adds a warning when a strategy generates a test case which seems identical to one provided by an xfailed example.

6.86.0

This release enables the explain phase by default. We hope it helps you to understand why your failing tests have failed!

6.85.1

This patch switches some of our type annotations to use typing.Literal when only a few specific values are allowed, such as UUID or IP address versions.

6.85.0

This release deprecates the old whitelist/blacklist arguments to characters(), in favor of include/exclude arguments which more clearly describe their effects on the set of characters which can be generated.

You can use Hypothesis’ codemods to automatically upgrade to the new argument names. In a future version, the old names will start to raise a DeprecationWarning.

6.84.3

This patch automatically disables the differing_executors health check for methods which are also pytest parametrized tests, because those were mostly false alarms.

6.84.2

Building on recent releases, characters() now accepts _any_ codec=, not just "utf-8" and "ascii".

This includes standard codecs from the codecs module and their aliases, platform specific and user-registered codecs if they are available, and python-specific text encodings (but not text transforms or binary transforms).

6.84.1

This patch by Reagan Lee makes st.text(...).filter(str.isidentifier) return an efficient custom strategy.

6.84.0

The from_regex() strategy now takes an optional alphabet=characters(codec="utf-8") argument for unicode strings, like text().

This offers more and more-consistent control over the generated strings, removing previously-hard-coded limitations. With fullmatch=False and alphabet=characters(), surrogate characters are now possible in leading and trailing text as well as the body of the match. Negated character classes such as [^A-Z] or \S had a hard-coded exclusion of control characters and surrogate characters; now they permit anything in alphabet= consistent with the class, and control characters are permitted by default.

(adam)

2023-09-18 05:53:59 UTC MAIN commitmail json YAML

haproxy: updated to 2.8.3

2.8.3
- CI: do not use "groupinstall" for Fedora Rawhide builds
- CI: get rid of travis-ci wrapper for Coverity scan
- BUG/MEDIUM: quic: fix tasklet_wakeup loop on connection closing
- BUG/MINOR: hlua: fix invalid use of lua_pop on error paths
- DEV: flags/show-sess-to-flags: properly decode fd.state
- BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection
- BUG/MINOR: stktable: allow sc-add-gpc from tcp-request connection
- DOC: typo: fix sc-set-gpt references
- SCRIPTS: git-show-backports: automatic ref and base detection with -m
- REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (3)
- DOC: jwt: Add explicit list of supported algorithms
- BUILD: Makefile: add the USE_QUIC option to make help
- IMPORT: plock: also support inlining the int code
- MINOR: threads: inline the wait function for pthread_rwlock emulation
- MINOR: atomic: make sure to always relax after a failed CAS
- IMPORT: xxhash: update xxHash to version 0.8.2
- CI: fedora: fix "dnf" invocation syntax
- BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage
- DOC: lua: fix core.register_action typo
- BUG/MINOR: ssl_sock: fix possible memory leak on OOM
- BUILD: import: guard plock.h against multiple inclusion
- BUG/MINOR: ssl/cli: can't find ".crt" files when replacing a certificate
- BUG/MINOR: stream: protect stream_dump() against incomplete streams
- DOC: config: mention uid dependency on the tune.quic.socket-owner option
- BUG/MINOR: checks: do not queue/wake a bounced check
- DEBUG: applet: Properly report opposite SC expiration dates in traces
- BUG/MEDIUM: stconn: Update stream expiration date on blocked sends
- BUG/MINOR: stconn: Don't report blocked sends during connection establishment
- BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown
- BUG/MEDIUM: stconn: Don't block sends if there is a pending shutdown
- BUG/MINOR: quic: Possible skipped RTT sampling
- BUG/MAJOR: quic: Really ignore malformed ACK frames.
- BUG/MEDIUM: h1-htx: Ensure chunked parsing with full output buffer
- BUG/MINOR: stream: further protect stream_dump() against incomplete sessions
- DOC: configuration: update examples for req.ver
- MINOR: httpclient: allow to configure the retries
- MINOR: httpclient: allow to configure the timeout.connect
- BUG/MINOR: quic: Wrong RTT adjusments
- BUG/MINOR: quic: Wrong RTT computation (srtt and rrt_var)
- BUG/MEDIUM: applet: Fix API for function to push new data in channels buffer
- BUG/MEDIUM: stconn: Report read activity when a stream is attached to front SC
- BUG/MEDIUM: applet: Report an error if applet request more room on aborted SC
- BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout
- NUG/MEDIUM: stconn: Always update stream's expiration date after I/O
- BUG/MINOR: applet: Always expect data when CLI is waiting for a new command
- BUG/MINOR: ring/cli: Don't expect input data when showing events
- BUG/MINOR: hlua/action: incorrect message on E_YIELD error
- MEDIUM: capabilities: enable support for Linux capabilities
- CI: Update to actions/checkout@v4

(adam)

2023-09-18 03:40:34 UTC MAIN commitmail json YAML

doc: update roundcube and related pacakges to 1.6.3

mail/roundcube
mail/roundcube-plugin-enigma
mail/roundcube-plugin-password
mail/roundcube-plugin-zipdownload
VS: ----------------------------------------------------------------------

(taca)

2023-09-18 03:39:03 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.6.3

>From release announce:

We just published a security update to the version 1.6 of Roundcube Webmail.
It provides a fix to a recently reported XSS vulnerability:

Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in
plain text messages, reported by Niraj Shivtarkar.  See the full changelog
in the release notes in the release notes on the Github download page.

We strongly recommend to update all productive installations of Roundcube
1.6.x with this new version.

1.6.3 (2023-09-15)

* Fix bug where installto.sh/update.sh scripts were removing some essential
  options from the config file (#9051)

* Update jQuery-UI to version 1.13.2 (#9041)

* Fix regression that broke use_secure_urls feature (#9052)

* Fix potential PHP fatal error when opening a message with message/rfc822
  part (#8953)

* Fix bug where a duplicate `<title>` tag in HTML email could cause some
  parts being cut off (#9029)

* Fix bug where a list of folders could have been sorted incorrectly (#9057)

* Fix regression where LDAP addressbook 'filter' option was ignored (#9061)

* Fix wrong order of a multi-folder search result when sorting by size
  (#9065)

* Fix so install/update scripts do not require PEAR (#9037)

* Fix regression where some mail parts could have been decoded incorrectly,
  or not at all (#9096)

* Fix handling of an error case in Cyrus IMAP BINARY FETCH, fallback to
  non-binary FETCH (#9097)

* Fix PHP8 deprecation warning in the reconnect plugin (#9083)

* Fix "Show source" on mobile with x_frame_options = deny (#9084)

* Fix various PHP warnings (#9098)

* Fix deprecated use of ldap_connect() in password's ldap_simple driver
  (#9060)

* Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in
  plain text messages

(taca)

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

TODO: diffuse now at 0.8.2

(gutteridge)

2023-09-18 00:16:25 UTC MAIN commitmail json YAML

eography/geos: Catch up with c++ pkgsrc changes and upstream changes

Move c++ language variant from USE_LANGUAGES to USE_CXX_FEATURES,
adapting to semi-recent pkgsrc changes.

Change c++11 to c++14, per 3.12 NEWS.

Resolves failure to build on old macOS.

(gdt)

2023-09-17 23:43:06 UTC MAIN commitmail json YAML

2023-09-17 23:40:06 UTC MAIN commitmail json YAML

fixes.xml: correct a file reference

(gutteridge)

2023-09-17 21:43:48 UTC MAIN commitmail json YAML

bulk-large: ensure LIBRSVG_TYPE is defined

(gutteridge)

2023-09-17 18:54:07 UTC MAIN commitmail json YAML

doc/TODO: add some

+ dovecot2-pigeonhole-0.5.21, jbig2dec-0.20, libdeflate-1.19,
  libimagequant-4.2.1, libsodium-1.0.19, libuninameslist-20230916,
  notmuch-0.38, py-contourpy-1.1.1, py-cryptodome-3.19.0,
  py-cyclonedx-python-lib-4.2.2, py-google-api-python-client-2.99.0,
  py-google-auth-2.23.0, py-google-auth-httplib2-0.1.1,
  py-matplotlib-3.8.0, py-numpy-1.26.0, py-pdf-3.16.0, py-pspdfutils-3.3.1,
  py-rapidfuzz-3.3.0, py-rpds-py-0.10.3, py-setuptools-68.2.2,
  py-sphinx-7.2.6, tiff-4.6.0, typst-0.8.0, webkit-gtk-2.42.0.

(wiz)

2023-09-17 18:03:08 UTC MAIN commitmail json YAML

Updated devel/py-smmap, net/py-subunit

(adam)

2023-09-17 18:01:23 UTC MAIN commitmail json YAML

py-subunit: updated to 1.4.3

1.4.3 (2023-09-17)
---------------------
* Subunit now has a dependency on an external iso8601
  module rather than shipping its own.

(adam)

2023-09-17 17:58:49 UTC MAIN commitmail json YAML

py-smmap: updated to 5.0.1

v5.0.1
Added support for Python 3.12

(adam)

2023-09-17 17:54:12 UTC MAIN commitmail json YAML

Updated devel/py-nest-asyncio, comms/py-rich

(adam)

2023-09-17 17:53:23 UTC MAIN commitmail json YAML

py-rich: updated to 13.5.3

13.5.3

Fixed

Markdown table rendering issue with inline styles and links
Fix Markdown code blocks on a light background

(adam)

2023-09-17 17:50:31 UTC MAIN commitmail json YAML

py-nest-asyncio: updated to 1.5.8

v1.5.8
Add support for Python 3.12

(adam)

2023-09-17 14:51:41 UTC MAIN commitmail json YAML

doc: Updated textproc/translate-shell to 0.9.7.1

(leot)

2023-09-17 14:51:35 UTC MAIN commitmail json YAML

translate-shell: Update to 0.9.7.1

Changes:
0.9.7.1
-------
- Bing Translator: fixed engine support
- Apertium Translator: (partly) fixed engine support
- REPL: supported setting sl and tl by `:set`

(leot)

2023-09-17 12:14:48 UTC MAIN commitmail json YAML

qemu: move rsp threshold to ALL_ENV to fix incremental builds

(tnn)

2023-09-17 12:13:15 UTC MAIN commitmail json YAML

doc: Updated security/nuclei to 2.9.15

(leot)

2023-09-17 12:12:59 UTC MAIN commitmail json YAML

nuclei: Update to 2.9.15

Changes:
v2.9.15
* Bug fixes

v2.9.14
* Added `impact` field under template information block

v2.9.13
* Added support to run public / shared template from templates.nuclei.sh with `-t` option
* Added `xpath` as new matcher type
* Added file read restriction in headless protocol similar to other protocols

v2.9.12
* Bug fixes

v2.9.11
* Added request/response in JSONL output for failed match with `-ms` option

v2.9.10
* Added markdown export sorting options via env variable
* Added headless options input
* Added wildcard filter for `-id` option
* Added path/query automerge and other improvements in headless protocol

(leot)

2023-09-17 11:09:10 UTC MAIN commitmail json YAML

doc: Updated devel/git-cinnabar to 0.6.2

(bsiegert)

2023-09-17 11:08:51 UTC MAIN commitmail json YAML

git-cinnabar: update to 0.6.2

- Better handle some HTTP errors.
- Switch to schannel curl backend on Windows. We were using rustls, but it
  seems to be causing some problems.
- Based on git 2.41.0.
- Updated crate dependencies.

(bsiegert)

2023-09-17 10:57:04 UTC MAIN commitmail json YAML

doc: Updated security/tlsx to 1.1.4

(leot)

2023-09-17 10:56:56 UTC MAIN commitmail json YAML

tlsx: Update to 1.1.4

Changes:
v1.1.4
* Added support for cipher enum concurrency
  (`-cec` / `-cipher-concurrency` option)

v1.1.3
* Multiple GitHub CI improvements

v1.1.2
* Added support for multiple cipher type input with`-cipher-type` option

(leot)

2023-09-17 10:51:13 UTC MAIN commitmail json YAML

doc: Updated security/subfinder to 2.6.3

(leot)

2023-09-17 10:51:03 UTC MAIN commitmail json YAML

subfinder: Update to 2.6.3

Changes:
v2.6.3
* Add RedHuntLabs as a source
* Add Builtwith as a source
* Bug fixes

v2.6.2
* Add Facebook certificate transparency logs as new source
* Add rate limit per source support
* Bug fixes

(leot)

2023-09-17 10:40:58 UTC MAIN commitmail json YAML

doc: Updated security/httpx to 1.3.5

(leot)

2023-09-17 10:40:50 UTC MAIN commitmail json YAML

httpx: Update to 1.3.5

Changes:
1.3.5
-----
* Add `-bp` (`-body-preview`) flag to preview N characters from the response
* Add `-rhsts` (`-respect-hsts`) option to respect redirect with HSTS policy
* Add `-irh` (`-include-response-header`) option to include response headers
  in JSONL output
* Add `-ehb` (`-exclude-headless-body`) and `-esb`
  (`-exclude-screenshot-bytes`) options to exclude screenshot bytes and
  body in JSONL response
* Several bug fixes

(leot)

2023-09-17 10:33:24 UTC MAIN commitmail json YAML

doc: Updated lang/nawk to 20230909

(vins)

2023-09-17 10:32:06 UTC MAIN commitmail json YAML

lang/nawk: downgrade to 20230909.

Partially revert previous commit, by downgrading the package to the
most recent release tag supporting ASCII encoded input files (and
processing strings as sequences of bytes).
This is needed by security/mozilla-rootcerts and likely other packages;
see https://mail-index.netbsd.org/tech-pkg/2023/09/17/msg028190.html.

This version incorporates all the changes described in the FIXES file up
to 2023-09-09, minus support for UTF-8 and comma-separated values (CSV)
input.

(vins)

2023-09-17 09:04:28 UTC MAIN commitmail json YAML

Updated textproc/py-openapi-core, math/py-numexpr

(adam)

2023-09-17 09:04:12 UTC MAIN commitmail json YAML

py-numexpr: updated to 2.8.6

Changes from 2.8.5 to 2.8.6
---------------------------

* The sanitization can be turned off by default by setting an environment variable,

    `set NUMEXPR_SANITIZE=0`

* Improved behavior of the blacklist to avoid triggering on private variables
  and scientific notation numbers.

(adam)

2023-09-17 09:03:14 UTC MAIN commitmail json YAML

py-openapi-core: updated to 0.18.1

0.18.1

Bug fixes

Ignore formats for other types in unmarshalling process

Features

More media types supported
Unmarshalling customizations in middlewares (FalconOpenAPIMiddleware, FlaskOpenAPIView, FlaskOpenAPIViewDecorator)

Documentation

Changed doc indentation from 3 to 4

(adam)

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

Updated devel/py-pdm, math/py-jplephem

(adam)

2023-09-17 09:01:20 UTC MAIN commitmail json YAML

py-jplephem: updated to 2.19

2.19
Unknown changes

(adam)

2023-09-17 09:00:20 UTC MAIN commitmail json YAML

py-pdm: updated to 2.9.2

Release v2.9.2 (2023-09-12)
---------------------------

Features & Improvements

- Fix an issue that `--no-lock` option doesn't work as expected. Also support `--no-lock` option for `add`, `remove` and `update` commands.

Bug Fixes

- Use `findpython` to find pythons with the spec given by the user.
- Use UTF-8 to read pyvenv.cfg.
- On Windows, try looking for the `virtualenv` `python.exe` binary under `bin/`
  as well as `Scripts/` and the `virtualenv`/`conda` root.
- Write relocatable dependency URLs with `${PROJECT_ROOT}` variable in the lockfile.

(adam)

2023-09-17 08:57:05 UTC MAIN commitmail json YAML

2023-09-17 08:56:19 UTC MAIN commitmail json YAML

openblas*: updated to 0.3.24

OpenBLAS 0.3.24

general:

declared the arguments of cblas_xerbla as const (in accordance with the reference implementation
and others, the previous discrepancy appears to have dated back to GotoBLAS)
fixed the implementation of ?GEMMT that was added in 0.3.23
made cpu-specific SWITCH_RATIO parameters for GEMM available to DYNAMIC_ARCH builds
fixed application of SYMBOLSUFFIX in CMAKE builds
fixed missing SSYCONVF function in the shared library
fixed parallel build logic used with gmake
added support for compilation with LLVM17, in particular its new Fortran compiler
added support for CMAKE builds using the NVIDIA HPC compiler
fixed INTERFACE64 builds with CMAKE and the f95 Fortran compiler
fixed cross-build detection and management in c_check
disabled building of the tests with CMAKE when ONLY_CBLAS is defined
fixed several issues with the handling of runtime limits on the number of OPENMP threads
corrected the error code returned by SGEADD/DGEADD when LDA is too small
corrected the error code returned by IMATCOPY when LDB is too small
updated ?NRM2 to support negative increment values (as introduced in release 3.10.0
of the Reference BLAS)
updated ?ROTG to use the safe scaling algorithm introduced in release 3.10.0 of the Reference BLAS
fixed OpenMP builds with CLANG for the case where libomp is not in a standard location
fixed a potential overwrite of unrelated memory during thread initialisation on startup
fixed a potential integer overflow in the multithreading threshold for ?SYMM/?SYRK
fixed build of the LAPACKE interfaces for the LAPACK 3.11.0 ?TRSYL functions added in 0.3.22
fixed installation of .cmake files in concurrent 32 and 64bit builds with CMAKE
applied additions and corrections from the development branch of Reference-LAPACK:
fixed actual arguments passed to a number of LAPACK functions (from Reference-LAPACK PR 885)
fixed workspace query results in LAPACK ?SYTRF/?TRECV3 (from Reference-LAPACK PR 883)
fixed derivation of the UPLO parameter in LAPACKE_?larfb (from Reference-LAPACK PR 878)
fixed a crash in LAPACK ?GELSDD on NRHS=0 (from Reference-LAPACK PR 876)
added new LAPACK utility functions CRSCL and ZRSCL (from Reference-LAPACK PR 839)
corrected the order of eigenvalues for 2x2 matrices in ?STEMR (Reference-LAPACK PR 867)
removed spurious reference to OpenMP variables outside OpenMP contexts (Reference-LAPACK PR 860)
updated file comments on use of LAMBDA variable in LAPACK (Reference-LAPACK PR 852)
fixed documentation of LAPACK SLASD0/DLASD0 (Reference-LAPACK PR 855)
fixed confusing use of "minor" in LAPACK documentation (Reference-LAPACK PR 849)
added new LAPACK functions ?GEDMD for dynamic mode decomposition (Reference-LAPACK PR 736)
fixed potential stack overflows in the EIG part of the LAPACK testsuite (Reference-LAPACK PR 854)
applied small improvements to the variants of Cholesky and QR functions (Reference-LAPACK PR 847)
removed unused variables from LAPACK ?BDSQR (Reference-LAPACK PR 832)
fixed a potential crash on allocation failure in LAPACKE SGEESX/DGEESX (Reference-LAPACK PR 836)
added a quick return from SLARUV/DLARUV for N < 1 (Reference-LAPACK PR 837)
updated function descriptions in LAPACK ?GEGS/?GEGV (Reference-LAPACK PR 831)
improved algorithm description in ?GELSY (Reference-LAPACK PR 833)
fixed scaling in LAPACK STGSNA/DTGSNA (Reference-LAPACK PR 830)
fixed crash in LAPACKE_?geqrt with row-major data (Reference-LAPACK PR 768)
added LAPACKE interfaces for C/ZUNHR_COL and S/DORHR_COL (Reference-LAPACK PR 827)
added error exit tests for SYSV/SYTD2/GEHD2 to the testsuite (Reference-LAPACK PR 795)
fixed typos in LAPACK source and comments (Reference-LAPACK PRs 809,811,812,814,820)
adopt refactored ?GEBAL implementation (Reference-LAPACK PR 808)

x86_64:

added cpu model autodetection for Intel Alder Lake N
added activation of the AMX tile to the Sapphire Rapids SBGEMM kernel
worked around miscompilations of GEMV/SYMV kernels by gcc's tree-vectorizer
fixed compilation of Cooperlake and Sapphire Rapids kernels with CLANG
fixed runtime detection of Cooperlake and Sapphire Rapids in DYNAMIC_ARCH
fixed feature-based cputype fallback in DYNAMIC_ARCH
added support for building the AVX512 kernels with the NVIDIA HPC compiler
corrected ZAXPY result on old pre-AVX hardware for the INCX=0 case
fixed a potential use of uninitialized variables in ZTRSM

ARMV8:

added cpu model autodetection for Apple M2
fixed wrong results of CGEMM/CTRMM/DNRM2 under OSX (use of reserved register)
added support for building the SVE kernels with the NVIDIA HPC compiler
added support for building the SVE kernels with the Apple Clang compiler
fixed compiler option handling for building the SVE kernels with LLVM
implemented SWITCH_RATIO parameter for improved GEMM performance on Neoverse
activated SVE SGEMM and DGEMM kernels for Neoverse V1
improved performance of the SVE CGEMM and ZGEMM kernels on Neoverse V1
improved kernel selection for the ARMV8SVE target and added it to DYNAMIC_ARCH
fixed runtime check for SVE availability in DYNAMIC_ARCH builds to take OS or
container restrictions into account
fixed a potential use of uninitialized variables in ZTRSM
fix a potential misdetection of ARMV8 hardware as 32bit in CMAKE builds

LOONGARCH64:

added ABI detection
added support for cpu affinity handling
fixed compilation with early versions of the Loongson toolchain
added an optimized SGEMM kernel for 3A5000
added optimized DGEMV kernels for 3A5000
improved the performance of the DGEMM kernel for 3A5000

MIPS64:

fixed miscompilation of TRMM kernels for the MIPS64_GENERIC target

POWER:

fixed compiler warnings in the POWER10 SBGEMM kernel

RISCV:

fixed application of the INTERFACE64 option when building with CMAKE
fix a potential misdetection of RISCV hardware as 32bit in CMAKE builds
fixed IDAMAX and DOT kernels for C910V
fixed corner cases in the ROT and SWAP kernels for C910V
fixed compilation of the C910V target with recent vendor compilers

(adam)

2023-09-17 08:54:51 UTC MAIN commitmail json YAML

Added databases/postgresql16*

(adam)

2023-09-17 08:53:22 UTC MAIN commitmail json YAML

postgresql16: added version 16.0

PostgreSQL 16 raises its performance, with notable improvements to query
parallelism, bulk data loading, and logical replication. There are many
features in this release for developers and administrators alike, including
more SQL/JSON syntax, new monitoring stats for your workloads, and greater
flexibility in defining access control rules for management of policies across
large fleets.

(adam)

2023-09-17 06:49:34 UTC MAIN commitmail json YAML

Updated www/emacs-w3m to 1.4.5

(mef)

2023-09-17 06:47:12 UTC MAIN commitmail json YAML

(www/emacs-w3m) updated 1.4.4 to 1.4.5

- Converted to github.com version
- Packaging and main funciton is OK with emacs 28.2
- For other emacsen, I'll check time to time
- add LICENSE= gnu-gpl-v2
- ChangeLog may be too long, omitted for this commit, sorry:

(mef)

2023-09-17 06:33:29 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 117.0.1

(ryoon)

2023-09-17 06:33:13 UTC MAIN commitmail json YAML

firefox-l10n: Update to 117.0.1

* Sync with www/firefox-1170.0.1.

(ryoon)

2023-09-17 06:32:40 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 117.0.1

(ryoon)

2023-09-17 06:32:27 UTC MAIN commitmail json YAML

firefox: Update to 117.0.1

Changelog:
117.0.1:
Fixed

  * Fixed a bug causing links opened from outside Firefox to not open on macOS
    (bug 1850828)

  * Fixed a bug causing extensions using an event page for long-running tasks
    to be terminated while running, causing unexpected behavior changes (bug
    1851373)

  * Temporarily reverted an intentional behavior change preventing Javascript
    from changing URL.protocol (bug 1850954).
    NOTE: This change is expected to ship in a later Firefox release alongside
    other web browsers and sites are encouraged to find alternate ways to
    change the protocol if needed.

  * Fixed audio worklets not working for sites using WebAssembly exception
    handling (bug 1851468)

  * Fixed the Reopen all tabs option in the Recently closed tabs menu sometimes
    failing to open all tabs (bug 1850856)

  * Fixed the bookmarks menu sometimes remaining partially visible when
    minimizing Firefox (bug 1843700)

  * Fixed an issue causing incorrect time zones to be detected on some sites (
    bug 1848615)

(ryoon)

2023-09-17 04:23:40 UTC MAIN commitmail json YAML

(editors/emacs-packages) switch bbdb2 to bbdb3

(mef)

2023-09-17 04:16:43 UTC MAIN commitmail json YAML

(cad/dinotrace-mode) EMACS_VERSIONS_ACCEPTED+= emacs28

(mef)

2023-09-17 02:16:41 UTC MAIN commitmail json YAML

(chat/riece) Add emacs28. packaged, but function is not verified

(mef)

2023-09-17 02:07:20 UTC MAIN commitmail json YAML

(mail/mailcrypt) Add Emacs28, packaged and info checked

(mef)

2023-09-16 21:58:20 UTC MAIN commitmail json YAML

firefox: 117 requires nss>=3.92

(gutteridge)

2023-09-16 21:45:30 UTC MAIN commitmail json YAML

qt4-libs: fix typo in DESCR

(gutteridge)

2023-09-16 21:39:19 UTC MAIN commitmail json YAML

doc: removed x11/vte029

(gutteridge)

2023-09-16 21:36:16 UTC MAIN commitmail json YAML

2023-09-16 21:34:16 UTC MAIN commitmail json YAML

x11/Makefile: remove vte029

(gutteridge)

2023-09-16 18:36:49 UTC MAIN commitmail json YAML

nuspell: also requires C++17 filesystem

(gutteridge)

2023-09-16 18:22:52 UTC MAIN commitmail json YAML

2023-09-16 18:20:12 UTC MAIN commitmail json YAML

fixes.xml: fix malformed markup added in r. 191

(gutteridge)

2023-09-16 13:21:23 UTC MAIN commitmail json YAML

meson/build.mk: apply qemu fix here too for benefit of other packages

(tnn)

2023-09-16 13:20:51 UTC MAIN commitmail json YAML

qemu: avoid meson's heuristic use of GCC "response files" [1]

This should fix gettext linkage errors when building qemu with the
gtk3 option enabled.

[1] Response files pass compiler arguments to GCC in a text file when
meson thinks the command line is too long. pkgsrc wrappers are not able
to inspect and transform those which leads to difficult-to-debug problems.
meson has a default command line threshold of 64k. Bump this to 256k
which is the default value of kern.argmax on NetBSD.

(tnn)

2023-09-16 12:46:15 UTC MAIN commitmail json YAML

doc: Removed editors/vim-xaw

(rhialto)

2023-09-16 12:43:14 UTC MAIN commitmail json YAML