[ubuntu/zesty-proposed] erlang 1:19.2.1+dfsg-2ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Tue Apr 4 17:03:27 UTC 2017
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).
Date: Mon, 03 Apr 2017 09:05:33 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/erlang/1:19.2.1+dfsg-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 03 Apr 2017 09:05:33 -0700
Source: erlang
Binary: erlang-base erlang-base-hipe erlang-asn1 erlang-common-test erlang-corba erlang-crypto erlang-debugger erlang-dialyzer erlang-diameter erlang-doc erlang-edoc erlang-eldap erlang-erl-docgen erlang-et erlang-eunit erlang-gs erlang-ic erlang-ic-java erlang-inets erlang-manpages erlang-megaco erlang-mnesia erlang-observer erlang-odbc erlang-os-mon erlang-parsetools erlang-percept erlang-public-key erlang-reltool erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-typer erlang-wx erlang-xmerl erlang-dev erlang-dbg erlang-src erlang-examples erlang-jinterface erlang-mode erlang-nox erlang-x11 erlang
Architecture: source
Version: 1:19.2.1+dfsg-2ubuntu1
Distribution: zesty
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
erlang - Concurrent, real-time, distributed functional language
erlang-asn1 - Erlang/OTP modules for ASN.1 support
erlang-base - Erlang/OTP virtual machine and base applications
erlang-base-hipe - Erlang/OTP HiPE enabled virtual machine and base applications
erlang-common-test - Erlang/OTP application for automated testing
erlang-corba - Erlang/OTP applications for CORBA support
erlang-crypto - Erlang/OTP cryptographic modules
erlang-dbg - Erlang/OTP symbol files
erlang-debugger - Erlang/OTP application for debugging and testing
erlang-dev - Erlang/OTP development libraries and headers
erlang-dialyzer - Erlang/OTP discrepancy analyzer application
erlang-diameter - Erlang/OTP implementation of RFC 6733 protocol
erlang-doc - Erlang/OTP HTML/PDF documentation
erlang-edoc - Erlang/OTP module for generating documentation
erlang-eldap - Erlang/OTP LDAP library
erlang-erl-docgen - Erlang/OTP documentation stylesheets
erlang-et - Erlang/OTP event tracer application
erlang-eunit - Erlang/OTP module for unit testing
erlang-examples - Erlang/OTP application examples
erlang-gs - Erlang/OTP graphics system
erlang-ic - Erlang/OTP IDL compiler
erlang-ic-java - Erlang/OTP IDL compiler (Java classes)
erlang-inets - Erlang/OTP Internet clients and servers
erlang-jinterface - Java communication tool to Erlang
erlang-manpages - Erlang/OTP manual pages
erlang-megaco - Erlang/OTP implementation of Megaco/H.248 protocol
erlang-mnesia - Erlang/OTP distributed relational/object hybrid database
erlang-mode - Erlang major editing mode for Emacs
erlang-nox - Erlang/OTP applications that don't require X Window System
erlang-observer - Erlang/OTP application for investigating distributed systems
erlang-odbc - Erlang/OTP interface to SQL databases
erlang-os-mon - Erlang/OTP operating system monitor
erlang-parsetools - Erlang/OTP parsing tools
erlang-percept - Erlang/OTP concurrency profiling tool
erlang-public-key - Erlang/OTP public key infrastructure
erlang-reltool - Erlang/OTP release management tool
erlang-runtime-tools - Erlang/OTP runtime tracing/debugging tools
erlang-snmp - Erlang/OTP SNMP applications
erlang-src - Erlang/OTP applications sources
erlang-ssh - Erlang/OTP implementation of SSH protocol
erlang-ssl - Erlang/OTP implementation of SSL
erlang-syntax-tools - Erlang/OTP modules for handling abstract Erlang syntax trees
erlang-tools - Erlang/OTP various tools
erlang-typer - Erlang/OTP code type annotator
erlang-wx - Erlang/OTP bindings to wxWidgets
erlang-x11 - Erlang/OTP applications that require X Window System
erlang-xmerl - Erlang/OTP XML tools
Closes: 844593 858313
Changes:
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).
Checksums-Sha1:
52e039399468f24e6f2d483f0739a5d5933dc7c6 5486 erlang_19.2.1+dfsg-2ubuntu1.dsc
479e397efcb36c8f1b9f503468057e105f6c4ea7 23581804 erlang_19.2.1+dfsg.orig.tar.xz
7a0fda0205797bef9a9458e1ae599957cb25da0c 63788 erlang_19.2.1+dfsg-2ubuntu1.debian.tar.xz
Checksums-Sha256:
a8e26551c392862272bb4b1623a7112854d091537c81d406f72d4f2a15b03174 5486 erlang_19.2.1+dfsg-2ubuntu1.dsc
5d02abe19d00d4d71e30e1f615658f1ee1eba1dede6271cd8520e87c09262231 23581804 erlang_19.2.1+dfsg.orig.tar.xz
5976fe0bcddf70b86c4ec9b82e8d202877ec7014b472436dae68b582d2ef98b8 63788 erlang_19.2.1+dfsg-2ubuntu1.debian.tar.xz
Files:
345c8dc79e01237b2f5c03b0cedad1f5 5486 interpreters optional erlang_19.2.1+dfsg-2ubuntu1.dsc
ab1dd3fdcd1261106e10aa2d145c1e06 23581804 interpreters optional erlang_19.2.1+dfsg.orig.tar.xz
b5dcfaff0684994a0ce26a89716e4afe 63788 interpreters optional erlang_19.2.1+dfsg-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian Erlang Packagers <pkg-erlang-devel at lists.alioth.debian.org>
More information about the Zesty-changes
mailing list