Package: octavia / 3.0.0-3+deb10u1
Metadata
Package | Version | Patches format |
---|---|---|
octavia | 3.0.0-3+deb10u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix py36 compatibility.patch | (download) |
octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalivedlvs.py |
1 1 + 0 - 0 ! |
fix compat with python >= 3.6 Provide a sane return value for get_keepalivedlvs_pid to ensure that underlying Python libary code does not hrow a TypeError when joining values: TypeError: join() argument must be str or bytes, not 'MagicMock' |
install missing files.patch | (download) |
MANIFEST.in |
1 1 + 0 - 0 ! |
install missing files |
Fix osutils.py to detect Debian.patch | (download) |
octavia/amphorae/backends/agent/api_server/osutils.py |
2 1 + 1 - 0 ! |
fix is_os_name in osutils.py to detect debian Otherwise, the OCtavia agent just dies... |
CVE 2019 17134_Fix_urgent_amphora_two way_auth_security_bug.patch | (download) |
octavia/cmd/agent.py |
3 2 + 1 - 0 ! |
[patch] fix urgent amphora two-way auth security bug The value of gunicorn's option 'cert_reqs` for client-cert requirement does not take a boolean, but rather `ssl.CERT_REQUIRED` which is `2`. . Story: 2006660 Task: 36916 |
Fix_template_that_generates_vrrp_check_script.patch | (download) |
octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 |
2 1 + 1 - 0 ! |
[patch] fix template that generates vrrp check script Correct the inline comment to not include an empty new line at the start of generated /var/lib/octavia/vrrp/check_script.sh that leads to this kind of error: . > Aug 26 11:49:32 amphora-12184e15-1ec3-4d80-98a7-c7d1ddb6716f > Keepalived_vrrp[15265]: Error exec-ing command > '/var/lib/octavia/vrrp/check_script.sh', error 8: Exec format error Date: Mon, 26 Aug 2019 13:50:42 +0200 |