commit 3c627dd70d032fa2c5087617da27586cf85e899a from: Alexander Barton date: Fri Jan 20 15:04:53 2017 UTC Build Debian packages with OpenSSL instead of GnuTLS OpenSSL allows to reload used certificates on runtime for example (which is very useful when using Let's Encrypt), and therefore is preferred ... commit - 879d5504081e09600464f503db8282e47f79abaa commit + 3c627dd70d032fa2c5087617da27586cf85e899a blob - 7da52331dfc77f3d264e5421be6bc6e1190b5462 blob + 589118325d8c20468a889318f348f50487981ff1 --- contrib/Debian/changelog +++ contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (24~rc1-0ab2) unstable; urgency=medium + + * Use OpenSSL instead of GnuTLS for SSL-enabled packages. + + -- Alexander Barton Fri, 20 Jan 2017 15:20:07 +0100 + ngircd (24~rc1-0ab1) unstable; urgency=low * New "upstream" release candidate 1 for ngIRCd Release 24. blob - 83347d92ab9c13777ed3f9151b19ec740866598e blob + 82e506c13cb12954524dd4dd245f6492627cecb8 --- contrib/Debian/control +++ contrib/Debian/control @@ -6,11 +6,11 @@ Build-Depends: debhelper (>> 9.0.0), autotools-dev, dh-systemd (>= 1.5), expect, - libz-dev, - libwrap0-dev, libident-dev, - libgnutls28-dev, libpam0g-dev, + libssl-dev, + libwrap0-dev, + libz-dev, telnet | telnet-ssl, Standards-Version: 3.9.1 blob - 30625a57bc90f21188f369a7b0e0d9cd8b503be5 blob + cdc1225b37c03b668271ca2351603f9dcc0b7ab5 --- contrib/Debian/rules +++ contrib/Debian/rules @@ -55,7 +55,7 @@ configure-ngircd-full: configure --mandir=\$${prefix}/share/man \ --docdir=\$${prefix}/share/doc/ngircd-full \ --with-syslog --with-zlib \ - --with-gnutls --with-iconv --with-ident --with-tcp-wrappers \ + --with-openssl --with-iconv --with-ident --with-tcp-wrappers \ --with-pam \ --enable-ipv6 @@ -70,7 +70,7 @@ configure-ngircd-full-dbg: configure --docdir=\$${prefix}/share/doc/ngircd-full-dbg \ --enable-debug --enable-sniffer \ --with-syslog --with-zlib \ - --with-gnutls --with-iconv --with-ident --with-tcp-wrappers \ + --with-openssl --with-iconv --with-ident --with-tcp-wrappers \ --with-pam \ --enable-ipv6