pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libgit2 libgit2: update to 0.28.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d9dd7011f38
branches:  trunk
changeset: 334434:5d9dd7011f38
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 27 14:35:25 2019 +0000

description:
libgit2: update to 0.28.2.

v0.28.2
-------

This is a bugfix release with the following changes:

* Fix include directory ordering when using bundled dependencies.

* Fix infinite loop when searching for a non-existing repository with
  Windows-style paths including drive prefixes.

* Fix paths with a trailing "/" not always being treated as
  directories when computing ignores.

* Fix false negatives when computing ignores where ignore rules
  that are a prefix to a negative ignore rule exist.

* Fix patches with CRLF line endings not being parsed correctly.

* Fix segfault when parsing patches with file addition (deletion)
  where the added (deleted) file name contains a space.

* Fix assertion failure when trying to write to a non-existent
  locked configuration file.

diffstat:

 devel/libgit2/Makefile |   5 ++---
 devel/libgit2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 726b83b33573 -r 5d9dd7011f38 devel/libgit2/Makefile
--- a/devel/libgit2/Makefile    Mon May 27 14:33:52 2019 +0000
+++ b/devel/libgit2/Makefile    Mon May 27 14:35:25 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2019/04/25 07:32:47 maya Exp $
+# $NetBSD: Makefile,v 1.36 2019/05/27 14:35:25 wiz Exp $
 
-DISTNAME=      libgit2-0.28.1
-PKGREVISION=   1
+DISTNAME=      libgit2-0.28.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgit2/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 726b83b33573 -r 5d9dd7011f38 devel/libgit2/distinfo
--- a/devel/libgit2/distinfo    Mon May 27 14:33:52 2019 +0000
+++ b/devel/libgit2/distinfo    Mon May 27 14:35:25 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/02/24 10:15:26 wiz Exp $
+$NetBSD: distinfo,v 1.17 2019/05/27 14:35:25 wiz Exp $
 
-SHA1 (libgit2-0.28.1.tar.gz) = 15c252dc43211cd5609a254a1cff11a77df2dd9d
-RMD160 (libgit2-0.28.1.tar.gz) = 7fad81ad55bd8603d12a95576bd813ada8167644
-SHA512 (libgit2-0.28.1.tar.gz) = 5a1bc5c6af6ad25cb8b2c446e75a774d2a615d4999ec3223d681c7b120d83e7cecd94f1ca549bac0802f5324e27e73cc5a6483ad410636c2f06f098b30b1b647
-Size (libgit2-0.28.1.tar.gz) = 4987204 bytes
+SHA1 (libgit2-0.28.2.tar.gz) = 85025d651696a83c4d2a45932235ed1146c95cbc
+RMD160 (libgit2-0.28.2.tar.gz) = 18fbe97266d064b8857618066e156a4297fbcff4
+SHA512 (libgit2-0.28.2.tar.gz) = 0879c162e2e1dc00eadfbda22cd1f9d3a95b4ec2b653c108983f37c2f695140882de4d50d7cbc04ced247125a4e9fe6df16130e1267891aecdb2411d920db5c6
+Size (libgit2-0.28.2.tar.gz) = 4987586 bytes



Home | Main Index | Thread Index | Old Index