pkgsrc/security
fox 985e0981a7 security/wolfssl: Update to v5.4.0
Changes since v5.3.0:

wolfSSL Release 5.4.0 (July 11, 2022)

Note:
** Future releases of wolfSSL will turn off TLS 1.1 by default
** Release 5.4.0 made SP math the default math implementation. To make an
   equivalent build as –disable-fastmath from previous versions of wolfSSL, now
   requires using the configure option –enable-heapmath instead.

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

Vulnerabilities

* [High] Potential for DTLS DoS attack. In wolfSSL versions before 5.4.0 the
  return-routability check is wrongly skipped in a specific edge case. The check
  on the return-routability is there for stopping attacks that either consume
  excessive resources on the server, or try to use the server as an amplifier
  sending an excessive amount of messages to a victim IP. If using DTLS 1.0/1.2
  on the server side users should update to avoid the potential DoS
  attack. CVE-2022-34293
* [Medium] Ciphertext side channel attack on ECC and DH operations. Users on
  systems where rogue agents can monitor memory use should update the version of
  wolfSSL and change private ECC keys. Thanks to Sen Deng from Southern
  University of Science and Technology (SUSTech) for the report.
* [Medium] Public disclosure of a side channel vulnerability that has been fixed
  since wolfSSL version 5.1.0. When running on AMD there is the potential to
  leak private key information with ECDSA operations due to a ciphertext side
  channel attack. Users on AMD doing ECDSA operations with wolfSSL versions less
  than 5.1.0 should update their wolfSSL version used. Thanks to professor
  Yinqian Zhang from Southern University of Science and Technology (SUSTech),
  his Ph.D. student Mengyuan Li from The Ohio State University, and his M.S
  students Sen Deng and Yining Tang from SUStech along with other collaborators;
  Luca Wilke, Jan Wichelmann and Professor Thomas Eisenbarth from the University
  of Lubeck, Professor Shuai Wang from Hong Kong University of Science and
  Technology, Professor Radu Teodorescu from The Ohio State University, Huibo
  Wang, Kang Li and Yueqiang Cheng from Baidu Security and Shoumeng Yang from
  Ant Financial Services Group.
CVE-2020-12966
https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1013
CVE-2021-46744
https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1033


New Feature Additions

DTLS 1.3

* Support for using the new DTLSv1.3 protocol was added
* Enhancements to bundled examples for an event driven server with DTLS 1.3 was
  added

Ports

* Update for the version of VxWorks supported, adding in support for version 6.x
* Support for new DPP and EAP-TEAP/EAP-FAST in wpa_supplicant
* Update for TSIP version support, adding support for version 1.15 for RX65N and
  RX72N
* Improved TSIP build to handle having the options WOLFSSL_AEAD_ONLY defined or
  NO_AES_CBC defined
* Added support for offloading TLS1.3 operations to Renesas RX boards with TSIP

Misc.

* Constant time improvements due to development of new constant time tests
* Initial translation of API headers to Japanese and expansion of Japanese help
  message support in example applications
* Add support for some FPKI (Federal PKI) certificate cases, UUID, FASC-N, PIV
  extension for use with smart cards
* Add support for parsing additional CSR attributes such as unstructured name
  and content type
* Add support for Linux getrandom() when defining the macro WOLFSSL_GETRANDOM
* Add TLS 1.2 ciphersuite ECDHE_PSK_WITH_AES_128_GCM_SHA256 from RFC 8442
* Expand CAAM support with QNX to include i.MX8 boards and add AES-CTR support
* Enhanced glitching protection by hardening the TLS encrypt operations

Math and Performance

SP Math Additions

* Support for ARMv3, ARMv6 and ARMv7a
    - Changes and improvements to get SP building for armv7-a
    - Updated assembly for moving large immediate values on ARMv6
    - Support for architectures with no ldrd/strd and clz
* Reworked generation using common asm ruby code for 32bit ARM
* Enable wolfSSL SP math all by default (sp_int.c)
* Update SP math all to not use sp_int_word when SQR_MUL_ASM is available

SP Math Fixes

* Fixes for constant time with div function
* Fix casting warnings for Windows builds and assembly changes to support
  XMM6-15 being non-volatile
* Fix for div_word when not using div function
* Fixes for user settings with SP ASM and ED/Curve25519 small
* Additional Wycheproof tests ran and fixes
* Fix for SP math ECC non-blocking to always check `hashLen`
* Fix for SP math handling edge case with submod

Improvements and Optimizations

Compatibility Layer

* Provide access to "Finished" messages outside of compatibility layer builds
* Remove unneeded FIPS guard on wolfSSL_EVP_PKEY_derive
* Fix control command issues with AES-GCM, control command EVP_CTRL_GCM_IV_GEN
* Add support for importing private only EC key to a WOLFSSL_EVP_PKEY struct
* Add support for more extensions to wolfSSL_X509_print_ex
* Update for internal to DER (i2d) AIPs to move the buffer pointer when passed
  in and the operation is successful
