[ubuntu/utopic-proposed] llvm-toolchain-snapshot 1:3.5~svn213451-1ubuntu1 (Accepted)

Dimitri John Ledkov xnox at ubuntu.com
Fri Jul 25 09:44:27 UTC 2014


llvm-toolchain-snapshot (1:3.5~svn213451-1ubuntu1) utopic; urgency=medium

  * Merge from Debian unstable, remaining changes:
    - Build-depend on gcc-multilib on amd64 and i386.

llvm-toolchain-snapshot (1:3.5~svn213451-1) unstable; urgency=medium

  * New snapshot release
  * If the version of gcc is too old, force the usage of gcc 4.8
  * Clang will now show the full version. Example: 3.5.0-svn213052-1~exp1

llvm-toolchain-snapshot (1:3.5~svn211669-2) unstable; urgency=medium

  * Remove useless dependency on g++
  * Use the option stable '-analyzer-config stable-report-filename=true'
    to the llvm scan-build reports

llvm-toolchain-snapshot (1:3.5~svn211669-1) unstable; urgency=medium

  * New snapshot release
  * Fix CVE-2014-2893 (Closes: #744817)
  * Merge with 3.4/debian
  * Ship lldb-mi in lldb
  * Remove scan-build-fix-clang-detection.diff (applied upstream)
  * Ship the compiler-rt static libraries
  * Running tests respect DEB_BUILD_OPTIONS=parallel=X
   (Closes: #751943)
  * Fix FTBFS on powerpc and powerpcspe (Closes: #733890)
  * Broken library symlink fixed in lldb-3.5 (Closes: #715130)
  * Fix --use-cc when no absolute path is provided (Closes: #748777)

llvm-toolchain-snapshot (1:3.5~svn209039-2) unstable; urgency=medium

  * Provide a link as compatibility with previous lib name (Closes: #748569)
  * Be less permissive when installing lldb. Remove duplication of the install
    of liblldb.so.1

llvm-toolchain-snapshot (1:3.5~svn209039-1) unstable; urgency=medium

  * New snapshot release
  * Fix the cmake install patch
  * Disable profile_rt.diff for now
  * Refresh of libclang1-3.5.symbols
  * Fix path to /usr/lib/clang/3.5.0/ (Closes upstream #19088)
  * Fix the wrong dependency declaration on llvm-3.5-tools
  * Add gnustep & gnustep-devel as suggests of clang-3.5
  * Add libc6-dev as an explicit dependency of clang-3.5
  * Build with dh_install --fail-missing
  * Start to use /usr/bin/foo-X.Y. First step to have several clang versions
    installed together
  * Add some missing files:
    - lli-child-target         - llvm-3.5-runtime
    - count                    - llvm-3.5-tools
    - html.tar.gz              - llvm-3.5-doc
    - ocamldoc.tar.gz          - llvm-3.5-doc
    - BugpointPasses.so        - llvm-3.5-dev
    - liblldb*                 - lldb-3.5-dev
    - clang-apply-replacements - clang-3.5
    - clang-tidy               - clang-3.5
    - clang-query              - clang-3.5
    - pp-trace                 - clang-3.5
    - lldb-platform            - lldb-3.5
    - lldb-gdbserver           - lldb-3.5

llvm-toolchain-3.4 (1:3.4.2-2) unstable; urgency=medium

  * Improve the CVE-2014-2893 fix (Closes: #744817)
  * Add a check to avoid an error on arch where compiler-rt is not available

llvm-toolchain-3.4 (1:3.4.2-1) unstable; urgency=medium

  * New upstream release
  * Add build conflict on libllvm-3.5-ocaml-dev
  * Also disable lldb tests under armel (like armhf). Timeout
  * Update of the repack script
  * Use llvm-3.4-dev.links.in to manage the symlinks
  * Fix the soname of liblldb.so to see it treated as a real library
    (Closes: #750868)
  * Switch to the default gcc/g++ compiler. Currently 4.9 (Closes: #751322)
  * Fixes CVE-2014-2893 (Closes: #744817)

llvm-toolchain-3.4 (1:3.4.1-4) unstable; urgency=medium

  * Be less permissive when installing lldb. Remove duplication of the install
    of liblldb.so.1
  * Add symlinks lldb-3.4, lldb-platform-3.4 & lldb-gdbserver-3.4 without 3.4
  * Clang was unusable with libstdc++ from gcc 4.9 (Closes: #744792)

llvm-toolchain-3.4 (1:3.4.1-3) unstable; urgency=medium

  * Fix path for arch without support of compiler-rt. Should fix most of the
    FTBFS

llvm-toolchain-3.4 (1:3.4.1-2) unstable; urgency=medium

  * Fix the soname. No changes in the ABI, so, no need to update the soname
    (Closes: #747701)

llvm-toolchain-3.4 (1:3.4.1-1) unstable; urgency=medium

  * New upstream release. Note that only LLVM & Clang had a new release.
    I just copied the 3.4 tarballs for clang-extra-tools, polly, lldb and
    compiler-rt.
  * Symlink for current build mode missing (Closes upstream #18836)
  * Add link usr/lib/llvm-3.4/ to usr/lib/llvm-3.4/build/Debug+Asserts
  * Backport of a r201586 from upstream. scan-build was failing on some project
    like firefox build system. (Yeh, advantage to be the packager of a software
    that I use ;) ). See scan-build-fix-clang-detection.diff
  * Fix the version in the symbol list (libclang1-3.4.symbols)
  * Update the path regarding upstream changed (3.4 => 3.4.1)
    (Patch improved also by Martin Nowack)
  * Remove generated file libllvm3.4.install
  * Add gnustep & gnustep-devel as suggests of clang-3.4
  * Add libc6-dev as an explicit dependency of clang-3.4
  * Build with dh_install --fail-missing
  * Start to use /usr/bin/foo-X.Y. First step to have several clang versions
    installed together
  * Add some missing files:
    - lli-child-target         - llvm-3.4-runtime
    - count                    - llvm-3.4-tools
    - html.tar.gz              - llvm-3.4-doc
    - ocamldoc.tar.gz          - llvm-3.4-doc
    - BugpointPasses.so        - llvm-3.4-dev
    - liblldb*                 - lldb-3.4-dev
    - lldb-platform-3.4        - lldb-3.4
    - clang-apply-replacements - clang-3.4
    - clang-tidy               - clang-3.4
    - pp-trace                 - clang-3.4

Date: Fri, 25 Jul 2014 09:58:39 +0100
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/llvm-toolchain-snapshot/1:3.5~svn213451-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 25 Jul 2014 09:58:39 +0100
Source: llvm-toolchain-snapshot
Binary: clang-3.5 clang-format-3.5 cpp11-migrate-3.5 clang-modernize-3.5 clang-3.5-doc libclang1-3.5 libclang1-3.5-dbg libclang-3.5-dev libclang-common-3.5-dev python-clang-3.5 clang-3.5-examples libllvm3.5 libllvm3.5-dbg llvm-3.5 llvm-3.5-runtime llvm-3.5-dev llvm-3.5-tools libllvm-3.5-ocaml-dev llvm-3.5-doc llvm-3.5-examples lldb-3.5 lldb-3.5-dev
Architecture: source
Version: 1:3.5~svn213451-1ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Description:
 clang-3.5  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.5-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-3.5-examples - Clang examples
 clang-format-3.5 - Tool to format C/C++/Obj-C code
 clang-modernize-3.5 - Tool to convert C++98 and C++03 code to C++11
 cpp11-migrate-3.5 - Tool to convert C++98 and C++03 code to C++11
 libclang-3.5-dev - clang library - Development package
 libclang-common-3.5-dev - clang library - Common development package
 libclang1-3.5 - C interface to the clang library
 libclang1-3.5-dbg - clang library
 libllvm-3.5-ocaml-dev - Modular compiler and toolchain technologies, OCaml bindings
 libllvm3.5 - Modular compiler and toolchain technologies, runtime library
 libllvm3.5-dbg - Modular compiler and toolchain technologies, debugging libraries
 lldb-3.5   - Next generation, high-performance debugger
 lldb-3.5-dev - Next generation, high-performance debugger - Header files
 llvm-3.5   - Modular compiler and toolchain technologies
 llvm-3.5-dev - Modular compiler and toolchain technologies, libraries and header
 llvm-3.5-doc - Modular compiler and toolchain technologies, documentation
 llvm-3.5-examples - Modular compiler and toolchain technologies, examples
 llvm-3.5-runtime - Modular compiler and toolchain technologies, IR interpreter
 llvm-3.5-tools - Modular compiler and toolchain technologies, tools
 python-clang-3.5 - Clang Python Bindings
Closes: 715130 733890 744792 744817 747701 748569 748777 750868 751322 751943
Changes:
 llvm-toolchain-snapshot (1:3.5~svn213451-1ubuntu1) utopic; urgency=medium
 .
   * Merge from Debian unstable, remaining changes:
     - Build-depend on gcc-multilib on amd64 and i386.
 .
 llvm-toolchain-snapshot (1:3.5~svn213451-1) unstable; urgency=medium
 .
   * New snapshot release
   * If the version of gcc is too old, force the usage of gcc 4.8
   * Clang will now show the full version. Example: 3.5.0-svn213052-1~exp1
 .
 llvm-toolchain-snapshot (1:3.5~svn211669-2) unstable; urgency=medium
 .
   * Remove useless dependency on g++
   * Use the option stable '-analyzer-config stable-report-filename=true'
     to the llvm scan-build reports
 .
 llvm-toolchain-snapshot (1:3.5~svn211669-1) unstable; urgency=medium
 .
   * New snapshot release
   * Fix CVE-2014-2893 (Closes: #744817)
   * Merge with 3.4/debian
   * Ship lldb-mi in lldb
   * Remove scan-build-fix-clang-detection.diff (applied upstream)
   * Ship the compiler-rt static libraries
   * Running tests respect DEB_BUILD_OPTIONS=parallel=X
    (Closes: #751943)
   * Fix FTBFS on powerpc and powerpcspe (Closes: #733890)
   * Broken library symlink fixed in lldb-3.5 (Closes: #715130)
   * Fix --use-cc when no absolute path is provided (Closes: #748777)
 .
 llvm-toolchain-snapshot (1:3.5~svn209039-2) unstable; urgency=medium
 .
   * Provide a link as compatibility with previous lib name (Closes: #748569)
   * Be less permissive when installing lldb. Remove duplication of the install
     of liblldb.so.1
 .
 llvm-toolchain-snapshot (1:3.5~svn209039-1) unstable; urgency=medium
 .
   * New snapshot release
   * Fix the cmake install patch
   * Disable profile_rt.diff for now
   * Refresh of libclang1-3.5.symbols
   * Fix path to /usr/lib/clang/3.5.0/ (Closes upstream #19088)
   * Fix the wrong dependency declaration on llvm-3.5-tools
   * Add gnustep & gnustep-devel as suggests of clang-3.5
   * Add libc6-dev as an explicit dependency of clang-3.5
   * Build with dh_install --fail-missing
   * Start to use /usr/bin/foo-X.Y. First step to have several clang versions
     installed together
   * Add some missing files:
     - lli-child-target         - llvm-3.5-runtime
     - count                    - llvm-3.5-tools
     - html.tar.gz              - llvm-3.5-doc
     - ocamldoc.tar.gz          - llvm-3.5-doc
     - BugpointPasses.so        - llvm-3.5-dev
     - liblldb*                 - lldb-3.5-dev
     - clang-apply-replacements - clang-3.5
     - clang-tidy               - clang-3.5
     - clang-query              - clang-3.5
     - pp-trace                 - clang-3.5
     - lldb-platform            - lldb-3.5
     - lldb-gdbserver           - lldb-3.5
 .
 llvm-toolchain-3.4 (1:3.4.2-2) unstable; urgency=medium
 .
   * Improve the CVE-2014-2893 fix (Closes: #744817)
   * Add a check to avoid an error on arch where compiler-rt is not available
 .
 llvm-toolchain-3.4 (1:3.4.2-1) unstable; urgency=medium
 .
   * New upstream release
   * Add build conflict on libllvm-3.5-ocaml-dev
   * Also disable lldb tests under armel (like armhf). Timeout
   * Update of the repack script
   * Use llvm-3.4-dev.links.in to manage the symlinks
   * Fix the soname of liblldb.so to see it treated as a real library
     (Closes: #750868)
   * Switch to the default gcc/g++ compiler. Currently 4.9 (Closes: #751322)
   * Fixes CVE-2014-2893 (Closes: #744817)
 .
 llvm-toolchain-3.4 (1:3.4.1-4) unstable; urgency=medium
 .
   * Be less permissive when installing lldb. Remove duplication of the install
     of liblldb.so.1
   * Add symlinks lldb-3.4, lldb-platform-3.4 & lldb-gdbserver-3.4 without 3.4
   * Clang was unusable with libstdc++ from gcc 4.9 (Closes: #744792)
 .
 llvm-toolchain-3.4 (1:3.4.1-3) unstable; urgency=medium
 .
   * Fix path for arch without support of compiler-rt. Should fix most of the
     FTBFS
 .
 llvm-toolchain-3.4 (1:3.4.1-2) unstable; urgency=medium
 .
   * Fix the soname. No changes in the ABI, so, no need to update the soname
     (Closes: #747701)
 .
 llvm-toolchain-3.4 (1:3.4.1-1) unstable; urgency=medium
 .
   * New upstream release. Note that only LLVM & Clang had a new release.
     I just copied the 3.4 tarballs for clang-extra-tools, polly, lldb and
     compiler-rt.
   * Symlink for current build mode missing (Closes upstream #18836)
   * Add link usr/lib/llvm-3.4/ to usr/lib/llvm-3.4/build/Debug+Asserts
   * Backport of a r201586 from upstream. scan-build was failing on some project
     like firefox build system. (Yeh, advantage to be the packager of a software
     that I use ;) ). See scan-build-fix-clang-detection.diff
   * Fix the version in the symbol list (libclang1-3.4.symbols)
   * Update the path regarding upstream changed (3.4 => 3.4.1)
     (Patch improved also by Martin Nowack)
   * Remove generated file libllvm3.4.install
   * Add gnustep & gnustep-devel as suggests of clang-3.4
   * Add libc6-dev as an explicit dependency of clang-3.4
   * Build with dh_install --fail-missing
   * Start to use /usr/bin/foo-X.Y. First step to have several clang versions
     installed together
   * Add some missing files:
     - lli-child-target         - llvm-3.4-runtime
     - count                    - llvm-3.4-tools
     - html.tar.gz              - llvm-3.4-doc
     - ocamldoc.tar.gz          - llvm-3.4-doc
     - BugpointPasses.so        - llvm-3.4-dev
     - liblldb*                 - lldb-3.4-dev
     - lldb-platform-3.4        - lldb-3.4
     - clang-apply-replacements - clang-3.4
     - clang-tidy               - clang-3.4
     - pp-trace                 - clang-3.4
Checksums-Sha1:
 9507f1cc095b11e74857f2d9ebce008be2051efe 5944 llvm-toolchain-snapshot_3.5~svn213451-1ubuntu1.dsc
 cdc1b24f502d8aed5a0c493b33dbb7f2981ed257 219409 llvm-toolchain-snapshot_3.5~svn213451.orig-clang-tools-extra.tar.bz2
 0a47f8881bbc1d0d651820bb654bcc4253051f81 9066043 llvm-toolchain-snapshot_3.5~svn213451.orig-clang.tar.bz2
 724b9cfa250c1b33512ebb88f08662a9f17e5a5f 1463107 llvm-toolchain-snapshot_3.5~svn213451.orig-compiler-rt.tar.bz2
 e61ae2f129ac59d9bedaaa25bf4d2ea8bc0ed99b 3206881 llvm-toolchain-snapshot_3.5~svn213451.orig-lldb.tar.bz2
 6f7e2717702e005cb04f5327e96d5648aed58dbd 336758 llvm-toolchain-snapshot_3.5~svn213451.orig-polly.tar.bz2
 0d2edbccb8e995c8e881872c1ecb39b62c7028e3 13492924 llvm-toolchain-snapshot_3.5~svn213451.orig.tar.bz2
 621a45457871c96d82151af48edbda3512be18dd 45272 llvm-toolchain-snapshot_3.5~svn213451-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 4024b7da157cefe4e50db7829375948b2862ceaa4e804d3bf0c995ac51b6c18c 5944 llvm-toolchain-snapshot_3.5~svn213451-1ubuntu1.dsc
 2e3099dfc6f10b0284136758b2e36e519cb27a5c172ecb3ef31810d63bd9709a 219409 llvm-toolchain-snapshot_3.5~svn213451.orig-clang-tools-extra.tar.bz2
 e6ad66c01e3d566602c2f6eb933e1444e317b1da7c631d8ce6fab55e5f53c860 9066043 llvm-toolchain-snapshot_3.5~svn213451.orig-clang.tar.bz2
 b8ab2c9bb2c033b5e1e9accd6fb35ac51201bd647c42a3f7885731d2b1609f32 1463107 llvm-toolchain-snapshot_3.5~svn213451.orig-compiler-rt.tar.bz2
 3ef10ab96aec5c1025a6bbbdbc15bec6fb452b9224444c1caa9d679a9a8bf88b 3206881 llvm-toolchain-snapshot_3.5~svn213451.orig-lldb.tar.bz2
 248fbd80edd3cefb744af32679a516d8b80af84956e362ee2bff2f4977159bbf 336758 llvm-toolchain-snapshot_3.5~svn213451.orig-polly.tar.bz2
 7cdc128fb4ebaedead66feb4de846dea030fb3e73fee6a98800aac02b02947a0 13492924 llvm-toolchain-snapshot_3.5~svn213451.orig.tar.bz2
 adf233b186001d11bad693fe955a15dd448587e52c98e78516e9faceb1c33342 45272 llvm-toolchain-snapshot_3.5~svn213451-1ubuntu1.debian.tar.xz
Files:
 7d32d40705055c72545582bd6b498725 5944 devel optional llvm-toolchain-snapshot_3.5~svn213451-1ubuntu1.dsc
 5668691d1036e77fda007b7280a1fde6 219409 devel optional llvm-toolchain-snapshot_3.5~svn213451.orig-clang-tools-extra.tar.bz2
 3729fbb7d9f11660286c9606a911f182 9066043 devel optional llvm-toolchain-snapshot_3.5~svn213451.orig-clang.tar.bz2
 7e12c66cb664082c0e8da9ccd7e56882 1463107 devel optional llvm-toolchain-snapshot_3.5~svn213451.orig-compiler-rt.tar.bz2
 b883a8b2feee8ccf28553253109ab8e0 3206881 devel optional llvm-toolchain-snapshot_3.5~svn213451.orig-lldb.tar.bz2
 c2cb233b27279e14eb1ef21fc2a87df3 336758 devel optional llvm-toolchain-snapshot_3.5~svn213451.orig-polly.tar.bz2
 34f046ed8b8ba434f9a805e1fc7f5cdc 13492924 devel optional llvm-toolchain-snapshot_3.5~svn213451.orig.tar.bz2
 9d6ada8b166b6bf5bf0bb71d1bbaea19 45272 devel optional llvm-toolchain-snapshot_3.5~svn213451-1ubuntu1.debian.tar.xz
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>

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

iQIcBAEBAgAGBQJT0iafAAoJEIh7YGGLPBauDrAP/jIwyWgFitBGMxEXdrfGXH2Z
Ip5e/EBnDNq2qNA/DZ6H6gyOzQgpxNP1i5K6YkKo1vr2jpwAZHIrxYG8Ba6WrdqF
lMKJAU2lZjkG0URM691K+GuPFMHdgg7etdhq3coJM00nbmnb+vYUyoRzyoaem69o
C3VEAIy3lZD9lSDm3TkAlzldv0kAL+0XucRePgvKYJpULnrjaNT4lqI8sk8aCQDh
B94Oqrh2OpOPhEAL+kAJI90ErIR7FlyFDTsc35SkBU4fGFu9/jnDd7/+orh/4v5z
FhldQY6RvOGAo5vzaiIQbTBzQVyWkXAvftVIzp1Az94X6AARNV4cfU6RNaf70QEr
1T3YHFVJXB/y0SxlBC0ASkJLPvtiAjd/4tBO9wQCE02e/6jIlgK8RMDv4jhQiyEG
e3/KnHRNCNXQGmkmy7iOIx7D55MD9yK2LzFi9o5MpfXNrVdnPO1c+toqjNDd+pvZ
eFpjgXXHa9VBb2yz58YVZ56qDBg7RN9szWG1eRy7ojG7cjFgamXyZxNdrbca/g8f
vMjoLTPv5xpTAt6VUT0XxHf9ysmA4WTj+dfOYFO7CKfNvpgH0bwIZhrHw3boNkZU
gNGdQiehPTQ1Wj1qnsKC7aUuVz+BirfvFkBX4MO9rCbN6EEgmPR5qOwaoQ3SEUVv
Dm4mwZkltvLIKxm6ogux
=9qt0
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list