/[smecontribs]/rpms/smeserver-phpwebftp/contribs8/smeserver-phpwebftp-4.0.spec
ViewVC logotype

Annotation of /rpms/smeserver-phpwebftp/contribs8/smeserver-phpwebftp-4.0.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (hide annotations) (download)
Wed Aug 3 08:12:48 2016 UTC (7 years, 10 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-phpwebftp-4_0-10_el5_sme, HEAD
Changes since 1.5: +15 -3 lines
* Wed Aug 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 4.0-10.sme
- fix  XSS security issue in phpwebftp [SME: 9528]
- https://sourceforge.net/p/phpwebftp/bugs/17/
- add utf8 in meta to fix bad display in French

1 unnilennium 1.6 # $Id: smeserver-phpwebftp-4.0.spec,v 1.5 2013/11/24 23:00:51 unnilennium Exp $
2 unnilennium 1.1 # Authority: gnujpl
3     # Name: Jean-Paul Leclère
4    
5     %define name smeserver-phpwebftp
6     %define version 4.0
7 unnilennium 1.6 %define release 10
8 unnilennium 1.1
9     Summary: Web FTP access via HTTPS for SME.
10     Name: %{name}
11     Version: %{version}
12     Release: %{release}%{?dist}
13     License: GPL
14     Group: Applications/WebFTP
15     Source: %{name}-%{version}.tar.gz
16 unnilennium 1.3 Patch0:smeserver-phpwebftp-4.0-patchftpmode.patch
17 unnilennium 1.4 Patch1: smeserver-phpwebftp-4.0-patch1.patch
18 unnilennium 1.6 Patch2: smeserver-phpwebftp-4.0.bz7175.pointusername.patch
19     Patch3: smeserver-phpwebftp-4.0.bz9528.XSSvulnerability.patch
20 unnilennium 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21     BuildArchitectures: noarch
22     Requires: e-smith-apache
23     BuildRequires: e-smith-devtools
24     Obsoletes: eos-webftp
25     AutoReqProv: no
26    
27     %description
28     smeserver-phpwebftp adds an ftp panel available to users via SSL web access.
29    
30     %changelog
31 unnilennium 1.6 * Wed Aug 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 4.0-10.sme
32     - fix XSS security issue in phpwebftp [SME: 9528]
33     - https://sourceforge.net/p/phpwebftp/bugs/17/
34     - add utf8 in meta to fix bad display in French
35    
36     * Wed Aug 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 4.0-9.sme
37     - fix does not support files owned by user or group with point [SME: 7175]
38     - SF:https://sourceforge.net/p/phpwebftp/bugs/15/
39    
40 unnilennium 1.5 * Sun Nov 24 2013 JP Pialasse <tests@pialasse.com> 4.0-8.sme
41 unnilennium 1.4 - new patch for [SME: 7973]
42 unnilennium 1.5 - tmp folder set to 0770 to fix the download error
43 unnilennium 1.4
44     * Mon Nov 4 2013 JP Pialasse <tests@pialasse.com> 4.0-6.sme
45 unnilennium 1.3 - wrong binary ascii switch [SME: 7973]
46    
47 unnilennium 1.4 * Sun Mar 3 2013 JP Pialasse <tests@pialasse.com> 4.0-5
48 unnilennium 1.2 - import into sme 8 tree
49    
50 unnilennium 1.1 * Sun Jun 8 2008 Jean-Paul Leclere <jean-paul@lleclere.org>
51     - [4.0-4]
52     - remove pyo and pyc files in files list
53    
54     * Sat Jun 7 2008 Jean-Paul Leclere <jean-paul@lleclere.org>
55     - [4.0-3]
56     - correct /home/httpd/html/webftp/tmp owner in spec file
57    
58     * Sat May 4 2008 Jean-Paul Leclere <jean-paul@lleclere.org>
59     - [4.0-2]
60     - Bump Copyright to License in spec
61    
62     * Thu May 1 2008 Jean-Paul Leclere <jean-paul@lleclere.org>
63     - [4.0-1]
64     - Bump to smeserver-phpwebftp for SME 7.3
65     - upgrade phpwebftp to 4.0
66    
67     * Sat May 21 2005 Jean-Paul Leclere <jean-paul@lleclere.org>
68     - [2.7-4]
69     - Correctif sur position Virtualhost pour utilisation directive Global
70    
71     * Sun Apr 17 2005 Jean-Paul Leclere <jean-paul@lleclere.org>
72     - [2.7-3]
73     - Correctif sur directive SSLRequireSSL
74    
75     * Sun Jan 23 2005 Jean-Paul Leclere <jean-paul@lleclere.org>
76     - [2.7-2]
77     - Correct tmp directory rights
78     - add ForceFTPVirtualLocalhost for FTP even if TLS
79    
80     * Sun Jan 9 2005 Jean-Paul Leclere <jean-paul@lleclere.org>
81     - [2.7-1]
82     - Initial release
83    
84    
85     %prep
86     %setup
87    
88 unnilennium 1.3 %patch0 -p1
89 unnilennium 1.4 %patch1 -p1
90 unnilennium 1.6 %patch2 -p1
91     %patch3 -p1
92 unnilennium 1.4
93 unnilennium 1.1
94     %pre
95    
96     %post
97    
98     %build
99     ./createlinks
100    
101     %install
102     rm -rf $RPM_BUILD_ROOT
103     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
104     rm -f e-smith-%{version}-filelist
105     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
106 unnilennium 1.5 --dir '/home/httpd/html/webftp/tmp' 'attr(0770,www,www)' \
107 unnilennium 1.1 > %{name}-%{version}-filelist
108    
109 unnilennium 1.2 /usr/lib/rpm/brp-python-bytecompile
110 unnilennium 1.1 %preun
111    
112     %postun
113    
114     %clean
115     rm -rf $RPM_BUILD_ROOT
116    
117     %files -f %{name}-%{version}-filelist
118    
119     %defattr(-,root,www)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed