diff --git a/_service b/_service index ad7e75e..9dfeaa2 100644 --- a/_service +++ b/_service @@ -1,13 +1,12 @@ - - ftp - vsftpd.beasts.org - /users/cevans/vsftpd-2.3.4.tar.gz + https + security.appspot.com + /downloads/vsftpd-2.3.4.tar.gz _service:download_url:vsftpd-2.3.4.tar.gz sha256 b466edf96437afa2b2bea6981d4ab8b0204b83ca0a2ac94bef6b62b42cc71a5a - + \ No newline at end of file diff --git a/vsftpd.changes b/vsftpd.changes index 6d4813a..9ea0ef7 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 22 11:17:04 UTC 2011 - mvyskocil@suse.cz + +- fix bnc#713588 - bogus logrotate config for vsftpd + call /sbin/killproc -HUP /usr/sbin/vsftpd like init script +- change the url and service file to the new location at + security.appspot.com/vsftpd + ------------------------------------------------------------------- Fri Feb 25 01:37:38 UTC 2011 - crrodriguez@opensuse.org diff --git a/vsftpd.logrotate b/vsftpd.logrotate index 323db6c..789a6b5 100644 --- a/vsftpd.logrotate +++ b/vsftpd.logrotate @@ -9,6 +9,6 @@ create 600 root root sharedscripts postrotate - killall -HUP vsftpd + /sbin/killproc -HUP /usr/sbin/vsftpd endscript } diff --git a/vsftpd.spec b/vsftpd.spec index 8164d26..71d2b7f 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -30,7 +30,7 @@ Release: 1 Summary: Very Secure FTP Daemon - Written from Scratch License: GPLv2+ Group: Productivity/Networking/Ftp/Servers -Url: http://vsftpd.beasts.org +Url: https://security.appspot.com/vsftpd.html Source: %name-%version.tar.gz Source1: %name.pam Source2: %name.logrotate