forked from pool/vsftpd
cb25971f02
- 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 OBS-URL: https://build.opensuse.org/request/show/84442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=25
12 lines
481 B
Plaintext
12 lines
481 B
Plaintext
<services>
|
|
<service name="download_url">
|
|
<param name="protocol">https</param>
|
|
<param name="host">security.appspot.com</param>
|
|
<param name="path">/downloads/vsftpd-2.3.4.tar.gz</param>
|
|
</service>
|
|
<service name="verify_file">
|
|
<param name="file">_service:download_url:vsftpd-2.3.4.tar.gz</param>
|
|
<param name="verifier">sha256</param>
|
|
<param name="checksum">b466edf96437afa2b2bea6981d4ab8b0204b83ca0a2ac94bef6b62b42cc71a5a</param>
|
|
</service>
|
|
</services> |