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

2024-05-13 06:30:42 UTC Now

2023-07-10 03:16:45 UTC MAIN commitmail json YAML

graphics/MesaLib/features.mk: New variable MESALIB_SUPPORTS_XA

The variables is set to "yes" if Mesa provides libxatracker, which is used
by some video drivers to make use of DRM/KMS and its 3D acceleration
capability.

(pho)

2023-07-10 00:49:40 UTC MAIN commitmail json YAML

aiksaurus: fix builds with recent compilers

This uses "old" C++ expectations, and compilers that default to C++17
and such will object (or, at least, GCC 13 does). While here, take
maintainership.

(gutteridge)

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

wesnoth: require at least GCC 7 for std::string_view.

(nia)

2023-07-09 22:25:44 UTC MAIN commitmail json YAML

toppler: Add missing gettext dependency. Add NLS support.

(nia)

2023-07-09 22:21:52 UTC MAIN commitmail json YAML

teeworlds: Assumes compiler defaults to c99

(nia)

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

quakeforge: Add missing dependency on flex

(nia)

2023-07-09 22:18:44 UTC MAIN commitmail json YAML

ottomatic: Require at least gcc5 for __has_include

(nia)

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

orbital_eunuchs_sniper: Linux also does not call it amd64

(nia)

2023-07-09 22:16:17 UTC MAIN commitmail json YAML

nanosaur: require at least gcc 5 for __has_include

(nia)

2023-07-09 22:14:42 UTC MAIN commitmail json YAML

2023-07-09 22:11:26 UTC MAIN commitmail json YAML

gnuchess4: Add missing curses/termcap dependencies

(nia)

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

knightcap: Avoid potentially incompatible declarations of libc/libm functions

(nia)

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

mightymike: Require at least gcc5 for __has_include.

(nia)

2023-07-09 21:57:41 UTC MAIN commitmail json YAML

corsix-th: Require at least gcc5 for std::make_unique.

(nia)

2023-07-09 21:53:50 UTC MAIN commitmail json YAML

2023-07-09 21:48:44 UTC MAIN commitmail json YAML

xroar: Fix PKG_OPTIONS. Assumes compiler defaults to c99.

(nia)

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

Updated devel/blosc2, benchmarks/google-benchmark

(adam)

2023-07-09 21:09:32 UTC MAIN commitmail json YAML

google-benchmark: updated to 1.8.2

v1.8.2

Add more terminals with color support
Fix passing non-const lvalue refs to DoNotOptimize

(adam)

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

blosc2: updated to 2.10.0

Changes from 2.9.3 to 2.10.0

bytedelta filter has been fixed. For backward compatibility, the old
bytedelta filter is still available as BLOSC_FILTER_BYTEDELTA_BUGGY
symbol, with the same ID (34) than before. The new, fixed bytedelta
filter has received a new ID (35) and it can be used via the usual
BLOSC_FILTER_BYTEDELTA symbol. That means that old data written with
the buggy bytedelta filter should be decompressed without issues.

Filter buffers are correctly cycled now. Now it is possible to use e.g.
shuffle and bitshuffle filters in the pipeline.

Assorted fixes for allowing better inclusion in external projects.

Minor fixes in the documentation.

(adam)

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

2023-07-09 20:31:46 UTC MAIN commitmail json YAML

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

pcsxr: Assumes compiler defaults to c99

(nia)

2023-07-09 20:00:31 UTC MAIN commitmail json YAML

doc: remove incorrect entry

noticed by adam

(wiz)

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

doc/TODO: add some

+ csvlens-0.2.0, gcc10-10.5.0, gimp-devel-2.99.16, gpgme-1.21.0,
  libproxy-0.5.3, lua-language-server-3.6.23, nghttp3-0.13.0,
  ocaml-dune-3.9.1, poppler-23.07.0, protobuf-23.4, py-astroid-2.15.6,
  py-editables-0.4, py-fido2-1.1.2, py-jaraco.classes-3.3.0,
  py-jsonschema-4.18.0, py-matplotlib-3.7.2, py-mercurial-6.5,
  py-numpy-1.25.1, py-pillow_heif-0.12.0, py-pip-audit-2.6.0,
  py-platformdirs-3.8.1, py-project-api-1.5.3, py-protobuf-4.23.4,
  py-pspdfutils-3.0.6, py-setuptools44-68.0.0, py-tox-4.6.4,
  py-zipp-3.16.0, samba4-4.18.4, spdlog-1.12.0, tree-sitter-cmake-0.4.0,
  vala-0.56.9, vim-share-9.0.1677, zxing-cpp-2.1.0.

(wiz)

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

doc: Updated devel/go-staticcheck to 2023.1.3

(bsiegert)

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

go-staticcheck: update to 2023.1.3

Staticcheck 2023.1.3

This release fixes the following bugs:

*  A crash when embedding type aliases of unnamed types
*  A false positive in U1000, claiming that type aliases are unused
*  A bug in the binary formatter that prevented correct merging behavior for
    some checks

Staticcheck 2023.1.2 (v0.4.2)

This release fixes a bug that prevented the binary formatter from working.

Staticcheck 2023.1.1 (v0.4.1)

This release fixes a crash, a false positive in U1000 and improves the way
deprecated API is flagged.

When targeting a Go version that is older than the version that deprecated an
API, SA1019 will no longer flag the use even if there is already an alternative
available in the targeted Go version.

For example, math/rand.Seed has been deprecated in Go 1.20, but an alternative
has existed since Go 1.0. In the past, we would flag uses of Seed even if
targeting e.g. Go 1.19, to encourage better forwards compatibility. This can
lead to unnecessary churn, however, because the correct change may depend on the
Go version in use. For example, for Seed before Go 1.20, the alternative is to
use a separate instance of math/rand.Rand, whereas in Go 1.20, a possible
alternative is to simply drop the call to Seed.

Staticcheck 2023.1 (v0.4.0)

Staticcheck 2023.1 adds support for Go 1.20, brings minor improvements to
various checks, and replaces U1000 with a new implementation.

The following checks have been improved:

*  The wording of S1001 has been made clearer for cases involving arrays.
    Furthermore, it no longer suggests using copy when the function has been
    shadowed.
*  S1011 now recognizes index-based loops.
*  SA1019 no longer flags tests (internal or external) that use deprecated API
    from the package under test. Furthermore, entire declaration groups (such as
    groups of constants) can now be marked as deprecated.
*  SA4017 now detects more functions, including those in the time package.
    Additionally, its wording has been made clearer.
*  SA5010 no longer gets confused by type assertions involving generic types.
*  ST1005 no longer flags errors that start with alpha-numeric acronyms such as
    P384.
*  Improvements to our intermediate representation may allow various checks to
    find more problems.

Staticcheck now knows about version 2 of the k8s.io/klog package, in particular
which functions abort control flow.

In addition to these minor improvements, U1000 has been rewritten from the
ground up, operating on a program representation more suited to the task. In
practice this means that there will be fewer false positives and more true
positives.

Overall, the rewrite fixes at least eight known bugs, both ones that have been a
nuisance for a while, as well as ones newly introduced by generics.

(bsiegert)

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

Thunderbird builds with python 3.11 - update

(abs)

2023-07-09 16:49:33 UTC MAIN commitmail json YAML

x11/xf86-video-vmware: Enable xatracker by default if X11_TYPE == modular

libxatracker is required for making use of DRM/KMS and its 3D acceleration
capability. It's a part of Mesa but isn't guaranteed to be built, e.g. the
native Mesa in NetBSD doesn't provide it.

Also enable udev support on Linux by default. It's seemingly used for
monitor hot-plugging.

(pho)

2023-07-09 16:21:06 UTC MAIN commitmail json YAML

doc: Updated biology/vsearch to 2.23.0

(bacon)

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

2023-07-09 15:43:02 UTC MAIN commitmail json YAML

marduk: Fix CATEGORIES. Assumes compiler defaults to c99.

(nia)

2023-07-09 15:39:45 UTC MAIN commitmail json YAML

libretro-flycast: graphics library is a required option, pkgsrc wants
at least one option to be available

(nia)

2023-07-09 15:32:04 UTC MAIN commitmail json YAML

bochs: Allow a post-configure SUBST to be a no-op.

(nia)

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

wabt: Add missing OpenSSL dependency. Require a C++17 compiler the proper
way.

(nia)

2023-07-09 15:27:00 UTC MAIN commitmail json YAML

2023-07-09 15:21:38 UTC MAIN commitmail json YAML

uno: Honour CFLAGS/LDFLAGS. Should help the build on various platforms.

(nia)

2023-07-09 15:17:46 UTC MAIN commitmail json YAML

tomlplusplus: Require a C++17 compiler.

(nia)

2023-07-09 15:16:34 UTC MAIN commitmail json YAML

stfl: Honour LDFLAGS. Should help the build on various platforms.

(nia)

2023-07-09 15:14:41 UTC MAIN commitmail json YAML

spiff: Honour LDFLAGS. Should help the build on certain platforms.

While here, reduce amount of implicit-function-declaring.

(nia)

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

rdp: Honour CFLAGS/LDFLAGS. Should help the build on various platforms.

(nia)

2023-07-09 15:06:43 UTC MAIN commitmail json YAML

py-pygit2: Assumes compiler defaults to c99

(nia)

2023-07-09 15:01:40 UTC MAIN commitmail json YAML

py-greenlet: Assumes compiler defaults to C++11.

(nia)

