Commit Graph

173187 Commits

Author SHA1 Message Date
robert f48f8d4057 fixup previous by putting back the correct pathnames for ungoogled-chromium 2023-01-29 17:31:39 +00:00
robert 507baade66 fixup previous by putting back the correct pathnames for iridium 2023-01-29 17:29:16 +00:00
jca e38586d744 Update to openvpn-2.6.0
This is the start of the new 2.6 series, and almost a major version
bump.

Announcement mail:
https://www.mail-archive.com/openvpn-announce@lists.sourceforge.net/msg00126.html

ChangeLog:
https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst

Positive server test results from sthen@
2023-01-29 12:06:08 +00:00
jca f621840aff Update to samba-4.17.5
Release notes:
https://www.samba.org/samba/history/samba-4.17.5.html

Tests and ok bket@ and Ian McWilliam (co-maintainer)
2023-01-29 11:59:18 +00:00
bket 5f594b3999 Update to filezilla-3.63.1
Fixes icon sizing issue on high DPI scale factors.
2023-01-29 11:39:26 +00:00
robert 5bf2f4aef5 there is no need to call XGetErrorDatabaseText() to cache the XErrorDB anymore
so remove it for now
2023-01-29 11:31:00 +00:00
caspar fd01a80a29 Tor Browser: update to 12.0.2
OK tb@
2023-01-29 08:56:47 +00:00
tb b6f5fce745 borgbackup: USE_NOEXECONLY is needed due to static linking with OpenSSL.
Move it to the top and annotate it.
2023-01-29 07:41:20 +00:00
tb 622b4fb175 openssl/1.1: also need to bump borgbackup/2.0 on changes. 2023-01-29 07:38:26 +00:00
tb 65c79227b4 zap trailing blank 2023-01-29 07:31:30 +00:00
naddy b5ee94956f x11/xpostit: explicitly cast integer to pointer to fix build with clang 15
The callback takes a pointer to be able to pass arbitrary data, but
instead of allocating an int and passing a pointer to it, the code
jams the int directly into the pointer for an int -> pointer -> int
roundtrip.  Problem reported by and discussed with jca@.

Fix implicit function declarations.
2023-01-29 00:07:55 +00:00
naddy 4f1d2838ba revert "Handle ALL_TARGET and INSTALL_TARGET in cmake module"
It breaks a number of ports at the fake step:

Unknown argument -t
Usage: cmake --install <dir> [options]
2023-01-28 22:03:46 +00:00
tb 51fc6cccd4 libgcrypt: more amd64 x-only assembly fixes. Remove USE_NOEXECONLY for
amd64 now.
2023-01-28 21:02:08 +00:00
tb a7db0b9d68 rust-ring: add a reminder to bump consumers when this port is changed. 2023-01-28 19:19:47 +00:00
kn febf9dfa93 Switch to Qt6
At least under Xfce when using a custom (lower) DPI value, qbittorrent is
unusable as buttons get cropped to the point where their text is no longer
visible;  menus have the wrong size.

Use Qt6 to get proper rendering and a usable UI.

(Other Qt5 apps like KeePassXC are fine, regardless of DPI and/or desktop
environment.)

maintainer timeout
OK rsadowski
2023-01-28 19:12:08 +00:00
tb ac791cd458 qtwebengine: runtime testing showed the need for more assembly fixes. 2023-01-28 17:41:11 +00:00
kn ae5a58d2e9 Oops, the previous commit used an old/unrelated message file.
Correct commit message:
---
Handle ALL_TARGET and INSTALL_TARGET in cmake module

devel/cmake ignores explicitly set targets, mostly because the default
"all", "install" do not always work like they do with autoconf.

In CMake, the default target is only known after configure time.

To allow passing explicit targets without hand-rolling do-* in ports
Makefiles, default to empty *_TARGET values in devel/cmake so it can
later recognise explicitly set values and pass them along.

For tests ctest(1) is used which works differently, so no TEST_TARGET bits.

Remove hand-rolled targets in the only two effected ports:
libtorrent-rasterbar and keepassxc.

OK rsadowski
---
2023-01-28 16:34:11 +00:00
kn 34b56cbb68 Remove security/hlfl
WWW is dead, the old hlfl.org is now another project, DESCR doesn't
mention pf, long missing out on updates, unmaintained.

OK benoit
2023-01-28 16:25:12 +00:00
op b63ff37086 update net/tut to 2.0.1 2023-01-28 16:15:36 +00:00
kn ea695506d0 +gitlab-cli 2023-01-28 16:08:19 +00:00
kn e0e0e1bb0b Import sysutils/gitlab-cli 1.24.1
OK sthen
---
GLab is an open source GitLab CLI tool bringing GitLab to your terminal
next to where you are already working with git and your code without
switching between windows and browser tabs. Work with issues, merge requests,
watch running pipelines directly from your CLI among other features.

