2 Commits

Author SHA256 Message Date
ee2795a9d6 Accepting request 1324606 from devel:libraries:c_c++
- update to 2.6.2:
  * Fix memory leak in `which()` on `realloc()` failure
  * Fix `pidfile()` to handle missing trailing slash in prefix

OBS-URL: https://build.opensuse.org/request/show/1324606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libite?expand=0&rev=13
2025-12-29 14:16:59 +00:00
38675cccae - update to 0.36.0:
* Interface changes:
    - API and ABI backwards-compatible with 0.27.x and later
  * New interfaces and features:
    - ne_xml.h: add ne_xml_set_encoding()
    - ne_xmlreq.h: add ne_xml_dispatchif_request(); this and
      ne_xml_dispatch_request() both invoke
      ne_xml_set_encoding()
      with the charset= from the Content-Type, if present
    - ne_request.h: add ne_read_response_to_buffer()
    - ne_basic.h: add ne_getbuf()
  * Bug fixes:
    - fix ne_simple_request() failures on non-207 XML responses
    - invoke the notifier callback again at the end of a chunked
      response
    - fix a failure case where a proxy connection could get
      reused after SSL proxy tunnel setup failed at the proxy
    - fix ne_sock_* OpenSSL 3.4 error handling on Windows (#213)
    - ne_get_content_type() updated for RFC 7303: default
      charset for text/ media types is removed
  * Various documentation updates.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libite?expand=0&rev=25
2025-12-28 23:00:25 +00:00
4 changed files with 12 additions and 5 deletions

View File

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

3
libite-2.6.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47346fac08ac69cb64eec34478d5aec5787ec96524209d1394417e32d66213b4
size 118007

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 28 22:59:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.6.2:
* Fix memory leak in `which()` on `realloc()` failure
* Fix `pidfile()` to handle missing trailing slash in prefix
-------------------------------------------------------------------
Sun Nov 12 17:14:18 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libite
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2018-2023, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%define sover 5
Name: libite
Version: 2.6.1
Version: 2.6.2
Release: 0
Summary: BSD function library
License: MIT AND X11