ca-certificates: update to 20210119.

This commit is contained in:
Érico Rolim 2021-01-25 13:04:27 -03:00 committed by Leah Neukirchen
parent a4f0068fc4
commit a9f501339b
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ca-certificates' # Template file for 'ca-certificates'
pkgname=ca-certificates pkgname=ca-certificates
version=20200601 version=20210119
revision=2 revision=1
bootstrap=yes bootstrap=yes
conf_files="/etc/ca-certificates.conf" conf_files="/etc/ca-certificates.conf"
wrksrc="work" wrksrc="work"
@ -12,14 +12,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, MPL-2.0" license="GPL-2.0-or-later, MPL-2.0"
homepage="https://tracker.debian.org/pkg/ca-certificates" homepage="https://tracker.debian.org/pkg/ca-certificates"
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.xz" distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.xz"
checksum=43766d5a436519503dfd65ab83488ae33ab4d4ca3d0993797b58c92eb9ed4e63 checksum=daa3afae563711c30a0586ddae4336e8e3974c2b627faaca404c4e0141b64665
post_extract() { post_extract() {
$BUILD_CC $BUILD_CFLAGS ${FILESDIR}/certdata2pem.c -o ${wrksrc}/mozilla/certdata2pem $BUILD_CC $BUILD_CFLAGS ${FILESDIR}/certdata2pem.c -o ${wrksrc}/mozilla/certdata2pem
cp ${FILESDIR}/remove-expired-certs.sh ${wrksrc}/mozilla cp ${FILESDIR}/remove-expired-certs.sh ${wrksrc}/mozilla
sed -i ${wrksrc}/mozilla/Makefile \ vsed -i ${wrksrc}/mozilla/Makefile \
-e 's,python certdata2pem.py,./certdata2pem,g' -e 's,python3 certdata2pem.py,./certdata2pem,g'
sed -i ${wrksrc}/mozilla/Makefile \ vsed -i ${wrksrc}/mozilla/Makefile \
-e "s;\(.*\)\(certdata2pem.*\);\1\2\n\1./remove-expired-certs.sh;" -e "s;\(.*\)\(certdata2pem.*\);\1\2\n\1./remove-expired-certs.sh;"
} }
@ -37,7 +37,7 @@ do_install() {
${DESTDIR}/usr/share/man/man8/update-ca-certificates.8 ${DESTDIR}/usr/share/man/man8/update-ca-certificates.8
cd ${DESTDIR}/usr/share/ca-certificates cd ${DESTDIR}/usr/share/ca-certificates
find . -name '*.crt' | sort | cut -b3- > ${DESTDIR}/etc/ca-certificates.conf find . -name '*.crt' | sort | cut -b3- > ${DESTDIR}/etc/ca-certificates.conf
sed -i 's,openssl rehash,openssl certhash,g' ${DESTDIR}/usr/sbin/update-ca-certificates vsed -i 's,openssl rehash,openssl certhash,g' ${DESTDIR}/usr/sbin/update-ca-certificates
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
ln -s /etc/ssl/certs/ca-certificates.crt ${DESTDIR}/etc/ssl/certs.pem ln -s /etc/ssl/certs/ca-certificates.crt ${DESTDIR}/etc/ssl/certs.pem
} }