Package: erlang / 1:19.2.1+dfsg-2~bpo8+1
Metadata
Package | Version | Patches format |
---|---|---|
erlang | 1:19.2.1+dfsg-2~bpo8+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
clean.patch | (download) |
Makefile.in |
204 204 + 0 - 0 ! |
--- |
gnu.patch | (download) |
erts/configure.in |
4 2 + 2 - 0 ! |
--- |
sparc.patch | (download) |
erts/configure.in |
2 1 + 1 - 0 ! |
--- |
man.patch | (download) |
erts/etc/common/erlexec.c |
6 4 + 2 - 0 ! |
--- |
emacs.patch | (download) |
lib/tools/emacs/erlang.el |
23 11 + 12 - 0 ! |
--- |
docs.patch | (download) |
lib/erl_docgen/priv/xsl/db_man.xsl |
4 2 + 2 - 0 ! |
fixes a bug with .re macro in the erlang manpages and a few bugs with docs installation. Last-modified: Thu, 09 Dec 2010 10:45:56 +0300 |
java.patch | (download) |
erts/configure.in |
3 2 + 1 - 0 ! |
gcj 4.4 passes the test for jdk 1.5 but doesn't implement String#String(int[], int, int) constructor, which breaks jinterface build. This patch adds a check for the definition of this constructor. It helps to build Erlang on architectures without openjdk-6 available. |
hppa.patch | (download) |
erts/configure.in |
8 8 + 0 - 0 ! |
the patch adds a temporary workaround for a bug in kernel and glibc for hppa architecture where vfork()+exec() fail (see thread http://lists.debian.org/debian-hppa/2009/12/msg00035.html for details) Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562218 |
javascript.patch | (download) |
lib/common_test/priv/Makefile.in |
2 1 + 1 - 0 ! |
--- |
wx3.0 constants.patch | (download) |
lib/wx/include/wx.hrl |
32 16 + 16 - 0 ! |
fix constants for wxwidgets3.0 The values of wx constants can change between stable release series (and some have between 2.8 and 3.0), but erlang seems to hardcode these values. |
beamload.patch | (download) |
erts/emulator/Makefile.in |
1 1 + 0 - 0 ! |
patch fixes function declaration. it includes the corresponding header instead of specifying the prototype directly. Bugs-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747593 |
x32.patch | (download) |
erts/lib_src/pthread/ethread.c |
4 2 + 2 - 0 ! |
this patch fixes ftbfs for x86_x32 architecture (x86_64 with 32-bit integers, longs and pointers). HiPE still doesn't work and probably never will. Last-Modified: Sun, 27 Dec 2015 12:39:07 +0300 |
cve 2016 10253.patch | (download) |
erts/emulator/pcre/pcre_compile.c |
36 28 + 8 - 0 ! |
a fix for cve-2016-10253 which is the heap overflow during a regular expression compile phase. The offending regexp could be "(?<=((?2))((?1)))". The patch was found at https://github.com/erlang/otp/pull/1108 and the original version from https://vcs.pcre.org/pcre?view=revision&revision=1542 and https://vcs.pcre.org/pcre?view=revision&revision=1560 and https://vcs.pcre.org/pcre?view=revision&revision=1571 has been adapted. Last-Modified: Wed, 22 Mar 2017 15:35:07 +0300 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858313 Bug-Upstream: https://bugs.erlang.org/browse/ERL-208 |