I am uploading the following changes to delayed/3.

Ben.

diff -u auctex-11.83/debian/control auctex-11.83/debian/control
--- auctex-11.83/debian/control
+++ auctex-11.83/debian/control
@@ -4,13 +4,13 @@
 Maintainer: Davide G. M. Salvetti <[EMAIL PROTECTED]>
 Uploaders: OHURA Makoto <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
-Build-Depends-Indep: emacs22 | emacs21 | emacs-snapshot, eperl, gs-gpl | gs, 
po-debconf, texlive-latex-base, texinfo, texi2html (>=1.76)
+Build-Depends-Indep: emacs22 | emacs21 | emacs-snapshot, eperl, ghostscript, 
po-debconf, texlive-latex-base, texinfo, texi2html (>=1.76)
 Homepage: http://www.gnu.org/software/auctex/
 
 Package: auctex
 Architecture: all
 Depends: debconf | debconf-2.0, emacs22 | emacs21 | emacs-snapshot, make, 
preview-latex-style
-Recommends: doc-base, gs-gpl | gs, texlive-latex-recommended, xpdf-reader | 
pdf-viewer
+Recommends: doc-base, ghostscript, texlive-latex-recommended, xpdf-reader | 
pdf-viewer
 Suggests: catdvi, dvipng, lacheck
 Conflicts: emacspeak (<= 17.0-1), preview-latex
 Replaces: preview-latex
diff -u auctex-11.83/debian/changelog auctex-11.83/debian/changelog
--- auctex-11.83/debian/changelog
+++ auctex-11.83/debian/changelog
@@ -1,3 +1,14 @@
+auctex (11.83-7.3) unstable; urgency=high
+
+  * Non-maintainer upload
+    - High priority since it fixes a security flaw
+  * Create installation/update log file in /var/log rather than /tmp.
+    Closes: #506961
+  * Replace build-dependency and recommendation of obsolete packages
+    gs|gs-gpl with ghostscript
+
+ -- Ben Hutchings <[EMAIL PROTECTED]>  Sun, 07 Dec 2008 14:54:46 +0000
+
 auctex (11.83-7.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u auctex-11.83/debian/auctex/config.in 
auctex-11.83/debian/auctex/config.in
--- auctex-11.83/debian/auctex/config.in
+++ auctex-11.83/debian/auctex/config.in
@@ -12,7 +12,7 @@
 
 case "${1}" in
     configure|reconfigure)
-       LOGFILE=$(mktemp <:=${TMPMASK}:>)
+       LOGFILE=/var/log/auctex.log
        db_register <:=${PACKAGE}:>/doauto <:=${PACKAGE}:>/logfile || true
        db_set <:=${PACKAGE}:>/logfile ${LOGFILE} || true
        db_subst <:=${PACKAGE}:>/doauto LOGFILE ${LOGFILE} || true
--- END ---

-- 
Ben Hutchings
It is impossible to make anything foolproof because fools are so ingenious.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to