forked from pool/proftpd
Accepting request 851689 from network
update to 1.3.6e (forwarded request 849450 from dimstar) OBS-URL: https://build.opensuse.org/request/show/851689 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proftpd?expand=0&rev=41
This commit is contained in:
commit
1625e10827
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c338e2e25d1b6f51d397af154a0124fc42eee6b7ff99a2d976777d6b2f97c096
|
||||
size 20277407
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Comment: GPGTools - https://gpgtools.org
|
||||
|
||||
iEYEABECAAYFAl7S1woACgkQt46JP6URl2rRGACfXHB/BIWLmzQN+DKMiqIWYjFQ
|
||||
iUAAoMzew8rPEryN15UlKqQUWSgmEOtd
|
||||
=DdlT
|
||||
-----END PGP SIGNATURE-----
|
3
proftpd-1.3.6e.tar.gz
Normal file
3
proftpd-1.3.6e.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dbe684034ab592742ebdb778a8a234b70f959efeb30feedee3ea77f26f74fbb
|
||||
size 20277501
|
7
proftpd-1.3.6e.tar.gz.asc
Normal file
7
proftpd-1.3.6e.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Comment: GPGTools - https://gpgtools.org
|
||||
|
||||
iEYEABECAAYFAl8Wc4kACgkQt46JP6URl2r4iACgxK61LzkVQ5xRHKHMl43D1ixd
|
||||
zYQAoJXt14fj66DMBwU+JBDqQ+nm2tsj
|
||||
=F9Rz
|
||||
-----END PGP SIGNATURE-----
|
@ -65,8 +65,8 @@ Index: include/version.h
|
||||
-#include "buildstamp.h"
|
||||
-
|
||||
/* Application version (in various forms) */
|
||||
#define PROFTPD_VERSION_NUMBER 0x0001030609
|
||||
#define PROFTPD_VERSION_TEXT "1.3.6d"
|
||||
#define PROFTPD_VERSION_NUMBER 0x0001030610
|
||||
#define PROFTPD_VERSION_TEXT "1.3.6e"
|
||||
Index: src/main.c
|
||||
===================================================================
|
||||
--- src/main.c.orig
|
||||
|
@ -1,9 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 14:16:47 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.3.6e:
|
||||
+ Invalid SCP command leads to null pointer dereference.
|
||||
- Do not limit to openSSL < 1.1: proftpd has had support for
|
||||
openSSL 1.1 sice version 1.3.6a.
|
||||
- Rebase proftpd-no_BuildDate.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 5 11:02:29 UTC 2020 - chris@computersalat.de
|
||||
|
||||
- update to 1.3.6d
|
||||
* Issue 857 - Fixed regression in the handling of `%{env:...}` configuration
|
||||
variables when the environment variable is not present.
|
||||
variables when the environment variable is not present.
|
||||
* Issue 940 - Second LIST of the same symlink shows different results.
|
||||
* Issue 959 - FTPS uploads using TLSv1.3 are likely to fail unexpectedly.
|
||||
* Issue 980 - mod_sftp sends broken response when CREATETIME attribute is
|
||||
|
@ -22,7 +22,7 @@ Summary: Configurable GPL-licensed FTP server software
|
||||
# We only accept updates for "STABLE" Versions
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/Ftp/Servers
|
||||
Version: 1.3.6d
|
||||
Version: 1.3.6e
|
||||
Release: 0
|
||||
URL: http://www.proftpd.org/
|
||||
Source0: ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz
|
||||
@ -63,7 +63,7 @@ BuildRequires: pkg-config
|
||||
BuildRequires: postgresql-devel
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: unixODBC-devel
|
||||
BuildRequires: pkgconfig(libssl) < 1.1
|
||||
BuildRequires: pkgconfig(libssl)
|
||||
Requires: logrotate
|
||||
%if 0%{?lang_package:1} > 0
|
||||
Recommends: %{name}-lang
|
||||
|
Loading…
Reference in New Issue
Block a user