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:   nia
Date:           Mon Oct 19 17:53:40 UTC 2020

Modified Files:
        pkgsrc/devel/libgit2: Makefile PLIST distinfo

Log Message:
libgit2: Update to 1.1.0

v1.1
----

This is release v1.1, "Fernweh".

### Changes or improvements

* Our bundled PCRE dependency has been updated to 8.44.

* The `refs/remotes/origin/HEAD` file will be created at clone time to
  point to the origin's default branch.

* libgit2 now uses the `__atomic_` intrinsics instead of `__sync_`
  intrinsics on supported gcc and clang versions.

* The `init.defaultBranch` setting is now respected and `master` is
  no longer the hardcoded as the default branch name.

* Patch files that do not contain an `index` line can now be parsed.

* Configuration files with multi-line values can now contain quotes
  split across multiple lines.

* Windows clients now attempt to use TLS1.3 when available.

* Servers that request an upgrade to a newer HTTP version are
  silently ignored instead of erroneously failing.

* Users can pass `NULL` to the options argument to
  `git_describe_commit`.

* Clones and fetches of very large packfiles now succeeds on 32-bit
  platforms.

* Custom reference database backends can now handle the repository's
  `HEAD` correctly.

* Repositories with a large number of packfiles no longer exhaust the
  number of file descriptors.

* The test framework now supports TAP output when the `-t` flag is
  specified.

* The test framework can now specify an exact match to a test
  function using a trailing `$`.

* All checkout types support `GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH`.

* `git_blame` now can ignore whitespace changes using the option
  `GIT_BLAME_IGNORE_WHITESPACE`.

* Several new examples have been created, including an examples for
  commit, add and push.

* Mode changes during rename are now supported in patch application.

* `git_checkout_head` now correctly removes untracked files in a
  subdirectory when the `FORCE | REMOVE_UNTRACKED` options are specified.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/libgit2/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libgit2/PLIST
cvs rdiff -u -r1.22 -r1.23 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.50 pkgsrc/devel/libgit2/Makefile:1.51
--- pkgsrc/devel/libgit2/Makefile:1.50  Tue Aug 25 16:21:58 2020
+++ pkgsrc/devel/libgit2/Makefile       Mon Oct 19 17:53:40 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.50 2020/08/25 16:21:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2020/10/19 17:53:40 nia Exp $
 
-DISTNAME=      libgit2-1.0.1
+DISTNAME=      libgit2-1.1.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgit2/}
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://libgit2.org/

Index: pkgsrc/devel/libgit2/PLIST
diff -u pkgsrc/devel/libgit2/PLIST:1.11 pkgsrc/devel/libgit2/PLIST:1.12
--- pkgsrc/devel/libgit2/PLIST:1.11     Mon Apr  6 08:33:40 2020
+++ pkgsrc/devel/libgit2/PLIST  Mon Oct 19 17:53:40 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2020/04/06 08:33:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2020/10/19 17:53:40 nia Exp $
 include/git2.h
 include/git2/annotated_commit.h
 include/git2/apply.h
@@ -87,6 +87,6 @@ include/git2/types.h
 include/git2/version.h
 include/git2/worktree.h
 lib/libgit2.so
-lib/libgit2.so.1.0
+lib/libgit2.so.1.1
 lib/libgit2.so.${PKGVERSION}
 lib/pkgconfig/libgit2.pc

Index: pkgsrc/devel/libgit2/distinfo
diff -u pkgsrc/devel/libgit2/distinfo:1.22 pkgsrc/devel/libgit2/distinfo:1.23
--- pkgsrc/devel/libgit2/distinfo:1.22  Tue Jun  9 11:04:56 2020
+++ pkgsrc/devel/libgit2/distinfo       Mon Oct 19 17:53:40 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2020/06/09 11:04:56 nia Exp $
+$NetBSD: distinfo,v 1.23 2020/10/19 17:53:40 nia Exp $
 
-SHA1 (libgit2-1.0.1.tar.gz) = 9f5702ae1e13e7f9fb0128069b3aa62bf933b9c5
-RMD160 (libgit2-1.0.1.tar.gz) = f4d42e0348758a189cf6d3e68ede4ad2fe151e33
-SHA512 (libgit2-1.0.1.tar.gz) = 7c307822b22e3771e5e908b115600310f7901b3250287532c498003b25a5b1e007bfa23592f16ec4d83c1567a9213710526f78cab7c120316e9a8fc74c5e57a9
-Size (libgit2-1.0.1.tar.gz) = 5312878 bytes
+SHA1 (libgit2-1.1.0.tar.gz) = c699cf5cc50590b64db1b9b2ebef40273ccc0f7a
+RMD160 (libgit2-1.1.0.tar.gz) = e55f79b4da11d6eb0aca3e7b95ef2cf0afa8d7cd
+SHA512 (libgit2-1.1.0.tar.gz) = a5226fbb11648168611a6daab978df59b68a3b5d809410d3e5dac6c04de5d962cdbabfbec7b0b6528bed94fe321d94c546748b7a180949f2ab30bb7c3487c9bc
+Size (libgit2-1.1.0.tar.gz) = 5425697 bytes



Home | Main Index | Thread Index | Old Index