Skip to content

Commit

Permalink
Bump RPM deps
Browse files Browse the repository at this point in the history
Also switch the centos-stream-8 path to vault.

Signed-off-by: Liran Rotenberg <[email protected]>
  • Loading branch information
liranr23 committed Jun 19, 2024
1 parent e722c42 commit 1c39f3d
Show file tree
Hide file tree
Showing 6 changed files with 1,039 additions and 447 deletions.
174 changes: 135 additions & 39 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3424,6 +3424,14 @@ rpm(
urls = ["https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/alternatives-1.24-1.el9.x86_64.rpm"],
)

rpm(
name = "audit-libs-0__3.1.2-2.el9.x86_64",
sha256 = "de7efacf4bf377b96e9420b0f05905dae407c3f52e18cd2acc5879919b4c401e",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/audit-libs-3.1.2-2.el9.x86_64.rpm",
],
)

rpm(
name = "basesystem-0__11-13.el9.x86_64",
sha256 = "a7a687ef39dd28d01d34fab18ea7e3e87f649f6c202dded82260b7ea625b9973",
Expand Down Expand Up @@ -3524,6 +3532,14 @@ rpm(
],
)

rpm(
name = "cyrus-sasl-lib-0__2.1.27-21.el9.x86_64",
sha256 = "fd4292a29759f9531bbc876d1818e7a83ccac76907234002f598671d7b338469",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/cyrus-sasl-lib-2.1.27-21.el9.x86_64.rpm",
],
)

rpm(
name = "elfutils-debuginfod-client-0__0.191-4.el9.x86_64",
sha256 = "6b69fb1c9ecac14f1e7fa27f5f520beb32e32a4f89fc07918b9d27e9e3f114e2",
Expand Down Expand Up @@ -3603,42 +3619,42 @@ rpm(
)

rpm(
name = "glibc-0__2.34-105.el9.x86_64",
sha256 = "6661469038eeb013719ef193e8d7fa6e550b9cc3a16807add13ba80e8d759fce",
name = "glibc-0__2.34-110.el9.x86_64",
sha256 = "ed5dc6cc8809b4b58b99846663abcf1fd6a8dcee244bea35c8344b7a6f3a9454",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glibc-2.34-105.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glibc-2.34-110.el9.x86_64.rpm",
],
)

rpm(
name = "glibc-common-0__2.34-105.el9.x86_64",
sha256 = "f1969f9d9036b19214932c879fec6a4aa824926dab9b4e7e702c6c8593230589",
name = "glibc-common-0__2.34-110.el9.x86_64",
sha256 = "5b58f16d8467584f254b37b975ce09af99f691738bef8a4dc16afb9d2903ff03",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glibc-common-2.34-105.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glibc-common-2.34-110.el9.x86_64.rpm",
],
)

rpm(
name = "glibc-devel-0__2.34-105.el9.x86_64",
sha256 = "496077de45ac34ddb1774d410e57fc0ed2f58419abdb67fb77d7bcf7cb8b4749",
name = "glibc-devel-0__2.34-110.el9.x86_64",
sha256 = "9ad5e484481f85d504830495cf3d51026d35e25315728b31585ff4e4dd84de5e",
urls = [
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/glibc-devel-2.34-105.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/glibc-devel-2.34-110.el9.x86_64.rpm",
],
)

rpm(
name = "glibc-headers-0__2.34-105.el9.x86_64",
sha256 = "7c84bbe40fef40124e3f1c39aa67b83e7f156b86f9b475267c81e46f779b1270",
name = "glibc-headers-0__2.34-110.el9.x86_64",
sha256 = "5a5fc3a35f63aa6d79ae5f62549783a5cc4f81971889d0f27de6d2af30d1fd6c",
urls = [
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/glibc-headers-2.34-105.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/glibc-headers-2.34-110.el9.x86_64.rpm",
],
)

rpm(
name = "glibc-langpack-niu-0__2.34-105.el9.x86_64",
sha256 = "3baca4932aa293eb31c23cb1f73d5b76bb447f5e1b6bd5e40883d7e69d8fcda8",
name = "glibc-langpack-yo-0__2.34-110.el9.x86_64",
sha256 = "dbd1b85a72ad487cfbcaca1dde129eac8be6770229c750445bde31f64bc1a764",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glibc-langpack-niu-2.34-105.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glibc-langpack-yo-2.34-110.el9.x86_64.rpm",
],
)

Expand All @@ -3663,10 +3679,10 @@ rpm(
)

