summaryrefslogtreecommitdiff
path: root/system/ca-certificates
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-06-15 21:08:54 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-06-15 21:08:54 +0000
commitfdeddc8e9da35c99bae08190a8476dc37ac8e9b8 (patch)
treea28b8099d156ea27a5efc7d4603bbc2289363471 /system/ca-certificates
parent230772b3aed14d14b9438ea9b2283fa28c7ebce5 (diff)
parent29e941e719283d2570dc67038722d6ea6c19874e (diff)
downloadpackages-fdeddc8e9da35c99bae08190a8476dc37ac8e9b8.tar.gz
packages-fdeddc8e9da35c99bae08190a8476dc37ac8e9b8.tar.bz2
packages-fdeddc8e9da35c99bae08190a8476dc37ac8e9b8.tar.xz
packages-fdeddc8e9da35c99bae08190a8476dc37ac8e9b8.zip
Merge branch 'sec/2020.06.02' into 'master'
Security updates for 2020.06.02 See merge request adelie/packages!464
Diffstat (limited to 'system/ca-certificates')
-rw-r--r--system/ca-certificates/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/system/ca-certificates/APKBUILD b/system/ca-certificates/APKBUILD
index 0785ec441..5e75d13d8 100644
--- a/system/ca-certificates/APKBUILD
+++ b/system/ca-certificates/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ca-certificates
-pkgver=20190131
-pkgrel=1
+pkgver=20200603
+pkgrel=0
pkgdesc="CA root certificates"
url="https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
arch="all"
@@ -13,12 +13,11 @@ makedepends_host="openssl-dev"
subpackages="$pkgname-doc"
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://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.xz
+source="https://dev.sick.bike/dist/$pkgname-$pkgver.tar.gz
certhash
"
build() {
- export CFLAGS="$CFLAGS -DSYMLINK_MAX=PATH_MAX"
make
}
@@ -43,5 +42,5 @@ package() {
install -D -m755 "$srcdir"/certhash "$pkgdir"/etc/ca-certificates/update.d/certhash
}
-sha512sums="aec43296636887a8ebefc08abe60c123b67002eb8cf450662b5ff8fcbd2ea10d3d24d17080b5924b13aed9a52b91ba55e93d306e27ed3196ca67cbbe30146328 ca-certificates-20190131.tar.xz
+sha512sums="0125600481666979e0b736572aca7d0e3c4bf01169bc67638ef7bdd4fc97a0ebbb70798df7275eac92dfc2d03b16de3f0adc8ad382fc9e2fb4d8223c923b2eef ca-certificates-20200603.tar.gz
1efe48235f150052da6b872d2ebff174359825ab3bd66086c9d7f4c18dcd8aa8953c634dbf1aa8416d30d5623babf589660a25cf6e3a4cdcce707c14cc2f348a certhash"