aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2020-07-10 02:38:21 +0300
committerprspkt <prspkt@protonmail.com>2020-07-10 02:39:10 +0300
commitb351b4923fa336d8d9a0f91f513dda0bb84ee077 (patch)
treedafaa1ef97e661e72af36f3dbdaf353c8aaf3233
parent2849b857bdd70da2bfb7436d287655df16f2b68b (diff)
testing/libspiro: upgrade to 20200505
* CVE-2019-19847 * Add doc subpackage.
-rw-r--r--testing/libspiro/APKBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/testing/libspiro/APKBUILD b/testing/libspiro/APKBUILD
index e51489b3cfb..6a855948e5f 100644
--- a/testing/libspiro/APKBUILD
+++ b/testing/libspiro/APKBUILD
@@ -1,14 +1,18 @@
# Contributor: Ed Robinson <ed@reevoo.com>
# Maintainer: Ed Robinson <ed@reevoo.com>
pkgname=libspiro
-pkgver=20190731
+pkgver=20200505
pkgrel=0
pkgdesc="Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves."
url="https://github.com/fontforge/libspiro"
arch="all"
license="GPL-3.0-or-later"
-subpackages="$pkgname-dev"
-source="https://github.com/fontforge/libspiro/releases/download/$pkgver/libspiro-$pkgver.tar.gz"
+subpackages="$pkgname-dev $pkgname-doc"
+source="https://github.com/fontforge/libspiro/releases/download/$pkgver/libspiro-dist-$pkgver.tar.gz"
+
+# secfixes:
+# 20200505:
+# - CVE-2019-19847
build() {
./configure \
@@ -30,4 +34,5 @@ check() {
package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="3b53e2ecf06090f2c47483bc87941d98deb63c5b6f25a49d2983b987f40032dd5936974bb4df1686595d97f0b3e3f6cd9d008f3c05c39f9686b1d5ffb444ec49 libspiro-20190731.tar.gz"
+
+sha512sums="84627e8925bd6090cd7d234a0b5f3ee109d3341d24c038a0fb1ce4c09ab97fe8fc7eb92bc5df040d559c5ebe3b4fc8f51652a2538e155be9b2f3c78b96b706ee libspiro-dist-20200505.tar.gz"