162840 Commits

Author SHA1 Message Date
tb
8711e64022 ldns: Prepare for upcoming libcrypto bump by using the OpenSSL 1.1
code path.
2022-01-09 19:29:01 +00:00
tb
249eccbcd4 libunbound: Fix build with opaque RSA and DSA in LibreSSL 3.5.
Same diff was just committed to base.
2022-01-09 18:50:06 +00:00
anton
60a271041b update to mdsort-11.2.0
- add command matcher, evalutes to true if command exits zero.
2022-01-09 17:58:37 +00:00
robert
a8a69d0fb3 unbreak on arm64 2022-01-09 14:32:39 +00:00
rsadowski
8b30f9fbf5 Update broot to 1.9.1
OK bket@
2022-01-09 12:29:02 +00:00
rsadowski
9a098347c2 Update bat to 0.19.0
OK bket@
2022-01-09 12:28:03 +00:00
sthen
eb903ea0cb update to xapian-omega-1.4.19 2022-01-09 12:12:42 +00:00
sthen
faa3aa5542 update to xapian-bindings-perl-1.4.19 2022-01-09 12:12:39 +00:00
sthen
1a8cf16e83 update to xapian-core-1.4.19 2022-01-09 12:12:37 +00:00
sthen
2c45b26efc update to c-icap-0.5.9 2022-01-09 12:11:17 +00:00
ajacoutot
73779f1e35 Install shell completion scripts into their proper location.
from Matthew Martin
2022-01-09 11:39:14 +00:00
ajacoutot
9c0ebbe809 The command completion scripts aren't standard; so install them in a non default
location and add a README about how to include them in the shell profile.
2022-01-09 11:25:52 +00:00
ajacoutot
599e6b94a7 Update to eog-plugins-3.26.8. 2022-01-09 00:03:14 +00:00
ajacoutot
936fbe1360 update to vala-0.54.6. 2022-01-08 23:34:02 +00:00
kurt
5ea37d57bd Clang 13 doesn't like when you use 'this' as tagged pointer. It optimizes
away the bit twiddling. Work around this by setting all accessor methods to
no-inline and where that wasn't sufficient, reduce optimization level to
-O1 to prevent clang from optimizing away code that is needed.

Also remove ant as build depend. This was never needed and mistakenly
copied from the 1.7 jdk port.
2022-01-08 22:41:06 +00:00
martin
c474325196 Update py-tinytuya to 1.3.0. 2022-01-08 21:38:17 +00:00
pascal
51da395135 Fix games/mars, which was broken after the sfml (and maybe base llvm?) update.
looks good to aja@
2022-01-08 19:23:49 +00:00
paco
e50f1159e8 update sysutils/chezmoi to 2.9.5
while here, change the zsh completion file name to be more consistent.
initial diff by Matthew Martin, completed by me.

ok aja@
2022-01-08 18:14:58 +00:00
thfr
aa5dfd63b7 update to 1.12.2; no issues on brief testing
Release notes at: https://github.com/Novum/vkQuake/releases
2022-01-08 17:36:23 +00:00
bket
01c62f62b0 Update CVE quirk for security/polarssl 2022-01-08 17:33:18 +00:00
bket
4376840f01 Update to mbedtls-2.16.12
Changes: https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.12

Tested by martijn@. OK martijn@, tb@
2022-01-08 17:30:38 +00:00
thfr
dd3e78ee7f update to kitty 0.24.1
Changelog: https://sw.kovidgoyal.net/kitty/changelog/

Now with shell integration for zsh, fish, bash:
https://sw.kovidgoyal.net/kitty/shell-integration/

I haven't tested shell integration as I'm on ksh. Otherwise runs as
expected.
2022-01-08 17:21:44 +00:00
tracey
317fabf9bd move gawk and gsed to Makefile.inc. ok tb@ aja@ thanks! 2022-01-08 16:58:33 +00:00
tracey
a24f07afc9 move gawk and gsed to Makefile.inc. ok tb@ aja@ thanks! 2022-01-08 16:58:09 +00:00
thfr
770f65071d update to 3.11.4; build of the consumer vulkan-validation-layers tested
Changelog: https://github.com/martinus/robin-hood-hashing/releases/tag/3.11.4
fixes #131: add missing insert and emplace_hint methods.
2022-01-08 16:27:41 +00:00
thfr
b79bfaf0ed update FNA suite to 22.01; tested with Steel Assault
https://github.com/FNA-XNA/FNA/releases/tag/22.01
https://github.com/FNA-XNA/FAudio/releases/tag/22.01
https://github.com/FNA-XNA/FNA3D/releases/tag/22.01

