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

2024-05-12 15:18:48 UTC Now

2021-06-26 13:51:55 UTC MAIN commitmail json YAML

doc: Updated x11/x3270 to 4.0ga14

(rhialto)

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

x11/x3270: update to 4.0ga14.

Known issues

    * When running on Cygwin, child scripts (the Script() action, Execute() action and Prompt() action) fail with a bind error.

Improvements

    None.

Bug fixes

    The last screenful of NVT mode text is no longer lost when scrolling backwards.
    The programs ar and ranlib are resolved dynamically now when building.
    Numeric fields no longer ignore non-numeric characters and commas, when the NumericLock resource is false. When it is true, commas are considered valid numeric characters.
    Proxy connections did not initialize TELNET state properly (courtesy of Andreas Krebbel).

(rhialto)

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

switch $echo statements to printf "%s\n".
dash considers \1 to be octal escape.

for PR pkg/56248, from Michael Forney's suggestion.
$echo seems to be used for performance here (was previously cat) and not
for compatibility with some esoteric system.

I misunderstood things, and failed to test the last bootstrap diff, breaking
bootstrap on Ubuntu for a while.

(maya)

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

Updated databases/sqlite3, databases/sqlite3-docs, databases/sqlite3-tcl, devel/lemon

(adam)

2021-06-25 21:21:31 UTC MAIN commitmail json YAML

sqlite3: updated to 3.36.0

SQLite Release 3.36.0 On 2021-06-18

Improvement to the EXPLAIN QUERY PLAN output to make it easier to understand.
Byte-order marks at the start of a token are skipped as if they were whitespace.
An error is raised on any attempt to access the rowid of a VIEW or subquery. Formerly, the rowid of a VIEW would be indeterminate and often would be NULL. The -DSQLITE_ALLOW_ROWID_IN_VIEW compile-time option is available to restore the legacy behavior for applications that need it.
The sqlite3_deserialize() and sqlite3_serialize() interfaces are now enabled by default. The -DSQLITE_ENABLE_DESERIALIZE compile-time option is no longer required. Instead, there is is a new -DSQLITE_OMIT_DESERIALIZE compile-time option to omit those interfaces.
The "memdb" VFS now allows the same in-memory database to be shared among multiple database connections in the same process as long as the database name begins with "/".
Back out the EXISTS-to-IN optimization (item 8b in the SQLite 3.35.0 change log) as it was found to slow down queries more often than speed them up.
Improve the constant-propagation optimization so that it works on non-join queries.
The REGEXP extension is now included in CLI builds.

(adam)

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

Updated security/py-oauthlib, lang/py-mypy

(adam)

2021-06-25 21:08:04 UTC MAIN commitmail json YAML

py-mypy: updated to 0.910

Mypy 0.910 released

22 Jun 2021: Mypy 0.910 was released. This release includes the --non-interactive command-line option to install stubs without user interaction, plus other fixes and improvements. Python 3.5 is now deprecated. Read the blog post for the details.

Mypy 0.901 released

8 Jun 2021: Mypy 0.901 was released. This release moves third-party library stubs to stub packages, allowing newer stubs to be easily used without updating mypy. Mypy now supports pyproject.toml and type guards, and ships wheels for Apple Silicon. Plus, there are many other features and bug fixes. Read the blog post for the details.

(adam)

2021-06-25 21:00:13 UTC MAIN commitmail json YAML

py-oauthlib: updated to 3.1.1

3.1.1 (2021-05-31)
------------------
OAuth2.0 Provider - Bugfixes

  * Fix acceptance of valid IPv6 addresses in URI validation

OAuth2.0 Client - Bugfixes

  * Base OAuth2 Client now has a consistent way of managing the `scope`: it consistently
    relies on the `scope` provided in the constructor if any, except if overridden temporarily
    in a method call. Note that in particular providing a non-None `scope` in
    `prepare_authorization_request` or `prepare_refresh_token` does not override anymore
    `self.scope` forever, it is just used temporarily.
  * MobileApplicationClient.prepare_request_uri and MobileApplicationClient.parse_request_uri_response,
    ServiceApplicationClient.prepare_request_body,
    and WebApplicationClient.prepare_request_uri now correctly use the default `scope` provided in
    constructor.
  * LegacyApplicationClient.prepare_request_body now correctly uses the default `scope` provided in constructor

OAuth2.0 Provider - Bugfixes
  * client_credentials grant: fix log message
  * OpenID Connect Hybrid - fix nonce not passed to add_id_token
  * Different prompt values are now handled according to spec (e.g. prompt=none)
  * OpenID Connect - fix Authorization: Basic parsing

General
  * improved skeleton validator for public vs private client
  * replace mock library with standard unittest.mock
  * build isort integration
  * python2 code removal
  * add python3.8 support
  * bump minimum versions of pyjwt and cryptography

(adam)

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

freeradius: add config.mk

(adam)

2021-06-25 16:05:32 UTC MAIN commitmail json YAML

doc: adjust changes entry for timescaledb-tune

