pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/anope



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 19 08:16:13 UTC 2025

Modified Files:
        pkgsrc/chat/anope: Makefile distinfo

Log Message:
anope: update to 2.0.18.

2.0.18

Changes

    Backported better sendmail error messages from 2.1.
    Backported the Windows CI fom 2.1.
    Fixed a CMake error when it encounters a hard to parse header file.
    Fixed being able to group guest nicknames.
    Fixed building Anope with CMake 4.
    Fixed compatibility with MariaDB.
    Fixed counting email addresses in ns_maxemail.
    Fixed importing user ICQ and URL data from 1.8.
    Fixed operserv/ignore not being prioritised first.
    Fixed resetting the stats with operserv/stats.
    Updated the Dutch translation.

2.0.17

Changes

    Fixed importing large flatfile databases into SQL.
    Fixed marking channels as permanent.
    Fixed serialising unset boolean extension items.
    Fixed the documentation about how to import SQL databases.
    Fixed the documentation of options:usemail.
    Fixed the location of the geoipupdate CSV files.
    Fixed translating memo emails.
    Fixed unnecessary SQL updates caused by dereferencing user accounts.
    Increased the size of the chanstats letter and word count columns.
    Updated the location of the Anope IRC channels.

2.0.16

Changes

    Added a workaround for users matching expired sqlines.
    Fixed a copy/paste error in webcpanel.
    Fixed a crash in db_flatfile caused by trying to serialize data without a type.
    Fixed duplicate messages when synconset/syncongroup is set.
    Fixed expiring channel suspensions.
    Fixed expiring forbids.
    Fixed expiring nick suspensions.
    Fixed feature detection on InspIRCd.
    Fixed InspIRCd account cloaks causing CHGHOST spam when a user also has a services vhost.
    Fixed joining users to channels with a key set on InspIRCd.
    Fixed logging users out fully when their nick gets suspended.
    Fixed marking boolean columns in SQL as TEXT instead of INT.
    Fixed matching extbans on InspIRCd and implement missing matchers.
    Fixed operserv/sqline expiry on UnrealIRCd
    Fixed respecting --noexpire in cs_suspend and ns_suspend.
    Fixed sending emails to nicks ending with a backslash.
    Fixed sending SVSTOPIC when topiclock is loaded on InspIRCd.
    Fixed some SQL tables taking up too much space on disk.
    Fixed the default config for channel suspensions.
    Fixed the TIME message on InspIRCd.
    Fixed trying to escape SQL data when not connected to MySQL.
    Fixed {ldap,sql}_authentication creating zombie accounts on expiry.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/chat/anope/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/anope/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/anope/Makefile
diff -u pkgsrc/chat/anope/Makefile:1.55 pkgsrc/chat/anope/Makefile:1.56
--- pkgsrc/chat/anope/Makefile:1.55     Thu Apr 17 21:49:52 2025
+++ pkgsrc/chat/anope/Makefile  Tue Aug 19 08:16:13 2025
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2025/04/17 21:49:52 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2025/08/19 08:16:13 wiz Exp $
 
-DISTNAME=      anope-2.0.15
-PKGNAME=       ${DISTNAME:S/-source//1}
-PKGREVISION=   6
+DISTNAME=      anope-2.0.18
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=anope/}
 GITHUB_PROJECT=        anope
@@ -15,7 +13,6 @@ LICENSE=      gnu-gpl-v2
 
 USE_LANGUAGES= c c++
 USE_TOOLS+=    msgfmt
-USE_CMAKE=     yes
 
 CMAKE_CONFIGURE_ARGS+= -DPROGRAM_NAME=anope
 
@@ -109,5 +106,6 @@ post-install:
        ${MV} ${DESTDIR}${EGDIR}/stats.standalone.example.conf \
                ${DESTDIR}${DOCDIR}/stats.standalone.example.conf
 
+.include "../../devel/cmake/build.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/chat/anope/distinfo
diff -u pkgsrc/chat/anope/distinfo:1.16 pkgsrc/chat/anope/distinfo:1.17
--- pkgsrc/chat/anope/distinfo:1.16     Sat Mar 23 20:29:04 2024
+++ pkgsrc/chat/anope/distinfo  Tue Aug 19 08:16:13 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2024/03/23 20:29:04 bsiegert Exp $
+$NetBSD: distinfo,v 1.17 2025/08/19 08:16:13 wiz Exp $
 
-BLAKE2s (anope-2.0.15.tar.gz) = d619dad1dcac077e9523386608ed584300deb20c74c77aaa3beb176d9b8ff79e
-SHA512 (anope-2.0.15.tar.gz) = e3acf6a45f68aa00c75a8d7bb8479e823af9e0dba3ae6e4bf18fd0d51ea1ce6fb77301aee50692ef8111aab20a44017af48e4ae756348194071db1b32883851f
-Size (anope-2.0.15.tar.gz) = 1653857 bytes
+BLAKE2s (anope-2.0.18.tar.gz) = 2768396753c2a3bc204fafe0d43bb87d24f163ad10e307ca1089fb557bc7ed84
+SHA512 (anope-2.0.18.tar.gz) = d3244e2bea305ba94bcd7f9c9c4f571251069e6554678cc0285668e690c6bfb1a314e9a9e405e2a4ed2652373fda1ed863d51b95ca60fc2c97ff0a6a4ebfecc6
+Size (anope-2.0.18.tar.gz) = 1656281 bytes
 SHA1 (patch-CMakeLists.txt) = 698034091457fb58de32a43fd701c7ce716f898e
 SHA1 (patch-data_CMakeLists.txt) = e0d762da4345ded9a080ea6cf216db510c4c1665
 SHA1 (patch-data_example.conf) = 6866b154f464ed6072b267f589ee67056bea73ac



Home | Main Index | Thread Index | Old Index