net/cloudquery: fix build on 32 bit architectures
Compilation failed on 32 bit archtectures with the following error
message:
vendor/github.com/cloudquery/plugin-sdk/v4/schema/testdata.go:463:27:
3600000000 (untyped int constant) overflows int
vendor/github.com/cloudquery/plugin-sdk/v4/schema/testdata.go:467:27:
3600000000000 (untyped int constant) overflows int
vendor/github.com/cloudquery/plugin-sdk/v4/schema/testdata.go:467:45:
60000000000 (untyped int constant) overflows int
The reason is that strconv.Itoa() accepts only 32 bit arguments.
Attempt to fix by conversion of strconv.Itoa() to strconv.FormatInt()
with native int variables casted to 64 integers.
[NEW PORT] security/open-vulnerability-cli: CLI to query various online vulnerability sources
The open-vulnerability-cli is a command line utility that can be
used to query various online vulnerability sources such as the NVD
or GHSA. The CLI and docker images can be used to mirror the NVD.
Note that the CLI is called vulnz because open-vulnerability-cli
is cumbersome. vulnz is a spring-boot command line utility built
with picocli.
Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR: 296276
mail/opensmtpd-table-postgres: new port
The PostgreSQL table addon for OpenSMTPD allows the storing of usernames,
passwords, aliases, and domains in a PostgreSQL table.
PR: 288908
mail/dbmail: unbreak build after a315965d7d62ea69f5aed95c37e7ad36c900dc61 (+)
Restore version for libzdb.so.19 dependency checks to avoid name conflict
with base libzdb.so from recent ZFS presented at least on 15.x and -current
% pkg which /usr/lib/libzdb.so
/usr/lib/libzdb.so was installed by package FreeBSD-zfs-dev-16