st 1.9-3.3build1 source package in Ubuntu

Changelog

st (1.9-3.3build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:53:19 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
st_1.9.orig.tar.gz 106.2 KiB b10d6f25bded6fedd5d22d950fc60ae137f363e14456e35ba7b295e0924a7db1
st_1.9-3.3build1.debian.tar.xz 6.5 KiB 3653fdf767679bc82165a04e60cadcfc52434619f61b71483229c00aa3dd846b
st_1.9-3.3build1.dsc 1.9 KiB 9b360d9907fde4959bf08414dde00929f11f8cf2832a10c8c6799f26abd8be31

View changes file

Binary packages built by this source

libst-dev: State Threads Library - Development files

 The State Threads library has an interface similar to POSIX threads.
 .
 However, the threads are actually all run in-process. This type of
 threading allows for controlled schedualing points. It is highly useful
 for designing robust and extremely scalable internet applications since
 there is no resource contention and locking is generally unnecessary.
 .
 It can be combined with traditional threading or multiple process
 parallelism to take advantage of multiple processors.
 .
 This package contains the development files for compiling programs.

libst1t64: State Threads Library

 The State Threads library has an interface similar to POSIX threads.
 .
 However, the threads are actually all run in-process. This type of
 threading allows for controlled schedualing points. It is highly useful
 for designing robust and extremely scalable internet applications since
 there is no resource contention and locking is generally unnecessary.
 .
 It can be combined with traditional threading or multiple process
 parallelism to take advantage of multiple processors.
 .
 This package provides the library required by dependent programs.

libst1t64-dbgsym: debug symbols for libst1t64