SHA256
1
0
forked from pool/vsftpd

- change the url and service file to the new location at

security.appspot.com/vsftpd

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=20
This commit is contained in:
Michal Vyskocil 2011-09-22 11:33:04 +00:00 committed by Git OBS Bridge
parent 79e70eb1af
commit 3f0e2115fc
4 changed files with 14 additions and 7 deletions

View File

@ -1,9 +1,8 @@
<?xml version="1.0" ?>
<services> <services>
<service name="download_url"> <service name="download_url">
<param name="protocol">ftp</param> <param name="protocol">https</param>
<param name="host">vsftpd.beasts.org</param> <param name="host">security.appspot.com</param>
<param name="path">/users/cevans/vsftpd-2.3.4.tar.gz</param> <param name="path">/downloads/vsftpd-2.3.4.tar.gz</param>
</service> </service>
<service name="verify_file"> <service name="verify_file">
<param name="file">_service:download_url:vsftpd-2.3.4.tar.gz</param> <param name="file">_service:download_url:vsftpd-2.3.4.tar.gz</param>

View File

@ -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 Fri Feb 25 01:37:38 UTC 2011 - crrodriguez@opensuse.org

View File

@ -9,6 +9,6 @@
create 600 root root create 600 root root
sharedscripts sharedscripts
postrotate postrotate
killall -HUP vsftpd /sbin/killproc -HUP /usr/sbin/vsftpd
endscript endscript
} }

View File

@ -30,7 +30,7 @@ Release: 1
Summary: Very Secure FTP Daemon - Written from Scratch Summary: Very Secure FTP Daemon - Written from Scratch
License: GPLv2+ License: GPLv2+
Group: Productivity/Networking/Ftp/Servers Group: Productivity/Networking/Ftp/Servers
Url: http://vsftpd.beasts.org Url: https://security.appspot.com/vsftpd.html
Source: %name-%version.tar.gz Source: %name-%version.tar.gz
Source1: %name.pam Source1: %name.pam
Source2: %name.logrotate Source2: %name.logrotate