New Features:
Update to FNA3D 22.01
Update to FAudio 22.01
Added SetVideoTrackEXT extension
Added SrgbEXT extension

Fixes:
The FNA3D log is now hooked later in FNAPlatform initialization, to try and load SDL before FNA3D
Partially works around a regression in the new dyld in macOS Monterey
Fixed DDSFromStreamEXT mip loading to calculate each mip level in full

New Features:
Added support for SRGB textures/renderbuffers

Removed Features:
The Metal renderer has been removed, in favor of Vulkan/MoltenVK

Fixes:
Vulkan: Various fixes for device support checks
Image: Log errors from stb_image
2022-01-08 16:22:00 +00:00
pvk
40932bb3c8 Update vault 1.9.1 -> 1.9.2
Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#192
Take maintainership, ok ajacoutot@
2022-01-08 16:18:47 +00:00
kurt
975eeee136 Clang 13 doesn't like when you use 'this' as tagged pointer. It optimizes
away the bit twiddling. Work around this by setting all accessor methods to
no-inline and where that wasn't sufficient, reduce optimization level to
-O1 to prevent clang from optimizing away code that is needed.
2022-01-08 15:05:30 +00:00
denis
1914a7c701 link promscale to the build 2022-01-08 12:36:17 +00:00
ajacoutot
93e67fe2ef Update to terraform-1.1.3. 2022-01-08 12:35:28 +00:00
denis
7690137a85 import promscale
OK abieber@
2022-01-08 12:34:33 +00:00
ajacoutot
98ab12dd08 Update to awscli-1.22.31. 2022-01-08 12:30:21 +00:00
ajacoutot
bbc74bd179 Update to py3-boto3-1.20.31. 2022-01-08 12:30:06 +00:00
ajacoutot
d33699e419 Update to py3-botocore-1.23.31. 2022-01-08 12:29:51 +00:00
ajacoutot
56b2dd9c14 Fix path to zsh completions. 2022-01-08 12:24:10 +00:00
ajacoutot
1543a89df6 Fix path to zsh completion.
ok bket@ (maintainer)
2022-01-08 11:57:04 +00:00
pvk
f74917ba76 Update riemann 0.3.6 -> 0.3.8
Changelog: https://github.com/riemann/riemann/blob/master/CHANGELOG.md
2022-01-08 10:35:02 +00:00
ajacoutot
7ade47c618 Update to gupnp-1.4.2. 2022-01-08 10:33:04 +00:00
pvk
f6816d42d3 Update mattermost-server 6.0.2 -> 6.2.1
Changelog: https://docs.mattermost.com/install/self-managed-changelog.html
2022-01-08 10:18:59 +00:00
ajacoutot
08994053e4 Fix crash due to overlapping memcpy.
reported, tested and ok stsp@
2022-01-08 09:49:43 +00:00
namn
50251a720f garbage collect CPPFLAGS (-pthread and warnings)
From Brad
2022-01-08 09:18:24 +00:00
ajacoutot
e2e2cabcad Fix path to completion scripts. 2022-01-08 08:48:18 +00:00
ajacoutot
b63c4bd754 Fix path to zsh completion.
from Matthew Martin
2022-01-08 07:29:52 +00:00
rsadowski
ba224ee670 Update openbsdisks2 to 0.3.1 2022-01-08 07:18:45 +00:00
sthen
e23607e8ee i386 qutebrowser can depend on py3-adblock now 2022-01-08 01:36:34 +00:00
sthen
db495cf134 py3-adblock builds ok on i386 now (maybe after a rust update, I didn't
retry it since rust 1.57.0), drop NOT_FOR_ARCHS
2022-01-08 01:35:55 +00:00
op
c569a2260e update icewm to 2.9.3
diff from Timo Myyrä with tweaks by me (regen WANTLIBs.)  Tested by
John Batteen too, thanks!
2022-01-07 21:54:16 +00:00
sthen
586cb77d9f add text for the ipv6 vrrp mac addresses which use a different prefix 2022-01-07 21:05:27 +00:00
sthen
270964d5c9 update to a newer arp-scan commit, and update the OUI list 2022-01-07 20:54:48 +00:00
rsadowski
b28426caea Update prosody to 0.11.11
Update diff from MAINTAINER
2022-01-07 20:26:38 +00:00