pkgsrc/security
fox 84a45aaee7 security/wolfssl: Update to v5.5.0
Changes since v5.4.0:

wolfSSL Release 5.5.0 (Aug 30, 2022)

Note:
** If not free’ing FP_ECC caches per thread by calling wc_ecc_fp_free there is a
   possible memory leak during TLS 1.3 handshakes which use ECC. Users are urged
   to confirm they are free’ing FP_ECC caches per thread if enabled to avoid
   this issue.

Release 5.5.0 of wolfSSL embedded TLS has bug fixes and new features including:

Vulnerabilities
* [Low] Fault injection attack on RAM via Rowhammer leads to ECDSA key
  disclosure. Users doing operations with private ECC keys such as server side
  TLS connections and creating ECC signatures, who also have hardware that could
  be targeted with a sophisticated Rowhammer attack should update the version of
  wolfSSL and compile using the macro WOLFSSL_CHECK_SIG_FAULTS. Thanks to Yarkin
  Doroz, Berk Sunar, Koksal Must, Caner Tol, and Kristi Rahman all affiliated
  with the Vernam Applied Cryptography and Cybersecurity Lab at Worcester
  Polytechnic Institute for the report.
* [Low] In wolfSSL version 5.3.0 if compiled with --enable-session-ticket and
  the client has non-empty session cache, with TLS 1.2 there is the possibility
  of a man in the middle passing a large session ticket to the client and
  causing a crash due to an invalid free. There is also the potential for a
  malicious TLS 1.3 server to crash a client in a similar manner except in TLS
  1.3 it is not susceptible to a man in the middle attack. Users on the client
  side with –enable-session-ticket compiled in and using wolfSSL version 5.3.0
  should update their version of wolfSSL. Thanks to Max at Trail of Bits for the
  report and "LORIA, INRIA, France" for research on tlspuffin.
* [Low] If using wolfSSL_clear to reset a WOLFSSL object (vs the normal
  wolfSSL_free/wolfSSL_new) it can result in runtime issues. This exists with
  builds using the wolfSSL compatibility layer (--enable-opnesslextra) and only
  when the application is making use of wolfSSL_clear instead of
  SSL_free/SSL_new. In the case of a TLS 1.3 resumption, after continuing to use
  the WOLFSSH object after having called wolfSSL_clear, an application could
  crash. It is suggested that users calling wolfSSL_clear update the version of
  wolfSSL used. Thanks to Max at Trail of Bits for the report and "LORIA, INRIA,
  France" for research on tlspuffin.
* Potential DoS attack on DTLS 1.2. In the case of receiving a malicious
  plaintext handshake message at epoch 0 the connection will enter an error
  state reporting a duplicate message. This affects both server and client
  side. Users that have DTLS enabled and in use should update their version of
  wolfSSL to mitigate the potential for a DoS attack.

New Feature Additions
* QUIC support added, for using wolfSSL with QUIC implementations like ngtcp2
* SE050 port additions and fixes
* Added support for Dilithium post quantum algorithm use with TLS
* Support for RSA-PSS signed certificates
* Support for Infineon AURIX IDE
* Add Zephyr support for nRF5340 with CryptoCell-312

Enhancements
* Expanded ABI support by 50 APIs to include wolfCrypt and Certificates making a
  total of 113 ABIs controlled and maintained
* DTLS 1.3 partial support for ConnectionID as described by RFC9146 and RFC9147
* Added support for X509_CRL_print function
* Remove deprecated algorithms in Renesas cs+ project
* Support more build options disable/enable with i.MX CAAM build
* wolfSSL_CTX_set_options and wolfSSL_CTX_get_options functions added to non
  compatibility layer builds
* TFM: change inline x86 asm code to compile with clang
* Improvements to error queue and fix for behavior of wolfSSL_ERR_get_error
* scripts/makedistsmall.sh script added for creating a small source/header only
  package
* TLS 1.3: restrict extension validity by message, Extensions ServerName,
  SupportedGroups and ALPN must not appear in server_hello
* Add liboqs integration to CMake build system
* Adds wolfSSL_PEM_read_RSAPrivateKey() to the OpenSSL compatible API
* Added support for P384 pre-share in bundled example server
* Replace clz assembly instruction in ARM 32 builds when not supported
* Integrate chacha20-poly1305 into the EVP interface
* Additional validation that extensions appear in correct messages
* Allow SAN to be critical with ASN template build
* Support wolfSSL_CTX_set1_curves_list being available when X25519 and/or X448
  only defined
