diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-30 08:35:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:10 +0000 |
commit | 53ec3931277ce6d79f6b045b2ce30939062add2c (patch) | |
tree | f60114197c8aba1f73807d99a9d473137326602b /main/git | |
parent | 71e889091a8b1435f51f11f7aabdd52a1d5a6508 (diff) | |
download | aports-53ec3931277ce6d79f6b045b2ce30939062add2c.tar.bz2 aports-53ec3931277ce6d79f6b045b2ce30939062add2c.tar.xz |
main/git: rebuild against openssl 1.1
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 184c8b190b..63f54c4795 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -11,14 +11,14 @@ # - CVE-2017-1000117 pkgname=git pkgver=2.19.1 -pkgrel=0 +pkgrel=1 pkgdesc="Distributed version control system" url="https://www.git-scm.com" arch="all" license="GPL-2.0-or-later" depends="" # we need tcl and tk to be built before git due to git-gui and gitk -makedepends="zlib-dev libressl-dev curl-dev expat-dev perl-dev python2-dev +makedepends="zlib-dev openssl-dev curl-dev expat-dev perl-dev python2-dev pcre2-dev asciidoc xmlto perl-error tcl tk" replaces="git-perl" # note that order matters |