* New interfaces and features: - ne_request.h: add ne_get_response_location(), add ne_get_request_target() - ne_redirect.h: adds relative URI resolution per RFC 9110 - ne_socket.h: add ne_iaddr_set_scope(), ne_iaddr_get_scope(), ne_sock_getproto() - ne_session.h: add NE_SESSFLAG_STRICT session flag - ne_session.h: ne_session_create() now accepts scoped IPv6 link-local literal addresses following the RFC 6874 syntax; - ne_session.h: add ne_ssl_set_protovers() to configure TLS protocol version ranges - ne_utils.h: add NE_FEATURE_GSSAPI, NE_FEATURE_LIBPXY feature flags - ne_ssl.h: add ne_ssl_proto_name() - HTTP strictness/compliance updated for RFC 9110/9112; notably stricter in parsing header field line, chunked transfer-coding, status-line. Bug fixes: - auth: the 'realm' string passed to credentials callback is now cleaned of non-printable characters. * Documentation & header updates for RFC 9110/9112. * New NE_MINIMUM_VERSION() autoconf macro for better version handling. * Fix ar, ranlib detection when cross-compiling (Sergei Trofimovich). - version 0.30.0 * added ne_ssl_clicert_import, ne_ssl_context_get_flag, * support chunked bodies with negative length passed to - test suite hangs or fails in the OBS, but works locally OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=73
14 lines
415 B
Diff
14 lines
415 B
Diff
Index: neon-0.33.0/neon-config.in
|
|
===================================================================
|
|
--- neon-0.33.0.orig/neon-config.in
|
|
+++ neon-0.33.0/neon-config.in
|
|
@@ -73,7 +73,7 @@ while test $# -gt 0; do
|
|
;;
|
|
|
|
--libs)
|
|
- LIBS="-lneon @NEON_LIBS@"
|
|
+ LIBS="-lneon"
|
|
# Don't add standard library paths
|
|
if test "$prefix" != "/usr"; then
|
|
LIBS="-L${libdir} ${LIBS}"
|