Package Release Info

libserf-1.3.10-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libserf-1-1
libserf-devel

Change Logs

* Wed Jun 12 2024 Danilo Spinella <danilo.spinella@suse.com>
- The following bugs were affecting SLE but not Tumbleweed:
  * Fix build with openSSL 3 by removing usage of ERR_GET_FUNC, bsc#1221211
  * Fix hanging in subversion by updating libserf to 1.3.10,
    bsc#1224089, bsc#1222854
* Wed May 31 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
- update to 1.3.10:
  * Fix handling of invalid chunk lengths in the dechunk bucket
  * Fix an endless loop in the deflate bucket with truncated input
  * Fix BIO control handlers to support BIO_CTRL_EOF
  * Fix a CRT mismatch issue caused by using certain OpenSSL
    functions
- drop upstream patches:
  * libserf-python3-2.patch
  * libserf-python3.patch
  * openssl3.patch
* Mon Apr 10 2023 Andreas Stieger <andreas.stieger@gmx.de>
- fix Leap 15.4/15.4 build with krb5 GSSAPI
- remove superfluous build dependencies
* Mon Dec 06 2021 Danilo Spinella <danilo.spinella@suse.com>
- Update Source links
* Mon Dec 06 2021 Dirk Müller <dmueller@suse.com>
- add openssl3.patch to avoid using removed functionality in an
  irrelvant place
* Mon Jun 15 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Autodetect krb5/mit prefix using krb5-config: prepare for future
  changes on krb5 packaging.
* Tue Sep 18 2018 Tomáš Chvátal <tchvatal@suse.com>
- Use %license for license install
* Wed Nov 08 2017 astieger@suse.com
- Add libserf-python3.patch and libserf-python3-2.patch to fix
  building with python3
* Fri Apr 21 2017 astieger@suse.com
- do not check with time-dependent failures bsc#1035395 bsc#1031549
* Thu Sep 01 2016 astieger@suse.com
- Apache Serf 1.3.9:
  * serf is now Apache Software Foundation project
  * fix various build issues
  * resolve a bucket (aka "memory") leak when a request bucket is
    destroyed before it is morphed into an aggregate bucket
  * reset state variables when resetting connection
  * fix types of passed, but unused batons
  * fix some usages of the openssl BIO api
  * improve handling of bad data in the response state line
  * support more overrides via SCons arguments
  * adapt to OpenSSL 1.1.x api
- drop upstream patches:
    libserf-1.3.x-fix-comment-style.patch
    libserf-1.3.x-fix-deflate-buckets-test.patch