From owner-svn-ports-head@freebsd.org Sun Jan 24 19:15:31 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA22F4D6DBE; Sun, 24 Jan 2021 19:15:31 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DP2l744bpz4SHs; Sun, 24 Jan 2021 19:15:31 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A408951; Sun, 24 Jan 2021 19:15:31 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10OJFVSm019165; Sun, 24 Jan 2021 19:15:31 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10OJFUZk019160; Sun, 24 Jan 2021 19:15:30 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202101241915.10OJFUZk019160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 24 Jan 2021 19:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562504 - in head/security: . pinentry pinentry-efl pinentry-qt5 pinentry/files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/security: . pinentry pinentry-efl pinentry-qt5 pinentry/files X-SVN-Commit-Revision: 562504 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2021 19:15:31 -0000 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: [1] Requested by: adamw and Derek Schrock [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