diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e35c6..97dc9e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.3.0 +### Enhancements +* Upgrade lmgrd and lmutil daemon to version 11.18.1. + ## v2.2.0 ### Enhancements diff --git a/README.md b/README.md index 2a04ac2..7654822 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A role to manage Flexlm daemon and licence/binaries files. * **flexlm__required_packages** : List of required packages requested as 'flexlm' dependencies [default : `[]`] * **flexlm__deploy_state** : The desired state this role should achieve. [default : `present`]. -* **flexlm__lmgrd_version** : Version of `lmgrd` to use [default : `11.16.2.1`]. +* **flexlm__lmgrd_version** : Version of `lmgrd` to use [default : `11.18.1`]. * **flexlm__lmgrd_source** : Source of the `lmgrd` bin to send [default : `usr/local/bin/lmgrd`]. * **flexlm__lmgrd_path** : The place to store `lmgrd` bin [default : `/usr/local/bin/lmgrd`]. * **flexlm__lmutil_source** : Source of the `lmutil` bin to send [default : `usr/local/bin/lmutil`]. diff --git a/defaults/main.yml b/defaults/main.yml index be2e2a8..df33a91 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -35,7 +35,7 @@ flexlm__deploy_state: 'present' # # A symlink will be create to ``lmgrd`` daemon to have a simpler name. # -flexlm__lmgrd_version: '11.16.2.1' +flexlm__lmgrd_version: '11.18.1' # ]]] # .. envvar:: flexlm__lmgrd_path [[[ diff --git a/files/usr/local/bin/lmgrd.11.18.1 b/files/usr/local/bin/lmgrd.11.18.1 new file mode 100755 index 0000000..efdac18 Binary files /dev/null and b/files/usr/local/bin/lmgrd.11.18.1 differ diff --git a/files/usr/local/bin/lmutil b/files/usr/local/bin/lmutil index 09113c8..9914aa3 100755 Binary files a/files/usr/local/bin/lmutil and b/files/usr/local/bin/lmutil differ diff --git a/files/usr/local/bin/lmutil.11.16.2.1 b/files/usr/local/bin/lmutil.11.16.2.1 new file mode 100755 index 0000000..09113c8 Binary files /dev/null and b/files/usr/local/bin/lmutil.11.16.2.1 differ diff --git a/files/usr/local/bin/lmutil.11.18.1 b/files/usr/local/bin/lmutil.11.18.1 new file mode 100755 index 0000000..9914aa3 Binary files /dev/null and b/files/usr/local/bin/lmutil.11.18.1 differ