Merge pull request #26 in IAAS/cis-hardening from dev/kevin.tanguy/packagebump to master

* commit '11ab51679bcb5cac893a190d1db22aebdc56ece0':
  Debian package revision bump 1.0-11
This commit is contained in:
Thibault Dewailly 2017-06-08 09:41:43 +02:00
commit fae0c5a64b
3 changed files with 19 additions and 7 deletions

11
debian/changelog vendored
View File

@ -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 <kevin.tanguy@ovh.net> 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

View File

@ -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

8
debian/control vendored
View File

@ -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.