pkgsrc-WIP-changes archive

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

Update ssh-chat to v1.7.



Module Name:	pkgsrc-wip
Committed By:	Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By:	alnsn
Date:		Sun Jan 21 14:19:07 2018 +0000
Changeset:	310d35b608926c23f692bf51167ddd6d1374fbc3

Modified Files:
	ssh-chat/Makefile
	ssh-chat/PLIST
	ssh-chat/distinfo

Log Message:
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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=310d35b608926c23f692bf51167ddd6d1374fbc3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ssh-chat/Makefile | 2 +-
 ssh-chat/PLIST    | 6 ++++++
 ssh-chat/distinfo | 8 ++++----
 3 files changed, 11 insertions(+), 5 deletions(-)

diffs:
diff --git a/ssh-chat/Makefile b/ssh-chat/Makefile
index af43449649..5bfc4b83c8 100644
--- a/ssh-chat/Makefile
+++ b/ssh-chat/Makefile
@@ -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//}
diff --git a/ssh-chat/PLIST b/ssh-chat/PLIST
index b9ad592a35..e1fffe2796 100644
--- a/ssh-chat/PLIST
+++ b/ssh-chat/PLIST
@@ -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
diff --git a/ssh-chat/distinfo b/ssh-chat/distinfo
index 2d6081e143..3f831f8cfb 100644
--- a/ssh-chat/distinfo
+++ b/ssh-chat/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index