Change logs for erlang source package in Zesty

  • erlang (1:19.2.1+dfsg-2ubuntu1) zesty; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - d/rules: Use "-DEPMD6" in CPPFLAGS and ensure this is passed to
          relevant bits of the build process, enabling IPv6 support.
        - Drop erlang-wx from the Recommends: of erlang-examples, so that this
          still stays out of main.
        - d/rules: bump the minimum compat level from 1.7 to 1.8 (openjdk8).
    
    erlang (1:19.2.1+dfsg-2) unstable; urgency=high
    
      * Applied a patch from the PCRE upstream which fixes CVE-2016-10253
        vulnerability (heap overflow while compiling certain regular expressions).
        The patch is taken from https://github.com/erlang/otp/pull/1108 and
        modified to match the original patch by PCRE developers (closes: #858313).
    
    erlang (1:19.2.1+dfsg-1) unstable; urgency=medium
    
      * New upstream bugfix release.
    
    erlang (1:19.2+dfsg-1) unstable; urgency=medium
    
      * New upstream release.
      * Refreshed patches.
      * Removed the patch which fixed HiPE build with PIE enabled by default in
        the GCC C compiler, because it's been applied upstream.
    
    erlang (1:19.1.6+dfsg-2) unstable; urgency=medium
    
      * Use the solution from upstream to build HiPE if GCC enables PIE by default.
        The previous one breaks erlang-wx (closes: #844593).
    
     -- Steve Langasek <email address hidden>  Mon, 03 Apr 2017 09:05:33 -0700
  • erlang (1:19.1.6+dfsg-1ubuntu1) zesty; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - d/rules: Use "-DEPMD6" in CPPFLAGS and ensure this is passed to
          relevant bits of the build process, enabling IPv6 support.
        - Drop erlang-wx from the Recommends: of erlang-examples, so that this
          still stays out of main.
        - d/rules: bump the minimum compat level from 1.7 to 1.8 (openjdk8).
    
    erlang (1:19.1.6+dfsg-1) unstable; urgency=medium
    
      * New upstream bugfix release.
    
    erlang (1:19.1.5+dfsg-2) unstable; urgency=medium
    
      * Temporarily switched to libssl1.0-dev until porting to OpensSSL 1.1 is
        complete.
      * Added -fno-pie -no-pie GCC flags to make sure the HiPE build works
        (closes: #842998).
      * Enabled verbose build logs to make them more useful in debugging.
    
     -- Steve Langasek <email address hidden>  Sun, 13 Nov 2016 10:05:05 -0800
  • erlang (1:19.1.5+dfsg-1ubuntu1) zesty; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - d/rules: Use "-DEPMD6" in CPPFLAGS and ensure this is passed to
          relevant bits of the build process, enabling IPv6 support.
        - Drop erlang-wx from the Recommends: of erlang-examples, so that this
          still stays out of main.
        - d/rules: bump the minimum compat level from 1.7 to 1.8 (openjdk8).
    
    erlang (1:19.1.5+dfsg-1) unstable; urgency=medium
    
      * New upstream bugfix release.
    
     -- Steve Langasek <email address hidden>  Sat, 22 Oct 2016 00:50:23 -0700
  • erlang (1:19.1.4+dfsg-1ubuntu1) zesty; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - d/rules: Use "-DEPMD6" in CPPFLAGS and ensure this is passed to
          relevant bits of the build process, enabling IPv6 support.
        - Drop erlang-wx from the Recommends: of erlang-examples, so that this
          still stays out of main.
        - d/rules: bump the minimum compat level from 1.7 to 1.8 (openjdk8).
    
    erlang (1:19.1.4+dfsg-1) unstable; urgency=medium
    
      * New upstream bugfix release.
    
    erlang (1:19.1.2+dfsg-1) unstable; urgency=medium
    
      * New upstream bugfix release.
      * Removed dangled symlink (closes: #839854).
    
    erlang (1:19.1.1+dfsg-1) unstable; urgency=medium
    
      * New upstream bugfix release.
    
    erlang (1:19.1+dfsg-1) unstable; urgency=medium
    
      * New upstream release.
      * Refreshed patches.
      * Refined patches which fix function prototype in beamload.c and help
        with FTBFS on x32.
    
    erlang (1:19.0.7+dfsg-1) unstable; urgency=medium
    
      * New upstream bugfix release.
    
    erlang (1:19.0.6+dfsg-1) unstable; urgency=medium
    
      * New upstream bugfix release.
    
    erlang (1:19.0.5+dfsg-3) unstable; urgency=medium
    
      * Upload to unstable.
    
    erlang (1:19.0.5+dfsg-2) experimental; urgency=medium
    
      * Dropped the erlang-test-server binary package since the corresponding
        application has been removed from the upstream distribution.
      * Adjusted the binary packages interdependencies.
    
    erlang (1:19.0.5+dfsg-1) experimental; urgency=medium
    
      * New upstream bugfix release.
    
    erlang (1:19.0.4+dfsg-1) experimental; urgency=medium
    
      * New upstream bugfix release.
      * Dropped the erlang-webtool binary package since the corresponding
        application has been removed from the upstream distribution.
    
    erlang (1:19.0.2+dfsg-1) experimental; urgency=medium
    
      * New upstream bugfix release.
    
    erlang (1:19.0.1+dfsg-1) experimental; urgency=medium
    
      * New upstream bugfix release.
      * Disabled HiPE for the sparc64 architecture because it causes FTBFS.
    
    erlang (1:19.0+dfsg-1) experimental; urgency=medium
    
      * New upstream release.
      * Upload to experimental.
      * Enabled HiPE for the ppc64, ppc64el, and sparc64 architectures.
      * Bumped Java bytecode compatibility level to 1.7.
    
    erlang (1:19.0~rc2+dfsg-1) experimental; urgency=medium
    
      * New upstream release candidate.
      * Upload to experimental.
    
     -- Steve Langasek <email address hidden>  Tue, 18 Oct 2016 21:42:38 -0700
  • erlang (1:18.3.4.4+dfsg-1ubuntu2) yakkety; urgency=medium
    
      * Drop delta for adding +debug_info; according to the Debian changelog
        this was added elsewhere long ago, so the patch should no longer be
        needed (and is certainly not used in Ubuntu).
    
     -- Steve Langasek <email address hidden>  Mon, 15 Aug 2016 15:49:31 -0700