pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 1 09:15:16 UTC 2022
Modified Files:
pkgsrc/security/pinentry: Makefile.common distinfo
pkgsrc/security/pinentry-gnome3: Makefile
pkgsrc/security/pinentry-qt5: Makefile
Log Message:
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]
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/pinentry/Makefile.common
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/pinentry/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/pinentry-gnome3/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/pinentry-qt5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/pinentry/Makefile.common
diff -u pkgsrc/security/pinentry/Makefile.common:1.16 pkgsrc/security/pinentry/Makefile.common:1.17
--- pkgsrc/security/pinentry/Makefile.common:1.16 Thu Jan 13 08:05:48 2022
+++ pkgsrc/security/pinentry/Makefile.common Thu Sep 1 09:15:16 2022
@@ -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/
Index: pkgsrc/security/pinentry/distinfo
diff -u pkgsrc/security/pinentry/distinfo:1.28 pkgsrc/security/pinentry/distinfo:1.29
--- pkgsrc/security/pinentry/distinfo:1.28 Thu Jan 13 08:05:48 2022
+++ pkgsrc/security/pinentry/distinfo Thu Sep 1 09:15:16 2022
@@ -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
Index: pkgsrc/security/pinentry-gnome3/Makefile
diff -u pkgsrc/security/pinentry-gnome3/Makefile:1.5 pkgsrc/security/pinentry-gnome3/Makefile:1.6
--- pkgsrc/security/pinentry-gnome3/Makefile:1.5 Thu Aug 11 05:09:13 2022
+++ pkgsrc/security/pinentry-gnome3/Makefile Thu Sep 1 09:15:16 2022
@@ -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"
Index: pkgsrc/security/pinentry-qt5/Makefile
diff -u pkgsrc/security/pinentry-qt5/Makefile:1.5 pkgsrc/security/pinentry-qt5/Makefile:1.6
--- pkgsrc/security/pinentry-qt5/Makefile:1.5 Mon Apr 18 19:12:01 2022
+++ pkgsrc/security/pinentry-qt5/Makefile Thu Sep 1 09:15:16 2022
@@ -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-gnom
CONFIGURE_ARGS+= --disable-pinentry-gtk2
CONFIGURE_ARGS+= --disable-libsecret
CONFIGURE_ARGS+= --enable-pinentry-qt
+CONFIGURE_ENV+= RCC="${QTDIR}/bin/rcc"
INSTALL_DIRS= qt
Home |
Main Index |
Thread Index |
Old Index