pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/inspircd



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Mar  2 11:12:38 UTC 2019

Modified Files:
        pkgsrc/chat/inspircd: Makefile options.mk

Log Message:
inspircd: Change default option from openssl to gnutls.

inspircd is GPLv2 and does not have an exception to allow linking against
OpenSSL. The inspircd documentation also describes the gnutls module as
performing better and being preferred in most cases.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/chat/inspircd/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/inspircd/options.mk

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

Modified files:

Index: pkgsrc/chat/inspircd/Makefile
diff -u pkgsrc/chat/inspircd/Makefile:1.61 pkgsrc/chat/inspircd/Makefile:1.62
--- pkgsrc/chat/inspircd/Makefile:1.61  Thu Jan 31 14:28:37 2019
+++ pkgsrc/chat/inspircd/Makefile       Sat Mar  2 11:12:38 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2019/01/31 14:28:37 nia Exp $
+# $NetBSD: Makefile,v 1.62 2019/03/02 11:12:38 nia Exp $
 
 DISTNAME=      inspircd-2.0.27
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=inspircd/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/chat/inspircd/options.mk
diff -u pkgsrc/chat/inspircd/options.mk:1.5 pkgsrc/chat/inspircd/options.mk:1.6
--- pkgsrc/chat/inspircd/options.mk:1.5 Wed Jan 30 10:16:47 2019
+++ pkgsrc/chat/inspircd/options.mk     Sat Mar  2 11:12:38 2019
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2019/01/30 10:16:47 nia Exp $
+# $NetBSD: options.mk,v 1.6 2019/03/02 11:12:38 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.inspircd
 PKG_SUPPORTED_OPTIONS=         geoip gnutls openssl mysql ldap pcre pgsql sqlite3
-PKG_SUGGESTED_OPTIONS=         openssl
+PKG_SUGGESTED_OPTIONS=         gnutls
 PLIST_VARS+=                   geoip gnutls openssl mysql ldap pcre pgsql sqlite3
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index