diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2021-07-13 18:43:45 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2021-07-13 18:43:45 +0200 |
commit | 1b311510f7ef342e4de24d6331a22ca4fc68c071 (patch) | |
tree | fb6ca489fcbbdfa4135224bcb02dc2c15b615876 /debian | |
parent | removed useless dependency: math (diff) | |
download | discord.c-1b311510f7ef342e4de24d6331a22ca4fc68c071.tar discord.c-1b311510f7ef342e4de24d6331a22ca4fc68c071.tar.gz discord.c-1b311510f7ef342e4de24d6331a22ca4fc68c071.tar.bz2 discord.c-1b311510f7ef342e4de24d6331a22ca4fc68c071.tar.lz discord.c-1b311510f7ef342e4de24d6331a22ca4fc68c071.tar.xz discord.c-1b311510f7ef342e4de24d6331a22ca4fc68c071.tar.zst discord.c-1b311510f7ef342e4de24d6331a22ca4fc68c071.zip |
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ce89882..d3fc85f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +discord.c (0.0.3-3) stable; urgency=low + + * replaced the TLS library for libcurl from openssl to gnutls. this should + fix disord.c getting killed by SIGPIPEs, as referenced by + https://curl.se/mail/lib-2013-06/0007.html + + -- Anton Luka Šijanec <anton@sijanec.eu> Tue, 13 Jul 2021 15:20:00 +0200 discord.c (0.0.3-2) stable; urgency=low * removed useless dependency: math diff --git a/debian/control b/debian/control index a660ede..d42f5e0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Anton Luka Šijanec <anton@sijanec.eu> Build-Depends: debhelper (>=11~), libcjson-dev, - libcurl4-openssl-dev, + libcurl4-gnutls-dev, libncursesw6 Standards-Version: 4.1.4 Homepage: https://git.sijanec.eu/sijanec/discord.c |