ports/160675: [new port] security/libkpass Library for a reading/writing KeePass 1.x DB

Veniamin Gvozdikov g.veniamin at googlemail.com
Mon Sep 12 12:40:04 UTC 2011


>Number:         160675
>Category:       ports
>Synopsis:       [new port] security/libkpass Library for a reading/writing KeePass 1.x DB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 12 12:40:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
FreeBSD ololo 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Aug 18 11:19:07 MSD 2011     root at ololo:/usr/obj/usr/src/sys/OLOLO  amd64
>Description:
Libkpass is a from-scratch C implementation of reading and writing KeePass 1.x format password databases.
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libkpass
#	libkpass/distinfo
#	libkpass/pkg-descr
#	libkpass/Makefile
#	libkpass/files
#	libkpass/files/patch-src_kpass.c
#
echo c - libkpass
mkdir -p libkpass > /dev/null 2>&1
echo x - libkpass/distinfo
sed 's/^X//' >libkpass/distinfo << '790fd97af10be89b0e3588b322fc3a8f'
XSHA256 (libkpass-3.tar.gz) = 390ebca29040ae1a015f4c067de16fe585693d2b4f95caca24529917bdb2dfec
XSIZE (libkpass-3.tar.gz) = 313707
790fd97af10be89b0e3588b322fc3a8f
echo x - libkpass/pkg-descr
sed 's/^X//' >libkpass/pkg-descr << '7e29ddfcdf562c795703b64e4cb6da39'
XLibkpass is a from-scratch C implementation of reading and writing
XKeePass 1.x format password databases.
X
XWWW:	http://libkpass.sourceforge.net/
7e29ddfcdf562c795703b64e4cb6da39
echo x - libkpass/Makefile
sed 's/^X//' >libkpass/Makefile << '017e503e60172d950972fd5d60455060'
X# New ports collection makefile for:	libkpass
X# Date created:		2011-09-12
X# Whom:			Gvozdikov Veniamin <g.veniamin at googlemail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libkpass
XPORTVERSION=	3
XCATEGORIES=	security
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
X
XMAINTAINER=	g.veniamin at googlemail.com
XCOMMENT=	Library for a reading/writing KeePass 1.x DB
X
XLICENSE=	GPLv3
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_LDCONFIG=	yes
X
XPLIST_FILES=	include/kpass.h \
X		lib/libkpass.so \
X		lib/libkpass.so.0 \
X		lib/libkpass.la \
X		lib/libkpass.a
X
X.include <bsd.port.mk>
017e503e60172d950972fd5d60455060
echo c - libkpass/files
mkdir -p libkpass/files > /dev/null 2>&1
echo x - libkpass/files/patch-src_kpass.c
sed 's/^X//' >libkpass/files/patch-src_kpass.c << 'a7cac42129e90a5b42c9bcff7caafb2b'
X--- src/kpass.c.orig	2011-09-12 11:39:12.476116248 +0400
X+++ src/kpass.c	2011-09-12 11:39:37.962483090 +0400
X@@ -19,7 +19,7 @@
X 
X #include <string.h>
X #include <openssl/evp.h>
X-#include <byteswap.h>
X+#include <sys/endian.h>
X #include <time.h>
X 
X #include "kpass.h"
a7cac42129e90a5b42c9bcff7caafb2b
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list