ca-certificates: update to 20130119.

This commit is contained in:
Juan RP 2013-05-01 11:33:49 +02:00
parent 35ea7a54f4
commit 79e0ff74d1

View file

@ -1,14 +1,14 @@
# Template file for 'ca-certificates' # Template file for 'ca-certificates'
pkgname=ca-certificates pkgname=ca-certificates
version=20121105 version=20130119
revision=4 revision=1
makedepends="python openssl run-parts" makedepends="python openssl run-parts"
short_desc="Common CA certificates" short_desc="Common CA certificates"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://packages.qa.debian.org/c/ca-certificates.html" homepage="http://packages.qa.debian.org/c/ca-certificates.html"
license="GPL-2" license="GPL-2"
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz" distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz"
checksum=77551086b074b8c8a6c0fbb595b7efdd5a274cfc8505f015332ff06f4c76a012 checksum=fb51ec9a2c551838cc1646a0b3c9e6bea5c1bb20ff5d71c542451fac4b191c22
long_desc=" long_desc="
This package includes PEM files of CA certificates to allow SSL-based This package includes PEM files of CA certificates to allow SSL-based
applications to check for the authenticity of SSL connections." applications to check for the authenticity of SSL connections."
@ -24,13 +24,8 @@ do_install() {
make install DESTDIR=${DESTDIR} make install DESTDIR=${DESTDIR}
install -Dm644 sbin/update-ca-certificates.8 \ install -Dm644 sbin/update-ca-certificates.8 \
${DESTDIR}/usr/share/man/man8/update-ca-certificates.8 ${DESTDIR}/usr/share/man/man8/update-ca-certificates.8
mv ${DESTDIR}/"usr/share/ca-certificates/mozilla/Certinomis_-_Autorité_Racine.crt" \
${DESTDIR}/usr/share/ca-certificates/mozilla/Certinomis_-_Autorite_Racine.crt
cd ${DESTDIR}/usr/share/ca-certificates cd ${DESTDIR}/usr/share/ca-certificates
find . -name '*.crt' | sort | cut -b3- \ find . -name '*.crt' | sort | cut -b3- > ${DESTDIR}/etc/ca-certificates.conf
> ${DESTDIR}/etc/ca-certificates.conf
} }
ca-certificates_package() { ca-certificates_package() {
@ -38,6 +33,6 @@ ca-certificates_package() {
depends="openssl run-parts" depends="openssl run-parts"
noarch="yes" noarch="yes"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }