pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/got-portable



Module Name:    pkgsrc
Committed By:   vins
Date:           Wed Sep 20 21:25:02 UTC 2023

Modified Files:
        pkgsrc/devel/got-portable: Makefile distinfo

Log Message:
devel/got-portable: update to 0.93

* got 0.93; 2023-09-18
  see git repository history for per-change authorship information
  - show out-of-memory errors from zlib inflate() and deflate() calls
  - make 'got fetch' and 'got send' release the work tree lock earlier
  - tog: add basic regress for log limit and log search
  - fix "no git repository found" on locked work trees; regression from
  0.91
  - gotwebd: CSS improvements, looks much better in text-based browsers
  - gotwebd: don't lose track of the current file during commit log
  pagination
  - gotwebd: move buffering from the fastcgi layer to the template layer
  - got diff: fix "No newline at end of file" showing up where not
  expected
  - make 'got send' detect connections unexpectedly closed by server
  - fix detection of modified files in fresh work trees created with
  checkout -E
  - gotd: fix bogus "gotsh: operation timed out" errors; regression from
  0.92


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/got-portable/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/got-portable/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/got-portable/Makefile
diff -u pkgsrc/devel/got-portable/Makefile:1.13 pkgsrc/devel/got-portable/Makefile:1.14
--- pkgsrc/devel/got-portable/Makefile:1.13     Sat Sep  2 15:48:12 2023
+++ pkgsrc/devel/got-portable/Makefile  Wed Sep 20 21:25:02 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/09/02 15:48:12 vins Exp $
+# $NetBSD: Makefile,v 1.14 2023/09/20 21:25:02 vins Exp $
 
-DISTNAME=      got-portable-0.92
-PKGREVISION=   1
+DISTNAME=      got-portable-0.93
 CATEGORIES=    devel
 MASTER_SITES=  https://gameoftrees.org/releases/portable/
 

Index: pkgsrc/devel/got-portable/distinfo
diff -u pkgsrc/devel/got-portable/distinfo:1.9 pkgsrc/devel/got-portable/distinfo:1.10
--- pkgsrc/devel/got-portable/distinfo:1.9      Thu Aug 31 19:39:07 2023
+++ pkgsrc/devel/got-portable/distinfo  Wed Sep 20 21:25:02 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2023/08/31 19:39:07 vins Exp $
+$NetBSD: distinfo,v 1.10 2023/09/20 21:25:02 vins Exp $
 
-BLAKE2s (got-portable-0.92.tar.gz) = 654150627f16e29ae9d505de7297a21eb306d14e44c20290ab2b72bf3f919822
-SHA512 (got-portable-0.92.tar.gz) = 1baedbc4197f005384e277885dcba7c3682ba9836fff73380bba0259b9bf74cca6cecd2bdb39b8e711fc29c288818f2fdd15687795737c7c4e5301ad498bb6e1
-Size (got-portable-0.92.tar.gz) = 1265096 bytes
+BLAKE2s (got-portable-0.93.tar.gz) = 85b1991acb96e13a13bbd3ccd2b161bd5a7e3b49f89b000c7796e9086af996b1
+SHA512 (got-portable-0.93.tar.gz) = 3d611463d652f64ed2943a3d4f85b42789714221b640a54d7cfb0ec88e4dc820d74fbadc66b0ace953d03fd40b25e8296599195e14b34e5b860264f36a831bc0
+Size (got-portable-0.93.tar.gz) = 1267233 bytes
 SHA1 (patch-compat_sha2.h) = 56c722110049bbbc6ccbbf0418717d2430788459



Home | Main Index | Thread Index | Old Index