Package: erlang / 1:17.1-dfsg-4~bpo70+1

Metadata

Package Version Patches format
erlang 1:17.1-dfsg-4~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
clean.patch | (download)

Makefile.in | 207 207 + 0 - 0 !
1 file changed, 207 insertions(+)

---
rpath.patch | (download)

erts/configure.in | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 a quick hack which removes rpath from crypto and ssl applications binaries to
 satisfy Debian policy.
gnu.patch | (download)

erts/configure.in | 4 2 + 2 - 0 !
erts/emulator/drivers/common/inet_drv.c | 5 5 + 0 - 0 !
erts/etc/common/erlexec.c | 4 2 + 2 - 0 !
erts/etc/common/escript.c | 2 1 + 1 - 0 !
erts/etc/unix/dyn_erl.c | 16 8 + 8 - 0 !
lib/os_mon/c_src/memsup.c | 5 5 + 0 - 0 !
6 files changed, 23 insertions(+), 13 deletions(-)

---
sparc.patch | (download)

erts/configure.in | 2 1 + 1 - 0 !
erts/emulator/beam/beam_emu.c | 11 0 + 11 - 0 !
2 files changed, 1 insertion(+), 12 deletions(-)

---
man.patch | (download)

erts/etc/common/erlexec.c | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

---
emacs.patch | (download)

lib/tools/emacs/erlang.el | 23 11 + 12 - 0 !
1 file changed, 11 insertions(+), 12 deletions(-)

---
docs.patch | (download)

lib/erl_docgen/priv/xsl/db_man.xsl | 4 2 + 2 - 0 !
lib/megaco/doc/src/Makefile | 2 0 + 2 - 0 !
lib/stdlib/doc/src/re.xml | 6 3 + 3 - 0 !
lib/tools/Makefile | 2 1 + 1 - 0 !
system/doc/top/Makefile | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 9 deletions(-)

 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 !
lib/test_server/src/configure.in | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 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 !
1 file changed, 8 insertions(+)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
symlinks.patch | (download)

erts/preloaded/src/erl_prim_loader.erl | 38 29 + 9 - 0 !
lib/kernel/src/erl_boot_server.erl | 6 5 + 1 - 0 !
lib/stdlib/src/filelib.erl | 14 12 + 2 - 0 !
lib/stdlib/test/filelib_SUITE.erl | 25 23 + 2 - 0 !
4 files changed, 69 insertions(+), 14 deletions(-)

 this fixes a bug introduced in f11aabdc9fec593c31e6c4f3fa25c1707e9c35df where
    filelib:eval_read_file_info/2 was made to use file:read_link_info/1 to never
    follow symlinks. This fixed wildcard/1 but broke every other function using
    eval_read_file_info/2.