Skip to content

Commit

Permalink
irc/anope: Update to 2.0.13, coredump fixes, pass MAINTAINER'ship
Browse files Browse the repository at this point in the history
The notable changes includes:
 - Fixed a crash on some compilers when trying to call methods on a null pointer
 - Fixed a crash when encountering an unterminated commented config block
 - Fixed erroneously rejecting spaces in fantasy:name
 - Fixed marking services pseudoclients as an oper on InspIRCd
 - Fixed not checking user@ip as well as user@host when logging into an operator account
 - Fixed setting the vhost/vident during SASL on UnrealIRCd
 - Updated the German translation
 - Updated the Italian translation

Pass maintainership to Rafael Grether

PR:		242561
  • Loading branch information
devnull-hub-lab authored and MikaelUrankar committed Jul 18, 2023
1 parent b8e1692 commit a68c1f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions irc/anope/Makefile
@@ -1,8 +1,8 @@
PORTNAME= anope
PORTVERSION= 2.0.12
PORTVERSION= 2.0.13
CATEGORIES= irc

MAINTAINER= ports@FreeBSD.org
MAINTAINER= devnull@apt322.org
COMMENT= Set of IRC services for IRC networks
WWW= https://www.anope.org/

Expand Down
6 changes: 3 additions & 3 deletions irc/anope/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1672073942
SHA256 (anope-anope-2.0.12_GH0.tar.gz) = eeba1331eaa02a0b05347209604e22df8052d9b10fd19a7633ad1e837f003ff0
SIZE (anope-anope-2.0.12_GH0.tar.gz) = 1814509
TIMESTAMP = 1685717538
SHA256 (anope-anope-2.0.13_GH0.tar.gz) = 9795d3041340b50233819c8c8e49e3f34dacd3bb4a81d3269adde358643fbf63
SIZE (anope-anope-2.0.13_GH0.tar.gz) = 1639815
6 changes: 3 additions & 3 deletions irc/anope/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2017-06-09 13:48:41 UTC
+++ CMakeLists.txt
@@ -489,16 +489,16 @@ get_target_property(SERVICES_BINARY ${PR
--- CMakeLists.txt.orig 2023-06-02 15:14:06.209032000 +0000
+++ CMakeLists.txt 2023-06-02 15:15:18.248991000 +0000
@@ -486,16 +486,16 @@
get_filename_component(SERVICES_BINARY ${SERVICES_BINARY} NAME)

# At install time, create the following additional directories
Expand Down
4 changes: 2 additions & 2 deletions irc/anope/pkg-descr
Expand Up @@ -7,15 +7,15 @@ Anope currently works with:
- Charybdis 1.0 or later
- DreamForge 4.6.7
- Hybrid 7 or later
- InspIRCd 1.0 or later (including 1.1)
- InspIRCd 1.0 or later (including 3.x)
- Plexus 2.0 or later (including 3.0)
- PTlink 6.15 or later
- RageIRCd 2.0 beta-6 or later
- Ratbox 2.0.6 or later
- ShadowIRCd 4.0 beta 7 or later
- Solid IRCd 3.4.6 or later
- UltimateIRCd 2.8.2 or later (including 3.0)
- UnrealIRCd 3.1.1 or later (including 3.2)
- UnrealIRCd 3.1.1 or later (including 6.x)
- ViagraIRCd 1.3 or later

Anope could also work with some of the daemons derived by the ones listed
Expand Down

0 comments on commit a68c1f6

Please sign in to comment.