robert
3641fee99f
update to 107.0.5304.87
2022-10-28 18:08:26 +00:00
naddy
2829160ff3
net/curl: security update to 7.86.0
...
Includes fixes for
CVE-2022-32221: POST following PUT confusion
CVE-2022-35260: .netrc parser out-of-bounds access
CVE-2022-42915: HTTP proxy double-free
CVE-2022-42916: HSTS bypass via IDN
2022-10-28 17:59:06 +00:00
sthen
4901f2e260
add psutil dependency to menulibre, now that we have it, and drop patch parts
...
that were removing use of it - changes in upstream commit b8c93652c4fa mean
that menulibre wasn't working as-was. ok landry@
2022-10-28 17:16:59 +00:00
sthen
bf49d1e86c
MariaDB tweaks, from Brad:
...
- Add a build fix for Clang to resolve building on riscv64
- Add a fix for retrieving the MAC address
- Update patch comments
2022-10-28 17:15:10 +00:00
rsadowski
bb579fb3d0
/etc/mtab not exist on OpenBSD
...
This avoids the following message where solid tries to observe /etc/mtab:
QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
Denglisch tweak an ok tb, Danke!
2022-10-28 17:08:50 +00:00
tb
772b40c4e6
Update to rust-openssl-tests 20221028
2022-10-28 17:07:22 +00:00
rsadowski
93252f9e0b
Improve python version detection when multiple versions are installed
...
Add Python${MODPY_MAJOR_VERSION}_{EXECUTABLE,LIBRARY_DIRS,INCLUDE_DIR}
to help CMake to detect the correct python ports version.
OK tb@, discovered in an aarch64 bulk build with Python 3.10 installed at the
time of build.
2022-10-28 17:05:18 +00:00
robert
d61797c145
unbreak webauthn fido support by using the usb service implementation instead
...
of a nullptr and sync the fido code with the linux specific code to make it
easier to compare in the future
2022-10-28 16:33:30 +00:00
sthen
6781029335
bump REVISION for ports using rust, so that pkg_add -u for i386 users
...
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
espie
027fa5ac02
a bit more internals I need to write
2022-10-28 09:35:03 +00:00
semarie
57d38d081e
lang/rust: drop -znotext on i386
...
it isn't need anymore as __rust_probestack is hidden
2022-10-28 09:27:44 +00:00
sthen
a6266011f7
update to lucee-5.3.9.166
2022-10-28 08:59:19 +00:00
ajacoutot
cd60ea25a2
Update to evince-42.4.
2022-10-28 08:57:49 +00:00
sdk
b34e3d8fbc
Update mu to 1.8.11
...
Bugfix release:
* Use fake message-ids when empty
* Add explicit check for charconv header
* Fix outdated doc for mime part actions
* mu-view: be clearer when no text-body found
* Fix mu4e-header-thread-first-child-prefix copy-pasta
* Ensure mime-parts are utf8
2022-10-27 22:29:58 +00:00
naddy
8801d1640b
sysutils/ggrep: update to 3.8
...
Changes in behavior:
* The -P option is now based on PCRE2.
* The egrep and fgrep commands now warn that they are obsolescent and
should be replaced by grep -E and grep -F.
* The confusing GREP_COLOR environment variable is now obsolescent.
* Regular expressions with stray backslashes now cause warnings.
* Regular expressions or subexpressions that start with a repetition
operator now also cause warnings.
* Regular expressions like [:space:] are now errors even if
POSIXLY_CORRECT is set.
2022-10-27 20:43:00 +00:00
tb
0fb863ad80
Update rust-openssl-tests to 20221027
2022-10-27 19:21:15 +00:00
caspar
0d555f986f
Tor Browser: update to 12.0a3
...
Yes, that's an alpha release, which is not ideal. Unfortunately however,
Tor Browser's last stable release is based on an unsupported version of
Firefox ESR which does not build with the newest version of Rust (which
we already have).
If you don't want to use an alpha release of Tor Browser, it's probably
best to run OpenBSD 7.2 for another month until Tor Browser 12.0
is released.
Encouraged by landry@ tb@ george@
OK landry@
2022-10-27 17:37:13 +00:00
naddy
a8fb9fe197
audio/flac: drop useless master site
...
downloads.xiph.org already redirects to ftp.osuosl.org, so the
latter does not add redundancy.
2022-10-27 16:56:13 +00:00
sthen
eb7147c1e8
update to traccar-5.4, similar diff from maintainer Renaud Allard
2022-10-27 16:43:13 +00:00
robert
48988d46f9
add build dependency on qt5 base which was missing from the previous commit
2022-10-27 16:37:37 +00:00
millert
fcbabdd359
Update to 1.9.12
2022-10-27 16:34:07 +00:00
bluhm
aeabeb4551
update p5-OPCUA-Open62541 to 1.05
2022-10-27 16:06:04 +00:00
sthen
cad451fdf8
use MODPY_PYBUILD
2022-10-27 15:31:26 +00:00
naddy
7e567545e5
audio/flac: update to 1.4.2
2022-10-27 15:07:32 +00:00
tb
5a205f3233
sysutils/moreutils: fix build after addition of waitid(2) to base.
...
ok sthen (maintainer)
2022-10-27 15:05:05 +00:00
naddy
876c92fd4c
audio/libao: check memory allocations for success
...
From upstream, via Brad
2022-10-27 14:43:29 +00:00
sthen
4f0f377f90
add a MESSAGE with a quick note about disabling "CAP LS" in
...
newer irssi versions; use https HOMEPAGE/MASTER_SITES while there
2022-10-27 14:04:51 +00:00
op
0d6496c6e9
update math/cglm to 0.8.7
...
previous release didn't ship some headers for the new functions; no
changes to existing APIs.
2022-10-27 12:24:52 +00:00
landry
40231bf381
mail/mozilla-thunderbird: update to 102.4.1.
...
see https://www.thunderbird.net/en-US/thunderbird/102.4.1/releasenotes/
2022-10-27 10:31:04 +00:00
op
295034c7ed
update devel/poedit to 3.2.1
...
changelog: https://github.com/vslavik/poedit/releases/tag/v3.2.1-oss
Previous version checked wrongly the return value of chmod(2) and
chown(2) that resulted in an error message shown when saving files,
although the operation was successfully.
2022-10-27 10:08:19 +00:00
gonzalo
aa0c577b30
add stripe-cli
2022-10-27 09:55:42 +00:00
gonzalo
5333c60bd6
build, test, and manage your Stripe integration OK sthen@
2022-10-27 09:54:26 +00:00
sthen
eb93cb9536
update to i3-4.21.1
2022-10-27 09:10:29 +00:00
ajacoutot
117196cea8
Update to polkit-122.
2022-10-27 08:41:07 +00:00
sthen
235cb158f0
update to wireshark-4.0.1
2022-10-27 08:11:19 +00:00
tb
adafa1571b
mail/meli: fix notmuch module by not hardcoding the major so version.
...
Problem reported and patch tested by James Cook
ok landry
2022-10-27 04:51:19 +00:00
jeremy
48b4a95a94
Update to JRuby 9.3.9.0
2022-10-26 21:49:34 +00:00
lraab
53b22bd587
sysutils/grafana: update to 9.2.1
...
changelogs:
https://github.com/grafana/grafana/releases/tag/v9.1.3
https://github.com/grafana/grafana/releases/tag/v9.1.4
https://github.com/grafana/grafana/releases/tag/v9.1.5
https://github.com/grafana/grafana/releases/tag/v9.1.6
https://github.com/grafana/grafana/releases/tag/v9.1.7
https://github.com/grafana/grafana/releases/tag/v9.2.0
https://github.com/grafana/grafana/releases/tag/v9.2.1
ok landry@
2022-10-26 21:21:04 +00:00
lraab
8ee8efd6d8
sysutils/telegraf: fix broken user creation due to specifying a user class
...
Breaks because the class doesn't exist yet when useradd is run.
rc.d sets this anyway so it isn't needed
ok sthen@
2022-10-26 21:17:09 +00:00
sdk
d7e9b06839
Add missing run dep. to pdfarranger
...
OK rsadowksi
2022-10-26 20:41:39 +00:00
edd
65c1c37291
games/odamex: Unbreak.
...
We had missed one place where the SDL versioning had to be changed.
OK thfr@, thanks.
2022-10-26 20:02:40 +00:00
jeremy
4125b6014d
Fix mistakes in MESSAGE-main
...
From vtamara@pasosdejesus.org
2022-10-26 19:09:37 +00:00
rsadowski
6c76384efd
Use ${LOCALBASE} instead /usr/local
...
Diff from SASANO Takayoshi, thanks
2022-10-26 18:46:02 +00:00
thfr
88c018efd4
update the FNA suite to 22.09.01. Tested with many games, including the
...
recently released Blossom Tales II.
2022-10-26 15:29:04 +00:00
ajacoutot
f6b5354c67
Update to tracker3-miners-3.4.1.
2022-10-26 14:40:36 +00:00
ajacoutot
8771fe362c
Update to tracker3-3.4.1.
2022-10-26 14:40:24 +00:00
landry
61e781dc90
www/mozilla-firefox: update to 106.0.2.
...
see https://www.mozilla.org/en-US/firefox/106.0.2/releasenotes/
2022-10-26 13:51:23 +00:00
espie
848578837f
temporary fix, there is something bad with compare, it doesn't return undef,
...
and it's not even clear it actually can without breaking something else.
2022-10-26 12:45:52 +00:00
kirby
42131ac0f9
Update to sigil-1.9.20.
...
Original diff from wen heping <wenheping2000 () hotmail ! com>, thanks!
Hints from op@ and sthen@
OK op@
2022-10-26 12:23:45 +00:00
ajacoutot
460d1308e3
Update to google-cloud-sdk-407.0.0.
2022-10-26 11:40:48 +00:00