From 0ec35d7934a9fd73eff0e8742a6eb5700c09ec2f Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Fri, 30 Jan 2015 20:35:13 +0700 Subject: [PATCH] libraries/libgit2: Updated for version 0.21.5. Signed-off-by: Willy Sudiarto Raharjo --- libraries/libgit2/README | 2 +- libraries/libgit2/libgit2.SlackBuild | 7 +++++-- libraries/libgit2/libgit2.info | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/libraries/libgit2/README b/libraries/libgit2/README index dad04a2452..867ba5e590 100644 --- a/libraries/libgit2/README +++ b/libraries/libgit2/README @@ -2,4 +2,4 @@ libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings. -Optional: libssh2 (for ssh transport) +Optional: libssh2 (for ssh transport) and http-parser diff --git a/libraries/libgit2/libgit2.SlackBuild b/libraries/libgit2/libgit2.SlackBuild index b5082b3986..c6144f4b46 100644 --- a/libraries/libgit2/libgit2.SlackBuild +++ b/libraries/libgit2/libgit2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libgit2 -# Copyright 2014 Larry Hajali +# Copyright 2014-2015 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libgit2 -VERSION=${VERSION:-0.21.3} +VERSION=${VERSION:-0.21.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Fix libgit2 version string. +sed -i "/LIBGIT2_VERSION/s|\".*\"|\"${VERSION}\"|" include/git2/version.h + mkdir build cd build cmake -G "Unix Makefiles" \ diff --git a/libraries/libgit2/libgit2.info b/libraries/libgit2/libgit2.info index 43cba5cac3..90e5b486cd 100644 --- a/libraries/libgit2/libgit2.info +++ b/libraries/libgit2/libgit2.info @@ -1,8 +1,8 @@ PRGNAM="libgit2" -VERSION="0.21.3" +VERSION="0.21.5" HOMEPAGE="https://libgit2.github.com/" -DOWNLOAD="https://github.com/libgit2/libgit2/archive/v0.21.3.tar.gz" -MD5SUM="160762591f04c47b0a161e659c59c8c2" +DOWNLOAD="https://github.com/libgit2/libgit2/archive/v0.21.5.tar.gz" +MD5SUM="6f1d64b2d50239f0c518cb45fbe3da4a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""