SHA256
1
0
forked from pool/vsftpd
Commit Graph

126 Commits

Author SHA256 Message Date
Stephan Kulow
fa0b1f8c7e Accepting request 235383 from network
- Cleanup with spec-cleaner
- Remove conditions about init files as we do not build for < 12.1
  anyway.
- Update the README.SUSE file to describe more the listen option.

- Add socket service for vsftpd to avoid the need for xinetd here.

- Add comment about listen variables for xinetd configuration.
  Fixes bnc#872221.
- Add default configuration as arg to xinetd started vsftpd.
- Updated patch:
  * vsftpd-2.0.4-xinetd.diff

OBS-URL: https://build.opensuse.org/request/show/235383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=43
2014-05-27 10:03:19 +00:00
Tomáš Chvátal
210c375786 - Cleanup with spec-cleaner
- Remove conditions about init files as we do not build for < 12.1
  anyway.
- Update the README.SUSE file to describe more the listen option.

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=63
2014-05-26 13:22:17 +00:00
Tomáš Chvátal
9c280be826 - Add socket service for vsftpd to avoid the need for xinetd here.
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=62
2014-05-26 13:00:04 +00:00
Tomáš Chvátal
66115111e4 - Add comment about listen variables for xinetd configuration.
Fixes bnc#872221.
- Add default configuration as arg to xinetd started vsftpd.
- Updated patch:
  * vsftpd-2.0.4-xinetd.diff

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=61
2014-05-26 12:48:36 +00:00
Stephan Kulow
68185af8ed Accepting request 229628 from network
- Move the enabling of timeofday and alarm one level deeper to
  be sure it is whitelisted everytime.
  Also should possibly fix bnc#872215.
- Updated patch:
  * vsftpd-enable-gettimeofday-sec.patch

- Remove forking from service type as it hangs in endless loop.

- Fix warning about dangling symlink on rcvsftpd from rpmlint and
  remove also clean section while at it.

- Add patch to allow gettimeofday and alarm calls with seccomp
  enabled. bnc#870122
- Added patch:
  * vsftpd-enable-gettimeofday-sec.patch

- Specify that the service type is forking

- changed license to SUSE-GPL-2.0-with-openssl-exception
  * suggested by legal team

