pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/stagit-gopher stagit-gopher: Update to 1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac6d73752fc6
branches:  trunk
changeset: 385363:ac6d73752fc6
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Sep 15 19:20:02 2022 +0000

description:
stagit-gopher: Update to 1.2

Changes:
1.2
---
* Use the new geomyidae escaping style in for directory entries:
  See also the phlog "Geomyidae v0.51 brcon2022 release by 20h":
  gopher://bitreich.org/0/usr/20h/phlog/2022-08-06T20-18-42-220705.md
* Unset a newly introduced option in libgit2 that do not allow different users
  from reading the git repository. This is not a security issue for stagit.
  See also the related page:
  https://github.blog/2022-04-12-git-security-vulnerability-announced/
* Add a workaround comment in the Makefile for distros or packagers using an
  older libgit2 version (Void Linux, Debian, etc).

1.1
---
* Improve read and write error handling in streams.
* libgit2 config opts: set the search to an empty path. This will not search
  outside the paths anymore and also not cause an unveil violation on OpenBSD
  (reported by Anton Lindqvist, thanks!).
* Add dark mode (just kidding, gopher supports all modes).

1.0
---
* Print the number of remaining commits.
* Add EXAMPLES section to the man pages.

diffstat:

 net/stagit-gopher/Makefile |  4 ++--
 net/stagit-gopher/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r cebb6fedb2e1 -r ac6d73752fc6 net/stagit-gopher/Makefile
--- a/net/stagit-gopher/Makefile        Thu Sep 15 19:08:56 2022 +0000
+++ b/net/stagit-gopher/Makefile        Thu Sep 15 19:20:02 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/03/14 19:10:46 leot Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/15 19:20:02 leot Exp $
 
-DISTNAME=      stagit-gopher-0.9.5
+DISTNAME=      stagit-gopher-1.2
 CATEGORIES=    net
 MASTER_SITES=  https://codemadness.org/releases/stagit-gopher/
 
diff -r cebb6fedb2e1 -r ac6d73752fc6 net/stagit-gopher/distinfo
--- a/net/stagit-gopher/distinfo        Thu Sep 15 19:08:56 2022 +0000
+++ b/net/stagit-gopher/distinfo        Thu Sep 15 19:20:02 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:06:58 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/09/15 19:20:02 leot Exp $
 
-BLAKE2s (stagit-gopher-0.9.5.tar.gz) = 80e3ec47007377a0f9233398639b05913b751638d79e6f60c9ff87c0beae07b8
-SHA512 (stagit-gopher-0.9.5.tar.gz) = 98d252fc05ade27a316afbde98d90c69c16a155106b852aca0831cdc7750aec1c6d72b03110cf9d5f10503ccdf0e029df670a957acce26d27fcc230d69a0a2e3
-Size (stagit-gopher-0.9.5.tar.gz) = 17658 bytes
+BLAKE2s (stagit-gopher-1.2.tar.gz) = c277ab40ad6e26f58566037ed3b0978526024e0f6ce71a4b793dc25295ffbf2c
+SHA512 (stagit-gopher-1.2.tar.gz) = 07a21862471134c1cc02350627e336fc30f2a6dce97758fc5bb3a04ac8aafe1c3227003f8dd83e330bc257a3b05374b603cd700e0244c6eb45e2dec3676621ac
+Size (stagit-gopher-1.2.tar.gz) = 18411 bytes



Home | Main Index | Thread Index | Old Index