]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: bump the libc6 on the linux-old build
authorDan Fandrich <dan@coneharvesters.com>
Sat, 6 Jul 2024 03:19:44 +0000 (20:19 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 6 Jul 2024 03:22:26 +0000 (20:22 -0700)
This contains some security fixes for nscd.

.github/workflows/linux-old.yml

index 3d491a766b5b72b25f1e050a83078ddef5992224..f143a5ea349d2f9d6ca1c97b9a12ae1e52a3ab0d 100644 (file)
@@ -74,8 +74,8 @@ jobs:
           apt-get install -y --no-install-suggests --no-install-recommends cmake make gcc pkg-config libpsl-dev libzstd-dev zlib1g-dev libssl1.0-dev libssh-dev libssh2-1-dev libc-ares-dev heimdal-dev libldap2-dev stunnel4 groff
           # GitHub's actions/checkout needs a newer glibc. This one is the
           # latest available for buster, the next stable release after stretch.
-          httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u3_amd64.deb
-          dpkg -i libc6_2.28-10+deb10u3_amd64.deb
+          httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u4_amd64.deb
+          dpkg -i libc6_*_amd64.deb
 
       - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4