pkgsrc-WIP-changes archive

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

miniircd: Update to 1.3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Jun 29 01:35:53 2019 +0200
Changeset:	af997f736c10fb69b19eb1b16fae95dd5e76fa7c

Modified Files:
	miniircd/Makefile
	miniircd/distinfo

Log Message:
miniircd: Update to 1.3

Changes:
1.3
---
  * Added IPv6 support.
  * Made fixes related to running on Windows.
  * Corrected WHOIS 319 reply according to the IRC standard.
  * Treat server password as given instead of all-lowercase
  * Added options:
    * --cloak: replace all client hostnames with the given string

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

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

diffstat:
 miniircd/Makefile | 2 +-
 miniircd/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/miniircd/Makefile b/miniircd/Makefile
index e0924e0155..660b84cfa9 100644
--- a/miniircd/Makefile
+++ b/miniircd/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2017/04/14 19:10:23 leot Exp $
 
-DISTNAME=	miniircd-1.2.1
+DISTNAME=	miniircd-1.3
 CATEGORIES=	chat python
 MASTER_SITES=	${MASTER_SITE_GITHUB:=jrosdahl/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/miniircd/distinfo b/miniircd/distinfo
index 86a22d3936..403f6d38fc 100644
--- a/miniircd/distinfo
+++ b/miniircd/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2017/04/14 19:10:23 leot Exp $
 
-SHA1 (miniircd-1.2.1.tar.gz) = 39a49111ff0f3737573441755af0b66b3eb8cf8a
-RMD160 (miniircd-1.2.1.tar.gz) = ad2da2fa9392428bbb0e3b7aac2f8d77720301d8
-SHA512 (miniircd-1.2.1.tar.gz) = 45838138e93f24fedb496d2032a1c772f0dc32d56efc913f624f32351e56b5416bf50fc787d16081e0790747cf91f603de7c2d8618bd29f3da17892a59b822a8
-Size (miniircd-1.2.1.tar.gz) = 21178 bytes
+SHA1 (miniircd-1.3.tar.gz) = 61d8273973de28b4edfa9b6a8297397ae3de767d
+RMD160 (miniircd-1.3.tar.gz) = 3e4ff007f458fde3fa1f79830ca1a30ca4003349
+SHA512 (miniircd-1.3.tar.gz) = 41ee2d7b9022fc94c46c2bad39a618e7f49e586d4bfd2de8512d73bceaade9b82914129d7b688002308c6c892a78530bec632e92e3067f9736157ac1cd7dbabe
+Size (miniircd-1.3.tar.gz) = 21581 bytes


Home | Main Index | Thread Index | Old Index