ca-certificates: update to 20120623.
This commit is contained in:
parent
587f4d3b92
commit
e671e8ede9
1 changed files with 6 additions and 8 deletions
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'ca-certificates'
|
# Template file for 'ca-certificates'
|
||||||
pkgname=ca-certificates
|
pkgname=ca-certificates
|
||||||
version=20120212
|
version=20120623
|
||||||
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz"
|
revision=1
|
||||||
|
noarch=yes
|
||||||
makedepends="python"
|
makedepends="python"
|
||||||
fulldepends="findutils sed openssl run-parts"
|
fulldepends="findutils sed openssl run-parts"
|
||||||
revision=1
|
conf_files="/etc/ca-certificates.conf"
|
||||||
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"
|
||||||
checksum=95f3eac93dad4433b5731bc9e106a26e2ccf210acace1927e597477b24187dce
|
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||||
|
checksum=878cd1130ba056fe5f96decde7e5fc1b71d35eb8565a1515744912e100731ee9
|
||||||
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."
|
||||||
|
|
||||||
conf_files="/etc/ca-certificates.conf"
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue