aboutsummaryrefslogtreecommitdiffstats
path: root/community/ceph/APKBUILD
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-05-01 00:48:13 +0200
committerJ0WI <J0WI@users.noreply.github.com>2020-05-03 14:29:49 +0200
commit2dda68448cfdb97f20e4a2e56b30e5f6e9771121 (patch)
tree8106db0188d24340a3370ac9e292d8cb5ee22e71 /community/ceph/APKBUILD
parente86921098008f77406780117b6483f1e5f31f1b5 (diff)
downloadaports-2dda68448cfdb97f20e4a2e56b30e5f6e9771121.tar.bz2
aports-2dda68448cfdb97f20e4a2e56b30e5f6e9771121.tar.xz
community/ceph: security upgrade to 14.2.9
Diffstat (limited to 'community/ceph/APKBUILD')
-rw-r--r--community/ceph/APKBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/ceph/APKBUILD b/community/ceph/APKBUILD
index 7c64141ed1..d534b4ccbf 100644
--- a/community/ceph/APKBUILD
+++ b/community/ceph/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: John Coyle <dx9err@gmail.com>
# Maintainer: Iggy Jackson <iggy@kws1.com>
pkgname=ceph
-pkgver=14.2.8
+pkgver=14.2.9
pkgrel=0
pkgdesc="Ceph is a distributed object store and file system"
pkgusers="ceph"
@@ -123,6 +123,9 @@ subpackages="
"
# secfixes:
+# 14.2.9-r0:
+# - CVE-2020-1759
+# - CVE-2020-1760
# 14.2.7-r0:
# - CVE-2020-1699
# - CVE-2020-1700
@@ -136,7 +139,6 @@ _prefix=/usr
_bindir=$_prefix/bin
_datadir=$_prefix/share
_docdir=$_datadir/doc
-_includedir=$_prefix/include
_libdir=$_prefix/lib
_libexecdir=$_prefix/libexec
_localstatedir=/var
@@ -153,8 +155,9 @@ _py3_sitelib() {
build() {
export CEPH_BUILD_VIRTUALENV="$builddir"
+
# builders keep failing when -jN == nproc
- export MAKEFLAGS="$MAKEFLAGS -j16"
+ export MAKEFLAGS="$MAKEFLAGS -j$((JOBS<16 ? JOBS : 16))"
mkdir -p "$builddir"/build
cd "$builddir"/build
@@ -524,9 +527,7 @@ _pkg() {
done
}
-sha512sums="
-38b0c6df58579377528c8f8e06d0cbc40f471f6eb2fb4a05b395f6fddbd3f2117674545b2147d8730973b01967ddcd4322a769ba03f9c625417ed35cc39f195a ceph_14.2.8.orig.tar.gz
+sha512sums="0a26372d0037c32fe1d24be880e272fcce5089b02adfb0e791e0406155f6e66c913fa43762028f49c1fa3f30c6c8d819c521dd11702a37cc7040dfd3097c068e ceph_14.2.9.orig.tar.gz
e1becd813ed3f28e2e4a6bef78b3b5117c1c0bb9cabe0ba9c912e0a20b551b6b2667495cddb94acd64192e287144911ff1c11e0d636fe04cc458146cfb0daca8 allperms.patch
35722b11ad52a3145153635b6a96abda2a23ae9c7e63e2eac006c1e5b8014452c4a1a11bbe0292fd731e4c43aa38e27dd75d2ff9d25bcf52290278f71e868570 musl-fixes.patch
-951eab175ffcfc39675302ea9ea5ac18c9c348a0c5180c6b1f376e4547c079dd660ec50e08e32d47a4144bd17248b81842df85e55a93903054f58f976d85f8a1 fix-seek-data-hole.patch
-"
+951eab175ffcfc39675302ea9ea5ac18c9c348a0c5180c6b1f376e4547c079dd660ec50e08e32d47a4144bd17248b81842df85e55a93903054f58f976d85f8a1 fix-seek-data-hole.patch"