head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.12 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.07.02.09.21.18; author adam; state dead; branches; next 1.1; commitid QkoBG8xUPhhXM3MG; 1.1 date 2025.01.31.15.25.11; author micha; state Exp; branches; next ; commitid SdoBaYKF64mQoEHF; desc @@ 1.2 log @pinentry: updated to 1.3.3 Noteworthy changes in version 1.3.3 (2026-07-01) * w32: Modernize the dialog of the simple Pinetry for Windows Vista and later. * gtk,curses: Add --focus=ok option to CONFIRM command. * tty: Discard input on timeout. * Various build fixes. @ text @$NetBSD: patch-configure.ac,v 1.1 2025/01/31 15:25:11 micha Exp $ Use FLTK 1.4 (API is compatible). Required for package "pinentry-fltk". --- configure.ac.orig 2024-07-03 11:19:19.000000000 +0200 +++ configure.ac 2025-01-22 15:30:42.660723851 +0100 @@@@ -776,7 +776,7 @@@@ dnl Check for FLTK pinentry program. dnl AC_ARG_ENABLE(pinentry-fltk, - AS_HELP_STRING([--enable-pinentry-fltk],[build FLTK 1.3 pinentry]), + AS_HELP_STRING([--enable-pinentry-fltk],[build FLTK 1.4 pinentry]), pinentry_fltk=$enableval, pinentry_fltk=maybe) dnl check for fltk-config @@@@ -790,11 +790,11 @@@@ dnl check for FLTK libraries and set flags if test "$pinentry_fltk" != "no"; then - AC_MSG_CHECKING([for FLTK 1.3]) + AC_MSG_CHECKING([for FLTK 1.4]) FLTK_VERSION=`${FLTK_CONFIG} --api-version` - if test ${FLTK_VERSION} != "1.3" ; then + if test ${FLTK_VERSION} != "1.4" ; then AC_MSG_RESULT([no]) - AC_MSG_WARN([FLTK 1.3 not found (available $FLTK_VERSION)]) + AC_MSG_WARN([FLTK 1.4 not found (available $FLTK_VERSION)]) pinentry_fltk=no else AC_MSG_RESULT([yes]) @ 1.1 log @security/pinentry: Add patch for FLTK 1.4 Part of FLTK 1.4 transition (Step 2). No revbump for base package, the patch only affects pinentry-fltk. @ text @d1 1 a1 1 $NetBSD$ @