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 |
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. |
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 |
copyright of librandombytes-dev_0~20230905-1_amd64.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: librandombytes Source: https://randombytes.cr.yp.to/ Files: * Copyright: 2023 Daniel J. Bernstein <djb@cr.yp.to> License: LicenseRef-PD-hp or CC0-1.0 or 0BSD or MIT-0 or MIT Comment: See doc/license.md and https://randombytes.cr.yp.to/license.html Files: debian/* Copyright: 2023 Jan Mojžíš <jan.mojzis@gmail.com>, 2023 Simon Josefsson <simon@josefsson.org>, License: CC0-1.0 License: LicenseRef-PD-hp Simple public-domain dedication. . This work is hereby dedicated to the public domain. License: CC0-1.0 CC0 1.0 Universal . The complete text of the CC0 license, version 1.0, can be found in /usr/share/common-licenses/CC0-1.0. License: 0BSD BSD Zero Clause License . Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: MIT-0 MIT No Attribution . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: MIT MIT License . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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. |
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 |
copyright of librandombytes1_0~20230905-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as librandombytes-dev (librandombytes-dev_0~20230905-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: librandombytes Source: https://randombytes.cr.yp.to/ Files: * Copyright: 2023 Daniel J. Bernstein <djb@cr.yp.to> License: LicenseRef-PD-hp or CC0-1.0 or 0BSD or MIT-0 or MIT Comment: See doc/license.md and https://randombytes.cr.yp.to/license.html Files: debian/* Copyright: 2023 Jan Mojžíš <jan.mojzis@gmail.com>, 2023 Simon Josefsson <simon@josefsson.org>, License: CC0-1.0 License: LicenseRef-PD-hp Simple public-domain dedication. . This work is hereby dedicated to the public domain. License: CC0-1.0 CC0 1.0 Universal . The complete text of the CC0 license, version 1.0, can be found in /usr/share/common-licenses/CC0-1.0. License: 0BSD BSD Zero Clause License . Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: MIT-0 MIT No Attribution . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: MIT MIT License . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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 |
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 |
copyright of librandombytes1-dbgsym_0~20230905-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
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". |
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 |
copyright of randombytes_0~20230905-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as librandombytes-dev (librandombytes-dev_0~20230905-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: librandombytes Source: https://randombytes.cr.yp.to/ Files: * Copyright: 2023 Daniel J. Bernstein <djb@cr.yp.to> License: LicenseRef-PD-hp or CC0-1.0 or 0BSD or MIT-0 or MIT Comment: See doc/license.md and https://randombytes.cr.yp.to/license.html Files: debian/* Copyright: 2023 Jan Mojžíš <jan.mojzis@gmail.com>, 2023 Simon Josefsson <simon@josefsson.org>, License: CC0-1.0 License: LicenseRef-PD-hp Simple public-domain dedication. . This work is hereby dedicated to the public domain. License: CC0-1.0 CC0 1.0 Universal . The complete text of the CC0 license, version 1.0, can be found in /usr/share/common-licenses/CC0-1.0. License: 0BSD BSD Zero Clause License . Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: MIT-0 MIT No Attribution . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: MIT MIT License . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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 |
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 |
copyright of randombytes-dbgsym_0~20230905-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
Timestamp: 08.09.2023 / 14:14:22 (UTC)