Merge lp:~james-page/ubuntu/maverick/awstats/fix-707365 into lp:ubuntu/maverick-updates/awstats

Proposed by James Page
Status: Merged
Merge reported by: James Page
Merged at revision: not available
Proposed branch: lp:~james-page/ubuntu/maverick/awstats/fix-707365
Merge into: lp:ubuntu/maverick-updates/awstats
Diff against target: 26 lines (+7/-1)
2 files modified
debian/buildstatic.sh (+1/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~james-page/ubuntu/maverick/awstats/fix-707365
Reviewer Review Type Date Requested Status
Chuck Short (community) Approve
Review via email: mp+47670@code.launchpad.net

Description of the change

Fix minor bashism in buildstatic.sh.

This is currently preventing regular rebuilds of the static HTML from the underlying awstats data.

To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/buildstatic.sh'
2--- debian/buildstatic.sh 2010-05-19 13:53:50 +0000
3+++ debian/buildstatic.sh 2011-01-27 15:16:13 +0000
4@@ -24,7 +24,7 @@
5 AWSTATS_LANG="en"
6 [ ! -r "$DEFAULT" ] || . "$DEFAULT"
7
8-[ "$AWSTATS_ENABLE_BUILDSTATICPAGES" == "yes" ] || exit 0
9+[ "$AWSTATS_ENABLE_BUILDSTATICPAGES" = "yes" ] || exit 0
10
11 cd /etc/awstats
12
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2011-01-11 17:00:42 +0000
16+++ debian/changelog 2011-01-27 15:16:13 +0000
17@@ -1,3 +1,9 @@
18+awstats (6.9.5~dfsg-3ubuntu0.2) maverick-proposed; urgency=low
19+
20+ * Fix bashism in buildstatic.sh (LP: #707365)
21+
22+ -- James Page <james.page@canonical.com> Thu, 27 Jan 2011 15:03:47 +0000
23+
24 awstats (6.9.5~dfsg-3ubuntu0.1) maverick-security; urgency=low
25
26 * SECURITY UPDATE: directory traversal via crafted LoadPlugin directory

Subscribers

People subscribed via source and target branches

to all changes: