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

2024-05-13 10:20:40 UTC Now

2021-06-24 09:36:04 UTC MAIN commitmail json YAML

Updated lang/nodejs, devel/cmake, net/haproxy, comms/py-rich

(adam)

2021-06-24 09:35:38 UTC MAIN commitmail json YAML

py-rich: updated to 10.4.0

[10.4.0] - 2021-06-18

Added

Added Style.meta
Added rich.repr.auto decorator

Fixed

Fixed error pretty printing classes with special rich_repr method

[10.3.0] - 2021-06-09

Added

Added Console.size setter
Added Console.width setter
Added Console.height setter
Added angular style Rich reprs
Added an IPython extension. Load via %load_ext rich

Changed

Changed the logic for retrieving the calling frame in console logs to a faster one for the Python implementations that support it.

(adam)

2021-06-24 09:32:52 UTC MAIN commitmail json YAML

haproxy: updated to 2.4.1

2.4.1
- BUG/MEDIUM: ebtree: Invalid read when looking for dup entry
- BUG/MAJOR: server: prevent deadlock when using 'set maxconn server'
- BUILD/MINOR: opentracing: fixed build when using clang
- BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter
- BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response
- Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers"
- BUG/MINOR: http-ana: Send the right error if max retries is reached on L7 retry
- BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts
- MINOR: http-ana: Perform L7 retries because of status codes in response analyser
- MINOR: cfgparse: Fail when encountering extra arguments in macro
- DOC: intro: Fix typo in starter guide
- BUG/MINOR: server: Missing calloc return value check in srv_parse_source
- BUG/MINOR: peers: Missing calloc return value check in peers_register_table
- BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine
- BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture
- BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare
- BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy
- BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response
- BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule
- BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo
- BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list
- BUG/MINOR: http: Missing calloc return value check while parsing redirect rule
- BUG/MINOR: http: Missing calloc return value check in make_arg_list
- BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree
- CLEANUP: http-ana: Remove useless if statement about L7 retries
- BUG/MINOR: vars: Be sure to have a session to get checks variables
- DOC/MINOR: move uuid in the configuration to the right alphabetical order
- BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry
- MINOR: errors: allow empty va_args for diag variadic macro
- DOC: use the req.ssl_sni in examples
- BUILD: make tune.ssl.keylog available again
- BUG/MINOR: ssl: OCSP stapling does not work if expire too far in the future
- Revert "BUG/MINOR: opentracing: initialization after establishing daemon mode"
- BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode
- BUG/MEDIUM: compression: Fix loop skipping unused blocks to get the next block
- BUG/MEDIUM: compression: Properly get the next block to iterate on payload
- BUG/MEDIUM: compression: Add a flag to know the filter is still processing data
- BUG/MINOR: pools: fix a possible memory leak in the lockless pool_flush()
- BUG/MINOR: pools: make DEBUG_UAF always write to the to-be-freed location
- MINOR: pools: do not maintain the lock during pool_flush()
- MINOR: pools: call malloc_trim() under thread isolation
- MEDIUM: pools: use a single pool_gc() function for locked and lockless
- BUG/MAJOR: pools: fix possible race with free() in the lockless variant
- CLEANUP: pools: remove now unused seq and pool_free_list
- BUG/MAJOR: htx: Fix htx_defrag() when an HTX block is expanded
- BUG/MINOR: mux-fcgi: Expose SERVER_SOFTWARE parameter by default
- CLEANUP: l7-retries: do not test the buffer before calling b_alloc()
- BUG/MINOR: resolvers: answser item list was randomly purged or errors
- MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item
- MEDIUM: resolvers: add a ref between servers and srv request or used SRV record
- BUG/MAJOR: resolvers: segfault using server template without SRV RECORDs
- DOC: lua: Add a warning about buffers modification in HTTP
- BUG/MINOR: stick-table: insert srv in used_name tree even with fixed id
- BUG/MEDIUM: server: extend thread-isolate over much of CLI 'add server'
- BUG/MEDIUM: server: clear dynamic srv on delete from proxy id/name trees
- BUG/MEDIUM: server: do not forget to generate the dynamic servers ids
- BUG/MINOR: server: do not keep an invalid dynamic server in px ids tree
- BUG/MEDIUM: server: do not auto insert a dynamic server in px addr_node
- BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE
- BUG/MINOR: ssl: use atomic ops to update global shctx stats
- BUG/MINOR: mworker: fix typo in chroot error message
- CLEANUP: global: remove unused definition of stopping_task[]
- BUG/MAJOR: queue: set SF_ASSIGNED when setting strm->target on dequeue
- MINOR: backend: only skip LB when there are actual connections
- BUG/MINOR: mux-h1: do not skip the error response on bad requests
- BUG/MINOR: server: explicitly set "none" init-addr for dynamic servers
- MINOR: connection: add helper conn_append_debug_info()
- MINOR: mux-h2/trace: report a few connection-level info during h2_init()
- CLEANUP: mux-h2/traces: better align user messages
- BUG/MINOR: stats: make "show stat typed desc" work again
- MINOR: mux-h2: obey http-ignore-probes during the preface
- BUG/MINOR: mux-h2/traces: bring back the lost "rcvd H2 REQ" trace
- BUG/MINOR: mux-h2/traces: bring back the lost "sent H2 REQ/RES" traces

(adam)

2021-06-24 09:31:26 UTC MAIN commitmail json YAML

nodejs12: use external brotli; bump revision

(adam)

2021-06-24 09:30:55 UTC MAIN commitmail json YAML

cmake: updated to 3.20.5

CMake 3.20.5
* gitlab-ci: update macOS jobs to use Xcode 12.5
* cmGlobalVisualStudio10Generator: Move static functions to anonymous namespace
* cmGlobalVisualStudio10Generator: Adopt GetVSInstanceVersion method
* VS: Do not apply '/external:W*' flag table mapping on VS < 16.10
* Tests: Fix xcode version detection for Xcode 13 on ARM
* Help: Add 3.20 release note section for 3.20.{3,4,5}
* ExternalProject: Use ${ref}^0 to avoid MSYS/Cygwin shell substitutions
* CMake: Allow override of unexpected non-flow-control commands

(adam)

2021-06-24 09:29:21 UTC MAIN commitmail json YAML

nodejs: updated to 14.17.1

Version 14.17.1 'Fermium' (LTS)

Notable Changes

- deps: update ICU to 69.1 (Michaël Zasso)
- errors: align source-map stacks with spec (Benjamin Coe)

Commits

