Skip to content

Commit

Permalink
Merge pull request #2 from higress-group/fix/update-dependencies
Browse files Browse the repository at this point in the history
fix: Update envoy dependencies
  • Loading branch information
johnlanni authored Oct 16, 2024
2 parents b354184 + 825bcab commit e9302f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -421,17 +421,17 @@ REPOSITORY_LOCATIONS_SPEC = dict(
com_github_intel_ipp_crypto_crypto_mb = dict(
project_name = "libipp-crypto",
project_desc = "Intel® Integrated Performance Primitives Cryptography",
project_url = "https://github.com/intel/ipp-crypto",
project_url = "https://github.com/intel/cryptography-primitives",
version = "2021.6",
sha256 = "632cc5ba54413eeab575682619c05d247e9b7f2fc58ea3e5f4a02bdcab3e6b78",
strip_prefix = "ipp-crypto-ippcp_{version}",
urls = ["https://github.com/intel/ipp-crypto/archive/ippcp_{version}.tar.gz"],
sha256 = "a52bf15208d493adb846994f2ce928bd02c74fd8ff3a2def2fca7b072d67e6bf",
strip_prefix = "cryptography-primitives-ippcp_{version}",
urls = ["https://github.com/intel/cryptography-primitives/archive/ippcp_{version}.tar.gz"],
release_date = "2022-08-09",
use_category = ["dataplane_ext"],
extensions = ["envoy.tls.key_providers.cryptomb"],
cpe = "cpe:2.3:a:intel:cryptography_for_intel_integrated_performance_primitives:*",
license = "Apache-2.0",
license_url = "https://github.com/intel/ipp-crypto/blob/ippcp_{version}/LICENSE",
license_url = "https://github.com/intel/cryptography-primitives/blob/ippcp_{version}/LICENSE",
),
com_github_intel_qatlib = dict(
project_name = "qatlib",
Expand Down Expand Up @@ -1165,7 +1165,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_url = "https://quiche.googlesource.com/googleurl",
# Static snapshot of https://quiche.googlesource.com/googleurl/+archive/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz
version = "dd4080fec0b443296c0ed0036e1e776df8813aa7",
sha256 = "59f14d4fb373083b9dc8d389f16bbb817b5f936d1d436aa67e16eb6936028a51",
sha256 = "fc694942e8a7491dcc1dde1bddf48a31370a1f46fef862bc17acf07c34dc6325",
urls = ["https://storage.googleapis.com/quiche-envoy-integration/{version}.tar.gz"],
use_category = ["controlplane", "dataplane_core"],
extensions = [],
Expand Down

0 comments on commit e9302f5

Please sign in to comment.