ChangeLog

# ChangeLog for app-crypt/bsign
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/ChangeLog,v 1.9 2007/10/13 17:51:36 phreak Exp $

13 Oct 2007; Christian Heim bsign-0.4.5.ebuild:
Updating the HOMEPAGE, fixing #191330.

01 Sep 2007; Christian Heim metadata.xml:
Removing method from metadata due to his retirement (see #175298 for
reference).

08 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

07 May 2004; Brandon Hale bsign-0.4.5.ebuild:
Removed S=

07 May 2004; Brandon Hale bsign-0.4.5.ebuild:
Change SRC_URI to use mirror://debian

15 Apr 2004; David Holm bsign-0.4.5.ebuild:
Added to ~ppc.

*bsign-0.4.5 (14 Apr 2004)

14 Apr 2004; Joshua Brindle bsign-0.4.5.ebuild:
initial import

Manifest

DIST bsign_0.4.5.tar.gz 77471 RMD160 0e57631ee5713088a9209b6d7287765224751453 SHA1 f24acc5ec3fc9653ee06a8314da2e8dde8992ebb SHA256 a80b27286a3b1b1be6df7b93d27457a4a6941a1eaf797070b1044412f47d3106
EBUILD bsign-0.4.5.ebuild 601 RMD160 8707582ba662497dd7bf441aa7391687de57973d SHA1 9be068ebdcb5a16c258ae3fa7901063cd3c2b495 SHA256 1d50831984598962e55b848e166a664b7415a502674674f2d755a69afb6830f5
MISC ChangeLog 959 RMD160 d42bcb13c837ff8b7f681c7b399f45a6e0dcf247 SHA1 613cd82fb383f65842423c476b8dc8bbbfe1b82b SHA256 65c72a10a31867ebfc7d5569a0976a7f9da1d31d38b7966fcbcc2aa14936239f
MISC metadata.xml 567 RMD160 ad752e9f11882fdb9a524ee7a1d416a97b2cef87 SHA1 1f8582f00e8d62cc7978dbcdc733b564c51a7c09 SHA256 75e5e5dccbfc31aef67ce9d892415356df403d12b413a2d2cfeadad4bbfe1fb8

bsign-0.4.5.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.8 2007/10/13 17:51:36 phreak Exp $

DESCRIPTION="embed secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files"
HOMEPAGE="http://packages.debian.org/sid/bsign"
SRC_URI="mirror://debian/pool/main/b/bsign/${PN}_${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
dobin bsign bsign_sign bsign_verify bsign_hash bsign_check || die
doman bsign.1
}

metadata.xml




hardened

This package embeds secure hashes (SHA1) and digital signatures (GNU
Privacy Guard) into files for verification and authentication.
Currently, target file types are all ELF format: executables, kernel
modules, schared and static link libraries. This program has
functionality similar to tripwire and integrit without the need to
maintain a database.