git: 3af67b5fd64e - main - irc/anope: update 2.0.9_1 to 2.0.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 19:48:38 UTC
The branch main has been updated by egypcio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3af67b5fd64ea578f5a894e2bcecf66672317d64
commit 3af67b5fd64ea578f5a894e2bcecf66672317d64
Author: Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2022-02-19 19:46:04 +0000
Commit: Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2022-02-19 19:46:04 +0000
irc/anope: update 2.0.9_1 to 2.0.10
Add support for channel SQLines on InspIRCd;
Change default protocol module from inspircd20 to inspircd3;
Change the character set used by chanstats and irc2sql to utf8mb4;
Fix a ton of typos in messages;
Fix being able to override MAXLIST on InspIRCd;
Fix blocking on boot when trying to upgrade SQL databases;
Fix not flushing the ERROR message on squit;
Fix using an invalidated iterator when deleting bots;
Fix various harmless compiler warnings;
Fix webcpanel not using the forwarded IP;
Show the account name in nickserv/info.
* https://github.com/anope/anope/releases/tag/2.0.10
* https://github.com/anope/anope/compare/2.0.9...2.0.10
---
irc/anope/Makefile | 3 +--
irc/anope/distinfo | 6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index 4fe6c2ee8aae..5b5f210ab36d 100644
--- a/irc/anope/Makefile
+++ b/irc/anope/Makefile
@@ -1,6 +1,5 @@
PORTNAME= anope
-PORTVERSION= 2.0.9
-PORTREVISION= 1
+PORTVERSION= 2.0.10
CATEGORIES= irc
MAINTAINER= egypcio@FreeBSD.org
diff --git a/irc/anope/distinfo b/irc/anope/distinfo
index d8e0a31981a6..40486f546c17 100644
--- a/irc/anope/distinfo
+++ b/irc/anope/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603539229
-SHA256 (anope-anope-2.0.9_GH0.tar.gz) = d098ac3cd273c7a243fb1e32ce7aa702f09a6ca3d821a4544f72ef4d1f29ec36
-SIZE (anope-anope-2.0.9_GH0.tar.gz) = 1808866
+TIMESTAMP = 1645279909
+SHA256 (anope-anope-2.0.10_GH0.tar.gz) = 9ca27ca990c5e67e55a2f2541d05b20c06e612d8fccd89ad49be7dc825a0f0d2
+SIZE (anope-anope-2.0.10_GH0.tar.gz) = 1809378