Package Release Info

libzrtpcpp-4.6.6-bp152.3.20

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libzrtpcpp-devel
libzrtpcpp4

Change Logs

Version: 4.6.6-bp150.2.3
* Sun Dec 10 2017 jengelh@inai.de
- BuildRequire pre-1.1 openssl.
* Mon Jul 31 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 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 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 08 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 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 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 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 2014 jengelh@inai.de
- Add 0001-pkg-config-add-includedir-libzrtcpp-to-CFLAGS.patch
  to fix downstream compilation [bso#902614]
* Mon Oct 13 2014 jengelh@inai.de
- Set version on BuildRequire dependency; the project needs a C++11
  compiler.
* Sat Sep 06 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 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 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 03 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 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 05 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 2013 schwab@suse.de
- Properly determine LIB_SUFFIX
* Thu Apr 05 2012 dvaleev@suse.com
- better libdir handling
* Thu Apr 05 2012 dvaleev@suse.com
- fix libdir for ppc64
* Tue Sep 27 2011 coolo@suse.com
- fix the shared library policy packaging