Skip to content

Commit

Permalink
xmlsec1: increase version to 1.3
Browse files Browse the repository at this point in the history
the latest support xmlsec1 depends on the installed pysaml2 version. A
compatibility information is provided in the pysaml2 doc README.

Notes:
 * with xmlsec1 1.3 signing requires an additional argument as detailed here lsh123/xmlsec#731 (comment)
 * pysaml handles this case by adding the argument explicity as can be seen here: IdentityPython/pysaml2@dd81512

CMK-19523

Change-Id: I26f4f89f4ab7f965157a2353074c7f11cd925bfc
  • Loading branch information
anthonyh209 committed Oct 24, 2024
1 parent c6e3206 commit ee7fba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion omd/packages/xmlsec1/xmlsec1.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://www.aleksey.com/xmlsec/

XMLSEC1 := xmlsec1
XMLSEC1_VERS := 1.2.37
XMLSEC1_VERS := 1.3.0
XMLSEC1_DIR := $(XMLSEC1)-$(XMLSEC1_VERS)

XMLSEC1_BUILD := $(BUILD_HELPER_DIR)/$(XMLSEC1_DIR)-build
Expand Down
4 changes: 2 additions & 2 deletions package_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ REDIS_SHA256 = "5b2b8b7a50111ef395bf1c1d5be11e6e167ac018125055daa8b5c2317ae131ab
OPENSSL_VERSION = "3.0.14"
OPENSSL_SHA256 = "eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca"

XMLSEC1_VERSION = "1.2.37"
XMLSEC1_SHA256 = "5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c"
XMLSEC1_VERSION = "1.3.0"
XMLSEC1_SHA256 = "df3ad2548288411fc3d44c20879e4c4e90684a1a4fb76a06ae444f957171c9a6"

HEIRLOOMMAILX_VERSION = "12.5"
HEIRLOOMMAILX_SHA256 = "015ba4209135867f37a0245d22235a392b8bbed956913286b887c2e2a9a421ad"
Expand Down

0 comments on commit ee7fba2

Please sign in to comment.