aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
Commit message (Collapse)AuthorAgeFilesLines
* - Add optional dependency on security/pinentry port.Jun Kuriyama2012-05-041-2/+7
| | | | | | | | | | | I'd like to keep this port (and package built on pointyhat) having simple dependencies. So this knob is off by default. PR: ports/156287, ports/164333 Submitted by: Joseph Olatt <joji@eskimo.com>, Oliver Herold <oh@fixmbr.de> Notes: svn path=/head/; revision=296001
* - Fix (and sort) plist with NLS option.Jun Kuriyama2012-05-041-12/+13
| | | | | | | | PR: ports/167546 Submitted by: Dima Panov <fluffy@Fluffy.Khv.RU> Notes: svn path=/head/; revision=295997
* - Upgrade to 2.0.19.Jun Kuriyama2012-03-273-17/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293878
* - Fix libcurl detection.Jun Kuriyama2011-09-262-0/+12
| | | | | | | | PR: ports/160535 Submitted by John Marshall <john.marshall@riverwillow.com.au> Notes: svn path=/head/; revision=282423
* - Upgrade to 2.0.18:Jun Kuriyama2011-08-053-34/+8
| | | | | | | | | | | | | | | | | | - Support the SSH confirm flag and show SSH fingerprints in ssh related pinentries. - Improved dirmngr/gpgsm interaction for OCSP. - Allow generation of card keys up to 4096 bit. - Improve for port: - Remove patch that was incorporated into this release. - Remove redundant BUILD_DEPENDS. - Patching should be done in a -patch target. Silence the REINPLACE. Submitted by: dougb PR: ports/159520 Notes: svn path=/head/; revision=278931
* Add a patch to handle an ABI change relative to libgcrypt 1.5Doug Barton2011-07-142-1/+25
| | | | | | | | | | | | Confirmed upstream: http://lists.gnupg.org/pipermail/gnupg-users/2011-July/042333.html PR: ports/158674 Submitted by: Mark Atkinson <atkin901@gmail.com> Approved by: early maintainer timeout/portmgr (pav) Notes: svn path=/head/; revision=277672
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* Update libksba to 1.2.0, and update dependent ports.Doug Barton2011-03-271-2/+3
| | | | | | | | | | | | | | | | | | | | The patch also adds a verify target for the PGP signature of the distfile. Noteworthy changes in version 1.2.0 (2011-03-01) ------------------------------------------------ * New functions to allow the creation of X.509 certificates. This release adds features required by the GnuPG 2.1 development version. PR: ports/155506 Submitted by: me Approved by: maintainer timeout Notes: svn path=/head/; revision=271906
* Version 2.0.17 was released on 2011-01-13:Doug Barton2011-02-084-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's New =========== * Allow more hash algorithms with the OpenPGP v2 card. * The gpg-agent now tests for a new gpg-agent.conf on a HUP. * Fixed output of "gpgconf --check-options". * Fixed a bug where Scdaemon sends a signal to Gpg-agent running in non-daemon mode. * Fixed TTY management for pinentries and session variable update problem. * Minor bug fixes. For the port: Camellia stopped being a configure option in 2.0.12 Fix minor typo for GPGSM OPTION Minor plist update for 2.0.17 files/patch-keybox-blob.c seems to be no longer needed [2] PR: ports/153984 Submitted by: me Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [2] Approved by: maintainer timeout (24 days) Feature safe: yes Notes: svn path=/head/; revision=268770
* Fix the shared library version number for libassuan to reflect whatDoug Barton2011-01-141-2/+2
| | | | | | | | | | | | | | | | | | the authors intended by adding: USE_AUTOTOOLS= libtool USE_GNOME= ltverhack to security/libassuan/Makefile. Update the libassuan shared library version number and/or bump PORTREVISION in the dependent ports. Requested by: ale Feature safe: yes Notes: svn path=/head/; revision=267763
* Update libassuan to version 2.0.1:Doug Barton2010-12-221-2/+2
| | | | | | | | | | | | * Input and output notification handler can now really access the parsed fd as stated in the manual. * Cleaned up the logging. Bump PORTREVISION and libassuan version number in related ports Notes: svn path=/head/; revision=266734
* - Chase libksba shlib version bump in directly-dependent portsGreg Larkin2010-12-161-2/+2
| | | | | | | | Reported by: ale and others via private email Another pointy to: glarkin Notes: svn path=/head/; revision=266427
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-1/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* - Fix WITH_SUID_GPG knob.Jun Kuriyama2010-11-191-1/+1
| | | | | | | | PR: 152359 Submitted by: sunpoet Notes: svn path=/head/; revision=264792
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-2/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* - Fix $LICENSE_FILE [1].Jun Kuriyama2010-07-232-1/+13
| | | | | | | | | | | - Fix realloc bug in GPGSM (not affected GPG itself) [2]. PR: ports/148817 [1] Submitted by: Anonymous <swell.k@gmail.com> [1] Security: http://lists.gnupg.org/pipermail/gnupg-announce/2010q3/000302.html [2] Notes: svn path=/head/; revision=258095
* - Upgrade to 2.0.16.Jun Kuriyama2010-07-203-13/+15
| | | | | | | | | | - Add license info. PR: ports/148756 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=257993
* Update to version 2.0.15, which has the following changes:Doug Barton2010-06-172-13/+10
| | | | | | | | | | | | | | | | * New command --passwd for GPG. * Fixes a regression in 2.0.14 which prevented unprotection of new or changed gpg-agent passphrases. * Make use of libassuan 2.0 which is available as a DSO. For the port: * Since libassuan is now a shared lib, move it LIB_DEPENDS * Remove now-spurious CONFLICTS Approved by: maintainer Notes: svn path=/head/; revision=256631
* Fix port name on the LEFT side of the : for BUILD_DEPENDSDoug Barton2010-06-141-1/+1
| | | | | | | While I'm here update to the current version of libassuan-1 (1.0.5) Notes: svn path=/head/; revision=256500
* Update security/libassuan to version 2.0.0, which is required by gnupg 2.0.15Doug Barton2010-06-141-2/+2
| | | | | | | | | | | | | | | | | | Unfortunately version 2.0.0 is largely incompatible with version 1.x, so it is necessary to have a stopgap measure while ports that depend on libassuan can be updated. In conversation with the maintainers of the dependent ports it was originally considered ideal to prepare updates for the ports first, then upgrade everything to libassuan 2.x en masse. Since no action has arisen on that front, go with plan B: Copy security/libassuan to security/libassuan-1, and update the dependent ports accordingly. Because this is (intended to be) a _temporary_ measure, and because no updates for libassuan 1.x are anticipated, and because the hope is that it can be removed sooner rather than later, it's a copy instead of a repocopy. Notes: svn path=/head/; revision=256495
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-0/+1
| | | | Notes: svn path=/head/; revision=252125
* - Unbreak on 9-current (utmpx).Jun Kuriyama2010-01-161-0/+2
| | | | | | | | | PR: ports/142865, ports/142871 Submitted by: garga, keramida Tested on: 9-current, 8.0 Notes: svn path=/head/; revision=247963
* - Upgrade to 2.0.14.Jun Kuriyama2009-12-222-7/+7
| | | | Notes: svn path=/head/; revision=246425
* - Upgrade to 2.0.13.Jun Kuriyama2009-09-052-7/+7
| | | | Notes: svn path=/head/; revision=240927
* Add security/pinentry-qt4 to the list of pinentry dialogs.Martin Wilke2009-07-181-1/+2
| | | | | | | | | PR: 136097 Submitted by: makc@ Approved by: maintainer timeout Notes: svn path=/head/; revision=238015
* - Upgrade to 2.0.12.Jun Kuriyama2009-06-172-8/+8
| | | | | | | | | | - Turn on Camellia option (rfc5581 published). PR: ports/135668 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=236131
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-091-0/+2
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* Upgrade to 2.0.11 (minor fixes).Jun Kuriyama2009-03-042-8/+7
| | | | Notes: svn path=/head/; revision=229467
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Add notice about CAMELLIA option (for testing only) [1].Jun Kuriyama2009-01-201-1/+2
| | | | | | | | | - Turn CAMELLIA off by default for above reason. Suggested by: dougb [1] Notes: svn path=/head/; revision=226576
* Upgrade to 2.0.10.Jun Kuriyama2009-01-133-44/+73
| | | | | | | | | PR: ports/130430 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Announcement: https://lists.gnupg.org/pipermail/gnupg-announce/2009q1/000284.html Notes: svn path=/head/; revision=225912
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-2/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* Make WITHOUT_NLS actually workTimur I. Bakeyev2008-07-271-2/+2
| | | | Notes: svn path=/head/; revision=217674
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 2.0.9Martin Wilke2008-04-262-7/+7
| | | | | | | | | | | | | | Notes: This update fixes a possible security vulnerability involving memory corruption from importing malicious keys. PR: 122114/122349 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> / Nick Barkas <snb@threerings.net> Approved by: maintainer timeout Security: http://www.vuxml.org/freebsd/30394651-13e1-11dd-bab7-0016179b2dd5.html Notes: svn path=/head/; revision=212062
* - Upgrade to 2.0.8.Jun Kuriyama2008-03-043-22/+53
| | | | | | | | | | | | - Change dependency versions. - NLS option back again. - Make GPGSM option off by default (to avoid ldap dependency in package). PR: ports/118895 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=208445
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-1/+2
| | | | Notes: svn path=/head/; revision=208144
* - Add a note "require LDAP" in GPGSM knob for $OPTIONS. This may helpJun Kuriyama2007-10-131-1/+2
| | | | | | | | | | | to reduce confusion when "WITHOUT_LDAP and WITH_GPGSM selected, but OpenLDAP dependency exists" situcation. PR: ports/116558 Reported by: Jo Rhett <jrhett@netconsonance.com> Notes: svn path=/head/; revision=201387
* Backout the commit with addition of pinentry as a run dependency becauseRoman Bogorodskiy2007-09-031-2/+1
| | | | | | | it needs discussion. Notes: svn path=/head/; revision=198670
* Add RUN_DEPEND on security/pinentry because gpg is almost uselessRoman Bogorodskiy2007-09-021-1/+2
| | | | | | | | | | | without it. PR: 115760 Submitted by: novel Approved by: maintainer timeout (1 week, linimon ok) Notes: svn path=/head/; revision=198637
* Resurrect handy WITH_SUID_GPG knob.Roman Bogorodskiy2007-08-131-0/+3
| | | | | | | | | PR: 114926 Submitted by: novel Approved by: maintainer timeout Notes: svn path=/head/; revision=197560
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Upgrade to 2.0.4 (maintainance release with a few minor enhancements).Jun Kuriyama2007-06-162-7/+7
| | | | | | | | PR: ports/113676 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=193627
* - Fix breakage on WITHOUT_NLS=t condition by forcing --enable-nls inJun Kuriyama2007-03-301-5/+5
| | | | | | | | | configure args which I fogot in previous commit. Reported by: kris Notes: svn path=/head/; revision=188791
* - Upgrade to 2.0.3 (including same safety belt as of 1.4.7).Jun Kuriyama2007-03-083-9/+9
| | | | | | | References: http://lists.gnupg.org/pipermail/gnupg-announce/2007q1/000251.html Notes: svn path=/head/; revision=186929
* Track libgpg-error shlib version change.Jean-Yves Lefort2007-03-081-0/+1
| | | | Notes: svn path=/head/; revision=186897
* - Upgrade to 2.0.2.Jun Kuriyama2007-02-034-282/+10
| | | | Notes: svn path=/head/; revision=184006
* Fix breakage.Jun Kuriyama2007-01-141-1/+9
| | | | Notes: svn path=/head/; revision=182345
* - Make GPGSM dependency optional (then we can use this port without LDAPJun Kuriyama2007-01-142-15/+16
| | | | | | | | | | | | | | | | | dependency). [1] - Remove libpth hack in configure since this problem was fixed in 2.0.1. [2] - Remove silly conflict detections which breaks BATCH building [2],[3] - Check libassuan package version (to avoid using old lib) [4] PR: ports/107185 (I'm still working on NLS problem) [2], ports/107349 [3] Submitted by: Brian Minard <bminard@flatfoot.ca> [1], dougb [2], Ulrich Spoerlein <uspoerlein@gmail.com> [3], Ian Lister <freebsd-ports@lister.dnsalias.net> [4] Notes: svn path=/head/; revision=182343