(tnn)

2021-06-25 16:01:46 UTC MAIN commitmail json YAML

timescaledb-tune: change git suffix in PKGVERSION to date of commit

(tnn)

2021-06-25 15:26:26 UTC MAIN commitmail json YAML

doc: Updated databases/prometheus to 2.28.0

(tnn)

2021-06-25 15:25:48 UTC MAIN commitmail json YAML

prometheus: update to 2.28.0

While here try to make updates less painful for pkgsrc developers
by automating some of the manual steps.

2.28.0 / 2021-06-21
  [CHANGE] UI: Make the new experimental PromQL editor the default.
  [FEATURE] Linode SD: Add Linode service discovery.
  [FEATURE] HTTP SD: Add generic HTTP-based service discovery.
  [FEATURE] Kubernetes SD: Allow configuring API Server access via a kubeconfig file.
  [FEATURE] UI: Add exemplar display support to the graphing interface.
  [FEATURE] Consul SD: Add namespace support for Consul Enterprise.
  [ENHANCEMENT] Promtool: Allow silencing output when importing / backfilling data.
  [ENHANCEMENT] Consul SD: Support reading tokens from file.
  [ENHANCEMENT] Rules: Add a new .ExternalURL alert field templating variable, containing the external URL of the Prometheus server.
  [ENHANCEMENT] Scrape: Add experimental body_size_limit scrape configuration setting to limit the allowed response body size for target scrapes.
  [ENHANCEMENT] Kubernetes SD: Add ingress class name label for ingress discovery.
  [ENHANCEMENT] UI: Show a startup screen with progress bar when the TSDB is not ready yet.
  [ENHANCEMENT] SD: Add a target creation failure counter prometheus_target_sync_failed_total and improve target creation failure handling.
  [ENHANCEMENT] TSDB: Improve validation of exemplar label set length.
  [ENHANCEMENT] TSDB: Add a prometheus_tsdb_clean_start metric that indicates whether a TSDB lockfile from a previous run still existed upon startup.
  [BUGFIX] UI: In the experimental PromQL editor, fix autocompletion and parsing for special float values and improve series metadata fetching.
  [BUGFIX] TSDB: When merging chunks, split resulting chunks if they would contain more than the maximum of 120 samples.
[BUGFIX] SD: Fix the computation of the prometheus_sd_discovered_targets metric when using multiple service discoveries

2.27.0 / 2021-05-12
  [FEATURE] Promtool: Retroactive rule evaluation functionality.
  [FEATURE] Configuration: Environment variable expansion for external labels. Behind --enable-feature=expand-external-labels flag.
  [FEATURE] TSDB: Add a flag(--storage.tsdb.max-block-chunk-segment-size) to control the max chunks file size of the blocks for small Prometheus instances.
  [FEATURE] UI: Add a dark theme.
  [FEATURE] AWS Lightsail Discovery: Add AWS Lightsail Discovery.
  [FEATURE] Docker Discovery: Add Docker Service Discovery.
  [FEATURE] OAuth: Allow OAuth 2.0 to be used anywhere an HTTP client is used.
  [FEATURE] Remote Write: Send exemplars via remote write. Experimental and disabled by default.
  [ENHANCEMENT] Digital Ocean Discovery: Add __meta_digitalocean_vpc label.
  [ENHANCEMENT] Scaleway Discovery: Read Scaleway secret from a file.
  [ENHANCEMENT] Scrape: Add configurable limits for label size and count.
  [ENHANCEMENT] UI: Add 16w and 26w time range steps.
  [ENHANCEMENT] Templating: Enable parsing strings in humanize functions.
  [BUGFIX] UI: Provide errors instead of blank page on TSDB Status Page.
  [BUGFIX] TSDB: Do not panic when writing very large records to the WAL.
  [BUGFIX] TSDB: Avoid panic when mmaped memory is referenced after the file is closed.
  [BUGFIX] Scaleway Discovery: Fix nil pointer dereference.
  [BUGFIX] Consul Discovery: Restart no longer required after config update with no targets.

(tnn)

2021-06-25 14:25:01 UTC MAIN commitmail json YAML

games: Drop maintainership for Doom level packages

The levels likely will not be updated anymore.

(micha)

2021-06-25 14:15:17 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 21.2.1

(rillig)

2021-06-25 14:15:01 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 21.2.1

Changes since 21.2.0:

Files whose names ends in '~' are ignored by pkglint since they are
ignored by CVS as well.

Variables with name BUILDLINK_TRANSFORM.* may contain '-Wl,-rpath,'
directly in commands of the form 'rm:*', just like their counterpart
BUILDLINK_TRANSFORM without a package name in the variable name.

Several new tests.

(rillig)

2021-06-25 13:50:45 UTC MAIN commitmail json YAML

security/mdigest: Add additional licenses for statically linked libmdigest

(micha)

2021-06-25 13:44:17 UTC MAIN commitmail json YAML

doc: Updated games/woof to 6.0.0

(micha)