* Adds wolfSSL_PEM_read_RSA_PUBKEY() to the OpenSSL compatible API
* Match OpenSSL self signed error return with compatibility layer build
* Added wolfSSL_dtls_create_peer and wolfSSL_dtls_free_peer to help with Python
  and Go wrappers for DTLS

Fixes
* DTLS 1.3 asynchronous use case fixes
* Fix handling of counter to support incrementing across all bytes in ARM crypto
  asm
* Fixes for ED25519/ED448 private key with public key export (RFC8410)
* Fix for build with NO_TLS macro
* Fix for write dup function to copy over TLS version
* Fix to handle path lengths of 0 when checking certificate CA path lengths
* Fix for CMake not installing sp_int.h for SP math all
* When WOLFSSL_VALIDATE_ECC_IMPORT is defined ECC import validates private key
  value is less than order
* PSA crypto fixes
* Fix for not having default pkcs7 signed attributes
* DTLS socket and timeout fixes
* SP int: exptmod ensure base is less than modulus
* Fix for AddPacketInfo with WOLFSSL_CALLBACKS to not pass encrypted TLS 1.3
  handshake messages to callbacks
* Fix for sniffer to ensure the session was polled before trying to reprocess it
2022-09-04 08:41:57 +00:00
..
2fa Revbump all Go packages after go118 security update 2022-08-12 20:37:59 +00:00
acmesh security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
age Revbump all Go packages after go118 security update 2022-08-12 20:37:59 +00:00
aide security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
aide06 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
amap security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
amass Revbump all Go packages after go118 security update 2022-08-12 20:37:59 +00:00
antonym *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ap-modsecurity2 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
apg *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
argon2 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
arirang security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
asignify security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
authelia Revbump all Go packages after go118 security update 2022-08-12 20:37:59 +00:00
avcheck security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
Bastille *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
bcrypt security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
bearssl security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
beecrypt security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
bitstir security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
botan1 botan1: pkglint fixes 2022-04-01 08:04:55 +00:00
botan2 botan: update to 2.19.2. 2022-06-13 09:23:57 +00:00
ca-certificates ca-certificates: try to mend py-cryptography fallout 2022-07-17 02:58:32 +00:00
caff *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cargo-audit cargo-audit: update to 0.17.0. 2022-05-29 07:36:34 +00:00
ccid *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cfs security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
chkrootkit security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
clamav security/clamav: update to 0.103.7 2022-08-10 13:38:00 +00:00
clamav-doc security/clamav-doc: update to 0.103.7 2022-08-10 13:39:46 +00:00
clusterssh *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
codecrypt security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
CoolKey security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
courier-authlib *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
crack security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
cracklib security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
crudesaml security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
crypto++ security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
CSP *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cvm security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
cy2-anonymous
cy2-crammd5
cy2-digestmd5 cyrus-sasl: update to 2.1.28 2022-02-24 11:00:03 +00:00
cy2-gssapi cyrus-sasl: update to 2.1.28 2022-02-24 11:00:03 +00:00
cy2-ldapdb cyrus-sasl: update to 2.1.28 2022-02-24 11:00:03 +00:00
cy2-login
cy2-ntlm cyrus-sasl: update to 2.1.28 2022-02-24 11:00:03 +00:00
cy2-otp cyrus-sasl: update to 2.1.28 2022-02-24 11:00:03 +00:00
cy2-plain
cy2-saml revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
cy2-scram cyrus-sasl: update to 2.1.28 2022-02-24 11:00:03 +00:00
cy2-sql revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
cyrus-sasl *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cyrus-sasl-xoauth2 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
cyrus-saslauthd cyrus-saslauthd: let the RC script work unprivileged 2022-05-10 03:34:16 +00:00
dcfldd dcfldd: Fix build on SunOS/x86. 2022-03-04 18:51:47 +00:00
ddos-scan security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
dehydrated security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
destroy security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
dhbitty security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
dirb revbump for icu and libffi 2021-12-08 16:01:42 +00:00
dnssec-tools *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
doas security/doas: change Maintainer 2021-12-09 18:46:38 +00:00
dropbear security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
dsniff revbump for icu and libffi 2021-12-08 16:01:42 +00:00
dsniff-nox11 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
duo-unix security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
easy-rsa security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
EasyPG Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
ecap_clamav_adapter revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
egd *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ent security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
erlang-epam security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
erlang-fast_tls security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
erlang-jose security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
erlang-p1_acme security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
erlang-p1_oauth2 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
erlang-pkix security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
fail2ban fail2ban: Reported to not be 3.10 compatible yet. 2022-07-12 08:41:25 +00:00
flawfinder *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
fprint-demo revbump for icu and libffi 2021-12-08 16:01:42 +00:00
fsh *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
gcr Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
gnome-keyring Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
gnu-crypto security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
gnu-pw-mgr security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
gnupg *: Remove dodgy hacks for NetBSD versions older than 5. 2022-05-10 11:50:54 +00:00
gnupg-pkcs11-scd *: recursive PKGREVISION bump for mbedtls shlib major increases 2022-08-11 06:41:57 +00:00
gnupg2 gnupg2: updated to 2.2.37 2022-08-31 09:42:12 +00:00
gnutls gnutls: updated to 3.7.7 2022-07-29 08:04:47 +00:00
go-asn1-ber Revbump all Go packages after go118 security update 2022-08-12 20:37:59 +00:00
go-crypto Revbump all Go packages after go118 security update 2022-08-12 20:37:59 +00:00
go-mkcert Revbump all Go packages after go118 security update 2022-08-12 20:37:59 +00:00
google-authenticator security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
gpa revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gpg-tui security/gpg-tui: update to 0.9.1 2022-08-18 08:07:45 +00:00
gpg2dot *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
gpgme gpgme: add patch from upstream to not require C++14 2022-08-19 11:15:16 +00:00
gpgmepp revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
gsasl gsasl: update to 2.0.1. 2022-07-17 08:24:53 +00:00
gss security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
hackbot *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
hashcash security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
hashcat hashcat: import version 6.2.5 2022-01-10 02:30:23 +00:00
heimdal *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
heirloom-su
HElib security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
hercules4sdl-crypto security/hercules4sdl-crypto: add missing patch file. 2022-01-19 20:18:17 +00:00
hitch hitch: update to 1.7.2 2022-03-11 21:36:01 +00:00
honeyd revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
honeyd-arpd security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
hs-cryptohash-md5 Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-cryptohash-sha1 Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-cryptohash-sha256 Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-cryptonite Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-digest Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-ed25519 Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-entropy Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-hackage-security Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-pem Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-SHA Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-tls Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-tls-session-manager Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-x509 Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-x509-store Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-x509-system Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-x509-validation Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hydan security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
hydra revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
ike-scan security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ipv6-toolkit security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
john security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
kauth *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
kdesu kdesu: Add required flags for SunOS. 2022-05-17 17:03:47 +00:00
KeePass revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
keepassxc *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
keychain security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
kgpg revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
knc security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
kpcli *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
kstart security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
kwallet Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
kwalletmanager Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
lasso *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
lastpass-cli revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
libassuan2 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libb2 *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libbf security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libcrack security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libcurvecpr security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libdecaf security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libdes security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libfido2 libfido2: updated to 1.11.0 2022-08-05 20:22:05 +00:00
libfprint revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
libgabe revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libgcrypt libgcrypt: updated to 1.10.1 2022-03-29 07:16:00 +00:00
libgfshare *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libgnome-keyring revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libgpg-error libgpg-error: updated to 1.45 2022-04-08 06:39:42 +00:00
libidea security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libident security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libksba libksba: updated to 1.6.0 2022-01-13 08:07:20 +00:00
libmcrypt security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libmerkletree
libmultigest
libnetpgpverify
liboauth revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libp11 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libpbc security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libpe libpe: add some link-time flags 2022-07-10 02:40:52 +00:00
libpwquality security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libressl *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libretls Update to 3.4.2. From the LibreSSL changelog: 2021-12-18 13:55:18 +00:00
libsecp256k1 *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libsecret *: recursive bump for graphics/graphviz 5.0.0 2022-07-22 17:07:10 +00:00
libsodium security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libssh libssh: stop pulling in argp in buildlink3.mk 2022-01-29 18:05:30 +00:00
libssh2 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libstark libstark: fix build 2022-04-02 11:31:54 +00:00
libtasn1 libtasn1: update to 4.18.0. 2021-11-16 14:32:39 +00:00
libtcpa security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libtomcrypt security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libuecc security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
libykneomgr revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libyubikey security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
log2timeline *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
logcheck security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
lsh security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
lua-arc4random security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
lua-argon2 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
lua-bcrypt lua-bcrypt: update to 2.2.1 2022-01-16 13:41:13 +00:00
lua-cyrussasl lua-cyrussasl: fix build in privileged mode 2022-05-09 00:41:57 +00:00
lua-ossl security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
lua-sec lua-sec: update to 1.0.2 2021-12-10 13:23:56 +00:00
lxqt-openssh-askpass *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
lxqt-policykit *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
lxqt-sudo *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
lynis security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
mate-polkit Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
mbedtls mbedtls: mark this as the 'old stable 2.x branch' 2022-08-11 06:46:43 +00:00
mbedtls3 security/mbedtls3: import mbedtls3-3.2.1 2022-08-11 06:49:16 +00:00
mcrypt security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
md4-collision security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
md5-collision security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
mdigest security/mdigest: Update to 1.9 2021-11-19 11:53:45 +00:00
merkletree merkletree: provide fallback declaration of MIN 2022-08-22 18:11:39 +00:00
mhash *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
minisign *: drop maintainership for packages not related to toolchains and ELF. 2022-06-27 15:29:13 +00:00
mirrordir security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
mit-krb5 mit-krb5: Update to 1.19.3. 2022-07-29 20:22:44 +00:00
mit-krb5-appl security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
monocypher security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
mozilla-rootcerts mozilla-rootcerts*: update to 20220614 data 2022-07-03 10:16:57 +00:00
mozilla-rootcerts-openssl mozilla-rootcerts*: update to 20220614 data 2022-07-03 10:16:57 +00:00
msu security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
msudir security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
multigest
munge *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nacl Borrow build and runtime fixes from Debian. Fixes aarch64 build on 2022-01-05 13:51:19 +00:00
netpgp security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
netpgpverify netpgpverify: add configure quirks to get strtoull on legacy platforms 2022-04-03 22:22:55 +00:00
nettle nettle: updated to 3.8.1 2022-08-01 10:08:09 +00:00
nfsbug security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
nikto *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
oath-toolkit oath-toolkit: update to 2.6.7 2022-08-22 07:42:52 +00:00
ocaml-cryptokit Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-safepass Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
ocaml-ssl Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
olm *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
opencdk security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
openct security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
opendnssec revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
opendnssec2 (security/opendnssec2) regen distinfo, was not just updated 2022-06-14 22:28:12 +00:00
opendoas security/opendoas: update to 6.8.2 2022-07-04 08:25:58 +00:00
openpam *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
opensaml *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
opensc revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
openssh *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
openssl openssl: update to 1.1.1q. 2022-07-11 23:03:51 +00:00
otpCalc security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
p0f security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
p5-AuthCAS *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Authen-CAS-Client *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Authen-Htpasswd *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Authen-PAM *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Authen-PluggableCaptcha *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Authen-SASL *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Authen-SASL-Authd *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Authen-SASL-Cyrus *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Authen-Simple *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Authen-TacacsPlus *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-BSD-arc4random *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Bytes-Random-Secure *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Blowfish *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Blowfish_PP *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-CAST5_PP *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-CBC *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-CipherSaber *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Curve25519 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-DES *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-DES_EDE3 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-DH *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-DH-GMP Needs p5-Devel-CheckLib>=1.16nb1 (re-fixes build on NetBSD). 2022-07-28 18:46:23 +00:00
p5-Crypt-DSA *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-ECB *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Eksblowfish *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-GeneratePassword *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-GPG *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-HSXKPasswd *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-IDEA *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Juniper *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-JWT *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-OpenPGP *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-OpenSSL-AES *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-OpenSSL-Bignum *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-OpenSSL-DSA *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-OpenSSL-Guess *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-OpenSSL-Random *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-OpenSSL-RSA *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-PasswdMD5 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-PBKDF2 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Primes *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-PWSafe3 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Random *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Random-Seed *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Random-TESHA2 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-RandPasswd *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-RC4 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Rijndael *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-RIPEMD160 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-RSA *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-SmbHash *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-SMIME p5-Crypt-SMIME: add pkg-config to tools to fix build 2022-08-11 23:23:28 +00:00
p5-Crypt-SSLeay *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-Twofish *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-URandom *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Crypt-X509 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-CryptX *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Dancer-Plugin-Auth-RBAC *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Data-Password-passwdqc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Data-SimplePassword *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-BubbleBabble *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-CRC security/p5-Digest-CRC update to 0.24 2022-08-07 11:47:27 +00:00
p5-Digest-Hashcash *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-HMAC *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-JHash *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-MD2 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-MD4 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-MD5-File *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-Nilsimsa *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-Perl-MD5 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-SHA1 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Digest-SHA3 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-File-KeePass *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-GnuPG-Interface *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-GSSAPI *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-IO-Socket-SSL security/p5-IO-Socket-SSL update to 2.074 2022-08-06 16:43:30 +00:00
p5-Module-Signature *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mozilla-CA *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-DNS-SEC *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-DNS-SEC-Maint-Key *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-OpenSSH *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-SFTP *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-SSH *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-SSLeay security/p5-Net-SSLeay update to 1.92 2022-08-06 17:05:46 +00:00
p5-Netpgp-Verify *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-pcsc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-SHA *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-String-Random *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Text-Password-Pronounceable *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Tie-EncryptedHash *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p11-kit p11-kit: add readlink to tools 2022-02-07 08:05:05 +00:00
PACK *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
pakchois security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pakemon revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pam-af pam-af: Respect LDFLAGS. Fixes RELRO build. 2022-04-02 11:12:01 +00:00
pam-fprint security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pam-krb5 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pam-ldap security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pam-mkhomedir
pam-mysql security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pam-p11 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pam-passwdqc pam-passwdqc: Respect LDFLAGS. Fixes RELRO build. 2022-04-02 11:08:47 +00:00
pam-pgsql security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pam-pwauth_suid
pam-radius security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pam-saml revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
pam-tacplus security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pam-u2f pam-u2f: update to 1.2.0 2022-04-12 22:30:55 +00:00
pam-yubico revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pam_ssh_agent_auth Fix packages that use GITSUB_MODULES on SunOS and possibly others 2022-01-09 23:42:02 +00:00
paperkey security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
passphrase *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
password-store Install shell-completion scripts into shell-specific directories 2021-11-23 07:50:15 +00:00
pcsc-lite pcsc-lite: updated to 1.9.5 2022-01-10 16:11:52 +00:00
pcsc-tools *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
pear-Crypt_GPG security/pear-Crypt_GPG: correct dependency 2022-07-30 14:50:01 +00:00
pev pev: fix building on macOS 2022-07-10 02:55:02 +00:00
pgp2 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pgp5 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
pgpdump security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pgpenvelope *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
php-gnupg security/php-gnupg: update to 1.5.1 2022-01-10 14:16:40 +00:00
php-mcrypt
php-oauth revbump for icu and libffi 2021-12-08 16:01:42 +00:00
php-oauth1 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
php-pecl-mcrypt security/php-pecl-mcrypt: update to 1.0.5 2022-05-28 10:14:22 +00:00
php-sodium
php-ssdeep security/php-ssdeep: restrict php56 and php74 2022-05-21 16:22:55 +00:00
php-ssh2 security/php-ssh2: update to 1.3.1 2021-12-12 15:20:00 +00:00
php-ssh2-0 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
php-suhosin security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pinentry pinentry: updated to 1.2.1 2022-09-01 09:15:16 +00:00
pinentry-fltk pinentry: updated to 1.2.0 2022-01-13 08:05:48 +00:00
pinentry-gnome3 pinentry: updated to 1.2.1 2022-09-01 09:15:16 +00:00
pinentry-gtk2 pinentry: updated to 1.2.0 2022-01-13 08:05:48 +00:00
pinentry-mac security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pinentry-qt5 pinentry: updated to 1.2.1 2022-09-01 09:15:16 +00:00
pinepgp security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pius *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
pkcs11-helper *: recursive PKGREVISION bump for mbedtls shlib major increases 2022-08-11 06:41:57 +00:00
pks security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pleaser security/pleaser: update to 0.5.3 2022-06-10 21:34:44 +00:00
policykit *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
policykit-gnome *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
polkit *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
polkit-qt revbump for icu and libffi 2021-12-08 16:01:42 +00:00
polkit-qt5 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
PortableSigner security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
portsentry security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
priv security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
prngd security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
pscan security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
putty Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
pwsafe security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
py-acme py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-acme-tiny *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
py-aes py-aes: fix PLIST for python 2.7 2022-01-22 14:29:17 +00:00
py-argon2-cffi *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-asn1 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-asn1-modules *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-asn1crypto py-asn1crypto: updated to 1.5.1 2022-05-10 17:25:26 +00:00
py-asyncssh py-asyncssh: updated to 2.12.0 2022-08-18 16:45:30 +00:00
py-authlib *: convert to versioned_dependencies for py-cryptography 2022-04-21 10:59:59 +00:00
py-backports.ssl_match_hostname *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-bcrypt py-bcrypt: updated to 3.2.2 2022-07-13 20:12:17 +00:00
py-certbot py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-apache py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-digitalocean py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-dnsimple py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-dnsmadeeasy py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-gehirn py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-google py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-linode py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-luadns py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-nsone py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-ovh py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-rfc2136 py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-route53 py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-dns-sakuracloud py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certbot-nginx py-acme py-certbot*: updated to 1.29.0 2022-07-12 05:43:58 +00:00
py-certifi *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-crack py-crack: fix PLIST for python 2.7 2022-01-22 14:28:27 +00:00
py-crcmod py-crcmod: fix PLIST for python 2.7 2022-01-22 14:26:55 +00:00
py-cryptkit *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-cryptodome py-cryptodome: fix PLIST for python 2.x 2022-07-06 18:50:12 +00:00
py-cryptography py-cryptography: fix Rust build dependency specification 2022-07-09 18:18:00 +00:00
py-cryptography_vectors py-cryptograhy_vectors: does not support python 2.7 2022-07-08 13:55:08 +00:00
py-cybox *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-cyclonedx-bom python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-cyclonedx-python-lib py-cyclonedx-python-lib: update to 2.7.1. 2022-08-07 07:54:58 +00:00
py-denyhosts py-denyhosts: convert to egg.mk 2022-01-19 18:09:08 +00:00
py-ecdsa py-ecdsa: updated to 0.18.0 2022-08-10 10:57:45 +00:00
py-fido2 *: convert to versioned_dependencies for py-cryptography 2022-04-21 10:59:59 +00:00
py-gnupg py-gnupg: updated to 0.5.0 2022-08-24 07:02:07 +00:00
py-google-auth py-google-auth: update to 2.11.0 2022-08-30 12:01:51 +00:00
py-google-auth-httplib2 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-google-auth-oauthlib py-google-auth-oauthlib: update to 0.5.2 2022-08-30 11:45:19 +00:00
py-google-reauth py-google-reauth: limit to python 3 2022-07-12 09:07:13 +00:00
py-gssapi py-gssapi: updated to 1.7.3 2022-04-07 07:16:20 +00:00
py-hkdf *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-hsm *: set USE_PKG_RESOURCES for more packages 2022-01-05 20:47:34 +00:00
py-itsdangerous py-itsdangerous: update to 2.1.2. 2022-04-29 12:05:02 +00:00
py-josepy py-josepy: updated to 1.13.0 2022-03-17 08:16:22 +00:00
py-kerberos *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-keyring python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-keyrings.alt *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
py-lasso *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
py-libnacl *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-libtaxii python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-mcrypt *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-mohawk *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-nacl *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-ndg_httpsclient python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-ntlm-auth *: convert to versioned_dependencies for py-cryptography 2022-04-21 10:59:59 +00:00
py-oath *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-oauth2client py-oauth2client: limit to python 3 2022-07-12 09:08:27 +00:00
py-oauthlib py-oauthlib: updated to 3.2.0 2022-02-06 19:00:51 +00:00
py-olm py-olm: fix build for python 2.7 2022-01-25 13:12:49 +00:00
py-openid py-openid: convert to egg.mk 2022-01-22 14:25:43 +00:00
py-OpenSSL *: convert to versioned_dependencies for py-cryptography 2022-04-21 10:59:59 +00:00
py-OTXv2 py-OTXv2: convert to egg.mk 2022-01-19 18:02:32 +00:00
py-paramiko py-paramiko: updated to 2.11.0 2022-07-13 20:06:23 +00:00
py-passlib *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-pbkdf2 py-pbkdf2: remove incorrect EGG_NAME 2022-01-14 09:28:40 +00:00
py-pip-audit py-pip-audit: update to 2.4.3. 2022-07-31 09:57:11 +00:00
py-pydeep *: fix for python 3.x 2022-01-19 17:50:45 +00:00
py-requests-gssapi *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-requests-kerberos py-requests-kerberos: mark as not for python 2.x 2022-07-08 14:45:35 +00:00
py-requests-ntlm py-requests-ntlm: mark as not for python 2.x 2022-07-08 14:47:14 +00:00
py-requests-oauthlib py-requests-oauthlib: updated to 1.3.1 2022-02-06 19:04:17 +00:00
py-rsa py-rsa: update to 4.9. 2022-07-24 10:48:55 +00:00
py-rsa40 *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +00:00
py-service_identity *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-signedjson py-signedjson: updated to 1.1.4 2022-04-14 20:35:37 +00:00
py-simplesha3 *: fix for python 3.x 2022-01-19 17:50:45 +00:00
py-slowaes *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-smbpasswd py-smbpasswd: convert to egg.mk 2022-01-19 18:11:02 +00:00
py-solo security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
py-spake2 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-stix *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-tlslite *: fix for python 3.x 2022-01-19 17:50:45 +00:00
py-trustme *: convert to versioned_dependencies for py-cryptography 2022-04-21 10:59:59 +00:00
py-trytond-authentication-sms *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-u2f py-u2f: do not TEST_DEPEND on py-fakefs for Python 2.7 2022-05-12 08:15:48 +00:00
py-urllib2-kerberos *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-xmlsec revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
py-yara *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-yubiauth *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-yubikey-manager python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py27-cryptography py27-cryptography: stop test-depending on py-cryptography_vectors 2022-07-08 13:54:42 +00:00
pyca *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
qca2 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
qca2-gnupg revbump for icu and libffi 2021-12-08 16:01:42 +00:00
qca2-ossl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
qca2-qt5 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
qca2-qt5-gnupg revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
qca2-qt5-ossl revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
qgpgme revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
qident security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
qoauth revbump for icu and libffi 2021-12-08 16:01:42 +00:00
qore-ssh2-module Update qore-ssh2-module to version 1.4.1 2022-01-27 18:20:27 +00:00
qore-xmlsec-module revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
qt4-qtkeychain revbump for icu and libffi 2021-12-08 16:01:42 +00:00
qt5-qtkeychain *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
R-argon2 (security/R-argon2) Updated 0.2.0 to 0.4.0 2022-05-11 13:35:27 +00:00
R-askpass security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
R-credentials (security/R-credentials) Updated 1.3.0 to 1.3.2 2022-05-11 14:22:23 +00:00
R-digest (security/R-digest) Updated 0.6.25 to 0.6.29 2022-05-11 13:48:07 +00:00
R-getPass security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
R-gitcreds security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
R-openssl (security/R-openssl) Updated 2.0.0 to 2.0.1 2022-05-21 12:48:58 +00:00
R-oskeyring (security/R-oskeyring) Updated 0.1.1 to 0.1.3 2022-05-11 14:26:59 +00:00
R-sodium (security/R-sodium) import R-sodium-1.2.0 2022-05-30 21:45:41 +00:00
racoon2 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
rc5des security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
rid security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
rsaref security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-airbrussh security/ruby-airbrussh: update to 1.4.1 2022-08-28 05:09:07 +00:00
ruby-bcrypt security/ruby-bcrypt: update to 3.1.18 2022-08-28 05:13:33 +00:00
ruby-bcrypt_pbkdf security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-certified security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-chef-vault security/ruby-chef-vault: update to 4.1.10 2022-08-28 06:05:39 +00:00
ruby-digest security/ruby-digest: add package version 3.1.0 2022-09-03 04:02:03 +00:00
ruby-ed25519 security/ruby-ed25519: update to 1.3.0 2022-02-14 14:17:24 +00:00
ruby-ezcrypto security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-gssapi security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-hmac security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-jsobfu security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-metasploit-concern security/ruby-metasploit-concern: update to 4.0.4 2022-08-28 05:15:32 +00:00
ruby-metasploit-model security/ruby-metasploit-model: update to 4.0.6 2022-08-28 05:19:19 +00:00
ruby-metasploit-payloads security/ruby-metasploit-payloads: really update to 2.0.94 2022-08-28 05:39:05 +00:00
ruby-metasploit_payloads-mettle security/ruby-metasploit_payloads-mettle: update to 1.0.18 2022-02-14 14:45:42 +00:00
ruby-nessus_rest security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-net-scp security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-net-sftp security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-net-ssh security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-net-ssh-gateway security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-net-ssh-multi security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-nexpose security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-oauth ruby-oauth: does not support ruby 2.6 any longer 2022-08-29 14:20:56 +00:00
ruby-openid security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-openssl-ccm security/ruby-openssl-ccm: update to 1.2.3 2022-08-28 05:50:37 +00:00
ruby-openssl-cmac security/ruby-openssl-cmac: update to 2.0.2 2022-08-28 05:52:22 +00:00
ruby-openvas-omp security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-password security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rack-openid security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rbnacl security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rc4 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-arch security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-bin_tools security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-core security/ruby-rex-core: update to 0.1.28 2022-08-28 12:22:40 +00:00
ruby-rex-encoder security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-exploitation security/ruby-rex-exploitation: update to 0.1.35 2022-08-28 12:33:50 +00:00
ruby-rex-java security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-mime security/ruby-rex-mime: update to 0.1.7 2022-08-28 12:36:11 +00:00
ruby-rex-nop security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-ole security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-powershell security/ruby-rex-powershell: update to 0.1.96 2022-08-28 12:38:41 +00:00
ruby-rex-random_identifier security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-registry security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-rop_builder security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-socket security/ruby-rex-socket: update to 0.1.41 2022-08-28 12:44:39 +00:00
ruby-rex-sslscan security/ruby-rex-sslscan: update to 0.1.7 2021-12-11 13:59:56 +00:00
ruby-rex-struct2 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-text security/ruby-rex-text: update to 0.2.39 2022-08-28 12:49:10 +00:00
ruby-rex-zip security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rotp security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-ruby-openid security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rubyntlm security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-shadow security/ruby-shadow: update to 2.5.1 2021-12-11 14:04:28 +00:00
ruby-simple_oauth security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-sshkey security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-sshkit security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-sslshake security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-tcpwrap security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-twitter_oauth ruby-oauth: does not support ruby 2.6 any longer 2022-08-29 14:20:56 +00:00
ruby-vault security/ruby-vault: update to 0.17.0 2022-08-28 12:53:19 +00:00
rvault revbump for icu and libffi 2021-12-08 16:01:42 +00:00
sbd security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
scanssh security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
scm-blackbox security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
scrypt security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
seahorse Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
seccure security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
secpanel secpanel: fix master site 2022-05-03 01:26:54 +00:00
skey *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
sleuthkit *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
smaSHeM security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
snallygaster snallygaster: Update to 0.0.12 2022-07-23 15:19:38 +00:00
sniff security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
snoopy security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
snortsnarf *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
snow security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
softhsm revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
softhsm2 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
spiped security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
sqlmap *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
srm security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ssdeep security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ssh-askpass security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
sshfp *: switch to appropriate py-dns version 2022-08-23 21:49:55 +00:00
sshguard security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
sshpass security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ssldump security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
sslproxy security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
sslsplit security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ssss security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
starttls security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
steghide steghide: fix building with modern C++ compilers 2022-05-05 12:20:34 +00:00
stegtunnel security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
stunnel *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
sudo sudo: updated to 1.9.11p3 2022-07-05 11:01:38 +00:00
tcl-tls security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
tcp_wrappers security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
tct *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
tkpasman security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
tlswrapper Apply upstream commit 0cb7bb4 to fall back to /dev/urandom on systems 2022-08-30 17:55:31 +00:00
tor-browser Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
tor-browser-https-everywhere tor-browser-https-everywhere: update to 2022.3.24. 2022-03-30 09:23:29 +00:00
tor-browser-noscript tor-browser*: reset maintainer 2022-02-16 10:25:15 +00:00
tripwire security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
trufflehog trufflehog: Update to 3.10.2 2022-09-02 19:28:16 +00:00
TweetNaCl security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
validns *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
vault Revbump all Go packages after go118 security update 2022-08-12 20:37:59 +00:00
vaultwarden Correct tyop, re-word sentence. 2022-08-29 10:57:17 +00:00
volatility *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
wfuzz *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
wolfssl security/wolfssl: Update to v5.5.0 2022-09-04 08:41:57 +00:00
xca *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
xml-security-c security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
xmlsec1 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
yafic security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
yara security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ykclient revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ykman *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
ykpers security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
zebedee *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
zkt security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
zoneminder *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
Makefile security/Makefile: add and enable ruby-digest 2022-09-03 04:03:09 +00:00