2023-07-09 14:56:58 UTC MAIN commitmail json YAML

pstreams: Fix for older C++ compilers.

While here, honour CFLAGS when building tests.

(nia)

2023-07-09 14:48:40 UTC MAIN commitmail json YAML

polly: Sync required compiler version with reality for C++14.

(nia)

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

msgpack: Disable building tests due to mess with C++ standard revisions.

For now keep the compiler requirement exactly the same as it was before.

(nia)

2023-07-09 14:38:46 UTC MAIN commitmail json YAML

p5-Syntax-Keyword-Match: Assumes compiler defaults to c99

(nia)

2023-07-09 14:36:30 UTC MAIN commitmail json YAML

p5-Devel-MAT-Dumper: Assumes compiler defaults to c99

(nia)

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

libxenserver: Honour CFLAGS/LDFLAGS. Should help the build on some platforms.

(nia)

2023-07-09 14:24:08 UTC MAIN commitmail json YAML

libsigc++3: Update compiler requirements to match reality.

(nia)

2023-07-09 14:17:53 UTC MAIN commitmail json YAML

glade: Assumes compiler defaults to c99

(nia)

2023-07-09 14:14:58 UTC MAIN commitmail json YAML

libebml: Require a C++14 compiler properly.

(nia)

2023-07-09 14:11:50 UTC MAIN commitmail json YAML

libdnsres: Do not force -O0, it breaks FORTIFY_SOURCE on some platforms.

(nia)

2023-07-09 14:03:21 UTC MAIN commitmail json YAML

elfio: Require at minimum gcc5 for std::make_unique.

(nia)

2023-07-09 13:59:49 UTC MAIN commitmail json YAML

cvise: Require a C++17 compiler.

(nia)

2023-07-09 13:57:20 UTC MAIN commitmail json YAML

postgresql-client: When dependening modules include libpq server headers,
they can then attempt to include the gssapi headers if postgres was
compiled with the gssapi option. In this case, include gssapi in the
buildlink3 tree.

Should fix the build of various modules on various platforms.

(nia)

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

php-mongo: Add missing dependency on openssl

(nia)

2023-07-09 13:43:02 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 23.2.0

(rillig)

2023-07-09 13:42:46 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 23.2.0

Changes since 23.1.13:

Warn about attempts to set CONFIGURE_ARGS that are already handled by
mk/configure/gnu-configure.mk.

Warn about possible incomplete expressions that are missing the initial
'$'.

(rillig)

2023-07-09 13:20:23 UTC MAIN commitmail json YAML

ng-spice: Assumes compiler defaults to c99

(nia)

2023-07-09 10:18:21 UTC MAIN commitmail json YAML

mysql75-cluster: Add missing pkg-config tool.

(nia)

2023-07-09 10:17:15 UTC MAIN commitmail json YAML

mysql57: Require at least GCC 5 for C++14.

(nia)

2023-07-09 10:15:59 UTC MAIN commitmail json YAML

mongo-tools: Add missing libpcap dependency

(nia)

2023-07-09 10:02:39 UTC MAIN commitmail json YAML

silc-server: Fix building on platforms with dlopen in libdl.

(nia)

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

swirc: Require a C++17 compiler.

(nia)

2023-07-09 09:58:30 UTC MAIN commitmail json YAML

pcsc-lite: Add missing dependency on flex.

(nia)

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

doc: Removed www/squidpurge

(nia)

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

squidpurge: remove.

This was written for squid-2, and we now only ship squid-4 and squid-5.

It also tries to do numerous silly 2004-era things like compile amd64
code optimized for a 586 CPU which means it is broken in many places.

(nia)

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

c-icap: Improve dependency handling.

Should help the build (including that of dependent packages) on a variety
of platforms.

(nia)

2023-07-09 09:39:14 UTC MAIN commitmail json YAML

mk: Make brotli option descrpition less specific to certain packages

(nia)

2023-07-09 09:29:51 UTC MAIN commitmail json YAML

doc: Updated net/sayaka to 3.6.5

(tsutsui)

2023-07-09 09:29:34 UTC MAIN commitmail json YAML

sayaka: update to 3.6.5.

Upstream changes:

* 3.6.5 (2023/07/09)
- resurrect --protect option

(tsutsui)

2023-07-09 09:11:51 UTC MAIN commitmail json YAML

ufdbguard: Add missing dependencies.

(nia)

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

tint2: Assumes compiler defaults to c99

(nia)

2023-07-09 09:08:36 UTC MAIN commitmail json YAML

deforaos-panel: Requires alsa-lib on at minimum Linux.

Don't understand the build system well enough to determine the exact
conditions for volume.so to be built.

(nia)

2023-07-09 09:04:06 UTC MAIN commitmail json YAML

hsetroot: Assumes compiler defaults to c99

(nia)

2023-07-09 09:02:44 UTC MAIN commitmail json YAML

kitty: Require at least GCC 5 for __has_include.

(nia)

2023-07-09 08:41:40 UTC MAIN commitmail json YAML

seqtk: Add missing zlib dependency

(nia)

2023-07-09 08:39:03 UTC MAIN commitmail json YAML

ncbi-blast+: Require at least gcc7.

(nia)

2023-07-09 08:37:39 UTC MAIN commitmail json YAML

minimap2: Honour CFLAGS/LDFLAGS. Hopefully fixes build on platforms
where zlib is installed from pkgsrc.

(nia)

2023-07-09 08:31:07 UTC MAIN commitmail json YAML

miniasm: Honour LDFLAGS. Hopefully fixes build on platforms where zlib
is installed from pkgsrc.

(nia)

2023-07-09 08:28:38 UTC MAIN commitmail json YAML

simde: Depending packages must be built with a c99 compiler.

(nia)

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

parlatype: Assumes compiler defaults to c99.

(nia)

2023-07-09 08:16:47 UTC MAIN commitmail json YAML

abseil: Requires a minimum of gcc7 through its own headers.

(nia)

2023-07-09 08:12:25 UTC MAIN commitmail json YAML

jack_umidi: Set ONLY_FOR_PLATFORM

(nia)

2023-07-09 03:41:10 UTC MAIN commitmail json YAML

doc/TODO: +sudo-1.9.14.

(taca)

2023-07-09 03:33:15 UTC MAIN commitmail json YAML

doc: update www/ruby-rails70 and related pacakges to 7.0.6

devel/ruby-activesupport70
devel/ruby-activemodel70
devel/ruby-activejob70
www/ruby-actionview70
www/ruby-actionpack70
databases/ruby-activerecord70
devel/ruby-activestorage70
mail/ruby-actionmailer70
mail/ruby-actionmailbox70
www/ruby-actioncable70
devel/ruby-railties70
textproc/ruby-actiontext70
www/ruby-rails70

(taca)

2023-07-09 03:30:34 UTC MAIN commitmail json YAML

www/ruby-rails70: update to 7.0.6

Active Support

* Fix EncryptedConfiguration returning incorrect values for some Hash
  methods.  (Hartley McGuire)

* Fix arguments being destructed Enumerable#many? with block.  (Andrew
  Novoselac)

* Fix humanize for strings ending with id. (fatkodima)

Active Model

* No changes.

Active Record

* Fix autosave associations with validations added on :base of the
  associated objects.  (fatkodima)

* Fix result with anonymous PostgreSQL columns of different type from json.
  (Oleksandr Avoiants)

* Preserve timestamp when setting an ActiveSupport::TimeWithZone value to
  timestamptz attribute.  (fatkodima)

* Fix where on association with has_one/has_many polymorphic relations.

  Before:

Treasure.where(price_estimates: PriceEstimate.all)
#=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates")

Later:

Treasure.where(price_estimates: PriceEstimate.all)
#=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates" WHERE "price_estimates"."estimate_of_type" = 'Treasure')

  (L叩zaro Nixon)

* Fix decrementing counter caches on optimistically locked record deletion.
  (fatkodima)

* Ensure binary-destined values have binary encoding during type cast.
  (Matthew Draper)

* Preserve existing column default functions when altering table in SQLite.
  (fatkodima)

* Remove table alias added when using where.missing or where.associated.
  (fatkodima)

* Fix Enumerable#in_order_of to only flatten first level to preserve
  nesting.  (Miha Rekar)

Action View

* No changes.

Action Pack

* No changes.

Active Job

* Fix error Active Job passed class with permitted?.  (Alex Baldwin)

Action Mailer

* No changes.

Action Cable

* Fix Action Cable Redis configuration with sentinels.  (Dmitriy Ivliev)

Active Storage

* Fix retrieving rotation value from FFmpeg on version 5.0+.

  In FFmpeg version 5.0+ the rotation value has been removed from tags.
  Instead the value can be found in side_data_list.  Along with this update
  it's possible to have values of -90, -270 to denote the video has been
  rotated.

  (Haroon Ahmed)

Action Mailbox

* No changes.

Action Text

* No changes.

Railties

* Avoid escaping paths when editing credentials.  (Jonathan Hefner)

(taca)

2023-07-09 03:22:51 UTC MAIN commitmail json YAML

doc: Updated www/ruby-jquery-rails to 4.6.0

(taca)

2023-07-09 03:22:27 UTC MAIN commitmail json YAML

www/ruby-jquery-rails: update to 4.6.0

4.6.0 (2023-06-26)

* update jquery to 3.7.0

(taca)

2023-07-09 03:21:02 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday to 2.7.10

(taca)

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

www/ruby-faraday: update to 2.7.10

