2016-03-23 21:19:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2016-02-08 12:43:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2016-01-22 17:59:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2015-08-14 08:30:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2015-03-17 20:01:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2014-10-25 12:47:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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]
|
|
|
|
|
2014-10-13 09:26:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 13 09:26:17 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Set version on BuildRequire dependency; the project needs a C++11
|
|
|
|
compiler.
|
|
|
|
|
2014-09-06 18:37:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2014-06-28 01:43:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-11-24 13:19:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2013-09-27 10:44:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2013-06-17 07:25:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2013-06-12 11:13:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2013-03-24 16:07:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 23 22:07:11 UTC 2013 - schwab@suse.de
|
|
|
|
|
|
|
|
- Properly determine LIB_SUFFIX
|
|
|
|
|
2012-04-05 13:44:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 5 13:28:26 UTC 2012 - dvaleev@suse.com
|
|
|
|
|
|
|
|
- better libdir handling
|
|
|
|
|
2012-04-05 12:12:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 5 11:59:40 UTC 2012 - dvaleev@suse.com
|
|
|
|
|
|
|
|
- fix libdir for ppc64
|
|
|
|
|
2011-09-27 08:02:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 27 08:02:08 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- fix the shared library policy packaging
|
|
|
|
|
2011-08-20 07:18:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2011-08-01 15:59:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2011-01-11 17:52:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2010-12-10 16:57:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 9 15:36:27 UTC 2010 - rguenther@novell.com
|
|
|
|
|
|
|
|
- drop bogus libgcc BuildRequires
|
|
|
|
|
2009-11-20 13:26:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 3 19:09:29 UTC 2009 - coolo@novell.com
|
|
|
|
|
|
|
|
- updated patches to apply with fuzz=0
|
|
|
|
|
2008-09-09 17:11:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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(...)''
|
|
|
|
|
2008-05-13 10:35:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2008-04-02 20:20:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 2 15:49:00 CEST 2008 - hvogel@suse.de
|
|
|
|
|
|
|
|
- update to version 1.0.1
|
|
|
|
* various bugfixes
|
|
|
|
- add libzrtpcpp1 sub-package
|
|
|
|
|
2007-03-28 00:23:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 27 14:37:07 CEST 2007 - mskibbe@suse.de
|
|
|
|
|
|
|
|
- fix compiler warnings
|
|
|
|
- fix changlog date problems
|
|
|
|
|
2007-03-03 13:30:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-03-28 00:23:38 +00:00
|
|
|
Sun Oct 15 12:00:00 CET 2006 - cs@linux-administrator.com
|
2007-03-03 13:30:32 +00:00
|
|
|
|
|
|
|
- initial package build for SuSE 10.1
|