From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYtfa-0006bH-V2 for guix-patches@gnu.org; Sat, 22 Jul 2017 08:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYtfX-0006wx-0P for guix-patches@gnu.org; Sat, 22 Jul 2017 08:38:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49317) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dYtfW-0006wo-L9 for guix-patches@gnu.org; Sat, 22 Jul 2017 08:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dYtfW-0007VW-A0 for guix-patches@gnu.org; Sat, 22 Jul 2017 08:38:02 -0400 Subject: [bug#27784] [PATCH] gnu: quassel: Enable SSL Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170721201201.17846-1-ryan.moe@gmail.com> References: <20170721201201.17846-1-ryan.moe@gmail.com> Date: Sat, 22 Jul 2017 14:37:49 +0200 Message-ID: <8760ek640y.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ryan Moe , 27784@debbugs.gnu.org --=-=-= Content-Type: text/plain Hello! Ryan Moe writes: > This allows quasselclient to connect to SSL-enabled quasselcore > instances. > > * gnu/packages/patches/quassel-fix-ssl-check.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/irc.scm (quassel)[arguments]: Use it. [...] > diff --git a/gnu/packages/patches/quassel-fix-ssl-check.patch b/gnu/packages/patches/quassel-fix-ssl-check.patch > new file mode 100644 > index 000000000..f825cb77e > --- /dev/null > +++ b/gnu/packages/patches/quassel-fix-ssl-check.patch > @@ -0,0 +1,21 @@ > +The check in qglobal.h requires -fPIC (not -fPIE as it > +is now). When this check fails SSL is disabled. > + > +This patch comes from upstream master and can be removed when > +the next version is packaged. Can you add the URL to the relevant upstream commit? Apart from that this LGTM. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAllzRx0ACgkQoqBt8qM6 VPqOVgf7BCIQ1OHFslkXyZxC0g7gIDoBDGgsmf2weLaBN2kgaBG27uQYqsFNMWbf O3E5zeQhkKY351DXiqPamWTZQXMFFKjUGMRPIcjkU7onD9jUCRUfnbqDSZSHM5sP GXAIW4prRbaBXLn3E5/F4siX5/clJ2+B3bIWLJ51BjofAjiIju99hKiyy+cr+Nt3 0KId/R258AKFgTC5Vit3cATvZReyr92v6IOUWUV7Z0yTBFHF97gRu+463jomF5bM NWyEvP5nptTcmVJHhb64W0BACSAldLo6UGD4gz3zlXszhkKw0VsrHkf7f8jULWbR EqJI+ULeRxRXbbV6vWOUPdKuU3zVCQ== =UKZM -----END PGP SIGNATURE----- --=-=-=--