libgit2: update to 0.24.5.
This commit is contained in:
parent
5a53f25a5b
commit
131d81dd24
|
@ -0,0 +1,11 @@
|
|||
--- src/openssl_stream.h.orig 2016-12-16 00:19:49.000000000 +0000
|
||||
+++ src/openssl_stream.h 2016-12-17 09:01:20.333682535 +0000
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
|
||||
|
||||
-# if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
+# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
|
||||
GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name)
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libgit2'
|
||||
pkgname=libgit2
|
||||
version=0.24.3
|
||||
version=0.24.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="python git pkg-config"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://libgit2.github.com/"
|
||||
license="GPL-2 with Linking Exception"
|
||||
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
|
||||
checksum=0a24e6a51dbf3beecb0ebcd2cafb1e09b1212e910be6477b5de03c84a5586754
|
||||
checksum=f6135ee64b174f449c8857272352c11ca182af05a340237834cedcc9eb390cba
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Reference in New Issue