Upgraded libksba from 1.6.3 to 1.6.5

This commit is contained in:
dslm4515
2024-01-06 21:54:48 -06:00
parent 2c86a7d7d0
commit 89b0e7dd2a

View File

@ -1,7 +1,7 @@
#! /bin/bash
# Libksba
# Source: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.6.3.tar.bz2
# Source: https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.6.5.tar.bz2
#
# $BUILD = Directory to temporarily install
# $PKGS = Directory to store built packages
@ -42,7 +42,7 @@ libksba:
libksba:
EOF
sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/libksba-1.6.3-$PSUFFIX &&
sudo -S makepkg -l y -c n $PKGS/libksba-1.6.5-$PSUFFIX &&
cd /BMAN && \
cat > /tmp/slack-desc << "EOF"
libksba-doc: Manuals for libksba (X.509 & CMS library for S/MIME and TLS)
@ -53,5 +53,5 @@ libksba-doc: Both specifications are building blocks of S/MIME and TLS.
libksba-doc:
EOF
sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/libksba-doc-1.6.3-$NOPSUFFIX && \
sudo -S makepkg -l y -c n $PKGS/libksba-doc-1.6.5-$NOPSUFFIX && \
sudo -S rm -rf ${BUILD}/* /BMAN/*