tb
1c784f3b41
Update to tlsfuzzer 20210907
2021-09-07 21:26:02 +00:00
tb
32d608f037
openssl/sslscan: avoid printf %n, ok sthen
...
Note: OpenSSL still uses its own *printf() implementation, so this
would not result in a runtime failure.
2021-09-07 20:54:33 +00:00
sthen
5f42bd23dd
build the rust parts of py-cryptography. many thanks to semarie@ for help
...
with this port and cargo.port.mk changes to accommodate this and tb@ for
sparc64 tests.
2021-09-06 20:56:50 +00:00
abieber
f651518a0d
Update age to 1.0.0 \o/
...
Release notes here: https://github.com/FiloSottile/age/releases/tag/v1.0.0
2021-09-06 19:45:06 +00:00
robert
7122c59a85
unbreak previous patch
2021-09-06 11:00:06 +00:00
robert
288d3e7120
do not use %n in snprintf()
2021-09-06 10:59:24 +00:00
landry
6288da11fe
security/nss: update to 3.70, will be required for gecko 93.
...
see https://hg.mozilla.org/projects/nss/file/tip/doc/rst/releases/nss_3_70.rst
2021-09-06 08:58:08 +00:00
pvk
859b577da4
Update vault 1.8.1 -> 1.8.2
...
Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#182
ok ajacoutot@
2021-09-04 10:29:07 +00:00
pvk
98d345c5a4
Update ssh-audit 2.4.0 -> 2.5.0
...
Changelog: https://github.com/jtesta/ssh-audit/releases/tag/v2.5.0
2021-09-03 23:10:48 +00:00
jeremy
b5da0994ab
Switch default ruby version to 3.0
...
Add patches to a few ports to build with ruby 3.0, mostly -fdeclspec to
CFLAGS or CXXFLAGS.
Bump ports where the default version change causes a package change.
OK kmos@
2021-09-02 14:59:44 +00:00
ajacoutot
e43a44ebfc
Missing BDEP on textproc/py-toml.
...
reported by naddy@ and exopi
2021-09-02 13:27:04 +00:00
sthen
18065a859b
update to py3-gnupg-0.4.7
2021-09-02 13:07:56 +00:00
sthen
f15556b3de
py3-only for py-scp py-nxos
2021-09-02 13:07:31 +00:00
sthen
4e67f44214
update to py-scp-0.13.6, add missing RDEP on paramiko, convert to py3 only
2021-09-02 13:06:03 +00:00
sebastia
4d54e5fd2c
update to 2021-09-02
2021-09-02 10:48:48 +00:00
sebastia
c6ecc07ee8
drop MAINTAINER
2021-09-02 10:42:18 +00:00
sthen
a18eb8b192
update to py3-paramiko-2.7.2, ok aja@ benoit@
2021-09-02 08:46:27 +00:00
sthen
f9184f7818
add new TDEP
2021-09-02 08:44:12 +00:00
ajacoutot
2fe9f43b11
Update to py3-keyring-23.1.0.
2021-09-02 08:38:39 +00:00
ajacoutot
21d6d3fb04
Missing BDEP on devel/py-setuptools-rust.
...
ok sthen@
2021-09-02 08:29:47 +00:00
ajacoutot
673388a7c9
Update to py3-secretstorage-3.3.1.
...
Don't enforce RDEP on gnome-keyring; several other packages can provide
the org.freedesktop.secrets interface.
2021-09-02 08:20:09 +00:00
ajacoutot
b480c3ba13
Tighten TDEP on security/py-cryptography_vectors as it was before.
2021-09-02 07:39:52 +00:00
sthen
39016cac5f
update to py-cryptography-3.4.8 and drop py2 support
...
using CRYPTOGRAPHY_DONT_BUILD_RUST=1 for now
2021-09-01 23:05:04 +00:00
sthen
7e1c183051
drop py2 paramiko, no more ports use it. merge installed packages into py3-paramiko.
2021-09-01 22:44:04 +00:00
jeremy
03f09a1bc8
Fix wpscan Ruby version to 2.7
...
Some dependencies don't yet work with Ruby 3.0.
2021-09-01 20:05:55 +00:00
bluhm
964469ff73
Fix Perl tests for p5-Net-SSLeay and p5-IO-Socket-SSL that fail due
...
to LibreSSL. With Bob's uncommited x509 verify diff and local
patches for the tests, everythig passes again.
The remaining issues are:
- TLS1_3_VERSION is not exported, but TLS 1.3 gets used
- session reuse does not work with TLS 1.3
Especially the export of the define may change soon.
OK beck@
2021-09-01 15:04:37 +00:00
ajacoutot
9c59241ba8
Update to py-asn1crypto-1.4.0.
2021-09-01 15:04:20 +00:00
ajacoutot
f02e68727f
Add TDEP on security/py-cryptography_vectors only for python3.
...
cryptography and cryptography_vectors should make their version but with
the py2/py3 maze, it's just too painful... to be revisited since we cannot
update py-cryptography as the new version requires stuff that is py3 only.
2021-09-01 15:03:36 +00:00
ajacoutot
0bf874b5ad
Update to py3-cryptography_vectors-3.4.8.
...
Make this py3 only; py-cryptography TDEP on this but still supports py2
for some oldies; I will make it conditionnal there as I need to move on.
2021-09-01 15:01:32 +00:00
jasper
1122be858a
update to ROPgadget-6.6
2021-09-01 08:37:10 +00:00
jca
f3e21a5aa7
Don't use printf %n.
...
Reported by naddy@
2021-08-31 17:34:57 +00:00
sthen
e37caa058e
update to ccid-1.4.35
2021-08-31 08:00:12 +00:00
bluhm
d3ec5f87c8
update p5-Net-SSLeay to 1.90
...
test still failing: local/43_misc_functions.t
2021-08-30 19:13:26 +00:00
bluhm
70ad62bff3
update p5-IO-Socket-SSL to 2.072
...
fixes tests: sni.t sni_verify.t
still failing: multiple-cert-rsa-ecc.t protocol_version.t
session_ticket.t sessions.t verify_fingerprint.t
2021-08-30 17:49:51 +00:00
jca
09c7a91e94
Avoid using printf("%n") in mkdefsinc
...
ok edd@ (maintainer)
2021-08-30 17:09:19 +00:00
jca
2b668c5d48
Update to gnupg-2.2.30
...
ok gnezdo@ edd@ (maintainer)
2021-08-30 17:04:45 +00:00
jasper
2ef98bd034
relax RDEPEND on py-unicorn
2021-08-30 10:43:54 +00:00
bluhm
3a8277d039
Fix a test where Net::SSLeay expects OpenSSL TLS 1.3 cipher names.
...
Add the LibreSSL name.
2021-08-29 18:17:19 +00:00
ajacoutot
4ec2c2edac
Space.
2021-08-27 14:28:41 +00:00
ajacoutot
6927a54eee
Move up PKGNAME.
2021-08-27 14:27:56 +00:00
sthen
3cf68dde50
update to libssh-0.9.6, notable fixes:
...
CVE-2021-3634: Fix possible heap-buffer overflow when rekeying with
different key exchange mechanism
Fix handshake bug with AEAD ciphers and no HMAC overlap
2021-08-27 08:57:30 +00:00
jeremy
89a45dcf80
Remove dependency on ruby-sys-proctable, which is not used and not
...
supported on OpenBSD.
Since cms_scanner currently doesn't work on ruby 3.0, as it depends
on xmlrpc (which is no longer included in Ruby as of 3.0), set the
FLAVOR to ruby27.
OK sebastia@ (MAINTAINER)
2021-08-26 20:29:47 +00:00
sebastia
de4a82e3f3
sthen@ pointed out MODPY_FLAVOR is missing here as well at the RUN_DEPENS
...
while there, update to latest
OK sthen@, rpointel@ (MAINTAINER)
2021-08-25 08:43:39 +00:00
tb
4e3345b2af
update to openssl-1.1.1l, looked over by sthen
2021-08-25 03:48:01 +00:00
sebastia
5f0d13ddc0
Add ${MODPY_FLAVOR} to RUN_DEPENDS, as pointed out by sthen@
...
bump for safety
2021-08-23 16:13:38 +00:00
ajacoutot
474ba5cfab
SECURITY update to libgcrypt-1.9.4 (CVE-2021-33560).
2021-08-23 05:39:45 +00:00
sebastia
94d96fae96
update 0.0.44 -> 0.0.60
...
switch to python3
OK rpointel@ (MAINTAINER)
2021-08-21 21:57:23 +00:00
sebastia
ab13cd15ed
Update 0.0.10 -> 0.0.11
...
unbreak, and properly support python3
OK rpointel@ (MAINTAINER)
2021-08-19 08:20:36 +00:00
naddy
c6d4fe1569
security/vault: complete the move from MASTER_SITES0 to MASTER_SITES
2021-08-16 22:06:12 +00:00
pvk
38a279c03b
Update vault 1.7.3 -> 1.8.1
...
Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#181
Port switched to custom distfile after vendored modules were excluded from source
ok ajacoutot@
2021-08-16 17:24:52 +00:00