Debian NEW package overview for librandombytes
librandombytes_0~20230905-1_amd64.changes (click to toggle)
Format:1.8
Date:Fri, 08 Sep 2023 14:11:23 +0200
Source:librandombytes
Binary:librandombytes-dev librandombytes1 librandombytes1-dbgsym randombytes randombytes-dbgsym
Architecture:source amd64
Version:0~20230905-1
Distribution:unstable
Urgency:medium
Maintainer:Jan Mojžíš <jan.mojzis@gmail.com>
Changed-By:Jan Mojžíš <jan.mojzis@gmail.com>
Description:
librandombytes-dev - Library generating fresh randomness - development files
librandombytes1 - Library generating fresh randomness - shared library
randombytes - Library generating fresh randomness - command-line tool
Closes:1029842
Changes:
librandombytes (0~20230905-1) unstable; urgency=medium

  [ Jan Mojžíš ]
  * Initial release. (Closes: #1029842)

  [ Simon Josefsson ]
  * Run wrap-and-sort -satb.
  * control: Reorder binary packages so librandombytes1 is first.
  * Capitalize OpenSSL name.
  * copyright: Use CC0 for debian/ works.
  * tests: Test library without root permission too.
  * Add myself to Uploaders.
Files:
6c8079d80f40b67f3d3573c9a557a4ed 1580 libs optional librandombytes_0~20230905-1.dsc
607f817a32c686c87f1a18694b0b5b77 26138 libs optional librandombytes_0~20230905.orig.tar.gz
8525694f55d5c681e4b65b1f6dabf6e1 4896 libs optional librandombytes_0~20230905-1.debian.tar.xz
62f21f13fc01f62dae31ddec43711867 7288 libdevel optional librandombytes-dev_0~20230905-1_amd64.deb
4baadf5e47c93cf46d3fd20af1e90986 7448 debug optional librandombytes1-dbgsym_0~20230905-1_amd64.deb
46b9318504200b4409cf32c951d6c6e5 6096 libs optional librandombytes1_0~20230905-1_amd64.deb
c2a3fe898364a130553362183f46f562 7061 libs optional librandombytes_0~20230905-1_amd64.buildinfo
75257d021dbf45dbeadf447cd377f12a 7564 debug optional randombytes-dbgsym_0~20230905-1_amd64.deb
04f217316fd4eaaabcac0f9b56625874 6276 devel optional randombytes_0~20230905-1_amd64.deb
librandombytes_0~20230905-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:librandombytes
Binary:librandombytes1, librandombytes-dev, randombytes
Architecture:any
Version:0~20230905-1
Maintainer:Jan Mojžíš <jan.mojzis@gmail.com>
Uploaders:Simon Josefsson <simon@josefsson.org>,
Homepage:https://randombytes.cr.yp.to/
Standards-Version:4.6.2
Vcs-Browser:https://salsa.debian.org/debian/librandombytes
Vcs-Git:https://salsa.debian.org/debian/librandombytes.git
Testsuite:autopkgtest
Testsuite-Triggers:build-essential, dpkg-dev
Build-Depends:debhelper-compat (=13), libssl-dev, python3
Package-List:librandombytes-dev deb libdevel optional arch=any librandombytes1 deb libs optional arch=any randombytes deb devel optional arch=any
Files:
607f817a32c686c87f1a18694b0b5b77 26138 librandombytes_0~20230905.orig.tar.gz
8525694f55d5c681e4b65b1f6dabf6e1 4896 librandombytes_0~20230905-1.debian.tar.xz
lintian 2.104.0 check for librandombytes_0~20230905-1.dsc (click to toggle)
README.source for librandombytes_0~20230905-1.dsc (click to toggle)
No README.source in this package
control file for librandombytes-dev_0~20230905-1_amd64.deb (click to toggle)
Package:librandombytes-dev
Source:librandombytes
Version:0~20230905-1
Architecture:amd64
Maintainer:Jan Mojžíš <jan.mojzis@gmail.com>
Installed-Size:33
Depends:librandombytes1 (=0~20230905-1)
Section:libdevel
Priority:optional
Homepage:https://randombytes.cr.yp.to/
Description:
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.
lintian 2.104.0 check for librandombytes-dev_0~20230905-1_amd64.deb (click to toggle)
contents of librandombytes-dev_0~20230905-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2023-09-08 12:11 ./
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/include/
-rw-r--r-- root/root       483 2023-09-05 17:14 ./usr/include/randombytes.h
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root     10774 2023-09-08 12:11 ./usr/lib/x86_64-linux-gnu/librandombytes-kernel.a
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/doc/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/doc/librandombytes-dev/
-rw-r--r-- root/root       354 2023-09-08 12:11 ./usr/share/doc/librandombytes-dev/changelog.Debian.gz
-rw-r--r-- root/root      3384 2023-09-08 12:11 ./usr/share/doc/librandombytes-dev/copyright
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/man/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/man/man3/
-rw-r--r-- root/root      1503 2023-09-08 12:11 ./usr/share/man/man3/randombytes.3.gz
lrwxrwxrwx root/root         0 2023-09-08 12:11 ./usr/lib/x86_64-linux-gnu/librandombytes-kernel.so -> librandombytes-kernel.so.1
lrwxrwxrwx root/root         0 2023-09-08 12:11 ./usr/lib/x86_64-linux-gnu/librandombytes.a -> librandombytes-kernel.a
lrwxrwxrwx root/root         0 2023-09-08 12:11 ./usr/lib/x86_64-linux-gnu/librandombytes.so -> librandombytes-kernel.so
control file for librandombytes1_0~20230905-1_amd64.deb (click to toggle)
Package:librandombytes1
Source:librandombytes
Version:0~20230905-1
Architecture:amd64
Maintainer:Jan Mojžíš <jan.mojzis@gmail.com>
Installed-Size:34
Depends:libc6 (>=2.25)
Section:libs
Priority:optional
Homepage:https://randombytes.cr.yp.to/
Description:
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.
lintian 2.104.0 check for librandombytes1_0~20230905-1_amd64.deb (click to toggle)
contents of librandombytes1_0~20230905-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2023-09-08 12:11 ./
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root     14176 2023-09-08 12:11 ./usr/lib/x86_64-linux-gnu/librandombytes-kernel.so.1
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/doc/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/doc/librandombytes1/
-rw-r--r-- root/root       354 2023-09-08 12:11 ./usr/share/doc/librandombytes1/changelog.Debian.gz
-rw-r--r-- root/root      3384 2023-09-08 12:11 ./usr/share/doc/librandombytes1/copyright
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/lintian/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/lintian/overrides/
-rw-r--r-- root/root        50 2023-09-08 12:11 ./usr/share/lintian/overrides/librandombytes1
lrwxrwxrwx root/root         0 2023-09-08 12:11 ./usr/lib/x86_64-linux-gnu/librandombytes.so.1 -> librandombytes-kernel.so.1
control file for librandombytes1-dbgsym_0~20230905-1_amd64.deb (click to toggle)
Package:librandombytes1-dbgsym
Source:librandombytes
Version:0~20230905-1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Jan Mojžíš <jan.mojzis@gmail.com>
Installed-Size:21
Depends:librandombytes1 (=0~20230905-1)
Section:debug
Priority:optional
Description:
debug symbols for librandombytes1
Build-Ids:53bf081ca9778728560982f413a6f60847a69a44
lintian 2.104.0 check for librandombytes1-dbgsym_0~20230905-1_amd64.deb (click to toggle)
contents of librandombytes1-dbgsym_0~20230905-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2023-09-08 12:11 ./
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/debug/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/debug/.build-id/53/
-rw-r--r-- root/root     10704 2023-09-08 12:11 ./usr/lib/debug/.build-id/53/bf081ca9778728560982f413a6f60847a69a44.debug
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/doc/
lrwxrwxrwx root/root         0 2023-09-08 12:11 ./usr/share/doc/librandombytes1-dbgsym -> librandombytes1
control file for randombytes_0~20230905-1_amd64.deb (click to toggle)
Package:randombytes
Source:librandombytes
Version:0~20230905-1
Architecture:amd64
Maintainer:Jan Mojžíš <jan.mojzis@gmail.com>
Installed-Size:27
Depends:libc6 (>=2.34), librandombytes1 (>=0~20230126)
Section:devel
Priority:optional
Homepage:https://randombytes.cr.yp.to/
Description:
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".
lintian 2.104.0 check for randombytes_0~20230905-1_amd64.deb (click to toggle)
contents of randombytes_0~20230905-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2023-09-08 12:11 ./
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/bin/
-rwxr-xr-x root/root     14416 2023-09-08 12:11 ./usr/bin/randombytes-info
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/doc/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/doc/randombytes/
-rw-r--r-- root/root       354 2023-09-08 12:11 ./usr/share/doc/randombytes/changelog.Debian.gz
-rw-r--r-- root/root      3384 2023-09-08 12:11 ./usr/share/doc/randombytes/copyright
control file for randombytes-dbgsym_0~20230905-1_amd64.deb (click to toggle)
Package:randombytes-dbgsym
Source:librandombytes
Version:0~20230905-1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Jan Mojžíš <jan.mojzis@gmail.com>
Installed-Size:21
Depends:randombytes (=0~20230905-1)
Section:debug
Priority:optional
Description:
debug symbols for randombytes
Build-Ids:f3be0b4e4a560cb3bf97e0b6b6b261a0bf634d45
lintian 2.104.0 check for randombytes-dbgsym_0~20230905-1_amd64.deb (click to toggle)
contents of randombytes-dbgsym_0~20230905-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2023-09-08 12:11 ./
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/debug/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/lib/debug/.build-id/f3/
-rw-r--r-- root/root     11232 2023-09-08 12:11 ./usr/lib/debug/.build-id/f3/be0b4e4a560cb3bf97e0b6b6b261a0bf634d45.debug
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/
drwxr-xr-x root/root         0 2023-09-08 12:11 ./usr/share/doc/
lrwxrwxrwx root/root         0 2023-09-08 12:11 ./usr/share/doc/randombytes-dbgsym -> randombytes

Timestamp: 08.09.2023 / 14:14:22 (UTC)