[ubuntu/utopic-proposed] file 1:5.18-1ubuntu1 (Accepted)

Marc Deslauriers marc.deslauriers at ubuntu.com
Wed May 14 19:20:14 UTC 2014


file (1:5.18-1ubuntu1) utopic; urgency=medium

  * Merge with Debian; remaining changes:
    - Adjust python build dependencies for cross builds.
    - Allow the package to cross-build.
    - Recognize python3.4 byte code.
  * Dropped upstreamed patches:
    - debian/patches/CVE-2014-2270.patch
    - debian/patches/CVE-2013-1943.patch

file (1:5.18-1) unstable; urgency=low

  * Support profile build (without python). Closes: #709558, #720655
    Thanks to Daniel Schepler and Eleanor Chen.
  * Add a debian/watch file. Closes: #741665
  * Update debian/copyright
  * New upstream version 5.18. Closes: #742262, #742265
    This also addresses (in order of appearance):
    - Identify Microsoft Installer (MSI) files. Closes: #216451
    - Correctly detect RIFF/WAVE files with more sections. Closes: #498076
    - Detect Microsoft cursor (.cur) files. Closes: #562250
    - Detect UBI images. Closes: #573362
    - Detect avr32 ELF objects. Closes: #588953
    - Clarify search options in magic(5) manpage. Closes: #589844
    - Fix formatting errors in detection of MS-DOS executables,
      Closes: #605143
    - Fix MIME type for MPEG Layer II. Closes: #609211
    - Improve detection of some JPEG files. Closes: #657545
    - Detect ocaml bytecode executables. Closes: #664679
    - Provide manpage pointer for "magic_errno". Closes: #696113
    - Detect "#!/bin/sh" with embedded binary data. Closes: #707014
    - Detect Delphi compiled form data. Closes: #712046
    - Document --apple option. Closes: #723628
  * Revert upstream commit FILE5_17-62-gbeb312b:
    "add fmtcheck", several regressions
    Also Closes: #745086 "use dh-autoreconf"
  * Cherry-pick from upstream:
    - FILE5_18-2-g1ecdd15, FILE5_18-7-g2c947ac:
      Fix regression in detection of Microsoft cursor files.
    - FILE5_18-4-g966ca13, FILE5_18-6-g0b62876:
      Improve Palm OS library detection, so gvfs-less finally is
      detected as a shell script.
    - FILE5_18-11-ge14d88d: Fix [Python] regression

file (1:5.17-1) unstable; urgency=high

  * Urgency set to high to complete the fix for CVE-2014-2270
  * New maintainer. Thanks Luk for handing over.
  * Acknowledge my own NMU :)
  * Upgrade to Standards-Version: 3.9.5, no changes
  * Trim python build dependencies and make python-magic arch-all,
    thanks Scott Kitterman. Closes: #709269
  * Cherry-pick upstream commit FILE5_17-4-geced9db:
    "comment out python comment magic". Closes: #729970
  * Cherry-pick upstram commit FILE5_17-8-gc0c0032:
    "Fix memory leak". Closes: #740694
  * Cherry-pick upstream commit FILE5_17-17-gf9d8564:
    "encode [python] filename". Closes: #435397
  * Replace 8-bit characters in CDF summary data with spaces
  * Cherry-pick upstream commit FILE5_17-20-g70c65d2:
    "off by one in out of bounds calculations" (CVE-2014-2270 amendment)

file (1:5.17-0.1) unstable; urgency=high

  * Non-maintainer upload.
  * urgency set to high to fix CVE-2014-1943
  * New upstream version 5.17, Closes: #738832
    - Dropped 0013-eliminate-global-var.patch: applied upstream

