From 0ef0922f50323dd6d8fe1b072c71320d8ba1ff39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 25 Jan 2021 13:04:27 -0300 Subject: [PATCH] ca-certificates: update to 20210119. --- srcpkgs/ca-certificates/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/ca-certificates/template b/srcpkgs/ca-certificates/template index 224c88c2232..5d3d01d7fa0 100644 --- a/srcpkgs/ca-certificates/template +++ b/srcpkgs/ca-certificates/template @@ -1,7 +1,7 @@ # Template file for 'ca-certificates' pkgname=ca-certificates -version=20200601 -revision=2 +version=20210119 +revision=1 bootstrap=yes conf_files="/etc/ca-certificates.conf" wrksrc="work" @@ -12,14 +12,14 @@ maintainer="Orphaned " license="GPL-2.0-or-later, MPL-2.0" homepage="https://tracker.debian.org/pkg/ca-certificates" distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.xz" -checksum=43766d5a436519503dfd65ab83488ae33ab4d4ca3d0993797b58c92eb9ed4e63 +checksum=daa3afae563711c30a0586ddae4336e8e3974c2b627faaca404c4e0141b64665 post_extract() { $BUILD_CC $BUILD_CFLAGS ${FILESDIR}/certdata2pem.c -o ${wrksrc}/mozilla/certdata2pem cp ${FILESDIR}/remove-expired-certs.sh ${wrksrc}/mozilla - sed -i ${wrksrc}/mozilla/Makefile \ - -e 's,python certdata2pem.py,./certdata2pem,g' - sed -i ${wrksrc}/mozilla/Makefile \ + vsed -i ${wrksrc}/mozilla/Makefile \ + -e 's,python3 certdata2pem.py,./certdata2pem,g' + vsed -i ${wrksrc}/mozilla/Makefile \ -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 cd ${DESTDIR}/usr/share/ca-certificates 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 ln -s /etc/ssl/certs/ca-certificates.crt ${DESTDIR}/etc/ssl/certs.pem }