glab(1) is available for repositories hosted on GitLab.com and self-managed
GitLab instances. glab supports multiple authenticated GitLab instances
and automatically detects the authenticated hostname from the remotes
available in the working Git directory.
2023-01-28 16:07:13 +00:00
robert f043ec761a remove .orig file 2023-01-28 13:41:18 +00:00
robert 4bc85882f4 put the embedded blob code to the .openbsd.mutable section and
mprotect it RX to support x-only

idea from deraadt@, diff from kettenis@
2023-01-28 13:39:20 +00:00
tb ed20f890af bump consumers of rust-ring (static linking) 2023-01-28 13:34:16 +00:00
tb faf945f250 rust-ring: add missing .rodata annotation for SHA-256. SIGSEGV in ncspot
reported by Matthias Schmidt.
2023-01-28 13:20:40 +00:00
op 9a7835a75c update net/lagrange to 1.15.1; from MAINTAINER Florian Viehweger, thanks!
Changelog:
- Fixed opening multiple Preferences windows at the same time.
- Fixed the Preferences window missing a window icon.
- Footer information moved out of the margin area and under the page content.
- Updated UI translations.
2023-01-28 12:52:21 +00:00
robert 2aba169072 put the embedded blob code to the .openbsd.mutable section and
mprotect it RX to support x-only

idea from deraadt@, diff from kettenis@
2023-01-28 12:46:46 +00:00
sthen d98818c95d update to py3-dpkt-1.9.8, modified from a diff from dsp (maintainer) 2023-01-28 12:42:07 +00:00
ajacoutot 5cae4e5e42 Update to spice-gtk-0.42. 2023-01-28 11:03:22 +00:00
ajacoutot 50536da850 Update to geoclue2-2.7.0. 2023-01-28 10:55:35 +00:00
ajacoutot b20a2efd8f Update to govc-0.30.1. 2023-01-28 10:51:19 +00:00
ajacoutot 71dc8b527b Update to awscli-1.27.59. 2023-01-28 10:34:03 +00:00
ajacoutot 1c8f0fa3ac Update to py3-boto3-1.26.59. 2023-01-28 10:33:43 +00:00
ajacoutot 202e27b35b Update to py3-botocore-1.29.59. 2023-01-28 10:33:32 +00:00
sthen 84460379fd update to py3-filetype-1.2.0 2023-01-28 10:09:30 +00:00
sthen 449e1f1a77 update to py-simplejson-3.18.1 2023-01-28 09:48:29 +00:00
sthen 5e77526dcf update to composer-2.5.1 2023-01-28 09:48:27 +00:00
sthen 32a00b84d1 update to atomicparsley-20221229 2023-01-28 09:48:24 +00:00
sthen 2715316461 update to ocrmypdf-14.0.2 2023-01-28 09:48:21 +00:00
tb 7b7d0c47db thunderbird: apply kettenis's fft.asm fix also here. 2023-01-28 09:45:10 +00:00
tb 7dbeabb708 seamonkey: apply kettenis's fft.asm fix. Also set USE_NOEXECONLY since
the embedded skia does some embedded assembly stuff that is not easy
neuter and makes seamonkey completely broken on PKU machines.
2023-01-28 09:41:49 +00:00
tb be873f0ff9 tor-browser: apply kettenis's fft.asm fix from ffmpeg also here. While
the file is clearly compiled in, I was unable to trigger the crash with
the reproducers known to me, so it may be neutered by whatever it is
that the developers do to firefox.
2023-01-28 09:36:35 +00:00
tb 6b3adeb9dd firefox-esr: backport kettenis's fft.asm fix from ffmpeg. Fixes an x-only
crash reported by ratchov.
2023-01-28 09:29:57 +00:00
sthen f1145a57d2 update to librenms-23.1.1 2023-01-28 09:10:12 +00:00
tb 8d6a8edf59 mozilla-firefox embeds a libavcodec that can be triggered by sites doing
audio recording. Port over kettenis's fft.asm fix from ffmpeg.

ok landry
2023-01-28 08:42:03 +00:00
sthen 3db4f9142f borgmatic: add BUILD_DEPENDS=${RUN_DEPENDS} so generate-borgmatic-config
can run, found by naddy
2023-01-28 01:38:15 +00:00
jcs 1aaacf205a update to sdorfehs-1.5 2023-01-28 00:19:16 +00:00
kn 951df37e27 extract major version in module name and reuse the variable 2023-01-27 23:29:07 +00:00
kn 800e847277 zap SEPARATE_BUILD line, it defaults to Yes 2023-01-27 22:58:51 +00:00
bket bc2fab81db Hook up borgbackup/2.0 2023-01-27 20:30:26 +00:00