From e671e8ede9a8c875d446498e28b979e68cbd5aaa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 29 Jun 2012 10:03:41 +0200 Subject: [PATCH] ca-certificates: update to 20120623. --- srcpkgs/ca-certificates/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/ca-certificates/template b/srcpkgs/ca-certificates/template index 26b432025d..f51bd1bd2e 100644 --- a/srcpkgs/ca-certificates/template +++ b/srcpkgs/ca-certificates/template @@ -1,23 +1,21 @@ # Template file for 'ca-certificates' pkgname=ca-certificates -version=20120212 -distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz" +version=20120623 +revision=1 +noarch=yes makedepends="python" fulldepends="findutils sed openssl run-parts" -revision=1 +conf_files="/etc/ca-certificates.conf" short_desc="Common CA certificates" maintainer="Juan RP " homepage="http://packages.qa.debian.org/c/ca-certificates.html" license="GPL-2" -checksum=95f3eac93dad4433b5731bc9e106a26e2ccf210acace1927e597477b24187dce +distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz" +checksum=878cd1130ba056fe5f96decde7e5fc1b71d35eb8565a1515744912e100731ee9 long_desc=" This package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections." -conf_files="/etc/ca-certificates.conf" -noarch=yes - - do_build() { make ${makejobs} }