debian/0000775000000000000000000000000012312546065007174 5ustar debian/changelog0000664000000000000000000002427512312546054011056 0ustar libbsd (0.6.0-2ubuntu1) trusty; urgency=medium * Merge from debian. Remaining changes: - Use dh-autoreconf to update config files. - Don't run the tests for cross builds. -- Jackson Doak Sat, 15 Mar 2014 07:42:26 +1100 libbsd (0.6.0-2) unstable; urgency=low * Take over standalone maintainership. . * Now using Standards-Version 3.9.5 (no changes needed). * Do not set source compression to xz, it's now the default. * Remove packaging history from debian/copyright. * Add signature checking support to debian/watch, and ship upstream signing keys in debian/upstream/signing-key.asc, exported with pgp-clean (signing-party) to avoid useless bloat. * Only restore /usr/include/nlist.h if it's missing, or if it contains a libbsd instance of the header. And use the matching header from the replaced package, which should now be ABI-compatible. (Closes: #724747) * Remove debian/README.Debian, which contains information provided in the package description. -- Guillem Jover Tue, 04 Mar 2014 05:02:42 +0100 libbsd (0.6.0-1ubuntu1) trusty; urgency=low * Use dh-autoreconf to update config files. * Don't run the tests for cross builds. -- Matthias Klose Tue, 03 Dec 2013 13:19:47 +0100 libbsd (0.6.0-1) unstable; urgency=medium * New upstream release. - Move setproctitle() constructor into a new libbsd-ctor static library, to avoid breakage on dlopen()+threads+constructor situations, like when using samba NSS modules for example. - Export setproctitle_init(). -- Guillem Jover Sun, 14 Jul 2013 14:29:59 +0200 libbsd (0.5.2-1) unstable; urgency=medium * New upstream release. - Force setproctitle() constructor into the .init_array section. - Fix use after free on setproctitle() constructor (bumped urgency). * Update debian/copyright file. -- Guillem Jover Sat, 08 Jun 2013 18:55:59 +0200 libbsd (0.5.1-1) unstable; urgency=low * New upstream release. - Fix build failures on 32-bit systems due to an error on the test suite. -- Guillem Jover Mon, 27 May 2013 07:02:08 +0200 libbsd (0.5.0-1) unstable; urgency=low * New upstream release. - Implement setproctitle(). (Closes: #614959) - Fix «make distclean» target to not remove distributed files. * Change watch file to also look for xz compressed upstream releases. * Fix two builds in a row by calling «make distclean» on clean. * Fix cross-building support by passing correct --build and --host options to configure. Based on patch by Colin Watson . (Closes: #665997) * Move -e option from postinst's shebang to an explicit set call. * Switch to canonical Vcs URLs. * Switch source package to xz compression. * Switch to debhelper compatibility level 9. * Now using Standards-Version 3.9.4 (no changes needed). -- Guillem Jover Mon, 27 May 2013 06:07:08 +0200 libbsd (0.4.2-1) unstable; urgency=low * New upstream release. * Disable silent rules, so that build logs get meaningful information. * Update debian/copyright file. -- Guillem Jover Wed, 27 Jun 2012 09:41:19 +0200 libbsd (0.4.0-1) unstable; urgency=low * New upstream release. (Closes: #668705) - Autoconfiscated, supports cross-building natively. (Closes: #665997) - Provide endian encoding/decoding inline functions. (Closes: #635377) - Provide expand_number(). (Closes: #635379) - Ship under /usr/include/bsd/. (Closes: #634955, #657772) - Ship under /usr/include/bsd/. (Closes: #640895) - Fix header protections when using the overlay. (Closes: #630907) - Fix .so symlinks to be relative even when the .so.N shared library is on a different directory. (Closes: #580372) - Remove all deprecated headers and inclusions. * Avoid leaving the system w/o an previously owned by either libelfg0-dev or libelf-dev when upgrading from old libsd-dev versions which used to Replace them, by restoring from . -- Guillem Jover Tue, 29 May 2012 08:11:13 +0200 libbsd (0.3.0-2) unstable; urgency=low * Make shared library packages multiarch: - Build-Depend on debhelper 8.1.3. - Add misc:Pre-Depends substvar to Pre-Depends field in libbsd0. - Add “Multi-Arch: same” field to libbsd0 and libbsd0-dbg. - Define DEB_HOST_MULTIARCH and use it to set libdir and usrlibdir. - Change paths from lib/ to lib/* in install files. * Now using Standards-Version 3.9.3 (no changes needed). -- Guillem Jover Sat, 25 Feb 2012 20:52:55 +0100 libbsd (0.3.0-1) unstable; urgency=low * New upstream release. * Update and reword function list in package description. * Install all pkg-config files. * Use kfreebsd-any instead of explicit list in libbsd0 Conflicts field. * Now using Standards-Version 3.9.2 (no changes needed). * Switch the symbols file to use symver tags instead of symbol patterns. * Use dpkg-buildflags to set CPPFLAGS, CFLAGS and LDFLAGS. * Remove duplicate inherited Section field from libbsd0. -- Guillem Jover Thu, 02 Jun 2011 20:28:12 +0200 libbsd (0.2.0-1) unstable; urgency=low * New upstream release. * Add ${misc:Depends} to libbsd0-dbg and libbsd-dev Depends. * Now using Standards-Version 3.8.3 (no changes needed). * Switch to source format “3.0 (quilt)”. -- Guillem Jover Mon, 11 Jan 2010 15:47:40 +0100 libbsd (0.1.6-1) unstable; urgency=low * New upstream release. - Fix typo in ‘local-elf.h’ affecting M32R builds. (Closes: #544266) * Add missing libbsd0-udeb.install file to avoid creating empty packages. -- Guillem Jover Sun, 30 Aug 2009 12:55:00 +0200 libbsd (0.1.5-3) unstable; urgency=low * Re-enable libbsd-udeb package on all architectures, as rdate-udeb will need it. -- Aurelien Jarno Mon, 27 Jul 2009 01:56:27 +0200 libbsd (0.1.5-2) unstable; urgency=low * Restrict the udeb package to kfreebsd-*, as requested by Otavio Salvador. -- Aurelien Jarno Mon, 20 Jul 2009 23:21:10 +0200 libbsd (0.1.5-1) unstable; urgency=low * New upstream release. - Fix typo in ‘local-elf.h’ affecting AVR32 and SuperH builds. (Closes: #537210) * Add a new library udeb. * Remove --sourcedir from dh_install unneeded with debhelper compat 7. * Now using Standards-Version 3.8.2 (no changes needed). -- Guillem Jover Fri, 17 Jul 2009 13:59:02 +0200 libbsd (0.1.4-1) unstable; urgency=low * New upstream release. - Define N_SYMSIZE on systems not providing it. (Closes: #530857) * Add Replaces to libbsd-dev on old libfreebsd-dev which used to ship nlist(3) and strmode(3). * Add a watch file. -- Guillem Jover Fri, 29 May 2009 02:54:06 +0200 libbsd (0.1.3-1) unstable; urgency=low * New upstream release. * Actually ship pkg-config file in libbsd-dev. -- Guillem Jover Mon, 25 May 2009 09:45:55 +0200 libbsd (0.1.2-1) unstable; urgency=low * New upstream release. - Fix build failures on s390 and powerpc due to a typo. - Fix build failure on alpha due to unportable access to ‘struct exec’. * Add a Replaces to libbsd-dev on libelfg0-dev which also ships ‘nlist.h’. (Closes: #530450) -- Guillem Jover Mon, 25 May 2009 07:22:36 +0200 libbsd (0.1.1-1) unstable; urgency=low [ Aurelien Jarno ] * Move libbsd0-dbg to section debug. [ Guillem Jover ] * New upstream release. * Add Replaces on libelf-dev which also ships nlist.h. * Update copyright years in debian/copyright. * Add new functions to package description. * Add new wildcard to the symbols file. * Now using Standards-Version 3.8.1 (no changes needed). -- Guillem Jover Wed, 20 May 2009 05:26:28 +0200 libbsd (0.0.1-2) unstable; urgency=low * Switch to debhelper compatibility level 7. * Use dh_prep instead of “dh_clean -k”. * Add a symbols file for libbsd0. * Use UTF-8 copyright symbol in debian/copyright. -- Guillem Jover Sun, 22 Feb 2009 05:10:23 +0200 libbsd (0.0.1-1) unstable; urgency=low * New upstream release. - Install md5.3 man page as md5.3bsd to avoid conflicting with commonly provided file. (Closes: #492199) * Install upstream ChangeLog. -- Guillem Jover Sat, 26 Jul 2008 22:57:42 +0300 libbsd (0.0-4) unstable; urgency=low [ Petr Salinger ] * Alter the versioned Conflicts for kfreebsd architectures, it should be against binary package net-tools comming from source package freebsd-utils. -- Aurelien Jarno Mon, 14 Jul 2008 20:31:06 +0200 libbsd (0.0-3) unstable; urgency=low * Add a Homepage field. * Add Vcs-Browser and Vcs-Svn fields. * Add a versioned Conflicts against freebsd-utils (<< 7.0-2) only on kfreebsd architectures, which was using the link_addr and link_ntoa symbols wrongly provided by libbsd. -- Guillem Jover Sun, 13 Jul 2008 19:51:38 +0300 libbsd (0.0-2) unstable; urgency=low * Upload to Debian. (Closes: #461985) * Improve debian/copyright. - Add detailed information about licenses and copyright holders. - Update upstream download URL. * Improve package descriptions. - Add list of currently provided functions. - Mention this is a package with functions commonly available on BSD systems. * Line wrap Uploaders field. * Add new libbsd0-dbg package. * Clean up debian/rules: - Add build-arch and build-indep targets - Rename install to install-arch. - Remove dependencies from binary-indep. - Change binary-arch to depend only on install-arch. - Use $(filter ...) instead of $(findstring ...) to extract space separated options from DEB_BUILD_OPTIONS. * Now using Standards-Version 3.8.0. -- Guillem Jover Sat, 12 Jul 2008 09:25:08 +0300 libbsd (0.0-1) unreleased; urgency=low * Initial release. -- Hector Garcia Sun, 17 Jul 2005 16:17:35 +0200 debian/libbsd-dev.postinst0000775000000000000000000001352212312546054013020 0ustar #!/bin/sh set -e cat_elfutils_body_nlist_h() { cat <<"EOF" #ifndef _NLIST_H #define _NLIST_H 1 /* Symbol list type. */ struct nlist { char *n_name; /* Symbol name. */ long int n_value; /* Value of symbol. */ short int n_scnum; /* Section number found in. */ unsigned short int n_type; /* Type of symbol. */ char n_sclass; /* Storage class. */ char n_numaux; /* Number of auxiliary entries. */ }; #ifdef __cplusplus extern "C" { #endif /* Get specified entries from file. */ extern int nlist (__const char *__filename, struct nlist *__nl); #ifdef __cplusplus } #endif #endif /* nlist.h */ EOF } cat_elfutils_old_nlist_h() { cat <<"EOF" /* Interface for nlist. Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. Red Hat elfutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Red Hat elfutils; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA. In addition, as a special exception, Red Hat, Inc. gives You the additional right to link the code of Red Hat elfutils with code licensed under any Open Source Initiative certified open source license (http://www.opensource.org/licenses/index.php) which requires the distribution of source code with any binary distribution and to distribute linked combinations of the two. Non-GPL Code permitted under this exception must only link to the code of Red Hat elfutils through those well defined interfaces identified in the file named EXCEPTION found in the source code files (the "Approved Interfaces"). The files of Non-GPL Code may instantiate templates or use macros or inline functions from the Approved Interfaces without causing the resulting work to be covered by the GNU General Public License. Only Red Hat, Inc. may make changes or additions to the list of Approved Interfaces. Red Hat's grant of this exception is conditioned upon your not adding any new exceptions. If you wish to add a new Approved Interface or exception, please contact Red Hat. You must obey the GNU General Public License in all respects for all of the Red Hat elfutils code and other code used in conjunction with Red Hat elfutils except the Non-GPL Code covered by this exception. If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to provide this exception without modification, you must delete this exception statement from your version and license this file solely under the GPL without exception. Red Hat elfutils is an included package of the Open Invention Network. An included package of the Open Invention Network is a package for which Open Invention Network licensees cross-license their patents. No patent license is granted, either expressly or impliedly, by designation as an included package. Should you wish to participate in the Open Invention Network licensing program, please visit www.openinventionnetwork.com . */ EOF cat_elfutils_body_nlist_h } cat_elfutils_new_nlist_h() { cat <<"EOF" /* Interface for nlist. Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc. This file is part of elfutils. This file is free software; you can redistribute it and/or modify it under the terms of either * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version or both in parallel, as here. elfutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see . */ EOF cat_elfutils_body_nlist_h } cat_libelf_nlist_h() { cat <<"EOF" #include EOF } pkg_installed() { local pkg="$1" dpkg-query -f '${Status}' -W $pkg 2>/dev/null | \ grep -qE '[^ ]* ok (unpacked|triggers-awaited|triggers-pending|installed)' } pkg_cmp_version() { local pkg="$1" local cmp_op="$2" local cmp_version="$3" local pkg_version=$(dpkg-query -f '${Version}' -W "$pkg") dpkg --compare-versions $pkg_version $cmp_op $cmp_version } case "$1" in configure) # If nlist.h is missing or contains the libbsd instance, and either # libelf-dev or libelfg0-dev is installed, then we took it over from # them, restore a copy from the correct ABI-compatible one. if [ ! -f /usr/include/nlist.h ] || \ [ "`md5sum /usr/include/nlist.h | awk '{print $1}'`" = "8df5a9787bae18098f88e31c1a31b1ca" ]; then if pkg_installed libelf-dev; then if pkg_cmp_version libelf-dev ge 0.154; then cat_elfutils_new_nlist_h >/usr/include/nlist.h else cat_elfutils_old_nlist_h >/usr/include/nlist.h fi elif pkg_installed libelfg0-dev; then cat_libelf_nlist_h >/usr/include/nlist.h fi fi ;; esac #DEBHELPER# exit 0 debian/libbsd0.install0000664000000000000000000000001512312546033012072 0ustar lib/*/*.so.* debian/control0000664000000000000000000000540712312546054010603 0ustar Source: libbsd Priority: optional Section: libs Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Guillem Jover Vcs-Browser: http://git.hadrons.org/?p=debian/pkgs/libbsd.git Vcs-Git: git://git.hadrons.org/git/debian/pkgs/libbsd.git Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.5 Homepage: http://libbsd.freedesktop.org/ Package: libbsd-dev Section: libdevel Architecture: any Depends: libbsd0 (= ${binary:Version}), ${misc:Depends} Replaces: libfreebsd-dev (<< 0.0-8) Description: utility functions from BSD systems - development files This library provides some functions commonly available on BSD systems but not on others like GNU systems. . The currently provided functions are: . * MD5Data, MD5End, MD5File, MD5FileChunk, MD5Final, MD5Init, MD5Pad, MD5Transform, MD5Update. * arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir, arc4random_uniform. * bsd_getopt. * be16dec, be32dec, be64dec, le16dec, le32dec, le64dec. * be16enc, be32enc, be64enc, le16enc, le32enc, le64enc. * closefrom. * expand_number, dehumanize_number, humanize_number, strtonum, fmtcheck. * errc, verrc, vwarnc, warnc. * fgetln, fparseln, fgetwln, flopen, fpurge. * getmode, setmode, strmode, * getpeereid. * getprogname, setprogname. * heapsort, radixsort, mergesort, sradixsort. * nlist (ELF and a.out support). * pidfile_open, pidfile_write, pidfile_close, pidfile_remove. * readpassphrase. * reallocf. * setproctitle (initialized via libbsd-ctor or setproctitle_init). * strlcpy, strlcat. * strnstr. * strnvis, strnunvis, strunvis, strunvisx, strvis, strvisx, unvis, vis. * wcslcat, wcslcpy. . Also included are some queue macro definitions not present on includes from glibc. Package: libbsd0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: net-tools (<< 7.0-2) [kfreebsd-any] Description: utility functions from BSD systems - shared library This library provides some functions commonly available on BSD systems but not on others like GNU systems. Package: libbsd0-udeb Package-Type: udeb Section: debian-installer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: utility functions from BSD systems - shared library This library provides some functions commonly available on BSD systems but not on others like GNU systems. Package: libbsd0-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Depends: libbsd0 (= ${binary:Version}), ${misc:Depends} Description: utility functions from BSD systems - debugging symbols This library provides some functions commonly available on BSD systems but not on others like GNU systems. debian/libbsd-dev.install0000664000000000000000000000012012312546033012563 0ustar usr/lib/*/*.so usr/lib/*/*.a usr/lib/*/pkgconfig/*.pc usr/include usr/share/man debian/rules0000775000000000000000000000373012312546033010252 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS) LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) confflags += --build=$(DEB_HOST_GNU_TYPE) else confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) endif lib := libbsd0 libdbg := $(lib)-dbg libudeb := $(lib)-udeb libdev := libbsd-dev config-stamp: dh_testdir dh_autoreconf ./configure \ CPPFLAGS="$(CPPFLAGS)" \ CFLAGS="$(CFLAGS)" \ LDFLAGS="$(LDFLAGS)" \ $(confflags) \ --disable-silent-rules \ --prefix=/usr \ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) touch config-stamp build-indep: build-arch: config-stamp dh_testdir $(MAKE) build: build-indep build-arch # Run the test suites check-arch: build-arch dh_testdir ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) check endif endif clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean dh_autoreconf_clean dh_clean install-arch: check-arch dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \ runtimelibdir=/lib/$(DEB_HOST_MULTIARCH) binary-indep: # Nothing to do. binary-arch: install-arch dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_install dh_link dh_strip --dbg-package=$(libdbg) dh_compress dh_fixperms dh_makeshlibs --add-udeb=$(libudeb) dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: install-arch .PHONY: clean build-indep build-arch build binary-indep binary-arch binary debian/libbsd0-udeb.install0000664000000000000000000000001512312546033013007 0ustar lib/*/*.so.* debian/watch0000664000000000000000000000017212312546054010223 0ustar version=3 opts=pgpsigurlmangle=s/$/.asc/ \ http://libbsd.freedesktop.org/releases/ libbsd-(.*)\.tar\.[xg]z debian uupdate debian/compat0000664000000000000000000000000212312546033010365 0ustar 9 debian/upstream/0000775000000000000000000000000012312546064011033 5ustar debian/upstream/signing-key.asc0000664000000000000000000001533212312546054013752 0ustar -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1 mQGiBDfw+1oRBADQWbb/dnJBnw6s/c9LSU5ORjiKrYMF/EhFQGgKgz90IOvdl4kk DlSaqFUruQo2IheUp6eN61JpH5ygCKoFZfH9l+BTG4L0yv276nXq+wY2iQlgBjwy rfm8W580DDSmZLTS+VHS403pHKQ6WlfL8kqjxA+mutYWXsaen/fBVekbpQCg/+OV aHbLBPUjlMyWAhw0UwxJNcED/1fWZlUvwiR05tzx2CtCazM9mxapLwMnpasdgiDt DKQX284GJHvNYqornNVownGFMYwzPSf+ON1AT6BG9VevXyV4Z6mi+e4oWXUBYy5a OYitNVhEL2Z3yi0JMrgzYPXGEukn/HhWKgiwX/sjrpY81ZihFp3kiZ1GSbRBcsEO ZVWyA/9DJc1VcOpsQMMXkvMnxj1YqtcJzlXDby44V4onuWsTNKsHGP0IFkL1LKlm 7WAiKOqZ/zabtiWF3jjZOZt6wLdpvAsiixO6WWgGk2wobLeNKqLie5h16tNMens4 LRDhEVRCupncftBHDOd+V2h10dsC96nLL89lST1NpUfnf9ShA7QjR3VpbGxlbSBK b3ZlciA8Z3VpbGxlbUBoYWRyb25zLm9yZz6IXAQTEQIAHAUCPh+9gQIbAwQLBwMC AxUCAwMWAgECHgECF4AACgkQuW9ciZ2SjJvhowCeNsfqtYXEZQKb0yG7HFb84lIk aL4AoLttFVmbTlY2GKspXAM6W4Fzb+YGiGQEExECACQCGwMCHgECF4ACGQEFAkoC LSEFCwkIBwMFFQoJCAsFFgIDAQAACgkQuW9ciZ2SjJsFbACfcIoqZgGLO/ZlX8O2 LKMU2iZ2UlkAoMI/syljpxraeWH5to5XbMuVcWMHiF8EExECAB8CGwMECwcDAgMV AgMDFgIBAh4BAheABQJBAHlGAhkBAAoJELlvXImdkoybUH4AnRSa8eHRtmdfKmbm EBKcajGXjFeiAKCsR+rn4GCDo1Q+uBKSft5EfHWdaLQnR3VpbGxlbSBKb3ZlciA8 Z3VpbGxlbS5qb3ZlckBtZW50YS5uZXQ+iEkEMBEIAAkFAlBRap0CHSAACgkQuW9c iZ2SjJt5YgCfVhqeBekwiY/vD2GejXaCeT0JTF4AnROHyYPP5Dqzw3+dx+f6kQff Rgb8iGIEExECABoFCwcKAwQDFQMCAxYCAQIXgAIZAQUCPAbwvAASB2VHUEcAAQEJ ELlvXImdkoybKFEAn3DgGW1hKTuD3o7gzTiiIGY2Bo/wAJ95EeXvOVPTFDazesNU rCIq2CaFcohmBBMRAgAeAheABQJKAi0pBQsJCAcDBRUKCQgLBRYCAwEAAh4BABIH ZUdQRwABAQkQuW9ciZ2SjJt4EQCdGQBpCgbIg+V+LNdps8TfgYfYhg8An0CgCUH8 CtyLeG99sZOCkBJlnr/hiF8EExECABcFCwcKAwQDFQMCAxYCAQIXgAUCQQB5PAAS B2VHUEcAAQEJELlvXImdkoybxswAoL8pYhJI010VXUzsYWeS8ezYWcD3AJ9/szPM bQvJb/2RwKTzgYmQH1hbI7QpR3VpbGxlbSBKb3ZlciA8Z3VpbGxlbWpvdmVyQGFt YnR1LmJjbi5lcz6ISQQwEQgACQUCUlDecgIdIAAKCRC5b1yJnZKMmwpoAJ93SP16 gbLZG98572ygKG98Q6YwpACcDm0h0X999XI48NgFA+o2KFx13C+IZgQTEQIAHgIX gAUCSgItKQULCQgHAwUVCgkICwUWAgMBAAIeAQASB2VHUEcAAQEJELlvXImdkoyb 4BwAoNKPxf67yivAMhLHIgDvIjR1uxUEAKCLgCz30A1+pRVXbO7RL0mxdkOvlIhX BBMRAgAXBQI8BvArBQsHCgMEAxUDAgMWAgECF4AACgkQuW9ciZ2SjJs83wCfUpRF hacPD51+ftZ45fkaS5t0xKMAoPt8+fomtgxPZw2tHtbpHJgfaJ+rtCtHdWlsbGVt IEpvdmVyIDxndWlsbGVtLmpvdmVyQGNhbXB1cy51YWIuZXM+iEkEMBEIAAkFAlJQ 3pACHSAACgkQuW9ciZ2SjJts0gCfXdSHsStoZ4xP6GuVMnwwQqCZoEoAnRYNAgQa wUMDYnXB4o3pN4M0Ge8aiGYEExECAB4CF4AFAkoCLSkFCwkIBwMFFQoJCAsFFgID AQACHgEAEgdlR1BHAAEBCRC5b1yJnZKMm6lGAKCqjCRUI6G3KDQahmUhfFgXaIFr +ACg3yaE5/xBXq0vGo/Z/Pwpj8/71pqIVwQTEQIAFwUCPAbwbwULBwoDBAMVAwID FgIBAheAAAoJELlvXImdkoyb+rgAn3f3ojXxeXNHo2Df55H8iReHgtuGAKCnMO9b E5upP4xiLUdqwc7CShVQdbQrR3VpbGxlbSBKb3ZlciA8Z3VpbGxlbS5qb3ZlckBs ZXB0b24uaG4ub3JnPohfBBMRAgAXBQI8BvCaBQsHCgMEAxUDAgMWAgECF4AAEgkQ uW9ciZ2SjJsHZUdQRwABAYOrAKDH8m8CfFqjJENjmDqadQKkk5KDAgCg7EkvWOSt n6THjMX0OVFsL9iUZVeISQQwEQIACQUCQQGRfgIdIAAKCRC5b1yJnZKMm4R5AKDa O41ZaQmZVfxjEEpzzNZYZn72pQCfapLHJFPClhl0+i+Du2YgpGlGmBu0Lkd1aWxs ZW0gSm92ZXIgPGd1aWxsZW0uam92ZXJAc2lsaWNvbnRvd2VyLm5ldD6IXAQTEQIA HAUCPXdG1wIbAwQLBwMCAxUCAwMWAgECHgECF4AACgkQuW9ciZ2SjJuqIwCeKKhX PQYr9wHOO93mLUN1kOAGsVIAn3sRwB0IjY1Xom/cn/oxs8cIIQHAiEgEMBECAAkF AkEAeZMCHSAACgkQuW9ciZ2SjJuXlgCgoYXA7VcuBZOvdxWgoCzxaYWg7twAmM6I 9puPp0Dt8JcbQb/vUYFlDUq0L0d1aWxsZW0gSm92ZXIgPGd1aWxsZW0uam92ZXJA c2lsaWNvbnRvd2VyLmluZm8+iFwEExECABwFAj13R5ACGwMECwcDAgMVAgMDFgIB Ah4BAheAAAoJELlvXImdkoybyd0AmwWXWQD7t7dydSEK50ssKrRYTI6oAJ9ISga0 5Fvhpa+4cBcstdayi2eeYIhJBDARAgAJBQJBAHnWAh0gAAoJELlvXImdkoybNbkA njqUds0y0/pvxchTAt4GD/HL6EELAJ9yw5dz9KArvosuzmYfC0oZuDgNirQlR3Vp bGxlbSBKb3ZlciA8Z3VpbGxlbUBsZXB0b24uaG4ub3JnPohcBBMRAgAcBQI9gXRL AhsDBAsHAwIDFQIDAxYCAQIeAQIXgAAKCRC5b1yJnZKMmyZtAJ9Hg6g8PfvZLb/T obATQPz7UR0ZpACdHzy10pyz5TTzI6Ka0wb6oCl6NE+ISQQwEQIACQUCQ/OaFQId IAAKCRC5b1yJnZKMm69ZAKCGif4ip6zG1g5aTDZneguHuhhYlQCfWKskIgxt+92I UatnP9Zi9X9qGYy0Ikd1aWxsZW0gSm92ZXIgPGd1aWxsZW1AZGViaWFuLm9yZz6I YQQTEQIAIQIbAwIeAQIXgAUCSgItKQULCQgHAwUVCgkICwUWAgMBAAAKCRC5b1yJ nZKMm8qMAJ4xmQWB73mv7avqblqoNSwzocBy/wCfXu/0rydYi+8j7K6Q4cgOWzWO /i2IXAQTEQIAHAUCPlW54QIbAwQLBwMCAxUCAwMWAgECHgECF4AACgkQuW9ciZ2S jJsEQQCZAeN5hu8o3TuzRsktg4A774GgqVkAoL/ckd9zc8i+JqQG4pjmKxCYhVZ+ tCFHdWlsbGVtIEpvdmVyIDxndWlsbGVtQGdudWFiLm9yZz6ISQQwEQgACQUCT3Um jwIdIAAKCRC5b1yJnZKMmwI2AJ4+wKvmUR7qlLwu4VqWAsmRjLJwwACbB4Q2Afdo 5Ap+mh3CA6eX+3pYqtOIYQQTEQIAIQIbAwIeAQIXgAUCSgItKQULCQgHAwUVCgkI CwUWAgMBAAAKCRC5b1yJnZKMm6InAKDrPqIgsTgiUhMlF52R7UDUcoeLJQCgi3nU 644hNCVVp0uBM9TsfZEUwZaIXgQTEQIAHgUCPwer7gIbAwYLCQgHAwIDFQIDAxYC AQIeAQIXgAAKCRC5b1yJnZKMm43pAJ9G4YSp4jtJroLAJObTsRWc5gnKtACfYPdz yZSDnz5B74VTudcXOfrHoUg= =WPcS -----END PGP PUBLIC KEY BLOCK----- -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1 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 cJL/gBUOrto9IS1htbpl3Q== =jW6z -----END PGP PUBLIC KEY BLOCK----- debian/libbsd0.symbols0000664000000000000000000000032112312546033012114 0ustar libbsd.so.0 libbsd0 #MINVER# (symver)LIBBSD_0.0 0.0 (symver)LIBBSD_0.1 0.1.0 (symver)LIBBSD_0.2 0.2.0 (symver)LIBBSD_0.3 0.3.0 (symver)LIBBSD_0.4 0.4.0 (symver)LIBBSD_0.5 0.5.0 (symver)LIBBSD_0.6 0.6.0 debian/copyright0000664000000000000000000005676212312546054011145 0ustar It was downloaded from: Licenses and Copyright Holders: The following 4-clause BSD licenses are only for man pages, specifically for man/arc4random.3, man/tree.3 and man/getprogname.3. Copyright 1997 Niels Provos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by Niels Provos. 4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- Copyright © 2001 Christopher G. Demetriou All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed for the NetBSD Project. See http://www.netbsd.org/ for information about NetBSD. 4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The rest of the licenses apply to code and/or man pages. Copyright © 2004-2006, 2008-2013 Guillem Jover Copyright © 2005 Hector Garcia Alvarez Copyright © 2005 Aurelien Jarno Copyright © 2006 Robert Millan Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- Copyright © 1980, 1982, 1986, 1989-1994 The Regents of the University of California. All rights reserved. Copyright © 2001 Mike Barcroft Some code is derived from software contributed to Berkeley by the American National Standards Committee X3, on Information Processing Systems. Some code is derived from software contributed to Berkeley by Peter McIlroy. Some code is derived from software contributed to Berkeley by Ronnie Kon at Mindcraft Inc., Kevin Lew and Elmer Yglesias. Some code is derived from software contributed to Berkeley by Dave Borman at Cray Research, Inc. Some code is derived from software contributed to Berkeley by Paul Vixie. Some code is derived from software contributed to Berkeley by Chris Torek. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- Copyright © 1996 Peter Wemm . All rights reserved. Copyright © 2002 Networks Associates Technology, Inc. All rights reserved. Portions of this software were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS research program. Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- Copyright © 1995 Peter Wemm All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice immediately at the beginning of the file, without modification, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. This work was done expressly for inclusion into FreeBSD. Other use is permitted provided this notation is included. 4. Absolutely no warranty of function or purpose is made by the author Peter Wemm. 5. Modifications may be freely made to this file providing the above conditions are met. -- Copyright © 1997-2000, 2002, 2008 The NetBSD Foundation, Inc. All rights reserved. Some code was contributed to The NetBSD Foundation by Allen Briggs. Some code is derived from software contributed to The NetBSD Foundation by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, NASA Ames Research Center, by Luke Mewburn and by Tomas Svensson. Some code is derived from software contributed to The NetBSD Foundation by Julio M. Merino Vidal, developed as part of Google's Summer of Code 2005 program. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- Copyright © 1998, M. Warner Losh All rights reserved. Copyright © 2001 Dima Dorfman. All rights reserved. Copyright © 2002 Thomas Moestl All rights reserved. Copyright © 2005 Pawel Jakub Dawidek All rights reserved. Copyright © 2007 Eric Anderson Copyright © 2007 Pawel Jakub Dawidek All rights reserved. Copyright © 2007 Dag-Erling Coïdan Smørgrav All rights reserved. Copyright © 2009 Advanced Computing Technologies LLC Written by: John H. Baldwin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- Copyright © 1997 Christos Zoulas. All rights reserved. Copyright © 2002 Niels Provos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- Copyright © 2007 Dag-Erling Coïdan Smørgrav All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer in this position and unchanged. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- Copyright © 1998, 2000 Todd C. Miller Copyright © 2004 Ted Unangst Copyright © 2004 Ted Unangst and Todd Miller All rights reserved. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. 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. -- Copyright © 2000-2002, 2004-2005, 2007, 2010 Todd C. Miller Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. 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. Sponsored in part by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F39502-99-1-0512 -- Copyright © 1996 by Internet Software Consortium. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE CONSORTIUM 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. -- Copyright © 1996, David Mazieres Copyright © 2008, Damien Miller Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. Modification and redistribution in source and binary forms is permitted provided that due credit is given to the author and the OpenBSD project (for instance by leaving this copyright notice intact). 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. This code is derived from section 17.1 of Applied Cryptography, second edition, which describes a stream cipher allegedly compatible with RSA Labs "RC4" cipher (the actual description of which is a trade secret). The same algorithm is used as a stream cipher called "arcfour" in Tatu Ylonen's ssh package. Here the stream cipher has been modified always to include the time when initializing the state. That makes it impossible to regenerate the same random sequence twice, so this can't be used for encryption, but will generate good random numbers. RC4 is a registered trademark of RSA Laboratories. -- Copyright © 2010 William Ahern Copyright © 2012 Guillem Jover 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. -- This code implements the MD5 message-digest algorithm. The algorithm is due to Ron Rivest. This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish. Equivalent code is available from RSA Data Security, Inc. This code has been tested against that, and is equivalent, except that you don't need to include two pages of legalese with every copy. To compute the message digest of a chunk of bytes, declare an MD5Context structure, pass it to MD5Init, call MD5Update as needed on buffers full of bytes, and then call MD5Final, which will fill a supplied 16-byte array with the digest. -- "THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp debian/source/0000775000000000000000000000000012312546064010473 5ustar debian/source/format0000664000000000000000000000001412312546033011675 0ustar 3.0 (quilt)