summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-03 13:14:46 +0000
committertaca <taca@pkgsrc.org>2015-06-03 13:14:46 +0000
commit2fe2fc41afa8bf75d71d05fdbb8e242d63add6a5 (patch)
treee7f12edfbe5f2732889807c9de28dfcb94c71606 /devel
parent7eba8909bf19f642f86d6debcfa7d7745e6be552 (diff)
downloadpkgsrc-2fe2fc41afa8bf75d71d05fdbb8e242d63add6a5.tar.gz
Update libgit2 to 0.22.2 required by ruby-rugged.
libgit2 v0.22.2 Maintenance Release @carlosmn carlosmn released this on 25 Mar 12 commits to maint/v0.22 since this release The following fixes have been backported to this maintenance release. All users of the library are encouraged to update. 1f25fe9 checkout: report correct invalid path 8633dd9 win32: further cleanups for 8.3 disabling 93be89c win32: cleanup 8.3 disabled tests 728a013 Fix test failures when 8.3 is disabled 1f726d0 git: make sure to close the network stream 3e163b6 checkout: free last created directory 3440c20 Initialize refs vector in git_remote_update_tips(). dcf6c0c Lower case the include directive of windows header 1dd5e28 http: do not try to use the cert callback on unencrypted streams dd243fe indexer: set an error message on duplicate objects in pack 3a1dc42 Put back the number of expected references to 6 from the test repo cf688ff Fixed active refspecs not reset by git_remote_upload() 7a5682f http: enforce the credential types f008aeb branch: do capture the error code 283f31a git_branch_delete() should ignore errors from non-existing reflogs aa409d5 Fix Mac build without OpenSSL d884d1c Fix race in git_packfile_unpack. 277d647 Reinit `reader` pointer after reading included config file 3bdcea8 Check rebase options version on public entry points 7d8e4e3 mkdir: respect the root path 69455bc stat: don't remove trailing '/' from root on win32 7aee248 repo: ensure we can create repo at filesystem root aa926fb Fix branch creation when branch name matches namespace of previously deleted branch 31ea8db Clarified git_repository_is_empty() documentation ed64a1b Add libssh2's library and include directories. 5c3e01d Ensure the diff hunk callback is specified before trying to dereference it fe61bb6 Ensure git_index_entry is not NULL before trying to free it ae0cfac openssl: Add all required includes for AF_INET6 and in6_addr. 4738a33 Fixed git_repository_set_bare() not setting "core.bare" correctly d0db408 Make sure sys/repository.h includes the required headers eefe2e8 Fixed typo in git_repository_reinit_filesystem() documentation 8693335 Make binary detection work similar to vanilla git d95c949 Include ws2tcpip.h in order to get in6_addr e1314dd Include openssl headers last 09c2477 Fixed error when including git2/include/sys/stream.h bd0a551 pathspec: do not try to dereference NULL 1ce9ea3 checkout tests: cleanup realpath impl on Win32 f9df7b6 checkout tests: emulate p_realpath poorly on Win32 8d65523 checkout: remove files before writing new ones b295294 checkout: drop newline in error message 99367df checkout tests: nasty symlinks 9f1c873 checkout: don't recreate previous directory 1ca7fa9 git_path_join_unrooted: return base len bd0e881 checkout: introduce git_checkout_perfdata Downloads libgit2 v0.21.5 Maintenance Release @ethomson ethomson released this on 17 Jan The following (critical) fixes have been backported to this maintenance release. All users of the library are encouraged to update. af769f4 checkout: introduce git_checkout_perfdata fc478d2 git_path_join_unrooted: return base len 629a579 checkout: don't recreate previous directory dd3c53f checkout tests: nasty symlinks 186177a checkout: drop newline in error message 7268a5a checkout: remove files before writing new ones e517b62 checkout tests: emulate p_realpath poorly on Win32 9a8753d checkout tests: cleanup realpath impl on Win32 8433078 Introduce test for checkout case-changing rename d853fb9 Always checkout with case sensitive iterator
Diffstat (limited to 'devel')
-rw-r--r--devel/libgit2/Makefile9
-rw-r--r--devel/libgit2/PLIST17
-rw-r--r--devel/libgit2/distinfo8
3 files changed, 23 insertions, 11 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile
index 3b3211585ae..a619519f2ec 100644
--- a/devel/libgit2/Makefile
+++ b/devel/libgit2/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2015/01/13 23:05:26 wiedi Exp $
+# $NetBSD: Makefile,v 1.4 2015/06/03 13:14:46 taca Exp $
-DISTNAME= v0.21.1
+DISTNAME= v0.22.2
PKGNAME= libgit2-${DISTNAME:S/v//1}
CATEGORIES= devel
-MASTER_SITES= https://github.com/libgit2/libgit2/archive/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/}
+GITHUB_PROJECT= libgit2
+GITHUB_TAG= v0.22.2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://libgit2.github.com/
@@ -21,6 +23,7 @@ CMAKE_ARGS+= -DUSE_SSH=OFF
PKGCONFIG_OVERRIDE+= libgit2.pc.in
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.21.1
+.include "../../security/libssh2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/pyversion.mk"
diff --git a/devel/libgit2/PLIST b/devel/libgit2/PLIST
index c3091cefb03..debd57ace44 100644
--- a/devel/libgit2/PLIST
+++ b/devel/libgit2/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2014/10/01 13:12:31 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/06/03 13:14:46 taca Exp $
include/git2.h
+include/git2/annotated_commit.h
include/git2/attr.h
include/git2/blame.h
include/git2/blob.h
@@ -12,9 +13,11 @@ include/git2/commit.h
include/git2/common.h
include/git2/config.h
include/git2/cred_helpers.h
+include/git2/describe.h
include/git2/diff.h
include/git2/errors.h
include/git2/filter.h
+include/git2/global.h
include/git2/graph.h
include/git2/ignore.h
include/git2/index.h
@@ -28,10 +31,12 @@ include/git2/object.h
include/git2/odb.h
include/git2/odb_backend.h
include/git2/oid.h
+include/git2/oidarray.h
include/git2/pack.h
include/git2/patch.h
include/git2/pathspec.h
include/git2/push.h
+include/git2/rebase.h
include/git2/refdb.h
include/git2/reflog.h
include/git2/refs.h
@@ -52,21 +57,25 @@ include/git2/sys/commit.h
include/git2/sys/config.h
include/git2/sys/diff.h
include/git2/sys/filter.h
+include/git2/sys/hashsig.h
include/git2/sys/index.h
include/git2/sys/mempack.h
include/git2/sys/odb_backend.h
+include/git2/sys/openssl.h
include/git2/sys/refdb_backend.h
include/git2/sys/reflog.h
include/git2/sys/refs.h
include/git2/sys/repository.h
+include/git2/sys/stream.h
+include/git2/sys/transport.h
include/git2/tag.h
-include/git2/threads.h
include/git2/trace.h
+include/git2/transaction.h
include/git2/transport.h
include/git2/tree.h
include/git2/types.h
include/git2/version.h
lib/libgit2.so
-lib/libgit2.so.0.21.0
-lib/libgit2.so.21
+lib/libgit2.so.0.22.2
+lib/libgit2.so.22
lib/pkgconfig/libgit2.pc
diff --git a/devel/libgit2/distinfo b/devel/libgit2/distinfo
index cc6b2839351..0af24a5bcb3 100644
--- a/devel/libgit2/distinfo
+++ b/devel/libgit2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/10/01 13:12:31 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2015/06/03 13:14:46 taca Exp $
-SHA1 (libgit2/v0.21.1.tar.gz) = 8975eb3fa6999e30b1fa01a84b7b09d0a2672ac5
-RMD160 (libgit2/v0.21.1.tar.gz) = 0eec1dab866c0deffcd774cbb26870f2c1576a19
-Size (libgit2/v0.21.1.tar.gz) = 3426897 bytes
+SHA1 (libgit2/v0.22.2.tar.gz) = 877d02a1b6b8d5d7dd73e10d251f5a2ef35df81b
+RMD160 (libgit2/v0.22.2.tar.gz) = 348cf12c979cb67f73daf723dbf221de515af823
+Size (libgit2/v0.22.2.tar.gz) = 3591643 bytes