mirror of https://github.com/CISOfy/lynis.git
Updated date and log
This commit is contained in:
parent
2d0c684931
commit
a881c803e2
|
@ -13,6 +13,7 @@
|
||||||
- INSE-8300 - Presence of rsh client
|
- INSE-8300 - Presence of rsh client
|
||||||
- INSE-8302 - Presence of rsh server
|
- INSE-8302 - Presence of rsh server
|
||||||
- Detect equery binary detection
|
- Detect equery binary detection
|
||||||
|
- New 'generate' command
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- AUTH-9278 - Test LDAP in all PAM components on Red Hat and other systems
|
- AUTH-9278 - Test LDAP in all PAM components on Red Hat and other systems
|
||||||
|
|
4
lynis
4
lynis
|
@ -35,8 +35,8 @@
|
||||||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||||
|
|
||||||
# Version details
|
# Version details
|
||||||
PROGRAM_RELEASE_DATE="2019-03-29"
|
PROGRAM_RELEASE_DATE="2019-04-13"
|
||||||
PROGRAM_RELEASE_TIMESTAMP=1553157295
|
PROGRAM_RELEASE_TIMESTAMP=1555154865
|
||||||
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
||||||
PROGRAM_VERSION="2.7.4"
|
PROGRAM_VERSION="2.7.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue