General-purpose programming language and runtime environment
http://www.erlang.org
Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. Erlang is used in several large telecommunication systems from Ericsson.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:erlang:Leap:15/erlang && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
OTP-20.3.8.15.tar.gz | 0053512155 51 MB | |
README.SUSE | 0000001081 1.06 KB | |
_constraints | 0000000117 117 Bytes | |
_service | 0000000231 231 Bytes | |
crypto.patch | 0000000871 871 Bytes | |
epmd.init | 0000009730 9.5 KB | |
epmd.service | 0000000336 336 Bytes | |
epmd.socket | 0000000150 150 Bytes | |
erlang-not-install-misc.patch | 0000001538 1.5 KB | |
erlang-rpmlintrc | 0000000170 170 Bytes | |
erlang.changes | 0000070097 68.5 KB | |
erlang.spec | 0000019198 18.7 KB | |
erlang.sysconfig | 0000000373 373 Bytes | |
macros.erlang | 0000000455 455 Bytes | |
otp-R16B-rpath.patch | 0000001056 1.03 KB |
Revision 6 (latest revision is 16)
Matwey Kornilov (matwey)
accepted
request 656600
from
Matwey Kornilov (matwey)
(revision 6)
- Update to 20.3.8.15 (boo#1118869) - Changes for 20.3.8.15: * asn1: Handle erroneous length during decode (BER only) without crashing. - Changes for 20.3.8.14: * ssh: Incompatibility with newer OpenSSH fixed. Previously versions 7.8 and later could cause Erlang SSH to exit. - Changes for 20.3.8.13: * ssl: Add engine support for RSA key exchange - Changes for 20.3.8.12: * erts: List subtraction (The -- operator) will now yield properly on large inputs. * stdlib: List subtraction (The -- operator) will now yield properly on large inputs. * ssl: Extend check for undelivered data at closing, could under some circumstances fail to deliverd all data that was acctualy recivied. - Changes for 20.3.8.11: * erts: ERTS internal trees of monitor structures could get into an inconsistent state. This could cause 'DOWN' messages not to be delivered when they should, as well as delivery of 'DOWN' messages that should not be delivered. - Changes for 20.3.8.10: * erts: Fixed bug in ets:select_replace when called with a fully bound key could cause a following call to ets:next or ets:prev to crash the emulator or return invalid result. * eldap: A race condition at close could cause the eldap client to exit with a badarg message as cause.
Comments 0