diff options
author | Rafael Grether <devnull@apt322.org> | 2023-08-07 06:32:09 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-08-08 06:39:19 +0000 |
commit | c720397b106aa40c85a924557a38fd607379e604 (patch) | |
tree | af78d005ec6e633f52d44cf396c55f40364150b8 | |
parent | 870957064e054392a3c8f7e454b7cdd3a9d3d487 (diff) | |
download | ports-c720397b106aa40c85a924557a38fd607379e604.tar.gz ports-c720397b106aa40c85a924557a38fd607379e604.zip |
irc/anope: update to 2.0.14 - crash fixes and other minor changes
ChangeLog: https://github.com/anope/anope/issues/316
This update fixes segfault on loading external modules.
PR: 272980
Reported by: devnull@apt322.org (maintainer)
MFH: 2023Q3 (bugfix release)
-rw-r--r-- | irc/anope/Makefile | 2 | ||||
-rw-r--r-- | irc/anope/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 9731f9ef51bf..76108afc175b 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -1,5 +1,5 @@ PORTNAME= anope -PORTVERSION= 2.0.13 +PORTVERSION= 2.0.14 CATEGORIES= irc MAINTAINER= devnull@apt322.org diff --git a/irc/anope/distinfo b/irc/anope/distinfo index 6d46b6172424..502cd843eddd 100644 --- a/irc/anope/distinfo +++ b/irc/anope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685717538 -SHA256 (anope-anope-2.0.13_GH0.tar.gz) = 9795d3041340b50233819c8c8e49e3f34dacd3bb4a81d3269adde358643fbf63 -SIZE (anope-anope-2.0.13_GH0.tar.gz) = 1639815 +TIMESTAMP = 1691334576 +SHA256 (anope-anope-2.0.14_GH0.tar.gz) = ca5cfdba9caa6825a3fcc137f9ea6ce9458e4d1cc324729f6f30f32b48e6930c +SIZE (anope-anope-2.0.14_GH0.tar.gz) = 1642605 |