aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* security/pinentry: remove QT4 option (Qt4 deprecation)Tobias C. Berner2019-03-161-18/+3
| | | | | | | | | - this breaks security/pinentry-qt4 until removal Approved by: portmgr (implicit) Notes: svn path=/head/; revision=495937
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+5
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* Remove orphan after INFO_PATH moveAntoine Brodin2018-11-111-1/+1
| | | | Notes: svn path=/head/; revision=484670
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-4/+4
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Update security/pinentry* to 1.1.0 [1]Jason E. Hale2018-01-214-35/+41
| | | | | | | | | | Add security/pinentry-fltk, fltk frontend [2] PR: 225190 [1], 225191 [2] Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=459560
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Fix configure for users that have 'WITHOUT_GNU_GREP_COMPAT=yes' setJason E. Hale2016-12-181-0/+29
| | | | | | | Reported by: rakuco Notes: svn path=/head/; revision=428848
* Update to 1.0.0Jason E. Hale2016-12-163-16/+18
| | | | | | | | | | | Add LICENSE (GPLv2+) Dependency cleanup Whitespace fix Remake patches Take maintainership Notes: svn path=/head/; revision=428683
* security/pinentry-*: Document ncurses requirementJohn Marino2016-11-201-3/+1
| | | | | | | | | | It turns out that every pinentry slave port requires ncurses, not just -gnome3 and -curses. Approved by: ncurses blanket Notes: svn path=/head/; revision=426550
* security/pinentry-gnome3: Document ncurses requirementJohn Marino2016-11-181-0/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426327
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* Bump PORTREVISION in security/pinentry and pinentry-qt4 after r415872.Raphael Kubo da Costa2016-07-031-1/+1
| | | | | | | | | | | | | | r415872 changed the binary name that security/pinentry-qt4 installs without bumping PORTREVISION in the affected ports, so if security/pinentry gets rebuilt after this change but security/pinentry-qt4 is not the pinentry symlink will be broken. Similarly, if one builds security/pinentry-qt{4,5} without updating security/pinentry, the pinentry symlink will also be broken. PR: 209556 MFH: 2016Q3 Notes: svn path=/head/; revision=417973
* New port: security/pinentry-qt5, Qt 5 version of the GnuPG password dialogKurt Jaeger2016-05-261-4/+15
| | | | | | | | | PR: 209556 Submitted by: Ralf Nolden <nolden@kde.org> (kde) Approved by: makc (implicit as kde maintainer) Notes: svn path=/head/; revision=415872
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update security/pinentry and slave ports to 0.9.7.Raphael Kubo da Costa2016-02-292-22/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From pinentry's NEWS file: Noteworthy changes in version 0.9.7 (2015-12-07) ------------------------------------------------ * Fix regressions in the Qt pinentry. * Fix minor problems pinnetyr-tty. * New option --invisible-char. 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. Compare to 0.9.5, the biggest change from a ports perspective is improved support for libc++ in pinentry-qt, as upstream got rid of its custom entry widget that only worked with libstdc++. This allows the Makefile to be simplified and pinentry-qt4 to be built with libc++. There is also an option to build a Qt5-based version of pinentry, but I did not add the new port in this patch. PR: 207567 Approved by: makc (maintainer) Notes: svn path=/head/; revision=409822
* GNOME 3 expects pinentry to have libsecret support. so instead of offeringKoop Mast2015-10-051-1/+1
| | | | | | | | | a options change always build it with libsecret support. Approved by: maintainer (implicit) Notes: svn path=/head/; revision=398662
* Build the pinentry-gnome3 port with libsecret support. GNOME 3.18 expects it.Koop Mast2015-08-211-0/+1
| | | | | | | | | PR: 202509 Submitted by: myself Approved by: maintainer (makc@) Notes: svn path=/head/; revision=394948
* security/pinentry:Max Brazhnikov2015-07-171-3/+14
| | | | | | | - Add GNOME 3 pinentry dialog Notes: svn path=/head/; revision=392382
* security/pinentry:Max Brazhnikov2015-07-141-1/+4
| | | | | | | | | | - Fix build: libassuan is now mandatory dependence - Explicitly disable GNOME 3 and Emacs versions MFH: 2015Q3 Notes: svn path=/head/; revision=391975
* - Update to 0.9.5.Jung-uk Kim2015-07-133-17/+3
| | | | | | | | | | | - Disable LIBSECRET option for GTK2 by default. It does not work and broke Thunderbird/Enigmail for me. Approved by: makc (maintainer) MFH: 2015Q3 Notes: svn path=/head/; revision=391918
* security/pinentry:Max Brazhnikov2015-05-183-3/+23
| | | | | | | | - Update to 0.9.2 - Add optional support for libsecret and enable it for GTK frontend Notes: svn path=/head/; revision=386717
* security/pinetry-qt4: set to use c+++11 standard (fixes gcc5)John Marino2015-04-211-0/+2
| | | | | | | | | | | | | Unfortunately this still doesn't build on FreeBSD 10 which uses libc++. It is unknown if it builds on FreeBSD11, but it has been ignored on FreeBSD11. The main benefit is for gcc5 support right now. I confirmed that it still builds on FreeBSD 8 and FreeBSD 9. Approved by: blanket (gcc5) Notes: svn path=/head/; revision=384409
* security/pinentry:Max Brazhnikov2015-03-243-15/+4
| | | | | | | | - Update to 0.9.1 - Remove no longer needed patch Notes: svn path=/head/; revision=382076
* security/pinentry:Max Brazhnikov2015-01-211-0/+4
| | | | | | | | | | - Make it apparent that Qt 4 frontend is broken on 10.x and greater PR: 196681 Submitted by: Gerard Seibert Notes: svn path=/head/; revision=377584
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* security/pinentry:Max Brazhnikov2014-12-242-35/+63
| | | | | | | | | | | - Resolve mutual conflict for security/pinentry-* ports - Add new port security/pinentry-tty for pure console version of pinentry - Convert security/pinentry to meta-alike port that depends on pinentry-tty by default and installs commons files (documentation). Mark it architecture independent. Notes: svn path=/head/; revision=375494
* security/pinentry:Max Brazhnikov2014-11-141-15/+10
| | | | | | | | | | | - Check for the presence of libc++ rather than for OSVERSION and fix options processing [1] - Use MOC variable provided by bsd.qt.mk Reported by: wblock [1] Notes: svn path=/head/; revision=372552
* security/pinentry:Max Brazhnikov2014-11-133-19/+20
| | | | | | | | | - Update to 0.9.0 - Remove pinentry-gtk port (GTK+ 1 support is discontinued upstream) - Ignore Qt 4 frontend on 10 and greater, it fails to build with clang/libc++ Notes: svn path=/head/; revision=372524
* - Drop .la files for security/libksba, no dependees require themDmitry Marakasov2014-09-161-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=368312
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-131-1/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* Convert my ports to USES=tarMax Brazhnikov2014-05-121-4/+2
| | | | Notes: svn path=/head/; revision=353800
* Fix build on 10 and headMax Brazhnikov2013-11-101-0/+1
| | | | | | | | PR: ports/183086 Submitted by: sbruno Notes: svn path=/head/; revision=333418
* - Support stagingMax Brazhnikov2013-10-231-3/+2
| | | | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes Notes: svn path=/head/; revision=331383
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326013
* - Update to 0.8.3Max Brazhnikov2013-08-233-47/+5
| | | | | | | | - Remove stale patch - Drop deprecated PTHREAD_* stuff Notes: svn path=/head/; revision=325273
* - Remove security/pinentry-qt: Qt3 ports are deprecated.Max Brazhnikov2013-07-092-27/+10
| | | | | | | - minor fixes/changes. Notes: svn path=/head/; revision=322559
* Disable Qt3 frontend: Qt3 ports are deprecated.Max Brazhnikov2013-06-191-1/+1
| | | | | | | | PR: ports/179207 Reported by: Scot Hetzel <swhetzel at gmail.com> Notes: svn path=/head/; revision=321253
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-2/+2
| | | | Notes: svn path=/head/; revision=317220
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Fix regression introduced in my previous commit [1]Max Brazhnikov2013-02-061-7/+5
| | | | | | | | | | - Trim Makefile header - Adjust comment Reported by: bapt Notes: svn path=/head/; revision=311760
* - Convert my ports to new options frameworkMax Brazhnikov2012-07-271-22/+18
| | | | | | | | - use CONFLICTS_INSTALL - other minor changes Notes: svn path=/head/; revision=301600