2.7.7 (2023-06-20)

What's Changed

* Fix implementation of Faraday::Error helpers. by @iMacTia in #1510

2.7.8 (2023-06-28)

What's Changed

* Failing test: Logging headers & errors fails when ConnectionFailed is
  raised by @eikes in #1512

New Contributors

* @eikes made their first contribution in #1512

2.7.9 (2023-06-30)

What's Changed

* Raise Error: Add Faraday::RequestTimeoutError by @tisba in #1513
* Include env[:headers] in Stubs::NotFound by @yykamei in #1514

New Contributors

* @tisba made their first contribution in #1513

2.7.10 (2023-07-06)

What's Changed

* Fix some logging inefficiencies by @semaperepelitsa in #1515

New Contributors

* @semaperepelitsa made their first contribution in #1515

(taca)

2023-07-09 03:17:33 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-s3 to 1.128.0

(taca)

2023-07-09 03:16:45 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-s3: update to 1.128.0

pkgsrc chnage: update dependency.

1.128.0 (2023-07-06)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.127.0 (2023-06-28)

* Feature - The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now
  supports a new optional header x-amz-optional-object-attributes.  If
  header contains RestoreStatus as the value, then S3 will include Glacier
  restore status i.e. isRestoreInProgress and RestoreExpiryDate in List
  response.

* Feature - Select minimum expiration time for presigned urls between the
  expiration time option and the credential expiration time.

(taca)

2023-07-09 03:15:23 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-kms to 1.70.0

(taca)

2023-07-09 03:14:36 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-kms: update to 1.70.0

pkgsrc chnage: update dependency.

1.70.0 (2023-07-06)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.69.0 (2023-07-05)

* Feature - Added Dry Run Feature to cryptographic and cross-account
  mutating KMS APIs (14 in all).  This feature allows users to test their
  permissions and parameters before making the actual API call.

1.68.0 (2023-06-28)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2023-07-09 03:13:00 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-secretsmanager to 1.79.0

(taca)

2023-07-09 03:12:26 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-secretsmanager: update to 1.79.0

pkgsrc chnage: update dependency.

1.79.0 (2023-07-06)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.78.0 (2023-06-28)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2023-07-09 03:10:38 UTC MAIN commitmail json YAML

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

(taca)

2023-07-09 03:10:14 UTC MAIN commitmail json YAML

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

pkgsrc chnage: update dependency (in comment).

3.177.0 (2023-07-06)

* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.
* Feature - Add support for Request Compression.

3.176.1 (2023-06-29)