rpm(
name = "kernel-headers-0__5.14.0-452.el9.x86_64",
sha256 = "2288477e96b8095f4b2052902239ccf1f57928ac7b1663d714c2382880d8b1be",
name = "kernel-headers-0__5.14.0-460.el9.x86_64",
sha256 = "be4631dc828074019eb5437d909fcc16d134ff5a0e93389212c71f2379e90068",
urls = [
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/kernel-headers-5.14.0-452.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/kernel-headers-5.14.0-460.el9.x86_64.rpm",
],
)

Expand Down Expand Up @@ -3714,12 +3730,28 @@ rpm(
],
)

rpm(
name = "libbrotli-0__1.0.9-6.el9.x86_64",
sha256 = "10b93bc07c62f31b96cbd4141a645880e76a2bc7d7163306ce2cc61a49616202",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libbrotli-1.0.9-6.el9.x86_64.rpm",
],
)

rpm(
name = "libcap-0__2.48-9.el9.x86_64",
sha256 = "7d07ec8a6a0975d84c66adf21c885c41a5571ecb631055959265c60fda314111",
urls = ["https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libcap-2.48-9.el9.x86_64.rpm"],
)

rpm(
name = "libcap-ng-0__0.8.2-7.el9.x86_64",
sha256 = "62429b788acfb40dbc9da9951690c11e907e230879c790d139f73d0e85dd76f4",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libcap-ng-0.8.2-7.el9.x86_64.rpm",
],
)

rpm(
name = "libcom_err-0__1.46.5-5.el9.x86_64",
sha256 = "db2e675293b91b0f9b659cec0cad82c9c1b4af2112b6727e851d98a28ac83ed2",
Expand All @@ -3728,6 +3760,14 @@ rpm(
],
)

rpm(
name = "libcurl-0__7.76.1-29.el9.x86_64",
sha256 = "d93e3551bc27b1d47b4bbf787fd746ca6dbf4ceceaa71bf5671b103aa8cf87d6",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libcurl-7.76.1-29.el9.x86_64.rpm",
],
)

rpm(
name = "libcurl-devel-0__7.76.1-29.el9.x86_64",
sha256 = "1c14b473b751ec72dff21a649b27a30a493c4723dff7b81bf63beb8751444dda",
Expand All @@ -3737,10 +3777,10 @@ rpm(
)

rpm(
name = "libcurl-minimal-0__7.76.1-29.el9.x86_64",
sha256 = "c304626e349ed7953b4962705bf2903cd96bf5d3feb5eb5d14a68c4b7e2ff093",
name = "libevent-0__2.1.12-6.el9.x86_64",
sha256 = "82179f6f214ddf523e143c16c3474ccf8832551c6305faf89edfbd83b3424d48",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libcurl-minimal-7.76.1-29.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libevent-2.1.12-6.el9.x86_64.rpm",
],
)

Expand Down Expand Up @@ -3789,10 +3829,10 @@ rpm(
)

rpm(
name = "libnghttp2-0__1.43.0-5.el9.1.x86_64",
sha256 = "d79218ac6dc81efdfd88664af860e47f1cc07f7761f180e8c48155e80ae7e087",
name = "libnghttp2-0__1.43.0-6.el9.x86_64",
sha256 = "fc1cadbc6cf37cbea60112b7ae6f92fabfd5a7f76fa526bb5a1ea82746455ec7",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libnghttp2-1.43.0-5.el9.1.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libnghttp2-1.43.0-6.el9.x86_64.rpm",
],
)

Expand All @@ -3804,6 +3844,14 @@ rpm(
],
)

rpm(
name = "libpsl-0__0.21.1-5.el9.x86_64",
sha256 = "42bd5fb4b34c993c103ea2d47fc69a0fcc231fcfb88646ed55403519868caa94",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libpsl-0.21.1-5.el9.x86_64.rpm",
],
)

rpm(
name = "libselinux-0__3.6-1.el9.x86_64",
sha256 = "274be34f74f9a5adab8428cd4761df8c50ff85b2c1bad832d90a3b3bf3efd174",
Expand All @@ -3812,6 +3860,14 @@ rpm(
],
)

rpm(
name = "libsemanage-0__3.6-1.el9.x86_64",
sha256 = "7f5bce18f75287a1911028cb38a5e8103787038026f6d1fda4ef6afa1cb00efd",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libsemanage-3.6-1.el9.x86_64.rpm",
],
)

rpm(
name = "libsepol-0__3.6-1.el9.x86_64",
sha256 = "834f9dd59bf8bd0cf5047c672b1d610b722a0981f53c15dd36cc3daffaba0230",
Expand All @@ -3826,6 +3882,22 @@ rpm(
urls = ["https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libsigsegv-2.13-4.el9.x86_64.rpm"],
)

rpm(
name = "libssh-0__0.10.4-13.el9.x86_64",
sha256 = "08f4dd4a9a61fb4dc05b30523cbd6a6bb698e634c8c87e884f78db2cfc658499",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libssh-0.10.4-13.el9.x86_64.rpm",
],
)