Date: Wed, 14 May 2014 14:53:15 -0400
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/file/1:5.18-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 14 May 2014 14:53:15 -0400
Source: file
Binary: file file-dbg libmagic1 libmagic-dev python-magic python3-magic
Architecture: source
Version: 1:5.18-1ubuntu1
Distribution: utopic
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Description: 
 file       - Determines file type using "magic" numbers
 file-dbg   - Determines file type using "magic" numbers (debug)
 libmagic-dev - File type determination library using "magic" numbers (developmen
 libmagic1  - File type determination library using "magic" numbers
 python-magic - File type determination library using "magic" numbers (Python bin
 python3-magic - File type determination library using "magic" numbers (Python 3 b
Closes: 216451 435397 498076 562250 573362 588953 589844 605143 609211 657545 664679 696113 707014 709269 709558 712046 720655 723628 729970 738832 740694 741665 742262 742265 745086
Changes: 
 file (1:5.18-1ubuntu1) utopic; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - Adjust python build dependencies for cross builds.
     - Allow the package to cross-build.
     - Recognize python3.4 byte code.
   * Dropped upstreamed patches:
     - debian/patches/CVE-2014-2270.patch
     - debian/patches/CVE-2013-1943.patch
 .
 file (1:5.18-1) unstable; urgency=low
 .
   * Support profile build (without python). Closes: #709558, #720655
     Thanks to Daniel Schepler and Eleanor Chen.
   * Add a debian/watch file. Closes: #741665
   * Update debian/copyright
   * New upstream version 5.18. Closes: #742262, #742265
     This also addresses (in order of appearance):
     - Identify Microsoft Installer (MSI) files. Closes: #216451
     - Correctly detect RIFF/WAVE files with more sections. Closes: #498076
     - Detect Microsoft cursor (.cur) files. Closes: #562250
     - Detect UBI images. Closes: #573362
     - Detect avr32 ELF objects. Closes: #588953
     - Clarify search options in magic(5) manpage. Closes: #589844
     - Fix formatting errors in detection of MS-DOS executables,
       Closes: #605143
     - Fix MIME type for MPEG Layer II. Closes: #609211
     - Improve detection of some JPEG files. Closes: #657545
     - Detect ocaml bytecode executables. Closes: #664679
     - Provide manpage pointer for "magic_errno". Closes: #696113
     - Detect "#!/bin/sh" with embedded binary data. Closes: #707014
     - Detect Delphi compiled form data. Closes: #712046
     - Document --apple option. Closes: #723628
   * Revert upstream commit FILE5_17-62-gbeb312b:
     "add fmtcheck", several regressions
     Also Closes: #745086 "use dh-autoreconf"
   * Cherry-pick from upstream:
     - FILE5_18-2-g1ecdd15, FILE5_18-7-g2c947ac:
       Fix regression in detection of Microsoft cursor files.
     - FILE5_18-4-g966ca13, FILE5_18-6-g0b62876:
       Improve Palm OS library detection, so gvfs-less finally is
       detected as a shell script.
     - FILE5_18-11-ge14d88d: Fix [Python] regression
 .
 file (1:5.17-1) unstable; urgency=high
 .
   * Urgency set to high to complete the fix for CVE-2014-2270
   * New maintainer. Thanks Luk for handing over.
   * Acknowledge my own NMU :)
   * Upgrade to Standards-Version: 3.9.5, no changes
   * Trim python build dependencies and make python-magic arch-all,
     thanks Scott Kitterman. Closes: #709269
   * Cherry-pick upstream commit FILE5_17-4-geced9db:
     "comment out python comment magic". Closes: #729970
   * Cherry-pick upstram commit FILE5_17-8-gc0c0032:
     "Fix memory leak". Closes: #740694
   * Cherry-pick upstream commit FILE5_17-17-gf9d8564:
     "encode [python] filename". Closes: #435397
   * Replace 8-bit characters in CDF summary data with spaces
   * Cherry-pick upstream commit FILE5_17-20-g70c65d2:
     "off by one in out of bounds calculations" (CVE-2014-2270 amendment)
 .
 file (1:5.17-0.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * urgency set to high to fix CVE-2014-1943
   * New upstream version 5.17, Closes: #738832
     - Dropped 0013-eliminate-global-var.patch: applied upstream
Checksums-Sha1: 
 047727725392d6bbf36933f7238ac3630131bceb 2199 file_5.18-1ubuntu1.dsc
 b44cb091fc603b1093795a85f33afd00ba8f1205 519476 file_5.18.orig.tar.xz
 45cb1257cde8b19d20faa0fea9450de20759a544 31612 file_5.18-1ubuntu1.debian.tar.xz
Checksums-Sha256: 
 5beb1912727e4104bd66c7dc5b47ee86db21fff7907cffd6fc24b1f5c59b58b7 2199 file_5.18-1ubuntu1.dsc
 a1e4394835c28b3441ae9914d7d5e24ee1e2fe4b4a7362c9024403886746f404 519476 file_5.18.orig.tar.xz
 c6693750aa2fc9b15a3554d94a2ba7216e7f21e50fb8c4205d1575b4046214e2 31612 file_5.18-1ubuntu1.debian.tar.xz
Files: 
 a22026dae87774f8de1af07c7e735338 2199 utils standard file_5.18-1ubuntu1.dsc
 78a8da46f4435849239e9de171b6990e 519476 utils standard file_5.18.orig.tar.xz
 b0aedfa3ef18c7f4daf52149270741dd 31612 utils standard file_5.18-1ubuntu1.debian.tar.xz
Original-Maintainer: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>

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

iQIcBAEBCgAGBQJTc8FvAAoJEGVp2FWnRL6TyWMP/3u4b76rOsP6xzvJnakUvKBH
JEwvo/p9SRUTAr3051iFbE5acdVML+LA1VySJSYspdlGXvVux0sRvQP8TZE/PGzU
9aMUhdW0tSact2U3phbBWBP66S9mUPDvuqscnhKLqjD8PYx0tbfSJSs0evcnpqnO
ooO5TPLpzEx5cblX0sjn8xIm1hoi4PhVqs+Amq9IsHVmJn6h3BbRYIch+01LxzUY
JusPCtaySx+U32sUmn84210QnsnYwS7FKQkb0Fe/rPQjtcITms9G/bRAmxPf1J16
WxmrckXCzYHwznXW1QL/XEVaG0Abw5OO+Xg5AfJpfDzmSXKqErT27xHZLbC2m5tz
KGQOTDfgPc19cC4ckVAPNXzEN4bqDEBs5Qmm+4wZc6+khGhHbL6Xo/LroGZkPafS
jvQgs1HJiecPInVERIR0DkLt275XkKJDYPjKGfG1p68iH0J6dGRRbJ0rA5q0JLy5
pTqsdWAq7RgYQt1xIqC6WtLVxi+RI8QBLCRUkaZw5C2eaqH/ixK6isqyRb9R0MHk
ziOSO2JOuVSKvFesFouuvI/Ws2QKt/TcdEeBY3hK538CxzEyHJB3/gAUlnKuHnYD
i44q25NBTByw/mjX9BztbjEeQdoaYDZmE4G9SydhTOxK72sc3dKG3dWkEk3Jxszp
i44+3b3EB3KCfuBmMaJ7
=P9kP
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list