diff --git a/.gitignore b/.gitignore index 9393f48..3369a5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /greenbone-security-assistant-6.0.3.tar.gz /greenbone-security-assistant-6.0.4.tar.gz +/greenbone-security-assistant-6.0.5.tar.gz diff --git a/openvas-gsa.logrotate b/openvas-gsa.logrotate index 1279bdc..f074777 100644 --- a/openvas-gsa.logrotate +++ b/openvas-gsa.logrotate @@ -6,6 +6,6 @@ delaycompress missingok postrotate - /bin/kill -HUP `pidof gsad` + /usr/bin/killall -HUP gsad > /dev/null 2>&1 || true endscript } diff --git a/openvas-gsa.spec b/openvas-gsa.spec index acbebcc..69877af 100644 --- a/openvas-gsa.spec +++ b/openvas-gsa.spec @@ -1,6 +1,6 @@ #This number is the sequence number on intevation.org to download a file -%global tar_download 2137 -%global tar_version 6.0.4 +%global tar_download 2173 +%global tar_version 6.0.5 %global up_name greenbone-security-assistant %global short_name gsad @@ -168,6 +168,10 @@ fi %changelog +* Sat Aug 22 2015 Michal Ambroz - 6.0.5-1 +- bump to OpenVas-8 version 6.0.5 +- 1254456 - fix logrotate script + * Wed Jul 15 2015 Michal Ambroz - 6.0.4-1 - bump to OpenVas-8 version 6.0.4 diff --git a/sources b/sources index fc9dc7a..cf2e1ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb3577daad10abad36c957fcf72ff87d greenbone-security-assistant-6.0.4.tar.gz +ee69ddbd449401ca85a25f50f28291ac greenbone-security-assistant-6.0.5.tar.gz