156477 Commits

Author SHA1 Message Date
ajacoutot
2b75c73ab9 Update to py3-chromecast-9.1.2. 2021-04-07 05:52:26 +00:00
lteo
7970ea86d1 Update to Snort 2.9.17.1, from maintainer Markus Lude 2021-04-07 02:00:52 +00:00
ajacoutot
7df61bcbcb Bugfix update to graphene-1.10.6. 2021-04-06 21:06:55 +00:00
sthen
1a8772484f Update to tor-browser 10.0.15, cope with a change in the NoScript extension
that was resulting in html within <noscript> tags from being disallowed,
fixing (amongst others) duckduckgo and startpage which weren't redirecting
to their non-JS sites correctly. From deserter666 at danwin1210 me, ok
maintainer
2021-04-06 20:05:35 +00:00
sthen
26cbda8fc2 qutebrowser: fix QtWebEngine version detection, from maintainer following
a report from Anindya Mukherjee

qutebrowser needs to identify the version of chromium used in the QtWebEngine
build; this appears to not be easily available via QtWebEngine/PyQtWebEngine
API so it does this by attempting to parse the ELF .so file, however it does
not know about OpenBSD ports shared library versioning.

The fix used here is to search for the highest numbered .so file and use that.
2021-04-06 20:00:13 +00:00
bluhm
cae8cc0372 update p5-Net-DNS to 1.30 2021-04-06 16:52:43 +00:00
landry
e8593fc3b9 devel/cbindgen: update to 0.18.0 2021-04-06 14:39:00 +00:00
abieber
f973870876 Bonk honk to this vonk: 0.9.6! Patch from MAINTAINER 2021-04-06 14:35:14 +00:00
sthen
dc705bc53f add "uses pledge" marker 2021-04-06 12:36:25 +00:00
solene
478cdcabea Fix a fatal error in client mode because of a missing pledge
Reported upstream

ok sthen@
2021-04-06 12:32:04 +00:00
denis
46ef9c62cf Update to v2.1.0 2021-04-06 07:22:39 +00:00
semarie
9c0a0522ec productivity/tryton/5.0: maintenance update 2021-04-05 15:58:14 +00:00
sthen
26ca93a61d update to mosquitto-2.0.10 2021-04-05 14:30:35 +00:00
sthen
f0b756fa27 The bwfm(4) on nanopc-t4 is on an Ampak AP6356S module. Copy the nvram
config file used for Rock960 (also using AP6356S) so that it's used on
nanopc-t4 as well. Similar change requested by Colin Tree. ok kurt@
2021-04-05 14:30:04 +00:00
sthen
189d2e3d95 pylint: set tighter version dependency on py-astroid, similar to a diff
from rgcinjp@ disroot org
2021-04-05 14:21:15 +00:00
sthen
ec0abc3125 update to py-astroid-2.5.2 and add a comment warning about pylint
compatibility when updating, similar to diff from rgcinjp@ disroot org
2021-04-05 14:20:07 +00:00
sthen
98df7abe88 update to openimageio-2.2.13.0, from maintainer plus I synced wantlib 2021-04-05 14:13:39 +00:00
sthen
e5d5a63d10 update to visidata-2.3 2021-04-05 13:27:45 +00:00
sthen
f5275046a3 update to passwdqc-2.0.2 2021-04-05 13:26:31 +00:00
sthen
1174c43522 update to p5-Net-CIDR-Lite-0.22
fixes treating IP addresses with leading 0 as octal
2021-04-05 13:21:48 +00:00
stsp
c20ed09b48 update to got 0.52
- fix error checking in dial_ssh()
- increase pack index cache size from 16 to 64 to improve performance
- fix off-by-one in got_repo_cache_pack() causing the wrong pack to be evicted
- cap pack file cache size at 1/8 of the current open file desciptor limit
- when reading a pack index byte-swap fields at compile-time where possible
- diff: reduce duplicate code (kn)
- fix "mandoc -T lint" WARNINGS and ERRORS, add missing word (kn)
- fix open file descriptor leak in error path of read_object_header_privsep()
2021-04-05 11:58:36 +00:00
jca
a18591898f Bugfix update to emacs-27.2
Tested by Timo Myyra and krw@
2021-04-04 23:43:25 +00:00
jca
2aa3a96096 Update to knot-3.0.5
Mostfly bug fixes.
Release notes:
https://www.knot-dns.cz/2021-03-25-version-305.html
2021-04-04 23:33:49 +00:00
robert
d5a5b1500d remove obsolete patch 2021-04-04 16:44:18 +00:00
robert
215acbc300 unbreak multicast and getnetworklist 2021-04-04 15:53:23 +00:00
sebastia
e76eb15cd9 include missing patch from last update
build failure reported by naddy@
2021-04-04 12:45:17 +00:00
solene
8d3ff95ced Add completion file for the shell fish
ok bket@
2021-04-04 09:11:48 +00:00
solene
cc6845fc1a add _vger for net/vger 2021-04-04 08:58:22 +00:00
solene
5c10fbf73a + vger 2021-04-04 08:57:59 +00:00
solene
00e6ea9af4 Import vger-1.06
Vger is a gemini server supporting chroot, virtualhosts,
CGI, default language choice, redirections and MIME types
detection.

