From bed2da3c2b3f20e1d427f3c07bc3b459a4236110 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Tue, 9 Sep 2025 18:24:10 +0200 Subject: [PATCH] Bump boulder version to v0.20250908.0 --- build/build.sh | 2 +- install | 2 +- patches/sfe_overrides.patch | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/build.sh b/build/build.sh index 5d89e51..fd4296e 100755 --- a/build/build.sh +++ b/build/build.sh @@ -8,7 +8,7 @@ TMP_DIR=$(pwd)/tmp rm -rf $TMP_DIR && mkdir -p $TMP_DIR/{admin,bin,logs,src} boulderDir=$TMP_DIR/src -boulderTag="v0.20250902.0" +boulderTag="v0.20250908.0" boulderUrl="https://github.com/letsencrypt/boulder/" cloneDir=$(pwd)/.. diff --git a/install b/install index 7ea0a13..c4ba4fc 100755 --- a/install +++ b/install @@ -30,7 +30,7 @@ dockerComposeVersion="v2.5.0" labcaUrl="https://github.com/hakwerk/labca/" boulderUrl="https://github.com/letsencrypt/boulder/" -boulderTag="v0.20250902.0" +boulderTag="v0.20250908.0" # # Color configuration diff --git a/patches/sfe_overrides.patch b/patches/sfe_overrides.patch index 389eb4b..ce5e0cd 100644 --- a/patches/sfe_overrides.patch +++ b/patches/sfe_overrides.patch @@ -1,16 +1,16 @@ diff --git a/sfe/overrides.go b/sfe/overrides.go -index 8eb024aed..20687c2bd 100644 +index e48c087a9..644371825 100644 --- a/sfe/overrides.go +++ b/sfe/overrides.go -@@ -13,6 +13,7 @@ import ( - +@@ -14,6 +14,7 @@ import ( + emailpb "github.com/letsencrypt/boulder/email/proto" berrors "github.com/letsencrypt/boulder/errors" "github.com/letsencrypt/boulder/iana" + "github.com/letsencrypt/boulder/identifier" "github.com/letsencrypt/boulder/policy" rl "github.com/letsencrypt/boulder/ratelimits" "github.com/letsencrypt/boulder/sfe/forms" -@@ -356,7 +357,11 @@ func validateOverrideRequestField(fieldName, fieldValue, rateLimit string) error +@@ -362,7 +363,11 @@ func validateOverrideRequestField(fieldName, fieldValue, rateLimit string) error return nil case emailAddressFieldName: @@ -23,7 +23,7 @@ index 8eb024aed..20687c2bd 100644 if err == nil { return nil } -@@ -382,7 +387,11 @@ func validateOverrideRequestField(fieldName, fieldValue, rateLimit string) error +@@ -388,7 +393,11 @@ func validateOverrideRequestField(fieldName, fieldValue, rateLimit string) error return fmt.Errorf("IP address is invalid") case RegisteredDomainFieldName: