]> git.pld-linux.org Git - packages/phpBB.git/commitdiff
- separated install package - this files in main package was security hole
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 8 Dec 2002 02:48:23 +0000 (02:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Everyone could destroy all forums data and start new forum...

Changed files:
    phpBB.spec -> 1.18

phpBB.spec

index 600ee13fe4b9c73428ef35a3843960ce2fe3fb94..7200a5f5d393b3ec46d931e26812912b36bea94d 100644 (file)
@@ -15,6 +15,7 @@ Source6:      http://prdownloads.sourceforge.net/phpbb/subSilver_french.tar.gz
 Patch0:                %{name}-viewtopic-sec_fix.patch
 URL:           http://www.phpbb.com/
 Requires:      php-mysql >= 4.1.0
+Requires:      php-pcre
 Requires:      webserver
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,6 +37,18 @@ u
 wed³ug ich wiadomo¶ci lub specjalne, definiowane przez administratora,
 rankingi i wiele innych.
 
+%package install
+Summary:       A feature-rich PHP discussion board
+Summary(pl):   Forum dyskusyjne o du¿ych mo¿liwo¶ciach
+Group:         Applications/Databases/Interfaces
+Requires:      phpBB
+
+%description install
+Package needed for %{name} formu instalation.
+
+%description install -l pl
+Pakiet potrzebny do instalacji forum %{name}.
+
 %prep
 %setup -q -n %{name}2
 %patch0 -p1
@@ -70,7 +83,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/* db/schemas/*
 %attr(755,root,http) %dir %{_phpdir}
 %attr(640,root,http) %config(noreplace) %{_phpdir}/config.php
-%attr(640,root,http) %{_phpdir}/[efgilmpsuv]*.php
+%attr(640,root,http) %{_phpdir}/[efglmpsv]*.php
+%attr(640,root,http) %{_phpdir}/index.php
 %attr(640,root,http) %{_phpdir}/com*.php
 %attr(640,root,http) %{_phpdir}/*.inc
 %attr(640,root,http) %{_phpdir}/admin
@@ -95,3 +109,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %lang(fr) %{_phpdir}/language/lang_french
 %lang(fr) %{_phpdir}/templates/subSilver/images/lang_french
+
+%files install
+%defattr(644,root,root,755)
+%attr(640,root,http) %{_phpdir}/install.php
+%attr(640,root,http) %{_phpdir}/up*.php
This page took 0.122924 seconds and 4 git commands to generate.