Package: erlang / 1:25.2.3+dfsg-1+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
erlang | 1:25.2.3+dfsg-1+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
clean.patch | (download) |
Makefile.in |
202 202 + 0 - 0 ! |
--- |
gnu.patch | (download) |
erts/configure.ac |
4 2 + 2 - 0 ! |
--- |
man.patch | (download) |
erts/etc/common/erlexec.c |
6 4 + 2 - 0 ! |
--- |
emacs.patch | (download) |
lib/tools/emacs/erlang.el |
14 7 + 7 - 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.ac |
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. |
javascript.patch | (download) |
lib/common_test/priv/Makefile.in |
2 1 + 1 - 0 ! |
--- |
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). Last-Modified: Sun, 27 Dec 2015 12:39:07 +0300 |
ssh KEX strict.patch | (download) |
lib/ssh/src/ssh.hrl |
5 4 + 1 - 0 ! |
ssh: kex strict The patch strictenes KEX to avoid disabling or downgrading security features for the connection. - negotiate "strict KEX" OpenSSH feature - when negotiated between peers apply strict KEX - related tests - print_seqnums fix in ssh_trtp test code |
ssh sftp reject packets exceeding limit.patch | (download) |
lib/ssh/src/ssh_sftpd.erl |
47 32 + 15 - 0 ! |
ssh: sftp reject packets exceeding limit |
ssh reduce log processing for plain connections.patch | (download) |
lib/ssh/src/ssh.hrl |
8 7 + 1 - 0 ! |
ssh: reduce log processing for plain connections - avoid unnecessary data processing |
ssh ignore too long names.patch | (download) |
lib/ssh/src/ssh_message.erl |
20 18 + 2 - 0 ! |
ssh: ignore too long names The patch makes Erlang SSH application ignore long algorithm names in order to fix denial of service because of high memory consumption. |
ssh use chars_limit for bad packets error messages.patch | (download) |
lib/ssh/src/ssh_connection_handler.erl |
8 4 + 4 - 0 ! |
ssh: use chars_limit for bad packets error messages The patch limits the length of error messages sent in reply to very long invalid packets. |
ssh custom_kexinit test added.patch | (download) |
lib/ssh/test/ssh_protocol_SUITE.erl |
90 87 + 3 - 0 ! |
ssh: custom_kexinit test added The test uses big KEX init packet which causes large memory consumption for Erlang prior to 25.3.2.19 |
ssh early RCE fix.patch | (download) |
lib/ssh/src/ssh_connection.erl |
28 22 + 6 - 0 ! |
ssh: early rce fix The patch fixes remote code execution (RCE) by an unauthenticated user. - disconnect when connection protocol message arrives - when user is not authenticated for connection - see RFC4252 sec.6 |