wok-current diff libksba/receipt @ rev 25697

Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 17:00:21 2024 +0000 (2 months ago)
parents 72237c062f53
children
line diff
     1.1 --- a/libksba/receipt	Tue Mar 22 10:41:33 2022 +0100
     1.2 +++ b/libksba/receipt	Tue Apr 16 17:00:21 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libksba"
     1.7 -VERSION="1.6.0"
     1.8 +VERSION="1.6.3"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Library to work with X.509 certificates, CMS data and related objects."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -25,7 +25,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.16 -	echo "d71e18a71b44d7f0e93180e05971857b4900c788  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.17 +	echo "7fe6d00b61e85a699a28d0aa309ba0bddcc46f3e  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.18  
    1.19  	./configure $CONFIGURE_ARGS &&
    1.20  	make &&