From 3c2698e2f66bbaaeca5cf38895353ec1716e5abe Mon Sep 17 00:00:00 2001 From: bsiegert Date: Fri, 13 Jan 2017 20:34:41 +0000 Subject: Pullup ticket #5191 - requested by taca devel/libgit2: security fix Revisions pulled up: - devel/libgit2/Makefile 1.14-1.16 - devel/libgit2/PLIST 1.6 - devel/libgit2/distinfo 1.8 --- Module Name: pkgsrc Committed By: wiz Date: Sun Jan 1 14:44:09 UTC 2017 Modified Files: [...] pkgsrc/devel/libgit2: Makefile [...] Log Message: Add python-3.6 to incompatible versions. --- Module Name: pkgsrc Committed By: adam Date: Sun Jan 1 16:06:40 UTC 2017 Modified Files: [...] pkgsrc/devel/libgit2: Makefile [...] Log Message: Revbump after boost update --- Module Name: pkgsrc Committed By: taca Date: Wed Jan 11 00:11:24 UTC 2017 Modified Files: pkgsrc/devel/libgit2: Makefile PLIST distinfo Log Message: Update libgit2 to 0.25.1, it includes security problem. For full changes, please refer CHANGESLOG.md file. * libgit2 v0.24.6 and libgit2 v0.25.1, January 9th, 2017 Includes two fixes, one performs extra sanitization for some edge cases in the Git Smart Protocol which can lead to attempting to parse outside of the buffer. The second fix affects the certificate check callback. It provides a valid parameter to indicate whether the native cryptographic library considered the certificate to be correct. This parameter is always 1/true before these releases leading to a possible MITM. This does not affect you if you do not use the custom certificate callback or if you do not take this value into account. This does affect you if you use pygit2 or git2go regardless of whether you specify a certificate check callback. --- devel/libgit2/PLIST | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'devel/libgit2/PLIST') diff --git a/devel/libgit2/PLIST b/devel/libgit2/PLIST index 436ed6ae0a9..f73989c1097 100644 --- a/devel/libgit2/PLIST +++ b/devel/libgit2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/08/30 10:24:40 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.5.4.1 2017/01/13 20:34:41 bsiegert Exp $ include/git2.h include/git2/annotated_commit.h include/git2/attr.h @@ -35,6 +35,7 @@ include/git2/oidarray.h include/git2/pack.h include/git2/patch.h include/git2/pathspec.h +include/git2/proxy.h include/git2/rebase.h include/git2/refdb.h include/git2/reflog.h @@ -59,13 +60,16 @@ include/git2/sys/filter.h include/git2/sys/hashsig.h include/git2/sys/index.h include/git2/sys/mempack.h +include/git2/sys/merge.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/remote.h include/git2/sys/repository.h include/git2/sys/stream.h +include/git2/sys/time.h include/git2/sys/transport.h include/git2/tag.h include/git2/trace.h @@ -75,6 +79,6 @@ include/git2/tree.h include/git2/types.h include/git2/version.h lib/libgit2.so -lib/libgit2.so.0.24.0 -lib/libgit2.so.24 +lib/libgit2.so.0.25.1 +lib/libgit2.so.25 lib/pkgconfig/libgit2.pc -- cgit v1.2.3