summaryrefslogtreecommitdiff
path: root/system/ca-certificates
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-24 20:39:26 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-24 20:39:26 -0500
commitf575bc2f7949e2f3a2b3135f2db5e7f58e5ef65e (patch)
treec947c5588ef3fad39e364725382b3606611c4873 /system/ca-certificates
parentc7e518c23d6498836787a16251e9dda540d3cf7e (diff)
downloadpackages-f575bc2f7949e2f3a2b3135f2db5e7f58e5ef65e.tar.gz
packages-f575bc2f7949e2f3a2b3135f2db5e7f58e5ef65e.tar.bz2
packages-f575bc2f7949e2f3a2b3135f2db5e7f58e5ef65e.tar.xz
packages-f575bc2f7949e2f3a2b3135f2db5e7f58e5ef65e.zip
system/ca-certificates: [PD] take, bump
Diffstat (limited to 'system/ca-certificates')
-rw-r--r--system/ca-certificates/APKBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/system/ca-certificates/APKBUILD b/system/ca-certificates/APKBUILD
index 81194471e..1d7bfbd6f 100644
--- a/system/ca-certificates/APKBUILD
+++ b/system/ca-certificates/APKBUILD
@@ -1,24 +1,23 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ca-certificates
-pkgver=20170801
+pkgver=20180411
pkgrel=0
-pkgdesc="Common CA certificates PEM files"
+pkgdesc="CA root certificates"
url="https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
arch="all"
-license="MPL 2.0 GPL2+"
+options="!fhs !check"
+license="MPL-2.0 GPL-2.0+"
depends=""
makedepends_build="python3"
makedepends_host="openssl-dev"
subpackages="$pkgname-doc"
# c_rehash is either in libcrypto1.0 or openssl depending on package, grr. replace both of them
replaces="libcrypto1.0 openssl"
-options="!fhs !check"
triggers="ca-certificates.trigger=/usr/share/ca-certificates:/usr/local/share/ca-certificates:/etc/ssl/certs:/etc/ca-certificates/update.d"
install="$pkgname.post-deinstall"
-source="https://git.alpinelinux.org/cgit/ca-certificates/snapshot/ca-certificates-$pkgver.tar.bz2"
-builddir="$srcdir/ca-certificates-$pkgver"
+source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.xz"
build() {
cd "$builddir"
@@ -51,4 +50,4 @@ package() {
chmod +x "$pkgdir"/etc/ca-certificates/update.d/certhash
}
-sha512sums="2b3de9f4ed1ae2ee66d428598f5878e3c773a7475102a234332c1430e202fa1d23889365a725a1aef3531c8c56718d206f95e02284af994d2330b3fc92f96ea2 ca-certificates-20170801.tar.bz2"
+sha512sums="e7c0a8c4d876181f1826bcf1ed91554430af51751ad4d24911e5bf445c374b3592fd25242e5ae02b3eaa68e720f16e9af40a3d9a6098c8eeaa4479ecb880b153 ca-certificates-20180411.tar.xz"