git: a3860f2310f6 - main - devel/got: update to 0.78
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Nov 2022 18:39:48 UTC
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a3860f2310f6f27c764c8aa59ccc22b28583d50c
commit a3860f2310f6f27c764c8aa59ccc22b28583d50c
Author: Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2022-11-03 18:38:42 +0000
Commit: Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2022-11-03 18:38:42 +0000
devel/got: update to 0.78
User-visible changes:
- provide a diff of changes in a temp file while editing a commit log message
---
devel/got/Makefile | 2 +-
devel/got/distinfo | 6 +++---
devel/got/files/patch-regress_cmdline_common.sh | 13 ++-----------
3 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/devel/got/Makefile b/devel/got/Makefile
index 1308e85f4d16..7d9d34c24d88 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,5 +1,5 @@
PORTNAME= got
-PORTVERSION= 0.77
+PORTVERSION= 0.78
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/
diff --git a/devel/got/distinfo b/devel/got/distinfo
index 61943694a250..d927858483f7 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1666621785
-SHA256 (got-0.77.tar.gz) = de2a1361c9cac212632f140c123871c7bdb07dbfb616a685032a137936d08456
-SIZE (got-0.77.tar.gz) = 830525
+TIMESTAMP = 1667499429
+SHA256 (got-0.78.tar.gz) = 1f0189f18cb8b376da944a1f8324e2949106398b6d221c7cbb3d0157d56b715e
+SIZE (got-0.78.tar.gz) = 842599
diff --git a/devel/got/files/patch-regress_cmdline_common.sh b/devel/got/files/patch-regress_cmdline_common.sh
index fd950c2005dd..52633c021556 100644
--- a/devel/got/files/patch-regress_cmdline_common.sh
+++ b/devel/got/files/patch-regress_cmdline_common.sh
@@ -1,18 +1,9 @@
---- regress/cmdline/common.sh.orig 2022-08-23 09:11:50 UTC
+--- regress/cmdline/common.sh.orig 2022-10-24 22:00:47 UTC
+++ regress/cmdline/common.sh
-@@ -27,6 +27,29 @@ export GOT_IGNORE_GITCONFIG=1
+@@ -27,6 +27,20 @@ export GOT_IGNORE_GITCONFIG=1
export MALLOC_OPTIONS=S
-+# work around the fix for CVE-2022-39253 in Git 2.38.1
-+git()
-+(
-+ if [ "$1" = submodule ]; then
-+ set - -c protocol.file.allow=always "$@"
-+ fi
-+ exec git "$@"
-+)
-+
+# compat wrapper
+sed()
+(