from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
git-svn-id: file:///svn/unbound/trunk@4682
be551aaa-1e26-0410-a405-
d3ace91eadb9
Description: Library with validating, recursive, and caching DNS resolver
URL: http://www.unbound.net
Version: @PACKAGE_VERSION@
-Requires: libcrypto libssl @PC_LIBEVENT_DEPENDENCY@ @PC_PY_DEPENDENCY@
-Libs: -L${libdir} -lunbound
+Requires: @PC_LIBEVENT_DEPENDENCY@ @PC_PY_DEPENDENCY@
+Libs: -L${libdir} -lunbound -lssl -lcrypto
Libs.private: @SSLLIB@ @LIBS@
Cflags: -I${includedir}
+11 May 2018: Wouter
+ - Fix contrib/libunbound.pc for libssl libcrypto references,
+ from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
+
7 May 2018: Wouter
- Fix windows to not have sticky TLS events for TCP.
- Fix read of DNS over TLS length and data in one read call.