From 2647a59afe105fd731a4e06e88d6423f52a42181 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 12 Jan 2024 22:44:07 +0100
Subject: [PATCH] pinentry: make use of proc_lock_memory

---
 components/sysutils/pinentry/Makefile |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/components/sysutils/pinentry/Makefile b/components/sysutils/pinentry/Makefile
index 3c3a3a0..52b66bd 100644
--- a/components/sysutils/pinentry/Makefile
+++ b/components/sysutils/pinentry/Makefile
@@ -29,6 +29,7 @@
 
 COMPONENT_NAME=		pinentry
 COMPONENT_VERSION=	1.2.1
+COMPONENT_REVISION=	1
 COMPONENT_SUMMARY=	A small utility for entering passwords.
 COMPONENT_DESCRIPTION=	A small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner.
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -36,14 +37,15 @@
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
 COMPONENT_ARCHIVE_HASH=	sha256:457a185e5a85238fb945a955dc6352ab962dc8b48720b62fc9fa48c7540a4067
 COMPONENT_ARCHIVE_URL=	https://www.gnupg.org/ftp/gcrypt/pinentry/$(COMPONENT_ARCHIVE)
-COMPONENT_CLASSIFICATION=	Applications/System Utilities
 COMPONENT_FMRI=		security/pinentry
+COMPONENT_CLASSIFICATION=	Applications/System Utilities
 COMPONENT_LICENSE=	GPLv2
+COMPONENT_LICENSE_FILE=	COPYING
 
-TEST_TARGET=	$(NO_TESTS)
+TEST_TARGET= $(NO_TESTS)
 include $(WS_MAKE_RULES)/common.mk
 
-PATH=$(PATH.gnu)
+PATH= $(PATH.gnu)
 
 CFLAGS += $(CPP_LARGEFILES)
 CFLAGS += $(XPG6MODE)
@@ -55,8 +57,8 @@
 LDFLAGS += -lsocket -lnsl -lpkcs11
 LIBS = -lsocket -lnsl -lpkcs11
 
-CONFIGURE_ENV +=	INSTALL="$(INSTALL)"
-CONFIGURE_ENV +=	LIBS="$(LIBS)"
+CONFIGURE_ENV += INSTALL="$(INSTALL)"
+CONFIGURE_ENV += LIBS="$(LIBS)"
 # Following line is required if FLTK pinentry is to be shipped
 # CONFIGURE_ENV +=	FLTK_CONFIG="$(USRBINDIR.$(BITS))/fltk-config"
 

--
Gitblit v1.9.3