* Return subject and issuer X509_NAME object even when not set

Ports

* Renesas RA6M4 example update and fixes
* Support multi-threaded use cases with Renesas SCE protected mode and TSIP
* Add a global variable for heap-hint for use with TSIP
* Changes to support v5.3.0 cube pack for STM32
* Use the correct mutex type for embOS
* ESP-IDF build cleanup and enhancements, adding in note regarding ESP-IDF
  Version
* Support for SEGGER embOS and emNET
* Fix to handle WOLFSSL_DTLS macro in Micrium build

Build Options

* Support for verify only and no-PSS builds updated
* Add the enable options wolfssh (mapped to the existing –enable-ssh)
* Remove WOLFSSL_ALT_NAMES restriction on notBefore/notAfter use in Cert struct
* Move several more definitions outside the BUILDING_WOLFSSL gate with linux
  kernel module build
* Modify --enable-openssh to not enable non-FIPS algos for FIPS builds
* Remove the Python wrappers from wolfSSL source (use pip install instead of
  using wolfSSL with Python and our separate Python repository)
* Add --enable-openldap option to configure.ac for building the OpenLDAP port
* Resolve DTLS build to handle not having –enable-hrrcookie when not needed
* Add an --enable-strongswan option to configure.ac for building the Strongswan
  port
* Improve defaults for 64-bit BSDs in configure
* Crypto only build can now be used openssl extra
* Update ASN template build to properly handle WOLFSSL_CERT_EXT and
  HAVE_OID_ENCODING
* Allow using 3DES and MD5 with FIPS 140-3, as they fall outside of the FIPS
  boundary
* Add the build option --enable-dh=const which replaces setting the macro
  WOLFSSL_DH_CONST and now conditionally link to -lm as needed
* Add the macro WOLFSSL_HOSTNAME_VERIFY_ALT_NAME_ONLY which is used to verify
  hostname/ip address using alternate name (SAN) only and does not use the
  common name
* WOLFSSL_DTLS_NO_HVR_ON_RESUME macro added (off by default to favor more
  security). If defined, a DTLS server will not do a cookie exchange on
  successful client resumption: the resumption will be faster (one RTT less) and
  will consume less bandwidth (one ClientHello and one HelloVerifyRequest
  less). On the other hand, if a valid SessionID is collected, forged
  clientHello messages will consume resources on the server.
* Misc.
* Refactoring of some internal TLS functions to reduce the memory usage
* Make old less secure TimingPadVerify implementation available
* Add support for aligned data with clang LLVM
* Remove subject/issuer email from the list of alt. Email names in the
  DecodedCerts struct
* Zeroizing of pre-master secret buffer in TLS 1.3
* Update to allow TLS 1.3 application server to send session ticket
* Improve the sniffer asynchronous test case to support multiple concurrent
  streams
* Clean up wolfSSL_clear() and add more logging
* Update to not error out on bad CRL next date if using NO_VERIFY when parsing
* Add an example C# PSK client
* Add ESP-IDF WOLFSSL_ESP8266 setting for ESP8266 devices
* Support longer sigalg list for post quantum use cases and inter-op with OQS's
  OpenSSL fork
* Improve AES-GCM word implementation of GMULT to be constant time
* Additional sanity check with Ed25519/Ed448, now defaults to assume public key
  is not trusted
* Support PSK ciphersuites in benchmark apps
* FIPS in core hash using SHA2-256 and SHA2-384
* Add ability to store issuer name components when parsing a certificate
* Make the critical extension flags in DecodedCert always available
* Updates to the default values for basic constraint with X509’s
* Support using RSA OAEP with no malloc and add additional sanity checks
* Leverage async code paths to support WANT_WRITE while sending packet fragments
* New azsphere example for continuous integration testing
* Update RSA key generation function to handle pairwise consistency tests with
  static memory pools used
* Resolve build time warning by passing in and checking output length with
  internal SetCurve function
* Support DTLS bidirectional shutdown in the examples
* Improve DTLS version negotiation and downgrade capability

General Fixes

* Fixes for STM32 Hash/PKA, add some missing mutex frees, and add an additional
  benchmark
* Fix missing return checks in KSDK ED25519 code
* Fix compilation warnings from IAR
* Fixes for STM32U5/H7 hash/crypto support
* Fix for using track memory feature with FreeRTOS
* Fixup XSTR processing for MICRIUM
* Update Zephyr fs.h path
* DTLS fixes with WANT_WRITE simulations
* Fixes for BER use with PKCS7 to have additional sanity checks and guards on
  edge cases