- assert: refactor to use more primordials (Antoine du Hamel)
- assert: refactor to avoid unsafe array iteration (Antoine du Hamel)
- async_hooks: refactor to avoid unsafe array iteration (Antoine du Hamel)
- async_hooks,doc: replace process.stdout.fd with 1 (Darshan Sen)
- benchmark: avoid using console.log() (Antoine du Hamel)
- benchmark: use process.hrtime.bigint() (Antoine du Hamel)
- buffer: remove TODOs in atob / btoa (Khaidi Chu)
- buffer: remove unreachable code (Rongjian Zhang)
- buffer: make FastBuffer safe to construct (Antoine du Hamel)
- buffer: refactor to use primordials instead of Array#reduce (Antoine du Hamel)
- buffer: refactor to use more primordials (Antoine du Hamel)
- build: work around bug in MSBuild v16.10.0 (Michaël Zasso)
- build: add workaround for V8 builds (Richard Lau)
- build: remove dependency on distutils.spawn (Richard Lau)
- build: fix make test-npm (Ruy Adorno)
- child_process: reduce abort handler code duplication (Rich Trott)
- child_process: treat already-aborted controller as aborting (Rich Trott)
- child_process: refactor to use more primordials (Antoine du Hamel)
- deps: update to cjs-module-lexer@1.2.1 (Guy Bedford)
- deps: update ICU to 69.1 (Michaël Zasso)
- deps: V8: cherry-pick 035c305ce776 (Michaël Zasso)
- deps: V8: cherry-pick dfcdf7837e23 (Benjamin Coe)
- deps: V8: cherry-pick 86991d0587a1 (Benjamin Coe)
- deps: V8: cherry-pick 530080c44af2 (Milad Fa)
- dgram: extract cluster lazy loading method to make it testable (Rongjian Zhang)
- dgram: refactor to use more primordials (Antoine du Hamel)
- dns: refactor to use more primordials (Antoine du Hamel)
- doc: cleanup events.md structure (James M Snell)
- doc: fix JS flavor selection (Antoine du Hamel)
- doc: use HEAD instead of master for links (Antoine du Hamel)
- doc: remove import.meta.resolve parent URL type (Kevin Locke)
- doc: document buffer.kStringMaxLength (Tobias Nießen)
- doc: clarify synchronous blocking of Worker stdio (James M Snell)
- doc: update contact info (Gabriel Schulhof)
- doc: change color of doctag on night mode (Qingyu Deng)
- doc: clarify DiffieHellmanGroup class docs (Nitzan Uziely)
- doc: use AIX instead of Aix in fs.md (Rich Trott)
- doc: remove extraneous dash from flag prefix (Rodolfo Carvalho)
- doc: document 'secureConnect' event limitation (James M Snell)
- doc: mark querystring api as legacy (James M Snell)
- doc: add arguments for stream event of Http2Server and Http2SecureServer (Qingyu Deng)
- doc: indicate that abort tests do not generate core files (Rich Trott)
- doc: add try/catch in http2 respondWithFile example (Matteo Collina)
- doc: note the system requirements for V8 tests (DeeDeeG)
- doc: minor clarification to pathObject (James M Snell)
- doc: document new TCP_KEEPCNT and TCP_KEEPINTVL socket option defaults (Arnold Zokas)
- doc: do not mention TCP in the allowHalfOpen option description (Luigi Pinca)
- doc: update message to match actual output (Rich Trott)
- doc: request default snap track be updated for LTS (Rod Vagg)
- doc: mark process.hrtime() as legacy (Antoine du Hamel)
- doc: fix version history for "exports" patterns (Antoine du Hamel)
- doc: fix package.json "imports" field history (Antoine du Hamel)
- doc: fix typo in buffer.md (divlo)
- doc: add nodejs-sec email template (Daniel Bevenius)
- doc: update TSC members list with three new members (Rich Trott)
- doc: use foo.prototype.bar notation in buffer.md (Voltrex)
- doc: internal/test/binding for testing (Bradley Meck)
- doc: add missing events.on metadata (Anna Henningsen)
- doc: fix wording in outgoingMessage.write (Tobias Nießen)
- doc: fix grammar errors in http document (Qingyu Deng)
- doc: add document for http.OutgoingMessage (Qingyu Deng)
- doc: remove generated from dsaEncoding description (Marko Kaznovac)
- doc: document how to register external bindings for snapshot (Joyee Cheung)
- doc: document the NO_COLOR and FORCE_COLOR env vars (James M Snell)
- doc: clarify event.isTrusted text (Rich Trott)
- doc: expand openssl instructions (Michael Dawson)
- doc: document ABORT_ERR code (Benjamin Gruenbaum)
- doc: document changes for */promises alias modules (ExE Boss)
- errors: align source-map stacks with spec (Benjamin Coe)
- errors: refactor to use more primordials (Antoine du Hamel)
- errors: display original symbol name (Benjamin Coe)
- errors: refactor to use more primordials (Antoine du Hamel)
- errors: refactor to use more primordials (Antoine du Hamel)
- events: refactor to use optional chaining (ZiJian Liu)
- events: refactor to use more primordials (Antoine du Hamel)
- fs: fix error when writing buffers > INT32_MAX (Zach Bjornson)
- Revert "http: make HEAD method to work with keep-alive" (Michaël Zasso)
- http2: treat non-EOF empty frames like other invalid frames (Anna Henningsen)
- http2: fix setting options before handle exists (Anna Henningsen)
- http2: add support for TypedArray to getUnpackedSettings (Antoine du Hamel)
- https: refactor to use more primordials (Antoine du Hamel)
- inspector: remove redundant method for connection check (Yash Ladha)
- inspector: refactor to use more primordials (Antoine du Hamel)
- lib: revert primordials in a hot path (Antoine du Hamel)
- lib: make IterableWeakMap safe to iterate (Antoine du Hamel)
- lib: fix and improve os typings (Akhil Marsonya)
- lib: add URI handling functions to primordials (Antoine du Hamel)
- lib: fix WebIDL object and dictionary type conversion (ExE Boss)
- lib: refactor to use optional chaining in internal/options.js (raisinten)
- lib: support returning Safe collections from C++ (ExE Boss)
- lib: expose primordials object (Antoine du Hamel)
- lib: refactor source_map to use more primordials (Antoine du Hamel)
- lib: refactor source_map to avoid unsafe array iteration (Antoine du Hamel)
- lib: simplify primordials.uncurryThis (ExE Boss)
- lib: remove v8_prof_polyfill from eslint ignore list (Antoine du Hamel)
- lib: remove unused code (Brian White)
- lib: refactor to use more primordials in internal/encoding.js (raisinten)
- lib: refactor to use primordials in internal/priority_queue.js (ZiJian Liu)
- lib: add primordials.SafeStringIterator (Antoine du Hamel)
- lib: make safe primordials safe to construct (Antoine du Hamel)
- lib: make safe primordials safe to iterate (Antoine du Hamel)
- lib: refactor to use more primordials in internal/histogram.js (raisinten)
- lib: add uncurried accessor properties to primordials (ExE Boss)
- lib: refactor primordials.uncurryThis (Antoine du Hamel)
- lib: refactor to use more primordials (Antoine du Hamel)
- lib: add %TypedArray% abstract constructor to primordials (ExE Boss)
- lib: use Object static properties from primordials (Michaël Zasso)
- lib,tools: enforce access to prototype from primordials (Antoine du Hamel)
- meta: add v8 team (Jiawen Geng)
- meta: post comment when pr labeled fast-track (James M Snell)
- module: clarify CJS global-like variables not defined error message (Antoine du Hamel)
- module: refactor NativeModule to avoid unsafe array iteration (Antoine du Hamel)
- module: simplify tryStatSync with throwIfNoEntry option (Antoine du Hamel)
- module: refactor to use more primordials (Antoine du Hamel)
- module: refactor to use more primordials (Antoine du Hamel)
- module: refactor to use iterable-weak-map (Benjamin Coe)
- net: refactor to use more primordials (Antoine du Hamel)
- node-api: faster threadsafe_function (Fedor Indutny)
- node-api: fix shutdown crashes (Michael Dawson)
- node-api: make reference weak parameter an indirect link to references (Chengzhong Wu)
- os: refactor to use more primordials (Antoine du Hamel)
- path: inline conditions (Voltrex)
- path: refactor to use more primordials (Akhil Marsonya)
- path: refactor to use more primordials (Antoine du Hamel)
- perf_hooks: throw ERR_INVALID_ARG_VALUE if histogram.percentile param is NaN (ZiJian Liu)
- perf_hooks: refactor to avoid unsafe array iteration (Antoine du Hamel)
- perf_hooks: refactor to use more primordials (Antoine du Hamel)
- policy: refactor to use more primordials (Antoine du Hamel)
- querystring: refactor to use more primordials (Antoine du Hamel)
- readline: refactor to use more primordials (Antoine du Hamel)
- repl: document top level await limitation with const/let (James M Snell)
- repl: display prompt once after error callback (Anna Henningsen)
- src: fix multiple AddLinkedBinding() calls (Anna Henningsen)
- src: update cares_wrap OpenBSD defines (Anna Henningsen)
- src: remove extra semi after member fn (Shelley Vohr)
- src: make workers messaging more resilient (Juan José Arboleda)
- src: fix validation of negative offset to avoid abort (James M Snell)
- src: use %progbits instead of @progbits (Stephen Gallagher)
- src: fix setting Converter sub char length (James M Snell)
- src: avoid deferred gc/cleanup for Buffer.from (James M Snell)
- src: indent long help text properly (David Glasser)
- src: fix ETW_WRITE_EMPTY_EVENT macro (Michaël Zasso)
- src: disable unfixable MSVC warnings (Michaël Zasso)
- src: avoid implicit type conversions (take 2) (Michaël Zasso)
- src: fix compiler warnings in node_buffer.cc (Darshan Sen)
- src: fix compiler warning in env.cc (Anna Henningsen)
- src: add check against non-weak BaseObjects at process exit (Anna Henningsen)
- src: use transferred consistently (Daniel Bevenius)
- src: fix label indentation (Rich Trott)
- stream: fix multiple Writable.destroy() calls (Robert Nagy)
- stream: the position of _read() is wrong (helloyou2012)
- stream: only use legacy close listeners if not willEmitClose (Robert Nagy)
- stream: fix legacy pipe error handling (Robert Nagy)
- string_decoder: throw ERR_STRING_TOO_LONG for UTF-8 (Michaël Zasso)
- string_decoder: refactor to use more primordials (Antoine du Hamel)
- test: improve coverage of lib/_http_client.js (Rongjian Zhang)
- test: improve coverage of lib/os.js (Rongjian Zhang)
- test: call functions internally (Voltrex)
- test: complete coverage of querystring (Rongjian Zhang)
- test: increase coverage for AbortController (ZiJian Liu)
- test: run message and pseudo-tty tests in parallel (Richard Lau)
- test: move test-net-connect-econnrefused from pummel to sequential (Rich Trott)
- test: fix common.mustCall length and name properties (Antoine du Hamel)
- test: address deprecation warning (Rich Trott)
- test: move abort test from pummel to abort directory (Rich Trott)
- test: skip some pummel tests on slower machines (Rich Trott)
- test: add ancestor package.json checks for tmpdir (Richard Lau)
- test: replace function with arrow function and remove unused argument (Andres)
- test: use .test domain for not found address (Richard Lau)
- test: increase fs promise coverage (Emil Sivervik)
- test: increase timeout on ASAN Action (Antoine du Hamel)
- test: improve coverage of SourceTextModule getters (Juan José Arboleda)
- test: improve coverage for Module getters (Juan José Arboleda)
- test: improve coverage on worker threads (Juan José Arboleda)
- test: improve coverage at lib/internal/vm/module.js (Juan José Arboleda)
- test: guard large string decoder allocation (Michaël Zasso)
- test: add already-aborted-controller test for spawn() (Rich Trott)
- test: add test for reused AbortController with execfile() (Rich Trott)
- test: add Actions annotation output (Mary Marchini)
- test: use .then(common.mustCall()) for all async IIFEs (Anna Henningsen)
- test,doc,lib: adjust object literal newlines for lint rule (Rich Trott)
- test,readline: improve tab completion coverage (Antoine du Hamel)
- timers: fix unsafe array iteration (Darshan Sen)
- timers: reject with AbortError on cancellation (Benjamin Gruenbaum)
- timers: refactor to use more primordials (Antoine du Hamel)
- timers: cleanup abort listener on awaitable timers (James M Snell)
- tls: validate ticket keys buffer (Antoine du Hamel)
- tls: fix session and keylog add listener segfault (Nitzan Uziely)
- tools: refloat 7 Node.js patches to cpplint.py (Rich Trott)
- tools: bump cpplint to 1.5.4 (Rich Trott)
- tools: refloat 7 Node.js patches to cpplint.py (Rich Trott)
- tools: bump cpplint to 1.5.3 (Rich Trott)
- tools: refloat 7 Node.js patches to cpplint.py (Rich Trott)
- tools: bump cpplint.py to 1.5.2 (Rich Trott)
- tools: update ESLint to 7.27.0 (Luigi Pinca)
- tools: update ESLint to 7.26.0 (Colin Ihrig)
- tools: update ESLint to 7.25.0 (Colin Ihrig)
- tools: update ESLint to 7.24.0 (Colin Ihrig)
- tools: update ESLint to 7.23.0 (Luigi Pinca)
- tools: update ESLint to 7.22.0 (Colin Ihrig)
- tools: make update-eslint.sh work with npm@7 (Luigi Pinca)
- tools: add support for mjs and cjs JS snippet linting (Antoine du Hamel)
- tools: update eslint-plugin-markdown configuration (Colin Ihrig)
- tools: enable object-curly-newline in ESLint rules (Rich Trott)
- tools: make GH Actions workflows work if default branch is not master (Antoine du Hamel)
- tools: use mktemp to create the workspace directory (Luigi Pinca)
- tools: use a shallow clone of the npm/cli repository (Luigi Pinca)
- tools: remove fixer for non-ascii-character ESLint custom rule (Rich Trott)
- tools: fix doc generation when version info is not available (Antoine du Hamel)
- tools: add _depot_tools to PATH (for V8 tests) (DeeDeeG)
- tools: fix type mismatch in test runner (Richard Lau)
- tools: simplify eslint comma-dangle configuration (tools) (Rich Trott)
- tools: simplify eslint comma-dangle configuration (Rich Trott)
- tools: run doctool tests on GitHub Actions CI (Antoine du Hamel)
- tools: refactor prefer-primordials (Antoine du Hamel)
- tools: update ESLint to 7.21.0 (Luigi Pinca)
- tools: update ESLint to 7.20.0 (Colin Ihrig)
- tools: update ESLint to 7.19.0 (Colin Ihrig)
- tools: update ESLint to 7.18.0 (Colin Ihrig)
- tools: update gyp-next to v0.7.0 (Michaël Zasso)
- tools: update ESLint to 7.17.0 (Colin Ihrig)
- tools: update ESLint to 7.16.0 (Yongsheng Zhang)
- tools: enable no-unsafe-optional-chaining lint rule (Colin Ihrig)
- tools: update ESLint to 7.15.0 (Colin Ihrig)
- tools: enable no-unused-expressions lint rule (Michaël Zasso)
- tools: enable no-nonoctal-decimal-escape lint rule (Colin Ihrig)
- tools: update ESLint to 7.14.0 (Colin Ihrig)
- tools: add linting rule for async IIFEs (Anna Henningsen)
- tools: update ESLint to 7.13.0 (Luigi Pinca)
- tools: update ESLint to 7.12.1 (Colin Ihrig)
- tools: update ESLint to 7.12.0 (Colin Ihrig)
- tools: update ESLint to 7.11.0 (Colin Ihrig)
- tools: add new ESLint rule: prefer-primordials (Leko)
- tools,doc: add support for several flavors of JS code snippets (Antoine du Hamel)
- tools,lib: recommend using safe primordials (Antoine du Hamel)
- tools,lib: tighten prefer-primordials rules for Error statics (Antoine du Hamel)
- tty: refactor to avoid unsafe array iteration (Antoine du Hamel)
- tty: refactor to use more primordials (Zijian Liu)
- typings: add JSDoc typings for util (Rohit Gohri)
- url: refactor to use more primordials (Antoine du Hamel)
- util: simplify constructor retrieval in inspect() (Rich Trott)
- v8: refactor to use more primordials (Antoine du Hamel)
- v8: refactor to use more primordials (Antoine du Hamel)
- vm: refactor to avoid unsafe array iteration (Antoine du Hamel)
- wasi: refactor to avoid unsafe array iteration (Antoine du Hamel)
- Revert "worker: remove ERR_CLOSED_MESSAGE_PORT" (Juan José Arboleda)
- worker: refactor to avoid unsafe array iteration (Antoine du Hamel)
- worker: refactor to use more primordials (Antoine du Hamel)
- zlib: fix brotli flush range (Khaidi Chu)
- zlib: refactor to avoid unsafe array iteration (Antoine du Hamel)
- zlib: refactor to use primordial instead of <string>.startsWith (Rohan Chougule)
- zlib: refactor to use more primordials (Antoine du Hamel)

