~ubuntu-branches/ubuntu/saucy/python-docutils/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/emacs-temporary-files.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jakub Wilk
  • Date: 2011-08-07 23:24:56 UTC
  • mfrom: (11.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110807232456-ikquearlmix8hkp1
Tags: 0.7-4
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Fix insecure use of temporary files
2
 
 in the Emacs major mode for reStructuredText (rst.el).
 
1
Description: Fix insecure use of temporary files in rst.el.
 
2
 Fix insecure (susceptible to symlink attacks) use of temporary files in the
 
3
 Emacs major mode for reStructuredText (rst.el).
3
4
Author: Jakub Wilk <jwilk@debian.org>
4
5
Bug: http://sourceforge.net/tracker/?func=detail&aid=2912890&group_id=38414&atid=422030
5
6
Bug-Debian: http://bugs.debian.org/560755
6
 
Last-Update: 2009-12-15
 
7
Last-Update: 2011-03-02
7
8
 
8
9
Index: python-docutils-0.6/tools/editors/emacs/rst.el
9
10
===================================================================