aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinícius Zavam <egypcio@FreeBSD.org>2022-02-19 19:46:04 +0000
committerVinícius Zavam <egypcio@FreeBSD.org>2022-02-19 19:46:04 +0000
commit3af67b5fd64ea578f5a894e2bcecf66672317d64 (patch)
tree0124cd0749957d188e48eed85e8dcb635e6c2d78
parente412b8f1c07c9cfbb8d10119440f7bc795ca900e (diff)
downloadports-3af67b5fd64ea578f5a894e2bcecf66672317d64.tar.gz
ports-3af67b5fd64ea578f5a894e2bcecf66672317d64.zip
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
-rw-r--r--irc/anope/Makefile3
-rw-r--r--irc/anope/distinfo6
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