pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgit2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 27 14:35:25 UTC 2019

Modified Files:
        pkgsrc/devel/libgit2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/libgit2/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libgit2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libgit2/Makefile
diff -u pkgsrc/devel/libgit2/Makefile:1.35 pkgsrc/devel/libgit2/Makefile:1.36
--- pkgsrc/devel/libgit2/Makefile:1.35  Thu Apr 25 07:32:47 2019
+++ pkgsrc/devel/libgit2/Makefile       Mon May 27 14:35:25 2019
@@ -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}

Index: pkgsrc/devel/libgit2/distinfo
diff -u pkgsrc/devel/libgit2/distinfo:1.16 pkgsrc/devel/libgit2/distinfo:1.17
--- pkgsrc/devel/libgit2/distinfo:1.16  Sun Feb 24 10:15:26 2019
+++ pkgsrc/devel/libgit2/distinfo       Mon May 27 14:35:25 2019
@@ -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