Update ssh-chat to v1.7.

Release notes:
 - /timestamp: Toggle timestamps after 30min of inactivity.
 - /name: Colorize output with active theme. (#249)
 - /nick: Fixed announcing when it's the same nick. (#237)
 - /whois: Strip control characters from metadata inputs. (#257)
 - /uptime and /whois relative timestamps made more precise. (#259)
 - dev: Various docs and tests-related fixes.
 - dev: Switched to dep for pinning dependencies.
 - dep: Pinned new golang.org/x/crypto which includes chacha20-poly130
   support for ssh.
This commit is contained in:
Alexander Nasonov 2018-01-21 14:19:07 +00:00
parent d0591dafbf
commit 310d35b608
No known key found for this signature in database
GPG Key ID: 66070EA58C2922DF
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
GITHUB_TAG= v1.6
GITHUB_TAG= v1.7
DISTNAME= ${GITHUB_TAG}
DIST_SUBDIR= ssh-chat
PKGNAME= ${DIST_SUBDIR}-${GITHUB_TAG:S/v//}

View File

@ -5,6 +5,9 @@ gopkg/pkg/${GO_PLATFORM}/github.com/shazow/ssh-chat/chat.a
gopkg/pkg/${GO_PLATFORM}/github.com/shazow/ssh-chat/chat/message.a
gopkg/pkg/${GO_PLATFORM}/github.com/shazow/ssh-chat/set.a
gopkg/pkg/${GO_PLATFORM}/github.com/shazow/ssh-chat/sshd.a
gopkg/src/github.com/shazow/ssh-chat/CONTRIBUTING.md
gopkg/src/github.com/shazow/ssh-chat/Gopkg.lock
gopkg/src/github.com/shazow/ssh-chat/Gopkg.toml
gopkg/src/github.com/shazow/ssh-chat/LICENSE
gopkg/src/github.com/shazow/ssh-chat/Makefile
gopkg/src/github.com/shazow/ssh-chat/README.md
@ -35,7 +38,10 @@ gopkg/src/github.com/shazow/ssh-chat/cmd/ssh-chat/key.go
gopkg/src/github.com/shazow/ssh-chat/godoc.go
gopkg/src/github.com/shazow/ssh-chat/host.go
gopkg/src/github.com/shazow/ssh-chat/host_test.go
gopkg/src/github.com/shazow/ssh-chat/humantime.go
gopkg/src/github.com/shazow/ssh-chat/humantime_test.go
gopkg/src/github.com/shazow/ssh-chat/identity.go
gopkg/src/github.com/shazow/ssh-chat/issue_template.md
gopkg/src/github.com/shazow/ssh-chat/logger.go
gopkg/src/github.com/shazow/ssh-chat/motd.txt
gopkg/src/github.com/shazow/ssh-chat/set/item.go

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (ssh-chat/v1.6.tar.gz) = 30871b283634ae44255b659154d460d891ab2bec
RMD160 (ssh-chat/v1.6.tar.gz) = bc96bbd1a992e8eb298a69172972c4fb347ef2c5
SHA512 (ssh-chat/v1.6.tar.gz) = e6895d154f599bc26664be7dc36216e323df569b8f6e0f37fe82a9424bb869fe2004e1cbdb7cbb5bd715ea670852ca8af123141b0dfd0550f38cc1255db42ad1
Size (ssh-chat/v1.6.tar.gz) = 31259 bytes
SHA1 (ssh-chat/v1.7.tar.gz) = adce4bcdd4b59b758b548b70a2241ef2ac25133b
RMD160 (ssh-chat/v1.7.tar.gz) = e5f49b56fea8038eb16162925395420506bcf31d
SHA512 (ssh-chat/v1.7.tar.gz) = 4b69ac87c7e39579a3fbfae44b9b0ae954f6c2d4bf3182152a987f990eb985070e9533d88ef9d0c988569b3db23e1f8256e47a63f935b9028febc5a7a66ea44d
Size (ssh-chat/v1.7.tar.gz) = 33718 bytes