summaryrefslogtreecommitdiff
path: root/security/pinentry/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13pinentry: updated to 1.2.0adam1-5/+6
Noteworthy changes in version 1.2.0 (2021-08-25) ------------------------------------------------ * qt: Show a warning if Caps Lock is on on Windows, X11 (requires libX11 and Qt5X11Extras), and Wayland (requires KF5WaylandClient). [T4950] * qt: Support password formatting. This makes generated passwords easier to transcript. [T5517] * qt: Fix showing of pinentry window on Wayland. [T5528] * qt: Check passphrase constraints before accepting passphrase if passphrase constraints are requested to be enforced. [T5532] * qt: Improve detection of running in a GUI session. [T3659] * qt: Improve accessibility when entering new password.
2021-02-06pinentry: update to 1.1.1wiz1-2/+1
Provided by Michael Baeuerle via pkgsrc-wip. Add pinentry-qt5, remove pinentry-qt4. Noteworthy changes in version 1.1.1 (2021-01-21) ------------------------------------------------ * A EFL-based pinentry has been contributed. * Disable echoing in backspace key is pressed first (GTK, Qt, TQt, and ncurses pinentries). * Support line editing in TTY pinentry. * Remove support for old GTK+2 (< 2.12.0). * Various minor fixes.
2019-11-05security/pinentry: fix unknown configure optionrillig1-2/+3
2019-11-04security: align variable assignmentsrillig1-6/+6
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2018-01-19Pass --disable-pinentry-fltk to configure to fix build when fltk installedabs1-1/+2
2015-09-30Update pinentry* to 0.9.6:wiz1-2/+1
Noteworthy changes in version 0.9.6 (2015-09-10) ------------------------------------------------ * Many improvements for the dump tty pinentry. * Use the standard GTK+-2 text entry widget instead of our outdated and back-then-it-was-more-secure text widget. * Use the standard Qt text widget. * Allow for building a static Qt variant. * Fix regression in w32 pinentry.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-1/+2
2015-07-06Update to 0.9.5:wiz1-5/+5
Noteworthy changes in version 0.9.5 (2015-07-01) ------------------------------------------------ * Replaced the internal Assuan and gpg-error code by the standard libassuan and libgpg-error libraries. * Add a new Emacs pinentry and use as fallback for GUI programs. * gnome3: The use-password-manager checkbox does now work. * Gtk: Improved fallback to curses feature. * curses: Recognize DEL as backspace.
2015-04-12Update to 0.9.1.wiz1-6/+2
Noteworthy changes in version 0.9.1 (2015-03-18) ------------------------------------------------ * Fixed build problems for systems without ncurses. * Reworked the option parser to allow building on systems without getopt_long. * Fixed Qt4 build problems.
2015-01-15Build pinentry-tty by default. From ISIHARA Takanori in PR 49573.wiz1-1/+4
Bump PKGREVISION.
2014-12-10Update security/pinentry* from 0.8.3 to 0.8.4mef1-2/+1
The second part of the commit after Makefile.common updated This is the last version pinentry-{qt,gtk} are available.
2014-12-10Convert security/pinentry* to using Makefile.common style.mef1-25/+4
No any changes on built binary. Proposed at: http://mail-index.netbsd.org/pkgsrc-users/2014/12/08/msg020735.html Thank you.
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2013-07-13Mention other packages that should be updated with this one.wiz1-1/+9
2013-07-04Remove patch-aa.wiz1-1/+2
drochner, who added it, isn't sure it's needed any longer. Bump PKGREVISION.
2013-07-03Set LICENSE.wiz1-1/+2
2013-07-03Update to 0.8.3:wiz1-3/+2
Noteworthy changes in version 0.8.3 (2013-04-26) ------------------------------------------------ * Build fixes for newer mingw32 toolchains. * Add SETTIMEOUT command for the gtk+-2 pinentry.
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-08-15update to 0.8.2drochner1-3/+3
changes: * New SETTIMEOUT command for the qt4 pinentry. * Wide character support for the curses pinentry. * Various bug fixes.
2011-12-25Include deve/ncurses/buildlink3.mk not mk/curses.buildlink3.mk.sbd1-2/+2
Note: pinentry may need INCOMPAT_CURSES to be set for some platforms.
2011-12-18Include mk/curses.buildlink3.mk not mk/termcap.buildlink3.mk.sbd1-2/+2
2011-12-17Add missing mk/termcap buildlink.sbd1-6/+3
Bump PKGREVISION
2011-09-14Use ncurses on SunOS.hans1-1/+6
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-01-11update to 0.8.1drochner1-2/+2
changes: bugfixes
2010-08-11update to 0.8.0drochner1-3/+2
changes: -Beautified the qt4 pinentry -Minor enhancements Thanks to Sverre Froyen for testing the qt4 version and finding a patch which makes the dialog stay on top.
2010-02-22fix a problem with the curses widget and non-UTF8 locales: keys whichdrochner1-1/+2
used less bytes in the system encoding than in the UTF8 passed to the caller caused that the passphrase got truncated because only the input length was accounted for bump PKGREVISION
2010-02-08create relative symlink from the beginning, the pkgsrc absolute->relativedrochner1-3/+3
conversion logics has problems
2010-02-07put the pinentry variants which depend on a toolkit into seperatedrochner1-1/+7
pkgs rather than having their build controlled by options (no change in the default case)
2009-12-15update to 0.7.6drochner1-3/+2
changes: misc improvements reviewed by John R. Shannon
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-25Fix function prototype mismatchsmb1-2/+2
2007-02-02Don't include x11.b3.mk by default, esp when no GTK/Qt support isjoerg1-3/+2
requested.
2006-11-22Re: pkg/35086: security/pinentry: PLIST is wrongshannonjr1-2/+2
PLIST correction.
2006-10-11Latest pinentry has new GTK+-2 Pinentry option. Enable or disableshannonjr1-1/+2
according to build options.
2006-10-11Update to 0.7.2shannonjr1-3/+2
2006-06-17Fixed the set of installed files when the "qt" or "gtk" options arerillig1-25/+4
selected. Fixed pkglint warnings. Bumped PKGREVISION.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-31List the info pages directly in the PLIST and ensure that we honorjlam1-2/+2
PKGINFODIR.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-20Use x11.b3.mk instead of setting USE_X11BASE. Suggested by wiz@joerg1-3/+2
2006-01-20Always set USE_X11BASE, which is needed when neither GTK nor Qt isjoerg1-2/+4
specified. Bump revision due to changed dependencies.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-14Re: pkg/28968: pinentry breaks on buildshannonjr1-1/+3
Added dependancy on libconv to fix breakage reported on NetBSD 1.6.2 alpha
2004-11-05In fact, GNU make is required, but only when the QT frontend in enabled.jmmv1-1/+2
Pointed out by shannonjr@.