pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ircd-hybrid chat/ircd-hybrid: Updates to 8.2.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86d087027c30
branches:  trunk
changeset: 409943:86d087027c30
user:      fox <fox%pkgsrc.org@localhost>
date:      Thu Jan 23 09:11:21 2020 +0000

description:
chat/ircd-hybrid: Updates to 8.2.27

Changes since 8.2.26:

-- Noteworthy changes in version 8.2.27 (2020-01-22)
o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0
o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts
   --disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch
   which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'.
   If nothing has been specified, configure tries to autodetect in the following order:
   openssl/libressl -> gnutls -> wolfssl.
o) Fixed segfault with GnuTLS/libgmp in case there's no DH parameters file
   defined in 'serverinfo::ssl_dh_param_file' or if that file is missing
o) The connection timeout for connect{} blocks can now be configured via
   the 'connect::timeout' configuration directive
o) Minimum supported OpenSSL version is 1.1.1 now
o) Minimum supported GnuTLS version is 3.6.5 now
o) Supported TLSv1.3 cipher suites can now be configured explicitely via the
   new 'serverinfo::tls_cipher_suites' configuration directive
o) In the serverinfo {} block, the following configuration directives have been renamed:
     ssl_certificate_file -> tls_certificate_file
     ssl_dh_param_file -> tls_dh_param_file
     ssl_dh_elliptic_curve -> tls_supported_groups
     ssl_cipher_list -> tls_cipher_list
     ssl_message_digest_algorithm -> tls_message_digest_algorithm
o) In the operator {} block, the following configuration directives have been renamed:
     ssl_certificate_fingerprint -> tls_certificate_fingerprint
     ssl_connection_required -> tls_connection_required
o) In the connect {} block, the following configuration directives have been renamed:
     ssl_cipher_list -> tls_cipher_list
     ssl_certificate_fingerprint -> tls_certificate_fingerprint

diffstat:

 chat/ircd-hybrid/Makefile |   5 ++---
 chat/ircd-hybrid/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 91754a9293a1 -r 86d087027c30 chat/ircd-hybrid/Makefile
--- a/chat/ircd-hybrid/Makefile Thu Jan 23 09:09:24 2020 +0000
+++ b/chat/ircd-hybrid/Makefile Thu Jan 23 09:11:21 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2020/01/18 21:48:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.62 2020/01/23 09:11:21 fox Exp $
 
-DISTNAME=      ircd-hybrid-8.2.26
-PKGREVISION=   1
+DISTNAME=      ircd-hybrid-8.2.27
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
 EXTRACT_SUFX=  .tgz
diff -r 91754a9293a1 -r 86d087027c30 chat/ircd-hybrid/distinfo
--- a/chat/ircd-hybrid/distinfo Thu Jan 23 09:09:24 2020 +0000
+++ b/chat/ircd-hybrid/distinfo Thu Jan 23 09:11:21 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2019/06/03 12:19:18 fox Exp $
+$NetBSD: distinfo,v 1.20 2020/01/23 09:11:21 fox Exp $
 
-SHA1 (ircd-hybrid-8.2.26.tgz) = 9bd6acf396e87e5fc3bc9d13cd61610258c4c99f
-RMD160 (ircd-hybrid-8.2.26.tgz) = 1d28c0ee2d2b161252eca241fa8c63b499d43635
-SHA512 (ircd-hybrid-8.2.26.tgz) = 3a2b545e5052c8437e877bfc50d6aaec4debf9f3e0a4682be497e0a6bda7316df399f12501da86bcdacc77524efc99a1cf09a01723eef96aa9eedd51f03db7ac
-Size (ircd-hybrid-8.2.26.tgz) = 1226486 bytes
+SHA1 (ircd-hybrid-8.2.27.tgz) = 4d1f3dbfd791d65ef8336ece40e288407fee28a9
+RMD160 (ircd-hybrid-8.2.27.tgz) = cb766699911b2438acead1a00de9cc1ca577266e
+SHA512 (ircd-hybrid-8.2.27.tgz) = 52aaec0b37b3902e8219f4add8a9907eca743e2f8b6ac2cd207c282349427ff0e4c489b879d39593f06faa749bdd7030e50f74283bb1d9347b516d52b1aea6eb
+Size (ircd-hybrid-8.2.27.tgz) = 1231965 bytes
 SHA1 (patch-doc_Makefile.in) = 787cb151da51cd947a384e33ae35c58df1d17e19
 SHA1 (patch-src_ircd.c) = bed5e5d1663dc64f78be905eeb4f2d9a2cdb1c64



Home | Main Index | Thread Index | Old Index