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.
- Sources inherited from project Cloud:OpenStack:Pike
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout systemsmanagement:Ardana:8:CentOS:7.5/erlang && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
OTP-20.2.2.tar.gz | 0052478623 50 MB | |
README.SUSE | 0000001081 1.06 KB | |
_constraints | 0000000117 117 Bytes | |
_service | 0000000231 231 Bytes | |
crypto.patch | 0000000865 865 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 | 0000059814 58.4 KB | |
erlang.spec | 0000019426 19 KB | |
erlang.sysconfig | 0000000373 373 Bytes | |
macros.erlang | 0000000455 455 Bytes | |
otp-R16B-rpath.patch | 0000001056 1.03 KB |
Revision 3 (latest revision is 4)
Dirk Mueller (dirkmueller)
committed
(revision 3)
- Update to 20.2.2. - Changes for 20.2.2: * mnesia: Removed a quadratic behavior in startup. This change implies that backend plugins (if used) must be set when the schema is created or via configuration parameters before mnesia is started. * mnesia: Bad timing could crash mnesia after a checkpoint was deactivated and reactivated with the same checkpoint name on different tables. - Changes for 20.2.1: * ssh: Fix problem with OpenSSH 7.2 (and later) clients that has used sha1 instead of sha2 for rsa-sha-256/512 user's public keys. - Highlighted changes for 20.2: * crypto, ssl: The crypto API is extended to use private/public keys stored in an Engine for sign/verify or encrypt/decrypt operations. The ssl application provides an API to use this new engine concept in TLS. * ssh: SSH can now fetch the host key from the private keys stored in an Engine. See the crypto application for details about Engines. * ssl: A new command line option -ssl_dist_optfile has been added to facilitate specifying the many options needed when using SSL as the distribution protocol. * stdlib: Improve performance of the new string functionality when handling ASCII characters. - Update to 20.1.5: * erts: Fixed a regression in zlib:gunzip/1 that prevented it from working when the decompressed size was a perfect multiple
Comments 0