- add allow_root_squashed_chroot option to enable chroot on nsf
  mounted with squash_root option (fate#311051)
  * vsftpd-root-squashed-chroot.patch (forwarded request 229627 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/229628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=42
2014-04-11 11:42:43 +00:00
Michal Hrusecky (old before rename to _miska_)
10243a939a Accepting request 229627 from home:scarabeus_iv
- Move the enabling of timeofday and alarm one level deeper to
  be sure it is whitelisted everytime.
  Also should possibly fix bnc#872215.
- Updated patch:
  * vsftpd-enable-gettimeofday-sec.patch

- Remove forking from service type as it hangs in endless loop.

- Fix warning about dangling symlink on rcvsftpd from rpmlint and
  remove also clean section while at it.

- Add patch to allow gettimeofday and alarm calls with seccomp
  enabled. bnc#870122
- Added patch:
  * vsftpd-enable-gettimeofday-sec.patch

- Specify that the service type is forking

- changed license to SUSE-GPL-2.0-with-openssl-exception
  * suggested by legal team

- add allow_root_squashed_chroot option to enable chroot on nsf
  mounted with squash_root option (fate#311051)
  * vsftpd-root-squashed-chroot.patch

OBS-URL: https://build.opensuse.org/request/show/229627
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=59
2014-04-10 13:24:27 +00:00
Stephan Kulow
5f771a3cf6 Accepting request 183971 from 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. (forwarded request 183859 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/183971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=40
2013-07-22 12:56:49 +00:00
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
Stephan Kulow
6a3abd6e08 Accepting request 162591 from 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 (forwarded request 162590 from mvyskocil)

OBS-URL: https://build.opensuse.org/request/show/162591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=39
2013-04-05 05:43:21 +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
Stephan Kulow
40abef61e5 Accepting request 157548 from network
- add isolate_network and seccomp_sandbox options to template to make them
  easier to find (bnc#786024) (forwarded request 157236 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/157548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=38
2013-03-07 06:35:30 +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
Stephan Kulow
1265a2b4ae Accepting request 156829 from network
PLEASE COPY TO 12.3!
- add vsftpd-allow-dev-log-socket.patch (bnc#786024)
  * whitelist /dev/log related socket syscall

OBS-URL: https://build.opensuse.org/request/show/156829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=37
2013-03-01 08:06:02 +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
Stephan Kulow
0a4005396e Accepting request 145730 from network
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
-----------------
 (forwarded request 143938 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/145730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=35
2012-12-19 12:42:31 +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
Stephan Kulow
7dba396ae8 Accepting request 142032 from network
- Fix useradd invocation: -o is useless without -u and newer
  versions of pwdutils/shadowutils fail on this now.

Error masked by7 || : (forwarded request 142025 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/142032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=34
2012-11-20 19:19:24 +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
Stephan Kulow
112be97403 Accepting request 138998 from network
- 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/request/show/138998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=33
2012-10-24 05:19:35 +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
Stephan Kulow
d195e8e869 Accepting request 131864 from network
- make seccomp sandbox enabled by default
  * dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch

OBS-URL: https://build.opensuse.org/request/show/131864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=32
2012-08-31 08:02:42 +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
Stephan Kulow
1f1a63d012 Accepting request 116233 from network
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/116233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=30
2012-05-08 04:49: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
Stephan Kulow
a6cf2efa47 Accepting request 113215 from network
- 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.

OBS-URL: https://build.opensuse.org/request/show/113215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=29
2012-04-12 07:55:49 +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
Stephan Kulow
c2aa5ce3b4 Accepting request 106294 from network
- follow Systemd Packaging guidelines
  http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
- add $local_fs and $remote_fs to init script

- use the original tarball, because the bz2 repacking madness disables
  gpg --verify
- revert a part oc changes utf converting

- update to upstream 2.3.5:
  * Try and force glibc to cache zoneinfo files in an attempt to work around
    glibc parsing vulnerability. Thanks to Kingcope.
  * Only report CHMOD in SITE HELP if it's enabled. Thanks to Martin Schwenke
    <martin@meltin.net>.
  * Some simple fixes and cleanups from Thorsten Brehm <tbrehm@dspace.de>.
  * Only advertise "AUTH SSL" if one of SSLv2, SSLv3 is enabled. Thanks to
    steve willing <eiji-gravion@hotmail.com>.
  * Handle connect() failures properly. Thanks to Takayuki Nagata
    <tnagata@redhat.com>.
  * Add stronger checks for the configuration error of running with a
    writeable root directory inside a chroot(). This may bite people who
    carelessly turned on chroot_local_user but such is life.
- 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

- fis copy/paste error in previous change

OBS-URL: https://build.opensuse.org/request/show/106294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=28
2012-02-22 14:55: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
Sascha Peilicke
f824c15238 Autobuild autoformatter for 84442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=26
2011-09-22 12:48:12 +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
Sascha Peilicke
cb25971f02 Accepting request 84442 from network
- 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
2011-09-22 12:48:06 +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
Sascha Peilicke
d66ce68241 Autobuild autoformatter for 62761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=24
2011-02-25 10:57:21 +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
Sascha Peilicke
9441dff225 Accepting request 62761 from network
Accepted submit request 62761 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/62761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=23
2011-02-25 10:57:14 +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 autobuild
29011c873e Accepting request 48701 from network
Copy from network/vsftpd based on submit request 48701 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/48701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=21
2010-09-21 21:42:38 +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 autobuild
1c5bc48896 Accepting request 45399 from network
Copy from network/vsftpd based on submit request 45399 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/45399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=20
2010-08-13 00:40:10 +00:00