Merge lp:~lfaraone/ubuntu/lucid/lshell/lp540934 into lp:ubuntu/lucid/lshell

Proposed by Luke Faraone
Status: Merged
Merged at revision: not available
Proposed branch: lp:~lfaraone/ubuntu/lucid/lshell/lp540934
Merge into: lp:ubuntu/lucid/lshell
Diff against target: 52 lines (+22/-1)
4 files modified
debian/changelog (+8/-0)
debian/control (+2/-1)
debian/patches/forbidden-chars.patch (+11/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~lfaraone/ubuntu/lucid/lshell/lp540934
Reviewer Review Type Date Requested Status
James Westby (community) Approve
Luke Faraone Needs Resubmitting
Benjamin Drung Needs Fixing
Review via email: mp+21638@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Benjamin Drung (bdrung) wrote :

* You have to update the Maintainer field with update-maintainer.
* Please create a patch instead of patching the source directly.

review: Needs Fixing
6. By Luke Faraone

Move security fix out into a separate patch.

7. By Luke Faraone

Update Maintainer field.

Revision history for this message
Luke Faraone (lfaraone) wrote :

> * You have to update the Maintainer field with update-maintainer.
> * Please create a patch instead of patching the source directly.

I have fixed the above concerns in the last two commits.

review: Needs Resubmitting
Revision history for this message
Benjamin Drung (bdrung) wrote :

It would be nice if you could add a DEP-3 header [1] to the patch.

[1] http://dep.debian.net/deps/dep3/

Revision history for this message
James Westby (james-w) wrote :

Added DEP-3 headers and uploaded.

Thanks,

James

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-12-01 19:07:01 +0000
3+++ debian/changelog 2010-04-03 20:33:23 +0000
4@@ -1,3 +1,11 @@
5+lshell (0.9.8-1ubuntu1) lucid; urgency=low
6+
7+ * Add additional patterns to the forbidden characters list, per Debian bug
8+ 572144. (LP: #540934)
9+ * Update Maintainer field.
10+
11+ -- Luke Faraone <luke@faraone.cc> Sat, 03 Apr 2010 16:30:16 -0400
12+
13 lshell (0.9.8-1) unstable; urgency=low
14
15 * New upstream version:
16
17=== modified file 'debian/control'
18--- debian/control 2009-12-01 19:07:01 +0000
19+++ debian/control 2010-04-03 20:33:23 +0000
20@@ -1,7 +1,8 @@
21 Source: lshell
22 Section: shells
23 Priority: optional
24-Maintainer: Ignace Mouzannar <mouzannar@gmail.com>
25+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
26+XSBC-Original-Maintainer: Ignace Mouzannar <mouzannar@gmail.com>
27 Build-Depends: debhelper (>= 7.0.50~), python-support, python
28 Standards-Version: 3.8.3
29
30
31=== added directory 'debian/patches'
32=== added file 'debian/patches/forbidden-chars.patch'
33--- debian/patches/forbidden-chars.patch 1970-01-01 00:00:00 +0000
34+++ debian/patches/forbidden-chars.patch 2010-04-03 20:33:23 +0000
35@@ -0,0 +1,11 @@
36+--- a/etc/lshell.conf
37++++ b/etc/lshell.conf
38+@@ -16,7 +16,7 @@
39+ allowed : ['ls','echo','cd','ll']
40+
41+ ## a list of forbidden character or commands
42+-forbidden : [';', '&', '|','`','>','<']
43++forbidden : [';', '&', '|','`','>','<', '$(', '${']
44+
45+ ## number of warnings when user enters a forbidden value before getting
46+ ## exited from lshell
47
48=== added file 'debian/patches/series'
49--- debian/patches/series 1970-01-01 00:00:00 +0000
50+++ debian/patches/series 2010-04-03 20:33:23 +0000
51@@ -0,0 +1,1 @@
52+forbidden-chars.patch

Subscribers

People subscribed via source and target branches

to all changes: