forked from pool/libzrtpcpp
Jan Engelhardt
8d704056df
* Add libzrtpcpp-openssl3.patch OBS-URL: https://build.opensuse.org/package/show/network:telephony/libzrtpcpp?expand=0&rev=58
241 lines
8.6 KiB
Plaintext
241 lines
8.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 22 12:54:43 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
|
|
|
- Adapt libzrtpcpp to build with OpenSSL 3 [bsc#1219884]
|
|
* Add libzrtpcpp-openssl3.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 6 13:52:09 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 4.7.0
|
|
* Add a first version of a new SAS algorithm which renders 6 digits
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 10 23:31:20 UTC 2017 - jengelh@inai.de
|
|
|
|
- BuildRequire pre-1.1 openssl.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 31 22:31:49 UTC 2017 - jengelh@inai.de
|
|
|
|
- Update to new maintenance release 4.6.6
|
|
* Fix a memory leak, extra buffer length checks added.
|
|
- Remove typo.diff (merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 21 01:15:05 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 4.6.4
|
|
* Include the openSSL specific hmac.h file when building SRTP
|
|
with openSSL crypto backend.
|
|
* Rename macro "DEPRECATED" to "DEPRECATED_ZRTP" to avoid
|
|
name clashes.
|
|
* Add warning code to ZrtpCWrapper.h if AuxSecret match fails.
|
|
- Add typo.diff to make it build
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 23 21:19:19 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 4.6.3
|
|
* A small fix inside the ZRTP main module to ignore malformed
|
|
DH1 packets and avoid an NULL pointer access.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 8 12:34:06 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 4.6.2
|
|
* add-on to the code to implement handling of the disclosure flag.
|
|
See RFC6189, chapter 11 for more details.
|
|
* A fix in the ZrtpCWrapper to initialize and use the ZRTP
|
|
master instance in case of multi-stream usage.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 22 17:57:13 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 4.5.0
|
|
* Added a new SAS algorithm 'B32E' that uses 32 Unicode Emoji
|
|
code points instead of 32 ASCII characters. Application that
|
|
are able to display Emojis may use this new SAS algorithm to
|
|
display nice Emojis instead of 'boring' ASCII letters and
|
|
digits.
|
|
- Drop unused keyring file from SRPM
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 14 08:25:38 UTC 2015 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 4.4.0
|
|
* Changes to the handling of HMAC and Hash contexts to avoild too
|
|
many malloc/free calls and thus memory pointer problems.
|
|
* Enhance the handling an check the nonce when using multi-stream
|
|
mode.
|
|
- Drop 0001-pkg-config-add-includedir-libzrtcpp-to-CFLAGS.patch
|
|
(merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 17 19:57:23 UTC 2015 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 4.3.1
|
|
* This version adds some new API that provide to set retry timer
|
|
values and to get some retry counters.
|
|
* Application may now set some values of the retry counters during
|
|
the discovery (Hello) and the negotiation phase. Applications may
|
|
increase the number of retries or modify the capping to support
|
|
slow or bad networks.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 25 12:46:04 UTC 2014 - jengelh@inai.de
|
|
|
|
- Add 0001-pkg-config-add-includedir-libzrtcpp-to-CFLAGS.patch
|
|
to fix downstream compilation [bso#902614]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 13 09:26:17 UTC 2014 - jengelh@inai.de
|
|
|
|
- Set version on BuildRequire dependency; the project needs a C++11
|
|
compiler.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 6 18:30:47 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 4.2.4
|
|
* Rename functions aes_init() to aes_init_zrtp() to avoid names
|
|
clashes with other libreries that may include own AES modules.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 28 01:41:37 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 4.2.3
|
|
* Enhance SRTP handling to provide a longer bit-shift register
|
|
* Add functions to read ZID cache entries, raw data, formatted
|
|
as string
|
|
* Order full ZID list by secure-since date
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 24 13:16:43 UTC 2013 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 4.1.0
|
|
* added some new algorithms for the DH key agreement and the Skein
|
|
Hash for ZRTP.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 3 23:35:48 UTC 2013 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 3.2.2.2
|
|
* Re-structure ZRTP cache and add SQlite3 as optional storage backend
|
|
* Fixes CVE-2013-2221 CVE-2013-2222 CVE-2013-2223 (bnc#828028)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 13 20:01:04 UTC 2013 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 2.3.3
|
|
* Fallback to libgcrypt if openssl has no Elliptical Curve
|
|
support (no user-visible changes)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 5 22:43:00 UTC 2013 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 2.3.2
|
|
* Upstream has not provided a NEWS/changelog entry
|
|
- Do signature verification
|
|
- Remove redundant %clean section; more robust make install call
|
|
- Remove libzrtpcpp-libdir.patch (no longer required)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 23 22:07:11 UTC 2013 - schwab@suse.de
|
|
|
|
- Properly determine LIB_SUFFIX
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 13:28:26 UTC 2012 - dvaleev@suse.com
|
|
|
|
- better libdir handling
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 11:59:40 UTC 2012 - dvaleev@suse.com
|
|
|
|
- fix libdir for ppc64
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 27 08:02:08 UTC 2011 - coolo@suse.com
|
|
|
|
- fix the shared library policy packaging
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 20 07:17:04 UTC 2011 - Werner.Dittmann@t-online.de
|
|
|
|
- Modify and rename spec file to adhere to naming policies
|
|
* remove rpmlintrc file - not longer used
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 1 15:54:33 UTC 2011 - Werner.Dittmann@t-online.de
|
|
|
|
- update to version 2.0 to be in sync with version number of GNU ccRTP
|
|
* Update configuration to use the new GNU uCommon library
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 8 09:10:00 MEZ 2011 - Werner.Dittmann@t-online.de
|
|
|
|
- Update to latest version of GNU ZRTP C++
|
|
* Cumulative update that implements all fixes and
|
|
versions since 1.3.0 (see below)
|
|
* Protocol implementation compliant with latest ZRTP
|
|
specification.
|
|
* lots of documentation added (doxygen ready)
|
|
* some code cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 9 15:36:27 UTC 2010 - rguenther@novell.com
|
|
|
|
- drop bogus libgcc BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 3 19:09:29 UTC 2009 - coolo@novell.com
|
|
|
|
- updated patches to apply with fuzz=0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 8 14:21:01 CEST 2008 - hvogel@suse.de
|
|
|
|
- Update to 1.3.0
|
|
* implements the latest changes define in the ZRTP draft
|
|
* The Method ''setSipsSecret(...)'' is no longer available.
|
|
* The method ''setOtherSecret(...)'' was renamed to
|
|
''setPbxSecret(...)''
|
|
* The methos ''setSrtpsSecret(...)'' is was renamed to
|
|
''setAuxSecret(...)''
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 11 23:30:44 CEST 2008 - crrodriguez@suse.de
|
|
|
|
- fix no-return-in-nonvoid-function errors
|
|
- fix both buildRequires and -devel package dependencies
|
|
- remove static libraries and "la" files
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 2 15:49:00 CEST 2008 - hvogel@suse.de
|
|
|
|
- update to version 1.0.1
|
|
* various bugfixes
|
|
- add libzrtpcpp1 sub-package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 27 14:37:07 CEST 2007 - mskibbe@suse.de
|
|
|
|
- fix compiler warnings
|
|
- fix changlog date problems
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 2 11:44:38 CET 2007 - mskibbe@suse.de
|
|
|
|
- libzrtpcpp-devel has a broken epoch and packaging bugs (#249532)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 15 09:51:45 CET 2007 - mskibbe@suse.de
|
|
|
|
- change package for SuSE
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 15 12:00:00 CET 2006 - cs@linux-administrator.com
|
|
|
|
- initial package build for SuSE 10.1
|