2021-06-25 13:42:52 UTC MAIN commitmail json YAML

games/woof: Update to 6.0.0

Woof! 6.0.0
-----------
- Support for the MBF21 complevel has been added, compliant to Rev 1.2
  of the spec (@rfomin).
- Support for the label field has been added to the UMAPINFO
  implementation, bumping compliance to Rev 2 of the spec (@rfomin).
- Support for ExM0 maps has been fixed, the INTERPIC patch is used for
  intermission screens for episode > 3 (@rfomin).
- Support for autoloading from PWAD autoload directories has been added
  (@rfomin).
- Support for deleting savegames from the menu has been added (@rfomin).
- The "next level" key has been fixed for the last map in a UMAPINFO
  sequence (@rfomin).
- UMAPINFO lumps have been added to get autoloaded for MASTERLEVELS.WAD,
  NERVE.WAD, E1M4B.WAD and E1M8B.WAD (@rfomin).
- Parsing of the episode field in the UMAPINFO implementation has been
  fixed (@rfomin).
- Support for backward compatible savegames has been added (@rfomin).
- The colored blood feature has been ported over from PrBoom+ (@rfomin).
- The "Enemies" menu is not completely disabled in the Vanilla complevel
  anymore (@rfomin).
- The Automap overlay and rotate modes have been ported over from Crispy
  Doom (@rfomin).
- An option has been added to always show level stats.
- The UMAPINFO demo extension has been added (@rfomin).
- The ability to keep the default intermission screen for a map with an
  UMAPINFO entry has been fixed (@rfomin).
- Map entries without a 'levelname' field in their UMAPINFO entry now
  fall back to the default map title (@rfomin).
- The ability to set 'partime' with an UMAPINFO entry has been fixed
  (@rfomin).

(micha)

2021-06-25 13:41:48 UTC MAIN commitmail json YAML

archivers/tartest: Add version 1.23

Tartest reads a tar archive from stdin and checks this archive for
compliance with POSIX.1-1990.

(micha)

2021-06-25 13:36:57 UTC MAIN commitmail json YAML

2021-06-25 13:34:41 UTC MAIN commitmail json YAML

databases/timescaledb-tune: import timescaledb-tune-0.11.0git

timescaledb-tune is a program for tuning a TimescaleDB database to perform its
best based on the host's resources such as memory and number of CPUs. It parses
the existing postgresql.conf file to ensure that the TimescaleDB extension is
appropriately installed and provides recommendations for memory, parallelism,
WAL, and other settings.

(tnn)

2021-06-25 13:33:59 UTC MAIN commitmail json YAML

doc: Added archivers/tartest version 1.23

(micha)

2021-06-25 12:38:00 UTC MAIN commitmail json YAML

varnish: sync smf from pkgsrc-wip to add Solaris jail support (untested)

(tnn)

2021-06-25 12:22:36 UTC MAIN commitmail json YAML

doc: Updated www/varnish to 6.6.0

(tnn)

2021-06-25 12:21:08 UTC MAIN commitmail json YAML

varnish: update to 6.6.0

Based on pkgsrc-wip 5.1.1 package by Filip Hajny.

Changes in Varnish 6.0
  Support for UDS (Unix Domain Sockets)
  Because UNIX Domain Sockets have nothing like IP numbers, we were forced to
  define a new level of the VCL language vcl 4.1 to cope with UDS.
  The HTTP/2 code has received a lot of attention from Dag Haavi Finstad
  (Varnish Software) and it holds up in production on several large sites now.
  There are new and improved VMODs:
    vmod_directors – Much work on the shard director
    vmod_proxy – Proxy protocol information
    vmod_unix – Unix Domain Socket information
    vmod_vtc – Utility functions for writing varnishtest cases.
  The umem stevedore has been brought back on Solaris and it is the default
  storage method there now.
  More error situations now get vcl failure handling, this should make life
  simpler for everybody we hope.
  And it goes without saying that we have fixed a lot of bugs too.

Changes in Varnish 5.0
  Varnish 5.0 changes some (mostly) internal APIs and adds some major new
  features over Varnish 4.1.
  Separate VCL files and VCL labels
  Very Experimental HTTP/2 support
  The Shard Director
  Hit-For-Pass is now actually Hit-For-Miss
  Ban Lurker Improvements
  Request Body sent always / "cacheable POST"
  ESI and Backend Request Coalescing ("waitinglist") Improvement
  Backend PROXY protocol requests
  Default VCL search path
  devicedetect.vcl
  varnishtest
  misc
  News for VMOD authors

Changes in Varnish 4
  Varnish 4 is quite an extensive update to Varnish 3, with some very big
  improvements to central parts of varnish.
  Client/backend split

(tnn)

2021-06-25 11:46:05 UTC MAIN commitmail json YAML

Updated net/freeradius, textproc/py-elementpath

(adam)

2021-06-25 11:45:38 UTC MAIN commitmail json YAML

py-elementpath: updated to 2.2.3

