diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-01-13 23:10:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-14 10:11:26 +0100 |
commit | 58b4a531b78ab8c0f877521a48ff6c54980277ff (patch) | |
tree | cac992bf9640bed6553ff4a416a7be32d664a8cb /main/git | |
parent | 0c796bbba03c35ba76b2da377763228479f7fc76 (diff) | |
download | aports-58b4a531b78ab8c0f877521a48ff6c54980277ff.tar.bz2 aports-58b4a531b78ab8c0f877521a48ff6c54980277ff.tar.xz |
main/git: upgrade to 2.25.0
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index cb11c12d2f..78d22433b1 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -3,24 +3,24 @@ # # secfixes: # 2.24.1: -# - CVE-2019-1348 -# - CVE-2019-1349 -# - CVE-2019-1350 -# - CVE-2019-1351 -# - CVE-2019-1352 -# - CVE-2019-1353 -# - CVE-2019-1354 -# - CVE-2019-1387 -# - CVE-2019-19604 +# - CVE-2019-1348 +# - CVE-2019-1349 +# - CVE-2019-1350 +# - CVE-2019-1351 +# - CVE-2019-1352 +# - CVE-2019-1353 +# - CVE-2019-1354 +# - CVE-2019-1387 +# - CVE-2019-19604 # 2.19.1: -# - CVE-2018-17456 +# - CVE-2018-17456 # 2.17.1: -# - CVE-2018-11233 -# - CVE-2018-11235 +# - CVE-2018-11233 +# - CVE-2018-11235 # 2.14.1: -# - CVE-2017-1000117 +# - CVE-2017-1000117 pkgname=git -pkgver=2.24.1 +pkgver=2.25.0 pkgrel=0 pkgdesc="Distributed version control system" url="https://www.git-scm.com/" @@ -69,7 +69,7 @@ prepare() { CFLAGS=$CFLAGS EOF - # The multimail hook is installed with git. Use python3 to avoid an + # The multimail hook is installed with git. Use python3 to avoid an # unnecessary python2 dependency. sed -i -e '1s@#!\( */usr/bin/env python\|%{__python2}\)$@#!%{__python3}@' \ contrib/hooks/multimail/git_multimail.py \ @@ -273,6 +273,6 @@ _perl_config() { perl -e "use Config; print \$Config{$1};" } -sha512sums="010c13d4023c142876d0e075a394b74bef422944d8ca602325d0b2b47bf28b1d534283c7f295751113c83fdfcc0c91f97090e8f906560d44b04a94607fd8fcf7 git-2.24.1.tar.xz +sha512sums="8bbada0451fe0a3314e1b9a43a74135115449aa41f5b3e7f960279e4a7fe6069c36e78825fc4b60d06806e3a6fa8158f327cb8a3801686ac22a35e3704244191 git-2.25.0.tar.xz 89528cdd14c51fd568aa61cf6c5eae08ea0844e59f9af9292da5fc6c268261f4166017d002d494400945e248df6b844e2f9f9cd2d9345d516983f5a110e4c42a git-daemon.initd fbf1f425206a76e2a8f82342537ed939ff7e623d644c086ca2ced5f69b36734695f9f80ebda1728f75a94d6cd2fcb71bf845b64239368caab418e4d368c141ec git-daemon.confd" |