[ubuntu/bionic-proposed] ocaml 4.05.0-10ubuntu1 (Accepted)

Dimitri John Ledkov xnox at ubuntu.com
Wed Oct 25 13:44:28 UTC 2017


ocaml (4.05.0-10ubuntu1) bionic; urgency=medium

  * Merge with Debian unstable:
    - Pass --hash-style=both --as-needed --build-id to the linker.
    - Keep -fPIC patch.

ocaml (4.05.0-10) unstable; urgency=medium

  * Drop support for ocamlopt on armel as suggested by upstream.
  * Replace the ARM PIC patch with one from upstream.

ocaml (4.05.0-9) unstable; urgency=medium

  * Upload to unstable. (Closes: #871990)

ocaml (4.05.0-8) experimental; urgency=medium

  [ Ximin Luo ]
  * Merge changes from Debian unstable. Relevant ones:
    * Tell dh_installdocs to ignore README.Debian (see #868204)
    * obey hardening LDFLAGS (Closes: #792502). Thanks to Török Edwin
      for the patch!
    * Compute a stable name for preprocessed files (Closes: #838188).
      Thanks to Johannes Schauer for the patch!
  * Close old bugs.
    * New upstream release 4.05 closes CVE-2015-8869 (Closes: #824139).
    * Debian release 4.03.0-3 defaults to PIC on arm (Closes: #837359).

  [ Pino Toscano ]
  * Convert the menu file to a desktop file. (see #741573)

ocaml (4.05.0-7) experimental; urgency=medium

  * Only install findlib/ocaml-native-compilers.conf on native-code arches,
    fixing ocamlfind behaviour and FTBFS of ocamlbuild.

ocaml (4.05.0-6) experimental; urgency=medium

  * Mark certain symbols as .hidden in arm64 codegen, fixing FTBFS with
    binutils 2.29. (Closes: #868860)

ocaml (4.05.0-5) experimental; urgency=medium

  * Proper fix for kfreebsd-* not having dup3/pipe2.

ocaml (4.05.0-4) experimental; urgency=medium

  * Fix new natdynlink logic, fixes FTBFS on some more arches.

ocaml (4.05.0-3) experimental; urgency=medium

  * Fix Makefile $-escaping syntax, fixes FTBFS on a bunch of arches.

ocaml (4.05.0-2) experimental; urgency=medium

  * Update conditional-install rules for easier maintenance. This fixes FTBFS
    on arm64 and s390x where libasmrunp.a is not available.
  * Disable failing dup3/pipe2-related tests on kfreebsd-*.
  * Close old bug reports. (Closes: #865712)

ocaml (4.05.0-1) experimental; urgency=medium

  * New upstream release.
  * Update to latest Standards-Version; no changes required.

Date: Fri, 20 Oct 2017 11:21:18 +0100
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/ocaml/4.05.0-10ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 20 Oct 2017 11:21:18 +0100
Source: ocaml
Binary: ocaml-base-nox ocaml-base ocaml-nox ocaml ocaml-source ocaml-interp ocaml-compiler-libs ocaml-mode
Architecture: source
Version: 4.05.0-10ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Description:
 ocaml      - ML language implementation with a class-based object system
 ocaml-base - Runtime system for OCaml bytecode executables
 ocaml-base-nox - Runtime system for OCaml bytecode executables (no X)
 ocaml-compiler-libs - OCaml interpreter and standard libraries
 ocaml-interp - OCaml interactive interpreter and standard libraries
 ocaml-mode - major mode for editing Objective Caml in Emacs
 ocaml-nox  - ML implementation with a class-based object system (no X)
 ocaml-source - Sources for Objective Caml
Closes: 792502 824139 837359 838188 865712 868860 871990
Changes:
 ocaml (4.05.0-10ubuntu1) bionic; urgency=medium
 .
   * Merge with Debian unstable:
     - Pass --hash-style=both --as-needed --build-id to the linker.
     - Keep -fPIC patch.
 .
 ocaml (4.05.0-10) unstable; urgency=medium
 .
   * Drop support for ocamlopt on armel as suggested by upstream.
   * Replace the ARM PIC patch with one from upstream.
 .
 ocaml (4.05.0-9) unstable; urgency=medium
 .
   * Upload to unstable. (Closes: #871990)
 .
 ocaml (4.05.0-8) experimental; urgency=medium
 .
   [ Ximin Luo ]
   * Merge changes from Debian unstable. Relevant ones:
     * Tell dh_installdocs to ignore README.Debian (see #868204)
     * obey hardening LDFLAGS (Closes: #792502). Thanks to Török Edwin
       for the patch!
     * Compute a stable name for preprocessed files (Closes: #838188).
       Thanks to Johannes Schauer for the patch!
   * Close old bugs.
     * New upstream release 4.05 closes CVE-2015-8869 (Closes: #824139).
     * Debian release 4.03.0-3 defaults to PIC on arm (Closes: #837359).
 .
   [ Pino Toscano ]
   * Convert the menu file to a desktop file. (see #741573)
 .
 ocaml (4.05.0-7) experimental; urgency=medium
 .
   * Only install findlib/ocaml-native-compilers.conf on native-code arches,
     fixing ocamlfind behaviour and FTBFS of ocamlbuild.
 .
 ocaml (4.05.0-6) experimental; urgency=medium
 .
   * Mark certain symbols as .hidden in arm64 codegen, fixing FTBFS with
     binutils 2.29. (Closes: #868860)
 .
 ocaml (4.05.0-5) experimental; urgency=medium
 .
   * Proper fix for kfreebsd-* not having dup3/pipe2.
 .
 ocaml (4.05.0-4) experimental; urgency=medium
 .
   * Fix new natdynlink logic, fixes FTBFS on some more arches.
 .
 ocaml (4.05.0-3) experimental; urgency=medium
 .
   * Fix Makefile $-escaping syntax, fixes FTBFS on a bunch of arches.
 .
 ocaml (4.05.0-2) experimental; urgency=medium
 .
   * Update conditional-install rules for easier maintenance. This fixes FTBFS
     on arm64 and s390x where libasmrunp.a is not available.
   * Disable failing dup3/pipe2-related tests on kfreebsd-*.
   * Close old bug reports. (Closes: #865712)
 .
 ocaml (4.05.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * Update to latest Standards-Version; no changes required.
Checksums-Sha1:
 31c22d33737755484ed9e8e65110e0159feb3e2e 2326 ocaml_4.05.0-10ubuntu1.dsc
 948dcedf0e33b7be4bb573874a8d57caec0f8b43 2442036 ocaml_4.05.0.orig.tar.xz
 2f9cc1cc4f29bb5255b01a5a42f3cee04af5ec15 47536 ocaml_4.05.0-10ubuntu1.debian.tar.xz
Checksums-Sha256:
 3c972c014e29a90602584dd0d0beab5eb53b09eb2e5ea84cab08565052f6616a 2326 ocaml_4.05.0-10ubuntu1.dsc
 04a527ba14b4d7d1b2ea7b2ae21aefecfa8d304399db94f35a96df1459e02ef9 2442036 ocaml_4.05.0.orig.tar.xz
 8c88bcf2e0dab7e93483816ab50d6bc4d015481e6575e5fe4678087b7992da06 47536 ocaml_4.05.0-10ubuntu1.debian.tar.xz
Files:
 0743e68251b1020031e53994fb6568a6 2326 ocaml optional ocaml_4.05.0-10ubuntu1.dsc
 f13d9a58bcbdcb495016af4f709ebd16 2442036 ocaml optional ocaml_4.05.0.orig.tar.xz
 38a3779b01bf6517a405fd7b9be5a3aa 47536 ocaml optional ocaml_4.05.0-10ubuntu1.debian.tar.xz
Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>


More information about the Bionic-changes mailing list