sthen
af0729c7de
update to p5-File-Listing-6.15, from wen heping
2022-12-15 13:21:00 +00:00
landry
38d657c08d
devel/py-build{bot,slave}: update to 3.7.0.
...
see https://github.com/buildbot/buildbot/releases/tag/v3.7.0
finally switch py-buildbot to MODPY_PYBUILD=setuptools.
2022-12-15 12:54:40 +00:00
op
d485d3ee83
update math/cglm to 0.8.8
...
- new abs functions for vec2, ivec2, ivec3, ivec4
- fix assertion in test_clamp on x86
- fix missing abs declaration on Emscripten
2022-12-15 12:07:27 +00:00
robert
4454dad740
update to 108.0.5359.124
2022-12-15 12:03:08 +00:00
sthen
e7ad644556
vpn-daemon: mark BROKEN-i386, golang.org/x/sys does not have unix.SOCK_CLOEXEC
...
or unix.SOCK_NONBLOCK for openbsd_386 (though it does for other archs)
2022-12-15 11:42:11 +00:00
sthen
0087ea56a2
update to py3-test-filter-subpackage-0.1.2
2022-12-15 10:49:04 +00:00
ajacoutot
42619ed354
Merge SECURITY fix from upstream to solve problems with validating untrusted
...
inputs from D-Bus, where invalid numbers of added and removed menu entries, and
positions, could
be specified.
2022-12-15 10:34:17 +00:00
sthen
19be9c6979
update to py3-pathspec-0.10.3
2022-12-15 09:46:28 +00:00
sthen
db8e9cb729
update to icinga-web2-2.11.3, including some security fixes (open redirect
...
but requires login and is blocked for already-logged-in users), some XSS,
and all logged-in users could list users/groups via crafted url. More info
at https://github.com/Icinga/icingaweb2/releases/tag/v2.11.3
2022-12-15 09:32:48 +00:00
benoit
55e1435139
Update to p5-PAR-1.018.
2022-12-15 08:29:45 +00:00
ajacoutot
486a6e31d5
Update to py3-chromecast-13.0.4.
2022-12-15 07:27:24 +00:00
naddy
0e846e8b4e
shells/bash: update to 5.2 patchlevel 15
2022-12-14 23:12:28 +00:00
sthen
b373a4d39b
vpn-user-node: CA_KEY_TYPE=EdDSA didn't actually work, rejected in
...
openvpn with "error:14FFF0F7:SSL routines:(UNKNOWN)SSL_internal:unknown
certificate type". Patch to set to CA_KEY_TYPE=ECDSA instead (rather
than previous patch which removed CA_KEY_TYPE altogether presumably
falling back to RSA). There's something confusing because the only
relevant cert I found is in the generated openvpn config file, and
that's ECDSA regardless of what's set in this file.
2022-12-14 19:29:50 +00:00
tb
db0bd78eeb
Update to py-protobuf 4.21.12
...
https://github.com/protocolbuffers/protobuf/releases/tag/v21.12
2022-12-14 17:23:27 +00:00
tb
00931879eb
Update to protobuf 3.21.12
...
Only version number bumps for protobuf-c++
https://github.com/protocolbuffers/protobuf/releases/tag/v21.12
2022-12-14 17:22:42 +00:00
kn
3bdbe0beb6
pick up new devel/crc32c
2022-12-14 16:18:26 +00:00
kn
3dba3a5d8d
update to git 2.39.0
2022-12-14 15:50:47 +00:00
kn
9a86ba476a
+ crc32c
2022-12-14 15:49:37 +00:00
kn
913cd5c35a
Import devel/crc32c
...
Initially ported to avoid the bundled copy in net/tg_owt, but other ports
can probably pick it up as well.
Feedback OK sthen tb
---
Collection of CRC32C implementations that dispatches to one suitable to
the hardware. CRC32C is the cyclic redundancy check that uses the iSCSI
polynomial specified in RFC 3720.
2022-12-14 15:48:54 +00:00
sthen
eae2f44fc2
oh, another 2 files changed too, use a different DIST_SUBDIR instead for
...
simplicity
2022-12-14 14:22:15 +00:00
sthen
84701f87ed
rename the downloaded qdigidoc4/qt-common-pcsc-lite-121.patch file,
...
bulk build machines already have the old version downloaded under that
name
2022-12-14 14:17:18 +00:00
sebastia
e333382cb2
update 2.0.20 -> 2.0.22
2022-12-14 14:10:15 +00:00
sthen
826b5b5506
update to py-lxml-4.9.2
2022-12-14 14:06:35 +00:00
sebastia
d5b5569755
update 3.10.0 -> 3.11.0
2022-12-14 14:02:20 +00:00
sthen
4c7ea08960
update to scamper-20211212e
2022-12-14 13:48:58 +00:00
sthen
98981ebe55
update to py3-test-remotedata-0.4.0
2022-12-14 13:46:01 +00:00
sthen
72ee2b0098
update to py3-sphinx_rtd_theme-1.1.1
2022-12-14 13:41:32 +00:00
sthen
2d242bbdd8
update to zathura-0.5.2, bump plugin REVISIONs and BUILD_DEPENDS to make
...
sure they're built against ABI in new version
2022-12-14 13:41:15 +00:00
sthen
af26881c2c
update to mupdf-1.21.1
2022-12-14 13:29:48 +00:00
sthen
c9596458b9
bump; mupdf update (static linked)
2022-12-14 13:29:46 +00:00
sthen
53ecf2ff64
+eduvpn
2022-12-14 12:09:32 +00:00
sthen
e9cbc61d05
add uid for eduVPN ports
2022-12-14 12:09:05 +00:00
sthen
79be426743
no need to disable EdDSA keys
2022-12-14 12:08:39 +00:00
sthen
b4875a94af
factor out some more common parts to ../Makefile.inc, partly from kn@ suggestion
2022-12-14 12:03:00 +00:00
sthen
c223d2c328
tls-version-min 1.2 patch not needed (at least with OpenVPN built against
...
-current libressl)
2022-12-14 11:46:31 +00:00
sthen
3db264041a
adjust case of COMMENT, pointed out kn@
2022-12-14 11:45:33 +00:00
sthen
2ea6b6cfd7
import ports/net/eduvpn, ok kn@ (I'll make some tweaks before hooking up
...
to the build)
This collection of ports provides a front-end for OpenVPN and WireGuard
with easy client installers, and lots of authentication options (a
webapp handles authentication and provides a time-limited config to
connect; with the usual clients it's seamlessly handled in the client
app).
2022-12-14 11:45:08 +00:00
sthen
535aa39811
update to py3-isort-5.11.2
2022-12-14 09:44:01 +00:00
sthen
b681d1add6
arp-scan: @comment no-longer-useful script
2022-12-14 09:43:47 +00:00
sthen
34b6514376
update to py3-pyotp-2.8.0
2022-12-14 09:42:25 +00:00
sthen
d3620c30cc
update to icinga-php-library-0.10.1
2022-12-14 09:33:15 +00:00
sthen
d957b2999c
update to arp-scan-1.10.0
2022-12-14 09:31:32 +00:00
ajacoutot
f298da74c5
Update to google-cloud-sdk-412.0.0.
2022-12-14 08:26:47 +00:00
ajacoutot
0eac9375b8
Merge some SECURITY fixes from upstream.
...
Various fixes to normal form handling in GVariant
These fixe cover various issues encountered by calling
g_variant_get_normal_form() on untrusted arrays and tuples.
2022-12-14 08:21:42 +00:00
robert
a2524a75da
update to 108.0.5359.124
2022-12-14 07:27:47 +00:00
tb
df5b92c920
Update to openssl-ruby-tests 20221213
2022-12-13 22:22:06 +00:00
sebastia
e9771389bf
Update 0.6.4 -> 0.6.5
2022-12-13 21:53:44 +00:00
sebastia
c3823344bb
Update 4.0.5 -> 4.2.3
2022-12-13 21:42:39 +00:00
sebastia
8db376462d
update 3.0.0 -> 3.1.0
2022-12-13 21:41:38 +00:00
kn
1c8d77124d
regen distinfo, i had stale distfiles around which weren't refetched
...
bump revision since TSL config.json actually changed recently (not much
I can do about those files...)
2022-12-13 19:50:44 +00:00