* Fix to handle exceptional edge case with TFM mp_exptmod_ex
* Fix for stack and heap measurements of a 32-bit build
* Fix to allow enabling AES key wrap (direct) with KCAPI
* Fix --enable-openssh FIPS detection syntax in configure.ac
* Fix to move wolfSSL_ERR_clear_error outside gate for OPENSSL_EXTRA
* Remove MCAPI project's dependency on zlib version
* Only use __builtin_offset on supported GCC versions (4+)
* Fix for c89 builds with using WOLF_C89
* Fix 64bit postfix for constants building with powerpc
* Fixed async Sniffer with TLS v1.3, async removal of `WC_HW_WAIT_E` and
  sanitize leak
* Fix for QAT ECC to gate use of HW based on marker
* Fix the supported version extension to always check minDowngrade
* Fix for TLS v1.1 length sanity check for large messages
* Fixes for loading a long DER/ASN.1 certificate chain
* Fix to expose the RSA public DER export functions with certgen
* Fixes for building with small version of SHA3
* Fix configure with WOLFSSL_WPAS_SMALL
* Fix to free PKCS7 recipient list in error cases
* Sanity check to confirm ssl->hsHashes is not NULL before attempting to
  dereference it
* Clear the leftover byte count in Aes struct when setting IV
2022-08-08 08:03:46 +00:00
..
2fa Revbump all Go packages after go118 update 2022-07-13 16:02:57 +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 update 2022-07-13 16:02:57 +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 update 2022-07-13 16:02:57 +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 update 2022-07-13 16:02:57 +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.6 2022-05-05 00:44:07 +00:00
clamav-doc clamav-doc: fix PLIST 2022-05-15 04:46:32 +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 *: recursive bump for graphics/graphviz 5.0.0 2022-07-22 17:07:10 +00:00
gnome-keyring revbump for icu and libffi 2021-12-08 16:01:42 +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 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gnupg2 gnupg2: updated to 2.2.36 2022-07-12 05:46:00 +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 update 2022-07-13 16:02:57 +00:00
go-crypto Revbump all Go packages after go118 update 2022-07-13 16:02:57 +00:00
go-mkcert Revbump all Go packages after go118 update 2022-07-13 16:02:57 +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.0 2022-05-29 17:36:42 +00:00
gpg2dot *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
gpgme gpgme: update to 1.17.1. 2022-04-21 09:45:34 +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 *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
kwalletmanager *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +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
libprelude *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
libprelude-lua *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
libprelude-perl *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
libprelude-python *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
libpreludedb *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
libpreludedb-mysql *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
libpreludedb-perl *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
libpreludedb-pgsql *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
libpreludedb-python *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
libpreludedb-sqlite3 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +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 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
mbedtls security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +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
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 revbump for textproc/icu update 2022-04-18 19:09:40 +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 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +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.0 2022-01-13 08:05:48 +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.0 2022-01-13 08:05:48 +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 revbump for textproc/icu update 2022-04-18 19:09:40 +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 revbump for icu and libffi 2021-12-08 16:01:42 +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 *: Explicitly pass -lintl on SunOS where required. 2022-07-29 16:29:08 +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
prelude-correlator *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
prelude-lml revbump for icu and libffi 2021-12-08 16:01:42 +00:00
prelude-manager revbump for textproc/icu update 2022-04-18 19:09:40 +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 putty: fix build on macOS 2022-07-17 01:23:54 +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.11.0 2022-07-08 08:00:42 +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 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-fido2 *: convert to versioned_dependencies for py-cryptography 2022-04-21 10:59:59 +00:00
py-gnupg py-gnupg: incompatible with Python 2.7 (un-break bulk builds) 2022-05-23 01:02:26 +00:00
py-google-auth *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-google-auth-httplib2 *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-google-auth-oauthlib python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +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-prewikka py-prewikka: fix and sort PLIST 2022-02-03 23:54:36 +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: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-bcrypt security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +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.5 2021-12-19 06:41:31 +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: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-metasploit-model security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-metasploit-payloads security/ruby-metasploit-payloads: update to 2.0.74 2022-02-14 14:41:02 +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 security/ruby-oauth: update to 0.5.8 2021-11-28 14:11:14 +00:00
ruby-openid security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-openssl-ccm security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-openssl-cmac security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +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.20 2021-12-11 13:53:21 +00:00
ruby-rex-encoder security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-exploitation security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-java security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-rex-mime security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +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.94 2021-12-11 13:55:35 +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.34 2021-12-11 13:58:14 +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: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +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 security: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:16:56 +00:00
ruby-vault security/ruby-vault: add package version 0.16.0 2021-12-11 14:07:31 +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 *: recursive bump for graphics/graphviz 5.0.0 2022-07-22 17:07:10 +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 *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +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 Update to 20220114. From the changelog: 2022-01-15 19:04:24 +00:00
tor-browser Move firefox78's mozilla-common.mk to mail/thunderbird in preparation for 2022-08-04 15:07:14 +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: adjust grammar in DESCR 2022-08-08 01:59:33 +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 update 2022-07-13 16:02:57 +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.4.0 2022-08-08 08:03:46 +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: Add trufflehog 2022-08-07 22:22:10 +00:00