Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

belle-sip-devel-5.0.53-bp154.1.56 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: belle-sip-devel Distribution: SUSE Linux Enterprise 15 SP4
Version: 5.0.53 Vendor: openSUSE
Release: bp154.1.56 Build date: Thu May 12 04:21:31 2022
Group: Development/Libraries/C and C++ Build host: obs-power8-01
Size: 1062742 Source RPM: belle-sip-5.0.53-bp154.1.56.src.rpm
Packager: https://bugs.opensuse.org
Url: https://linphone.org/technical-corner/belle-sip/
Summary: Headers and libraries for the belle-sip library
Belle-sip is a SIP (RFC3261) implementation written in C, with an
object-oriented API.

This package contains header files and development libraries needed
to develop applications using the belle-sip library.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Nov 21 2021 Giacomo Comes <gcomes.obs@gmail.com> - 5.0.53
  - Update to version 5.0.53:
    * Fix a crash when receiving parsing a rtcp-fb attribute with just
      fb-id but no value
* Mon Nov 08 2021 Giacomo Comes <gcomes.obs@gmail.com> - 5.0.49
  - Update to 5.0.49:
    * no changes
* Tue Nov 02 2021 Giacomo Comes <gcomes.obs@gmail.com> - 5.0.46
  - Update to 5.0.46:
    * Fix possible REGISTER endless loop when 200 OK from REGISTER is
      not received through the same connection as the REGISTER
* Tue Oct 19 2021 Giacomo Comes <gcomes.obs@gmail.com> - 5.0.36
  - Update to 5.0.36:
    * add option to deactivate potentially weak digest authentication schemes
    * fix via header of CANCEL request
    * fix null pointer crash when receiving an INVITE without from-tag
    * fix prack auth
    * fix special case dns resolver issue and add test
    * fix cast warning
    * implement UDP listening point without server socket
* Mon Aug 30 2021 Giacomo Comes <gcomes.obs@gmail.com> - 5.0.0
  - Move belr grammar files from belle-sip-devel to a new
    belle-sip-data package.
* Thu Jul 29 2021 Giacomo Comes <gcomes.obs@gmail.com> - 5.0.0
  - Update to 5.0.0:
    * added SDP API for Capability Negociation headers (RFC5939).
    * SDP parser no longer uses antlr, but belr.
    * Fixed erroneous closing of file description 0, causing unexpected behaviors.
    * Fixed crash when receiving invalid from header.
  - drop fix-build.patch
  - add belr-devel build requirement
  - drop antlr build requirement
* Sun Jul 04 2021 Giacomo Comes <gcomes.obs@gmail.com> - 4.5.20
  - fix several RPMLINT warning
  - Update to 4.5.20:
    * Fix some GCC warning
    * Fix crash while receiving some kind of invalid from header
  - Update to 4.5.15:
    * Fix bellesip parser on IPV4 inside IPV6
  - Update to 4.5.10:
    * Fix cast as causing belle_sip_uri_equals_with_omission to return false negatives
* Thu Apr 15 2021 Luiz Angelo Daros de Luca <luizluca@tre-sc.jus.br>
  - Update to 4.5.3:
    * Use DNSService framework on iOS, to workaround the local network permission request triggered on iOS >= 14
    * Fix routing according to RFC3263: uri with a port number shall not be resolved with SRV.
