Robert Schweikert
d5ab4ffe49
- Update to version 1.7 + subprocess usage: explicitly pass `close_fds = True` + state_file_dir: choose safe default mode, make mode configurable + choose_tls_port(): reuse socket and explicitly close it in all cases + watchdog: be robust against unrelated localhost based nfs mounts - Drop hardening patches merged upstream + 0001-subprocess-usage-explicitly-pass-close_fds-True.patch + 0002-state_file_dir-choose-safe-default-mode-make-mode-co.patch + 0003-pytest-adjust-tests-to-new-state_file_dir_mode-confi.patch + 0004-choose_tls_port-reuse-socket-and-explicitly-close-it.patch + 0005-watchdog-be-robust-against-unrelated-localhost-based.patch - from version 1.6 + fix for additional unexpected arguments + add test for additional unexpected arguments OBS-URL: https://build.opensuse.org/request/show/692715 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=7
51 lines
2.3 KiB
Plaintext
51 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 9 22:29:17 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to version 1.7
|
|
+ subprocess usage: explicitly pass `close_fds = True`
|
|
+ state_file_dir: choose safe default mode, make mode configurable
|
|
+ choose_tls_port(): reuse socket and explicitly close it in all cases
|
|
+ watchdog: be robust against unrelated localhost based nfs mounts
|
|
- Drop hardening patches merged upstream
|
|
+ 0001-subprocess-usage-explicitly-pass-close_fds-True.patch
|
|
+ 0002-state_file_dir-choose-safe-default-mode-make-mode-co.patch
|
|
+ 0003-pytest-adjust-tests-to-new-state_file_dir_mode-confi.patch
|
|
+ 0004-choose_tls_port-reuse-socket-and-explicitly-close-it.patch
|
|
+ 0005-watchdog-be-robust-against-unrelated-localhost-based.patch
|
|
- from version 1.6
|
|
+ fix for additional unexpected arguments
|
|
+ add test for additional unexpected arguments
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 3 08:38:34 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Include hardening and robustness fixes from security audit (bsc#1125133)
|
|
+ 0001-subprocess-usage-explicitly-pass-close_fds-True.patch
|
|
+ 0002-state_file_dir-choose-safe-default-mode-make-mode-co.patch
|
|
+ 0003-pytest-adjust-tests-to-new-state_file_dir_mode-confi.patch
|
|
+ 0004-choose_tls_port-reuse-socket-and-explicitly-close-it.patch
|
|
+ 0005-watchdog-be-robust-against-unrelated-localhost-based.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 14:54:30 UTC 2019 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Rename from amazon-efs-utils to aws-efs-utils
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 00:56:12 UTC 2019 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Support Python 3.2 and later
|
|
+ Add efs-switchparser.patch
|
|
+ SafeConfigParser is no longer available, use ConfigParser
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 11 18:20:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Ensure neutrality of descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 9 09:21:23 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Initial build (bsc#1101451, fate#327220, bsc#1124652, fate#327221)
|
|
+ Version 1.5
|