SHA256
1
0
forked from pool/rtrlib

Accepting request 717672 from home:mnhauke:network

- Update to version 0.7.0
  * Fix to ensure shadow tables are only freed when initialized
    before
  * Fix SSH transport w/o bind address and add host key verification
  * Fix bug in cache groups to ensure uniqueness of cache server
    preferences
  * Fix race condition in rtr_stop
  * Remove error PDU null termination check
  * Update tommyds implementation to version 2.2
  * tools/rpki-rov: improve validation of command line arguments
  * tools/rtrclient: add ROA export with templates, support for CSV
    and JSON
  * Output log messages to stderr instead of stdout
  * style: increase max line length to 120 characters
- Update patch:
  * rtrlib-disable-tests-that-require-network-connections.patch

OBS-URL: https://build.opensuse.org/request/show/717672
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rtrlib?expand=0&rev=3
This commit is contained in:
2019-07-26 09:26:46 +00:00
committed by Git OBS Bridge
parent 0986d9e028
commit 16e29f8b13
5 changed files with 27 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jul 18 18:01:45 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.7.0
* Fix to ensure shadow tables are only freed when initialized
before
* Fix SSH transport w/o bind address and add host key verification
* Fix bug in cache groups to ensure uniqueness of cache server
preferences
* Fix race condition in rtr_stop
* Remove error PDU null termination check
* Update tommyds implementation to version 2.2
* tools/rpki-rov: improve validation of command line arguments
* tools/rtrclient: add ROA export with templates, support for CSV
and JSON
* Output log messages to stderr instead of stdout
* style: increase max line length to 120 characters
- Update patch:
* rtrlib-disable-tests-that-require-network-connections.patch
-------------------------------------------------------------------
Wed Feb 6 09:07:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>