svn commit: r562504 - in head/security: . pinentry pinentry-efl pinentry-qt5 pinentry/files
Jason E. Hale
jhale at FreeBSD.org
Sun Jan 24 19:15:31 UTC 2021
Author: jhale
Date: Sun Jan 24 19:15:30 2021
New Revision: 562504
URL: https://svnweb.freebsd.org/changeset/ports/562504
Log:
security/pinentry*: Update to 1.1.1
Add security/pinentry-efl: An EFL (Enlightenment Foundation Libraries)-based
version of pinentry.
Change the default pinentry program from tty to ncurses so that the package
works out-of-the-box with mail/mutt. [1]
PR: 239381 [1]
Reported by: <heas at shrubbery.net> [1]
Requested by: adamw and Derek Schrock <dereks at lifeofadishwasher.com> [1]
Added:
head/security/pinentry-efl/
head/security/pinentry-efl/Makefile (contents, props changed)
Deleted:
head/security/pinentry/files/patch-fltk_pinwindow.cxx
Modified:
head/security/Makefile
head/security/pinentry-qt5/Makefile
head/security/pinentry/Makefile
head/security/pinentry/distinfo
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Sun Jan 24 18:42:29 2021 (r562503)
+++ head/security/Makefile Sun Jan 24 19:15:30 2021 (r562504)
@@ -807,6 +807,7 @@
SUBDIR += pidgin-otr
SUBDIR += pinentry
SUBDIR += pinentry-curses
+ SUBDIR += pinentry-efl
SUBDIR += pinentry-fltk
SUBDIR += pinentry-gnome3
SUBDIR += pinentry-gtk2
Added: head/security/pinentry-efl/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/pinentry-efl/Makefile Sun Jan 24 19:15:30 2021 (r562504)
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PORTNAME= pinentry
+PORTREVISION= 0
+
+COMMENT= EFL version of the GnuPG password dialog
+
+PINENTRY_GUI= efl
+
+MASTERDIR= ${.CURDIR}/../pinentry
+
+.include "${MASTERDIR}/Makefile"
Modified: head/security/pinentry-qt5/Makefile
==============================================================================
--- head/security/pinentry-qt5/Makefile Sun Jan 24 18:42:29 2021 (r562503)
+++ head/security/pinentry-qt5/Makefile Sun Jan 24 19:15:30 2021 (r562504)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pinentry
-PORTREVISION= 1
+PORTREVISION= 0
COMMENT= Qt 5 version of the GnuPG password dialog
Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile Sun Jan 24 18:42:29 2021 (r562503)
+++ head/security/pinentry/Makefile Sun Jan 24 19:15:30 2021 (r562504)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= pinentry
-PORTVERSION= 1.1.0
-PORTREVISION?= 7
+PORTVERSION= 1.1.1
+PORTREVISION?= 0
CATEGORIES= security
MASTER_SITES= GNUPG/pinentry
@@ -22,8 +22,8 @@ NO_BUILD= yes
PLIST_FILES= bin/pinentry
OPTIONS_SINGLE= FRONTEND
-OPTIONS_SINGLE_FRONTEND= TTY NCURSES FLTK GTK2 QT5 GNOME3
-OPTIONS_DEFAULT= TTY
+OPTIONS_SINGLE_FRONTEND= TTY NCURSES EFL FLTK GTK2 QT5 GNOME3
+OPTIONS_DEFAULT= NCURSES
FRONTEND_DESC= Default frontend
@@ -35,6 +35,10 @@ NCURSES_DESC= Curses frontend
PINENTRY_NCURSES= pinentry-curses
NCURSES_RUN_DEPENDS= ${PINENTRY_NCURSES}:security/pinentry-curses
+EFL_DESC= EFL frontend
+PINENTRY_EFL= pinentry-efl
+EFL_RUN_DEPENDS= ${PINENTRY_EFL}:security/pinentry-efl
+
FLTK_DESC= FLTK frontend
PINENTRY_FLTK= pinentry-fltk
FLTK_RUN_DEPENDS= ${PINENTRY_FLTK}:security/pinentry-fltk
@@ -109,6 +113,13 @@ USE_GNOME+= gtk20
PLIST_FILES= bin/pinentry-gtk-2
.else
CONFIGURE_ARGS+=--disable-pinentry-gtk2
+.endif
+
+.if ${PINENTRY_GUI} == "efl"
+LIB_DEPENDS+= libefl.so:devel/efl
+PLIST_FILES= bin/pinentry-efl
+.else
+CONFIGURE_ARGS+=--disable-pinentry-efl
.endif
.if ${PINENTRY_GUI} == "fltk"
Modified: head/security/pinentry/distinfo
==============================================================================
--- head/security/pinentry/distinfo Sun Jan 24 18:42:29 2021 (r562503)
+++ head/security/pinentry/distinfo Sun Jan 24 19:15:30 2021 (r562504)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516041715
-SHA256 (pinentry-1.1.0.tar.bz2) = 68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570
-SIZE (pinentry-1.1.0.tar.bz2) = 467702
+TIMESTAMP = 1611320218
+SHA256 (pinentry-1.1.1.tar.bz2) = cd12a064013ed18e2ee8475e669b9f58db1b225a0144debdb85a68cecddba57f
+SIZE (pinentry-1.1.1.tar.bz2) = 515723
More information about the svn-ports-head
mailing list