forked from pool/vsftpd
- update to 3.0.2 (bnc#786024)
* Fix some seccomp related build errors on certain CentOS and Debian versions. * Seccomp filter sandbox: missing munmap() -- oops. Did you know that qsort() opens and maps /proc/meminfo but only for larger item counts? * Seccomp filter sandbox: deny socket() gracefully for text_userdb_names. * Fix various NULL crashes with nonsensical config settings. Noted by Tianyin Xu <tixu@cs.ucsd.edu>. * Force cast to unsigned char in is* char functions. * Fix harmless integer issues in strlist.c. * Started on a (possibly ill-advised?) crusade to compile cleanly with Wconversion. Decided to suspend the effort half-way through. * One more seccomp policy fix: mremap (denied). * Support STOU with no filename, uses a STOU. prefix. OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=45
This commit is contained in:
parent
6b7e1c71a7
commit
cc0b3b4805
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef70205dcd0c7f03b008b9578fb44c0cbe31e66daab8cfafb9904747c17fc2a8
|
|
||||||
size 193166
|
|
3
vsftpd-3.0.2.tar.gz
Normal file
3
vsftpd-3.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be46f0e2c5528fe021fafc8dab1ecfea0c1f183063a06977f8537fcd0b195e56
|
||||||
|
size 192808
|
7
vsftpd-3.0.2.tar.gz.asc
Normal file
7
vsftpd-3.0.2.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlBYSB8ACgkQqmLsRjwOdRwyzACdEOSXJgLVmiIZHZ/dFJfchX1R
|
||||||
|
Z3cAnjkRO3++zgZuG+CQ+FJx745IlazL
|
||||||
|
=UTJs
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 22 13:38:57 UTC 2012 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
- update to 3.0.2 (bnc#786024)
|
||||||
|
* Fix some seccomp related build errors on certain CentOS and Debian versions.
|
||||||
|
* Seccomp filter sandbox: missing munmap() -- oops. Did you know that qsort()
|
||||||
|
opens and maps /proc/meminfo but only for larger item counts?
|
||||||
|
* Seccomp filter sandbox: deny socket() gracefully for text_userdb_names.
|
||||||
|
* Fix various NULL crashes with nonsensical config settings. Noted by Tianyin
|
||||||
|
Xu <tixu@cs.ucsd.edu>.
|
||||||
|
* Force cast to unsigned char in is* char functions.
|
||||||
|
* Fix harmless integer issues in strlist.c.
|
||||||
|
* Started on a (possibly ill-advised?) crusade to compile cleanly with
|
||||||
|
Wconversion. Decided to suspend the effort half-way through.
|
||||||
|
* One more seccomp policy fix: mremap (denied).
|
||||||
|
* Support STOU with no filename, uses a STOU. prefix.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 24 07:07:55 UTC 2012 - mvyskocil@suse.cz
|
Fri Aug 24 07:07:55 UTC 2012 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@ -27,13 +27,13 @@ BuildRequires: libcap-devel
|
|||||||
%if 0%{?suse_version} > 1140
|
%if 0%{?suse_version} > 1140
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%endif
|
%endif
|
||||||
Version: 3.0.0
|
Version: 3.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Very Secure FTP Daemon - Written from Scratch
|
Summary: Very Secure FTP Daemon - Written from Scratch
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Ftp/Servers
|
Group: Productivity/Networking/Ftp/Servers
|
||||||
Url: https://security.appspot.com/vsftpd.html
|
Url: https://security.appspot.com/vsftpd.html
|
||||||
Source: %name-%version.tar.gz
|
Source0: https://security.appspot.com/downloads/%{name}-%{version}.tar.gz
|
||||||
Source1: %name.pam
|
Source1: %name.pam
|
||||||
Source2: %name.logrotate
|
Source2: %name.logrotate
|
||||||
Source3: %name.init
|
Source3: %name.init
|
||||||
@ -41,6 +41,7 @@ Source4: README.SUSE
|
|||||||
Source5: %name.xml
|
Source5: %name.xml
|
||||||
Source6: %name.firewall
|
Source6: %name.firewall
|
||||||
Source7: vsftpd.service
|
Source7: vsftpd.service
|
||||||
|
Source1000: https://security.appspot.com/downloads/%{name}-%{version}.tar.gz.asc
|
||||||
Patch1: vsftpd-2.0.4-lib64.diff
|
Patch1: vsftpd-2.0.4-lib64.diff
|
||||||
Patch3: vsftpd-2.0.4-xinetd.diff
|
Patch3: vsftpd-2.0.4-xinetd.diff
|
||||||
Patch4: vsftpd-2.0.4-enable-ssl.patch
|
Patch4: vsftpd-2.0.4-enable-ssl.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user