Upgraded libksba from 1.6.0 to 1.6.3

This commit is contained in:
dslm4515
2023-03-30 19:02:50 -05:00
parent 90724c9595
commit f85f40e17e

View File

@ -1,7 +1,7 @@
#! /bin/bash
# Libksba
# Source: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.6.0.tar.bz2
# Source: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.6.3.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.0-$(uname -m)-mlfs.txz &&
sudo -S makepkg -l y -c n $PKGS/libksba-1.6.3-$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.0-noarch-mlfs.txz && \
sudo -S makepkg -l y -c n $PKGS/libksba-doc-1.6.3-$NOPSUFFIX && \
sudo -S rm -rf ${BUILD}/* /BMAN/*