Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 19 additions and 48 deletions

3
neon-0.33.0.tar.gz Normal file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:659a5cc9cea05e6e7864094f1e13a77abbbdbab452f04d751a8c16a9447cf4b8
size 912146

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e3ee8535039966c80764f539d5c9bfee1651a17e2f36e5ca462632181253977
size 928587

@ -1,32 +1,3 @@
-------------------------------------------------------------------
Sat Feb 8 20:59:47 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.34.0:
* 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.
-------------------------------------------------------------------
Fri May 17 16:53:16 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
@ -114,7 +85,7 @@ Fri Aug 21 20:39:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>
* Fix OpenSSL build w/o deprecated APIs (Rosen Penev).
* Fix unnecessary MD5 test for non-Digest auth (Sebastian Reschke).
* Fix hang on SSL connection close with IIS (issue #11).
* Fix ar, ranlib detection when cross-compiling (Sergei Trofimovich).
* Fix ar, ranlib detection when cross-compiling (Sergei Trofimovich).
-------------------------------------------------------------------
Mon Jun 1 09:04:45 UTC 2020 - Vítězslav Čížek <vcizek@suse.com>
@ -220,13 +191,13 @@ Wed Mar 4 12:50:17 UTC 2015 - mpluskal@suse.com
-------------------------------------------------------------------
Wed Aug 21 03:19:07 UTC 2013 - crrodriguez@opensuse.org
- version 0.30.0
- version 0.30.0
* drop neon-openssl-version.patch
* API and ABI backwards-compatible with 0.27.x and later
* ne_path_escape: fix excessive memory allocation
* added ne_ssl_clicert_import, ne_ssl_context_get_flag,
* added ne_ssl_clicert_import, ne_ssl_context_get_flag,
ne_set_addrlist2, added ne_addr_canonical..
* support chunked bodies with negative length passed to
* support chunked bodies with negative length passed to
ne_set_request_body_provider
-------------------------------------------------------------------
@ -278,13 +249,13 @@ Tue Oct 18 16:38:07 CEST 2011 - dmueller@suse.de
-------------------------------------------------------------------
Mon Sep 5 23:13:56 UTC 2011 - crrodriguez@opensuse.org
- test suite hangs or fails in the OBS, but works locally
- test suite hangs or fails in the OBS, but works locally
disable it.
-------------------------------------------------------------------
Mon Sep 5 19:48:00 UTC 2011 - crrodriguez@opensuse.org
- Load openssl engines as well, needed to support
- Load openssl engines as well, needed to support
AES-NI, fast/hardware provided hash functions and Ivy bridge's
RDRAND instruction.
@ -459,21 +430,21 @@ Mon Mar 3 11:26:50 CET 2008 - olh@suse.de
-------------------------------------------------------------------
Thu Feb 28 22:06:13 CET 2008 - crrodriguez@suse.de
- run the test suite to detect any possible regression
- run the test suite to detect any possible regression
-------------------------------------------------------------------
Fri Feb 15 01:47:53 CET 2008 - crrodriguez@suse.de
- version 0.28.0
- Interface changes:
* none, API and ABI backwards-compatible with 0.27.x
* none, API and ABI backwards-compatible with 0.27.x
- New interfaces:
* ne_pkcs11.h: added basic PKCS#11 support (requires GnuTLS and pakchois)
* ne_auth.h: added NE_AUTH_ALL and NE_AUTH_DEFAULT constants
* ne_socket.h: added ne_sock_peer(), ne_sock_prebind(), ne_sock_cipher()
* ne_session.h: NE_SESSFLAG_TLSSNI flag added; TLS SNI support is enabled by default, where supported; ne_set_localaddr() added
* ne_request.h: added close_conn hooks (Robert J. van der Boon)
* ne_basic.h: added ne_options2()
* ne_basic.h: added ne_options2()
- Other changes:
* add Polish (pl) translation (Arfrever Frehtes Taifersar Arahesis)
* add support for the 'domain' parameter in Digest authentication
@ -485,20 +456,20 @@ Fri Feb 15 01:47:53 CET 2008 - crrodriguez@suse.de
* fix ne_strclean() to be locale-independent and avoid possible Win32 crash
* fix ne_get_error() to not "clean" localized error strings
* fix ne_ssl_clicert_read() to fail for client certs missing cert or key
-------------------------------------------------------------------
Mon Nov 26 15:52:13 CET 2007 - crrodriguez@suse.de
- version 0.27.2
* Fix crash in GSSAPI Negotiate response header verification.
- Cleanup excessive dependencies on -devel package.
- Cleanup excessive dependencies on -devel package.
-------------------------------------------------------------------
Fri Oct 12 00:34:55 CEST 2007 - ro@suse.de
- add provides/obsoletes for neon-devel in libneon-devel
after package rename
after package rename
-------------------------------------------------------------------
Tue Sep 25 11:52:53 CEST 2007 - prusnak@suse.cz
@ -516,7 +487,7 @@ Tue Sep 25 11:52:53 CEST 2007 - prusnak@suse.cz
* Interface changes:
- ne_set_notifier() replaces ne_set_status(); finer-grained and type-safe
connection status information now provided; obsoletes ne_set_progress()
- ne_xml_dispatch_request() now only invokes the XML parser for
- ne_xml_dispatch_request() now only invokes the XML parser for
response entities with an XML content-type, following RFC 3023 rules
- ne_acl_set() now takes a "const" entries array
- LFS compatibility functions *64 removed: all functions taking an
@ -553,7 +524,7 @@ Tue Jul 17 10:43:17 CEST 2007 - prusnak@suse.cz
-------------------------------------------------------------------
Fri Apr 27 23:14:39 CEST 2007 - dmueller@suse.de
- fix buildrequires
- fix buildrequires
-------------------------------------------------------------------
Tue Apr 17 19:00:40 CEST 2007 - prusnak@suse.cz

@ -1,7 +1,7 @@
#
# spec file for package neon
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
%define sover 27
Name: neon
Version: 0.34.0
Version: 0.33.0
Release: 0
Summary: An HTTP and WebDAV Client Library
License: GPL-2.0-or-later