]> git.pld-linux.org Git - packages/coppermine-gallery.git/commitdiff
- upgrade to 1.4.14 (sec fixes!),
authorTomasz Pala <gotar@pld-linux.org>
Mon, 12 Nov 2007 23:12:37 +0000 (23:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- limit http access to directories containing private data (file names that
  can be read by web server and expose contents)

Changed files:
    coppermine-gallery.spec -> 1.12

coppermine-gallery.spec

index 0b3479e2d5a85da8886682ca2782c26f55843e60..978b0385796bcbcc0c77dd13c24033d5bbb9608e 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Multi-purpose fully-featured and integrated web picture gallery script
 Summary(pl.UTF-8):     W pełni funkcjonalny skrypt do galerii obrazków na WWW
 Name:          coppermine-gallery
-Version:       1.4.10
-Release:       0.1
+Version:       1.4.14
+Release:       1
 License:       GPL v2+
 Group:         Applications/Publishing
-Source0:       http://dl.sourceforge.net/coppermine/cpg%{version}.zip
-# Source0-md5: 928fdeaaea2317329f3c2a5e877f43a4
+Source0:       http://dl.sourceforge.net/coppermine/cpg%{_ver}.zip
+# Source0-md5: 17f65c963bb5a6026491f783c59e19bf
 Source1:       %{name}-apache.conf
 Patch0:                %{name}-typo.patch
 Patch1:                %{name}-pld.patch
@@ -152,10 +152,10 @@ fi
 %{_appdir}/plugins
 %{_appdir}/themes
 
-%dir /var/lib/%{name}
-%dir %attr(770,root,http) /var/lib/%{name}/albums
-%dir %attr(770,root,http) /var/lib/%{name}/albums/edit
-%dir %attr(770,root,http) /var/lib/%{name}/albums/userpics
+%dir %attr(710,root,http) /var/lib/%{name}
+%dir %attr(730,root,http) /var/lib/%{name}/albums
+%dir %attr(730,root,http) /var/lib/%{name}/albums/edit
+%dir %attr(730,root,http) /var/lib/%{name}/albums/userpics
 
 %files setup
 %defattr(644,root,root,755)
This page took 0.088894 seconds and 4 git commands to generate.