SHA256
1
0
forked from pool/vsftpd
Commit Graph

51 Commits

Author SHA256 Message Date
bf16e86507 Accepting request 183859 from home:elvigia:branches:network
- build with OPENSSL_NO_SSL_INTERN this hides internal struct
  members or functions that if changed in future openssl versions
  will break the ABI of the calling applications.

OBS-URL: https://build.opensuse.org/request/show/183859
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=57
2013-07-22 09:06:23 +00:00
Michal Vyskocil
4d064f5b44 Accepting request 162590 from home:mvyskocil:branches:network
- add vsftpd-enable-dev-log-sendto.patch (bnc#812406#c1)
  * this enabled a sendto on /dev/log socket when syslog is enabled
- provide more verbose explanation about isolate_network and seccomp_sanbox in
  config file template
- don't install init file on openSUSE 13.1+
- drop a build support for SL 10 and older

- add vsftpd-drop-newpid-from-clone.patch (bnc#786024#c38)
  * drop CLONE_NEWPID from clone to enable audit system
- add vsftpd-enable-fcntl-f_setfl.patch (bnc#812406)
  * unconditionally enable F_SETFL patch - might be safe to do

OBS-URL: https://build.opensuse.org/request/show/162590
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=55
2013-04-04 10:09:44 +00:00
Ismail Dönmez
8ba24f68c9 Accepting request 157236 from home:lnussel:branches:network
- add isolate_network and seccomp_sandbox options to template to make them
  easier to find (bnc#786024)

OBS-URL: https://build.opensuse.org/request/show/157236
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=53
2013-03-06 18:42:15 +00:00
Michal Vyskocil
861f8bae8f - add vsftpd-allow-dev-log-socket.patch (bnc#786024)
* whitelist /dev/log related socket syscall

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=51
2013-02-28 13:31:50 +00:00
Michal Vyskocil
a423e9b8bd Accepting request 143938 from home:sbrabec:gpg-offline-verify
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------

OBS-URL: https://build.opensuse.org/request/show/143938
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=49
2012-12-18 10:10:02 +00:00
Sascha Peilicke
5c7f501f37 Accepting request 142025 from home:dimstar:branches:network
- Fix useradd invocation: -o is useless without -u and newer
  versions of pwdutils/shadowutils fail on this now.

Error masked by7 || :

OBS-URL: https://build.opensuse.org/request/show/142025
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=47
2012-11-20 09:46:06 +00:00
Michal Vyskocil
cc0b3b4805 - 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
2012-10-22 13:40:00 +00:00
Michal Vyskocil
6b7e1c71a7 remove unused sandbox patch
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=43
2012-08-28 13:15:01 +00:00
Michal Vyskocil
e34dbaa3d7 - make seccomp sandbox enabled by default
* dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=42
2012-08-24 07:10:05 +00:00
Michal Vyskocil
afb6927f52 Accepting request 115133 from home:aljex:branches:network
Fix building on x86_64 OS 11.4 and older.

OBS-URL: https://build.opensuse.org/request/show/115133
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=40
2012-04-24 13:17:54 +00:00
Michal Vyskocil
cf83fc9250 - update to upstream 3.0.0:
* Make listen mode the default.
  * Fix missing "const" in ssl.c
  * Add seccompsandbox.c to support a seccomp filter sandbox; works against
    Ubuntu 12.04 ABI.
  * Rearrange ftppolicy.c a bit so the syscall list is easily comparable with
    seccompsandbox.c
  * Rename deprecated "sandbox" to "ptrace_sandbox".
  * Add a few more state checks to the privileged helper processes.
  * Add tunable "seccomp_sandbox", default on.
  * Use hardened build flags.
  * Retry creating a PASV socket upon port reuse race between bind() and
    listen(), patch from Ralph Wuerthner <ralph.wuerthner@de.ibm.com>.
  * Don't die() if recv() indicates a closed remote connection. Problem report
    on a Windows client from Herbert van den Bergh,
    <herbert.van.den.bergh@oracle.com>.
  * Add new config setting "allow_writeable_chroot" to help people in a bit of
    a spot with the v2.3.5 defensive change. Only applies to non-anonymous.
  * Remove a couple of fixed things from BUGS.
  * strlen() trunction fix -- no particular impact.
  * Apply some tidyups from mmoufid@yorku.ca.
  * Fix delete_failed_uploads if there is a timeout. Report from Alejandro
    Hernández Hdez <aalejandrohdez@gmail.com>.
  * Fix other data channel bugs such as failure to log failure upon timeout.
  * Use exit codes a bit more consistently.
  * Fix bad interaction between SSL and trans_chunk_size.
  * Redo data timeout to fire properly for SSL sessions.
  * Redo idle timeout to fire properly for SSL sessions.
  * Make sure PROT_EXEC isn't allowed, thanks to Will Drewry for noticing.
  * Use 10 minutes as a max linger time just in case an alarm gets lost.
  * Change PR_SET_NO_NEW_PRIVS define, from Kees Cook.
  * Add AES128-SHA to default SSL cipher suites for FileZilla compatibility.
    Unfortunately the default vsftpd SSL confiuration still doesn't fully work with
    FileZilla, because FileZilla has a data connection security problem: no client
    certificate presentation and no session reuse. At least the error message is
    now very clear.
  * Add restart_syscall to seccomp policy. Triggers reliably if you strace whilst
    a data transfer is in progress.
  * Fix delete_failed_uploads for anonymous sessions.
  * Don't listen for urgent data if the control connection is SSL, due to possible
    protocol synchronization issues.
- SUSE specific changes:
  * turn off the listen mode (listen=NO) by default and change README.SUSE
  * merge new hardended flags for build and linking
  * fix the wrong Type=forking from systemd service file
  * turn off the seccomp_sandbox off by default as SUSE kernel does not support
    it (yet)

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=38
2012-04-11 12:03:42 +00:00
Michal Vyskocil
b0fe1b3a11 - add $local_fs and $remote_fs to init script
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=36
2012-02-21 11:17:29 +00:00
Michal Vyskocil
a3f253c076 add forgotten vsftpd.service
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=35
2012-02-21 11:09:27 +00:00
Michal Vyskocil
f9dd88708e - follow Systemd Packaging guidelines
http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=34
2012-02-21 10:52:18 +00:00
Michal Vyskocil
e5b3faff0a - revert a part oc changes utf converting
ˇ IPv6 support, so drop our patch
  ˇ Many bugfixes and tunings
  ˇ Build fixes

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=33
2012-02-15 16:46:06 +00:00
Michal Vyskocil
468d05d65a OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=32 2012-02-15 16:43:49 +00:00
Michal Vyskocil
e020b9f862 - use the original tarball, because the bz2 repacking madness disables
gpg --verify

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=31
2012-02-15 16:42:34 +00:00
Cristian Rodríguez
9b2771a587 Accepting request 98058 from home:AndreasStieger:branches:network
- update to upstream 2.3.5:
- convert .changes file to unicode
- refresh vsftpd-2.0.4-conf.diff to vsftpd-2.3.5-conf.patch
- name patches explicitly without macro as per recommendations
- remove INSTALL file from binary package
- update license to GPL-2.0+
- mark /etc/sysconfig/SuSEfirewall2/services/vsftpd as config file

OBS-URL: https://build.opensuse.org/request/show/98058
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=30
2011-12-25 22:14:07 +00:00
Cristian Rodríguez
e1b264f17e Accepting request 93775 from home:elvigia:branches:network
- fis copy/paste error in previous change 

- Add systemd unit

OBS-URL: https://build.opensuse.org/request/show/93775
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=29
2011-11-27 20:24:40 +00:00
Michal Vyskocil
20f58e7e8a trigger service run
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=28
2011-10-11 10:14:47 +00:00
OBS User buildservice-autocommit
cbab1585ac Accepting request 84442 from network
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/84442
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=27
2011-09-22 12:48:07 +00:00
Michal Vyskocil
3f0e2115fc - 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
2011-09-22 11:33:04 +00:00
OBS User buildservice-autocommit
79e70eb1af Updating link to change in openSUSE:Factory/vsftpd revision 24.0
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=0a68bc0bf78b50dd791a9d607fad70d1
2011-02-25 10:57:21 +00:00
Cristian Rodríguez
7d3d450ec2 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
2011-02-25 01:39:16 +00:00
OBS User buildservice-autocommit
d77971a489 Updating link to change in openSUSE:Factory/vsftpd revision 21.0
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=fd23e483ffedafa38a37842f003f7bd2
2010-09-21 21:42:38 +00:00
OBS User autobuild
88cf4973ab Accepting request 48701 from network
checked in (request 48701)

OBS-URL: https://build.opensuse.org/request/show/48701
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=15
2010-09-21 21:42:37 +00:00
Cristian Rodríguez
edd32a8418 Accepting request 48700 from home:elvigia:branches:network
OBS-URL: https://build.opensuse.org/request/show/48700
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=14
2010-09-21 16:41:38 +00:00
OBS User buildservice-autocommit
55a2a44d4c Updating link to change in openSUSE:Factory/vsftpd revision 20.0
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=2007039d4c13dfac4779f954e34b8476
2010-08-13 00:40:10 +00:00
OBS User autobuild
0ea8a10129 Accepting request 45399 from network
checked in (request 45399)

OBS-URL: https://build.opensuse.org/request/show/45399
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=13
2010-08-13 00:40:09 +00:00
4961c8276d Accepting request 45245 from home:elvigia:branches:network
Copy from home:elvigia:branches:network/vsftpd via accept of submit request 45245 revision 2.
Request was accepted with message:
Reviewed ok, thanks!

OBS-URL: https://build.opensuse.org/request/show/45245
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=12
2010-08-11 15:31:04 +00:00
OBS User autobuild
a367833e69 Accepting request 40900 from network
checked in (request 40900)

OBS-URL: https://build.opensuse.org/request/show/40900
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=11
2010-05-31 16:20:58 +00:00
Michal Seben
06f3ce81a4 Accepting request 40625 from home:elvigia:branches:network
Copy from home:elvigia:branches:network/vsftpd via accept of submit request 40625 revision 2.
Request was accepted with message:
thanks again :)

OBS-URL: https://build.opensuse.org/request/show/40625
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=10
2010-05-31 09:16:46 +00:00
OBS User buildservice-autocommit
7b3e586791 Updating link to change in openSUSE:Factory/vsftpd revision 16.0
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=5fbe90ff962c65eb8fc590cc02bf7604
2010-04-16 08:42:19 +00:00
OBS User autobuild
f24a260a84 Accepting request 38025 from network
checked in (request 38025)

OBS-URL: https://build.opensuse.org/request/show/38025
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=9
2010-04-16 08:42:18 +00:00
Michal Seben
341f12808c * Change "File receive OK." to "Transfer complete." to placate some broken
clients. Thanks Holger Kiehl <Holger.Kiehl@dwd.de>.
  * Fix erroneous "child died" upon FTP client connect, when under load. Awesome
	thanks to Holger Kiehl <Holger.Kiehl@dwd.de> for running diagnostic tests on
	his live server.
  * Boot the session if an overly long line is encountered.
- see Changelog file for changes in 2.1.0, 2.1.1, 2.1.2 and 2.2.0 releases

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=8
2010-04-16 06:40:04 +00:00
Michal Seben
1862a11661 Accepting request 37575 from server:ftp
Copy from server:ftp/vsftpd via accept of submit request 37575 revision 4.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/37575
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=7
2010-04-09 15:17:29 +00:00
OBS User buildservice-autocommit
b19d8512cb Updating link to change in openSUSE:Factory/vsftpd revision 15.0
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=0371a00ee3c761d85f8608cd451494c6
2010-03-18 15:34:31 +00:00
OBS User autobuild
709fdca097 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=15 2010-03-18 15:34:31 +00:00
OBS User autobuild
a990a427e6 Accepting request 30749 from network
Copy from network/vsftpd based on submit request 30749 from user mseben

OBS-URL: https://build.opensuse.org/request/show/30749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=14
2010-01-29 16:57:14 +00:00
OBS User autobuild
c8a6c3d09c Accepting request 30297 from network
Copy from network/vsftpd based on submit request 30297 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/30297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=13
2010-01-25 15:41:53 +00:00
OBS User unknown
1021706daa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=11 2008-09-15 13:56:22 +00:00
OBS User unknown
5d7e7a661d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=10 2008-09-13 10:26:56 +00:00
OBS User unknown
e6d7caf088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=9 2008-06-25 22:23:20 +00:00
OBS User unknown
a1d374a745 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=8 2008-05-04 23:14:37 +00:00
OBS User unknown
7f1e1a18cb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=7 2008-04-30 10:01:41 +00:00
OBS User unknown
e5b2f18f1d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=6 2008-04-01 20:44:25 +00:00
OBS User unknown
e7d1ad238b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=5 2008-03-12 11:27:53 +00:00
OBS User unknown
084d365052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=4 2007-03-28 00:25:33 +00:00
OBS User unknown
4ddf4dfde9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=3 2007-03-02 09:41:42 +00:00
OBS User unknown
4bae5c38b7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=2 2007-03-01 20:05:20 +00:00