Received: by mail.netbsd.org (Postfix, from userid 605) id 2040584DF1; Thu, 7 Feb 2019 15:14:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A48484DE8 for ; Thu, 7 Feb 2019 15:14:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RvlGBEWIyKVO for ; Thu, 7 Feb 2019 15:14:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 19A8984D3F for ; Thu, 7 Feb 2019 15:14:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14980FB16; Thu, 7 Feb 2019 15:14:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154955244284700" MIME-Version: 1.0 Date: Thu, 7 Feb 2019 15:14:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/eggdrop To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190207151402.14980FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154955244284700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 7 15:14:02 UTC 2019 Modified Files: pkgsrc/chat/eggdrop: Makefile distinfo Log Message: eggdrop: Update to 1.8.4. The major changes in the release include: Lots of work on the compile process for less-commonly seen systems (SunOS, DragonFly, etc), and making Eggdrop more compiler-friendly in general Added and enhanced SSL/TLS warnings to make troubleshooting easier Raised the ban expiration limit from 1 year to 5 years, and added a new %y field to +ban Lots of work on TLS bot links Improved/clarified botnet TLS documentation- go read it! Made TLS fingerprints persistent across a botnet after relinking Sterilized a LOT of small, lingering bugs. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/chat/eggdrop/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/eggdrop/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154955244284700 Content-Disposition: inline Content-Length: 1735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/eggdrop/Makefile diff -u pkgsrc/chat/eggdrop/Makefile:1.38 pkgsrc/chat/eggdrop/Makefile:1.39 --- pkgsrc/chat/eggdrop/Makefile:1.38 Tue Feb 27 19:08:48 2018 +++ pkgsrc/chat/eggdrop/Makefile Thu Feb 7 15:14:01 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2018/02/27 19:08:48 fhajny Exp $ +# $NetBSD: Makefile,v 1.39 2019/02/07 15:14:01 nia Exp $ -DISTNAME= eggdrop-1.8.3 +DISTNAME= eggdrop-1.8.4 CATEGORIES= chat MASTER_SITES= https://ftp.eggheads.org/pub/eggdrop/source/1.8/ Index: pkgsrc/chat/eggdrop/distinfo diff -u pkgsrc/chat/eggdrop/distinfo:1.18 pkgsrc/chat/eggdrop/distinfo:1.19 --- pkgsrc/chat/eggdrop/distinfo:1.18 Tue Feb 27 19:08:48 2018 +++ pkgsrc/chat/eggdrop/distinfo Thu Feb 7 15:14:01 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2018/02/27 19:08:48 fhajny Exp $ +$NetBSD: distinfo,v 1.19 2019/02/07 15:14:01 nia Exp $ -SHA1 (eggdrop-1.8.3.tar.gz) = fbdb187bc3989102bd3f5890ee27533c93132b1b -RMD160 (eggdrop-1.8.3.tar.gz) = 3ebf6c6260dfb21f8684b7dfe26be03f167cab21 -SHA512 (eggdrop-1.8.3.tar.gz) = ad3b93d18aaa05d0eb00f1089b68d1f077f316042e64fff511ad1bbac06d35105adcb503490faaac4c9fe720dd45a9f350115b6c5d0f41fe198f228213a7a3a3 -Size (eggdrop-1.8.3.tar.gz) = 1756536 bytes +SHA1 (eggdrop-1.8.4.tar.gz) = c942fe7b518fc59c1196199247f686faf83078ee +RMD160 (eggdrop-1.8.4.tar.gz) = 456716cddaaeb14ed43ab9dba77bea931859464a +SHA512 (eggdrop-1.8.4.tar.gz) = d08af09dc83045bf89eae957e7817591f16456f83ba3efe6b361fd421a3d4068348543275c26b27b006f09f06344c04cdf58ee4231f1aee0e7537ec39bc24b49 +Size (eggdrop-1.8.4.tar.gz) = 1784738 bytes SHA1 (patch-Makefile.in) = c2c51e1a57889feab043fad4c4d17850fe11449e SHA1 (patch-src_eggdrop.h) = de7a4ee2f51a325542e22ebdf69cc75295b0b8de --_----------=_154955244284700--