(adam)

2021-06-24 08:48:44 UTC MAIN commitmail json YAML

doc: Updated fonts/montserrat to 7.220

(pin)

2021-06-24 08:48:25 UTC MAIN commitmail json YAML

fonts/montserrat: update to 7.220

Changes on the Serbian locl.
-We updated the Serbian glyphs in the upright and italic versions.

(pin)

2021-06-24 08:47:32 UTC MAIN commitmail json YAML

doc: Updated textproc/paperoni to 0.5.0

(pin)

2021-06-24 08:47:13 UTC MAIN commitmail json YAML

textproc/paperoni: update to 0.5.0

This release adds the following:
-Table of Contents generation of article headers upto h4
-An --output-dir flag for specifying the download directory for non merged
articles in #15
-Add output_dir to cli argument #15
-CSS styling of the epub document for better presentation. This also allows
users to convert to PDF using tools and have a decent typesetting
-Generating a list of the articles that were partially downloaded
-This release also includes a fix from #17

(pin)

2021-06-24 08:46:15 UTC MAIN commitmail json YAML

doc: Updated sysutils/dust to 0.6.0

(pin)

2021-06-24 08:45:55 UTC MAIN commitmail json YAML

sysutils/dust: update to 0.6.0

-Add support for width flag #126
-Add wrap_help feature to clap
-Simplify conflict implementation
-Large refactor. Use rayon, 10X performance boost
-Remove -x option

(pin)

2021-06-24 08:44:50 UTC MAIN commitmail json YAML

sysutils/broot

New versions require rust-1.53.0

(pin)

2021-06-24 07:43:43 UTC MAIN commitmail json YAML

remove CVS message bleh

(nia)

2021-06-24 07:42:51 UTC MAIN commitmail json YAML

taisei: revert accidental changes

(nia)

2021-06-24 07:29:04 UTC MAIN commitmail json YAML

doc: Updated games/dMagnetic to 0.31

(wiz)

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

dMagnetic: update to 0.31.

  * New input formats: NIB and 2MG
  * Improved Sixel mode
  * New -dumpmag and -dumpgfx command line parameters
  * Moved the manpage to section 6 (games)

(wiz)

2021-06-24 02:33:57 UTC MAIN commitmail json YAML

www: Add www/php-dotclear version 2.18.1

(triaxx)

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

doc: Added www/php-dotclear version 2.18.1

(triaxx)

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

php-dotclear: Add www/php-dotclear version 2.18.1

Dotclear's proposed aim is to develop a software that fully respects web
standards based on open source solutions, with multilingual interface and
publishing capabilities. It is written in PHP.
Notable features include handling many blogs, using Wiki or XHTML syntax for
entries, adding pages that are independent from the flow of entries and support
for several database types: (MySQL, PostgreSQL, SQLite).

This pkgsrc packages provides:
  * Patches to move the configuration file config.php to PKG_SYSCONFDIR,
  * Patches to move files writable by the web server (public files, cache
    files and additional plugins) to directories relative to VARBASE.

(triaxx)

2021-06-24 00:09:13 UTC MAIN commitmail json YAML

doc: Updated ham/trustedQSL to 2.5.7

(gdt)

2021-06-24 00:09:06 UTC MAIN commitmail json YAML

2021-06-23 21:17:56 UTC MAIN commitmail json YAML

py-magic-wormhole: add missing TEST_DEPENDENCY

Also note self test status and upstream bug report URL.

(wiz)

2021-06-23 21:08:43 UTC MAIN commitmail json YAML

doc: Updated net/py-magic-wormhole to 0.12.0nb2

(wiz)

2021-06-23 21:08:34 UTC MAIN commitmail json YAML

py-magic-wormhole: add missing py-spake2 dependency

Bump PKGREVISION

(wiz)

2021-06-23 21:07:52 UTC MAIN commitmail json YAML

doc: Added security/py-spake2 version 0.8

(wiz)

2021-06-23 21:07:42 UTC MAIN commitmail json YAML

security/Makefile: + py-spake2.

(wiz)

2021-06-23 21:07:29 UTC MAIN commitmail json YAML

security/py-spake2: import py-spake2-0.8

Packaged for wip by Matthias Ferdinand.

This library implements the SPAKE2 password-authenticated key exchange
("PAKE") algorithm. This allows two parties, who share a weak password,
to safely derive a strong shared secret (and therefore build an
encrypted+authenticated channel).

(wiz)

2021-06-23 21:05:54 UTC MAIN commitmail json YAML

doc: Added security/py-hkdf version 0.0.3

(wiz)

2021-06-23 21:05:44 UTC MAIN commitmail json YAML

security/Makefile: + py-hkdf

(wiz)

2021-06-23 21:05:17 UTC MAIN commitmail json YAML

security/py-hkdf: import py-hkdf-0.0.3

Packaged for wip by Matthias Ferdinand.