v2.2.3:
* Add Python 3.10 in Tox and CI tests
* Apply __slots__ to TDOP and regex classes

(adam)

2021-06-25 11:42:49 UTC MAIN commitmail json YAML

freeradius: updated to 3.0.23

FreeRADIUS 3.0.23

Feature improvements
* Update dictionary.aruba
* Add "set home_server state ... down" in order to mark the
  home server as administratively down.  Use "alive" to bring
  it back to life.
* Add Post-Auth-Type "Client-Lost" which should make it easier
  to log when clients stop responding.
* Add sites-available/totp as an example of how to use TOTP.
* Add %{mschap:Domain-Name}.
* Cache TLS messages in &session-state, for more debugging.
* Notes in eap configuration about TLS 1.0 / TLS 1.1, and setting
  cipher_list = "DEFAULT@SECLEVEL=1"
* Added MANY warning messages about using TLS 1.3 with EAP.
  In short, don't use it.  Microsoft will support it in fall 2021.

Bug fixes
* Fix crash in some cases when home server is down, in debug mode.
* Fix (again) "read clients from SQL" functionality.
* Fix sql_map to return values in more situations.
* Silently ignore LEAP configuration instead of erroring out.

FreeRADIUS 3.0.22

Feature improvements
* Many new "unlang" documentation files.  See "make docsite"
  and then see build/docsite/freeradius-server/*/index.html
* Limited support for dynamic home servers.  See proxy.conf
  and doc/configuration/dynamic_home_servers.md
* Add support for prepend operator ^=.  See "man unlang" for
  for details.
* Added rlm_totp, for use with the Google Authenticator app.
  See mods-available/totp.
* The default minimum TLS version is now TLS 1.2, as per RFC 8996.
  Older versions can be allowed by setting tls_min_version, and
  updating "cipher_list".
* Significantly improve the readability and contents of TLS
  debug messages.
* Allow CoA and Disconnect messages over TLS sockets.
* Automatically set fragment size / MTU, so that PEAP/EAP-TLS
  works, and no longer requires manual changes to the configuration.
* Allow "configurable_client_cert=yes" for EAP-TLS.  This should
  only be used for a "walled garden".  See mods-available/eap
* Add TLS 1.2 support for EAP-Fast.  Patches from Alex Clouter.
* Add ca_path_reload_interval option for tls.  See mods-available/eap.
* Abfab-tls updates from Alejandro Perez.
* Add "tls_min_version" to ldap module configuration.
* We now support running policies when receiving a RadSec connection.
  See sites-available/default, "New-TLS-Connection".
* Update TLS "ecdh_curve" code to allow for multiple curves.
* Allow delta CRLs.
* add rlm_sql_map, which can handle multiple columns from an SQL
  query.  See raddb/mods-available/sql_map.
* New xlat for setting status of rlm_always instances and new
  resource-check example virtual server for manipulating control flow
  in unlang policies based on status of some external resource.
  Patches from Terry Burton.
* Update radmin to show more information about the home servers
  using "show home_server list all".
* The default configuration now replies with EAP-Key-Name, if it
  is available, and was requested.
* Include extensions in generated certificates.
* Ignore user-provided dhparams in FIPS mode.
  Patch from Alexander Scheel.
* Remove native support for Cisco LEAP.  It is insecure, and
  should not be used.  Proxying LEAP is still supported.
* Allow use of password preparation methods with rlm_eap_pwd.
  Patch from Michael Braun.
* Many, many, improvements for DHCP from Nick Porter and Terry Burton.
* More RFC compliance for various corner cases of DHCP,
* Use DHCP-specific schemas.
* Add stored procedures for DHCP lease allocation
* Add support for DHCP-Decline.
* Added mods-available/dhcp_sql which is a DHCP-specific instance
  of the SQL module.
* Treat DHCP Discover and Request differently for lease allocation times.
* Add support for PBKDF2 keys.
* Update dictionary.mikrotik, dictionary.aruba, dictionary.paloalto,
  dictionary.juniper, dictionary.bskyb,
  dictionary.alcatel.sr.
* Update default PostgreSQL schema to use "text" instead of
  a fixed-size "varchar".
* Add radmin command "show client list verbose", which gives a lot
  more information about each client.
* Add support for EAPS-AKA authentication to rlm_wimax.
* Add rlm_rest support for HTTP/2.
* Add REST-HTTP-Status-Code attribute holding HTTP status code.
* Add option to set http_negotiation in rlm_rest.
* Encode / decode NAS-Filter-Rule according to RFC 4849.
  Inside of FreeRADIUS, each NAS-Filter-Rule just looks like
  a string.  But "on the wire", it follows RFC 4849.
  See src/tests/unit/rfc4849.txt
* Allow attributes using old names in configuration files, SQL,
  or modules to match attributes in the packet which use
  new names.
* Allow querying IPv6 stats via FreeRADIUS-Stats-Client-IPv6-Address
  and FreeRADIUS-Stats-Server-IPv6-Address
* Add warnings if there is no "real" User-Name to identify users.
* Add sample configuration to update Stripped-User-Name and/or
  Class for user sessions. See sites-available/default
* Add configuration to suppress printing values for User-Name, etc.
  See radiusd.conf, "suppress_secrets"
* Support dictionary.telrad, which is also in WiMAX format.
* PEAP 'proxy_tunneled_request_as_eap' is now configurable
  at runtime with Proxy-Tunneled-Request-As-EAP.
* Debug output now lists client/server proposed TLS ciphers.
* Add support for TLS1.3, patches from Alexander Clouter

Bug fixes
* Fix long-term double free due to PCRE calling our "free"
  function twice.
* Respect the "log_reject" configuration item in more places.
  This lowers the number of "Login incorrect"
  messages when "log_reject = no".
* Fix rpmbuild for Centos > 6.  Patch from Matthew Newton.
* Run Post-Proxy-Type Fail... when all home servers are down.
* Note that rlm_replicate can only use UDP, and not TCP or TLS.
* DHCP pool lookup is now keyed by Client Identifier (Option 61) when
  supplied by client, otherwise the hardware address is used. Compliant
  with RFC 2132. This change will not affect existing systems on upgrade,
  but new installations will use the new behavior.
  Patch from Terry Burton.
* Fix minor spelling mistakes in man pages.  Patch from
  Alexander Scheel.
* Don't print invalid tags in rlm_cache, among other places.
* Do home_server failover immediately when an initial TCP / Radsec
  connection fails.
* Port EAP-PWD constant time fixes from "master" branch.  The issue
  was verified by Mohamed Sabt, and a patch supplied by
  Daniel De Almeida Braga.
* Clear error on SQLITE_BUSY to prevent memory leak in corner cases.
  Patch from Nick Porter.
* Properly add SQL clients to virtual servers.
* Update documentation for cert generation.  Patch from Alexander Scheel.
* Use better API when decoding DHCP packets, to avoid unnecessary work.
  This improves performance noticeably.
* Parse locale-dependent dates.
* Strip out "-frecord-gcc-switches" from rlm_python3 configure build.
* Fix radiusd.conf ENV LD_PRELOAD function.
* Update the "sql" module so that it uses fewer handles for group selection,
  which means that it is less likely to complain that the
  connection pool is exhausted.
* Update the "sql" module to return "ok" when no rows have been updated
  for accounting on/off.
* Make the "date" module handle UTC more consistently.
* Check for, and complain about, inconsistent use of tls_min_version
  versus disable_tlsv1
* Fix "read client from SQL" code so that it properly ties clients
  to a virtual server.  Also document the behavior.
* Update / correct data types in dictionary.wimax
* Fix edge case in rlm_rest post decoder which could lead to the value of
  a post attribute being lost in the case where the output buffer was completely
  full after writing an attribute value, and more attributes needed to be encoded.
  Reported by Adrian Smith.
* Fix leak with unknown attributes in detail reader.
* Fix parenting issues in rlm_yubikey.
* Update Mongo examples to be correct.

Notices
* CentOS 6, Debian 8 (Jessie) and Ubuntu 14 (Trusty) are EOL and no
  longer supported. Docker files have been removed.

(adam)

2021-06-25 11:01:49 UTC MAIN commitmail json YAML

doc: Updated shells/pbosh to 20210607

(micha)

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

shells/pbosh: Update to 20210607

Changelog from AN-2021-05-19:
- Bourne Shell: the fc(1) builtin now handles "fc -l -0" the same
  way as ksh does and refers to the current command. Before only
  "fc -l -1" did work to select the previous command.

  Together with the "ERR" trap fix, this permits to install a
  "command not found" handler in the shell that could explain users
  how to install a missing command.

  This "missing command" handler could be implemented via:

    trap 'show-info-message-for-missing-command $(fc -l -0)' ERR

Changelog from AN-2021-06-07:
- Bourne Shell: the man page now uses a correct notation for "[]" for
  the arguments of the builtin "dosh" that has been introduced in May
  2012.

(micha)

2021-06-25 10:59:25 UTC MAIN commitmail json YAML

doc: Updated shells/bosh to 20210607

(micha)

2021-06-25 10:56:30 UTC MAIN commitmail json YAML

shells/bosh: Update to 20210607

Changelog from AN-2021-05-19:
- Bourne Shell: the fc(1) builtin now handles "fc -l -0" the same
  way as ksh does and refers to the current command. Before only
  "fc -l -1" did work to select the previous command.

  Together with the "ERR" trap fix, this permits to install a
  "command not found" handler in the shell that could explain users
  how to install a missing command.

  This "missing command" handler could be implemented via:

    trap 'show-info-message-for-missing-command $(fc -l -0)' ERR

Changelog from AN-2021-06-07:
- Bourne Shell: the man page now uses a correct notation for "[]" for
  the arguments of the builtin "dosh" that has been introduced in May
  2012.

(micha)

2021-06-25 10:44:31 UTC MAIN commitmail json YAML

doc: Updated devel/smake to 1.5

(micha)

2021-06-25 10:43:03 UTC MAIN commitmail json YAML

devel/smake: Update to 1.5

Create OS rule for mips64eb architecture too (bulk build failed).

Changelog from AN-2021-05-19:
- smake: smake "MACRO += value" now works.

  smake did implement command line macros like "MACRO=value" since
  spring 1996 but did not yet support "MACRO +=value" as well.

- smake: smake "MACRO::=value" "MACRO:::=value", "MACRO +:= value"
  now work as well.

- smake: The man page now mentions the new command line macro operators
  ::=, :::=, += and +:=

- smake: Version bumped to 1.5

Changelog from AN-2021-06-07:
- smake: the MAKEFLAGS parser has been enhanced to understand the
  encoding used by the BSD make program "bmake". This is needed to
  support something like "bmake INS_BASE=xxx" on FreeBSD while
  compiling the schilytools.

  This parser enhancement also covers some incompatibilities with
  the MAKEFLAGS= values created by SunPro Make (e.g. a missing --
  before the make macro definitions are added).

  Thanks to Robert Clausecker for reporting.

- smake: The smake man page now also mentions SunPro make as dmake(1)
  and make(1s) in the "SEE ALSO" section.

(micha)

2021-06-25 10:42:23 UTC MAIN commitmail json YAML

Updated games/wesnoth, finance/py-ofxparse

(adam)

2021-06-25 10:41:52 UTC MAIN commitmail json YAML

2021-06-25 10:38:01 UTC MAIN commitmail json YAML

wesnoth: updated to 1.14.17

Version 1.14.17
Translations
* Updated translations: British English, Chinese (Traditional), Czech, Dutch, Indonesian, Italian, Japanese, Portuguese (Brazil), Scottish Gaelic, Spanish
Miscellaneous and Bug Fixes
* Fixed an intermittent crash on the loading screen
* Made GUI.pyw compatible with Python 3.9.
* AI: fixed crash when using custom_synced_commands

(adam)

2021-06-25 10:29:32 UTC MAIN commitmail json YAML

doc: Added security/mdigest version 1.6

(micha)

2021-06-25 10:13:58 UTC MAIN commitmail json YAML

security/mdigest: Added version 1.6

mdigest reads the files from the argument list and computes a message
digest hash for the file content.

If the argument list is empty mdigest reads from standard in.

(micha)

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

doc: Updated net/synergy to 1.14.0.4

(tnn)

2021-06-25 09:49:24 UTC MAIN commitmail json YAML

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

2021-06-25 08:40:54 UTC MAIN commitmail json YAML

2021-06-25 08:28:57 UTC MAIN commitmail json YAML

minor u-boot rockchip package cleanup.

rename U_BOOT_IMAGE_TYPE to UBOOT_IMAGE_TYPE -- matching the rest of pkgsrc.
remove not used (or needed) DISTINFO_FILE and PATCHDIR.

NFC.

(mrg)

2021-06-25 07:26:10 UTC MAIN commitmail json YAML

Updated devel/glib2, devel/glib2-tools, devel/gdbus-codegen, misc/py-tqdm

(adam)

2021-06-25 07:25:45 UTC MAIN commitmail json YAML

py-tqdm: updated to 4.61.1

tqdm v4.61.1 stable

fix utils._screen_shape_linux() sometimes raising ValueError
minor build/CI framework updates
minor documentation updates

(adam)

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

glib2 glib2-tools gdbus-codegen: updated to 2.68.3

Overview of changes in GLib 2.68.3
==================================
* Bugs fixed:
- 2311 testfilemonitor test leaks ip_watched_file_t struct
- 2417 GFile: `g_file_replace_contents()` reports `G_IO_ERROR_WRONG_ETAG` when saving from a symlink
- !2133 Backport !2128 ���inotify: Fix a memory leak��� to glib-2-68
- !2137 Backport !2136 ���tlscertificate: Avoid possible invalid read��� to glib-2-68
- !2141 Backport !2138 ���glocalfileoutputstream: Fix ETag check when replacing through a symlink��� to glib-2-68

(adam)

2021-06-24 21:40:18 UTC MAIN commitmail json YAML

doc: Updated archivers/libzip to 1.8.0

(wiz)

2021-06-24 21:40:06 UTC MAIN commitmail json YAML

libzip: update to 1.8.0.

Add one post-release patch.

1.8.0 [2021-06-18]
==================

* Add support for zstd (Zstandard) compression.
* Add support for lzma (ID 14) compression.
* Add `zip_source_window_create()`.
* Add `zip_source_zip_create()` variant to `zip_source_zip()`.
* Allow method specific `comp_flags` in `zip_set_file_compression()`.
* Allow `zip_source_tell()` on sources that don't support seeking and `zip_ftell()` on compressed data.
* Provide more details for consistency check errors.
* Improve output of `zipcmp`.
* In `zipcmp`, don窶冲 ignore empty directories when comparing directory listing.
* Treat empty string as no password given in `zip_file_set_encryption()`, `zip_fopen_encrypted()`, and `zip_set_default_password()`.

(wiz)

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

akonadi: more buildlink files.

(markd)

2021-06-24 19:40:51 UTC MAIN commitmail json YAML

doc/CHANGES-2021: Remove unnecessary entries for maintainer resets

(bacon)

2021-06-24 19:35:37 UTC MAIN commitmail json YAML

doc: Updated www/php-dotclear to 2.18.1nb1

(triaxx)

2021-06-24 19:35:17 UTC MAIN commitmail json YAML

php-dotclear: Fix unresolved dependency on textproc/php-json

This commit fixes the unresolved dependency on textproc/php-json during
a bulk build.
Thanks to tnn@

(triaxx)

2021-06-24 19:00:32 UTC MAIN commitmail json YAML

devel/afl: install non-empty README

(rillig)

2021-06-24 18:43:08 UTC MAIN commitmail json YAML

2021-06-24 18:02:38 UTC pkgsrc-2021Q2 commitmail json YAML

Note pullup ticket #6471

I hereby declare this branch's pullup season open! :)

(bsiegert)

2021-06-24 18:01:33 UTC pkgsrc-2021Q2 commitmail json YAML

Pullup ticket #6471 - requested by tnn
devel/cpu_features: build fix

Revisions pulled up:
- devel/cpu_features/buildlink3.mk                              1.2

---
  Module Name: pkgsrc
  Committed By: tnn
  Date: Thu Jun 24 10:50:22 UTC 2021

  Modified Files:
  pkgsrc/devel/cpu_features: buildlink3.mk

  Log Message:
  cpu_features: paper over CMake brain damage

  fixes math/volk build

(bsiegert)

2021-06-24 17:33:34 UTC MAIN commitmail json YAML

Updated databases/py-pypika, sysutils/py-sh

(adam)

2021-06-24 17:33:18 UTC MAIN commitmail json YAML

py-sh: updated to 1.14.2

1.14.2
bugfix where Command was not aware of default call args when wrapping the module

(adam)

2021-06-24 17:30:51 UTC MAIN commitmail json YAML

py-pypika: updated to 0.48.5

0.48.5:
Unknown changes

(adam)

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

Updated devel/py-setuptools, devel/py-gitpython

(adam)

2021-06-24 17:21:38 UTC MAIN commitmail json YAML

py-gitpython: updated to 3.1.18

3.1.18
* drop support for python 3.5 to reduce maintenance burden on typing. Lower patch levels of python 3.5 would break, too.

(adam)

2021-06-24 17:19:54 UTC MAIN commitmail json YAML

py-setuptools: updated to 57.0.0

v57.0.0
-------
Breaking Changes
* License files excluded via the ``MANIFEST.in`` but matched by either
  the ``license_file`` (deprecated) or ``license_files`` options,
  will be nevertheless included in the source distribution. - by :user:`cdce8p`

Changes
* Write long description in message payload of PKG-INFO file. - by :user:`cdce8p`
* Added ``License-File`` (multiple) to the output package metadata.
  The field will contain the path of a license file, matched by the
  ``license_file`` (deprecated) and ``license_files`` options,
  relative to ``.dist-info``. - by :user:`cdce8p`
* Moved Setuptools' own entry points into declarative config.
* Vendored `more_itertools <https://pypi.org/project/more-itertools>`_ for Setuptools.
* Setuptools own setup.py no longer declares setup_requires, but instead expects wheel to be installed as declared by pyproject.toml.

Misc
* Updated the docs build tooling to support the latest version of
  Towncrier and show the previews of not-yet-released setuptools versions
  in the changelog -- :user:`webknjaz`

v56.2.0
-------
Changes
* Fixed handling of multiline license strings. - by :user:`cdce8p`
* Setuptools will now always try to use the latest supported
  metadata version for ``PKG-INFO``. - by :user:`cdce8p`

v56.1.0
-------
Changes
* Incorporated assorted changes from pypa/distutils.
* Adopted docs from distutils.
* Added Visual Studio Express 2017 support -- by :user:`dofuuz`

Misc
* Fixed ``DeprecationWarning`` due to ``threading.Thread.setDaemon`` in tests -- by :user:`tirkarthi`
* Made the changelog generator compatible
  with Towncrier >= 19.9 -- :user:`webknjaz`
* Relax the deprecation message in the distutils hack.

(adam)

2021-06-24 15:38:42 UTC MAIN commitmail json YAML

xorg-server: try to mend build on Linux

XXX I don't see how the pkg/56169 fix can work on SunOS, which doesn't have
strlcpy either. Maybe it fixes modular-xorg-xephyr but breaks
modular-xorg-server?

(tnn)

2021-06-24 15:25:04 UTC MAIN commitmail json YAML

doc: Updated net/unison2.51 to 2.51.4

(gdt)

2021-06-24 15:24:56 UTC MAIN commitmail json YAML

net/unison2.51: Update to 2.51.4

    * OCaml 4.12 support
    * fsmonitor improvements and Solaris support
    * Color support in text UI, with a new preference, disabled by
      NO_COLOR.
    * Interactive profile selection in text UI, enabled by a new
      preference.
    * Working files are stored in the unison directory (typically
      /.unison) rather than $HOME.
    * Build cleanups, CI improvements, housekeeping
    * Many bugfixes and minor improvements

(gdt)

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

doc: Updated sysutils/xplr to 0.14.3

(pin)

2021-06-24 15:23:42 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.14.3

Changes & fixes:
-Fixed high CPU usage.
-StartFifo and ToggleFifo will write to the FIFO file immediately after opening
it.
-General config xplr.config.general.start_fifo is available that can be used to
start a FIFO when xplr loads.
-Published xplr book as the new home for documentation.
-Removed the auto-refresh service that used to send Refresh every second.

(pin)

2021-06-24 15:16:09 UTC MAIN commitmail json YAML

net/unison-snapshot: Take MAINTAINERship

and minor sync with net/unison

(gdt)

2021-06-24 15:06:04 UTC MAIN commitmail json YAML

doc: Updated net/unison-snapshot to 2.51.3.99

(gdt)

2021-06-24 15:05:57 UTC MAIN commitmail json YAML

net/unison-snapshot: Adjust to the hash that is 2.51.4

This is still the snapshot package, but since a release just happened,
at least catch it up for those following the snapshot.

Upstream changes since the last snapshot update are minor fixes, doc
regen, etc.

(gdt)

2021-06-24 14:43:30 UTC MAIN commitmail json YAML

Updated devel/pcre, finance/py-braintree

(adam)

2021-06-24 14:42:21 UTC MAIN commitmail json YAML

py-braintree: updated to 4.10.0

4.10.0

Add payment_reader_card_details parameter to Transaction.sale
Add webhook sample for GrantedPaymentMethodRevoked
Add chargeback_protection_level to DisputeSearch
Add skip_advanced_fraud_checking to:
PaymentMethod.create and PaymentMethod.update
CreditCard.create and CreditCard.update

(adam)

2021-06-24 14:41:23 UTC MAIN commitmail json YAML

pcre: updated to 8.45

Release 8.45 15-June-2021
-----------------------------
This is the final PCRE1 release. A very few small issues have been fixed.

(adam)

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

2021-06-24 14:16:36 UTC MAIN commitmail json YAML

doc: Default MySQL implementation changed

(nia)

2021-06-24 14:01:49 UTC MAIN commitmail json YAML

doc: Added net/fastd version 21

(nia)

2021-06-24 14:01:31 UTC MAIN commitmail json YAML

add net/fastd

fastd is a very small VPN daemon which tunnels IP packets and Ethernet frames
over UDP. It supports various modern encryption and authentication schemes
and can be used in many different network topologies (1:1, 1:n, meshed).

(nia)

2021-06-24 13:55:41 UTC MAIN commitmail json YAML

doc: Added security/libuecc version 7

(nia)

2021-06-24 13:55:26 UTC MAIN commitmail json YAML

add security/libuecc

libuecc is a very small generic-purpose Elliptic Curve Cryptography library
compatible with Ed25519.

(nia)

2021-06-24 10:50:22 UTC MAIN commitmail json YAML

cpu_features: paper over CMake brain damage

fixes math/volk build

(tnn)

2021-06-24 10:38:46 UTC MAIN commitmail json YAML

doc: Added www/xurl version 0.1.0

(pin)

2021-06-24 10:38:20 UTC MAIN commitmail json YAML

2021-06-24 10:37:30 UTC MAIN commitmail json YAML

www/xurl: import pkg

A little tool to manipulate urls.
Xurl offer severals commands:

-Dissect: The dissect command splits and prints the different parts of the url.
These parts are; scheme, for urls with authentication information, the username
and the password, host, port, path to the document, query string and fragment.
-Join: The join command joins an url and a new path together.
-Encode: The encode command applies the percent-encoding on the url.
-Decode: The decode command reverses the percent-encoding applyied on an url.
-Idna Encode: The idna-encode command applies the punycode translation on an
internationalized domain name.
-Idna Decode: The idna-decode command reverses the punycode translation applied
on an internationalized domain name.

(pin)

2021-06-24 10:34:44 UTC MAIN commitmail json YAML

doc: Added devel/ugdb version 0.1.10

(pin)

2021-06-24 10:34:14 UTC MAIN commitmail json YAML

2021-06-24 10:33:26 UTC MAIN commitmail json YAML

devel/ugdb: import pkg

ugdb is an unsegen based alternative TUI for gdb.
The interface consists of 4 containers between which the user can switch with
vim-like controls: To enter selection mode, press ESC (indicated by orange
separators). You can then navigate between containers using arrow keys or hjkl.
Press Enter to enter insert-mode and interact with the selected container.
Alternatively press the shortcut key for the specific container to directly
enter it from selection mode.

(pin)

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)