Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/awstats/files: awstats-6.3-gentoo.diff
Date: Wed, 08 Sep 2010 11:55:24
Message-Id: 20100908115518.E2EFE20054@flycatcher.gentoo.org
1 flameeyes 10/09/08 11:55:18
2
3 Modified: awstats-6.3-gentoo.diff
4 Log:
5 Version bump to latest beta that seem to fix some security concerns. Take co-maintainership of package.
6
7 (Portage version: 2.2_rc77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 www-misc/awstats/files/awstats-6.3-gentoo.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/files/awstats-6.3-gentoo.diff?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/files/awstats-6.3-gentoo.diff?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/files/awstats-6.3-gentoo.diff?r1=1.1&r2=1.2
15
16 Index: awstats-6.3-gentoo.diff
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-misc/awstats/files/awstats-6.3-gentoo.diff,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- awstats-6.3-gentoo.diff 9 Apr 2009 19:18:03 -0000 1.1
23 +++ awstats-6.3-gentoo.diff 8 Sep 2010 11:55:18 -0000 1.2
24 @@ -1,7 +1,7 @@
25 diff -urN awstats-6.3.orig/tools/awstats_configure.pl awstats-6.3/tools/awstats_configure.pl
26 --- awstats-6.3.orig/tools/awstats_configure.pl 2005-01-24 09:28:43.980923725 -0500
27 +++ awstats-6.3/tools/awstats_configure.pl 2005-01-24 09:28:52.034571769 -0500
28 -@@ -658,13 +658,27 @@
29 +@@ -658,6 +658,20 @@
30 print "\n-----> Restart Web server with '$command'\n";
31 my $ret=`$command`;
32 print "$ret";
33 @@ -22,11 +22,3 @@
34 } elsif (-x "/sbin/service") {
35 # We are not on debian
36 my $command="/sbin/service httpd restart";
37 - print "\n-----> Restart Web server with '$command'\n";
38 - my $ret=`$command`;
39 - print "$ret";
40 -- } else {
41 -+ } else {
42 - print "\n-----> Don't forget to restart manually your web server\n";
43 - }
44 - }