pinentry: new at 1.2.1

This commit is contained in:
nitori 2024-01-01 22:10:56 +00:00
parent e7e6bae7eb
commit 5f257af959
Signed by: nitori
GPG Key ID: 5FBB7757BFC813A8
4 changed files with 20 additions and 0 deletions

17
extra/pinentry/build Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh -e
# TODO(nitori): fix this so curses pinentry can be enabled
# pinentry-curses.c:283:18: warning: implicit declaration of function 'addnwstr'; did you mean 'addnstr'? [-Wimplicit-function-declaration]
# 283 | #define ADDCH(x) addnwstr (&x, 1);
# | ^~~~~~~~
# [...]
# /usr/bin/ld: ../pinentry/libpinentry-curses.a(libpinentry_curses_a-pinentry-curses.o): undefined reference to symbol 'cbreak'
# /usr/bin/ld: /usr/lib/libtinfow.so.6: error adding symbols: DSO missing from command line
# collect2: error: ld returned 1 exit status
./configure --prefix=/usr \
--disable-pinentry-qt5 \
--disable-pinentry-curses \
--enable-pinentry-tty
make
make DESTDIR="$1" install

1
extra/pinentry/checksums Normal file
View File

@ -0,0 +1 @@
a62b6e45cf712fb51ad78d36716e20581a269a4276871f1869f29fcf73bb16d6be

1
extra/pinentry/sources Normal file
View File

@ -0,0 +1 @@
https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.2.1.tar.bz2

1
extra/pinentry/version Normal file
View File

@ -0,0 +1 @@
1.2.1 1