pinentry: bump version (#7486)

* Delete pinentry-1.1.0.patchset

* pinentry: bump version

* Delete pinentry-1.1.0.recipe

* pinentry: enable x86_gcc2
This commit is contained in:
kenmays
2022-11-25 23:27:20 -08:00
committed by GitHub
parent f8397f3747
commit 0a3d36e95e
2 changed files with 5 additions and 27 deletions

View File

@@ -1,22 +0,0 @@
From 8f6f633f5d183cd7f25bcd5a6172dab98fbca576 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Mon, 20 Mar 2017 09:30:35 +0000
Subject: fix source file to use "sys/time.h" instead of "time.h"
diff --git a/pinentry/pinentry-emacs.c b/pinentry/pinentry-emacs.c
index 190ea9d..f39946f 100644
--- a/pinentry/pinentry-emacs.c
+++ b/pinentry/pinentry-emacs.c
@@ -36,7 +36,7 @@
#include <string.h>
#include <errno.h>
#include <limits.h>
-#include <time.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
--
2.19.1

View File

@@ -2,15 +2,14 @@ SUMMARY="A collection of PIN or passphrase entry dialogs"
DESCRIPTION="This is a collection of PIN or passphrase entry dialogs which \
utilize the Assuan protocol as specified in the Libassuan manual."
HOMEPAGE="https://www.gnupg.org/related_software/pinentry/"
COPYRIGHT="2000-2017 Free Software Foundation, Inc."
COPYRIGHT="2000-2022 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-$portVersion.tar.bz2"
CHECKSUM_SHA256="68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570"
PATCHES="pinentry-$portVersion.patchset"
CHECKSUM_SHA256="457a185e5a85238fb945a955dc6352ab962dc8b48720b62fc9fa48c7540a4067"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
pinentry$secondaryArchSuffix = $portVersion
@@ -42,6 +41,7 @@ BUILD_PREREQUIRES="
BUILD()
{
export LIBS="-lnetwork"
runConfigure ./configure
make $jobArgs
}