1
0
forked from pool/aws-efs-utils
Commit Graph

13 Commits

Author SHA256 Message Date
Dominique Leuenberger
0764d1d73d Accepting request 770797 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/770797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-efs-utils?expand=0&rev=5
2020-02-07 14:55:56 +00:00
2d5ab114d2 Accepting request 769551 from home:dimstar:Factory
Shortcut through -mini

OBS-URL: https://build.opensuse.org/request/show/769551
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=12
2020-02-07 08:21:35 +00:00
Dominique Leuenberger
5a093fd46a Accepting request 757622 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/757622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-efs-utils?expand=0&rev=4
2019-12-18 13:45:06 +00:00
078182762e Accepting request 757620 from home:glaubitz:branches:Cloud:Tools
- Update to version 1.17
  + Added support for Python 3
- Enable testsuite which now passes on Python 3
- Update BuildRequires from requirements.txt

OBS-URL: https://build.opensuse.org/request/show/757620
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=10
2019-12-17 20:54:30 +00:00
34357925cf Accepting request 754352 from home:glaubitz:branches:Cloud:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/754352
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=9
2019-12-05 14:41:25 +00:00
Dominique Leuenberger
1efbd179f6 Accepting request 692718 from Cloud:Tools
- 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/692718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-efs-utils?expand=0&rev=3
2019-04-11 06:47:58 +00:00
96a69a286a Accepting request 692715 from home:glaubitz:branches:Cloud:Tools
- 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
2019-04-09 23:57:36 +00:00
Dominique Leuenberger
3f690abee4 Accepting request 691287 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/691287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-efs-utils?expand=0&rev=2
2019-04-04 10:07:59 +00:00
37b1e47732 Accepting request 690895 from home:glaubitz:branches:Cloud:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/690895
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=5
2019-04-03 15:51:34 +00:00
Stephan Kulow
09fc971e57 Accepting request 676163 from Cloud:Tools
- New package to make it easier to mount EFS file systems in AWS

OBS-URL: https://build.opensuse.org/request/show/676163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-efs-utils?expand=0&rev=1
2019-02-28 20:39:30 +00:00
7b71c48d9c - Fix package name
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=3
2019-02-14 15:14:25 +00:00
8416786f10 - Rename from amazon-efs-utils to aws-efs-utils
- Support Python 3.2 and later
  + Add efs-switchparser.patch
  + SafeConfigParser is no longer available, use ConfigParser

- Ensure neutrality of descriptions.

- Initial build (bsc#1101451, fate#327220, bsc#1124652, fate#327221)
  + Version 1.5

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=2
2019-02-14 14:55:07 +00:00
1aa665ea16 osc copypac from project:Cloud:Tools package:amazon-efs-utils revision:3
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=1
2019-02-14 14:50:21 +00:00