summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
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