erlang 1:25.3.2.8+dfsg-1ubuntu4 source package in Ubuntu

Changelog

erlang (1:25.3.2.8+dfsg-1ubuntu4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:12:08 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main interpreters

Downloads

File Size SHA-256 Checksum
erlang_25.3.2.8+dfsg.orig.tar.xz 45.1 MiB 8a403c0dcbace0ba913fb635b66c3dafb09deea5fd24c08778ba34c6231ba8f7
erlang_25.3.2.8+dfsg-1ubuntu4.debian.tar.xz 60.1 KiB 299c93a63994deae8eeb99ee0a7e2d540ecb30b09d3d30d3d883b05d91deb028
erlang_25.3.2.8+dfsg-1ubuntu4.dsc 5.0 KiB b329d3235312bbb99613ece2bb8d2ea6aa3d850448c67a69678ec28ea8c78aca

View changes file

Binary packages built by this source

erlang: No summary available for erlang in ubuntu oracular.

No description available for erlang in ubuntu oracular.

erlang-asn1: No summary available for erlang-asn1 in ubuntu oracular.

No description available for erlang-asn1 in ubuntu oracular.

erlang-asn1-dbgsym: debug symbols for erlang-asn1
erlang-base: Erlang/OTP virtual machine and base applications

 This package contains the Erlang/OTP runtime implementation,
 and minimal set of Erlang applications:
  compiler - compiles Erlang code to byte-code;
  erts - the Erlang runtime system application;
  kernel - code necessary to run the Erlang runtime system itself;
  ose - code for Enea OSE operating system;
  sasl - the system architecture support libraries application;
  stdlib - modules for manipulating lists, strings, files etc.

erlang-base-dbgsym: debug symbols for erlang-base
erlang-common-test: Erlang/OTP application for automated testing

 Common Test is a portable application for automated testing. It is
 suitable for black-box testing of target systems of any type (i.e.
 not necessarily implemented in Erlang), as well as for white-box
 testing of Erlang/OTP programs. Black-box testing is performed via
 standard interfaces (such as SNMP, HTTP, Corba, Telnet, etc) and,
 if required, via user specific interfaces (often called test ports).
 White-box testing of Erlang/OTP programs is easily accomplished by
 calling the target API functions directly from the test case functions.
 Common Test also integrates usage of the OTP cover tool for code
 coverage analysis of Erlang/OTP programs.

erlang-common-test-dbgsym: debug symbols for erlang-common-test
erlang-crypto: Erlang/OTP cryptographic modules

 The Crypto Application provides functions for computation of message
 digests, encryption and decryption functions. It uses OpenSSL for
 actual calculations.

erlang-crypto-dbgsym: No summary available for erlang-crypto-dbgsym in ubuntu oracular.

No description available for erlang-crypto-dbgsym in ubuntu oracular.

erlang-debugger: Erlang/OTP application for debugging and testing

 Debugger is a graphical tool which can be used for debugging and
 testing of Erlang programs. For example, breakpoints can be set,
 code can be single stepped and variable values can be inspected
 and modified.

erlang-dev: Erlang/OTP development libraries and headers

 The files for application development in Erlang. They include headers for
 all applications included into Erlang/OTP distribution and C interface
 libraries.

erlang-dialyzer: Erlang/OTP discrepancy analyzer application

 Dialyzer is a static analysis tool that identifies software
 discrepancies such as type errors, unreachable code, unnecessary
 tests etc. in single Erlang modules or entire (sets of) applications.

erlang-dialyzer-dbgsym: debug symbols for erlang-dialyzer
erlang-diameter: Erlang/OTP implementation of RFC 6733 protocol

 Interface with which a user creates a service that sends and receives
 messages using the Diameter protocol as defined in RFC 6733.

erlang-doc: Erlang/OTP HTML/PDF documentation

 Documentation for the Erlang programming language and OTP
 library in HTML and PDF formats.

erlang-edoc: No summary available for erlang-edoc in ubuntu oracular.

No description available for erlang-edoc in ubuntu oracular.

erlang-eldap: Erlang/OTP LDAP library

 Eldap is a module which provides a client API to the Lightweight
 Directory Access Protocol (LDAP).

erlang-erl-docgen: Erlang/OTP documentation stylesheets

 The erl_docgen package includes XSLT stylesheets and document type
 definitions used for Erlang/OTP documentation. They allow one to
 transform documentation to manpage, HTML, and PDF formats.

erlang-et: No summary available for erlang-et in ubuntu oracular.

No description available for erlang-et in ubuntu oracular.

erlang-eunit: Erlang/OTP module for unit testing

 The EUnit application contains modules with support for unit testing.

erlang-examples: No summary available for erlang-examples in ubuntu oracular.

No description available for erlang-examples in ubuntu oracular.

erlang-ftp: Erlang/OTP FTP client

 The ftp application implements a client for file transfer
 according to a subset of the File Transfer Protocol (FTP).

erlang-inets: No summary available for erlang-inets in ubuntu oracular.

No description available for erlang-inets in ubuntu oracular.

erlang-jinterface: Java communication tool to Erlang

 Jinterface Java package contains java classes, which help you
 integrate programs written in Java with Erlang.

erlang-manpages: Erlang/OTP manual pages

 Documentation for the Erlang programming language in `man' format. This
 documentation can be read using the command `erl -man mod', where `mod'
 is the name of the module you want documentation on.
 .
 This package contains all Erlang/OTP manual pages from sections other
 than 1. They document Erlang/OTP modules, config files and applications.

erlang-megaco: Erlang/OTP implementation of Megaco/H.248 protocol

 The Megaco application is a framework for building applications on
 top of the Megaco/H.248 protocol.

erlang-megaco-dbgsym: debug symbols for erlang-megaco
erlang-mnesia: No summary available for erlang-mnesia in ubuntu oracular.

No description available for erlang-mnesia in ubuntu oracular.

erlang-mode: No summary available for erlang-mode in ubuntu oracular.

No description available for erlang-mode in ubuntu oracular.

erlang-nox: Erlang/OTP applications that don't require X Window System

 This package is a dummy package which will install all Erlang/OTP
 applications which do not require X Window System to run.

erlang-observer: Erlang/OTP application for investigating distributed systems

 The OBSERVER application contains tools for tracing and investigation of
 distributed systems. They include etop - a tool for presenting information
 about Erlang processes, and crashdump_viewer - a HTML based tool for
 browsing Erlang crashdumps.

erlang-odbc: Erlang/OTP interface to SQL databases

 The Erlang ODBC application provides an interface for accessing
 relational SQL databases from Erlang.

erlang-odbc-dbgsym: debug symbols for erlang-odbc
erlang-os-mon: Erlang/OTP operating system monitor

 The operating system monitor, OS_Mon, provides services for
 monitoring CPU load, disk usage, memory usage and OS messages.

erlang-os-mon-dbgsym: debug symbols for erlang-os-mon
erlang-parsetools: Erlang/OTP parsing tools

 The Parsetools application contains utilities for parsing. Currently,
 it includes yecc module. Yecc is an LALR-1 parser generator for Erlang,
 similar to yacc. Yecc takes a BNF grammar definition as input, and
 produces Erlang code for a parser as output.

erlang-public-key: Erlang/OTP public key infrastructure

 Provides functions to handle public key infrastructure from RFC 3280
 (X.509 certificates) and some parts of the PKCS-standard.

erlang-reltool: Erlang/OTP release management tool

 Reltool is a release management tool. It analyses a given Erlang/OTP
 installation and determines dependencies between applications. The
 graphical frontend depicts the dependencies and enables interactive
 customization of a target system. The backend provides a batch
 interface for generation of customized target systems.

erlang-runtime-tools: Erlang/OTP runtime tracing/debugging tools

 Runtime_Tools provides low-footprint tracing/debugging tools suitable
 for inclusion in a production system.

erlang-runtime-tools-dbgsym: debug symbols for erlang-runtime-tools
erlang-snmp: Erlang/OTP SNMP applications

 A multilingual Simple Network Management Protocol application features
 an Extensible Agent, simple manager, a MIB compiler and facilities for
 implementing SNMP MIBs etc.
 .
 The OTP_Mibs application provides an SNMP management information base
 for Erlang nodes.

erlang-src: No summary available for erlang-src in ubuntu oracular.

No description available for erlang-src in ubuntu oracular.

erlang-ssh: Erlang/OTP implementation of SSH protocol

 The SSH application is an erlang implementation of the secure
 shell protocol.

erlang-ssl: Erlang/OTP implementation of SSL

 The SSL application provides secure communication over sockets.

erlang-syntax-tools: No summary available for erlang-syntax-tools in ubuntu oracular.

No description available for erlang-syntax-tools in ubuntu oracular.

erlang-tftp: Erlang/OTP TFTP client and server

 The tftp application implements client and server for file
 transfer according to the Trivial File Transfer Protocol (TFTP).

erlang-tools: No summary available for erlang-tools in ubuntu oracular.

No description available for erlang-tools in ubuntu oracular.

erlang-wx: Erlang/OTP bindings to wxWidgets

 The wxErlang application is an API for writing graphical user
 interfaces with wxWidgets.

erlang-wx-dbgsym: debug symbols for erlang-wx
erlang-x11: No summary available for erlang-x11 in ubuntu oracular.

No description available for erlang-x11 in ubuntu oracular.

erlang-xmerl: Erlang/OTP XML tools

 The xmerl application contains modules for processing XML.