6954 Commits

Author SHA1 Message Date
bluhm
053725764b update botan2 to 2.18.1 2021-05-15 20:12:27 +00:00
ajacoutot
5e8046b26c Update to libtasn1-4.17.0. 2021-05-15 16:02:07 +00:00
bluhm
d094432685 update p5-CryptX to 0.072
from wen heping
2021-05-14 22:56:25 +00:00
millert
443a01a3dc Update to sudo 1.9.7 2021-05-12 13:02:09 +00:00
tb
9c458d98c4 security/xca: unbreak after libcrypto bump
The last update brought compat implementations for EVP_Digest{Sign,Verify}
which break the build after these functions were added to libcrypto.

ok sthen
2021-05-12 12:34:46 +00:00
tb
f0520373a6 security/py-cryptography: fix build after EVP_Digest{Sign,Verify} addition 2021-05-10 17:27:45 +00:00
sthen
7474f91f34 needs py-sphinx, reported by aja@ 2021-05-09 07:51:58 +00:00
sthen
127e39482e update to xca-2.4.0 2021-05-08 09:40:36 +00:00
tb
3da6c544ed net/sslsplit: avoid upcoming build breakage
Use the upstream codepath that uses SSL_SESSION_get_master_key()
and SSL_get_client_random() instead of reaching into the SSL_SESSION
and SSL3_STATE structs.
2021-05-05 19:00:05 +00:00
tb
5f91aea867 +openssl-ruby-tests 2021-05-03 17:48:04 +00:00
tb
ca8e7a568a Import security/openssl-ruby-tests 20210417, input/ok jeremy
Bundles the sources of the Ruby OpenSSL gem for regression testing.
2021-05-03 17:46:37 +00:00
jasper
3e8390a929 update to py3-M2Crypto-0.37.1 2021-05-03 11:47:33 +00:00
sthen
a95e1032dd set @pkgpath to update php 7.2 pecl packages to the default version 2021-04-30 16:52:59 +00:00
sthen
45cc7b3c2f unhook php 7.2 pecl packages
php 7.2 stopped getting security fixes at the end of November 2020
2021-04-30 16:38:45 +00:00
gonzalo
a0a5c13ade Update for sn0nint to 0.20.1
https://github.com/kpcyrd/sn0int/releases/tag/v0.20.1

OK semarie@ (and thanks for the help)
2021-04-30 09:15:11 +00:00
sthen
9b90ebc261 bugfix update to p5-Crypt-OpenSSL-DSA-0.20 2021-04-28 19:45:32 +00:00
sthen
aa71dcff3c update to p5-Digest-HMAC-1.04
"No-change release updating maintainer to ARODLAND"
2021-04-28 19:44:22 +00:00
tb
8dd817c61b Use libssl's version of SSL_SESSION_get_master_key() instead of a
replacement.

