Package Details: keepass-plugin-http 1.8.4.2-2

Git Clone URL: https://aur.archlinux.org/keepass-plugin-http.git (read-only, click to copy)
Package Base: keepass-plugin-http
Description: KeePass plugin to expose password entries securely (256bit AES/CBC) over HTTP
Upstream URL: http://github.com/pfn/keepasshttp
Licenses: unknown
Conflicts: keepasshttp
Provides: keepasshttp
Submitter: ultraviolet
Maintainer: ultraviolet
Last Packager: ultraviolet
Votes: 89
Popularity: 0.000000
First Submitted: 2014-12-24 02:53 (UTC)
Last Updated: 2017-08-27 00:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

<deleted-account> commented on 2013-04-12 14:39 (UTC)

both files, you only need the plgx file 1.6.0.0 is released

TamCore commented on 2013-04-10 16:02 (UTC)

Both or just KeePassHttp.dll?

didi2002 commented on 2013-04-10 15:25 (UTC)

Installing the plgx and dll file at the same time causes an error for me. Deleting the dll file fixes that and the plugin works.

CupIvan commented on 2013-04-09 12:05 (UTC)

PKGBUILD for 1.5 version: # Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu> pkgname=keepasshttp pkgver=1.5 pkgrel=0 pkgdesc="KeePass plugin to expose password entries securely (256bit AES/CBC) over HTTP" license=('unknown') depends=('keepass') arch=(i686 x86_64) url="http://github.com/pfn/keepasshttp/raw/16fdaa2d62c8a48fe273023bbdf979f850c41390/" source=(KeePassHttp.plgx) md5sums=('7c29d339ae9d842883bab1a2c11d25c5') package(){ cd $srcdir mkdir -p $pkgdir/usr/share/keepass install -m644 KeePassHttp.plgx $pkgdir/usr/share/keepass }

guildencrantz commented on 2012-07-09 17:09 (UTC)

1.0.6.1 is out. I've updated the PKGBUIL using the commit specific (rather than master) links and md5sums associated with this release so that next time there's a release it won't break this package. # Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu> pkgname=keepasshttp pkgver=1.0.6.1 pkgrel=1 pkgdesc="KeePass plugin to expose password entries securely (256bit AES/CBC) over HTTP" license=('unknown') depends=('keepass') arch=(i686 x86_64) url="http://github.com/pfn/keepasshttp" source=(https://github.com/pfn/keepasshttp/raw/5d4122ef386fcda9e1009a27f18dee53ad498ee9/KeePassHttp/KeePassHttp.dll https://github.com/pfn/keepasshttp/raw/5d4122ef386fcda9e1009a27f18dee53ad498ee9/KeePassHttp/Newtonsoft.Json.dll) md5sums=('25383e22f9fb211680f40a902c3c5eca' '6dc7988bf02bdccb02c03ccd5cfc856e') package(){ cd $srcdir mkdir -p $pkgdir/usr/share/keepass install -m644 {KeePassHttp.dll,Newtonsoft.Json.dll} $pkgdir/usr/share/keepass }

<deleted-account> commented on 2012-06-11 06:35 (UTC)

# Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu> pkgname=keepasshttp pkgver=1.0.6.0 pkgrel=1 pkgdesc="KeePass plugin to expose password entries securely (256bit AES/CBC) over HTTP" license=('unknown') depends=('keepass') arch=(i686 x86_64) url="http://github.com/pfn/keepasshttp" source=(https://github.com/pfn/keepasshttp/raw/master/KeePassHttp/KeePassHttp.dll https://github.com/pfn/keepasshttp/raw/master/KeePassHttp/Newtonsoft.Json.dll) md5sums=('d20b5b945059c942d7e29afb2641b8c4' '6dc7988bf02bdccb02c03ccd5cfc856e') package(){ cd $srcdir mkdir -p $pkgdir/usr/share/keepass install -m644 {KeePassHttp.dll,Newtonsoft.Json.dll} $pkgdir/usr/share/keepass }