safeclib 3.7-1 source package in Ubuntu

Changelog

safeclib (3.7-1) unstable; urgency=medium

  * New upstream release.
  * Disable hardening on alpha hppa ia64.

 -- Adam Borowski <email address hidden>  Sat, 29 Jan 2022 19:53:48 +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

Downloads

File Size SHA-256 Checksum
safeclib_3.7-1.dsc 1.9 KiB 2d7d2b6608d32c22110ca0087ea85fa297924d009a833864f729a53b8e69656e
safeclib_3.7.orig.tar.gz 2.1 MiB 12e1fd8d25b5812afc1c7dafa17404dcd4a7460a6e4dc291321506d5a23ce27e
safeclib_3.7-1.debian.tar.xz 3.8 KiB a44127e4e18b20267b26c5068fb4fd87b2e21abe6ababf7418d50cefa5e8f8df

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