debian/0000755000000000000000000000000012317246500007166 5ustar debian/dfsg-repack.sh0000755000000000000000000000113412225503302011704 0ustar #!/bin/bash set -e if [ ! -f "$3" ] && [ ! -f "$1" ]; then echo "This script must be run via uscan or by manually specifying the tarball" >&2 exit 1 fi tarball= [ -f "$3" ] && tarball="$3" [ -z "$tarball" -a -f "$1" ] && tarball="$1" fname="$(basename "$tarball")" tarball="$(readlink -f "$tarball")" tdir="$(mktemp -d)" trap '[ ! -d "$tdir" ] || rm -r "$tdir"' EXIT zcat "$tarball" | tar --wildcards --delete '*/src/lib/cryptoki/*' > "$tdir/${fname/.gz}" #touch -m -r "$tarball" "$tdir/${fname/.gz}" gzip -9 "$tdir/${fname/.gz}" mv "$tarball" "$tarball.bkp" mv "$tdir/$fname" "$tarball" debian/docs0000644000000000000000000000001412225503302010026 0ustar NEWS README debian/softhsm.links0000644000000000000000000000006612225503302011707 0ustar /usr/share/doc/softhsm-common/ /usr/share/doc/softhsm debian/copyright0000644000000000000000000001113512225503302011114 0ustar This package was debianized by Ondřej Surý on Thu, 21 Jan 2010 15:19:02 +0100. It was downloaded from http://trac.opendnssec.org/wiki/SoftHSM Upstream Author: Rickard Bellgrim, .SE (The Internet Infrastructure Foundation) Copyright: Copyright (c) 2009 .SE (The Internet Infrastructure Foundation). License: Copyright (c) 2009 .SE (The Internet Infrastructure Foundation). 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. src/bin/base64.c License: Copyright (c) 1996-1999 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. Portions Copyright (c) 1995 by International Business Machines, Inc. International Business Machines, Inc. (hereinafter called IBM) grants permission under its copyrights to use, copy, modify, and distribute this Software with or without fee, provided that the above copyright notice and all paragraphs of this notice appear in all copies, and that the name of IBM not be used in connection with the marketing of any product incorporating the Software or modifications thereof, without specific, written prior permission. To the extent it has a right to do so, IBM grants an immunity from suit under its patents, if any, for the use, sale or manufacture of products to the extent that such products are used for performing Domain Name System dynamic updates in TCP/IP networks by means of the Software. No immunity is granted for any product per se or for any other function of any product. THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. src/lib/cryptoki/pkcs11.h License: Copyright 2006, 2007 g10 Code GmbH Copyright 2006 Andreas Jellinghaus This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. The Debian packaging is: Copyright (C) 2010 Ondřej Surý and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/libsofthsm-dev.links0000644000000000000000000000007512225503302013152 0ustar /usr/share/doc/softhsm-common/ /usr/share/doc/libsofthsm-dev debian/softhsm-common.postinst0000644000000000000000000000160012225503302013733 0ustar #!/bin/sh # postinst script for softhsm-common set -e set_perms() { if ! dpkg-statoverride --list "$4" >/dev/null; then dpkg-statoverride --update --add "$@" fi } case "$1" in configure) # add softhsm group if it doesn't exists if ! getent group softhsm > /dev/null; then groupadd --system softhsm > /dev/null fi # set correct permissions on softhsm directories set_perms root softhsm 0750 /etc/softhsm set_perms root softhsm 02770 /var/lib/softhsm # create new and update old configuration file and set permissions ucf /usr/share/softhsm/softhsm.conf /etc/softhsm/softhsm.conf ucfr softhsm /etc/softhsm/softhsm.conf set_perms root softhsm 0640 /etc/softhsm/softhsm.conf ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/softhsm.install0000644000000000000000000000012512225503302012231 0ustar debian/tmp/usr/bin/* debian/tmp/usr/share/man/man1/* debian/tmp/usr/share/man/man5/* debian/changelog0000644000000000000000000001302312317246470011045 0ustar softhsm (1.3.5-1ubuntu3) trusty; urgency=medium * Remove the check for -m64, not needed for package builds. -- Matthias Klose Thu, 03 Apr 2014 13:59:22 +0200 softhsm (1.3.5-1ubuntu2) trusty; urgency=low * Use correct machine value in test. -- Daniel T Chen Wed, 02 Apr 2014 23:16:58 -0400 softhsm (1.3.5-1ubuntu1) trusty; urgency=low * Don't use unrecognized build flags on arm64, resolving FTBFS. -- Daniel T Chen Wed, 02 Apr 2014 22:33:18 -0400 softhsm (1.3.5-1) unstable; urgency=low * New upstream version 1.3.5 -- Ondřej Surý Thu, 10 Oct 2013 12:51:41 +0200 softhsm (1.3.4-1) unstable; urgency=low * New upstream version 1.3.4 * Update patches for 1.3.4 release * Start using dh-autoreconf -- Ondřej Surý Fri, 27 Sep 2013 08:52:54 +0200 softhsm (1.3.3-2) unstable; urgency=high * Don't install /etc/softhsm/softhsm.conf to softhsm package (Closes: #681311) * Add an empty /var/lib/softhsm directory to the softhsm-common package -- Ondřej Surý Thu, 12 Jul 2012 14:07:12 +0200 softhsm (1.3.3-1) unstable; urgency=low * Imported Upstream version 1.3.3 * Update patches for new release -- Ondřej Surý Wed, 16 May 2012 10:04:33 +0200 softhsm (1.3.2-1) unstable; urgency=low * Imported Upstream version 1.3.2 -- Ondřej Surý Wed, 07 Mar 2012 12:03:03 +0100 softhsm (1.3.1-3) unstable; urgency=low * Build softhsm-dbg package with debugging symbols -- Ondřej Surý Mon, 20 Feb 2012 14:37:31 +0100 softhsm (1.3.1-2) unstable; urgency=low * Add NEWS file about libsofthsm.so location change and depend on OpenDNSSEC version which has correct location in configuration (Closes: #659352) -- Ondřej Surý Fri, 10 Feb 2012 15:28:17 +0100 softhsm (1.3.1-1) unstable; urgency=low * Imported Upstream version 1.3.1 * libraries have moved to /usr/lib/softhsm/ * Install softhsm.conf.sample to examples -- Ondřej Surý Wed, 18 Jan 2012 09:22:17 +0100 softhsm (1.3.0-1) unstable; urgency=low * Imported Upstream version 1.3.0 + Can now read CKA_ALWAYS_AUTHENTICATE but does not use it. + Encryption and decryption using CKM_RSA_PKCS. + Support X.509 certificates. (Patch from Thomas Calderon) + Only a Security Officer can set CKA_TRUSTED to true. + The softhsm tool can set the value of CKA_TRUSTED. + Better signing performance with a single element cache for the PK_Signer object. * Update Vcs-* links * Use Botan 1.10 instead of Botan 1.8 * Compile --with-pic to fix FTBFS with Botan -- Ondřej Surý Thu, 25 Aug 2011 16:05:55 +0200 softhsm (1.2.1-1) unstable; urgency=low * Imported Upstream version 1.2.1 -- Ondřej Surý Tue, 10 May 2011 08:14:28 +0200 softhsm (1.2.0-3) unstable; urgency=low * Remove dpkg-statoverride entries first then remove group (Closes: #619810) -- Ondřej Surý Sun, 10 Apr 2011 21:52:39 +0200 softhsm (1.2.0-2) unstable; urgency=low * Add LDFLAGS to configure call to remove useless linkage * softhsm should depend on libsofthsm (Closes: #602357) -- Ondřej Surý Sun, 20 Mar 2011 13:26:58 +0100 softhsm (1.2.0-1) unstable; urgency=low * Imported Upstream version 1.2.0 * Adjust patches to new upstream version -- Ondřej Surý Tue, 25 Jan 2011 11:10:03 +0100 softhsm (1.1.4-5) unstable; urgency=low * Disable --enable-64bit on alpha and ia64 (Closes: #598747) -- Ondřej Surý Tue, 05 Oct 2010 10:53:50 +0200 softhsm (1.1.4-4) unstable; urgency=low * Loosen build dependencies on dpkg-dev and libtool to allow backporting for lenny * Remove symbols file since it really doesn't work for C++ libs. (Closes: #584379) * Use groupadd instead of addgroup (Closes: #591596) -- Ondřej Surý Wed, 04 Aug 2010 11:42:03 +0200 softhsm (1.1.4-3) unstable; urgency=low * softhsm-common now depend on ucf * libsofthsm-dev now depend on softhsm-common * Botan symbols starting with _Z prefix are now optional -- Ondřej Surý Tue, 13 Apr 2010 13:57:35 +0200 softhsm (1.1.4-2) unstable; urgency=low * Add softhsm-common to create softhsm group in postinst and remove it in postinst * Install the docs just one time, link from other packages built from the same source -- Ondřej Surý Tue, 13 Apr 2010 11:32:55 +0200 softhsm (1.1.4-1) unstable; urgency=low * New upstream version 1.1.4 + libsofthsm doesn't carry version-info anymore, since it only provides libpkcs11 interface (+ add lintian-overrides) * Install pkcs11.h from SCUTE project to /usr/include/softhsm/ * Update libsofthsm.symbols to include all symbols * Export hardening on global level, add --with quilt to dh call -- Ondřej Surý Thu, 08 Apr 2010 18:29:36 +0200 softhsm (1.1.3-2) unstable; urgency=low * Install .so into libsofthsm1, so it can be used as pkcs11 replacement library * Add libsofthsm1.symbols file -- Ondřej Surý Sun, 28 Mar 2010 17:04:10 +0200 softhsm (1.1.3-1) unstable; urgency=low * Initial release (Closes: #566155) * Build depend on binutils-gold and hardening-wrapper * Build depend on botan 1.8.8-2 which includes fix for segfault in check target -- Ondřej Surý Tue, 26 Jan 2010 09:02:08 +0100 debian/softhsm-common.install0000644000000000000000000000007012225503302013516 0ustar debian/tmp/etc/softhsm/softhsm.conf /usr/share/softhsm/ debian/NEWS0000644000000000000000000000044612225503302007663 0ustar softhsm (1.3.1-2) unstable; urgency=low Upstream developers have changed libsofthsm.so location from /usr/lib/libsofthsm.so to /usr/lib/softhsm/libsofthsm.so. You need to reflect this change in your configuration. -- Ondřej Surý Fri, 10 Feb 2012 15:26:20 +0100 debian/libsofthsm.dirs0000644000000000000000000000001012225503302012204 0ustar usr/lib debian/softhsm-common.postrm0000644000000000000000000000172712225503302013406 0ustar #!/bin/sh # postrm script for softhsm-common set -e unset_perms() { dpkg-statoverride --remove "$1" >/dev/null 2>/dev/null || true } case "$1" in purge) unset_perms /etc/softhsm unset_perms /var/lib/softhsm # unset dpkg-statoverride permissions unset_perms /etc/softhsm/softhsm.conf for ext in '~' '%' .bak .ucf-new .ucf-old .ucf-dist; do rm -f /etc/softhsm/softhsm.conf$ext done # remove the configuration file itself rm -f /etc/softhsm/softhsm.conf # and finally clear it out from the ucf database if which ucf >/dev/null; then ucf --purge /etc/softhsm/softhsm.conf fi if which ucfr >/dev/null; then ucfr --purge softhsm /etc/softhsm/softhsm.conf fi # delete old group delgroup --quiet softhsm > /dev/null || true ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/softhsm.dirs0000644000000000000000000000007612225503302011531 0ustar usr/bin var/lib/softhsm usr/share/man/man1 usr/share/man/man5 debian/compat0000644000000000000000000000000212225503302010356 0ustar 7 debian/libsofthsm-dev.dirs0000644000000000000000000000003412225503302012766 0ustar usr/lib usr/include/softhsm debian/libsofthsm.install0000644000000000000000000000004312225503302012717 0ustar debian/tmp/usr/lib/softhsm/lib*.so debian/patches/0000755000000000000000000000000012317246425010623 5ustar debian/patches/002_libtool_export_symbols_fix.patch0000644000000000000000000000260212225503302017674 0ustar --- softhsm.orig/m4/libtool.m4 +++ softhsm/m4/libtool.m4 @@ -5939,7 +5939,14 @@ if test "$_lt_caught_CXX_error" != yes; # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC $pic_flag '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' debian/patches/remove-64bit-check.diff0000644000000000000000000000040012317246425014745 0ustar Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -63,8 +63,6 @@ [SOFTLOGLEVEL=3] ) -ACX_64BIT - # Check for library include arguments ACX_BOTAN ACX_LIBSQLITE3 debian/patches/series0000644000000000000000000000007512317246372012043 0ustar 002_libtool_export_symbols_fix.patch remove-64bit-check.diff debian/libsofthsm-dev.install0000644000000000000000000000013112225503302013471 0ustar debian/tmp/usr/lib/softhsm/lib*.a src/lib/cryptoki_compat/pkcs11.h /usr/include/softhsm/ debian/README.Debian0000644000000000000000000000047012225503302011222 0ustar softhsm for Debian ------------------ softhsm doesn't provide header files on it's own. If you want to use libsofthsm you need to download PKCS#11 header files from RSA Laboratories or some more free replacement, f.e. from SCUTE project. -- Ondřej Surý , Tue, 26 Jan 2010 08:38:27 +0100 debian/softhsm-common.dirs0000644000000000000000000000005612225503302013015 0ustar etc/softhsm usr/share/softhsm var/lib/softhsm debian/libsofthsm.links0000644000000000000000000000007112225503302012372 0ustar /usr/share/doc/softhsm-common/ /usr/share/doc/libsofthsm debian/control0000644000000000000000000000725412317147245010607 0ustar Source: softhsm Section: admin Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Ondřej Surý Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~), autotools-dev, libbotan1.10-dev (>= 1.10.0-1~), libsqlite3-dev (>= 3.4.2), hardening-wrapper, autoconf, dh-autoreconf, automake, libtool Build-Conflicts: libbotan1.8-dev Standards-Version: 3.9.1 Homepage: http://trac.opendnssec.org/wiki/SoftHSM Vcs-Browser: http://git.debian.org/?p=pkg-nlnetlabs/softhsm.git Vcs-Git: git://git.debian.org/pkg-nlnetlabs/softhsm.git Package: softhsm-common Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ucf Replaces: softhsm (<< 1.1.4-2) Conflicts: softhsm (<< 1.1.4-2) Description: a cryptographic store accessible through a PKCS #11 OpenDNSSEC is a complete DNSSEC zone signing system which is very easy to use with stability and security in mind. There are a lot of details in signing zone files with DNSSEC and OpenDNSSEC covers most of it. . SoftHSM is a software implementation of a generic cryptographic device with a PKCS #11 Cryptographic Token Interface. . This package contains command line tools. Package: softhsm Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, softhsm-common, libsofthsm Description: a cryptographic store accessible through a PKCS #11 OpenDNSSEC is a complete DNSSEC zone signing system which is very easy to use with stability and security in mind. There are a lot of details in signing zone files with DNSSEC and OpenDNSSEC covers most of it. . SoftHSM is a software implementation of a generic cryptographic device with a PKCS #11 Cryptographic Token Interface. . This package contains command line tools. Package: libsofthsm-dev Section: libdevel Architecture: any Depends: libsofthsm (= ${binary:Version}), ${misc:Depends}, softhsm-common Description: a cryptographic store accessible through a PKCS #11 OpenDNSSEC is a complete DNSSEC zone signing system which is very easy to use with stability and security in mind. There are a lot of details in signing zone files with DNSSEC and OpenDNSSEC covers most of it. . SoftHSM is a software implementation of a generic cryptographic device with a PKCS #11 Cryptographic Token Interface. . This package contains development library. You will need external PKCS#11 header files. Package: libsofthsm Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, softhsm-common Recommends: softhsm Provides: libpkcs11 Breaks: opendnssec-common (<< 1.3.5-1~) Description: a cryptographic store accessible through a PKCS #11 OpenDNSSEC is a complete DNSSEC zone signing system which is very easy to use with stability and security in mind. There are a lot of details in signing zone files with DNSSEC and OpenDNSSEC covers most of it. . SoftHSM is a software implementation of a generic cryptographic device with a PKCS #11 Cryptographic Token Interface. . This package contains shared library. Package: softhsm-dbg Architecture: any Recommends: gdb Section: debug Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends}, softhsm-common, libsofthsm Description: Debug symbols for SoftHSM OpenDNSSEC is a complete DNSSEC zone signing system which is very easy to use with stability and security in mind. There are a lot of details in signing zone files with DNSSEC and OpenDNSSEC covers most of it. . SoftHSM is a software implementation of a generic cryptographic device with a PKCS #11 Cryptographic Token Interface. . This package contains debugging symbols for SoftHSM needed for properly debugging errors in SoftHSM with gdb. debian/rules0000755000000000000000000000230012317151247010244 0ustar #!/usr/bin/make -f export DEB_BUILD_HARDENING=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_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS) SKIP_64BIT_ON_CPU="alpha aarch64 ia64" ifeq ($(DEB_HOST_ARCH_BITS),64) # -m64 is not recognized on alpha, arm64, and ia64 ifeq (,$(findstring $(DEB_HOST_GNU_CPU),$(SKIP_64BIT_ON_CPU))) CONFIGURE_FLAGS = --enable-64bit endif endif %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- \ --sysconfdir=/etc/softhsm \ --localstatedir=/var/lib \ --with-botan=/usr \ --with-pic \ $(CONFIGURE_FLAGS) \ LDFLAGS="-Wl,-z,defs -Wl,--as-needed" override_dh_link: rm -rf $(CURDIR)/debian/libsofthsm/usr/share/doc/libsofthsm/ rm -rf $(CURDIR)/debian/softhsm/usr/share/doc/softhsm/ rm -rf $(CURDIR)/debian/libsofthsm-dev/usr/share/doc/libsofthsm-dev/ dh_link override_dh_makeshlibs: # Fail only if symbols have disappeared dh_makeshlibs -- -c1 override_dh_strip: dh_strip --dbg-package=softhsm-dbg #override_dh_install: # rm $(CURDIR)/debian/tmp/usr/lib/softhsm/libsofthsm.la # dh_install --fail-missing debian/source/0000755000000000000000000000000012225503302010460 5ustar debian/source/format0000644000000000000000000000001412225503302011666 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000023412225503302010576 0ustar [DEFAULT] debian-branch = debian-sid debian-tag = debian/%(version)s upstream-branch = upstream-sid upstream-tag = upstream/%(version)s [git-dch] meta = 1 debian/libsofthsm.lintian-overrides0000644000000000000000000000021512225503302014710 0ustar libsofthsm: shlib-without-versioned-soname usr/lib/libsofthsm.so libsofthsm.so libsofthsm: postinst-must-call-ldconfig usr/lib/libsofthsm.so debian/watch0000644000000000000000000000010712225503302010207 0ustar version=3 http://www.opendnssec.org/files/source/softhsm-(.*)\.tar\.gz debian/softhsm-common.examples0000644000000000000000000000005312225503302013667 0ustar debian/tmp/etc/softhsm/softhsm.conf.sample