From 520f93157ed10c6ee1d4d98ddf5847e68f207988 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 18 Apr 2024 13:10:44 +0200 Subject: [PATCH 1/2] p11-kit: Use GZIP over ZIP file and correct version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The version is actually 0.23.2 [1]: $ wget https://beehive.molgen.mpg.de/1bef6b823367bc625e23506942c2b591/p11-kit-0.24.0.tar.gz --2024-04-16 00:19:05-- https://beehive.molgen.mpg.de/1bef6b823367bc625e23506942c2b591/p11-kit-0.24.0.tar.gz Auflösen des Hostnamens beehive.molgen.mpg.de (beehive.molgen.mpg.de)… 141.14.27.134 Verbindungsaufbau zu beehive.molgen.mpg.de (beehive.molgen.mpg.de)|141.14.27.134|:443 … verbunden. HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK Länge: 824924 (806K) [application/octet-stream] Wird in »p11-kit-0.24.0.tar.gz« gespeichert. p11-kit-0.24.0.tar. 100%[===================>] 805,59K 182KB/s in 4,4s 2024-04-16 00:19:12 (182 KB/s) - »p11-kit-0.24.0.tar.gz« gespeichert [824924/824924] $ md5sum p11-kit-0.24.0.tar.gz 1bef6b823367bc625e23506942c2b591 p11-kit-0.24.0.tar.gz $ tar xf p11-kit-0.24.0.tar.gz gzip: stdin has more than one entry--rest ignored tar: Child returned status 2 tar: Error is not recoverable: exiting now $ unzip p11-kit-0.24.0.tar.gz Archive: p11-kit-0.24.0.tar.gz 5f6cc6c4c66050069d0db93006299cde44920559 creating: p11-kit-0.23.2/ […] Do *not* use `PKGVERSION` in URL for the source URL, as it’s easy to copy the output of `/src/mariux/md5repo.sh`. [1]: https://github.molgen.mpg.de/mariux64/bee-files/pull/2241 --- p11-kit.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/p11-kit.be0 b/p11-kit.be0 index 5477dbb0e..3755a673f 100755 --- a/p11-kit.be0 +++ b/p11-kit.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION p11-kit-0.24.0-0 +# BEE_VERSION p11-kit-0.23.2-0 -# SRCURL[0]="https://github.com/p11-glue/p11-kit/archive/0.23.2.zip p11-kit-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/1bef6b823367bc625e23506942c2b591/p11-kit-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://github.com/p11-glue/p11-kit/archive/${PKGVERSION}.tar.gz p11-kit-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/5c281bb08e6a713caa8e0c5bd2f813b5/p11-kit-0.23.2.tar.gz" # PATCHURL+=() From 88e96fa64e26c105c158c61fd3c4c8e3e500067c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 18 Apr 2024 13:16:47 +0200 Subject: [PATCH 2/2] p11-kit: Really update version from 0.23.2 to 0.24.0 Before, actually the source archive for version 0.23.2 was still used. Really update to 0.24.0. --- p11-kit.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p11-kit.be0 b/p11-kit.be0 index 3755a673f..fdfe2dc2f 100755 --- a/p11-kit.be0 +++ b/p11-kit.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION p11-kit-0.23.2-0 +# BEE_VERSION p11-kit-0.24.0-1 # SRCURL[0]="https://github.com/p11-glue/p11-kit/archive/${PKGVERSION}.tar.gz p11-kit-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/5c281bb08e6a713caa8e0c5bd2f813b5/p11-kit-0.23.2.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/a0941a5e02fae4be6a50ace3c2f7efa9/p11-kit-0.24.0.tar.gz" # PATCHURL+=()