7176 Commits

Author SHA1 Message Date
sthen
54a6d011cf update to pass-otp-1.2.0 2021-10-26 20:16:44 +00:00
sthen
03a0711f4b remove some MODPY_VERSION=${MODPY_VERSION_2} py-* (non-standalone) ports
which aren't used as dependencies in ports. many are either old stuff,
or things used to provide backports of functionality from newer Python
base versions which were used in ports that have already been converted
to py3-only.
2021-10-26 19:52:41 +00:00
sthen
a28fcd4dfb update to py3-josepy-1.10.0 2021-10-26 19:41:08 +00:00
gonzalo
4ec0e8d701 Update for Suricata to 6.0.3
While here drop Jasper out by his request :'-(

OK rsadowski@ jasper@
2021-10-26 16:29:57 +00:00
tb
43487c6b41 security/sslsplit: add an ifdef to use X509_up_ref(). 2021-10-25 19:03:18 +00:00
tb
d179738f12 security/tcltls: backport a simple upstream patch to fix build with
opaque X509 structure.
2021-10-25 18:35:31 +00:00
sthen
f611d84e40 drop php 7.3 from -current, although it is still officially in
security support it appears this is not really the case any more
https://bugs.php.net/bug.php?id=81026

add @pkgpaths to merge pecl-* etc across
mark www/syweb broken, it was marked 7.3-only so looks like it needs more work
other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
2021-10-25 12:33:18 +00:00
sthen
5c6ee67e1a add ,python3 to parent dir makefile where the relevant ports use
FLAVOR=python3 + FLAVORS=python3
2021-10-24 22:51:16 +00:00
sthen
0624b90976 remove surplus py-cryptography_vectors (non-,python3 entry) 2021-10-24 22:39:15 +00:00
tb
b4438f5dfb Update openssl-ruby-tests to 20211024 2021-10-24 17:23:15 +00:00
sthen
e27d4113bb switch some Python ports to py3-only. maintainer oks for the relevant
ports from semarie, kmos, jung, martin, benoit, juanfra. general oks
benoit bket daniel kmos
2021-10-24 09:28:46 +00:00
tb
876734e355 security/ikeman: more fixes for opaque structs in libcrypto 2021-10-21 09:33:34 +00:00
kirby
0ed5a88181 update to qtkeychain-0.12.0
ok rsadowski@
2021-10-21 05:49:43 +00:00
sthen
9fb7642ac0 update to clamav-0.104.0 2021-10-19 11:17:23 +00:00
sthen
6175c61cff update to minisign-0.10 2021-10-17 10:32:12 +00:00
rsadowski
ba2a89d824 Update knockpy to 5.2.0 2021-10-16 09:44:57 +00:00
sthen
9da66f6821 update to libretls-3.4.1 2021-10-16 07:44:36 +00:00
benoit
727672eae8 Update to libssh2-1.10.0. 2021-10-15 09:47:37 +00:00
benoit
6fb2a33e16 Update to py-paramiko-2.8.0. 2021-10-14 08:37:46 +00:00
tb
756542837e security/xca: prepare for upcoming libcrypto bump; switch to a codepath
that uses the OpenSSL 1.1 API since using X509_SIG on the stack will no
longer be possible.