* Issue - Fix signing for S3/S3 Control and aws-crt gem for certain object
  keys (#2849).
* Issue - Ensure SSOCredentials #expiration is a Time (#2874)

3.176.0 (2023-06-28)

* Feature - Add :expiration accessor to CredentialProvider and do not
  refresh credentials when checking expiration (#2872).

(taca)

2023-07-09 03:08:33 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sigv4 to 1.6.0

(taca)

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

www/ruby-aws-sigv4: update to 1.6.0

pkgsrc chnage: update dependency.

1.6.0 (2023-06-28)

* Feature - Select the minimum expiration time for presigned urls between
  the expiration time option and the credential expiration time.

(taca)

2023-07-09 03:06:03 UTC MAIN commitmail json YAML

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

(taca)

2023-07-09 03:05:31 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.785.0

1.785.0 (2023-07-07)

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

1.784.0 (2023-07-06)

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

1.783.0 (2023-07-03)

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

1.782.0 (2023-06-27)

* Feature - Added support for enumerating regions for Aws::AppFabric.

1.781.0 (2023-06-20)

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

(taca)

2023-07-09 02:56:50 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-sanitize to 6.0.2

(taca)

2023-07-09 02:56:28 UTC MAIN commitmail json YAML

textproc/ruby-sanitize: update to 6.0.2

6.0.2 (2023-07-06)

Bug Fixes

* CVE-2023-36823: Fixed an HTML+CSS sanitization bypass that could allow XSS
  (cross-site scripting). This issue affects Sanitize versions 3.0.0 through
  6.0.1.

  When using Sanitize's relaxed config or a custom config that allows
  <style> elements and one or more CSS at-rules, carefully crafted input
  could be used to sneak arbitrary HTML through Sanitize.

  See the following security advisory for additional details:
  GHSA-f5ww-cq3m-q3g7

  Thanks to @cure53 for finding this issue.

(taca)

2023-07-09 02:53:24 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-review to 5.8.0

(taca)

2023-07-09 02:52:41 UTC MAIN commitmail json YAML

textproc/ruby-review: update to 5.8.0

5.8.0 (2023-06-29)

New Features

* The //graph operator allows graphical description in Mermaid notation. See
  doc/format.md for details on prepairing and setting up external tools
  (#1885)

Bug Fixes

* EPUBMaker: fix <title> not being included in the auto-generated part
  content (#1898)

Enhancements

* PDFMaker: fix to wrap long URLs with @<href> operator (#1890)

Contributors

* @munepi

(taca)

2023-07-09 02:48:16 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-rails-dom-testing to 2.1.1

(taca)

2023-07-09 02:47:18 UTC MAIN commitmail json YAML

textproc/ruby-rails-dom-testing: update to 2.1.1

2.1.0 (2023-06-30)

What's Changed

* Address warning: mismatched indentations at 'when' with 'case' by @yahonda
  in #74
* Make assert_dom_equal ignore insignificant whitespace when walking the
  node tree by @jduff in #84
* Expand Substitution Matching Types support by @seanpdoyle in #90
* Alias assert_select methods to assert_dom versions by @seanpdoyle in #93
* Raise an error if the last arg is the wrong format by @ghiculescu in #96
* Fix replacement for multiple substitutions by @speckins in #76
* Better error message if response.body is blank or not parseable by
  Nokogiri by @ghiculescu in #97
* selector_assertions/html_selector: No trailing . on content_mismatch by
  @issyl0 in #102
* Use Minitest::Assertion#diff for content failure messages by @flavorjones
  in #106

New Contributors

* @nicolasleger made their first contribution in #73
* @yahonda made their first contribution in #74
* @dependabot made their first contribution in #79
* @jduff made their first contribution in #86
* @amatsuda made their first contribution in #88
* @seanpdoyle made their first contribution in #90
* @ghiculescu made their first contribution in #96
* @jbampton made their first contribution in #95
* @speckins made their first contribution in #76
* @issyl0 made their first contribution in #102
* @flavorjones made their first contribution in #103

2.1.1 (2023-06-30)

What's Changed

* Fix issue when application isn't using minitest.

(taca)

2023-07-09 02:43:28 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-kramdown-rfc2629 to 1.6.37

(taca)

2023-07-09 02:42:56 UTC MAIN commitmail json YAML

textproc/ruby-kramdown-rfc2629: update to 1.6.37

1.6.36 (2023-06-27)

* use "-m" option with utftex (no special subscript characters)
  As per bartp5/libtexprintf#23

1.6.37 (2023-07-06)

* DOIs: experimental extractor for "ACM DOIs"
  Don't hide publisher when there is a container-title.
  DOI: put publisher into refcontent
  doilit: add command line option for dx.doi.org site

(taca)

2023-07-09 02:39:44 UTC MAIN commitmail json YAML

doc: Updated security/ruby-sshkit to 1.21.5

(taca)

2023-07-09 02:39:10 UTC MAIN commitmail json YAML

security/ruby-sshkit: update to 1.21.5

1.21.5 (2023-07-04)

This is a gem housekeeping release. No user-facing changes.

Housekeeping

* CI: Use newer Vagrant box to address timeout issues (#517) @mattbrictson
* Bump toolmantim/release-drafter from 5.23.0 to 5.24.0 (#515) @dependabot
* Fix CI failures by running Ruby <= 2.2 on older Ubuntu image (#516)
  @mattbrictson
* Bump actions/cache from 2 to 3 (#511) @dependabot
* Increase Vagrant boot timeout to accommodate slow GitHub Actions (#513)
  @mattbrictson
* Bump toolmantim/release-drafter from 5.22.0 to 5.23.0 (#510) @dependabot
* Upgrade macOS runner in CI since GitHub has retired 10.15 (#512)
  @mattbrictson

Contributors

* @mattbrictson
* @dependabot

(taca)

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

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

(taca)

2023-07-09 02:34:41 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.148

2.0.142 (2023-06-21)

* Land #660, Fix PPID spoofing

2.0.143 (2023-06-21)

* Land #662, Fix getenv bug for missing var
  fix bug where env lookups not found return garbage

2.0.144 (2023-06-21)

* Land #661, update install instructions

2.0.145 (2023-06-23)

* Land #663, Fix python meterpreter getuid crash
  Fix python meterpreter getuid crash on windows

2.0.146 (2023-06-29)

* Land #664, Fix broken readme code snippets

2.0.147 (2023-06-29)

* Improve description of open_clipboard_with_retries

2.0.148 (2023-06-30)

* Land #665, Updated php meterpreter to support larger stat buf files

(taca)

2023-07-09 02:15:44 UTC MAIN commitmail json YAML

doc: Updated security/ruby-bcrypt to 3.1.19

(taca)

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

security/ruby-bcrypt: update to 3.1.19

pkgsrc change: remove redundunt PKGNAME.

3.1.19 (2019-05-31)

* No longer include compiled binaries for Windows. See GH #173.
* Update C and Java implementations to latest versions [GH #182 by @fonica]
* Bump default cost to 12 [GH #181 by @bdewater]
* Remove explicit support for Rubies 1.8 and 1.9
* Start calibration from the minimum cost supported by the algorithm [GH
  #206 by @sergey-alekseev]
* Remove explicit support for Rubies 1.8 and 1.9 [GH #185 by @tjschuck]
* Define SKIP_GNU token when building extension (Fixes FreeBSD >= 12) [GH
  #189 by @adam12]

(taca)

2023-07-09 02:11:52 UTC MAIN commitmail json YAML

doc: Updated print/ruby-rbpdf to 1.21.2

(taca)

2023-07-09 02:11:21 UTC MAIN commitmail json YAML

print/ruby-rbpdf: update to 1.21.2

1.21.2 (2023-06-27)

* Resolving infinite loops when rtl == true. (#89)
* Ruby 2.4 is not compatible with loofah 2.21 or higher (#87)
* Order bookmarks by page and y for addTOC() and addHTMLTOC(). (#86)
* Order bookmarks by page and y (#85) (by skalimer0)

(taca)

2023-07-09 02:02:43 UTC MAIN commitmail json YAML

doc/TODO: +squid-6.1

(taca)

2023-07-09 02:01:23 UTC MAIN commitmail json YAML

doc: Updated security/stunnel to 5.69

(taca)

2023-07-09 02:00:53 UTC MAIN commitmail json YAML

security/stunnel: update to 5.69

Now support OpenSSL 3.0 and stop pkglint's warning.

Version 5.69, 2023.03.04, urgency: MEDIUM

* New features
  - Improved logging performance with the "output" option.
  - Improved file read performance on the WIN32 platform.
  - DH and kDHEPSK ciphersuites removed from FIPS defaults.
  - Set the LimitNOFILE ulimit in stunnel.service to allow
    for up to 10,000 concurrent clients.
* Bugfixes
  - Fixed the "CApath" option on the WIN32 platform by
    applying https://github.com/openssl/openssl/pull/20312.
  - Fixed stunnel.spec used for building rpm packages.
  - Fixed tests on some OSes and architectures by merging
    Debian 07-tests-errmsg.patch (thx to Peter Pentchev).

Version 5.68, 2023.02.07, urgency: HIGH

* Security bugfixes
  - OpenSSL DLLs updated to version 3.0.8.
* New features
  - Added the new 'CAengine' service-level option
    to load a trusted CA certificate from an engine.
  - Added requesting client certificates in server
    mode with 'CApath' besides 'CAfile'.
  - Improved file read performance.
  - Improved logging performance.
* Bugfixes
  - Fixed EWOULDBLOCK errors in protocol negotiation.
  - Fixed handling TLS errors in protocol negotiation.
  - Prevented following fatal TLS alerts with TCP resets.
  - Improved OpenSSL initialization on WIN32.
  - Improved testing suite stability.

Version 5.67, 2022.11.01, urgency: HIGH

* Security bugfixes
  - OpenSSL DLLs updated to version 3.0.7.
* New features
  - Provided a logging callback to custom engines.
* Bugfixes
  - Fixed "make cert" with OpenSSL older than 3.0.
  - Fixed the code and the documentation to use conscious
    language for SNI servers (thx to Clemens Lang).

Version 5.66, 2022.09.11, urgency: MEDIUM

* New features
  - OpenSSL 3.0 FIPS Provider support for Windows.
* Bugfixes
  - Fixed building on machines without pkg-config.
  - Added the missing "environ" declaration for
    BSD-based operating systems.
  - Fixed the passphrase dialog with OpenSSL 3.0.

Version 5.65, 2022.07.17, urgency: HIGH

* Security bugfixes
  - OpenSSL DLLs updated to version 3.0.5.
* Bugfixes
  - Fixed handling globally enabled FIPS.
  - Fixed openssl.cnf processing in WIN32 GUI.
  - Fixed a number of compiler warnings.
  - Fixed tests on older versions of OpenSSL.

Version 5.64, 2022.05.06, urgency: MEDIUM

* Security bugfixes
  - OpenSSL DLLs updated to version 3.0.3.
* New features
  - Updated the pkcs11 engine for Windows.
* Bugfixes
  - Removed the SERVICE_INTERACTIVE_PROCESS flag in
    "stunnel -install".

Version 5.63, 2022.03.15, urgency: HIGH

* Security bugfixes
  - OpenSSL DLLs updated to version 3.0.2.
* New features
  - Updated stunnel.spec to support bash completion.
* Bugfixes
  - Fixed a PRNG initialization crash (thx to Gleydson Soares).

Version 5.62, 2022.01.17, urgency: MEDIUM

* New features
  - Added a bash completion script.
* Bugfixes
  - Fixed a transfer() loop bug.

Version 5.61, 2021.12.22, urgency: LOW

* New features sponsored by the University of Maryland
  - Added new "protocol = capwin" and "protocol = capwinctrl"
    configuration file options.
* New features for the Windows platform
  - Added client mode allowing authenticated users to view
    logs, reconfigure and terminate running stunnel services.
  - Added support for multiple GUI and service instances
    distinguised by the location of stunnel.conf.
  - Improved log window scrolling.
  - Added a new 'Pause auto-scroll' GUI checkbox.
  - Double click on the icon tray replaced with single click.
  - OpenSSL DLLs updated to version 3.0.1.
* Other new features
  - Rewritten the testing framework in python (thx to
    Peter Pentchev for inspiration and initial framework).
  - Added support for missing SSL_set_options() values.
  - Updated stunnel.spec to support RHEL8.
* Bugfixes
  - Fixed OpenSSL 3.0 build.
  - Fixed reloading configuration with
    "systemctl reload stunnel.service".
  - Fixed incorrect messages logged for OpenSSL errors.
  - Fixed printing IPv6 socket option defaults on FreeBSD.

(taca)

2023-07-08 22:19:03 UTC MAIN commitmail json YAML

doc: Added sysutils/hw-probe version 1.6

(vins)

2023-07-08 22:17:44 UTC MAIN commitmail json YAML

2023-07-08 22:15:42 UTC MAIN commitmail json YAML

sysutils/hw-probe: import package from wip.

Originally packaged by author Andrey Ponomarenko
<andrew.v.ponomarenko@gmail.com>. Revised and updated by @vins.

hw-probe is a tool to probe for hardware, check operability and find
drivers with the help of BSD hardware database.

Probe is a snapshot of your computer hardware state and system
logs.  The tool checks operability of devices by analysis of logs
and returns a permanent URL to view the probe of the computer.

(vins)

2023-07-08 22:09:32 UTC MAIN commitmail json YAML

doc: Updated sysutils/zabbix60-server to 6.0.19

(otis)

2023-07-08 22:04:59 UTC MAIN commitmail json YAML

zabbix60: Update to 6.0.19

New Features and Improvements:
- Removed unnecessary JavaScript preprocessing in discovery rules in Kubernetes
  templates
- Updated JavaScript scripts in Kubernetes templates
- Updated max supported TimescaleDB version to 2.11
- Fixed hintbox to be automatically closed when target element disappears
- Added filters of node labels and annotations for Kubelet discovery in
  Kubernetes cluster state template

Full changelog:
https://www.zabbix.com/rn/rn6.0.19

(otis)

2023-07-08 21:39:27 UTC MAIN commitmail json YAML

lscpu: restrict package to *BSD.

(vins)

2023-07-08 21:32:46 UTC MAIN commitmail json YAML

doc: Added sysutils/lscpu version 1.2.0

(vins)

2023-07-08 21:32:16 UTC MAIN commitmail json YAML

2023-07-08 21:29:33 UTC MAIN commitmail json YAML

sysutils/lscpu: import package from wip.

This utility gathers CPU architecture information for OpenBSD, FreeBSD,
NetBSD, Mac OS X & DragonFly.
The main usage of this program should be for x86 architecture since it
leverages CPUID instructions. For other architectures, it just shows
very limited facts.

(vins)

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

fix build with exiv2 0.28.

from upstream commit a7275c90bf51a352783c723116a716af419896f4
Subject: [PATCH] Fix build with exiv2 >= 0.28

thanks to wiz for pointing to this patch.

(mrg)

2023-07-08 20:17:01 UTC MAIN commitmail json YAML

doc: Updated net/termscp to 0.12.1

(pin)

2023-07-08 20:16:41 UTC MAIN commitmail json YAML

net/termscp: update to 0.12.1

0.12.1 - Released on 06/07/2023
- Issue 169: Local working directory can now be specified in connection form
  and be saved into bookmarks.
- Issue 188: The breadcrumbs path is not fallbacked after a failed enter into
  the directory
- SMB support is now a feature (you can build rust without default features to
  disable smb).
- If SSH connection timeout is 0, the connection won't timeout.

0.12.0 - Released on 16/05/2023
- Change file permissions: you can now change file permissions easily with the
  permissions popup pressing Z in the explorer.
    - Issue 172
- SMB protocol: Support for SMB protocol has been added thanks to the
  remotefs-smb library and the pavao project. You may notice that the
  interface is quiet different between Windows and Linux/MacOs/BSD due to the
  fact that SMB is natively supported on Windows systems.
    - Issue 182
- Issue 153: show a loading message when loading directory's content
- Issue 176: debug log is now written to CACHE_DIR
- Issue 173: allow unknown fields in ssh2 configuration file
- Issue 175: don't prompt for password if a ssh key is set for that host
- Fixed an issue that didn't use the User specified in ssh2-config

(pin)

2023-07-08 20:14:39 UTC MAIN commitmail json YAML

doc: Updated chat/iamb to 0.0.8

(pin)

2023-07-08 20:14:16 UTC MAIN commitmail json YAML

chat/iamb: update to 0.0.8

Features/Improvements 笨ィ
- Append suffix to download filenames to avoid overwrites (#35)
- Support uploading image attachments from clipboard (#36)
- Support leaving rooms (#45)
- Support hiding server part of username in message scrollback (#71)
- Restore opened tabs and windows upon restart (#72)
- Interpret newlines as line breaks when converting Markdown to HTML (#74)
- Indicate when you're editing a message (#75)
- Support configuring which program :open runs (#95)
- Support sending and completing Emoji shortcodes in the message bar (#100)
- Indicate number of members in room (#110)
- Show errors fetching space hierarchy when list is empty (#113)
- Show Git SHA information when printing version information (#120)
- Reduce number of Tokio workers (#129)
- Indicate when there are new messages below scrollback viewport (#131)

Bug Fixes �汾�
- Tab completion panics for unrecognized commands (#81)
- Fix error message for undefined download directory (#87)
- Gracefully handle verification events that are unknown locally (#90)
- Use terminal window focus to determine when a message has actually been seen
  (#94)
- ChatStore::set_receipts locks up app for bad connections (#99)
- Need fallback behaviour when dirs::download_dir returns None (#118)
- Code blocks get rendered without line breaks (#122)
- Remove trailing newlines in body (#125)
- Profile session token should only be readable by the user (#130)
- Handle sync failure after successful password entry (#133)

Documentation/README Updates �沒�
- Add manual pages (#88)
- Mention Minimum Supported Rust Version in README (#115)
- Link to AUR pkg in README (#121)

Meta �汨キ窶坂凰�ク�
- Update locked Cargo dependencies (#70)
- Add Nix flake (#73)
- Add FUNDING.yml to project (#77)
- Upload artifacts built in GitHub Actions (#105)
- Cache build directory in GitHub Actions (#107)
- Replace GitHub actions using deprecated features (#114)
- Fix Nix flake build on Darwin (#117)

(pin)

2023-07-08 13:44:18 UTC MAIN commitmail json YAML

doc: Updated net/djbdnscurve6 to 44c

(schmonz)

2023-07-08 13:44:12 UTC MAIN commitmail json YAML

Update to 44c. From the changelog:

- NS violating CurveDNS protocol don't impede name resolution anymore.
- tinydns-edit 'add' recognizes now IPv6 addresses upon call for NS and
  MX records.
- Updates to tinydns-edit.8 man file and straightening the docs for
  libsodium use.

(schmonz)

2023-07-08 13:11:13 UTC MAIN commitmail json YAML

doc: Updated devel/py-looseversion to 1.3.0

(gutteridge)

2023-07-08 13:11:04 UTC MAIN commitmail json YAML

py-looseversion: update to 1.3.0

### 1.3.0 (5 Jul 2023)

- 2023.07.05
  - Restore Python 3 semantics for `LooseVersion`, creating `LooseVersion2`
    to restore Python 2 semantics.

(gutteridge)

2023-07-08 11:42:46 UTC MAIN commitmail json YAML

textproc/xmlcatmgr: Tidy up a little bit.

No functional change intended, other than in the console output
formatting.

(riastradh)

2023-07-08 11:11:10 UTC MAIN commitmail json YAML

sysutils/daemontools: Add Solaris/illumos SMF manifest

Put svscanboot under SMF control on Solaris/illumos.

Approved by: schmonz

(otis)

2023-07-08 07:33:56 UTC MAIN commitmail json YAML

Updated devel/py-testtools, devel/py-requests-mock

(adam)

2023-07-08 07:33:35 UTC MAIN commitmail json YAML

py-requests-mock: updated to 1.11.0

1.11.0
======

New Features
------------
- Exposes some public type aliases (for type hinting only, they can't be instanciated)
  for the types intended to be used by `requests_mock` users.
  The following types are now exposed:
  - `requests_mock.Context` used in callbacks
  - `requests_mock.Request` used in callbacks, which is a `requests.PreparedRequest` proxy.
  - `requests_mock.Callback[T]` which is the callbacks type.

Bug Fixes
---------
- Some typing inconsistencies have been fixed.
  Especially for `request` object in signatures which is in fact a `requests_mock.Request` object.

- Fix incompatibility with urllib3 >2.0.0. In 2.0.0 they default to enforcing
  content length checking on returned bodies in responses from the previous
  default of false. However the flag is still available so for compatibility
  we can just default the other way.

(adam)

2023-07-08 07:30:35 UTC MAIN commitmail json YAML

py-testtools: updated to 2.6.0

Release 2.6.0
* Finish adding support for Python 3.11
* Add a few missing entries to NEWS
* Wrap content-type params in a dictionary
* Replace deprecated \`cgi\` module usage with \`email\`
* Drop extras of extras; fixtures no longer uses it
* Fix distutilscmd in Debian + Py 3.11
* Add initial config for mypy
* Prevent AttributeError in TestCase.\_\_eq\_\_
* simplifying code
* less code
* Making sure that TestCase can be hashed
* Fix various test failures with Python 3.11
* Use CompoundFixture from fixtures>=2.0 rather than rolling our own
* Provide a \`\`testtools[twisted]\`\` extra
* Add final noop job to indicate success and set as required
* Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead
* Show warnings
* Replace deprecated assertRaisesRegexp with assertRaisesRegex
* Fix inclusion of NEWS in Sphinx documentation
* Upgrade Python syntax with pyupgrade --py36-plus
* Drop support for EOL Python 3.5
* Upgrade asserts with teyit for Python 3.11 compatibility
* doc: Remove references to unittest2
* Add instructions on building docs.
* Fix docstring formatting warnings
* Add missing quotes around identifier
* Drop note about assertIn, assertIs, assertIsInstance and their negatives that no longer applies with modern versions of Python.
* Fix typo.
* Deprecate distutils integration
* Add support for Python 3.10

(adam)

2023-07-08 07:05:47 UTC MAIN commitmail json YAML

Updated devel/py-xbe, databases/py-asyncpg

(adam)

2023-07-08 07:04:32 UTC MAIN commitmail json YAML

py-asyncpg: updated to 0.28.0

0.28.0
Do not try to cleanup statements
Add Pool.is_closing() method
Fix test_tls_version for LibreSSL
Handle environments without home dir
fix: salt and iterations parsing for scram
Add support for target_session_attrs
Add support for READ UNCOMMITTED
Update benchmarks, add psycopg3

(adam)

2023-07-08 07:02:50 UTC MAIN commitmail json YAML

doc: Updated math/R-RcppArmadillo to 0.12.4.1.0

(mef)

2023-07-08 07:02:39 UTC MAIN commitmail json YAML

(math/R-RcppArmadillo) Updated 0.12.4.0.0 to 0.12.4.1.0

2023-06-16  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.12.4.1.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo: Armadillo 12.4.1
        * inst/include/armadillo_bits/: Idem

2023-06-04  Mikael Jagan  <jaganmn@mcmaster.ca>

        * inst/include/RcppArmadillo/interface/RcppArmadilloAs.h: Patch for
        forthcoming Matrix version (see #415)

(mef)

2023-07-08 06:59:50 UTC MAIN commitmail json YAML

2023-07-08 06:06:28 UTC MAIN commitmail json YAML

doc: Updated math/R-lme4 to 1.1.34

(mef)

2023-07-08 06:06:17 UTC MAIN commitmail json YAML

(math/R-lme4) Updated 1.1.33 to 1.1.34

(R CMD Rdconv -t txt    /tmp/math/R-lme4/work/lme4/inst/NEWS.Rd)
CHANGES IN VERSION 1.1-34:

  BUG FIXES:

        * 'summary(<merMod>)' now records if 'correlation' was
          specified explicitly and to what; and its 'print()' method
          takes it into account; notably summary(<merMod>,
          correlation=TRUE) will by default print the correlation
          (matrix of the fixed effects) fixing GH #725

  NEW FEATURES:

        * 'refit' gains a 'newweights' argument

(mef)

2023-07-08 05:34:09 UTC MAIN commitmail json YAML

Updated www/py-MechanicalSoup, devel/py-anyio

(adam)

2023-07-08 05:33:19 UTC MAIN commitmail json YAML

py-anyio: updated to 3.7.1

3.7.1
- Fixed sending large buffers via UNIX stream sockets on asyncio
- Fixed several minor documentation issues (broken links to classes, missing classes or
  attributes)

(adam)

2023-07-08 05:24:43 UTC MAIN commitmail json YAML

py-MechanicalSoup: updated to 1.3.0

Version 1.3
===========

Breaking changes
----------------

* To prevent malicious web servers from reading arbitrary files from the
  client, files must now be opened explicitly by the user in order to
  upload their contents in form submission. For example, instead of:

    browser["upload"] = "/path/to/file"

  you would now use:

    browser["upload"] = open("/path/to/file", "rb")

  This remediates
  `CVE-2023-34457 <https://github.com/MechanicalSoup/MechanicalSoup/security/advisories/GHSA-x456-3ccm-m6j4>`__.

Main changes
------------

* Added support for Python 3.11.

* Allow submitting a form with no submit element. This can be achieved by
  passing ``submit=False`` to ``StatefulBrowser.submit_selected``.

(adam)

2023-07-08 05:15:00 UTC MAIN commitmail json YAML

doc: Updated math/R-intervals to 0.15.4

(mef)

2023-07-08 05:14:49 UTC MAIN commitmail json YAML

(math/R-intervals) Updated 0.13.2 to 0.13.3

******** VERSION 0.13.3 ********
BUG FIXES

  - The S3 plot() method for class Intervals was ignoring the y argument. (The
    method for class Intervals_full did, however, use the argument properly.)
    This has been fixed.

(mef)

2023-07-08 04:42:25 UTC MAIN commitmail json YAML

Updated converters/py-charset-normalizer, misc/py-trove-classifiers, devel/py-importlib-metadata, devel/py-importlib-resources

(adam)

2023-07-08 04:42:03 UTC MAIN commitmail json YAML

py-importlib-resources: updated to 6.0.0

v6.0.0

Deprecations and Removals
- Removed legacy functions deprecated in 5.3.

(adam)

2023-07-08 04:40:29 UTC MAIN commitmail json YAML

py-importlib-metadata: updated to 6.8.0

v6.8.0

Features
- Require Python 3.8 or later.

(adam)

2023-07-08 04:38:27 UTC MAIN commitmail json YAML

py-trove-classifiers: updated to 2023.7.6

2023.7.6

add Oceanography to Scientific/Engineering

This seemed to be the place to add a new one -- please let me know if there's another way to propose a new classifier.

Note: we could do something like:
Met/Ocean Science, but there is already Atmospheric Science, I figured Oceanography made sense.

(adam)

2023-07-08 04:35:31 UTC MAIN commitmail json YAML

py-charset-normalizer: updated to 3.2.0

3.2.0

Changed
- Typehint for function `from_path` no longer enforce `PathLike` as its first argument
- Minor improvement over the global detection reliability

Added
- Introduce function `is_binary` that relies on main capabilities, and optimized to detect binaries
- Propagate `enable_fallback` argument throughout `from_bytes`, `from_path`, and `from_fp` that allow a deeper control over the detection (default True)
- Explicit support for Python 3.12

Fixed
- Edge case detection failure where a file would contain 'very-long' camel cased word

(adam)

2023-07-08 04:31:54 UTC MAIN commitmail json YAML

doc: Updated math/R-insight to 0.19.3

(mef)

2023-07-08 04:31:43 UTC MAIN commitmail json YAML

(math/R-insight) Updated 0.19.2 to 0.19.3

# insight 0.19.3

## Breaking changes

* `standardize_column_order()` has changed the position when re-ordering Bayes
  factors, ROPEs and ESS / Rhat (mainly relevant for Bayesian models).

## Changes to functions

* `standardize_names()` and `standardize_column_order()` now also recognize the
  `"response.level"` column name.

* `get_data()` for _lavaan_ models is now more stable at retrieving model data
  when this is not available in the environment.

* `find_terms()` gets an `as_term_labels` argument, to extract model terms
  from the formula's `"term.labels"` attribute. This is closer to the behaviour
  of `stats::terms()`, but may be insufficient, e.g. for mixed models.

## Bug fixes

* `get_random()` now returns the same observations as `get_data()` and correctly
  removes missing values from the data before returning it.

* `find_parameters()` for marginal effects ignores the `"s.value"` column (which
  was added in a recent update).

* Fixed issue in `get_response()` for _brms_ models with `trunc()` function in
  the response variable.

(mef)

2023-07-08 00:16:50 UTC MAIN commitmail json YAML

doc: Updated math/R-emdbook to 1.3.13

(mef)

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

(math/R-emdbook) Updated 1.3.12 to 1.3.13

Changes in version 1.3.13:

        * various cleanup (CITATION file, junk test directory, old
          URLs, etc.)

        * 'deltamethod': attempt to improve handling of functions
          missing from derivs table when warning language is not
          English

        * 'lambertW': slightly improved reporting when iteration limits
          reached

(mef)

2023-07-07 21:57:08 UTC MAIN commitmail json YAML

firefox: 115 requires rust>=1.66

(gutteridge)

2023-07-07 20:48:41 UTC MAIN commitmail json YAML

doc: Updated www/firefox102 to 102.13.0

(nia)

2023-07-07 20:47:53 UTC MAIN commitmail json YAML

firefox102: update to 102.13.0

Security Vulnerabilities fixed in Firefox ESR 102.13

    #CVE-2023-37201: Use-after-free in WebRTC certificate generation

    #CVE-2023-37202: Potential use-after-free from compartment mismatch in
    SpiderMonkey

    #CVE-2023-37207: Fullscreen notification obscured

    #CVE-2023-37208: Lack of warning when opening Diagcab files

    #CVE-2023-37211: Memory safety bugs fixed in Firefox 115, Firefox ESR
    102.13, and Thunderbird 102.13

(nia)

2023-07-07 14:05:12 UTC MAIN commitmail json YAML

doc: Updated print/qpdf to 11.4.0

(ryoon)

2023-07-07 14:04:20 UTC MAIN commitmail json YAML

qpdf: Update to 11.4.0

Changelog:
This is qpdf version 11.4.0. This release contains a few minor
enhancements and bug fixes. Highlights include improving annotation
flattenening to avoid losing annotations in certain technically
incorrect but otherwise usable PDF files, and an enhancement to
--optimize-images that allows it to traverse into form XObjects.
This release also corrects a packaging error that was causing the
MinGW DLL to be about 12 times larger than necessary.

(ryoon)

2023-07-07 13:49:09 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 115.0

(ryoon)

2023-07-07 13:48:46 UTC MAIN commitmail json YAML

firefox-l10n: Update to 115.0

* Sync with www/firefox-115.0.

(ryoon)

2023-07-07 13:48:26 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 115.0

(ryoon)

2023-07-07 13:47:35 UTC MAIN commitmail json YAML

Updated lang/elixir, textproc/py-parse_type

(adam)

2023-07-07 13:47:11 UTC MAIN commitmail json YAML

py-parse_type: updated to 0.6.2

Version: 0.6.2 (2023-07-04)

FIXES:

* tests/test_parse.py tests ``parse_type.parse`` (per default).
  REASON: Using for older installed ``parse`` module may cause weird problems.
  RELATED TO: ``parse v1.19.1`` (behavior changed compared to ``v1.19.0``)

Version: 0.6.1 (2023-07-02)

* Switch to MIT license (same as: `parse`_ module)
* Use SPDX-License-Identifier in source code (to simplify understanding)
* UPDATE/SYNC to `parse`_ v1.19.1
* ADDED: ``pyproject.toml`` to support newer ``pip`` versions
  REASON: ``setup.py`` becomes DEPRECATED in 2023-09 for newer ``pip`` versions.

FIXED:

* pytest is failing in two units (submitted by: kloczek; caused by: `parse`_ v1.19.1)
* Licensing confusion

DEVELOPMENT:

* VCS: Renamed default branch of Git repository to "main" (was: "master").
* CI:  Use github-actions as CI pipeline.

(adam)

2023-07-07 13:47:10 UTC MAIN commitmail json YAML

firefox: Update to 115.0

Changelog:
New

  * Migrating from another browser? Now you can bring over payment methods
    you've saved in Chrome-based browsers to Firefox.

  * Hardware video decoding is now enabled for Intel GPUs on Linux.

  * The Tab Manager dropdown now features close buttons, so you can close tabs
    more quickly.

  * We've refreshed and streamlined the user interface for importing data in
    from other browsers.

  * Users without platform support for H264 video decoding can now fallback to
    Cisco's OpenH264 plugin for playback.

Fixed

  * Windows Magnifier now follows the text cursor correctly when the Firefox
    title bar is visible.

  * Windows users on low-end/USB wifi drivers and with OS geolocation disabled
    can now approve geolocation on a case by case basis without causing
    system-wide network instability.

  * Various security fixes.

Changed

  * Undo and redo are now available in Password fields.

  * On Linux, middle clicks on the new tab button will now open the xclipboard
    contents in the new tab. If the xclipboard content is a URL then that URL
    is opened, any other text is opened with your default search provider.

  * For users with a Firefox Colorways built-in theme, the theme will be
    automatically migrated to the same theme hosted on addons.mozilla.org for
    Firefox profiles that have disabled add-ons auto-updates. This will allow
    users to keep their Colorways theme when they are later removed from
    Firefox installer files.

  * Certain Firefox users may come across a message in the extensions panel
    indicating that their add-ons are not allowed on the site currently open.
    We have introduced a new back-end feature to only allow some extensions
    monitored by Mozilla to run on specific websites for various reasons,
    including security concerns.

Security fixes:
#CVE-2023-3482: Block all cookies bypass for localstorage
#CVE-2023-37201: Use-after-free in WebRTC certificate generation
#CVE-2023-37202: Potential use-after-free from compartment mismatch in
SpiderMonkey
#CVE-2023-37203: Drag and Drop API may provide access to local system files
#CVE-2023-37204: Fullscreen notification obscured via option element
#CVE-2023-37205: URL spoofing in address bar using RTL characters
#CVE-2023-37206: Insufficient validation of symlinks in the FileSystem API
#CVE-2023-37207: Fullscreen notification obscured
#CVE-2023-37208: Lack of warning when opening Diagcab files
#CVE-2023-37209: Use-after-free in `NotifyOnHistoryReload`
#CVE-2023-37210: Full-screen mode exit prevention
#CVE-2023-37211: Memory safety bugs fixed in Firefox 115, Firefox ESR 102.13,
and Thunderbird 102.13
#CVE-2023-37212: Memory safety bugs fixed in Firefox 115

(ryoon)

2023-07-07 13:45:06 UTC MAIN commitmail json YAML

2023-07-07 13:40:42 UTC MAIN commitmail json YAML

elixir: updated to 1.15.2

v1.15.2

Bug fixes

IEx

[IEx] Fix CLI being unable to boot on Windows

v1.15.1

1. Enhancements

[Code] Code.string_to_quoted/2 honors :static_atoms_encoder for multi-letter sigils
2. Bug fixes

ExUnit

[ExUnit.CaptureLog] Fix race condition on concurrent capture_log
[ExUnit.CaptureLog] Respect options passed to nested capture_log calls
[ExUnit.Doctest] Properly compile doctests without results terminated by fences
[ExUnit.Doctest] Allow variables defined in doctests to be used in expectation
IEx

[IEx] Ensure pry works on Erlang/OTP 25 and earlier while IEx is booting
[IEx] Code.Fragment.surround_context considers surround context around spaces and parens
Logger

[Logger] Do not assume Logger has been loaded at compile-time
[Logger.Formatter] Properly handle :function as metadata
Mix

[mix compile] Ensure the current project is available on the code path after its Elixir sources are compiled
[mix compile] Guarantee yecc/leex are available when emitting warnings from previous runs
[mix compile] Fix bug where an external resource was deleted after its
mtime was successfully retrieved
[mix compile] Track removed modules and exports across local deps
[mix deps] Fix an issue where dependencies could not be started in an umbrella projects
[mix release] Properly handle optional dependencies when there is a conflict in the application start mode
[mix release] Remove --werl from release scripts on Erlang/OTP 26

(adam)

2023-07-07 13:39:44 UTC MAIN commitmail json YAML

doc: Updated graphics/graphviz to 8.1.0

(micha)

2023-07-07 13:38:11 UTC MAIN commitmail json YAML

graphics/graphviz: Update to 8.1.0

## [8.1.0] – 2023-07-06

### Added

- On non-Windows platforms, new `-Tvt100` and `-Tvt100-24bit` output formats
  are available that do rudimentary rendering to a terminal that supports ANSI
  escape sequences.
- Some notes about the interaction with wide-oriented streams were added to
  the cgraph man page.

### Changed

- When memory allocation failures cause Graphviz to exit, information about
  the failing allocation is included in the error message.

### Fixed

- Failure of arrowhead and arrowtail to respect penwidth #372 \
  Fixed also for the `curve` and `icurve`
  [edge arrow shapes](https://graphviz.org/doc/info/arrows.html#primitive-shapes).
- Iteration calculations based on `nslimit` and/or `nslimit1` attributes are
  clamped to `[0, INT_MAX]`. That is, calculations that result in a negative
  number of iterations are rounded up to `0` and those that result in a number
  of iterations that exceeds `INT_MAX` are rounded down to `INT_MAX`. Iteration
  numbers outside this range do not have useful behavior, but could be caused
  unintentionally by users.
- Setting `xdotversion` attributes that parse as greater than 17 (`xdotversion`
  is parsed as a series of digits, ignoring all non-digits) no longer causes an
  out of bounds read when rendering to xdot. #2390
- Icon size in the macOS Graphviz.app has been fixed so icons are no longer
  invisible.
- Compiling the portable source tarball on a machine with SWIG ≥ 4.1.0 no
  longer fails due to missing PHP files. #2388
- Syntax for a loop in `gvmap.sh` has been corrected. This was a regression in
  Graphviz 2.50.0. #2404

(micha)

2023-07-07 12:58:24 UTC MAIN commitmail json YAML

doc: update mail/roundcube and related packages to 1.6.2

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

(taca)

2023-07-07 12:57:35 UTC MAIN commitmail json YAML

subversion-base: remove curses bl3.mk include in bl3.mk too

(wiz)

2023-07-07 12:57:21 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.6.2

1.6.2 (2023-07-02)

* Add Uyghur localization
* Fix regression in OAuth request URI caused by use of REQUEST_URI instead
  of SCRIPT_NAME as a default (#8878)
* Fix bug where false attachment reminder was displayed on HTML mail with
  inline images (#8885)
* Fix bug where a non-ASCII character in app.js could cause error in
  javascript engine (#8894)
* Fix JWT decoding with url safe base64 schema (#8890)
* Fix bug where .wav instead of .mp3 file was used for the new mail
  notification in Firefox (#8895)
* Fix PHP8 warning (#8891)
* Fix support for Windows-31J charset (#8869)
* Fix so LDAP VLV option is disabled by default as documented (#8833)
* Fix so an email address with name is supported as input to the managesieve
  notify :from parameter (#8918)
* Fix Help plugin menu (#8898)
* Fix invalid onclick handler on the logo image when using non-array
  skin_logo setting (#8933)
* Fix duplicate recipients in "To" and "Cc" on reply (#8912)
* Fix bug where it wasn't possible to scroll lists by clicking middle mouse
  button (#8942)
* Fix bug where label text in a single-input dialog could be partially
  invisible in some locales (#8905)
* Fix bug where LDAP (fulltext) search didn't work without 'search_fields'
  in config (#8874)
* Fix extra leading newlines in plain text converted from HTML (#8973)
* Fix so recipients with a domain ending with .s are allowed (#8854)
* Fix so vCard output does not contain non-standard/redundant TYPE=OTHER and
  TYPE=INTERNET (#8838)
* Fix QR code images for contacts with non-ASCII characters (#9001)
* Fix PHP8 warnings when using list_flags and list_cols properties by
  plugins (#8998)
* Fix bug where subfolders could loose subscription on parent folder rename
  (#8892)
* Fix connecting to LDAP using an URI with ldapi:// scheme (#8990)
* Fix insecure shell command params handling in cmd_learn driver of
  markasjunk plugin (#9005)
* Fix bug where some mail headers didn't work in cmd_learn driver of
  markasjunk plugin (#9005)
* Fix PHP fatal error when importing vcf file using PHP 8.2 (#9025)
* Fix so output of log_date_format with microseconds contains time in server
  time zone, not UTC

(taca)

2023-07-07 12:53:22 UTC MAIN commitmail json YAML

bootstrap: Use /usr/bin/bash more on SunOS

Document the meanings of bootstrap_foo vs fooprog.

On SunOS, if we find /usr/bin/bash and use it for bootstrap_sh, also
use it for shprog.  Resolves failure to run libarchive's configure on
old SunOS.  (It seems likely libarchive's configure is using modern
constructs that are best avoided, but it is also good to use a better
shell if available.)

Problem and solution from Vivianne Ombretta via pkgsrc-users.  The
explanatory comments are gdt's fault.

(gdt)

2023-07-07 12:51:48 UTC MAIN commitmail json YAML

doc: Updated lang/php81 to 8.1.21

(taca)

2023-07-07 12:51:19 UTC MAIN commitmail json YAML

lang/php81: update to 8.1.21

PHP 8.1.21 (2023-07-06)

- CLI:
  . Fixed bug GH-11246 (cli/get_set_process_title fails on MacOS).
    (James Lucas)

- Core:
  . Fixed build for the riscv64 architecture/GCC 12. (Daniil Gentili)

- Curl:
  . Fixed bug GH-11433 (Unable to set CURLOPT_ACCEPT_ENCODING to NULL).
    (nielsdos)

- DOM:
  . Fixed bugs GH-11288 and GH-11289 and GH-11290 and GH-9142 (DOMExceptions
    and segfaults with replaceWith). (nielsdos)
  . Fixed bug GH-10234 (Setting DOMAttr::textContent results in an empty
    attribute value). (nielsdos)
  . Fix return value in stub file for DOMNodeList::item. (divinity76)
  . Fix spec compliance error with '*' namespace for
    DOMDocument::getElementsByTagNameNS. (nielsdos)
  . Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.
    (nielsdos)
  . Fixed bug GH-11347 (Memory leak when calling a static method inside an
    xpath query). (nielsdos)
  . Fixed bug #67440 (append_node of a DOMDocumentFragment does not reconcile
    namespaces). (nielsdos)
  . Fixed bug #81642 (DOMChildNode::replaceWith() bug when replacing a node
    with itself). (nielsdos)
  . Fixed bug #77686 (Removed elements are still returned by getElementById).
    (nielsdos)
  . Fixed bug #70359 (print_r() on DOMAttr causes Segfault in
    php_libxml_node_free_list()). (nielsdos)
  . Fixed bug #78577 (Crash in DOMNameSpace debug info handlers). (nielsdos)
  . Fix lifetime issue with getAttributeNodeNS(). (nielsdos)
  . Fix "invalid state error" with cloned namespace declarations. (nielsdos)
  . Fixed bug #55294 and #47530 and #47847 (various namespace reconciliation
    issues). (nielsdos)
  . Fixed bug #80332 (Completely broken array access functionality with
    DOMNamedNodeMap). (nielsdos)

- Opcache:
  . Fix allocation loop in zend_shared_alloc_startup(). (nielsdos)
  . Access violation on smm_shared_globals with ALLOC_FALLBACK. (KoudelkaB)
  . Fixed bug GH-11336 (php still tries to unlock the shared memory ZendSem
    with opcache.file_cache_only=1 but it was never locked). (nielsdos)

- OpenSSL:
  . Fixed bug GH-9356 Incomplete validation of IPv6 Address fields in
    subjectAltNames (James Lucas, Jakub Zelenka).

- PGSQL:
  . Fixed intermittent segfault with pg_trace. (David Carlier)

- Phar:
  . Fix cross-compilation check in phar generation for FreeBSD. (peter279k)

- SPL:
  . Fixed bug GH-11338 (SplFileInfo empty getBasename with more than one
    slash). (nielsdos)

- Standard:
  . Fix access on NULL pointer in array_merge_recursive(). (ilutov)
  . Fix exception handling in array_multisort(). (ilutov)

(taca)

2023-07-07 12:49:44 UTC MAIN commitmail json YAML

doc: Updated lang/php82 to 8.2.8

(taca)

2023-07-07 12:49:17 UTC MAIN commitmail json YAML

lang/php82: update to 8.2.8

PHP 8.2.8 (2023-07-06)

- CLI:
  . Fixed bug GH-11246 (cli/get_set_process_title fails on MacOS).
    (James Lucas)

- Core:
  . Fixed build for the riscv64 architecture/GCC 12. (Daniil Gentili)

- Curl:
  . Fixed bug GH-11433 (Unable to set CURLOPT_ACCEPT_ENCODING to NULL).
    (nielsdos)

- Date:
  . Fixed bug GH-11455 (Segmentation fault with custom object date properties).
    (nielsdos)

- DOM:
  . Fixed bugs GH-11288 and GH-11289 and GH-11290 and GH-9142 (DOMExceptions
    and segfaults with replaceWith). (nielsdos)
  . Fixed bug GH-10234 (Setting DOMAttr::textContent results in an empty
    attribute value). (nielsdos)
  . Fix return value in stub file for DOMNodeList::item. (divinity76)
  . Fix spec compliance error with '*' namespace for
    DOMDocument::getElementsByTagNameNS. (nielsdos)
  . Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.
    (nielsdos)
  . Fixed bug GH-11347 (Memory leak when calling a static method inside an
    xpath query). (nielsdos)
  . Fixed bug #67440 (append_node of a DOMDocumentFragment does not reconcile
    namespaces). (nielsdos)
  . Fixed bug #81642 (DOMChildNode::replaceWith() bug when replacing a node
    with itself). (nielsdos)
  . Fixed bug #77686 (Removed elements are still returned by getElementById).
    (nielsdos)
  . Fixed bug #70359 (print_r() on DOMAttr causes Segfault in
    php_libxml_node_free_list()). (nielsdos)
  . Fixed bug #78577 (Crash in DOMNameSpace debug info handlers). (nielsdos)
  . Fix lifetime issue with getAttributeNodeNS(). (nielsdos)
  . Fix "invalid state error" with cloned namespace declarations. (nielsdos)
  . Fixed bug #55294 and #47530 and #47847 (various namespace reconciliation
    issues). (nielsdos)
  . Fixed bug #80332 (Completely broken array access functionality with
    DOMNamedNodeMap). (nielsdos)

- Opcache:
  . Fix allocation loop in zend_shared_alloc_startup(). (nielsdos)
  . Access violation on smm_shared_globals with ALLOC_FALLBACK. (KoudelkaB)
  . Fixed bug GH-11336 (php still tries to unlock the shared memory ZendSem
    with opcache.file_cache_only=1 but it was never locked). (nielsdos)

- OpenSSL:
  . Fixed bug GH-9356 Incomplete validation of IPv6 Address fields in
    subjectAltNames (James Lucas, Jakub Zelenka).

- PCRE:
  . Fix preg_replace_callback_array() pattern validation. (ilutov)

- PGSQL:
  . Fixed intermittent segfault with pg_trace. (David Carlier)

- Phar:
  . Fix cross-compilation check in phar generation for FreeBSD. (peter279k)

- SPL:
  . Fixed bug GH-11338 (SplFileInfo empty getBasename with more than one
    slash). (nielsdos)

- Standard:
  . Fix access on NULL pointer in array_merge_recursive(). (ilutov)
  . Fix exception handling in array_multisort(). (ilutov)

- SQLite3:
  . Fixed bug GH-11451 (Invalid associative array containing duplicate
    keys). (nielsdos)

(taca)

2023-07-07 12:45:25 UTC MAIN commitmail json YAML

2023-07-07 12:25:39 UTC MAIN commitmail json YAML

exiv2: Restore GCC_REQD change.

(jperkin)

2023-07-07 12:20:59 UTC MAIN commitmail json YAML

2023-07-07 12:18:41 UTC MAIN commitmail json YAML

doc: Updated devel/fq to 0.7.0

(wiz)

2023-07-07 12:18:31 UTC MAIN commitmail json YAML

fq: update to 0.7.0.

# 0.7.0

Added LuaJIT bytecode decoder by @dlatchx, otherwise mostly small things. Been busy with nice weather and
helping our getting jq development and maintenance back on track.

## Changes

- Better performance of binary arrays when they only include 0-255 numbers or strings. #704
- Make `tovalue` on binary, in addition decode value binary, respect `bits_format` options. #677
  ```sh
  # uses -V to do tovalue to get a hex string
  # uses -r to output "raw" string
  $ fq -o bits_format=hex -Vr -n '[1,0xff,3] | tobytes'
  01ff03
  ```
- Updated gojq fork with fixes from upstream: #679
  - Improved error messages
  - `@urid` URI format function

## Decoder changes

- `luajit` Add LuaJIT bytecode decoder. Thanks @dlatchx #709
- `mp4` Improved sample group definition box `sgpd` entries decoder. Thanks @ksa-real #707
- `mp4` Improved user metadata `udta` structure decoding #676
- `wav` Decode `bext` chunk. #712

(wiz)

2023-07-07 11:52:42 UTC MAIN commitmail json YAML

p5-XML-XPath: Fix interpreter in xpath.

(jperkin)

2023-07-07 11:46:49 UTC MAIN commitmail json YAML

2023-07-07 11:44:46 UTC MAIN commitmail json YAML

doc: Updated net/proftpd to 1.3.7f

(jperkin)

2023-07-07 11:44:36 UTC MAIN commitmail json YAML

proftpd: Update to 1.3.7f, and fix msgfmt.

1.3.7f
-------

1.3.7e
-------

  + Ensure that mod_sftp algorithms work properly when OpenSSL 3.x is used.

1.3.7d
-------

  + Improved consistency/support for name-based virtual hosts.
  + Fixed crashes due to very long lines in AuthGroupFiles (Issue #1321).

(jperkin)

2023-07-07 10:54:31 UTC MAIN commitmail json YAML

doc: Updated net/knot to 3.2.8

(ryoon)

2023-07-07 10:53:14 UTC MAIN commitmail json YAML

knot: Update to 3.2.8

Changelog:
Version 3.2.8

Improvements:

        kdig: malformed messages are parsed and printed using a best-effort approach
        python: new dname from wire initialization

Bugfixes:

        knotd: missing outgoing NOTIFY upon refresh if one of more primaries is up-to-date
        knotd: journal loop detection can prevent zone from loading
        knotd: cryptic error message when journal is full #842
        knotd: failed to query catalog zone over UDP
        configure: libngtcp2 check wrongly requires version 0.13.0 instead of 0.13.1

Version 3.2.7

Features:

        knotd: new configuration option for preserving incoming IXFR changeset history (see 'zone.ixfr-by-one')

Improvements:

        knotd: journal ensures the stored changeset's SOA serials are strictly increasing
        knotd: more effective handling of zero KNOT_ZONE_LOAD_TIMEOUT_SEC environment value
        knotd, kdig: incoming transfer fails if a message has the TC bit set
        knotd, kjournalprint: store or print the timestamp of changeset creation
        kxdpgun: load only necessary number of queries (Thanks to Petr Špaček)
        kxdpgun: print ratio of sent vs. requested queries (Thanks to Petr Špaček)
        kxdpgun: print percentages as floats (Thanks to Petr Špaček)
        kjournalprint: ability to print a changeset loop
        kjournalprint: added changset serials information to '-z -d' output
        packaging: RHEL9 requires libxdp like fedora since RHEL 9.2 #844
        doc: various improvements

Bugfixes:

        knotd: journal loading can get stuck in a multi-changeset loop
        knotd: missing RCU lock when reading zone through the control interface
        knotd: server start D-Bus signaling doesn't work well if the zone file is missing, catalog zones are used, or in the async-start mode
        knotd: test suite fails on 32bit architectures on musl 1.2 and newer #843
        knotd: failed to process zero-length messages over QUIC
        libs: compilation with embedded ngtcp2 fails if there is another ngtcp2 in the path

Version 3.2.6

Improvements:

        libs: upgraded embedded libngtcp2 to 0.13.1
        libs: added support for building on Cygwin and MSYS (Thanks to Christopher Ng)
        mod-dnstap: improved precision of stored time values
        kdig: added option for EDNS EXPIRE (see '+expire') #836
        kdig: extended description of SOA timers in the multiline mode
        kdig: reduced latency of TLS communication
        libknot: added EDE codes 28 and 29
        doc: various improvements

Bugfixes:

        knotd: generated catalog zone not updated upon server reload #834
        knotd: failed to check shared module configuration
        knotd: missing RCU registration of the statistics thread (Thanks to Qin Longfei)
        knotd: server logs failed to send QUIC packets in the XDP mode
        libs: inconsistent transformation of IPv4-Compatible IPv6 Addresses
        utils: failed to load configuration if dnstap module is enabled #831
        libknot: missing include string.h

(ryoon)