diff --git a/debian/changelog b/debian/changelog index 38832a2..d072bd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +cis-hardening (1.0-11) jessie; urgency=low + + * fixed option name in 9.3.9_disable_sshd_permitemptypasswords.sh + * [10.2] Fixed result parsing in case of spaces in passwd list + * [Debian 8] Fixed comments for debian 8 compliance + * [10.1.3] set the good value for $OPTIONS + * set a fixed-size prefix for logger + * handle ENOENT properly in does_pattern_exist_in_file\(\) + + -- Kevin Tanguy Mon, 05 Jun 2017 14:32:56 +0200 + cis-hardening (1.0-10) wheezy; urgency=low * Script output should be useful with pipe or redirection diff --git a/debian/cis-hardening.8 b/debian/cis-hardening.8 index 19510aa..a613765 100644 --- a/debian/cis-hardening.8 +++ b/debian/cis-hardening.8 @@ -1,10 +1,10 @@ -.TH "CIS Debian 7 Hardening" 8 "OVH Group" +.TH "CIS Debian 7/8 Hardening" 8 "OVH Group" .SH NAME -cis-hardening - CIS Debian 7 Hardening +cis-hardening - CIS Debian 7/8 Hardening .PP .SH DESCRIPTION .PP -Modular Debian 7 security hardening scripts based on cisecurity.org \[la]https://www.cisecurity.org\[ra] +Modular Debian 7/8 security hardening scripts based on cisecurity.org \[la]https://www.cisecurity.org\[ra] recommendations. We use it at OVH \[la]https://www.ovh.com\[ra] to harden our PCI\-DSS infrastructure. .PP .RS @@ -148,6 +148,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .nf **Center for Internet Security**: https://www.cisecurity.org/ **CIS recommendations**: https://benchmarks.cisecurity.org/downloads/show\-single/index.cfm?file=debian7.100 + **CIS recommendations**: https://benchmarks.cisecurity.org/downloads/show\-single/index.cfm?file=debian8.100 .fi .RE .SH License diff --git a/debian/control b/debian/control index 3f3baf0..892686c 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Vcs-Browser: https://github.com/ovh/debian-cis/ Package: cis-hardening Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, bash, bc -Description: Suite of configurable scripts to audit or harden a Debian Wheezy. - Modular Debian 7 security hardening scripts based on cisecurity.org - ⟨cisecurity.org⟩ recommendations. We use it at OVH ⟨https://ovh.com⟩ to +Depends: ${shlibs:Depends}, ${misc:Depends}, bash, bc, patch +Description: Suite of configurable scripts to audit or harden a Debian Wheezy or Jessie. + Modular Debian 7/8 security hardening scripts based on cisecurity.org + ⟨cisecurity.org⟩ recommendations. We use it at OVH ⟨https://www.ovh.com⟩ to harden our PCI-DSS infrastructure.