This module implements the HMAC Key Derivation function, defined at

    http://tools.ietf.org/html/draft-krawczyk-hkdf-01

There are two interfaces: a functional interface, with separate extract
and expand functions as defined in the draft RFC, and a wrapper class
for these functions.

(wiz)

2021-06-23 21:00:33 UTC MAIN commitmail json YAML

doc: Updated security/age to 1.0.0rc3

(wiz)

2021-06-23 21:00:24 UTC MAIN commitmail json YAML

age: update to 1.0.0rc3.

Never two without three

Maybe™️ actually™️ the last v1.0.0 release candidate!

Encrypted identity files are now supported. Regular passphrase-encrypted
age files can be used with -i, the passphrase will be requested
interactively, and the decrypted file will be read line-by-line as
a standard identity file.

Passphrases can now be requested interactively from the terminal
on Windows even if standard input is in use.

Errors are now tidier and all start with age: error: .

(wiz)

2021-06-23 20:44:46 UTC MAIN commitmail json YAML

2021-06-23 20:33:18 UTC MAIN commitmail json YAML

2021-06-23 20:27:16 UTC MAIN commitmail json YAML

lynis: remove list of operating systems from COMMENT

(nia)

2021-06-23 20:25:14 UTC MAIN commitmail json YAML

ibus-python: remove reference to Linux in DESCR

(nia)

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

backuppc: update HOMEPAGE

(tnn)

2021-06-23 20:21:37 UTC MAIN commitmail json YAML

tint2: update to 17.0.1

2021-05-29 17.0.1
- Fixes:
  - Crash on panel cleanup in single-monitor execp
2021-04-18 17.0
- Fixes:
  - Crash when a window icon is large (santouits)
  - Minute clock doesn't update
  - Scrollbars in tint2conf
  - Preserve item order when skipping executors
  - Image memory leak (Adam M. Trofa)
  - Incorrect timeout microsecond computation leading to high CPU usage
- Enhancements:
  - Port tint2conf to gtk3
  - execp_monitor config
  - Improved executor examples (Nikita Zlobin)

(tnn)

2021-06-23 20:16:42 UTC MAIN commitmail json YAML

pdated devel/py-xdis, textproc/py-ICU

(adam)

2021-06-23 20:15:47 UTC MAIN commitmail json YAML

py-ICU: updated to 2.7.4

Version 2.7.3 -> 2.7.4
----------------------
- added wrappers for UWordBreak and BreakIterator.getRuleStatusVec()
- added wrappers for MessagePattern
- added wrapper for Collator::getKeywordValuesForLocale

(adam)

2021-06-23 20:11:31 UTC MAIN commitmail json YAML

py-xdis: updated to 5.0.10

5.0.10:

Fix incorrect variable name in marshaller dump
Add Python 3.8.10 as a 3.8.x release
xdis/magics.py: Add 3.9.5

(adam)

2021-06-23 20:10:33 UTC MAIN commitmail json YAML

git-filter-repo: update to 2.32.0

Changes: bug fixes, doc fixes

(tnn)

2021-06-23 20:03:51 UTC MAIN commitmail json YAML

grafana: update to 8.0.3

What's new in Grafana v8.0?

Grafana v8.0 alerts: centralizes alerting information
Library panels
Real-time streaming
Prometheus metrics browser
Bar chart visualization (beta)
State timeline visualization (beta)
Status history visualization (beta)
Histogram visualization (beta)
Time series visualization updates
Node graph visualization updates
Pie chart visualization updates
Panel editor updates
Look and feel update
Download logs
Inspector in Explore
Explore log improvements
Plugin catalog
Performance improvements
Initial startup and load performance
Operational and runtime performance
Azure Monitor data source
Azure Resource Graph
Managed Identity
Elasticsearch data source
Use semver strings to identify Elasticsearch version
Generic support for template variables
Allow omitting field for metrics that support inline scripts
Allow setting a custom limit for log queries
Guess field type from first non-empty value
Graphite data source
Variable metric names expand
Map Graphite queries to Loki
Jaeger data source
You can now use more parameters to find traces.
Authentication updates
JWT support

(tnn)

2021-06-23 20:03:50 UTC MAIN commitmail json YAML

doc: Updated devel/R-rematch to 1.0.1

(bacon)

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

devel/R-rematch: Release maintainership

Narrowing my focus to biology packages

(bacon)

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

doc: Updated devel/libctl to 3.2.2nb2

(bacon)

2021-06-23 20:02:13 UTC MAIN commitmail json YAML

devel/libctl: Release maintainership

Narrowing my focus to biology packages

(bacon)

2021-06-23 20:00:38 UTC MAIN commitmail json YAML

doc: Updated textproc/R-cellranger to 1.1.0

(bacon)

2021-06-23 20:00:32 UTC MAIN commitmail json YAML

textproc/R-cellranger: Release maintainership

Narrowing my focus to biology packages

(bacon)

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

doc: Updated textproc/R-data.table to 1.14.0

(bacon)

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

textproc/R-data.table: Release maintainership

Narrowing my focus to biology packages

(bacon)

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

doc: Updated textproc/man2html to 3.0.1nb4

(bacon)

2021-06-23 19:57:31 UTC MAIN commitmail json YAML

textproc/man2html: Release maintainership

Narrowing my focus to biology packages

(bacon)

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

mk: Switch default MySQL version to mariadb105.

(nia)

2021-06-23 19:54:10 UTC MAIN commitmail json YAML

doc: Updated math/udunits to 2.2.26

(bacon)

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

math/udunits: Release maintainership

Narrowing my focus to biology packages

(bacon)

2021-06-23 19:50:40 UTC MAIN commitmail json YAML

doc: Updated parallel/ganglia-monitor-core to 3.7.2nb16

(bacon)

2021-06-23 19:50:34 UTC MAIN commitmail json YAML

parallel/ganglia-monitor-core: Release maintainership

Narrowing my focus to biology packages

(bacon)

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

doc: Updated devel/swig2 to 2.0.12nb4

(bacon)

2021-06-23 19:48:55 UTC MAIN commitmail json YAML

devel/swig2: Release maintainership

Narrowing my focus to biology packages

(bacon)

2021-06-23 19:45:44 UTC MAIN commitmail json YAML

doc: Updated parallel/slurm-wlm to 19.05.5nb10

(bacon)

2021-06-23 19:45:36 UTC MAIN commitmail json YAML

parallel/slurm-wlm: Release maintainership

Narrowing my focus to biology packages

(bacon)

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

doc: Updated security/munge to 0.5.13nb6

(bacon)

2021-06-23 19:44:17 UTC MAIN commitmail json YAML

security/munge: Release maintainership

Narrowing my focus to biology packages

(bacon)

2021-06-23 19:41:41 UTC MAIN commitmail json YAML

Updated net/ndpi, net/ntopng, databases/hiredis, sysutils/ansible-base

(adam)

2021-06-23 19:40:57 UTC MAIN commitmail json YAML

ansible-base: updated to 2.10.11

v2.10.11
========

Security Fixes
--------------
- templating engine fix for not preserving usnafe status when trying to preserve newlines. CVE-2021-3583

Bugfixes
--------
- gather_facts, package, service - fix using module_defaults for the modules in addition to the action plugins. (https://github.com/ansible/ansible/issues/72918)
- psrp - Always cleanup the last run pipeline if a second pipeline is invoked to avoid violating any resource limits.
- psrp - Fix error when resetting a connection that was initialised but not connected - (https://github.com/ansible/ansible/issues/74092).
- psrp - Try to clean up any server-side resources when resetting a connection.

(adam)

2021-06-23 19:35:44 UTC MAIN commitmail json YAML

hiredis: updated to 1.0.0

Release of v1.0.0

Hiredis v1.0.0 marks the first stable release of Hiredis and introduces
RESP3 support, SSL connections, allocator injection, better Windows support,
and more.

IMPORTANT:  There are breaking changes in this release meaning your code
will need to be recompiled and may need small changes.  The exact
details of the breaking changes can be found in README.md.

CHANGELOG.md has a detailed list of changes between v0.14.1 and v1.0.0.

(adam)

2021-06-23 19:34:15 UTC MAIN commitmail json YAML

ntopng: updated to 4.2

4.2 Stable

Breakthroughs

Flexible Alert Handling
Added recipients and endpoints to send alerts to different recipients on different channels, including email, Discord, Slack and Elasticsearch
Initial SCADA protocol support
Many internal components of ntopng have been rewritten in order to improve the overall ntopng performance, reduce system load, and capable of processing more data while reducing memory usage with respect to 4.0.
Cybersecurity extensions have been greatly enhanced by leveraging on the latest nDPI enhancements that enabled the creation of several user scripts able to supervise many security aspects of modern systems.
Behavioral traffic analysis and lateral traffic movement detection for finding cybersecurity threats in traffic noise.
Initial Scada support with native IEC 60870-5-104 support. We acknowledge switch.ch for having supported this development.
Consolidation of Suricata and external alerts integration to further open ntopng to the integration of commercial security devices.
SNMP support has been enhanced in terms of speed, SNMPv3 protocol support, and variety of supported devices.
New REST API that enabled the integration of ntopng with third party applications such as CheckMK.

New features

Traffic Behavioral Analysis
Periodic Traffic
Lateral Movements
TLS with self-signed certificates, issuerDN, subjectDN
Support for Industrial IOT and Scada with modbus, DNP3 and IEC60870
Support for attack mitigation via SNMP
Active monitoring
Support for ICMP v4/v6, HTTP, HTTPS and Speedtest
Ability to generate alerts upon unreachable or slow hosts or services
Detection of unexpected servers
DHCP, NTP, SMTP, DNS
Services map
nIndex direct to maximixe flows dump performance
MacOS package

Improvements

Implements per-category indicator of compromise score
Flexible configuration import/export/reset
Ability to import/export/reset all the ntopng configurations or parts of it
Increased nIndex dump throughput by a factor 10
Increased user scripts execution throughput
Massive cleanup/simplifications of plugins to ease community contributions
Improved cardinality estimation (e.g., number of contacted hosts, number of contacted ports) using Hyper-Log-Log
Added DSCP information
Reworked handling of dissected virtual hosts to improve speed and reduce memory

nEdge

Support for hardware bypass

Fixes

Fixed race conditions in view interfaces
Fixed crash when restoring serialized hosts in memory
Fixed conditions causing high CPU load
Fixes CSRF vulnerabilities when POSTing JSON
Fixes heap-use-after-free on HTTP dissected last_url

(adam)

2021-06-23 19:31:49 UTC MAIN commitmail json YAML

ndpi: updated to 3.4

3.4 Stable

New Features

Completely reworked and extended QUIC dissector
Added flow risk concept to move nDPI towards result interpretation
Added ndpi_dpi2json() API call
Added DGA risk for names that look like a DGA
Added HyperLogLog cardinality estimator API calls
Added ndpi_bin_XXX API calls to handle bin handling
Fully fuzzy tested code that has greatly improved reliability and robustness

New Supported Protocols and Services

QUIC
SMBv1
WebSocket
TLS: added ESNI support
SOAP
DNScrypt

Improvements

Python CFFI bindings
Various TLS extensions and fixes including extendede metadata support
Added various pcap files for testing corner cases in protocols
Various improvements in JSON/Binary data serialization
CiscoVPN
H323
MDNS
MySQL 8
IEC 60870-5-104
DoH/DoT dissection improvements
Office365 renamed to Microsoft365
Major protocol dissection improvement in particular with unknwon traffic
Improvement in Telegram v6 protocol support
HTTP improvements to detect file download/upload and binary files
BitTorrent and WhatsApp dissection improvement
Spotify
Added detection of malformed packets
Fuzzy testing support has been greatly improved
SSH code cleanup

Fixes

Fixed various memory leaks and race conditions in protocol decoding
NATS, CAPWAP dissector
Removed HyperScan support that greatly simplified the code
ARM platform fixes on memory alignment
Wireshark extcap support
DPDK support
OpenWRT, OpenBSD support
MINGW compiler support

MISC

Created demo app for nDPI newcomers
Removed obsolete pplive and pando protocols

(adam)

2021-06-23 19:12:52 UTC MAIN commitmail json YAML

promscale: update to 0.4.1

0.4.1:
This is a bug fix release. This fixes a bug with Promscale on TimescaleDB 2.3.
It also adds some bug and security fixes. We deem this upgrade low priority:
you should only update if you are switching to TimescaleDB 2.3.

0.4.0:
At a high level, this release contains:
Stable version of new HA system (was previously experimental)
Support for multi-tenancy
Improved PostgreSQL permissions
Add text format ingest
Improvements to locking behavior
Stable version of new HA system

(tnn)

2021-06-23 19:11:01 UTC MAIN commitmail json YAML

postgresql-timescaledb: update to 2.3.0

This release adds support for inserting data into compressed chunks
and improves performance when inserting data into distributed hypertables.
Distributed hypertables now also support triggers and compression policies.

The bug fixes in this release address issues related to the handling
of privileges on compressed hypertables, locking, and triggers with
transition tables.

(tnn)

2021-06-23 19:08:10 UTC MAIN commitmail json YAML

macFUSE headers have been in /usr/local/include/fuse for a while. Add
that to BUILDLINK_PASSTHRU_DIRS.

(schmonz)

2021-06-23 19:05:29 UTC MAIN commitmail json YAML

doc: Updated devel/libffcall to 2.4

(wiz)

2021-06-23 19:05:20 UTC MAIN commitmail json YAML

libffcall: update to 2.4.

New in 2.4:

* Added support for the following platforms:
  (Previously, a build on these platforms failed.)
  - arm64: macOS 11.
  - arm: FreeBSD 12.
  - sparc: Solaris 11 32-bit.

New in 2.3:

* Added support for the following platforms:
  (Previously, a build on these platforms failed.)
  - x86_64: FreeBSD 13, OpenBSD 6.5 and newer.
  - powerpc64: AIX 7 with xlclang compiler.

* Fixed a couple of multithread-safety bugs in the trampoline and callback
  packages.

(wiz)

2021-06-23 18:51:09 UTC MAIN commitmail json YAML

doc: Updated security/cvm to 0.97nb3

(schmonz)

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

Probably make cvm-checkpassword actually work as an alternative
checkpassword. Bump PKGREVISION.

(schmonz)

2021-06-23 18:34:33 UTC MAIN commitmail json YAML

2021-06-23 18:30:24 UTC MAIN commitmail json YAML

2021-06-23 18:20:23 UTC MAIN commitmail json YAML

doc: Updated devel/py-approvaltests to 1.0.0

(schmonz)

2021-06-23 18:20:18 UTC MAIN commitmail json YAML

Update to 1.0.0. From the changelog:

## Verify(text) ensures a newline at end of files

### BREAKING CHANGE

Since most tools will ensure a newline at the end of a file, approval
test is now adding this to allow copying approval results in diff tools
to work correctly. Please note that this will break all you previous
approvals that do not end with a newline!

This will show by your diff tool opening with two files that look
identical, but one actually has a newline at the end.

### Upgrade Path

We suggest you use ReporterByCopyMoveCommandForEverythingToClipboard()
as your Default Reporter to re-approve all your files.

## Namer handles multiple nested methods in a unit test

Previously if you had nested methods in your unit test, the names would
incorrectly identify the help method rather than the test method. This
is now fixed.

(schmonz)

2021-06-23 18:18:48 UTC MAIN commitmail json YAML

doc: Updated textproc/py-feedparser to 6.0.8

(schmonz)

2021-06-23 18:18:42 UTC MAIN commitmail json YAML

Update to 6.0.8. From the changelog:

* Fix the name and link to the chardet module in the documentation. (#280)

(schmonz)

2021-06-23 18:10:35 UTC MAIN commitmail json YAML

doc: Updated math/arpack-ng to 3.8.0nb1

(thor)

2021-06-23 18:10:19 UTC MAIN commitmail json YAML

2021-06-23 17:49:37 UTC pkgsrc-2021Q2 commitmail json YAML

doc: Add CHANGES-pkgsrc-2021Q2

(gdt)

2021-06-23 17:37:51 UTC MAIN commitmail json YAML

mk/bsd.pkg.mk: freeze ended for pkgsrc-2021Q2 branch [gdt 2021-06-23]

The 2021Q2 freeze has ended.

(gdt)

2021-06-23 15:36:26 UTC MAIN commitmail json YAML

math/py-numba: fix typo in PLIST.Linux (hotfix, need to settle PLIST entry)

The omppool file is both in PLIST and PLIST.Linux. One needs to go. This hotfix
just removes the typo. Do we remove PLIST.Linux and assume every platform
of interest has working OpenMP? Add Darwin dep for parallel/openmp?

(thor)

2021-06-23 13:10:28 UTC MAIN commitmail json YAML

audio/abcde: Drop gogo from MESSAGE

From Michael-John Turner via email.

(gdt)

2021-06-23 08:34:39 UTC MAIN commitmail json YAML

libtorrent-rasterbar: needs atomic64

(nia)

2021-06-23 08:33:03 UTC MAIN commitmail json YAML

2021-06-23 08:20:20 UTC MAIN commitmail json YAML

nodejs: Set correct destination CPU on powerpc

(nia)

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

2021-06-22 17:43:09 UTC MAIN commitmail json YAML

doc: Updated textproc/py-feedparser to 6.0.7

(schmonz)

2021-06-22 17:43:03 UTC MAIN commitmail json YAML

Update to 6.0.7. From the changelog:

* Catch ``urllib.error.URLError`` to prevent crashes. (#239)

Updating during the freeze for the bugfix.

(schmonz)

2021-06-22 15:16:59 UTC MAIN commitmail json YAML

Check a little harder for stat64. Fixes the build on my M1 with
Big Sur 11.4.

(schmonz)

2021-06-22 15:09:00 UTC MAIN commitmail json YAML

colord: Avoid picking up docbook2man from the host system...

... since it is not(?) available in pkgsrc.

Closes NetBSD/pkgsrc#90

(nia)

2021-06-22 14:00:47 UTC MAIN commitmail json YAML

libquadmath: Do not install libraries to multi_os_directory

(nia)

2021-06-22 12:35:45 UTC MAIN commitmail json YAML

mplayer: remove pulse from default options now NetBSD 7 is unsupported
and it requires mozjs (and rust) which doesn't work on plaforms such as
arm

(nia)

2021-06-22 12:34:23 UTC MAIN commitmail json YAML

qt5-qtmultimedia: note why pulse is enabled

(nia)

2021-06-22 12:33:10 UTC MAIN commitmail json YAML

mplayer: correct spelling error

(nia)

2021-06-22 12:29:45 UTC MAIN commitmail json YAML

qt5-qtmultimedia: Only enable pulseaudio on platforms where mozjs works

(nia)

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

future proof version patterns

(nia)

2021-06-22 11:56:35 UTC MAIN commitmail json YAML

openjdk11: only enable hotspot VM on netbsd/aarch64 HEAD

(nia)

2021-06-22 11:51:30 UTC MAIN commitmail json YAML

Default to OpenJDK 8 on NetBSD 9.x aarch64 due to OpenJDK 11 being broken

(nia)

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

doc: Updated security/tor-browser to 10.0.18

(wiz)

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

tor-browser: update to 10.0.18.

This version updates Tor to 0.4.5.9, including important security
fixes.

Warning:

Tor Browser will stop supporting version 2 onion services later
this year. Please see the previously published deprecation timeline.
Migrate your services and update your bookmarks to version 3 onion
services as soon as possible.

(wiz)

2021-06-22 10:12:37 UTC MAIN commitmail json YAML

mysql80: Fix build on NetBSD 9.x

- Disable kqueue when EVFILT_USER is detected as missing by CMake.
- Use Linux procfs when F_GETPATH is missing.
- Define ppoll to pollts.

(nia)

2021-06-22 09:36:41 UTC MAIN commitmail json YAML

2021-06-22 08:29:55 UTC MAIN commitmail json YAML

slim: bump for previous default options change

(nia)

2021-06-22 08:29:37 UTC MAIN commitmail json YAML

slim: disable ConsoleKit support by default

it works just fine without it, and consolekit introduces a mozjs
dependency that breaks the package on e.g. arm

(nia)

2021-06-22 04:10:41 UTC MAIN commitmail json YAML

Updated emulators/qemu to 6.0.0nb2.

(thorpej)

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

Uptream patch (that's in the pipeline) to address an issue in
qemu-system-alpha where FEN traps were never generated.  Fixes
a whole slew of FP-related problems on NetBSD/alpha running in
Qemu (including a broken jot(1)).

Bump package version to qemu-6.0.0nb2.

(thorpej)

2021-06-21 20:41:30 UTC MAIN commitmail json YAML

libquadmath: disable multilib support

(nia)

2021-06-21 17:22:18 UTC MAIN commitmail json YAML

Remove all MySQL mirrors that 404 or fail to respond

(nia)

2021-06-21 17:15:15 UTC MAIN commitmail json YAML

Remove broken MySQL mirror

(nia)

2021-06-21 17:14:22 UTC MAIN commitmail json YAML

Remove extremely slow MySQL mirror

(nia)

2021-06-21 15:35:19 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2-pigeonhole to 0.5.15

(taca)

2021-06-21 15:34:59 UTC MAIN commitmail json YAML

mail/dovecot2-pigeonhole: update to 0.5.15

Security release.

v0.5.15 2021-06-21  Aki Tuomi <aki.tuomi@open-xchange.com>

* CVE-2020-28200: Sieve interpreter is not protected against abusive
  scripts that claim excessive resource usage. Fixed by limiting the
  user CPU time per single script execution and cumulatively over
  several script runs within a configurable timeout period. Sufficiently
  large CPU time usage is summed in the Sieve script binary and execution
  is blocked when the sum exceeds the limit within that time. The block
  is lifted when the script is updated after the resource usage times out.
* Disconnection log messages are now more standardized across services.
  They also always now start with "Disconnected" prefix.
- managesieve: Commands pipelined together with and just after the
  authenticate command cause these commands to be executed twice.

(taca)

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

doc: note update of dovecot2 packages to 2.3.15

mail/dovecot2
mail/dovecot2-gssapi
mail/dovecot2-ldap
mail/dovecot2-mysql
mail/dovecot2-pgsql
mail/dovecot2-sqlite
VS: ----------------------------------------------------------------------

(taca)

2021-06-21 15:32:33 UTC MAIN commitmail json YAML

mail/dovecot: update to 2.3.15

Security release.

v2.3.15 2021-06-21  Aki Tuomi <aki.tuomi@open-xchange.com>

* CVE-2021-29157: Dovecot does not correctly escape kid and azp fields in
  JWT tokens. This may be used to supply attacker controlled keys to
  validate tokens, if attacker has local access.
* CVE-2021-33515: On-path attacker could have injected plaintext commands
  before STARTTLS negotiation that would be executed after STARTTLS
  finished with the client.
* Disconnection log messages are now more standardized across services.
  They also always now start with "Disconnected" prefix.
* Dovecot now depends on libsystemd for systemd integration.
* Removed support for Lua 5.2. Use version 5.1 or 5.3 instead.
* config: Some settings are now marked as "hidden". It's discouraged to
  change these settings. They will no longer be visible in doveconf
  output, except if they have been changed or if doveconf -s parameter
  is used. See https://doc.dovecot.org/settings/advanced/ for details.
* imap-compress: Compression level is now algorithm specific.
  See https://doc.dovecot.org/settings/plugin/compress-plugin/
* indexer-worker: Convert "Indexed" info logs to an event named
  "indexer_worker_indexing_finished". See
  https://doc.dovecot.org/admin_manual/list_of_events/#indexer-worker-indexing-finished
+ Add TSLv1.3 support to min_protocols.
+ Allow configuring ssl_cipher_suites. (for TLSv1.3+)
+ acl: Add acl_ignore_namespace setting which allows to entirely ignore
  ACLs for the listed namespaces.
+ imap: Support official RFC8970 preview/snippet syntax. Old methods of
  retrieving preview information via IMAP commands ("SNIPPET and PREVIEW
  with explicit algorithm selection") have been deprecated.
+ imapc: Support INDEXPVT for imapc storage to enable private
  message flags for cluster wide shared mailboxes.
+ lib-storage: Add new events: mail_opened, mail_expunge_requested,
  mail_expunged, mail_cache_lookup_finished. See
  https://doc.dovecot.org/admin_manual/list_of_events/#mail
+ zlib, imap-compression, fs-compress: Support compression levels that
  the algorithm supports. Before, we would allow hardcoded value between
  1 to 9 and would default to 6. Now we allow using per-algorithm value
  range and default to whatever default the algorithm specifies.
- *-login: Commands pipelined together with and just after the authenticate
  command cause these commands to be executed twice. This applies to all
  protocols that involve user login, which currently comprises of imap,
  pop3, submisision and managesieve.
- *-login: Processes are supposed to disconnect the oldest non-logged in
  connection when process_limit was reached. This didn't actually happen
  with the default "high-security mode" (with service_count=1) where each
  connection is handled by a separate process.
- *-login: When login process reaches client/process limits, oldest
  client connections are disconnected. If one of these was still doing
  anvil lookup, this caused a crash. This could happen only if the login
  process limits were very low or if the server was overloaded.
- Fixed building with link time optimizations (-flto).
- auth: Userdb iteration with passwd driver does not always return all
  users with some nss drivers.
- dsync: Shared INBOX not synced when "mail_shared_explicit_inbox" was
  disabled. If a user has a shared mailbox which is another user's INBOX,
  dsync didn't include the mailbox in syncing unless explicit naming is
  enabled with "mail_shared_explicit_inbox" set to "yes".
- dsync: Shared namespaces were not synced with "-n" flag.
- dsync: Syncing shared INBOX failed if mail_attribute_dict was not set.
  If a user has a shared mailbox that is another user's INBOX, dsync
  failed to export the mailbox if mail attributes are disabled.
- fts-solr, fts-tika: Using both Solr FTS and Tika may have caused HTTP
  requests to assert-crash: Panic: file http-client-request.c: line 1232
  (http_client_request_send_more): assertion failed: (req->payload_input != NULL)
- fts-tika: 5xx errors returned by Tika server as indexing failures.
  However, Tika can return 5xx for some attachments every time.
  So the 5xx error should be retried once, but treated as success if it
  happens on the retry as well. v2.3 regression.
- fts-tika: v2.3.11 regression: Indexing messages with fts-tika may have
  resulted in Panic: file message-parser.c: line 802 (message_parser_deinit_from_parts):
  assertion failed: (ctx->nested_parts_count == 0 || i_stream_have_bytes_left(ctx->input))
- imap: SETMETADATA could not be used to unset metadata values.
  Instead NIL was handled as a "NIL" string. v2.3.14 regression.
- imap: IMAP BINARY FETCH crashes at least on empty base64 body:
  Panic: file index-mail-binary.c: line 358 (blocks_count_lines):
  assertion failed: (block_count == 0 || block_idx+1 == block_count)
- imap: If IMAP client using the NOTIFY command was disconnected while
  sending FETCH notifications to the client, imap could crash with
  Panic: Trying to close mailbox INBOX with open transactions.
- imap: Using IMAP COMPRESS extension can cause IMAP connection to hang
  when IMAP commands are >8 kB long.
- imapc: If remote server sent BYE but didn't immediately disconnect, it
  could cause infinite busy-loop.
- lib-index: Corrupted cache record size in dovecot.index.cache file
  could have caused a crash (segfault) when accessing it.
- lib-oauth2: JWT token time validation now works correctly with
  32-bit systems.
- lib-ssl-iostream: Checking hostnames against an SSL certificate was
  case-sensitive.
- lib-storage: Corrupted mime.parts in dovecot.index.cache may have
  resulted in Panic: file imap-bodystructure.c: line 206 (part_write_body):
  assertion failed: (text == ((part->flags & MESSAGE_PART_FLAG_TEXT) != 0))
- lib-storage: Index rebuilding (e.g. via doveadm force-resync) didn't
  preserve the "hdr-pop3-uidl" header. Because of this, the next pop3
  session could have accessed all of the emails' metadata to read their
  POP3 UIDL (opening dbox files).
- listescape: When using the listescape plugin and a shared namespace
  the plugin didn't work properly anymore resulting in errors like:
  "Invalid mailbox name: Name must not have '/' character."
- lmtp: Connection crashes if connection gets disconnected due to
  multiple bad commands and the last bad command is BDAT.
- lmtp: The Dovecot-specific LMTP parameter XRCPTFORWARD was blindly
  forwarded by LMTP proxy without checking that the backend has support.
  This caused a command parameter error from the backend if it was
  running an older Dovecot release. This could only occur in more complex
  setups where the message was proxied twice; when the proxy generated
  the XRCPTFORWARD parameter itself the problem did not occur, so this
  only happened when it was forwarded.
- lmtp: The LMTP proxy crashes with a panic when the remote server
  replies with an error while the mail is still being forwarded through
  a DATA/BDAT command.
- lmtp: Username may have been missing from lmtp log line prefixes when
  it was performing autoexpunging.
- master: Dovecot would incorrectly fail with haproxy 2.0.14 service
  checks.
- master: Systemd service: Dovecot announces readiness for accepting
  connections earlier than it should. The following environment variables
  are now imported automatically and can be omitted from
  import_environment setting: NOTIFY_SOCKET LISTEN_FDS LISTEN_PID.
- master: service { process_min_avail } was launching processes too
  slowly when master was forking a lot of processes.
- util: Make the health-check.sh example script POSIX shell compatible.

(taca)

2021-06-21 15:07:06 UTC MAIN commitmail json YAML

2021-06-21 14:21:28 UTC MAIN commitmail json YAML

PR 56265: add an explicit template instantiation for the "external" variant
used in a different compilation unit, so this builds with newer gcc
versions.

(martin)

2021-06-21 14:05:12 UTC MAIN commitmail json YAML

u-boot-pine-h64: needs py-setuptools

(nia)

2021-06-21 14:02:47 UTC MAIN commitmail json YAML

2021-06-21 13:59:56 UTC MAIN commitmail json YAML

py-daemon: needs py-docutils

(nia)

2021-06-21 13:54:21 UTC MAIN commitmail json YAML

doc: Updated www/hackernews-tui to 0.7.1

(pin)

2021-06-21 13:54:03 UTC MAIN commitmail json YAML

www/hackernews-tui: update to 0.7.1

Brief description of changes:
-add comment_collapsing feature (default binds to tab) to toggle collapsing of
a comment
-disable rendering non-ascii characters by default to avoid some weird behaviors
on terminal. To enable rendering all unicode characters, set allow_unicode
option to true.

(pin)

2021-06-21 12:44:39 UTC MAIN commitmail json YAML

qt5: Add BUILDLINK_FILES workarounds for cmake

Fixes configuring in print/scribus-qt5.

(nia)

2021-06-21 11:23:01 UTC MAIN commitmail json YAML

akonadi: more buildlinked files. Should get kdepimlibs4 building again.

(markd)

2021-06-21 10:49:20 UTC MAIN commitmail json YAML

2021-06-21 10:23:48 UTC MAIN commitmail json YAML

2021-06-21 10:09:10 UTC MAIN commitmail json YAML

clang: add BUILDLINK_FILES to work around cmake changes

(nia)

2021-06-21 10:08:39 UTC MAIN commitmail json YAML

py-pyvo: mark BROKEN due to unimported dependency

(nia)

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

doc: Updated net/yaydl to 0.6.6

(pin)

2021-06-21 07:11:55 UTC MAIN commitmail json YAML

net/yaydl: update to 0.6.6

0.6.6 - Changed the YouTube API client to capture more videos.
0.6.5 - Videos which are UNPLAYABLE won't just fail anymore.
0.6.4 - the YouTube handler uses the new(ish) youtube API now.
0.6.3 - YouTube has changed the get_video_info URL. Should fix #3.
0.6.2 - not taged upstream.

(pin)

2021-06-20 21:48:00 UTC MAIN commitmail json YAML

megaglest: remove bogus USE_LANGUAGES/EXTRACT_USING

(nia)

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

2021-06-20 08:51:19 UTC MAIN commitmail json YAML

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

doc/TODO: add some

+ ImageMagick-7.1.0.0, gdbm-1.20, libffcall-2.4, maim-5.7.4,
  pandoc-2.14.0.2, pcre-8.45, tor-0.4.6.5.

(wiz)

2021-06-20 06:38:55 UTC MAIN commitmail json YAML

Allow for tiff 4.3 as requested by Mustafa Dogan.  Skipping
PKG_REVISION bumped as it simply would have not built in the
prescence for tiff 4.3, so there is no functional change for versions
that did build.

(jnemeth)

2021-06-19 15:51:49 UTC MAIN commitmail json YAML

(databases/p5-sqlrelay) adhoc fix for -lperl not found, but PLIST NG

(mef)

2021-06-19 13:38:23 UTC MAIN commitmail json YAML

(math/xyconvert) +USE_LANGUAGES+= c++

The problem was:

~/usr/include/g++/bits/c++0x_warning.h:32:2: error: #error
This file requires compiler and library support for the ISO C++ 2011 standard.
This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support \
  ^~~~~

(mef)

2021-06-19 13:18:31 UTC MAIN commitmail json YAML

doc: Updated net/bind916 to 9.16.18

(otis)

2021-06-19 13:18:21 UTC MAIN commitmail json YAML

net/bind916: Update to 9.6.18

This is a bugfix release.

- Fixed a bug that caused the NSEC salt to be changed for KASP zones on every
  startup.

- Signed, insecure delegation responses prepared by named either lacked the
  necessary NSEC records or contained duplicate NSEC records when both wildcard
  expansion and CNAME chaining were required to prepare the response. This has
  been fixed.

- Queries where the wildcard match contained the letter W failed to return the
  correct response as the W was mapped to \000.

- Checking of key-directory and dnssec-policy was broken. The checks failed to
  account for key-directory inheritance.

Full release notes:
https://bind9.readthedocs.io/en/v9_16/notes.html#notes-for-bind-9-16-18

(otis)

2021-06-19 12:08:58 UTC MAIN commitmail json YAML

haproxy: needs -latomic on aarch64, for __atomic_compare_exchange_16

Dependency added directly to the package in lieu of a mk/atomic128.mk,
due to freeze.

(tnn)

2021-06-19 12:02:38 UTC MAIN commitmail json YAML

doc/TODO: + libzip-1.8.0.

(wiz)

2021-06-19 11:17:53 UTC MAIN commitmail json YAML

2021-06-19 07:48:06 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-terminal-table to 2.0.0nb1

(taca)

2021-06-19 07:47:33 UTC MAIN commitmail json YAML

textproc/ruby-terminal-table: relax dependency

Relax dependency to ruby-unicode-display_width and it fixes runtime problem
of www/ruby-jekyll.  (Noted by wiz@ via private e-mail.)

Bump PKGREVISION.

(taca)

2021-06-19 07:23:31 UTC MAIN commitmail json YAML

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

2021-06-19 00:44:35 UTC MAIN commitmail json YAML

kjs: more files needed in buildlink. Gets khtml building again.

(markd)

2021-06-19 00:30:13 UTC MAIN commitmail json YAML

kio: more files needed in buildlink. Gets kinit building again.

(markd)

2021-06-18 19:40:33 UTC MAIN commitmail json YAML

llvm: explicitly list all bin/* files instead of a wildcard

(wiz)

2021-06-18 19:35:13 UTC MAIN commitmail json YAML

seamonkey: use autoconf-2.13 explicitly

(nia)

2021-06-18 19:23:11 UTC MAIN commitmail json YAML

thunderbird52: explicitly use autoconf-2.13

(nia)

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

thunderbird68: use autoconf-2.13 explicitly

(nia)

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

thunderbird: explicitly use autoconf-2.13

(nia)

2021-06-18 18:41:27 UTC MAIN commitmail json YAML

firefox68: explicitly use autoconf-2.13

(nia)

2021-06-18 18:29:57 UTC MAIN commitmail json YAML

firefox52: explicitly use autoconf-2.13

(nia)

2021-06-18 18:22:41 UTC MAIN commitmail json YAML

firefox78: explicitly use autoconf-2.13

(nia)

2021-06-18 18:08:05 UTC MAIN commitmail json YAML

firefox: Explicitly use autoconf-2.13

Candidate fix for PR pkg/56261

(nia)

2021-06-18 13:47:58 UTC MAIN commitmail json YAML

warzone2100: use a2x instead of asciidoctor for now

this is easier than dealing with prefixed ruby commands

(nia)

2021-06-18 13:31:32 UTC MAIN commitmail json YAML

firefox68: Fix NetBSD version pattern in mozilla-common

(nia)

2021-06-18 13:30:32 UTC MAIN commitmail json YAML

2021-06-18 12:34:22 UTC MAIN commitmail json YAML

violetland: remove bogus USE_LANGUAGES=c++03, fix build

(nia)

2021-06-18 12:26:26 UTC MAIN commitmail json YAML

openscad: Needs itstool

(nia)

2021-06-18 12:17:34 UTC MAIN commitmail json YAML

bootstrap-mk: Remove GCC/Clang-specific warning flags

These are leftover from the NetBSD base system where having lots
of specific warning flags makes sense because the system is compiled
with -Werror, but here they just cause portability problems.

Reported as breaking the bootstrap on HP-UX by Lehel Bernadt on
pkgsrc-users@.

(nia)

2021-06-18 12:15:22 UTC MAIN commitmail json YAML

py-h5py: Fix numpy requirement in setup.py for pkgsrc-friendliness

(nia)

2021-06-18 12:04:16 UTC MAIN commitmail json YAML

doc: Updated textproc/py-feedparser to 6.0.6

(schmonz)

2021-06-18 12:04:10 UTC MAIN commitmail json YAML

Update to 6.0.6. From the changelog:

* Prevent an AttributeError that occurs when a server returns HTTP 3xx
  but doesn't include a Location header as well. (#267)
* Prevent a TypeError crash that may occur when including a username and
  password in the feed URL. (#276)
* Prevent a UnicodeDecodeError crash that may occur when the title
  element's type attribute exists but is empty. (#277)
* Prevent a UnicodeEncodeError crash that may occur if the URL contains
  Unicode characters in the path. (#273)
* Fix an issue with the HTTP request status on Python >= 3.9.

Updating during the freeze for the bugfixes.

(schmonz)

2021-06-18 10:44:29 UTC MAIN commitmail json YAML

macchina: fix build on aarch64

The rust toolchain emits unusable R_AARCH64_ADR_PREL_PG_HI21 relocations
with rust's default -pie setting, so BUILDLINK_TRANSFORM it to -fPIC.

(tnn)

2021-06-18 10:07:01 UTC MAIN commitmail json YAML

x11/kitty: adjust PLIST

(pin)

2021-06-18 09:50:57 UTC MAIN commitmail json YAML

doc/TODO: + nss-3.67, rust-1.53.

(wiz)

2021-06-18 08:39:58 UTC MAIN commitmail json YAML

doc: Updated x11/kitty to 0.21.1

(pin)

2021-06-18 08:39:32 UTC MAIN commitmail json YAML

x11/kitty: update to 0.21.1

0.21.1 [2021-06-14]
-macOS: Fix a regression in the previous release that broke rendering of
strikeout (#3717)
-macOS: Fix a crash when rendering ligatures larger than 128 characters (#3724)
-Fix a regression in the previous release that could cause a crash when changing
layouts and mousing (#3713)

0.21.0 [2021-06-12]
-Allow reloading the kitty.conf config file by pressing ctrl+shift+f5. (#1292)
-Allow clicking URLs to open them without needing to also hold ctrl+shift
-Allow remapping all mouse button press/release events to perform arbitrary
actions. See details.
-Support infinite length ligatures (#3504)
-Backward incompatibility: The options to control which modifiers keys to press
for various mouse actions have been removed, if you used these options, you will
need to replace them with configuration using the new mouse actions framework as
they will be ignored. The options were: terminal_select_modifiers,
rectangle_select_modifiers and open_url_modifiers.
-Add a configurable mouse action (ctrl+alt+triplepress to select from the
clicked point to the end of the line. (#3585)
-Add the ability to un-scroll the screen to the kitty @ scroll-window remote
control command (#3604)
-A new option, tab_bar_margin_height to add margins around the top and bottom
edges of the tab bar (#3247)
-Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling
when the NumLock or CapsLock modifiers were engaged. (#3587)
-Fix a regression in 0.20.0 that sent incorrect bytes for the F1-F4 keys in rmkx
mode (#3586)
-macOS: When the Apple Color Emoji font lacks an emoji glyph search for it in
other installed fonts (#3591)
-macOS: Fix rendering getting stuck on some machines after sleep/screensaver
(#2016)
-macOS: Add a new Shell menu to the global menubar with some commonly used
actions (#3653)
-macOS: Fix the baseline for text not matching other CoreText based applications
for some fonts (#2022)
-Add a few more special commandline arguments for the launch command. Now all
KITTY_PIPE_DATA is also available via command line argument substitution (#3593)
-Fix dynamically changing the background color in a window causing rendering
artifacts in the tab bar (#3595)
-Fix passing STDIN to launched background processes causing them to not inherit
environment variables (#3603)
-Fix deleting windows that are not the last window via remote control leaving no
window focused (#3619)
-Add an option kitty @ get-text --add-cursor to also get the current cursor
position and state as ANSI escape codes (#3625)
-Add an option kitty @ get-text --add-wrap-markers to add line wrap markers to
the output (#3633)
-Improve rendering of curly underlines on HiDPI screens (#3637)
-ssh kitten: Mimic behavior of ssh command line client more closely by executing
any command specified on the command line via the users' shell just as ssh does
(#3638)
-Fix trailing parentheses in URLs not being detected (#3688)
-Tab bar: Use a lower contrast color for tab separators (#3666)
-Fix a regression that caused using the title command in session files to stop
working (#3676)
-macOS: Fix a rare crash on exit (#3686)
-Fix ligatures not working with the Iosevka font (requires Iosevka >= 7.0.4)
(#297)
-Remote control: Allow matching tabs by index number in currently active OS
Window (#3708)
-ssh kitten: Fix non-standard properties in terminfo such as the ones used for
true color not being copied (#312)

(pin)

2021-06-18 07:40:27 UTC MAIN commitmail json YAML

gtk3: remove unnecessary patch, fix PLIST for Darwin with Quartz

(adam)

2021-06-18 02:21:32 UTC MAIN commitmail json YAML

x11/qt5-qtbase: build fix for older gcc -march=native

See https://bugreports.qt.io/browse/QTBUG-71564 . This replaces -march=core-avx2
with -mavx2 for the respective bits of the code, to avoid interaction
with global -march=naitive in not freshest GCC. Otherwise, the build would
fail in that setup.

(thor)

2021-06-17 20:27:59 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.6.0

(pin)

2021-06-17 20:27:38 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.6.0

-{root} argument (current tree root) can be used in verb patterns - Fix #395
-working_dir verb attribute - Fix #396
-client-server mode fixed, no longer feature-gated (but still only available on
unix like systems)
-broot tries to keep same selection on option changes
-:tree_up and :tree_down internals, mapped to ctrl-up and ctrl-down - Fix #399
-better handling of auto color mode: two separate behaviors: for app running
and for export when leaving - Fix #397
-remove the deprecated --no-style launch argument (use --color no instead)
-deprecate the --out argument (redirecting the output is the recommanded
solution)
-fix a few minor bugs

(pin)

2021-06-17 20:26:56 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.14.2

(pin)

2021-06-17 20:26:31 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.14.2

Changes & fixes:
-Added messages: PrintPwdAndQuit, PrintFocusPathAndQuit, PrintSelectionAndQuit.
-Mapped :q to a new built-in mode quit containing different options to quit.
-Fixed handling of relative paths.
-FocusNext will start from the first node after the last node.
-FocusPrevious will start from the last node after the first node.

(pin)

2021-06-17 14:31:13 UTC MAIN commitmail json YAML

(devel/opengrok) Adhoc build fix by http -> https conversion

(mef)

2021-06-17 12:14:56 UTC MAIN commitmail json YAML

doc: Updated net/bind911 to 9.11.33

(otis)

2021-06-17 12:14:45 UTC MAIN commitmail json YAML

2021-06-17 11:01:19 UTC MAIN commitmail json YAML

2021-06-17 10:01:57 UTC MAIN commitmail json YAML

grantlee: more files needed in buildlink. This gets kdelibs4 building again

(markd)

2021-06-17 09:12:11 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 21.2.0

(rillig)

2021-06-17 09:11:55 UTC MAIN commitmail json YAML

pkglint: bump version to match the upcoming quarterly release

No changes since 21.1.4.

(rillig)

2021-06-17 09:04:57 UTC MAIN commitmail json YAML

doc: Updated net/bind916 to 9.16.17

(otis)

2021-06-17 09:04:45 UTC MAIN commitmail json YAML

net/bind916: Update to 9.16.17

Feature Changes:
- After the network manager was introduced to named to handle incoming traffic,
  it was discovered that recursive performance had degraded compared to
  previous BIND 9 versions. This has now been fixed by processing internal
  tasks inside network manager worker threads, preventing resource contention
  among two sets of threads.

- Zone dumping tasks are now run on separate asynchronous thread pools. This
  change prevents zone dumping from blocking network I/O.

- inline-signing was incorrectly described as being inherited from the
  options/view levels and was incorrectly accepted at those levels without
  effect. This has been fixed; named.conf files with inline-signing at those
  levels no longer load.

Full changelog:
https://bind9.readthedocs.io/en/v9_16/notes.html#notes-for-bind-9-16-17

(otis)

2021-06-17 08:59:10 UTC MAIN commitmail json YAML

rrdtool: fix building on Darwin

(adam)

2021-06-16 23:09:32 UTC MAIN commitmail json YAML

CHANGES for devel/cdecl.

(dholland)

2021-06-16 23:08:42 UTC MAIN commitmail json YAML

Add my patch for PR 51100 (from 2016) to devel/cdecl.

This fixes a shift-reduce conflict in the parser that causes e.g.
"static const int" to be rejected as a syntax error.

This patch should have been handled by upstream, but there doesn't seem
to be an upstream.

(dholland)

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

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

doc: Updated sysutils/auto-admin to 0.7.5

(bacon)

2021-06-16 21:15:55 UTC MAIN commitmail json YAML

sysutils/auto-admin: Update to 0.7.5

Fixes to auto-pkgsrc-setup and auto-update-pkgsrc
Other minor enhancements and fixes

Upstream change log: https://github.com/outpaddling/auto-admin/releases

(bacon)

2021-06-16 20:51:26 UTC MAIN commitmail json YAML

devel/fossil: Fix distfile

Upstream decided to delete the distfile and let people download the
on-demand-created tarball instead. At least that seems to be generated
deterministically.

(js)

2021-06-16 20:46:56 UTC MAIN commitmail json YAML

kauth: more files needed in buildlink. These get k3b building again.

(markd)