aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 09:27:07 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 09:27:18 +0000
commitc52f00900458893fd309ddfc73e3b0be631427e5 (patch)
tree05defbd10c1d99a4bfae45063eac3747f78b0175 /main
parent8c944231db4e40aa8b993daf01cc46efec628cec (diff)
downloadaports-c52f00900458893fd309ddfc73e3b0be631427e5.tar.bz2
aports-c52f00900458893fd309ddfc73e3b0be631427e5.tar.xz
main/weechat: actually apply ruby patch, update sec info
Diffstat (limited to 'main')
-rw-r--r--main/weechat/APKBUILD14
1 files changed, 12 insertions, 2 deletions
diff --git a/main/weechat/APKBUILD b/main/weechat/APKBUILD
index e3bbcdc2fa..d58876c2a5 100644
--- a/main/weechat/APKBUILD
+++ b/main/weechat/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=weechat
pkgver=1.7.1
-pkgrel=0
+pkgrel=1
pkgdesc="A fast, light, extensible ncurses-based chat client"
url="http://www.weechat.org"
arch="all"
@@ -13,9 +13,19 @@ makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-aspell:_plugin $pkgname-lua:_plugin
$pkgname-perl:_plugin $pkgname-python:_plugin $pkgname-ruby:_plugin"
source="http://www.weechat.org/files/src/$pkgname-$pkgver.tar.gz
- ruby2.4.patch"
+ ruby2.4.patch
+ "
builddir="$srcdir/$pkgname-$pkgver"
+# secfixes:
+# 1.7.1-r0:
+# - CVE-2017-8073
+
+prepare() {
+ cd "$builddir"
+ default_prepare
+}
+
build() {
cd "$builddir"
mkdir -p build