Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 12:14:19 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a68c1f6ccab8 - main - irc/anope: Update to 2.0.13, coredump fixes, pass MAINTAINER'ship
Message-ID:  <202307181214.36ICEJdZ017057@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a68c1f6ccab8140d1190a6d29d774672a5602d34

commit a68c1f6ccab8140d1190a6d29d774672a5602d34
Author:     DevNull <devnull@apt322.org>
AuthorDate: 2023-06-02 18:27:39 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-07-18 12:14:12 +0000

    irc/anope: Update to 2.0.13, coredump fixes, pass MAINTAINER'ship
    
    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
---
 irc/anope/Makefile                   | 4 ++--
 irc/anope/distinfo                   | 6 +++---
 irc/anope/files/patch-CMakeLists.txt | 6 +++---
 irc/anope/pkg-descr                  | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index 7c8667927a66..9731f9ef51bf 100644
--- a/irc/anope/Makefile
+++ b/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/
 
diff --git a/irc/anope/distinfo b/irc/anope/distinfo
index 1711d50a68e6..6d46b6172424 100644
--- a/irc/anope/distinfo
+++ b/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
diff --git a/irc/anope/files/patch-CMakeLists.txt b/irc/anope/files/patch-CMakeLists.txt
index 59b0b8800067..9dc5fb37c0b4 100644
--- a/irc/anope/files/patch-CMakeLists.txt
+++ b/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
diff --git a/irc/anope/pkg-descr b/irc/anope/pkg-descr
index f71273df5f44..0d937e200782 100644
--- a/irc/anope/pkg-descr
+++ b/irc/anope/pkg-descr
@@ -7,7 +7,7 @@ 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
@@ -15,7 +15,7 @@ Anope currently works with:
   - 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307181214.36ICEJdZ017057>