pmdk 1.7-1ubuntu1 source package in Ubuntu

Changelog

pmdk (1.7-1ubuntu1) focal; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - libpmemobj c++ bindings are on separate source now
      + d/control: setup transition from libpmemobj-doc to libpmemobj-cpp-doc
        [Can be dropped after 20.04]
    - d/NEWS: added to explain important packaging changes in this update
      [Can be dropped after 20.04]
    - d/control: the valgrind test is failing, remove it from
      build-depends
    - d/README.source: explains some lintian checks and the reason why
      jemalloc is bundled.
    - d/rules: re-enabled TEST34 as it seems to work fine in the Ubuntu
      test runners
  * Dropped:
    - libpmemobj c++ bindings are on separate source now:
      + d/libpmemobj-doc.install: removed
        [In 1.6.1-2]
      + d/libpmemobj-doc.doc-base: removed
        [In 1.6.1-2]
    - d/t/{daxio-version,rpmemd-version}: adjust the test to cope with
      release candidate versions
      [In 1.7~rc2-1]

pmdk (1.7-1) unstable; urgency=medium

  * Upstream release.

pmdk (1.7~rc2-1) experimental; urgency=medium

  * New upstream pre-release.
  * Enable python-based tests.
  * Update symbols.

pmdk (1.7~rc1-1) experimental; urgency=medium

  * New upstream pre-release.
  * Drop redundant dirs from example paths.
  * Use upstream method to avoid building examples.
  * Multi-Arch settings.
  * Update symbols.

pmdk (1.6.1-2) unstable; urgency=medium

  * Verify upstream GPG signatures.
  * Drop unused install files for libpmemobj-doc.
  * Add autopkgtests to compile examples against installed libraries.

 -- Andreas Hasenack <email address hidden>  Wed, 04 Dec 2019 18:15:12 -0300

Upload details

Uploaded by:
Andreas Hasenack
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
pmdk_1.7.orig.tar.gz 2.5 MiB 865ce1b422bc83109cb4a63dcff8fd1077eea3617e668faf6a043208d8be03ca
pmdk_1.7-1ubuntu1.debian.tar.xz 19.1 KiB 481ab4fbff6fa1d2f1f7d7f70d70db9c3a49fddab011aa6d1b8bda326cc871cb
pmdk_1.7-1ubuntu1.dsc 3.7 KiB b0d0a39856ba0599668289145655e7bc54a13487e80d1cf118b6ba1418be7d86

Available diffs

View changes file

Binary packages built by this source

libpmem-dev: development files for libpmem1

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This package contains libraries and header files used for linking programs
 against libpmem.

libpmem1: Persistent Memory low level support library

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This library is provided for software which tracks every store to pmem and
 needs to flush those changes to durability. Most developers will find higher
 level libraries like libpmemobj to be much more convenient.

libpmem1-dbgsym: debug symbols for libpmem1
libpmem1-debug: Persistent Memory low level support library — debug build

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This library is provided for software which tracks every store to pmem and
 needs to flush those changes to durability. Most developers will find higher
 level libraries like libpmemobj to be much more convenient.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemblk-dev: development files for libpmemblk1

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This package contains libraries and header files used for linking programs
 against libpmemblk.

libpmemblk1: Persistent Memory block array support library

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This library is provided for cases requiring large arrays of objects at least
 512 bytes each. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.

libpmemblk1-dbgsym: debug symbols for libpmemblk1
libpmemblk1-debug: Persistent Memory block array support library — debug build

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This library is provided for cases requiring large arrays of objects at least
 512 bytes each. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemlog-dev: development files for libpmemlog1

 libpmemlog implements a pmem-resident log file.
 .
 This package contains libraries and header files used for linking programs
 against libpmemlog.

libpmemlog1: Persistent Memory log file support library

 libpmemlog implements a pmem-resident log file.
 .
 This library is provided for cases requiring an append-mostly file to record
 variable length entries. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.

libpmemlog1-dbgsym: debug symbols for libpmemlog1
libpmemlog1-debug: Persistent Memory log file support library — debug build

 libpmemlog implements a pmem-resident log file.
 .
 This library is provided for cases requiring an append-mostly file to record
 variable length entries. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemobj-dev: development files for libpmemobj1

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.
 .
 This package contains libraries and header files used for linking programs
 against libpmemobj.

libpmemobj-doc: Transitional package for libpmemobj-cpp-doc

 This is a transitional package. It can safely be removed.

libpmemobj1: Persistent Memory object store support library

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.