tested/ok sthen (maintainer)
2021-10-13 14:05:35 +00:00
tb
3edbcce77a security/ikeman: convert some bits to OpenSSL 1.1 API in preparation
for upcoming libcrypto bump.
2021-10-11 12:05:26 +00:00
landry
7f27e68416 security/rnp: build a shared lib, pointed out by Yozo TODA, thanks ! 2021-10-11 08:43:00 +00:00
sthen
c82138360c update to certbot/py-acme-1.20.0 2021-10-10 11:37:24 +00:00
sthen
b57a780e57 add MESSAGE pointing out that some stuff in ykman is broken on OpenBSD
(in particular most "ykman fido XX" functions e.g. pin-setting, which is
needed in order to use resident keys, stall with wchan "uhidrea")
2021-10-08 20:47:07 +00:00
sthen
eaeecc2ddb update to yubikey-manager-3.1.2
still old, but 4.x stops using libusb and whatever they're doing now
doesn't work with openbsd usb stack
2021-10-08 20:21:36 +00:00
tb
5ad581bcde security/py-M2Crypto: drop a bunch of patches that are no longer
necessary. Most of these code paths re-implement functions we have
had in libcrypto for a long time. Do warn on use of tls1_method:
if anything triggers this warning, we want to fix it!
2021-10-07 22:32:54 +00:00
pvk
33c7139f72 Update vault 1.8.2 -> 1.8.4
Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#184
2021-10-07 17:40:23 +00:00
sthen
580e522307 update to cvechecker-4.0, from Josh Grosse
there are some new compiler warnings due to incorrect use of strlcpy
(passing strlen of source as the length), the code appears to not
be worse than the previous strn* just that the compiler knows how
to warn about it now so I'm committing it anyway, but yeuw
2021-10-07 10:05:59 +00:00
landry
855227d16e security/rnp: set GIT_EXECUTABLE to true so that cmake doesnt barf if git isnt found
should fix a build failure seen by sthen@
2021-10-07 07:08:40 +00:00
tb
263232e0a7 security/py-tlsfuzzer: update to 20210929 2021-10-06 07:32:46 +00:00
tb
cd2676e0fd security/openssl-ruby-tests: update to 20210927 2021-10-06 07:32:15 +00:00
cwen
d77e1f4f4e neofetch, ccrypt: drop maintainership 2021-10-05 15:46:43 +00:00
landry
94fef63528 +rnp 2021-10-05 13:17:35 +00:00
landry
f55f6b2436 import security/rnp 0.15.2.
librnp is a cross-platform C++ library providing an implementation of
OpenPGP (RFC4880). Unlike GPGME, it is standalone and doesn't call out
to the gnupg binary.
RNP is a set of tools built using this library providing key management
and the usual encrypt/decrypt/sign/verify functions - it can replace
gnupg for some uses.

this is what thunderbird uses for all pgp work, and someday it will
link/build against this systemwide version.

DESCR from & ok sthen@
2021-10-05 13:17:02 +00:00
tb
edf0e9666d security/botan2: Use ISRG Root X1 instead of DST Root CA X3. Fixes
regress failures after DST Root CA X3 was removed fom cert.pem.

noted and tested by anton
ok bluhm
2021-10-05 05:32:30 +00:00
landry
50a7d74ddb security/nss: update to 3.71.
nothing much happend in this release, cf https://hg.mozilla.org/projects/nss
2021-10-04 06:35:17 +00:00
robert
97f64c634e update to 1.02 2021-10-03 21:28:40 +00:00
sthen
a24feaf3b5 update to clamav-0.103.3 2021-10-03 19:06:29 +00:00
tb
2f80debafe security/gnupg: avoid use of *printf %n. joint work with deraadt, with
input from edd
2021-09-21 19:14:37 +00:00
sthen
79acfd4b29 update to libsrtp-2.4.2, fixing typo introduced in the 2.4.1 update which
causes problems with SRTP sessions using AES-GCM-256 (wrong key length used,
SRTP_AES_ICM_256_KEY_LEN_WSALT vs SRTP_AES_GCM_256_KEY_LEN_WSALT).

no other change in this release.
2021-09-21 08:44:55 +00:00
rsadowski
fdc2aacbf2 Update qca to 2.3.4 2021-09-18 07:52:34 +00:00
sebastia
469158937e update: 6.2.0 -> 6.2.4
new options
speed improvements
bug fixes
important notice: this is the last version supporting OpenSSL 1.1
2021-09-17 12:28:14 +00:00
claudio
d341819ea8 Hook up libretls.
OK sthen@
2021-09-16 08:58:31 +00:00
pvk
4aa8adbc1c Update opendnssec 2.1.9 -> 2.1.10
Announcement: https://www.opendnssec.org/2021/09/opendnssec-2-1-10/
2021-09-16 07:45:23 +00:00
sebastia
54568afb14 update to 20210910 2021-09-13 23:01:58 +00:00
claudio
1eb37824de Add libretls to the openssl libs. This allows to use OpenSSL 1.1 libs
with programs like rpki-client to test interop.
This port is for testing purposes only!
With help and OK sthen@
2021-09-13 09:51:31 +00:00
tb
ffeaf6c806 Update openssl-ruby-tests to 20210912 2021-09-12 18:36:59 +00:00
naddy
2c5b2f3e94 security/libssh2: avoid printf %n in example code
The old code is also broken, as it passes a pointer to a variable
of a different size (on LP64).  There is no check for truncation,
but buf[] is 1MB in size.

ok benoit@ sthen@
2021-09-11 14:54:06 +00:00
sthen
2f0e9664f0 update to py3-josepy-1.9.0 2021-09-10 08:23:51 +00:00
sthen
45e1e88c56 update to libsrtp-2.4.1 2021-09-10 08:22:34 +00:00