pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/stagit-gopher
Module Name: pkgsrc
Committed By: leot
Date: Thu Sep 15 19:20:02 UTC 2022
Modified Files:
pkgsrc/net/stagit-gopher: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/stagit-gopher/Makefile \
pkgsrc/net/stagit-gopher/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/stagit-gopher/Makefile
diff -u pkgsrc/net/stagit-gopher/Makefile:1.6 pkgsrc/net/stagit-gopher/Makefile:1.7
--- pkgsrc/net/stagit-gopher/Makefile:1.6 Sun Mar 14 19:10:46 2021
+++ pkgsrc/net/stagit-gopher/Makefile Thu Sep 15 19:20:02 2022
@@ -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/
Index: pkgsrc/net/stagit-gopher/distinfo
diff -u pkgsrc/net/stagit-gopher/distinfo:1.6 pkgsrc/net/stagit-gopher/distinfo:1.7
--- pkgsrc/net/stagit-gopher/distinfo:1.6 Tue Oct 26 11:06:58 2021
+++ pkgsrc/net/stagit-gopher/distinfo Thu Sep 15 19:20:02 2022
@@ -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