pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/atheme



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar  4 07:59:38 UTC 2022

Modified Files:
        pkgsrc/chat/atheme: Makefile PLIST distinfo

Log Message:
atheme: update to 7.2.12

Changes since v7.2.11:

    Minor improvements to the build system
    Don't try to write the database if we couldn't open it
    Keep track of pending entity ID for SASL login


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/chat/atheme/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/atheme/PLIST pkgsrc/chat/atheme/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/atheme/Makefile
diff -u pkgsrc/chat/atheme/Makefile:1.21 pkgsrc/chat/atheme/Makefile:1.22
--- pkgsrc/chat/atheme/Makefile:1.21    Thu Apr  8 10:17:28 2021
+++ pkgsrc/chat/atheme/Makefile Fri Mar  4 07:59:38 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/04/08 10:17:28 nia Exp $
+# $NetBSD: Makefile,v 1.22 2022/03/04 07:59:38 nia Exp $
 
-DISTNAME=      atheme-services-v7.2.11
+DISTNAME=      atheme-services-v7.2.12
 PKGNAME=       ${DISTNAME:S/-services//1:S/-v/-/1}
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=atheme/}

Index: pkgsrc/chat/atheme/PLIST
diff -u pkgsrc/chat/atheme/PLIST:1.8 pkgsrc/chat/atheme/PLIST:1.9
--- pkgsrc/chat/atheme/PLIST:1.8        Thu Apr  8 10:17:28 2021
+++ pkgsrc/chat/atheme/PLIST    Fri Mar  4 07:59:38 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/04/08 10:17:28 nia Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/03/04 07:59:38 nia Exp $
 bin/atheme-dbverify
 bin/atheme-ecdsakeygen
 bin/atheme-services
@@ -31,6 +31,7 @@ include/atheme/i18n.h
 include/atheme/inline/account.h
 include/atheme/inline/channels.h
 include/atheme/inline/connection.h
+include/atheme/instpaths.h
 include/atheme/libathemecore.h
 include/atheme/linker.h
 include/atheme/match.h
Index: pkgsrc/chat/atheme/distinfo
diff -u pkgsrc/chat/atheme/distinfo:1.8 pkgsrc/chat/atheme/distinfo:1.9
--- pkgsrc/chat/atheme/distinfo:1.8     Tue Oct 26 10:05:11 2021
+++ pkgsrc/chat/atheme/distinfo Fri Mar  4 07:59:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:05:11 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/03/04 07:59:38 nia Exp $
 
-BLAKE2s (atheme-services-v7.2.11.tar.xz) = 9e2d046d6a61ee997c6cf5b6a56691e593b116f4309b527feebc432662be6a88
-SHA512 (atheme-services-v7.2.11.tar.xz) = adcc189b61efe295997a7456022a7595df5b14b55c2139794d380e57fe77efd42221316558391b5440f077fd951143905454b0e9893deec89108fa671b44ef2f
-Size (atheme-services-v7.2.11.tar.xz) = 1051436 bytes
+BLAKE2s (atheme-services-v7.2.12.tar.xz) = e6947905035dbd4e5f50d62b103f788c0fae07e64c19ac64a1ddaa9f057669c1
+SHA512 (atheme-services-v7.2.12.tar.xz) = 0d276b9a0c96f72a739090c5b2c732ab6c000f801cbb86347b5670def56f36fb82d70fb4cb68a1d942b9765c054bc136a6b0cecc0573cf8f59076f8b91fc6bf6
+Size (atheme-services-v7.2.12.tar.xz) = 1072992 bytes



Home | Main Index | Thread Index | Old Index