[ubuntu/wily-proposed] erlang 1:17.5-dfsg-2ubuntu1 (Accepted)
James Page
james.page at ubuntu.com
Tue Jul 7 16:48:16 UTC 2015
erlang (1:17.5-dfsg-2ubuntu1) wily; urgency=low
* Merge from Debian unstable. Remaining changes:
- d/patches/fix-pointer-conversion.patch: Remove implicit integer to
pointer conversion.
- d/control: Drop libwxgtk3.0-dev build dependency. Wx isn't in main,
and not supposed to.
- d/control: Drop erlang-wx binary and associated dependencies from
other erlang-* packages.
- d/rules: Add "+debug_info" to ERL_COMPILE_FLAGS for debug builds.
- d/p/bytecode-compat.patch: Specify source/target = 1.5 when compiling
Java source code.
- d/rules: Use "-DEPMD6" in CPPFLAGS and ensure this is passed to
relevant bits of the build process, enabling IPv6 support.
- d/control: Build erlang-base-hipe on ppc64 and ppc64el.
erlang (1:17.5-dfsg-2) unstable; urgency=medium
* Upload into unstable.
* Removed the patch which fixes TLS POODLE vulnerability in the Erlang
SSL application (CVE-2015-2774) because it has been applied upstream.
erlang (1:17.5-dfsg-1) experimental; urgency=medium
* New upstream release.
* Put erl_interface.app and erl_interface.appup into the erlang-dev package.
erlang (1:17.4-dfsg-1) experimental; urgency=medium
* New upstream release.
* Removed a patch which fixed empty SNI extension processing in the
ssl application because it has been applied upstream.
* Removed a patch which removes rpath from the crypto application binary
and use the new --with-ssl-rpath=no configure option instead.
* Search for an Erlang module manual page in section 3erl only in
Emacs Erlang mode (closes: #772876).
erlang (1:17.3-dfsg-4) unstable; urgency=medium
* Added a patch from upstream which fixes TLS POODLE vulnerability in
the Erlang SSL application (CVE-2015-2774) (closes: #781839).
* Fixed erts_gzinflate_buffer() declaration to prevent possible buffer
overflow (closes: #747593).
* Replaced libsystemd-daemon-dev by libsystemd-dev in build dependencies
(closes: #779750).
Date: Tue, 07 Jul 2015 17:42:33 +0100
Changed-By: James Page <james.page at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/erlang/1:17.5-dfsg-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 07 Jul 2015 17:42:33 +0100
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-test-server erlang-tools erlang-typer erlang-webtool erlang-xmerl erlang-dev erlang-dbg erlang-src erlang-examples erlang-jinterface erlang-mode erlang-nox erlang-x11 erlang
Architecture: source
Version: 1:17.5-dfsg-2ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: James Page <james.page 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-test-server - Erlang/OTP server for automated application testing
erlang-tools - Erlang/OTP various tools
erlang-typer - Erlang/OTP code type annotator
erlang-webtool - Erlang/OTP helper for web-based tools
erlang-x11 - Erlang/OTP applications that require X Window System
erlang-xmerl - Erlang/OTP XML tools
Closes: 747593 772876 779750 781839
Changes:
erlang (1:17.5-dfsg-2ubuntu1) wily; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- d/patches/fix-pointer-conversion.patch: Remove implicit integer to
pointer conversion.
- d/control: Drop libwxgtk3.0-dev build dependency. Wx isn't in main,
and not supposed to.
- d/control: Drop erlang-wx binary and associated dependencies from
other erlang-* packages.
- d/rules: Add "+debug_info" to ERL_COMPILE_FLAGS for debug builds.
- d/p/bytecode-compat.patch: Specify source/target = 1.5 when compiling
Java source code.
- d/rules: Use "-DEPMD6" in CPPFLAGS and ensure this is passed to
relevant bits of the build process, enabling IPv6 support.
- d/control: Build erlang-base-hipe on ppc64 and ppc64el.
.
erlang (1:17.5-dfsg-2) unstable; urgency=medium
.
* Upload into unstable.
* Removed the patch which fixes TLS POODLE vulnerability in the Erlang
SSL application (CVE-2015-2774) because it has been applied upstream.
.
erlang (1:17.5-dfsg-1) experimental; urgency=medium
.
* New upstream release.
* Put erl_interface.app and erl_interface.appup into the erlang-dev package.
.
erlang (1:17.4-dfsg-1) experimental; urgency=medium
.
* New upstream release.
* Removed a patch which fixed empty SNI extension processing in the
ssl application because it has been applied upstream.
* Removed a patch which removes rpath from the crypto application binary
and use the new --with-ssl-rpath=no configure option instead.
* Search for an Erlang module manual page in section 3erl only in
Emacs Erlang mode (closes: #772876).
.
erlang (1:17.3-dfsg-4) unstable; urgency=medium
.
* Added a patch from upstream which fixes TLS POODLE vulnerability in
the Erlang SSL application (CVE-2015-2774) (closes: #781839).
* Fixed erts_gzinflate_buffer() declaration to prevent possible buffer
overflow (closes: #747593).
* Replaced libsystemd-daemon-dev by libsystemd-dev in build dependencies
(closes: #779750).
Checksums-Sha1:
fb252923acfb03d3b63cdcd7ff9f60eb339a1bc0 5504 erlang_17.5-dfsg-2ubuntu1.dsc
b3591fbd002f01dad99241be9bb4b5cbb264ec56 26237044 erlang_17.5-dfsg.orig.tar.xz
5ca328ef815ca076a643b0d3c77cb2d0f349de1f 68248 erlang_17.5-dfsg-2ubuntu1.debian.tar.xz
Checksums-Sha256:
588bd888f73eb7c3f15a434a6dc04b4d48bad8a72dec881e5b5d96a4193af10e 5504 erlang_17.5-dfsg-2ubuntu1.dsc
b6e901e6f3d44acb5d6906e2b22ce6dbdb5ddc5eb6fbfe4ddb68c32143049964 26237044 erlang_17.5-dfsg.orig.tar.xz
931566900cb5d53b66472a1926617b578ea1d34b84556f9016ee65f2a8f22b2a 68248 erlang_17.5-dfsg-2ubuntu1.debian.tar.xz
Files:
bc42548c327f00fd402f7ec241fec01f 5504 interpreters optional erlang_17.5-dfsg-2ubuntu1.dsc
0de90eafc68749ecf29e941a062a666d 26237044 interpreters optional erlang_17.5-dfsg.orig.tar.xz
353fa8697489c78e572e380e422f42e6 68248 interpreters optional erlang_17.5-dfsg-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian Erlang Packagers <pkg-erlang-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVnAGSAAoJEL/srsug59jDCSUQANQp9F3QNgTkD8W+TuHhbMw+
lG0yu+kJIk/Ooe/3Za+6bnT+yTLtOayEeDpJslXQqX12zHZXv0tecdEe1EmfjVxM
IJ6d37UtE4rovbuzjpM+snK2LyhdSbiSTKdolrSMwQ8pRPLX7OrE0TW7d30LUpeN
jRvYO96THFtCy4k5wcYlgG3pMvep+Mhm30C8phGXZFpRGb4KI15Vvwghc+ssznqy
YSOskwFiJgucskjJcic1oEabq9M8TDTAJy3bklLvLtMmkGtB55DVNjmW0FOey6QX
9j7cW2sfNxTDpF7LVn2dsAy2lc6HfJ1ysyRMj5kiJ4MXvHFL4Yu6MZ7tNiW+eInF
ZcwEXN0RgAsb54lU2TpfH/zCeZoXCYJNOWagLj9hgEdKMJBct1+ttv3E540ridqe
fIklJ/f2tuxt0akEM4C4ScAa3hrC0YMbeKNBRd6KEcUsXUBBwHHbK8b0dYAta00k
gLwbOtp2pMJYSDAaqR/NWPmIjVRIiXQgLvNuVnNEvLDJy7yDZPErk3dWT6c74JAo
qYJyW1lql7VOtSHDJN+QDiw2iX29lDtUYjPlKSCqJPE+QIcVFFpA1kK3FD7BAhHV
OSm3RQxOdIQc1wZ5i9xUu3OjXb8ZPG7PN3SR2zvY8iGD3wtu6N6nK8fR3oaXDqll
oOHUWXnVGJ51h8P3yVgz
=9P6n
-----END PGP SIGNATURE-----
More information about the Wily-changes
mailing list