libpmemobj1-dbgsym: debug symbols for libpmemobj1
libpmemobj1-debug: Persistent Memory object store support library — debug build

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmempool-dev: development files for libpmempool1

 libpmempool provides a set of utilities for management, diagnostics and repair
 of persistent memory pools.
 .
 This package contains libraries and header files used for linking programs
 against libpmempool.

libpmempool1: Persistent Memory pool management support library

 libpmempool provides a set of utilities for management, diagnostics and repair
 of persistent memory pools. A pool in this context means a pmemobj pool,
 pmemblk pool, pmemlog pool or BTT layout, independent of the underlying
 storage. The libpmempool is for applications that need high reliability or
 built-in troubleshooting. It may be useful for testing and debugging purposes
 also.

libpmempool1-dbgsym: debug symbols for libpmempool1
libpmempool1-debug: Persistent Memory pool management support library — debug build

 libpmempool provides a set of utilities for management, diagnostics and repair
 of persistent memory pools. A pool in this context means a pmemobj pool,
 pmemblk pool, pmemlog pool or BTT layout, independent of the underlying
 storage. The libpmempool is for applications that need high reliability or
 built-in troubleshooting. It may be useful for testing and debugging purposes
 also.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

librpmem-dev: development files for librpmem1

 librpmem provides low-level support for remote access to persistent memory
 (pmem) utilizing RDMA-capable RNICs.
 .
 This package contains libraries and header files used for linking programs
 against librpmem.

librpmem1: Persistent Memory remote access support library

 librpmem provides low-level support for remote access to persistent memory
 (pmem) utilizing RDMA-capable RNICs. The library can be used to replicate
 remotely a memory region over RDMA protocol. It utilizes appropriate
 persistency mechanism based on remote node’s platform capabilities. The
 librpmem utilizes the ssh client to authenticate a user on remote node and for
 encryption of connection’s out-of-band configuration data.
 .
 This library is for applications that use remote persistent memory directly,
 without the help of any library-supplied transactions or memory allocation.
 Higher-level libraries that build on libpmem are available and are recommended
 for most applications.

librpmem1-dbgsym: debug symbols for librpmem1
librpmem1-debug: Persistent Memory remote access support library — debug build

 librpmem provides low-level support for remote access to persistent memory
 (pmem) utilizing RDMA-capable RNICs. The library can be used to replicate
 remotely a memory region over RDMA protocol. It utilizes appropriate
 persistency mechanism based on remote node’s platform capabilities. The
 librpmem utilizes the ssh client to authenticate a user on remote node and for
 encryption of connection’s out-of-band configuration data.
 .
 This library is for applications that use remote persistent memory directly,
 without the help of any library-supplied transactions or memory allocation.
 Higher-level libraries that build on libpmem are available and are recommended
 for most applications.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libvmem-dev: development files for libvmem1

 The libvmem library turns a pool of persistent memory into a volatile memory
 pool, similar to the system heap but kept separate and with its own
 malloc-style API.
 .
 This package contains libraries and header files used for linking programs
 against libvmem.

libvmem1: Persistent Memory volatile memory support library

 The libvmem library turns a pool of persistent memory into a volatile memory
 pool, similar to the system heap but kept separate and with its own
 malloc-style API.
 .
 libvmem supports the traditional malloc/free interfaces on a memory mapped
 file. This allows the use of persistent memory as volatile memory, for cases
 where the pool of persistent memory is useful to an application, but when the
 application doesn’t need it to be persistent.

libvmem1-dbgsym: debug symbols for libvmem1
libvmem1-debug: No summary available for libvmem1-debug in ubuntu focal.

No description available for libvmem1-debug in ubuntu focal.

libvmmalloc-dev: development files for libvmmalloc1

 The libvmmalloc library transparently converts all the dynamic memory
 allocations into volatile persistent memory allocations.
 .
 This package contains libraries and header files used for linking programs
 against libvmalloc.

libvmmalloc1: Persistent Memory dynamic allocation support library

 The libvmmalloc library transparently converts all the dynamic memory
 allocations into volatile persistent memory allocations. This allows the
 use of persistent memory as volatile memory without modifying the target
 application.

libvmmalloc1-dbgsym: debug symbols for libvmmalloc1
libvmmalloc1-debug: No summary available for libvmmalloc1-debug in ubuntu focal.

No description available for libvmmalloc1-debug in ubuntu focal.

pmdk-tools: Persistent Memory management tools

 The main purpose of this package is to provide a user with a set of utilities
 for off-line analysis and manipulation of pools created by pmem libraries.
 .
 The utilities may be useful for troubleshooting by system administrators and
 for software developers who work on applications based on these libraries. The
 latter may find these tools useful for testing and debugging purposes also.

pmdk-tools-dbgsym: debug symbols for pmdk-tools