summaryrefslogtreecommitdiff
path: root/system/patch/APKBUILD
diff options
context:
space:
mode:
authorCyberLeo <cyberleo@cyberleo.net>2020-03-28 05:45:52 -0500
committerCyberLeo <cyberleo@cyberleo.net>2020-03-28 05:45:52 -0500
commit9297468fa579836e3a6a381b798feb6b78217c2d (patch)
tree53168212f427afbcf0693b534530a4af803152e9 /system/patch/APKBUILD
parenta63cc05c53a6f4c22422dc8c69808b14d87a6f6e (diff)
parentda5a69b65a8791fffa6e93366ee585f87eff136d (diff)
downloadpackages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.gz
packages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.bz2
packages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.xz
packages-9297468fa579836e3a6a381b798feb6b78217c2d.zip
Merge branch 'master' into zfs
Diffstat (limited to 'system/patch/APKBUILD')
-rw-r--r--system/patch/APKBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/system/patch/APKBUILD b/system/patch/APKBUILD
index 292076831..b299382c9 100644
--- a/system/patch/APKBUILD
+++ b/system/patch/APKBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=patch
pkgver=2.7.6
pkgrel=4
@@ -7,9 +7,8 @@ url="https://www.gnu.org/software/patch/patch.html"
arch="all"
license="GPL-3.0+"
depends=""
+checkdepends="autoconf automake bash ed"
makedepends=""
-checkdepends="bash ed"
-install=""
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
allow-missing.patch
@@ -19,7 +18,6 @@ source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
CVE-2019-13636.patch
CVE-2019-13638.patch
"
-builddir="$srcdir"/$pkgname-$pkgver
# secfixes:
# 2.7.6-r2:
@@ -32,7 +30,6 @@ builddir="$srcdir"/$pkgname-$pkgver
# - CVE-2019-13638
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -44,7 +41,6 @@ build() {
}
check() {
- cd "$builddir"
make SHELL=bash check
}