Backward incompatible and other important changes

 * The "pack-redundant" command, which has been left stale with almost
   unusable performance issues, now warns loudly when it gets used, as
   we no longer want to recommend its use (instead just "repack -d"
   instead).

 * The development community has adopted Contributor Covenant v2.0 to
   update from v1.4 that we have been using.

 * The support for deprecated PCRE1 library has been dropped.

 * Fixes for CVE-2021-21300 in Git 2.30.2 (and earlier) is included.


Full log is here:
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.31.0.txt

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.229
diff -u -p -r1.229 Makefile
--- Makefile    9 Mar 2021 22:21:22 -0000       1.229
+++ Makefile    16 Mar 2021 11:34:25 -0000
@@ -4,7 +4,7 @@ COMMENT-main =  distributed version contr
 COMMENT-svn =  subversion interoperability tools
 COMMENT-x11 =  graphical tools
 
-V =            2.30.2
+V =            2.31.0
 DISTNAME =     git-${V}
 PKGNAME-main = ${DISTNAME}
 PKGNAME-svn =  git-svn-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/git/distinfo,v
retrieving revision 1.168
diff -u -p -r1.168 distinfo
--- distinfo    9 Mar 2021 22:21:22 -0000       1.168
+++ distinfo    16 Mar 2021 11:06:15 -0000
@@ -1,4 +1,4 @@
-SHA256 (git-2.30.2.tar.gz) = nd6gj8fDjxgjpUoBSuLp7NReG0oG6RkCX0xB8saoBhs=
-SHA256 (git-manpages-2.30.2.tar.gz) = 
xiy2i1USFOYfDeh+cheTgCC8xwgBEQBhJ2CBLqSUsdQ=
-SIZE (git-2.30.2.tar.gz) = 9868266
-SIZE (git-manpages-2.30.2.tar.gz) = 797735
+SHA256 (git-2.31.0.tar.gz) = vGFod3iDViVpFE1TboqFWxLSXUaHDZUYijBkJg13hO4=
+SHA256 (git-manpages-2.31.0.tar.gz) = 
pRt2DDa+GRE3VoOakRCzKKCav/8NV/HJPdrDl0zLwjg=
+SIZE (git-2.31.0.tar.gz) = 10129349
+SIZE (git-manpages-2.31.0.tar.gz) = 806373
Index: patches/patch-builtin_gc_c
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-builtin_gc_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-builtin_gc_c
--- patches/patch-builtin_gc_c  29 Dec 2020 20:23:05 -0000      1.6
+++ patches/patch-builtin_gc_c  16 Mar 2021 11:11:42 -0000
@@ -5,7 +5,7 @@ Replace sysctl HW_PHYSMEM/MEMSIZE/whatev
 Index: builtin/gc.c
 --- builtin/gc.c.orig
 +++ builtin/gc.c
-@@ -247,20 +247,13 @@ static uint64_t total_ram(void)
+@@ -255,20 +255,13 @@ static uint64_t total_ram(void)
  
        if (!sysinfo(&si))
                return si.totalram;
Index: patches/patch-config_mak_uname
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-config_mak_uname,v
retrieving revision 1.12
diff -u -p -r1.12 patch-config_mak_uname
--- patches/patch-config_mak_uname      3 Jun 2020 09:28:53 -0000       1.12
+++ patches/patch-config_mak_uname      16 Mar 2021 11:11:42 -0000
@@ -5,7 +5,7 @@ OpenBSD wants DIR_HAS_BSD_GROUP_SEMANTIC
 Index: config.mak.uname
 --- config.mak.uname.orig
 +++ config.mak.uname
-@@ -253,8 +253,7 @@ ifeq ($(uname_S),FreeBSD)
+@@ -256,8 +256,7 @@ ifeq ($(uname_S),FreeBSD)
        FILENO_IS_A_MACRO = UnfortunatelyYes
  endif
  ifeq ($(uname_S),OpenBSD)
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/devel/git/pkg/PLIST-main,v
retrieving revision 1.100
diff -u -p -r1.100 PLIST-main
--- pkg/PLIST-main      8 Mar 2021 21:19:44 -0000       1.100
+++ pkg/PLIST-main      16 Mar 2021 11:18:42 -0000
@@ -370,6 +370,7 @@ libexec/git/mergetools/xxdiff
 @man man/man5/gitattributes.5
 @man man/man5/githooks.5
 @man man/man5/gitignore.5
+@man man/man5/gitmailmap.5
 @man man/man5/gitmodules.5
 @man man/man5/gitrepository-layout.5
 @man man/man5/gitweb.conf.5
@@ -434,6 +435,7 @@ share/locale/de/LC_MESSAGES/git.mo
 share/locale/el/LC_MESSAGES/git.mo
 share/locale/es/LC_MESSAGES/git.mo
 share/locale/fr/LC_MESSAGES/git.mo
+share/locale/id/LC_MESSAGES/git.mo
 share/locale/is/
 share/locale/is/LC_MESSAGES/
 share/locale/is/LC_MESSAGES/git.mo

Reply via email to