SHA256
1
0
forked from pool/proftpd

Accepting request 174186 from network

update to 1.3.4c (forwarded request 174185 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/174186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proftpd?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2013-05-02 09:31:47 +00:00 committed by Git OBS Bridge
commit 5a1a9286f6
11 changed files with 46 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f659585cea90fc6af34a0ffae4a90e4ed37abe92dbd9b6c311f95a436c961cb
size 7647825

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAlAYE/wACgkQt46JP6URl2pIgQCgwqPzMUsUx++mlK/MFTzSRL1g
e1cAoNuD1fHAQ7eQppw0hSUp7vam416k
=Za9N
-----END PGP SIGNATURE-----

3
proftpd-1.3.4c.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb80dd422969b8c900920a30a56f5e272862275d244d3857a980f5f2386ea912
size 7689622

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAlE3iYYACgkQt46JP6URl2oSPgCfX4mzFaXUVYsHS8rz60GH7KzP
9WgAniLOpNU11NPtRAdviGnsuOLDmMGW
=Ocyb
-----END PGP SIGNATURE-----

View File

@ -38,7 +38,7 @@ Index: sample-configurations/basic.conf
# To prevent DoS attacks, set the maximum number of child processes # To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections # to 30. If you need to allow more than 30 concurrent connections
@@ -23,43 +33,190 @@ Umask 022 @@ -23,43 +33,192 @@ Umask 022
# in standalone mode, in inetd mode you should use an inetd server # in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service # that allows you to limit maximum number of processes per service
# (such as xinetd). # (such as xinetd).
@ -75,7 +75,9 @@ Index: sample-configurations/basic.conf
+ DeferWelcome on + DeferWelcome on
+ #DisplayConnect /etc/proftpd/msg + #DisplayConnect /etc/proftpd/msg
+ +
+ <IfModule mod_ident.c>
+ IdentLookups off + IdentLookups off
+ </IfModule>
+ UseFtpUsers off + UseFtpUsers off
+ RequireValidShell off + RequireValidShell off
+ +

View File

@ -13,7 +13,7 @@ Index: contrib/ftpasswd
my $shell_file = "/etc/shells"; my $shell_file = "/etc/shells";
my $default_cracklib_dict = "/usr/lib/cracklib_dict"; my $default_cracklib_dict = "/usr/lib/cracklib_dict";
my $cracklib_dict; my $cracklib_dict;
@@ -928,6 +928,46 @@ usage: $program [--help] [--hash|--group @@ -921,6 +921,46 @@ usage: $program [--help] [--hash|--group
--version --version
Displays the version of $program. Displays the version of $program.

View File

@ -76,5 +76,5 @@ Index: include/version.h
-#include "buildstamp.h" -#include "buildstamp.h"
- -
/* Application version (in various forms) */ /* Application version (in various forms) */
#define PROFTPD_VERSION_NUMBER 0x0001030406 #define PROFTPD_VERSION_NUMBER 0x0001030407
#define PROFTPD_VERSION_TEXT "1.3.4b" #define PROFTPD_VERSION_TEXT "1.3.4c"

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed May 1 20:35:19 UTC 2013 - chris@computersalat.de
- update to 1.3.4c
* Added Spanish translation.
* Fixed several mod_sftp issues, including SFTPPassPhraseProvider,
handling of symlinks for REALPATH requests, and response code logging.
* Fixed symlink race for creating directories when UserOwner is in effect.
* Increased performance of FTP directory listings.
- rebase and rename patches (remove version string)
* proftpd-1.3.4a-dist.patch -> proftpd-dist.patch
* proftpd-1.3.4a-ftpasswd.patch -> proftpd-ftpasswd.patch
* proftpd-1.3.4a-strip.patch -> proftpd-strip.patch
-------------------------------------------------------------------
Fri Feb 8 00:19:19 UTC 2013 - chris@computersalat.de
- fix proftpd.conf (rebase basic.conf patch)
* IdentLookups is now a seperate module
<IfModule mod_ident.c> IdentLookups on/off </IfModule>
is needed and module is not built cause crrodriguez disabled it.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 29 19:03:00 CET 2012 - sbrabec@suse.cz Thu Nov 29 19:03:00 CET 2012 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package proftpd # spec file for package proftpd
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -22,7 +22,7 @@ License: GPL-2.0+
Group: Productivity/Networking/Ftp/Servers Group: Productivity/Networking/Ftp/Servers
# Please save your time and do not update to "rc" versions. # Please save your time and do not update to "rc" versions.
# We only accept updates for "STABLE" Versions # We only accept updates for "STABLE" Versions
Version: 1.3.4b Version: 1.3.4c
Release: 0 Release: 0
Url: http://www.proftpd.org/ Url: http://www.proftpd.org/
Source0: ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz Source0: ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz
@ -33,13 +33,13 @@ Source13: %{name}.service
Source14: %{name}.conf.tmpfile Source14: %{name}.conf.tmpfile
Source15: %{name}.keyring Source15: %{name}.keyring
#PATCH-FIX-openSUSE: pam, logrotate, xinet #PATCH-FIX-openSUSE: pam, logrotate, xinet
Patch100: %{name}-1.3.4a-dist.patch Patch100: %{name}-dist.patch
#PATCH-FIX-openSUSE: provide a useful default config #PATCH-FIX-openSUSE: provide a useful default config
Patch101: %{name}-1.3.4a-basic.conf.patch Patch101: %{name}-basic.conf.patch
#PATCH-FIX: provide more info on usage ;) #PATCH-FIX: provide more info on usage ;)
Patch102: %{name}-1.3.4a-ftpasswd.patch Patch102: %{name}-ftpasswd.patch
#PATCH-FIX: fix strip #PATCH-FIX: fix strip
Patch103: %{name}-1.3.4a-strip.patch Patch103: %{name}-strip.patch
#PATCH-FIX-openSUSE: file-contains-date-and-time #PATCH-FIX-openSUSE: file-contains-date-and-time
Patch104: %{name}-no_BuildDate.patch Patch104: %{name}-no_BuildDate.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build