Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 859801c349 | |||
| aef0901c6c | |||
| 109415ad55 | |||
| df0166c9e3 | |||
| f56d7e60c5 | |||
| d9c96897bc | |||
| c278e89345 | |||
| e218af898c | |||
| d7b2eb07e4 | |||
| c959f8cb13 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11b3215064b6ef5a11b0f4645d6d4834f8ba899d5b65c66477f9c4afbd32e1ed
|
||||
size 612463
|
||||
3
re-4.3.0.tar.gz
Normal file
3
re-4.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:555d3b6dfaeb4809b5fdc5081686ebde8486ea6e479f2cb99256a5bcfdb18b24
|
||||
size 628213
|
||||
47
re.changes
47
re.changes
@@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 19 10:12:32 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 4.3.0
|
||||
* https://github.com/baresip/re/releases/tag/v4.3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 15:08:00 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 4.2.0
|
||||
* https://github.com/baresip/re/releases/tag/v4.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 07:46:57 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 4.1.0
|
||||
Major changes since 3.21.1:
|
||||
* Increasing supported Compiler Versions (better C11/C23 Support).
|
||||
* Dropping official OpenSSL 1.1.1 support.
|
||||
* Dropping obsolete API functions.
|
||||
Detailed Changes:
|
||||
* https://github.com/baresip/re/releases/tag/v4.1.0
|
||||
* https://github.com/baresip/re/releases/tag/v4.0.0
|
||||
* https://github.com/baresip/re/releases/tag/v3.24.0
|
||||
* https://github.com/baresip/re/releases/tag/v3.23.0
|
||||
* https://github.com/baresip/re/releases/tag/v3.22.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 5 08:43:03 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 3.21.1:
|
||||
* multiple memory safety fixes
|
||||
* extended functionality relevant for library consumers
|
||||
* optimizations and adjustments for tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 16:59:49 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.17.0
|
||||
* types: remove old BREAKPOINT macro.
|
||||
* dnsc: Fallback to getaddrinfo without any DNS servers.
|
||||
* dns/client: return ENOTSUP if no server or not getaddrinfo.
|
||||
* conf: add conf_get_float.
|
||||
* test: add pktsize to test_h264_packet_base().
|
||||
* tls: make tls_verify_handler() static.
|
||||
* types: fix clang-tidy warning (gcc bit fields workaround).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 12:47:40 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
14
re.spec
14
re.spec
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package re
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,20 +17,21 @@
|
||||
#
|
||||
|
||||
|
||||
%global sover 27
|
||||
%global sover 39
|
||||
%global libname lib%{name}%{sover}
|
||||
Name: re
|
||||
Version: 3.16.0
|
||||
Version: 4.3.0
|
||||
Release: 0
|
||||
Summary: Library for real-time communications with async I/O support
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/baresip/re
|
||||
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libcrypto) >= 1.1.1
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Obsoletes: librem4 < %{version}
|
||||
|
||||
%description
|
||||
@@ -60,7 +62,7 @@ This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libre.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
||||
Reference in New Issue
Block a user