pmdk 1.8-1ubuntu1 source package in Ubuntu
Changelog
pmdk (1.8-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/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: - d/control: the valgrind test is failing, remove it from build-depends [Valgrind tests aren't running due to missing pmemcheck anyway] * Added: - d/NEWS: note about libvmem and libvmmalloc coming from another source package now. pmdk (1.8-1) unstable; urgency=medium * New upstream release. pmdk (1.8~rc1-2) experimental; urgency=medium * Pick pre-release fixes. * Re-enable out_err_mt tests. pmdk (1.8~rc1-1) experimental; urgency=medium * New upstream pre-release. * Drop vmem and vmmalloc. * Enable ppc64el. * Enable KEEP_GOING to list all test failures. * Temporarily disable out_err_mt tests. * Patch away differences between 1.8-rc1 tarball and tag. * Update symbols. -- Andreas Hasenack <email address hidden> Thu, 06 Feb 2020 11:23:28 -0300
Upload details
- Uploaded by:
- Andreas Hasenack
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 arm64 ppc64el all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pmdk_1.8.orig.tar.gz | 2.1 MiB | afa8d3dd94e704637681331a8c06e31e02f96cfd8bcad82a9d6a9ec7f7775bf8 |
pmdk_1.8-1ubuntu1.debian.tar.xz | 17.7 KiB | be553c4996f77bc3f1e044f2bbdc3b95503b4bd0bdcfd45c254e797acbf47a0c |
pmdk_1.8-1ubuntu1.dsc | 3.4 KiB | 1186b8bcbe60a6ec536c0220fd7a7a91a07ebecc59ce37d41f32428da8a5869b |
Available diffs
- diff from 1.7-1ubuntu1 to 1.8-1ubuntu1 (872.3 KiB)
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: No summary available for libpmem1-debug in ubuntu groovy.
No description available for libpmem1-debug in ubuntu groovy.
- libpmemblk-dev: No summary available for libpmemblk-dev in ubuntu groovy.
No description available for libpmemblk-dev in ubuntu groovy.
- 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: No summary available for libpmemlog1-dbgsym in ubuntu groovy.
No description available for libpmemlog1-dbgsym in ubuntu groovy.
- 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: No summary available for libpmemobj-doc in ubuntu groovy.
No description available for libpmemobj-doc in ubuntu groovy.
- 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: No summary available for libpmemobj1-debug in ubuntu groovy.
No description available for libpmemobj1-debug in ubuntu groovy.
- 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.
- 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