]> git.pld-linux.org Git - packages/squidview.git/commitdiff
Rel 3. Fixed binary privs, so regular users being in group squid, could exacute binary. auto/th/squidview-0.79-3
authorMateusz Korniak <matkor@pld-linux.org>
Fri, 26 Jul 2013 10:35:22 +0000 (12:35 +0200)
committerMateusz Korniak <matkor@pld-linux.org>
Fri, 26 Jul 2013 10:35:22 +0000 (12:35 +0200)
squidview.spec

index 9778adfbf964d1ebc1e35c6c3712b1b78d0c68ff..c071d5d8ee5fb5ed35caa8e157ab471f9ae12a05 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A console program to nicely view squid's log
 Summary(pl.UTF-8):     Konsolowy program pozwalający oglądać logi squida
 Name:          squidview
 Version:       0.79
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://www.rillion.net/squidview/%{name}-%{version}.tar.gz
@@ -54,5 +54,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc BUGS ChangeLog HOWTO README users words aliases
-%attr(754,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/squidview
 %{_mandir}/man1/*
This page took 0.075491 seconds and 4 git commands to generate.