head 1.5; access; symbols pkgsrc-2018Q2:1.4.0.10 pkgsrc-2018Q2-base:1.4 pkgsrc-2018Q1:1.4.0.8 pkgsrc-2018Q1-base:1.4 pkgsrc-2017Q4:1.4.0.6 pkgsrc-2017Q4-base:1.4 pkgsrc-2017Q3:1.4.0.4 pkgsrc-2017Q3-base:1.4 pkgsrc-2017Q2:1.3.0.64 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.62 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.60 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.58 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.56 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.54 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.52 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.50 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.48 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.46 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.44 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.42 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.40 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.38 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.36 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.34 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.32 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.30 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.28 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.26 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.24 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.22 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.20 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.18 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.14 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.12 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.10 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.8 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.6 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.2 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.1.1.1.0.4 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.2 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2018.08.20.05.21.05; author wiz; state dead; branches; next 1.4; commitid KqWerRoNGVZ3OOOA; 1.4 date 2017.08.23.17.54.34; author jlam; state Exp; branches; next 1.3; commitid pwOkTH90TgicCm4A; 1.3 date 2009.08.29.22.42.46; author adrianp; state Exp; branches; next 1.2; 1.2 date 2009.08.04.22.17.36; author adrianp; state Exp; branches; next 1.1; 1.1 date 2009.01.04.00.52.27; author adrianp; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.01.04.00.52.27; author adrianp; state Exp; branches; next ; desc @@ 1.5 log @inspircd*: remove outdated programs by request of author Too old and vulnerable. Newer versions could be packaged. (see pkgsrc-users post from Peter Powell) @ text @$NetBSD: patch-ac,v 1.4 2017/08/23 17:54:34 jlam Exp $ --- configure.orig 2009-08-21 16:33:04.000000000 +0000 +++ configure @@@@ -31,6 +31,7 @@@@ use Cwd; use Getopt::Long; # Utility functions for our buildsystem +use lib "."; use make::utilities; use make::configure; use make::gnutlscert; @@@@ -320,8 +321,8 @@@@ $config{EXTRA_DIR} = ""; # Is emp if ($config{OSNAME} =~ /darwin/i) { $config{IS_DARWIN} = "YES"; - $config{STARTSCRIPT} = "org.inspircd.plist"; # start script for OSX. - $config{DESTINATION} = "LAUNCHDPATH"; # Is OSX target. +# $config{STARTSCRIPT} = "org.inspircd.plist"; # start script for OSX. +# $config{DESTINATION} = "LAUNCHDPATH"; # Is OSX target. $config{EXTRA_DIR} = " launchd_dir"; # Is OSX specific path. } $config{CC} = "g++"; # C++ compiler @@@@ -874,7 +875,7 @@@@ if (($config{USE_OPENSSL} eq "y") && ($c our $failed = 0; $config{CERTGEN} ||= 'y'; -yesno('CERTGEN',"Would you like generate SSL certificates now?") if ($interactive && ($config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y")); +#yesno('CERTGEN',"Would you like generate SSL certificates now?") if ($interactive && ($config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y")); if ($config{USE_GNUTLS} eq "y") { unless (-r "src/modules/m_ssl_gnutls.cpp") { @ 1.4 log @chat/inspircd{,12}: Fix build with perl>=5.26.0. Perl 5.26.0 removed "." from @@INC, so add it back to the scripts used to configure the software. The scripts are only called from the top-level directory, so adding 'use lib ".";' is sufficient. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2009/08/29 22:42:46 adrianp Exp $ @ 1.3 log @1.2.0 Final - This contains a number of (hopefully fairly small) changes which should round up, most of the fixes are config reading regressions introduced in rc4 as a result of race condition bugs found in rc3. - A few years in the making, months in the testing, thousands of lines of code in the writing, we're finally done. 1.2.0 is ready for every day usage. A grand total of 0 issues have been reported since rc5, so we are confident that things should have settled down now, though we will remain ready to rectify any problems that arise. - 1.2.0 is now recommended for usage. http://www.inspircd.org/forum/showthread.php?t=6381 @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2009-08-21 17:33:04.000000000 +0100 d5 9 a13 1 @@@@ -320,8 +320,8 @@@@ $config{EXTRA_DIR} = ""; # Is emp d24 1 a24 1 @@@@ -874,7 +874,7 @@@@ if (($config{USE_OPENSSL} eq "y") && ($c @ 1.2 log @Featuring nothing but further stability fixes including possible crash on rehash, rc4 is just about how we want things to be. No major problems have been reported in some time (though of course we still advocate using SVN rather than tarballs). IMPORTANT CHANGES: * Channel aliases now work more like user aliases. This is a BREAKING CHANGE. $1 is now the fantasy command that was invoked, $2 is the first real parameter of the command. (in other words, adjust all your numbers up by one for channel fantasy commands). * $chan in m_fantasy will be replaced by an empty string if used in a non-channel (i.e. user) alias. * m_ssl_oper_cert and m_ssl_dummy are both gone, and merged into m_sslinfo - so you won't have to load so many SSL modules * m_sslinfo is no longer in extra/. There was no need for it to be there. * DNS now resolves multiple-answer DNS queries (CNAME, A) correctly. @ text @d3 1 a3 1 --- configure.orig 2009-07-03 20:28:07.000000000 +0100 d16 1 a16 1 @@@@ -871,7 +871,7 @@@@ if (($config{USE_OPENSSL} eq "y") && ($c d20 2 a21 2 -yesno('CERTGEN',"Would you like generate SSL certificates now?") if $config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y"; +#yesno('CERTGEN',"Would you like generate SSL certificates now?") if $config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y"; @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig 2008-08-26 14:47:49.000000000 +0100 d5 1 a5 1 @@@@ -319,8 +319,8 @@@@ $config{EXTRA_DIR} = ""; # Is emp d16 9 @ 1.1.1.1 log @Add latest BETA for InspIRCd 1.2 Convert m_shun and m_cban to use new XLine framework Allow for custom prefixes to be used in /notice #chan e.g. & /WATCH away notification Exceptions for m_denychans. userrec::HasPermission -> map of maps, for (even faster) access For all the details see: http://wiki.inspircd.org/Development/Roadmap/1.2 @ text @@