derby 10.14.2.0-3 source package in Ubuntu

Changelog

derby (10.14.2.0-3) unstable; urgency=medium

  * Team upload.
  * Add patch for CVE-2022-46337 (Closes: #1056755)
  * Update lintian-overrides for derby source package

 -- tony mancill <email address hidden>  Sat, 25 Nov 2023 21:25:10 -0800

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
derby_10.14.2.0-3.dsc 2.2 KiB 8d0d61062d367dbdf41692338333e3b0d39ba3c41d35c684ad98d6f838cb77f4
derby_10.14.2.0.orig.tar.xz 7.7 MiB 3f2a432414b904318e157651aa01f8a051084c84ba2936e2962e22a866602cc5
derby_10.14.2.0-3.debian.tar.xz 15.6 KiB 696f352282712ad691ff42bc60ce49dbd55143db4b61cdad4ecc2a466cd224d3

Available diffs

No changes file available.

Binary packages built by this source

derby-doc: Apache Derby API documentation and examples

 Apache Derby is an open source relational database implemented entirely
 in Java.
 .
 This package contains a Javadoc documenting the API and demo software
 for Apache Derby.

derby-tools: Apache Derby Tools

 The Derby tools and utilities are a set of routines supplied with Derby
 that are typically used to create, inspect, and update a Derby database.
 .
 These tools and utilities include:
  * NetworkServerControl, provides the ability to start a Network Server or
    connect to a running Network Server to shutdown, configure or retrieve
    diagnostic information.
  * ij, the Derby's interactive JDBC scripting tool. It is a simple utility
    for running scripts against a Derby database. You can also use it
    interactively to run ad hoc queries. ij provides several commands for ease
    in accessing a variety of JDBC features.
    ij can be used in an embedded or a client/server environment.
  * sysinfo, provides information about your version of Derby and your
    environment.
  * dblook, the Derby's Data Definition Language (DDL) Generation Utility,
    more informally called a schema dump tool. It is a simple utility that
    dumps the DDL of a user-specified database to either a console or a file.
    The generated DDL can then be used for such things as recreating all or
    parts of a database, viewing a subset of a database's objects (for example,
    those which pertain to specific tables and schemas), or documenting
    a database's schema.
  * SignatureChecker, a tool that identifies any SQL functions and procedures
    in a database that do not follow the SQL Standard argument matching rules.
  * PlanExporter, a tool to export query plan data for further analysis.

libderby-java: Apache Derby Database Engine and Embedded JDBC Driver

 Apache Derby is an open source relational database implemented entirely
 in Java.
  * Derby has a small footprint -- about 2.6 megabytes for the base engine and
    embedded JDBC driver.
  * Derby is based on the Java, JDBC, and SQL standards.
  * Derby provides an embedded JDBC driver that lets you embed Derby in any
    Java-based solution.
  * Derby also supports the more familiar client/server mode with the Derby
    Network Client JDBC driver and Derby Network Server.
  * Derby is easy to install, deploy, and use.
 .
 This package includes the database server, the embedded JDBC driver and
 localisations.

libderbyclient-java: Apache Derby Client JDBC Driver

 The Derby network client provides network connectivity to the Derby Network
 Server. It is distributed as an additional jar file, derbyclient.jar, with an
 entirely independent code base from the embedded driver.
 .
 The Derby network client is a type 4, JDBC compliant Driver, which attempts
 to match the Derby Embedded JDBC driver as much as possible.
 .
 The Derby Network Server is provided by the derby-core package.