From: Mark Wooding Date: Tue, 1 Oct 2019 11:54:27 +0000 (+0100) Subject: catacomb.pc.in: Update dependency on mLib. X-Git-Tag: 2.4.5~25 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/8ee25fa9897866476c105265374b061bda4f7615 catacomb.pc.in: Update dependency on mLib. The most recent relevant change appears to be commit 4d845619c3f21fe19dd7f7b16815281b34de9e33 Author: Mark Wooding Date: Sat, 26 May 2018 23:31:00 +0100 codec/url.c: Always encode whitespace characters. Vertical whitespace is obviously bad, so this is a longstanding bug; but all whitespace should really be escaped. which was first released as part of 2.3.0. --- diff --git a/catacomb.pc.in b/catacomb.pc.in index c0337f32..7f6b2087 100644 --- a/catacomb.pc.in +++ b/catacomb.pc.in @@ -7,7 +7,7 @@ Name: Catacomb Description: Cryptographic library Version: @VERSION@ -Requires: mLib >= 2.0.4 +Requires: mLib >= 2.3.0 Libs: -L${libdir} -lcatacomb Libs.private: @CATACOMB_LIBS@ Cflags: -I${includedir} -I${libdir}/catacomb/include