Skip to content

Commit

Permalink
Revert "xmlsec1: increase version to 1.3"
Browse files Browse the repository at this point in the history
This reverts commit ee7fba2.

Reason for revert: 'GCRY_MD_SHA3_256' undeclared in SLES12-SP5 and Ubuntu-20.04

Change-Id: I1b9fa1f79780ae6d5390466b816ede4f6b4321d0
  • Loading branch information
JonasScharpf committed Oct 24, 2024
1 parent ee7fba2 commit ca7ea5f
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.3.0
XMLSEC1_VERS := 1.2.37
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.3.0"
XMLSEC1_SHA256 = "df3ad2548288411fc3d44c20879e4c4e90684a1a4fb76a06ae444f957171c9a6"
XMLSEC1_VERSION = "1.2.37"
XMLSEC1_SHA256 = "5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c"

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

0 comments on commit ca7ea5f

Please sign in to comment.