pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security pinentry: updated to 1.2.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/39bc1d1fbdcb
branches: trunk
changeset: 384486:39bc1d1fbdcb
user: adam <adam%pkgsrc.org@localhost>
date: Thu Sep 01 09:15:16 2022 +0000
description:
pinentry: updated to 1.2.1
Noteworthy changes in version 1.2.1 (2022-08-24)
------------------------------------------------
* qt: Support building with Qt 5.9. [T5592]
* curses: Handle an error at curses initialization. [T5623]
* curses: Specify fg/bg when an extention of Ncurses is not available.
[T5631]
* qt: Fix translation of context menu entries. [T5786]
* qt: Further improve the accessibility. [T5863]
* qt: Fix moving focus to second input field when pressing Enter in
first input field. [T5866]
* qt: Update the cursor position when reformatting the text. [T5972]
* qt: Use foreground raising code also with the confirm prompt.
[T6134]
* Make the legacy qt4 version build again. [T5569]
* Make sure an entered PIN is always cleared from memory. [T5977]
* Build fixes for Windows. [T5893]
diffstat:
security/pinentry-gnome3/Makefile | 3 +--
security/pinentry-qt5/Makefile | 4 ++--
security/pinentry/Makefile.common | 4 ++--
security/pinentry/distinfo | 8 ++++----
4 files changed, 9 insertions(+), 10 deletions(-)
diffs (64 lines):
diff -r 77d91b9d762b -r 39bc1d1fbdcb security/pinentry-gnome3/Makefile
--- a/security/pinentry-gnome3/Makefile Thu Sep 01 09:03:21 2022 +0000
+++ b/security/pinentry-gnome3/Makefile Thu Sep 01 09:15:16 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/08/11 05:09:13 gutteridge Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/01 09:15:16 adam Exp $
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gnome3-/}
-PKGREVISION= 1
COMMENT= Applications for entering PINs or Passphrases, GNOME 3 enabled
.include "../../security/pinentry/Makefile.common"
diff -r 77d91b9d762b -r 39bc1d1fbdcb security/pinentry-qt5/Makefile
--- a/security/pinentry-qt5/Makefile Thu Sep 01 09:03:21 2022 +0000
+++ b/security/pinentry-qt5/Makefile Thu Sep 01 09:15:16 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/04/18 19:12:01 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/01 09:15:16 adam Exp $
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-qt5-/}
-PKGREVISION= 1
COMMENT= Applications for entering PINs or Passphrases, qt5 enabled
CONFLICTS= pinentry-qt4-[0-9]*
@@ -17,6 +16,7 @@
CONFIGURE_ARGS+= --disable-pinentry-gtk2
CONFIGURE_ARGS+= --disable-libsecret
CONFIGURE_ARGS+= --enable-pinentry-qt
+CONFIGURE_ENV+= RCC="${QTDIR}/bin/rcc"
INSTALL_DIRS= qt
diff -r 77d91b9d762b -r 39bc1d1fbdcb security/pinentry/Makefile.common
--- a/security/pinentry/Makefile.common Thu Sep 01 09:03:21 2022 +0000
+++ b/security/pinentry/Makefile.common Thu Sep 01 09:15:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2022/01/13 08:05:48 adam Exp $
+# $NetBSD: Makefile.common,v 1.17 2022/09/01 09:15:16 adam Exp $
#
# used by security/pinentry/Makefile
# used by security/pinentry-fltk/Makefile
@@ -6,7 +6,7 @@
# used by security/pinentry-gtk2/Makefile
# used by security/pinentry-qt5/Makefile
-DISTNAME= pinentry-1.2.0
+DISTNAME= pinentry-1.2.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
diff -r 77d91b9d762b -r 39bc1d1fbdcb security/pinentry/distinfo
--- a/security/pinentry/distinfo Thu Sep 01 09:03:21 2022 +0000
+++ b/security/pinentry/distinfo Thu Sep 01 09:15:16 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2022/01/13 08:05:48 adam Exp $
+$NetBSD: distinfo,v 1.29 2022/09/01 09:15:16 adam Exp $
-BLAKE2s (pinentry-1.2.0.tar.bz2) = a79231dae318f09b9fe1f749f7b37d17ba80a29117ea53aad70d30342d838928
-SHA512 (pinentry-1.2.0.tar.bz2) = 19cea79aa3982d1f0d75220c8e24ca38d6c49475c6f4c5aa7101151b4690db23ed316096a4a411136e716ba4eb471f48f9b09556e5c9837533c2356b9b384b63
-Size (pinentry-1.2.0.tar.bz2) = 498390 bytes
+BLAKE2s (pinentry-1.2.1.tar.bz2) = 818e0aa67ef36f51704e031882eb3b74196dcbcc7df5dbbc80c6ee8c3ab7c603
+SHA512 (pinentry-1.2.1.tar.bz2) = a665315628f4dcf07e16a22db3f3be15d7e7e93b3deec0546c7275b71b0e3bd65535a08af5e12d6339fd6595132df86529401d9d12bd17c428a3466e8dfafab6
+Size (pinentry-1.2.1.tar.bz2) = 547698 bytes
SHA1 (patch-m4_qt.m4) = eeb1e8fcba15c0458d9ccf8ab77a5bb66bc1bae8
Home |
Main Index |
Thread Index |
Old Index