rpm(
name = "libssh-config-0__0.10.4-13.el9.x86_64",
sha256 = "bd86ac0962a7f517dd0ab4b963e08b6b7a2af1821df374746223ab9781ee9a20",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libssh-config-0.10.4-13.el9.noarch.rpm",
],
)

rpm(
name = "libstdc__plus____plus__-0__11.4.1-3.el9.x86_64",
sha256 = "1a390ff013dd608de0dfe63dde620ebb5ca388d7e9c7600135eb61bbd287d7a8",
Expand Down Expand Up @@ -3953,18 +4025,26 @@ rpm(
)

rpm(
name = "openssl-devel-1__3.2.1-1.el9.x86_64",
sha256 = "9237a359b43fea94b2f44401e53ac9e64c5e8ed1ae8b292b3486eb6783e5becc",
name = "openldap-0__2.6.6-3.el9.x86_64",
sha256 = "da4c54a99c4556ab6c95f91ac0f472e8e96509fd97a59f45e196c0f613a1dbab",
urls = [
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/openssl-devel-3.2.1-1.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/openldap-2.6.6-3.el9.x86_64.rpm",
],
)

rpm(
name = "openssl-libs-1__3.2.1-1.el9.x86_64",
sha256 = "f0f802f522504242bdde121f48234ca5daccb090650a68fd03e50101a483e6fb",
name = "openssl-devel-1__3.2.2-2.el9.x86_64",
sha256 = "3b91244d9a9f12cf5d5ebe8f4d2513e28fd5d2a98178ff41446dccc4072cc992",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/openssl-libs-3.2.1-1.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/openssl-devel-3.2.2-2.el9.x86_64.rpm",
],
)

rpm(
name = "openssl-libs-1__3.2.2-2.el9.x86_64",
sha256 = "b060c100f9920714d6923427ed9426ae742c715bc0badfa041c64972ccc5ca45",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/openssl-libs-3.2.2-2.el9.x86_64.rpm",
],
)

Expand Down Expand Up @@ -4033,26 +4113,34 @@ rpm(
)

rpm(
name = "python3-0__3.9.18-3.el9.x86_64",
sha256 = "945d92552069d5d5d8f7df6971e85d33306cad1699cae78f214278a8ff194d52",
name = "publicsuffix-list-dafsa-0__20210518-3.el9.x86_64",
sha256 = "992c17312bf5f144ec17b3c9733ab180c6c3641323d2deaf7c13e6bd1971f7a6",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-3.9.18-3.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/publicsuffix-list-dafsa-20210518-3.el9.noarch.rpm",
],
)

rpm(
name = "python3-devel-0__3.9.18-3.el9.x86_64",
sha256 = "05622c80fa3cea719c00a6829cd78cc7403ec85c681c5799d513ecb88268f2f9",
name = "python3-0__3.9.19-1.el9.x86_64",
sha256 = "794d3ec7ca74b2b3a150864f81b0ae81c860d7f4cebe9386fabb0c57779fde42",
urls = [
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/python3-devel-3.9.18-3.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-3.9.19-1.el9.x86_64.rpm",
],
)

rpm(
name = "python3-libs-0__3.9.18-3.el9.x86_64",
sha256 = "9cb7d0c11da84e4bd258af8d8e2dd6cd94c15b96ffe12b90e896a5f88d9238fe",
name = "python3-devel-0__3.9.19-1.el9.x86_64",
sha256 = "ca81815ff933ef50e216dab2f847dd3c30e4d829bea52b9a6024a7ab0fd0eace",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-libs-3.9.18-3.el9.x86_64.rpm",
"https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/python3-devel-3.9.19-1.el9.x86_64.rpm",
],
)

rpm(
name = "python3-libs-0__3.9.19-1.el9.x86_64",
sha256 = "388f9e5a1167ab2c480295bae60b4bad1854b6e6ec17d253b7a8a0647fc2fe1d",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-libs-3.9.19-1.el9.x86_64.rpm",
],
)

Expand Down Expand Up @@ -4110,6 +4198,14 @@ rpm(
],
)

rpm(
name = "shadow-utils-2__4.9-8.el9.x86_64",
sha256 = "d656b38df69084201a459e9d7084e3653a58b238a7c947e465b8db6c31104261",
urls = [
"https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/shadow-utils-4.9-8.el9.x86_64.rpm",
],
)

rpm(
name = "sqlite-libs-0__3.34.1-7.el9.x86_64",
sha256 = "eddc9570ff3c2f672034888a57eac371e166671fee8300c3c4976324d502a00f",
Expand Down
Loading

0 comments on commit 1c39f3d

Please sign in to comment.