ok bluhm (maintainer)
2021-04-28 17:57:58 +00:00
sthen
d7c710369e update to sslscan-2.0.10 2021-04-28 08:20:03 +00:00
tb
125552165a Update to tlsfuzzer 20210426 2021-04-26 17:19:33 +00:00
gonzalo
50cb66e8b2 Update for Suricata to 6.0.2
OK jasper@
2021-04-26 09:09:01 +00:00
tb
7fe7a3bf6d Use FLAVOR instead of MODPY_DEFAULT_VERSION_3.
Pointed out by aja and jca
2021-04-24 12:19:10 +00:00
bluhm
46662e0f3c update botan2 to 2.18.0 2021-04-24 11:05:48 +00:00
landry
7828fdf909 security/nss: update to 3.64
see https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.64_release_notes
will be required by firefox 89 (#1699657)
2021-04-24 08:17:07 +00:00
ajacoutot
4664208dbd Update to libgcrypt-1.9.3. 2021-04-24 07:44:41 +00:00
tb
bd902044ab +py-fastecdsa,python3 2021-04-24 04:35:30 +00:00
tb
8fd3f5c57e import py-fastecdsa, ok inoguchi sthen
Fast elliptic curve cryptography, specifically digital signatures.  There
is no nonce reuse, no branching on secret material, and all points are
validated before any operations are performed on them.  Timing side
channels are mitigated via Montgomery point multiplication.  Nonces are
generated per RFC6979.
2021-04-24 04:33:53 +00:00
rsadowski
a593fc8227 Update knockpy to 5.1.0
With help and feedback from jca@, gnezdo@ and sthen@
2021-04-24 04:23:59 +00:00
jeremy
b0b1d925a7 Stop building ruby26 ports by default
Ruby 2.6 is now in security maintenance mode, so per our Ruby support
policy, we will no longer build ruby26 packages by default.
2021-04-24 00:31:55 +00:00
tb
5097bb8426 Update to tlsfuzzer 20210419 2021-04-23 20:54:58 +00:00
sthen
62d368be0a update to clamav-0.103.2, https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html
CVE-2021-1252 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-1252>:
Fix for Excel XLM parser infinite loop. Affects 0.103.0 and 0.103.1 only.

CVE-2021-1404 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-1404>:
Fix for PDF parser buffer over-read; possible crash. Affects 0.103.0 and 0.103.1 only.

CVE-2021-1405 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-1405>:
Fix for mail parser NULL-dereference crash. Affects 0.103.1 and prior.

Fix possible memory leak in PNG parser.

FreshClam: Deprecate the SafeBrowsing config option. The SafeBrowsing
option will no longer do anything.

FreshClam: Improved HTTP 304, 403, & 429 handling.

Fix the FreshClam mirror-sync issue where a downloaded database is
"older than the version advertised."
2021-04-07 19:17:21 +00:00
sthen
f5275046a3 update to passwdqc-2.0.2 2021-04-05 13:26:31 +00:00
sebastia
e76eb15cd9 include missing patch from last update
build failure reported by naddy@
2021-04-04 12:45:17 +00:00
sebastia
3ebbe955d7 update 6.1.5 -> 6.1.6 2021-04-03 21:48:56 +00:00
sebastia
cf83e031bb update to 2021-04-02 2021-04-02 20:49:57 +00:00
rsadowski
993be15487 Update qca-qt5 to 2.3.2 2021-04-01 12:19:41 +00:00
sthen
52c69678d4 update to certbot/py-acme 1.13.0 2021-03-31 20:46:19 +00:00
sthen
f0452cfca8 update to py-josepy-1.8.0 2021-03-31 20:39:22 +00:00
sthen
957028d194 update to scrypt-1.3.1 2021-03-31 20:37:37 +00:00
jasper
0c7e890365 - update angr to 9.0.6642
- submitted patches have been merged upstream
- get rid of another superfluous patch and handle it with CXXFLAGS
- drop maintainership
2021-03-31 18:12:19 +00:00
tb
ea424e1815 security/py-cryptography: SSL_OP_NO_DTLSv1{,_2} were added to libcrypto
ok jsing sthen
2021-03-31 17:18:54 +00:00
sthen
66c340f7e6 The py2 version of py-openssl is no longer needed 2021-03-29 12:13:52 +00:00
sthen
8fe8557fa6 Replace (unmaintained py2-only) yubiserve with "yubikeyedup", a rewrite.
Note, while it is broadly compatible with the most common use of
yubiserve it has its limits: it supports only sqlite3 (using the same
schema as before) not other databases, and it only supports HTTP
internally, if you require HTTPS then you will need to use a proxy (e.g.
relayd or nginx). It no longer uses a configuration file, only command
line arguments.
2021-03-29 12:08:39 +00:00
sthen
fc390f5d6c add missing FLAVOR?= 2021-03-29 09:03:39 +00:00
jasper
5d60db212d update to ROPGadget-6.5 2021-03-28 14:17:23 +00:00
sthen
43dd50f4f5 update to sslscan-2.0.9 2021-03-27 14:10:00 +00:00
tb
21b1ac0907 Update to tlsfuzzer 20210326 2021-03-26 22:01:53 +00:00
pvk
0ac40ce972 Update vault 1.6.3 -> 1.7.0
Changelog: https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#170
ok ajacoutot@
2021-03-25 18:13:54 +00:00
sthen
e7022f0e0b bump for openssl update 2021-03-25 14:56:48 +00:00
sthen
1e85553ac5 update to openssl-1.1.1k 2021-03-25 14:54:12 +00:00