cryptominisat 5.11.15+dfsg1-1.1build1 source package in Ubuntu

Changelog

cryptominisat (5.11.15+dfsg1-1.1build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 17:57:30 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
cryptominisat_5.11.15+dfsg1.orig.tar.xz 463.7 KiB 225ce75c8cda834e4e10c8260b1a0c6e6a836a8249ac293403aa660a35767f65
cryptominisat_5.11.15+dfsg1-1.1build1.debian.tar.xz 5.6 KiB 94e855ff11f3989f3d6d5fe58e639a5444b4d4a65c933a02626e1edb92bb8434
cryptominisat_5.11.15+dfsg1-1.1build1.dsc 2.6 KiB 865649d3c488091be1968765ea983a36ee938bc76e5c31b79278f14f91ae9c7c

View changes file

Binary packages built by this source

cryptominisat: SAT solver command line interface

 CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver.
 .
 This package provides a command line interface which reads SAT formulas in
 conjunctive normal form in the DIMACS format with the extension of XOR
 clauses and decides whether they are satisfiable.

cryptominisat-dbgsym: debug symbols for cryptominisat
libcryptominisat5-5.11t64: SAT solver library

 CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver.
 .
 This package provides a shared library to link against the CryptoMiniSat
 library.

libcryptominisat5-5.11t64-dbgsym: debug symbols for libcryptominisat5-5.11t64
libcryptominisat5-dev: development files for the CryptoMiniSat SAT solver

 CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver.
 .
 This package provides C++ header files to interface with CryptoMiniSat. See
 https://github.com/msoos/cryptominisat#library-usage for some examples. This
 package also includes the experimental cryptominisat_c.h header to interface
 with CryptoMiniSat from C.

python3-cryptominisat: Python bindings for the CryptoMiniSat SAT solver (Python 3)

 CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver.
 .
 This package provides the pycryptosat module to use CryptoMiniSat from Python
 3. See https://github.com/msoos/cryptominisat#python-usage for examples.

python3-cryptominisat-dbgsym: debug symbols for python3-cryptominisat