safeclib 3.7.1-2 source package in Ubuntu

Changelog

safeclib (3.7.1-2) unstable; urgency=medium

  * Add tzdata to B-Depends.  Closes: #1027380.

 -- Adam Borowski <email address hidden>  Sun, 01 Jan 2023 19:17:45 +0100

Upload details

Uploaded by:
Adam Borowski
Uploaded to:
Sid
Original maintainer:
Adam Borowski
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
safeclib_3.7.1-2.dsc 1.9 KiB 973fc2ffe5697bb14efd8392a143ca4807ca15eac1e86558cd3997679f912d64
safeclib_3.7.1.orig.tar.gz 2.1 MiB baac28b60f8f46ae0f273155f4968b20e84380016629247ed2a4d7e3fbeb4d98
safeclib_3.7.1-2.debian.tar.xz 3.9 KiB 435beb30e7f6aca777b65e5b434bb9020a923dfbfce97b1c5fe7fba24ed01597

Available diffs

No changes file available.

Binary packages built by this source

libsafec-dev: "safe" C libc extensions (Annex K) - dev

 This library implements controversial C11 Annex K (TR24731) extensions.
 They are most commonly known as _s variants implemented by MSVC, dubbed as
 "secure" to the point of MSVC-related linters claiming standard functions
 to be deprecated. However, they've been nearly-universally panned by other
 libc implementors, the most recent discussion about Annex K removal and/or
 deprecation being N1967. It is recommended to avoid using these functions
 -- they're either prone to misuse or merely inefficient (measuring a
 string's length multiple times being the most frequent case).
 .
 Yet despite these downsides, it is nice to have these functions available
 when porting some software that originated on Windows.
 .
 This package includes development headers.

libsafec3: "safe" C libc extensions (Annex K)

 This library implements controversial C11 Annex K (TR24731) extensions.
 They are most commonly known as _s variants implemented by MSVC, dubbed as
 "secure" to the point of MSVC-related linters claiming standard functions
 to be deprecated. However, they've been nearly-universally panned by other
 libc implementors, the most recent discussion about Annex K removal and/or
 deprecation being N1967. It is recommended to avoid using these functions
 -- they're either prone to misuse or merely inefficient (measuring a
 string's length multiple times being the most frequent case).
 .
 Yet despite these downsides, it is nice to have these functions available
 when porting some software that originated on Windows.
 .
 This package includes runtime binaries for the library.

libsafec3-dbgsym: debug symbols for libsafec3