2019-12-05 15:41:25 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 5 11:42:38 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
- Update to version 1.16
|
|
|
|
+ Support Python 3 for tests
|
|
|
|
- from version 1.15
|
|
|
|
+ Properly support Python3
|
|
|
|
- from version 1.14
|
|
|
|
+ Tolerate EFS state directory existing during mount
|
|
|
|
- from version 1.13
|
|
|
|
+ Change watchdog configuration so it stops after all file systems are unmounted
|
|
|
|
- from version 1.12
|
|
|
|
+ Update stunnel idle timeout
|
|
|
|
* The default stunnel idle timeout is many hours. By setting it to a value based
|
|
|
|
on the NFS lease length we can recover from network partitions sooner.
|
|
|
|
- from version 1.11
|
|
|
|
+ Add support for RHEL8
|
|
|
|
* Fixes Python shebangs to work on systems without a default "python" version.
|
|
|
|
* Fixes watchdog process not being properly started on systemd systems.
|
|
|
|
- from version 1.10
|
|
|
|
+ Update to default configuration that disables OCSP
|
|
|
|
* To use OCSP, the client accessing EFS must be able to reach the Amazon Certificate
|
|
|
|
Authority (CA). To maximize file system availability in the event that the CA is
|
|
|
|
not reachable from your VPC, the EFS mount helper no longer enables OCSP by default.
|
|
|
|
- Don't enable testsuite as it is currently failing
|
|
|
|
+ https://github.com/aws/efs-utils/issues/24
|
|
|
|
- Drop patches merged upstream
|
|
|
|
+ efs-switchparser.patch
|
|
|
|
- Update BuildRequires from requirements.txt
|
|
|
|
|
2019-04-10 01:57:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-04-03 17:51:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-02-14 15:55:07 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 14 14:54:30 UTC 2019 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
|
|
|
|
- Rename from amazon-efs-utils to aws-efs-utils
|
|
|
|
|
2019-02-14 15:50:21 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|