pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/bsign Initial import of bsign-0.4.5 into the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6e63b3635d5
branches: trunk
changeset: 524063:e6e63b3635d5
user: agc <agc%pkgsrc.org@localhost>
date: Wed Jan 17 23:36:33 2007 +0000
description:
Initial import of bsign-0.4.5 into the Packages Collection.
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, shared and static link libraries. This program has
functionality similar to tripwire and integrit without the need to
maintain a database.
diffstat:
sysutils/bsign/DESCR | 6 ++++++
sysutils/bsign/Makefile | 18 ++++++++++++++++++
sysutils/bsign/PLIST | 9 +++++++++
sysutils/bsign/distinfo | 6 ++++++
sysutils/bsign/patches/patch-aa | 22 ++++++++++++++++++++++
5 files changed, 61 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r 44efb0483d8b -r e6e63b3635d5 sysutils/bsign/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bsign/DESCR Wed Jan 17 23:36:33 2007 +0000
@@ -0,0 +1,6 @@
+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, shared and static link libraries. This program has
+functionality similar to tripwire and integrit without the need to
+maintain a database.
diff -r 44efb0483d8b -r e6e63b3635d5 sysutils/bsign/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bsign/Makefile Wed Jan 17 23:36:33 2007 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/17 23:36:33 agc Exp $
+
+DISTNAME= bsign_0.4.5
+PKGNAME= bsign-0.4.5
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/b/bsign/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://packages.debian.org/unstable/admin/bsign.html
+COMMENT= Utility to embed a hash or signature into an executable
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES+= c c++
+USE_TOOLS+= gmake
+
+.include "../../mk/bsd.pkg.mk"
diff -r 44efb0483d8b -r e6e63b3635d5 sysutils/bsign/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bsign/PLIST Wed Jan 17 23:36:33 2007 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/17 23:36:33 agc Exp $
+bin/bsign
+man/man1/bsign.1
+share/doc/bsign/scripts/bsign_check
+share/doc/bsign/scripts/bsign_hash
+share/doc/bsign/scripts/bsign_sign
+share/doc/bsign/scripts/bsign_verify
+@dirrm share/doc/bsign/scripts
+@dirrm share/doc/bsign
diff -r 44efb0483d8b -r e6e63b3635d5 sysutils/bsign/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bsign/distinfo Wed Jan 17 23:36:33 2007 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/01/17 23:36:33 agc Exp $
+
+SHA1 (bsign_0.4.5.tar.gz) = f24acc5ec3fc9653ee06a8314da2e8dde8992ebb
+RMD160 (bsign_0.4.5.tar.gz) = 0e57631ee5713088a9209b6d7287765224751453
+Size (bsign_0.4.5.tar.gz) = 77471 bytes
+SHA1 (patch-aa) = 04951a6c9be2b89e8f1ac659a33f3f6f2ab82e20
diff -r 44efb0483d8b -r e6e63b3635d5 sysutils/bsign/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bsign/patches/patch-aa Wed Jan 17 23:36:33 2007 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/01/17 23:36:33 agc Exp $
+
+--- Makefile.in 2007/01/17 23:05:04 1.1
++++ Makefile.in 2007/01/17 23:10:33
+@@ -78,7 +78,7 @@
+ bindir = @bindir@
+ docdir = $(prefix)/share/doc/$(PACKAGE)
+ infodir = @infodir@
+-mandir = $(prefix)/share/man/
++mandir = $(prefix)/man/
+
+ # This is removed because it generates a line in the Makefile.in that
+ # breaks the use of 'make -f Makefile.in distclean' from
+@@ -196,7 +196,7 @@
+ .version_patch` > .version
+
+ _version.h: .version
+- @/bin/echo -e \#define SZ_VERSION \"`cat .version`\" > _version.h
++ @/bin/echo '#define SZ_VERSION '\"`cat .version`\" > _version.h
+
+ .PHONY: transmit
+ transmit: # distribution-archive
Home |
Main Index |
Thread Index |
Old Index