db5.3 5.3.28-3ubuntu3.1 source package in Ubuntu

Changelog

db5.3 (5.3.28-3ubuntu3.1) trusty-security; urgency=medium

  * SECURITY UPDATE: Berkeley DB reads DB_CONFIG from cwd
    - debian/patches/CVE-2017-10140.patch in src/env/env_open.c.
    - CVE-2017-10140

 -- <email address hidden> (Leonidas S. Barbosa)  Tue, 21 Nov 2017 11:08:34 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates main libs
Trusty security main libs

Downloads

File Size SHA-256 Checksum
db5.3_5.3.28.orig.tar.xz 23.0 MiB e1f85c8b6ebd0ed3ca72fa0ae97b65006f6d0bd0cd6f4ac24bed103cb5497bf5
db5.3_5.3.28-3ubuntu3.1.debian.tar.gz 31.2 KiB 202295adbef6d1bad1e88c52b596ac9a3203adffd51df0a5dc1cf1500cb62899
db5.3_5.3.28-3ubuntu3.1.dsc 2.9 KiB 13bcfae67be9fde82ebdbca7471d42c96e61fbe6214702a0936781c3af7f7a34

View changes file

Binary packages built by this source

db5.3-doc: Berkeley v5.3 Database Documentation [html]

 This package contains documentation in HTML format for all of
 the APIs (C, C++, C#, STL, Java, Tcl) and utilities provided
 by version 5.3 of Berkeley DB.

db5.3-sql-util: Berkeley v5.3 SQL Database Utilities

 This package provides different tools for manipulating databases
 in the Berkeley v5.3 SQL database format, and includes:
  - db5.3_sql: sqlite3 compatible command-line utility

db5.3-sql-util-dbgsym: debug symbols for package db5.3-sql-util

 This package provides different tools for manipulating databases
 in the Berkeley v5.3 SQL database format, and includes:
  - db5.3_sql: sqlite3 compatible command-line utility

db5.3-util: Berkeley v5.3 Database Utilities

 This package provides different tools for manipulating databases
 in the Berkeley v5.3 database format, and includes:
  - db5.3_archive: write the pathnames of the log files no longer in use.
  - db5.3_checkpoint: daemon process to monitor the database log and
    checkpoint it periodically.
  - db5.3_deadlock: traverse the database environment lock region and
    abort lock requests when a deadlock is detected.
  - db5.3_load: loads (and creates) a database from standard input.
  - db5.3_dump: read a database file and write it in a format understood
    by db4.{2..8}_load.
  - db5.3_printlog: dump log files in human readable format.
  - db5.3_stat: display statistics for Berkeley DB environments.
  - db5.3_upgrade: upgrades the version of files and the databases they
    contain.
  - db5.3_verify: check the structure of files and their databases.

db5.3-util-dbgsym: debug symbols for package db5.3-util

 This package provides different tools for manipulating databases
 in the Berkeley v5.3 database format, and includes:
  - db5.3_archive: write the pathnames of the log files no longer in use.
  - db5.3_checkpoint: daemon process to monitor the database log and
    checkpoint it periodically.
  - db5.3_deadlock: traverse the database environment lock region and
    abort lock requests when a deadlock is detected.
  - db5.3_load: loads (and creates) a database from standard input.
  - db5.3_dump: read a database file and write it in a format understood
    by db4.{2..8}_load.
  - db5.3_printlog: dump log files in human readable format.
  - db5.3_stat: display statistics for Berkeley DB environments.
  - db5.3_upgrade: upgrades the version of files and the databases they
    contain.
  - db5.3_verify: check the structure of files and their databases.

libdb5.3: Berkeley v5.3 Database Libraries [runtime]

 This is the runtime package for programs that use the v5.3 Berkeley
 database library.

libdb5.3++: Berkeley v5.3 Database Libraries for C++ [runtime]

 This is the runtime package for programs that use the Berkeley v5.3
 database library. This is only for programs which use the C++ interface.

libdb5.3++-dbgsym: debug symbols for package libdb5.3++

 This is the runtime package for programs that use the Berkeley v5.3
 database library. This is only for programs which use the C++ interface.

libdb5.3++-dev: Berkeley v5.3 Database Libraries for C++ [development]

 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library. This is only for
 programs which will use the C++ interface.

libdb5.3++-dev-dbgsym: debug symbols for package libdb5.3++-dev

 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library. This is only for
 programs which will use the C++ interface.

libdb5.3-dbg: Berkeley v5.3 Database Libraries [debug]

 This package provides the debug symbols for the Berkeley v5.3 database
 libraries and binaries.

libdb5.3-dbgsym: debug symbols for package libdb5.3

 This is the runtime package for programs that use the v5.3 Berkeley
 database library.

libdb5.3-dev: Berkeley v5.3 Database Libraries [development]

 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.

libdb5.3-dev-dbgsym: debug symbols for package libdb5.3-dev

 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.

libdb5.3-java: Berkeley v5.3 Database Libraries for Java

 This package provides the Java interface for the Berkeley v5.3 database
 library.

libdb5.3-java-dev: Berkeley v5.3 Database Libraries for Java [development]

 This package provides the Java interface for the Berkeley v5.3 database
 library.

libdb5.3-java-dev-dbgsym: debug symbols for package libdb5.3-java-dev

 This package provides the Java interface for the Berkeley v5.3 database
 library.

libdb5.3-java-gcj: Berkeley v5.3 Database Libraries for Java (native code)

 This package provides the Java interface for the Berkeley v5.3 database
 library.
 .
 This package contains the natively compiled code for use by gij.

libdb5.3-java-gcj-dbgsym: debug symbols for package libdb5.3-java-gcj

 This package provides the Java interface for the Berkeley v5.3 database
 library.
 .
 This package contains the natively compiled code for use by gij.

libdb5.3-java-jni: Berkeley v5.3 Database Libraries for Java

 This package provides the Java interface for the Berkeley v5.3 database
 library.

libdb5.3-java-jni-dbgsym: debug symbols for package libdb5.3-java-jni

 This package provides the Java interface for the Berkeley v5.3 database
 library.

libdb5.3-sql: Berkeley v5.3 Database Libraries [SQL runtime]

 This is the runtime package for programs that use the v5.3 Berkeley
 database SQL library.

libdb5.3-sql-dbgsym: debug symbols for package libdb5.3-sql

 This is the runtime package for programs that use the v5.3 Berkeley
 database SQL library.

libdb5.3-sql-dev: Berkeley v5.3 Database Libraries [SQL development]

 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.

libdb5.3-sql-dev-dbgsym: debug symbols for package libdb5.3-sql-dev

 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.

libdb5.3-stl: Berkeley v5.3 Database Libraries [STL runtime]

 This is the runtime package for programs that use the v5.3 Berkeley
 database STL library.

libdb5.3-stl-dbgsym: debug symbols for package libdb5.3-stl

 This is the runtime package for programs that use the v5.3 Berkeley
 database STL library.

libdb5.3-stl-dev: Berkeley v5.3 Database Libraries [STL development]

 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.

libdb5.3-stl-dev-dbgsym: debug symbols for package libdb5.3-stl-dev

 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.

libdb5.3-tcl: Berkeley v5.3 Database Libraries for Tcl [module]

 This package provides a Tcl module suitable for accessing Berkeley v5.3
 databases from within Tcl programs.

libdb5.3-tcl-dbgsym: debug symbols for package libdb5.3-tcl

 This package provides a Tcl module suitable for accessing Berkeley v5.3
 databases from within Tcl programs.