SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libbelle-sip1-5.3.37-lp156.117.1.x86_64.rpm :

* Fri Mar 29 2024 Paolo Stivanin - Update to 5.3.37 (no changelog).
* Thu Mar 07 2024 Paolo Stivanin - Update to 5.3.26 (no changelog).
* Mon Jan 15 2024 Paolo Stivanin - Update to 5.3.7 (no changelog).
* Mon Aug 28 2023 Paolo Stivanin - Update to 5.2.98 (no changelog)
* Wed Jun 28 2023 Paolo Stivanin - Update to 5.2.73 (no changelog)
* Fri Apr 07 2023 Paolo Stivanin - Update to 5.2.49 (no changelog)- Add set_current_version.patch
* Wed Mar 08 2023 Paolo Stivanin - Update to 5.2.30 (no changelog)
* Sat Jan 28 2023 Dirk Müller - Update to 5.2.16:
* no changes
* Wed Jan 11 2023 Giacomo Comes - 5.2.9- Update to version 5.2.9:
* no changes
* Wed Jan 04 2023 Paolo Stivanin - Update to 5.2.6:
* Support for authentication headers with multiple challenges.
* Fixed various weaknesses within multipart decoding process.
* Fixed endless UDP transaction in a specific scenario.
* Fixed various crashes.
* Mon Dec 05 2022 Dirk Müller - update to 5.1.72:
* Allow multiple challenges in a single authenticate header as defined by rfc2616
* Mon Oct 17 2022 Paolo Stivanin - Update to 5.1.64 (no changelog).
* Sun Aug 14 2022 thod_AATTgmx.de- Remove RPATH to be able to build on Fedora
* Fri Jul 08 2022 Paolo Stivanin - Update to 5.1.47:
* Close the file before calling stop callback to let cb to do file modifications like renaming.
* Do not return belle_sip_source_t when scheduling task on the main loop.
* Fix double free during certificate generation.
* Wed Jun 08 2022 Giacomo Comes - 5.1.32- Update to version 5.1.32:
* Fixed userid not used in http auth
* Add methods to known whether a request can be created or not
* Avoid re-sending a BYE because of un-ACKed dialog if a BYE was sent already
* report io error to pending http transaction in case of provider stop
* Add test vectors from RFC7616 for digest auth
* Implement automatic retry of reINVITE upon 491 request pending response- revert license tag change
* Thu Mar 24 2022 Paolo Stivanin - Update to 5.1.12:
* no changelog
* Tue Mar 01 2022 Paolo Stivanin - Update to 5.1.0:
* Multipart boundaries are random and used-once.
* Avoid using V4MAPPED formatted IP addresses in CONNECT http requests, because http proxies may not be always IPv6-capable.
* Tue Feb 01 2022 Giacomo Comes - 5.0.67- Update to version 5.0.67:
* no changes- fix license tag
* Tue Jan 18 2022 Paolo Stivanin - Update to version 5.0.66:
* no changelog
* Sun Nov 21 2021 Giacomo Comes - 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 - 5.0.49- Update to 5.0.49:
* no changes
* Tue Nov 02 2021 Giacomo Comes - 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 - 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 - 5.0.0- Move belr grammar files from belle-sip-devel to a new belle-sip-data package.
* Thu Jul 29 2021 Giacomo Comes - 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 - 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 - 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 - 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 - 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 - %make_jobs is depricated replaced by %cmake_build
* Thu Oct 17 2019 Richard Brown - Remove obsolete Groups tag (fate#326485)
* Tue Sep 10 2019 Jan Engelhardt - Update RPM group and descriptions.
* Wed Sep 04 2019 Alexei Sorokin - 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.alexeiAATTmeowr.ru- Update to version 1.6.3 (changes since 1.6.1):
* Bug fixes.
* Wed May 17 2017 sor.alexeiAATTmeowr.ru- Update to version 1.6.1:
* No changelog available.
* Sat Sep 17 2016 idonmezAATTsuse.com- Remove reference to unneeded wakelock.h file (fix-build.patch)
* Tue Sep 13 2016 sor.alexeiAATTmeowr.ru- Switch to building with CMake.- Add belle-sip-fix-pkgconfig.patch: Fix up pkgconfig.
* Sun Sep 11 2016 sor.alexeiAATTmeowr.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.alexeiAATTmeowr.ru- Update to 1.4.2:
* Support of Accept, Content-Disposition and Supported headers.
* Bug fixes.- Add baselibs.conf.
* Mon Jul 20 2015 mpluskalAATTsuse.com- Update to 1.4.1
* Bug fixes
* Mon Mar 23 2015 sor.alexeiAATTmeowr.ru- Switch from obsolete polarssl to mbedtls.
* Sun Mar 15 2015 sor.alexeiAATTmeowr.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 tchvatalAATTsuse.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
 
ICM