Skip to content

Commit

Permalink
stagit-gopher: Update to 0.9.5
Browse files Browse the repository at this point in the history
Changes:
0.9.5
-----
* Fix warning with libgit2 v0.99+, remain compatible with older versions.
  Adapted from a patch by Augustin Fabre, thanks!
* Add abbreviated commit hash to submodule file, by Oscar Benedito
* Add an -u option to make URLs in Atom feeds absolute. Feed URLs should be
  absolute according to the RFC, thanks to adc for the idea.
* A few performance micro-optimizations.
* Some code-style improvements.
* Atom feeds: remove the wrong content-type for <link> (was text/html).
* UTF-8 text padding:
  * Fix potential byte-seek issue with negative width codepoints in the range
    >= 127 on some systems.
  * Improve padded printing and printing invalid unicode characters.
  • Loading branch information
iamleot committed Mar 14, 2021
1 parent 4088320 commit 1115a6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net/stagit-gopher/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2020/08/17 21:21:48 leot Exp $
# $NetBSD: Makefile,v 1.6 2021/03/14 19:10:46 leot Exp $

DISTNAME= stagit-gopher-0.9.4
DISTNAME= stagit-gopher-0.9.5
CATEGORIES= net
MASTER_SITES= https://codemadness.org/releases/stagit-gopher/

Expand Down
10 changes: 5 additions & 5 deletions net/stagit-gopher/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/08/17 21:21:48 leot Exp $
$NetBSD: distinfo,v 1.4 2021/03/14 19:10:46 leot Exp $

SHA1 (stagit-gopher-0.9.4.tar.gz) = fe6bbcb058556bb9afd02ad0968b61557f70980a
RMD160 (stagit-gopher-0.9.4.tar.gz) = 5e945e477e3683cb604254b71ad10a8efce7f747
SHA512 (stagit-gopher-0.9.4.tar.gz) = 160d23c880ca59570db016c1fe7bfade129ae4bbd34e7e5112b246dba43ee43df739b63786b6cde6faa8da8ea717bef08d15de8421e854c3e3dd4ea6e9ec5ab4
Size (stagit-gopher-0.9.4.tar.gz) = 17316 bytes
SHA1 (stagit-gopher-0.9.5.tar.gz) = bcddc7a9901428a0217848d7317cff18b4c419ad
RMD160 (stagit-gopher-0.9.5.tar.gz) = 6c23d5e0512ef7359d20b6f68e83ad7b6f905ea1
SHA512 (stagit-gopher-0.9.5.tar.gz) = 98d252fc05ade27a316afbde98d90c69c16a155106b852aca0831cdc7750aec1c6d72b03110cf9d5f10503ccdf0e029df670a957acce26d27fcc230d69a0a2e3
Size (stagit-gopher-0.9.5.tar.gz) = 17658 bytes

0 comments on commit 1115a6c

Please sign in to comment.