Merge remote-tracking branch 'origin/pristine'

* origin/pristine:
  security/s2n-tls: Update to 1.5.20
  Revert: "Mk: unregister expired www/node18"
  finance/quba-viewer: expire on 2025-09-01 for devel/electron32
This commit is contained in:
Bastard Operator from Hell 2025-06-02 00:16:13 +02:00
commit e88a56caee
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
5 changed files with 10 additions and 8 deletions

View File

@ -7,7 +7,7 @@
# - build use node as build-time dependency
# - run use node as runtime dependency
# - env set the environment (NODEJS_VERSION and NODEJS_SUFFIX)
# - version available version: lts, current, 20, 22, 23, 24
# - version available version: lts, current, 18, 20, 22, 23, 24
#
# Note:
# - The supported versions follow upstream release schedule
@ -22,13 +22,13 @@
.if !defined(_INCLUDE_USES_NODEJS_MK)
_INCLUDE_USES_NODEJS_MK= yes
_VALID_NODEJS_VERSIONS= 20 22 23 24 current lts
_VALID_NODEJS_VERSIONS= 18 20 22 23 24 current lts
. if ! ${_VALID_NODEJS_VERSIONS:M${NODEJS_DEFAULT}}
IGNORE= Invalid default nodejs version ${NODEJS_DEFAULT}; valid versions are ${_VALID_NODEJS_VERSIONS}
. endif
. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N20:N22:N23:N24)
. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N18:N20:N22:N23:N24)
IGNORE= USES=nodejs has invalid arguments ${nodejs_ARGS}
. endif

View File

@ -105,7 +105,7 @@ MONO_DEFAULT?= 5.20
MYSQL_DEFAULT?= 8.0
# Possible values: ninja, samurai
NINJA_DEFAULT?= ninja
# Possible value: 20, 22, 23, 24, current, lts (Note: current = 24 and lts = 22)
# Possible value: 18, 20, 22, 23, 24, current, lts (Note: current = 24 and lts = 22)
NODEJS_DEFAULT?= lts
# Possible value: 25, 26
OPENLDAP_DEFAULT?= 26

View File

@ -1,6 +1,6 @@
PORTNAME= s2n-tls
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.19
DISTVERSION= 1.5.20
PORTEPOCH= 1
CATEGORIES= security

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1748009059
SHA256 (aws-s2n-tls-v1.5.19_GH0.tar.gz) = cb67993d43b39f583ea864d29b028bc258cc0866704f45eedc7ca064e48987ac
SIZE (aws-s2n-tls-v1.5.19_GH0.tar.gz) = 5024295
TIMESTAMP = 1748802843
SHA256 (aws-s2n-tls-v1.5.20_GH0.tar.gz) = 1d05303ba8383f62273c51b50147391c23375e918d525b7c827f7aeb69e6b102
SIZE (aws-s2n-tls-v1.5.20_GH0.tar.gz) = 5041463

View File

@ -1,6 +1,8 @@
include/s2n.h
include/s2n/unstable/cert_authorities.h
include/s2n/unstable/cleanup.h
include/s2n/unstable/crl.h
include/s2n/unstable/custom_x509_extensions.h
include/s2n/unstable/fingerprint.h
include/s2n/unstable/ktls.h
include/s2n/unstable/npn.h