Author: gotar Date: Mon Nov 12 23:12:42 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - upgrade to 1.4.14 (sec fixes!), - limit http access to directories containing private data (file names that can be read by web server and expose contents)
---- Files affected: SPECS: coppermine-gallery.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/coppermine-gallery.spec diff -u SPECS/coppermine-gallery.spec:1.11 SPECS/coppermine-gallery.spec:1.12 --- SPECS/coppermine-gallery.spec:1.11 Mon Feb 12 22:23:51 2007 +++ SPECS/coppermine-gallery.spec Tue Nov 13 00:12:37 2007 @@ -3,12 +3,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 @@ -153,10 +153,10 @@ %{_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) @@ -170,6 +170,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2007-11-12 23:12:37 gotar +- upgrade to 1.4.14 (sec fixes!), +- limit http access to directories containing private data (file names that + can be read by web server and expose contents) + Revision 1.11 2007-02-12 21:23:51 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/coppermine-gallery.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
