[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted emacs24 24.4+1-4.1~bpo70+1 (source amd64 all) into wheezy-backports->backports-policy, wheezy-backports



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 10 Jan 2015 17:15:07 +0100
Source: emacs24
Binary: emacs24-lucid emacs24-lucid-dbg emacs24-nox emacs24-nox-dbg emacs24 emacs24-dbg emacs24-bin-common emacs24-common emacs24-el
Architecture: source amd64 all
Version: 24.4+1-4.1~bpo70+1
Distribution: wheezy-backports
Urgency: medium
Maintainer: Rob Browning <rlb@defaultvalue.org>
Changed-By: David Bremner <bremner@debian.org>
Description: 
 emacs24    - GNU Emacs editor (with GTK+ GUI support)
 emacs24-bin-common - GNU Emacs editor's shared, architecture dependent files
 emacs24-common - GNU Emacs editor's shared, architecture independent infrastructur
 emacs24-dbg - Debugging symbols for emacs24
 emacs24-el - GNU Emacs LISP (.el) files
 emacs24-lucid - GNU Emacs editor (with Lucid GUI support)
 emacs24-lucid-dbg - Debugging symbols for emacs24-lucid
 emacs24-nox - GNU Emacs editor (without GUI support)
 emacs24-nox-dbg - Debugging symbols for emacs24-nox
Closes: 539634 747448 747624 748140 753534 768751
Changes: 
 emacs24 (24.4+1-4.1~bpo70+1) wheezy-backports; urgency=medium
 .
   * Rebuild for wheezy-backports.
   * Relax emacsen-common dependency for backports.
 .
 emacs24 (24.4+1-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Cherry-pick 0009-lisp-startup.el-command-line.patch to fix handling
     nil elements in load-path (Closes: #768751)
 .
 emacs24 (24.4+1-4) unstable; urgency=medium
 .
   * Update emacsen-common dependency as per policy.
 .
 emacs24 (24.4+1-3) experimental; urgency=medium
 .
   * Eliminate a race to create info/ during the build.  Add
     0008-A-race-to-create-info-has-been-eliminated.patch with the
     relevant changes.  Thanks to Paul Eggert <eggert@cs.ucla.edu> for
     tracking down the problem and providing the fix.
 .
 emacs24 (24.4+1-2) experimental; urgency=medium
 .
   * Adjust update_autogen and make-info-dir for DFSG removals.
     Change 0003-Remove-files-that-appear-to-be-incompatible-with-the.patch
     accordingly.
 .
 emacs24 (24.4+1-1) experimental; urgency=medium
 .
   * Merge upstream version 24.4.
     Remove (unneeded) src/macuvs.h and admin/unidata/IVD_Sequences.txt
     until we're sure about the license:
       https://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00742.html
     Remove new GFDL files (moved to emacs24-common-non-dfsg):
       doc/misc/eww.texi
       doc/misc/ido.texi
       doc/misc/octave-mode.texi
       doc/misc/todo-mode.texi
     Remove redundant patches:
       0007-Invoke-the-correct-xmlstarlet-executable-on-Debian-s.patch
       0008-Emacs-should-no-longer-hang-at-startup-on-kFreeBSD.patch
       0009-Emacs-should-no-longer-hang-at-startup-on-kFreeBSD.patch
       0010-Emacs-should-now-build-correctly-on-GNU-Hurd.patch
       0011-Gnus-should-no-longer-use-a-predictable-temp-file-na.patch
       0012-Security-issues-in-find-gc.el-have-been-fixed-CVE-20.patch
       0013-Security-issues-in-tramp-have-been-fixed-CVE-2014-34.patch
       0014-Insecure-file-handling-in-browse-url-mosaic-has-been.patch
       0015-The-compose-key-should-now-work-better-with-UIM-1-4.patch
       0016-The-compose-key-should-now-work-better-with-UIM-2-4.patch
       0017-The-compose-key-should-now-work-better-with-UIM-3-4.patch
       0018-The-compose-key-should-now-work-better-with-UIM-4-4.patch
       0019-fill-region-as-paragraph-should-better-respect-the-f.patch
       0020-Emacs-should-now-follow-Make-4.0-directory-changes.patch
 .
   * Update debian/copyright* for 24.4.  Update entry for man/faq.texi
     (now doc/mis/efaq.texi); add entries for doc/misc/efaq-w32.texi,
     lisp/obsolete/meese.el, msdos/sedadmin.inp, nt/inc/dirent.h, and
     all of the files in m4/ except gnulib-comp.m4.
 .
   * Ignore src/macuvs.h and IVD_Sequences.txt for now.  Add
     0007-Don-t-try-to-build-src-macuvs.h-via-IVD_Sequences.tx.patch to
     avoid trying to build src/macuvs.h (via IVD_Sequences.txt) since
     we removed it for the time being, due to uncertainty over the
     licensing.
 .
   * Build depend on libacl1-dev for new ACL support
 .
   * Build depend on zlib1g-dev for new zlib support
 .
   * Remove obsolete configure argument --with-crt-dir
 .
   * Look for DOC, not DOC-$(runtime_ver) in debian/rules.  The DOC
     file is now just DOC.
 .
   * Don't try to remove /usr/local in debian/rules.  It's not created
     during the build anymore.
 .
 emacs24 (24.3+1-5) unstable; urgency=medium
 .
   * Fix patch-to-news: notice error; correct path
 .
   * Fix a problem with UIM and the compose key.
     Incorporate the relevant upstream patches:
       0015-The-compose-key-should-now-work-better-with-UIM-1-4.patch
       0016-The-compose-key-should-now-work-better-with-UIM-2-4.patch
       0017-The-compose-key-should-now-work-better-with-UIM-3-4.patch
       0018-The-compose-key-should-now-work-better-with-UIM-4-4.patch
     Thanks to Anders Kaseorg <andersk@MIT.EDU> for the report, and for
     tracking down the relevant patches. (Closes: 753534)
 .
   * Make fill-region-as-paragraph respect the fill-column.
     Add 0019-fill-region-as-paragraph-should-better-respect-the-f.patch.
     Thanks to Nobuhiro IMAI <nov@yo.rim.or.jp> for reporting the problem
     and tracking down the relevant patch. (Closes: 539634)
 .
   * Follow Make 4.0 directory changes in compile mode.
     Add 0020-Emacs-should-now-follow-Make-4.0-directory-changes.patch
     to incorporate the relevant upstream patch.
     Thanks to Christophe Troestler <Christophe.Troestler@umons.ac.be> for
     reporting the problem. (Closes: 747624)
 .
 emacs24 (24.3+1-4) unstable; urgency=medium
 .
   [ Rob Browning ]
   * Fix insecure temp file in gnus-fun.el (CVE-2014-3421)
     Add 0011-Gnus-should-no-longer-use-a-predictable-temp-file-na.patch to
     incorporate the relevant upstream patch.
     Partially-fixes: 748140
 .
   * Fix insecure temp file in gnus-fun.el (CVE-2014-3421)
     Add 0012-Security-issues-in-find-gc.el-have-been-fixed-CVE-20.patch to
     incorporate the relevant upstream patch.
     Partially-fixes: 748140
 .
   * Fix tramp security issues (CVE-2014-3424)
     Add 0013-Security-issues-in-tramp-have-been-fixed-CVE-2014-34.patch to
     incorporate the relevant upstream patch.
     Partially-fixes: 748140
 .
   * Fix browse-url-mosaic security issues (CVE-2014-3423)
     Add 0014-Insecure-file-handling-in-browse-url-mosaic-has-been.patch to
     incorporate the relevant upstream patch.
     Partially-fixes: 748140
 .
   * Given the four fixes above: (Closes: 748140)
 .
   [ Dimitri John Ledkov ]
   * Build using gnutls28. (Closes: 747448)
Checksums-Sha1: 
 ff5975302afd117d87aad6246ae697c9cb0a7c64 2511 emacs24_24.4+1-4.1~bpo70+1.dsc
 d92ac2f87220619def57a0c288727d2846953e3f 54238 emacs24_24.4+1-4.1~bpo70+1.debian.tar.gz
 221c48427212244396e2d0320adfd8c4837b7e85 4465068 emacs24-lucid_24.4+1-4.1~bpo70+1_amd64.deb
 98afa35afbd64ff86beb0a902b49d0902af66ae0 4685420 emacs24-lucid-dbg_24.4+1-4.1~bpo70+1_amd64.deb
 0cfaa446b6f0b65142c4fa129bd97905590f5d9b 3987100 emacs24-nox_24.4+1-4.1~bpo70+1_amd64.deb
 c97ea4f868737f50fb443764937e3f3aae53f990 3437342 emacs24-nox-dbg_24.4+1-4.1~bpo70+1_amd64.deb
 ba4597714e1baf3a878eaa3c1cf2e27ff46be9dd 4455010 emacs24_24.4+1-4.1~bpo70+1_amd64.deb
 90d54fdaeb9a133efe29037a2f4562a161fd6729 4644466 emacs24-dbg_24.4+1-4.1~bpo70+1_amd64.deb
 029a1605f12f38d242383a1f55d67b863540cec4 323324 emacs24-bin-common_24.4+1-4.1~bpo70+1_amd64.deb
 f1ba0bf273e7f211e97d96d7e52a8dbbac291dbd 18946026 emacs24-common_24.4+1-4.1~bpo70+1_all.deb
 120ab1f8c75ded4d0c1e33796739d74b7d610841 15321192 emacs24-el_24.4+1-4.1~bpo70+1_all.deb
Checksums-Sha256: 
 a39548c5101088686f7198ddf0bc2740c790bd835f7bfa040fbde3c4440c6755 2511 emacs24_24.4+1-4.1~bpo70+1.dsc
 f4e2f47dbf6667c12e80919f12c830546d8318092074f74d6d8c84a1409d4ce1 54238 emacs24_24.4+1-4.1~bpo70+1.debian.tar.gz
 996e9284adf2e0b2c70b196cb3c21b03ade514ca24798c48602e2e7531708957 4465068 emacs24-lucid_24.4+1-4.1~bpo70+1_amd64.deb
 94b095e00dcfa34557fc648a9a18403c2001466cd9e213a34ce12cde19cadeff 4685420 emacs24-lucid-dbg_24.4+1-4.1~bpo70+1_amd64.deb
 22ddb7ea5a023fe80fa60e26e129a4e2c93e5b28ed1f19c36492e565c2c92ee4 3987100 emacs24-nox_24.4+1-4.1~bpo70+1_amd64.deb
 65616cc793668607b23cdae5329b545f60aa836b163dd10b3e89f93a9228961a 3437342 emacs24-nox-dbg_24.4+1-4.1~bpo70+1_amd64.deb
 cf86e56f26165deb21554c28e0bca95d95f2405e1a82ff298f57ba93ffa31e6c 4455010 emacs24_24.4+1-4.1~bpo70+1_amd64.deb
 0bcc0245086398a0952d14f6076a4d2b8506a0ad71aef7db6f50519ca3c1fd24 4644466 emacs24-dbg_24.4+1-4.1~bpo70+1_amd64.deb
 92c8aebbcba3134e2d0f5ef3910a373e7b9b7caacb00ad64a58d7da8dfa04d47 323324 emacs24-bin-common_24.4+1-4.1~bpo70+1_amd64.deb
 c6ea2c48e2f4eeb1d418c0a4b21f7d0d41061243392c258ff150e03f0a6c987d 18946026 emacs24-common_24.4+1-4.1~bpo70+1_all.deb
 132ccd7ac4c70165b0c76a0e4ab02590c8fc454341a5e688797b0223c8a940ff 15321192 emacs24-el_24.4+1-4.1~bpo70+1_all.deb
Files: 
 7a58d33f1667fd473ada98001b6058fe 2511 editors optional emacs24_24.4+1-4.1~bpo70+1.dsc
 5b97eb52f2fa9a619847877e85a52dc6 54238 editors optional emacs24_24.4+1-4.1~bpo70+1.debian.tar.gz
 e8d0668584371a201e5b9fddc749bd5d 4465068 editors optional emacs24-lucid_24.4+1-4.1~bpo70+1_amd64.deb
 5f8975ee2c8faa4d696ef2fdc3959dac 4685420 debug extra emacs24-lucid-dbg_24.4+1-4.1~bpo70+1_amd64.deb
 c80482b89119c765683c60b26bd16ab2 3987100 editors optional emacs24-nox_24.4+1-4.1~bpo70+1_amd64.deb
 05724a49365c2f2307aaf6310f2b1958 3437342 debug extra emacs24-nox-dbg_24.4+1-4.1~bpo70+1_amd64.deb
 394de7f234be9b81fabcc8c79b9a56b4 4455010 editors optional emacs24_24.4+1-4.1~bpo70+1_amd64.deb
 9a484883c3f01c8b0c51eed5bb40ae7d 4644466 debug extra emacs24-dbg_24.4+1-4.1~bpo70+1_amd64.deb
 a6cde19641d4691cd0647803c624a483 323324 editors optional emacs24-bin-common_24.4+1-4.1~bpo70+1_amd64.deb
 324e2d04b2cee1bb63c72e742c3e9e04 18946026 editors optional emacs24-common_24.4+1-4.1~bpo70+1_all.deb
 0c5eda93abf4cab7a256f6fb2321d527 15321192 editors optional emacs24-el_24.4+1-4.1~bpo70+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQGcBAEBCAAGBQJUsjMLAAoJEPIClx2kp54sLPkL/2d9YQWYuTws15O+BkYBUKWc
JHSm8udBpxc/JDOx+MEjjpKgO7Icvrc//HtzlM4viyU2EpVj3dW5c5Uwwk1sskd4
RaloeT7NVPQJzTG6RhGvVtqHQSj7ta8eOmA7Ou4I1Voy6tDG54LEQk+F/gTl/vEf
dEoQNDnR9qghqYytAG6tiwqU0WK4b3Hv84f5vFmQ9HTgzDhwhqZeqD0mp9i91j4v
YbS95K4FfieTT6bdOGtPfj3KJWBMiCqA3lqccGwVcIAZBY5DtqObkLkOYAVwcfoN
vyJStOgcBuwh5+VFGRehsJDBI7Stlh20MxYqvDuz+khLEZKdwTF8RE20XUD7m9On
LZF9e26WvDiohtTjnwnVo1BpWAVwmskm8sBAcgm7C+TMVGcBrDB/UEbZTMkVwfKQ
l/XqgArtDPGc3wf1+PH9cG+r8bSwId0Q2jihMonudtPocZLS2Vg85oeDbnIxgxYR
GuzBHAvwJ325uFmwjiqnC2HJvhD9DzsiW5nsqXO6Yw==
=F+eI
-----END PGP SIGNATURE-----


Reply to: