Update to ircd-hybrid-8.2.17.

from Brad
This commit is contained in:
ajacoutot 2016-04-27 07:35:13 +00:00
parent fe2569b974
commit 47388fb3b5
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.41 2016/03/26 14:39:11 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.42 2016/04/27 07:35:13 ajacoutot Exp $
COMMENT = Internet Relay Chat server
DISTNAME = ircd-hybrid-8.2.16
DISTNAME = ircd-hybrid-8.2.17
CATEGORIES = net
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
EXTRACT_SUFX = .tgz

View File

@ -1,2 +1,2 @@
SHA256 (ircd-hybrid-8.2.16.tgz) = FrAj4AKvSt2H59CYYZ+GnHNhd//aKWFgHNGYcliFKSg=
SIZE (ircd-hybrid-8.2.16.tgz) = 1212180
SHA256 (ircd-hybrid-8.2.17.tgz) = M27Qb/pZplQGXsfUdPPZVM3M5vfkE9YffcHgZM54bdU=
SIZE (ircd-hybrid-8.2.17.tgz) = 1213252

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-doc_reference_conf,v 1.9 2016/03/26 14:39:11 ajacoutot Exp $
--- doc/reference.conf.orig Sun Mar 20 07:24:39 2016
+++ doc/reference.conf Fri Mar 25 20:54:35 2016
$OpenBSD: patch-doc_reference_conf,v 1.10 2016/04/27 07:35:13 ajacoutot Exp $
--- doc/reference.conf.orig Thu Apr 21 14:37:06 2016
+++ doc/reference.conf Tue Apr 26 22:20:22 2016
@@ -145,7 +145,7 @@ serverinfo {
* chown <ircd-user>.<ircd.group> rsa.key
* chmod 0600 rsa.key
@ -18,7 +18,7 @@ $OpenBSD: patch-doc_reference_conf,v 1.9 2016/03/26 14:39:11 ajacoutot Exp $
+# ssl_certificate_file = "${CONFDIR}/cert.pem";
/*
* ssl_dh_param_file: path to the PEM encoded Diffie-Hellman
* ssl_dh_param_file: the path to the PEM encoded Diffie-Hellman
@@ -177,7 +177,7 @@ serverinfo {
* GnuTLS:
* certtool --generate-dh-params --sec-param=medium --outfile dhparam.pem
@ -30,7 +30,7 @@ $OpenBSD: patch-doc_reference_conf,v 1.9 2016/03/26 14:39:11 ajacoutot Exp $
* ssl_dh_elliptic_curve: defines the curve to use for the
@@ -359,7 +359,7 @@ motd {
/*
* file: path to the actual motd file.
* file: path to the motd file.
*/
- file = "etc/german.motd";
+ file = "${CONFDIR}/german.motd";