* Wed Jul 29 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 4.4.0 (changes since 4.3.1):
    * Now get custom well_known_port (either sip or sips) if set,
      exported well known port getter and setter to be used in
      public api.
    * Introduce bufferising file body handler.
    * Fix potential crashes when processing invalid responses or
      requests.
    * Add Session-Expires header support (from RFC 4028).
    * Fix bad algorithm for channel selection.
    * Add a new cppListToClist method on hybrid objects.
    * Replace std::mem_fun by std::mem_fn, as the former is
      deprecated.
    * User body handler gets buffering too.
    * Make received parameter in VIA header compatible with url
      encoded IPv6 address
      (https://tools.ietf.org/html/rfc5118#section-4.5)
    * Print C++ object type names using typeid.
    * Make belle_sip_main_loop_do_later() to be thread-safe.
    * Clear all data of the control pipe on each main loop
      iteration.
    * Prevent bad behaviour when creating a belle_sip_source_t with a
      timeout higher than UINT_MAX/2.
* Wed Apr 22 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 4.3.1 (changes since 1.6.3):
    * RFC3262 (100 rel) support.
    * Use maddr for http uris.
    * Install cmake config files into the correct path.
    * Enable faster retry upon io/error.
    * Add wakelocks counters to destroy powermanager only if there is
      no more initialised wakelocks
    * Send keepalive on channels that are in out state IDLE only +
      add method to send a keep alive manually.
    * Fix http provider auth using SHA-256.
    * Use BcTooblox macros for source archive generation.
    * Fix loop of REGISTER when the server replies 500 Internal
      error.
    * Export some functions related to escaped characters.
    * Process 100rel for answers from 101 to 199.
    * CMakeLists.txt: Introduce ENABLE_PACKAGE_SOURCE option.
    * Improve prack behaviour in case of reliable response
      retransmition.
    * The licence is now GPLv3+.
    * Remove some useless files.
  - Drop belle-sip-fix-dns-build.patch,
    belle-sip-fix-pkgconfig.patch.
* Mon Nov 18 2019 Simon Lees <sflees@suse.de>
  - %make_jobs is depricated replaced by %cmake_build
* Thu Oct 17 2019 Richard Brown <rbrown@suse.com>
  - Remove obsolete Groups tag (fate#326485)
* Tue Sep 10 2019 Jan Engelhardt <jengelh@inai.de>
  - Update RPM group and descriptions.
* Wed Sep 04 2019 Alexei Sorokin <sor.alexei@meowr.ru>
  - Add belle-sip-fix-dns-build.patch: Pass -Wno-override-init to the
    compiler while building dns.c (commit 99dda3d1).
* Fri Jul 21 2017 sor.alexei@meowr.ru
  - Update to version 1.6.3 (changes since 1.6.1):
    * Bug fixes.
* Wed May 17 2017 sor.alexei@meowr.ru
  - Update to version 1.6.1:
    * No changelog available.
* Sat Sep 17 2016 idonmez@suse.com
  - Remove reference to unneeded wakelock.h file (fix-build.patch)
* Tue Sep 13 2016 sor.alexei@meowr.ru
  - Switch to building with CMake.
  - Add belle-sip-fix-pkgconfig.patch: Fix up pkgconfig.
* Sun Sep 11 2016 sor.alexei@meowr.ru
  - Update to version 1.5.0:
    * Move general purpose and encryption related functions to
      bctoolbox, which becomes a mandatory dependency.
    * mbedTLS support through bctoolbox.
    * SUBSCRIBE/NOTIFY dialog improvements: can be created upon
      reception of NOTIFY (as requested by RFC), automatic deletion
      when dialog expires.
    * Fix: Retransmit 200Ok of a reINVITE (was formely only done for
      initial INVITE).
    * Add support for zlib in body handling.
* Fri Nov 06 2015 sor.alexei@meowr.ru
  - Update to 1.4.2:
    * Support of Accept, Content-Disposition and Supported headers.
    * Bug fixes.
  - Add baselibs.conf.
* Mon Jul 20 2015 mpluskal@suse.com
  - Update to 1.4.1
    * Bug fixes
* Mon Mar 23 2015 sor.alexei@meowr.ru
  - Switch from obsolete polarssl to mbedtls.
* Sun Mar 15 2015 sor.alexei@meowr.ru
  - Update to 1.4.0 (changes since 1.3.0):
    * DNS SRV weight selection.
    * Support of multipart messages.
    * Support of backslash escaped display name.
    * Support of display names of type (token LWS)* instead of just
      token.
    * Support for absolute URIs.
  - Remove 0001-fix-license-headers.patch: fixed upstream.
* Thu Nov 06 2014 tchvatal@suse.com
  - Use gpl2+ as is in the files not just gpl2
  - Fix build on factory
  - Run autoreconf to avoid double configure run
  - Disable silent rules
  - Disable Werror

Files

/usr/bin/belle_sip_tester
/usr/include/belle-sip
/usr/include/belle-sip/auth-helper.h
/usr/include/belle-sip/belle-sdp.h
/usr/include/belle-sip/belle-sip.h
/usr/include/belle-sip/bodyhandler.h
/usr/include/belle-sip/defs.h
/usr/include/belle-sip/dialog.h
/usr/include/belle-sip/dict.h
/usr/include/belle-sip/generic-uri.h
/usr/include/belle-sip/headers.h
/usr/include/belle-sip/http-listener.h
/usr/include/belle-sip/http-message.h
/usr/include/belle-sip/http-provider.h
/usr/include/belle-sip/list.h
/usr/include/belle-sip/listener.h
/usr/include/belle-sip/listeningpoint.h
/usr/include/belle-sip/mainloop.h
/usr/include/belle-sip/mdns_register.h
/usr/include/belle-sip/message.h
/usr/include/belle-sip/object++.hh
/usr/include/belle-sip/object.h
/usr/include/belle-sip/parameters.h
/usr/include/belle-sip/provider.h
/usr/include/belle-sip/refresher.h
/usr/include/belle-sip/resolver.h
/usr/include/belle-sip/sip-uri.h
/usr/include/belle-sip/sipstack.h
/usr/include/belle-sip/transaction.h
/usr/include/belle-sip/types.h
/usr/include/belle-sip/utils.h
/usr/include/belle-sip/wakelock.h
/usr/lib64/cmake/BelleSIP
/usr/lib64/cmake/BelleSIP/BelleSIPConfig.cmake
/usr/lib64/cmake/BelleSIP/BelleSIPConfigVersion.cmake
/usr/lib64/cmake/BelleSIP/BelleSIPTargets-relwithdebinfo.cmake
/usr/lib64/cmake/BelleSIP/BelleSIPTargets.cmake
/usr/lib64/libbellesip.so
/usr/lib64/pkgconfig/belle-sip.pc
/usr/share/belle_sip_tester
/usr/share/belle_sip_tester/tester_hosts
/usr/share/doc/packages/belle-sip-devel
/usr/share/doc/packages/belle-sip-devel/AUTHORS.md
/usr/share/doc/packages/belle-sip-devel/CHANGELOG.md
/usr/share/doc/packages/belle-sip-devel/README.md
/usr/share/licenses/belle-sip-devel
/usr/share/licenses/belle-sip-devel/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 16:49:08 2024