librandombytes 0~20230919-2 source package in Ubuntu

Changelog

librandombytes (0~20230919-2) unstable; urgency=medium

  [ Jan Mojžíš ]
  * d/compiler/{gcc,clang}: add debian compiler wrappers. It adds Debian
    specifific options distributed in $CC, $CFLAGS, $CPPFLAGS and $LDFLAGS
  * d/control: add Conflicts: libnacl-dev (<< 20110221-13~)
    The libnacl-dev package contained until version 20110221-12 the
    /usr/lib/<arch>/librandombytes.a file, which caused the conflict.
    Since version 20110221-13 is the /usr/lib/<arch>/librandombytes.a file
    removed from libnacl-dev and libnacl-dev depends on librandombytes library.
    (Closes: #1054042)
  * d/control add Multi-Arch: same
  * d/rules add DEB_BUILD_MAINT_OPTIONS = optimize=+lto
  * d/rules add DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,noexecstack
  * d/tests/ autopkg tests simplified, all tests uses randombytes-info source

 -- Simon Josefsson <email address hidden>  Wed, 18 Oct 2023 18:20:43 +0200

Upload details

Uploaded by:
Jan Mojžíš
Uploaded to:
Sid
Original maintainer:
Jan Mojžíš
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
librandombytes_0~20230919-2.dsc 1.6 KiB 211e91ea58cfce80d343922a025a4452c80c1812e38814a6118e2efc0b3a8a6c
librandombytes_0~20230919.orig.tar.gz 25.7 KiB 4b4b4ebc98b3e1208fa6a43965d65e6c6eb06e431244fef39ed1460307c5601f
librandombytes_0~20230919-2.debian.tar.xz 4.6 KiB a138a237319e47189365275144c2eb0f1ea93728fd0af79598cf8a774f5e9afd

No changes file available.

Binary packages built by this source

librandombytes-dev: Library generating fresh randomness - development files

 librandombytes is a public-domain library providing a simple API for
 applications generating fresh randomness: include <randombytes.h>,
 call randombytes(x, xbytes) whenever desired to generate fresh random bytes
 x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.
 .
 Random bytes are often used directly in applications. Random bytes are also
 the foundation of more complicated random objects, such as random integers
 in a limited interval, random floating-point numbers from a (nearly) normal
 distribution, and random keys used in public-key cryptosystems. librandombytes
 is dedicated to obtaining fresh random bytes in the first place, and leaves
 it to higher-level libraries to convert those bytes into other types of random
 objects.
 .
 librandombytes aims for the following stringent randomness goal: no feasible
 computation will ever be able to tell the difference between the output bytes
 and true randomness (independent uniformly distributed random bytes). This
 makes the randombytes() output suitable for use in applications ranging from
 simulations to cryptography.
 .
 Development files.

librandombytes1: Library generating fresh randomness - shared library

 librandombytes is a public-domain library providing a simple API for
 applications generating fresh randomness: include <randombytes.h>,
 call randombytes(x, xbytes) whenever desired to generate fresh random bytes
 x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.
 .
 Random bytes are often used directly in applications. Random bytes are also
 the foundation of more complicated random objects, such as random integers
 in a limited interval, random floating-point numbers from a (nearly) normal
 distribution, and random keys used in public-key cryptosystems. librandombytes
 is dedicated to obtaining fresh random bytes in the first place, and leaves
 it to higher-level libraries to convert those bytes into other types of random
 objects.
 .
 librandombytes aims for the following stringent randomness goal: no feasible
 computation will ever be able to tell the difference between the output bytes
 and true randomness (independent uniformly distributed random bytes). This
 makes the randombytes() output suitable for use in applications ranging from
 simulations to cryptography.
 .
 Shared library.

librandombytes1-dbgsym: debug symbols for librandombytes1
randombytes: Library generating fresh randomness - command-line tool

 librandombytes is a public-domain library providing a simple API for
 applications generating fresh randomness: include <randombytes.h>,
 call randombytes(x, xbytes) whenever desired to generate fresh random bytes
 x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.
 .
 Random bytes are often used directly in applications. Random bytes are also
 the foundation of more complicated random objects, such as random integers
 in a limited interval, random floating-point numbers from a (nearly) normal
 distribution, and random keys used in public-key cryptosystems. librandombytes
 is dedicated to obtaining fresh random bytes in the first place, and leaves
 it to higher-level libraries to convert those bytes into other types of random
 objects.
 .
 librandombytes aims for the following stringent randomness goal: no feasible
 computation will ever be able to tell the difference between the output bytes
 and true randomness (independent uniformly distributed random bytes). This
 makes the randombytes() output suitable for use in applications ranging from
 simulations to cryptography.
 .
 Command line tool "randombytes-info".

randombytes-dbgsym: debug symbols for randombytes