=== modified file 'Makefile' --- Makefile 2008-10-17 18:56:25 +0000 +++ Makefile 2008-10-18 10:58:29 +0000 @@ -86,7 +86,7 @@ objects=$(addsuffix .o,$(CPROGS)) -all: $(PROGS) +all: $(PROGS) mandos.lsm doc: $(DOCS) @@ -156,6 +156,10 @@ mandos-keygen: Makefile $(SED) --in-place --expression='s/^\(VERSION="\)[^"]*"$$/\1$(version)"/' $@ +mandos.lsm: Makefile + $(SED) --in-place --expression='s/^\(Version:\).*/\1\t$(version)/' $@ + $(SED) --in-place --expression='s/^\(Entered-date:\).*/\1\t$(shell date --rfc-3339=date --reference=Makefile)/' $@ + plugins.d/mandos-client: plugins.d/mandos-client.o $(LINK.o) $(GNUTLS_LIBS) $(AVAHI_LIBS) $(GPGME_LIBS) \ $(COMMON) $^ $(LOADLIBES) $(LDLIBS) -o $@ === added file 'mandos.lsm' --- mandos.lsm 1970-01-01 00:00:00 +0000 +++ mandos.lsm 2008-10-18 10:58:29 +0000 @@ -0,0 +1,22 @@ +Begin4 +Title: Mandos +Version: 1.0.2 +Entered-date: 2008-10-18 +Description: The Mandos system allows computers to have encrypted +root file systems and at the same time be capable of remote and/or +unattended reboots. +Keywords: boot, encryption, luks, cryptsetup, network, openpgp, +tls, dm-crypt +Author: teddy@fukt.bsnet.se (Teddy Hogeborn), + belorn@fukt.bsnet.se (Björn Påhlsson) +Maintained-by: teddy@fukt.bsnet.se (Teddy Hogeborn), + belorn@fukt.bsnet.se (Björn Påhlsson) +Primary-site: http://www.fukt.bsnet.se/mandos + 89K mandos_1.0.2.orig.tar.gz +Alternate-site: ftp://ftp.fukt.bsnet.se/pub/mandos + 89K mandos_1.0.2.orig.tar.gz +Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.4, and +various other libraries. While made for Debian GNU/Linux, it is +probably portable to other distributions, but not other Unixes. +Copying-policy: GNU General Public License version 3.0 or later +End