Update for pass-otr to 1.1.1
https://github.com/tadfisher/pass-otp/releases OK abieber@ (maintainer)
This commit is contained in:
parent
8863b27727
commit
893c004c94
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2018/03/09 22:10:05 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2018/07/10 12:29:21 gonzalo Exp $
|
||||
|
||||
COMMENT = OTP extension for password-store
|
||||
|
||||
V = 1.1.0
|
||||
V = 1.1.1
|
||||
DISTNAME = pass-otp-${V}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pass-otp-1.1.0.tar.gz) = OXFGdHX47Vc+uGDHpEvSaNRk0Wnd28Ck2okjLVvu4UQ=
|
||||
SIZE (pass-otp-1.1.0.tar.gz) = 32857
|
||||
SHA256 (pass-otp-1.1.1.tar.gz) = 7bMUKrgdcK9ObRx/E6vr18NJvkdKP5KT2WSO6Rt1tFg=
|
||||
SIZE (pass-otp-1.1.1.tar.gz) = 46283
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2018/03/09 15:29:27 abieber Exp $
|
||||
$OpenBSD: patch-Makefile,v 1.2 2018/07/10 12:29:21 gonzalo Exp $
|
||||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -14,9 +14,9 @@ all:
|
||||
@echo " password store"
|
||||
|
||||
|
||||
install:
|
||||
- @install -v -d "$(DESTDIR)$(MANDIR)/man1" && install -m 0644 -v pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1"
|
||||
- @install -v -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/"
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-otp_bash,v 1.1.1.1 2018/03/09 15:29:27 abieber Exp $
|
||||
$OpenBSD: patch-otp_bash,v 1.2 2018/07/10 12:29:21 gonzalo Exp $
|
||||
Index: otp.bash
|
||||
--- otp.bash.orig
|
||||
+++ otp.bash
|
||||
@@ -88,7 +88,7 @@ otp_insert() {
|
||||
@@ -135,7 +135,7 @@ otp_insert() {
|
||||
check_sneaky_paths "$path"
|
||||
set_git "$passfile"
|
||||
|
||||
@ -10,4 +10,4 @@ Index: otp.bash
|
||||
+ mkdir -p "$PREFIX/$(dirname "$path")"
|
||||
set_gpg_recipients "$(dirname "$path")"
|
||||
|
||||
$GPG -e "${GPG_RECIPIENT_ARGS[@]}" -o "$passfile" "${GPG_OPTS[@]}" <<<"$contents" || die "OTP secret encryption aborted."
|
||||
echo "$contents" | $GPG -e "${GPG_RECIPIENT_ARGS[@]}" -o "$passfile" "${GPG_OPTS[@]}" || die "OTP secret encryption aborted."
|
||||
|
Loading…
Reference in New Issue
Block a user