safeclib 3.6-1 source package in Ubuntu

Changelog

safeclib (3.6-1) unstable; urgency=medium

  * New upstream release.
  * Restore deleted/changed tests.
  * ... and a bunch of other files (the upstream tarballs are better now).
  * Patch the build system to not encode exact version in the soname.
  * ... this changes the runtime library's package name to "libsafec3".
  * Improve the description a bit.
  * Add a watch file.
  * dh 13.

 -- Adam Borowski <email address hidden>  Thu, 30 Sep 2021 11:36:21 +0200

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

Downloads

File Size SHA-256 Checksum
safeclib_3.6-1.dsc 1.9 KiB 56f19379919e522ed126cdbdabd7f4caef9704c4637f0e8abc93e51931378f39
safeclib_3.6.orig.tar.gz 2.0 MiB bd99d4555030719a83807649b3749bc483143b3548278daaa0a4af0fed5dc4de
safeclib_3.6-1.debian.tar.xz 4.8 KiB 079a4536572e44e02532706a41da820a9062d9dbbb74410fcb8a3ca492b40a8f

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