Vger design is relying on inetd and a daemon to take care of
TLS.  The idea is to delegate TLS and network to daemons
which proved doing it correctly, so vger takes its request
from stdin and output the result to stdout.

ok thfr@
2021-04-04 08:57:15 +00:00
kirby
a5a34d842a switch HOMEPAGE and MASTER_SITES to HTTPS 2021-04-04 08:51:50 +00:00
feinerer
10c36949fe Update to pg_activity 2.1.4 2021-04-04 07:50:23 +00:00
tb
35223f4ad0 Update to py-protobuf 3.15.7
Only the version number changed.
2021-04-04 07:49:45 +00:00
tb
44762dd44c Update to protobuf 3.15.7
Main change is the removal of the pb namespace introduced in 3.15.0 that
caused some breakage (as in audio/clementine). Other than that there are
version number bumps and autoconf churn. All consumers built on amd64.
2021-04-04 07:48:58 +00:00
sebastia
3ebbe955d7 update 6.1.5 -> 6.1.6 2021-04-03 21:48:56 +00:00
sthen
16f99509d6 mark BROKEN-i386 2021-04-03 20:27:25 +00:00
sthen
2d0a0c2700 update to lldpd-1.0.9 2021-04-03 20:19:47 +00:00
cwen
34e7551d29 gtk+4: unbreak on ld.bfd arches
Fix undefined references by disabling "-Wl,--as-needed" on these arches.

OK aja@
2021-04-03 19:31:41 +00:00
landry
094a470e5f x11/xfce4/mousepad: update to 0.5.4.
see https://mail.xfce.org/pipermail/xfce-announce/2021-April/001028.html
migrates to gtksourceview4.
2021-04-03 17:02:36 +00:00
okan
cce49a27be update to 2.1.34; ok sthen 2021-04-03 17:01:29 +00:00
naddy
8f972352b2 misc/bible-kjv: maintenance update to 4.32, no changes for us 2021-04-03 15:09:21 +00:00
danj
0ec190057a Update to haproxy-2.3.9 2021-04-03 14:53:30 +00:00
jturner
1b5b571bca Update openradtool to 0.12.5 2021-04-03 13:33:09 +00:00
sthen
b04df75af9 Use HW_NCPUONLINE/_SC_NPROCESSORS_ONLN for FFmpeg, VLC, X264. From Brad. 2021-04-03 11:15:46 +00:00
sthen
358bfe7e70 merge back in a bit more of the previous offline CPUs patch which I think
should re-unbreak AMD SMT
2021-04-03 11:13:48 +00:00
fcambus
c062270609 Update inter to 3.18. 2021-04-03 11:11:52 +00:00
fcambus
3159719288 Update dbip to 2021-04. 2021-04-03 11:11:14 +00:00
thfr
da46d59e46 update to FNA3D 21.04. Tested with Unholy Heights, Celeste, Cryptark, Rogue
Legacy.

Update Notes:

Fixes:
OpenGL:
Fix a possible conditional on uninitialized memory in ReadBackbuffer
Builds no longer require SDL_syswm.h, unless you're building for UIKit
VertexElementFormat.Color input should be normalized, even if VertexElementUsage is not also Color
Work around Wayland transparency issues by inaccurately forcing an RGB8 backbuffer, rather than RGBA8
D3D11: Various threading safety fixes, notably for shader programs and ReadBackbuffer
Fixed a tracing bug that caused data to get overwritten after calling ResetBackbuffer
Continued work on the Vulkan pre-release
2021-04-03 08:37:57 +00:00
thfr
8cf602696d update to FAudio 21.04. Now supporting audio in "Unholey Heights".
Tested with Unholy Heights, Cryptark, Celeste, Rogue Legacy

Update Notes:

New Features:
Added support for SDL_GetAudioDeviceSpec, coming in a future SDL release
FACT: Implemented accurate Fast/Slow/SinCos RPC curve types
Added support for XMA2 audio, for Xbox 360 data

Fixes:
Voice filters/effects should be processed even when SendCount is 0
FACT:
Fix parsing/calculation of filter Q factors
Enforce STOPPING flag for fade-outs or RPC releases
Various fixes for parsing big-endian SoundBanks
2021-04-03 08:36:35 +00:00
thfr
5bf4e6a330 update to FNA 21.04.
Now supports WMA2 audio, for example for the game Unholy Heights
Tested with Unholy Heights, Celeste, Rogue Legacy

Update Notes:

New Features:
Added XMA2 SoundEffect support, for Xbox 360 data
Update to FNA3D 21.04
Update to FAudio 21.04

Fixes:
Fixed support for high-DPI on Wayland
Fixed the Emscripten DllImport names for WASM builds
Design: Add spaces between struct members when generating strings
GamePad: Trigger/Axis-to-Buttons conversion is now done in GamePadState,
not FNAPlatform
SoundEffect: Fix reading content with with no cbSize in the wave format
header
2021-04-03 08:34:41 +00:00