2 Commits

Author SHA256 Message Date
bb840f1f78 Accepting request 1324607 from Base:System
- update to 1.12.0:
  * API: add ability to communicate source port back to caller
  * tcp: tcp: avoid deprecated ENGINE_cleanup
  * relp: fix build against `gcc-14`
  * tests: Include missing sys/time.h
  * bugfix: code adapted to C23 (as used in gcc 15 by default)

  * improve sender/receiver code
  This is a bug-fixing release that takes care of a memory leak on
  connection close as well as potential misadressing on session
  This version of the library provides certificate wildcard name
  checks. It also supports enhanced performance options (burst
  support, requires support from the caller). It also contains

OBS-URL: https://build.opensuse.org/request/show/1324607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librelp?expand=0&rev=44
2025-12-30 11:00:14 +00:00
c6221bf69a - update to 1.12.0:
* API: add ability to communicate source port back to caller
  * tcp: tcp: avoid deprecated ENGINE_cleanup
  * relp: fix build against `gcc-14`
  * tests: Include missing sys/time.h
  * bugfix: code adapted to C23 (as used in gcc 15 by default)
  * improve sender/receiver code
  This is a bug-fixing release that takes care of a memory leak on
  connection close as well as potential misadressing on session
  This version of the library provides certificate wildcard name
  checks. It also supports enhanced performance options (burst
  support, requires support from the caller). It also contains

OBS-URL: https://build.opensuse.org/package/show/Base:System/librelp?expand=0&rev=79
2025-12-28 23:01:43 +00:00
4 changed files with 21 additions and 11 deletions

Binary file not shown.

3
librelp-1.12.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Dec 28 23:01:00 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.12.0:
* API: add ability to communicate source port back to caller
* tcp: tcp: avoid deprecated ENGINE_cleanup
* relp: fix build against `gcc-14`
* tests: Include missing sys/time.h
* bugfix: code adapted to C23 (as used in gcc 15 by default)
-------------------------------------------------------------------
Fri Jan 20 16:42:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -169,7 +179,7 @@ Mon Apr 4 11:55:31 UTC 2016 - astieger@suse.com
- librelp 1.2.10:
* fix a problem with sending large buffers
* improve sender/receiver code
* improve sender/receiver code
* enable compatibility with older versions of GnuTLS
-------------------------------------------------------------------
@@ -257,8 +267,8 @@ Tue Jul 16 10:52:06 UTC 2013 - andreas.stieger@gmx.de
Thu Jul 11 21:41:09 UTC 2013 - andreas.stieger@gmx.de
- update to 1.1.5:
This is a bug-fixing release that takes care of a memory leak on
connection close as well as potential misadressing on session
This is a bug-fixing release that takes care of a memory leak on
connection close as well as potential misadressing on session
close.
- bugfix: memory leak on connection close
- bugfix: potential misadressing on session close
@@ -267,9 +277,9 @@ Thu Jul 11 21:41:09 UTC 2013 - andreas.stieger@gmx.de
Thu Jul 11 21:35:53 UTC 2013 - andreas.stieger@gmx.de
- update to 1.1.4:
This version of the library provides certificate wildcard name
checks. It also supports enhanced performance options (burst
support, requires support from the caller). It also contains
This version of the library provides certificate wildcard name
checks. It also supports enhanced performance options (burst
support, requires support from the caller). It also contains
some bug fixes, especially for BSD.
- fix build problems on BSD
- add ability to specify a non-standard RELP Window size

View File

@@ -1,7 +1,7 @@
#
# spec file for package librelp
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define library_name librelp0
Name: librelp
Version: 1.11.0
Version: 1.12.0
Release: 0
Summary: A reliable logging library
License: GPL-3.0-or-later