forked from pool/vsftpd
Accepting request 62760 from home:elvigia:branches:network
OBS-URL: https://build.opensuse.org/request/show/62760 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=17
This commit is contained in:
parent
d77971a489
commit
7d3d450ec2
13
_service
Normal file
13
_service
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="protocol">ftp</param>
|
||||
<param name="host">vsftpd.beasts.org</param>
|
||||
<param name="path">/users/cevans/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>
|
3
_service:download_url:vsftpd-2.3.4.tar.gz
Normal file
3
_service:download_url:vsftpd-2.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b466edf96437afa2b2bea6981d4ab8b0204b83ca0a2ac94bef6b62b42cc71a5a
|
||||
size 187043
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e08489acc07a3f4279783f7ee50c30a6de2c9a61e435b0650ae3ddd135791df
|
||||
size 137529
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 01:37:38 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Update to 2.3.4
|
||||
- Avoid consuming excessive CPU when matching filenames to patterns. Thanks to
|
||||
Maksymilian Arciemowicz <cxib@securityreason.com>.
|
||||
- Some bugfixes from Raphaël Rigo <raphael.rigo@syscall.eu> -- good bugs but
|
||||
no apparent security impact.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 21 16:31:39 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
|
@ -25,13 +25,13 @@ BuildRequires: libcap
|
||||
%else
|
||||
BuildRequires: libcap-devel
|
||||
%endif
|
||||
Version: 2.3.2
|
||||
Version: 2.3.4
|
||||
Release: 1
|
||||
Summary: Very Secure FTP Daemon - Written from Scratch
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/Ftp/Servers
|
||||
Url: http://vsftpd.beasts.org
|
||||
Source: %name-%version.tar.bz2
|
||||
Source: %name-%version.tar.gz
|
||||
Source1: %name.pam
|
||||
Source2: %name.logrotate
|
||||
Source3: %name.init
|
||||
|
Loading…
Reference in New Issue
Block a user