diff options
author | nia <nia@pkgsrc.org> | 2019-02-07 15:14:01 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-02-07 15:14:01 +0000 |
commit | 82c291fa769c3d7e10cea4f7b55dce347412ad4a (patch) | |
tree | 1d7cc5d302e88c51c71adee380486befb589efa8 /chat | |
parent | a3656aabb3ba93e7ae395f8827ce6d5684efd437 (diff) | |
download | pkgsrc-82c291fa769c3d7e10cea4f7b55dce347412ad4a.tar.gz |
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.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/eggdrop/Makefile | 4 | ||||
-rw-r--r-- | chat/eggdrop/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile index ce60cfd33d0..2d5876fa685 100644 --- a/chat/eggdrop/Makefile +++ b/chat/eggdrop/Makefile @@ -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/ diff --git a/chat/eggdrop/distinfo b/chat/eggdrop/distinfo index 3ccf201fec0..f533e96ead6 100644 --- a/chat/eggdrop/distinfo +++ b/chat/eggdrop/distinfo @@ -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 |