aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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-261-1/+1
| | | | | | | | | | | | | | 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-041-12/+14
| | | | | | | | | | | | - 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-161-1/+1
| | | | | | | | 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-081-3/+2
| | | | | | | 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-031-5/+4
| | | | 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-141-13/+14
| | | | | | | | | | | | | | | | | 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
* - Force USE_GETTEXT=YES (remove from OPTIONS) because 2.0.x cannot beJun Kuriyama2006-12-251-10/+12
| | | | | | | | | | | compiled without libintl.so (I didn't notice this by hidden dependencies). PR: ports/107089 Investigated with: Roland Smith <rsmith@xs4all.nl> Notes: svn path=/head/; revision=180682
* gnupg-devel and gnupg-2.x conflict.Michael Nottebrock2006-12-211-0/+2
| | | | Notes: svn path=/head/; revision=180334
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedJun Kuriyama2006-12-211-67/+47
| | | | | | | | | to security/gnupg1. Thanks to: dougb, lofi Notes: svn path=/head/; revision=180326
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-1/+1
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Unbreak locale.Jun Kuriyama2006-12-081-0/+1
| | | | | | | | PR: ports/106456 Submitted by: jjuanino@gmail.com Notes: svn path=/head/; revision=179166
* - Upgrade to 1.4.6 (including security fix).Jun Kuriyama2006-12-071-3/+3
| | | | | | | | Security: CVE-2006-6235 References: http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000491.html Notes: svn path=/head/; revision=179069
* Fix buffer overflow.Jun Kuriyama2006-11-271-1/+1
| | | | | | | References: http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html Notes: svn path=/head/; revision=178142
* Fix GnuPG's hidden dependency on cURL - add cURL support to OPTIONS andPeter Pentchev2006-10-051-1/+12
| | | | | | | | | | either explicitly depend on it, or disable it in the configure options. PR: 103427 Silence from: kuriyama (maintainer) Notes: svn path=/head/; revision=174537
* - Fix WITH_LIBICONV to work correctly.Jun Kuriyama2006-09-071-1/+5
| | | | | | | | | | - Add WITH_USB to OPTIONS. PR: ports/101311 Submitted by: Helge Oldach <gnupgaug06@oldach.net> Notes: svn path=/head/; revision=172439
* - Remove NOPORTDOCS from OPTIONS since the correct is check NOPORTDOCS andRenato Botelho2006-08-171-8/+14
| | | | | | | | | | | | | | | | not WITH(OUT)_NOPORTDOCS - Use PORTDOCS and clean pkg-plist - Add NLS to OPTIONS as on by default and move the check after bsd.port.pre.mk - Add --with-ldap=${LOCALBASE} because it was not finding ldap libs without this PR: ports/101318 Submitted by: garga Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=170893
* - Upgrade to 1.4.5.Jun Kuriyama2006-08-021-1/+6
| | | | | | | | | | | | (fixes 2 more possible memory allocation attacks). - Enable OPTIONS [1]. Security: http://lists.gnupg.org/pipermail/gnupg-announce/2006q3/000229.html PR: ports/93540 [1] Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [1] Notes: svn path=/head/; revision=169422
* - Upgrade to 1.4.4.Jun Kuriyama2006-06-251-1/+1
| | | | | | | | | (fixes user ID handling bug). Security: http://lists.gnupg.org/pipermail/gnupg-announce/2006q2/000226.html Notes: svn path=/head/; revision=166337
* - Upgrade to 1.4.3.Jun Kuriyama2006-04-031-1/+7
| | | | | | | | | - Handle hidden dependency on libusb (1). Submitted by: Peter Pentchev <roam@ringlet.net> (1) Notes: svn path=/head/; revision=158721
* Update to 1.4.2.2.Jun Kuriyama2006-03-091-1/+1
| | | | | | | | | | Security: GnuPG does not detect injection of unsigned data References: http://lists.gnupg.org/pipermail/gnupg-announce/2006q1/000216.html Probbed by: simon Approved by: portmgr (erwin) Notes: svn path=/head/; revision=157053
* Upgrade to 1.4.2.1.Jun Kuriyama2006-02-151-2/+1
| | | | | | | | | Security: False positive signature verification in GnuPG References: http://lists.gnupg.org/pipermail/gnupg-announce/2006q1/000211.html Prodded by: simon Notes: svn path=/head/; revision=156101
* Fix the problem in --batch mode.Jun Kuriyama2005-12-161-0/+1
| | | | | | | | | Obtained from: http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/trunk/g10/keygen.c?rev=3853&r1=3852&r2=3853 PR: ports/90105 Submitted by: Thomas Vogt <thomas@bsdunix.ch> Notes: svn path=/head/; revision=151278
* Fix build failure on 4.x.Jun Kuriyama2005-08-011-0/+4
| | | | | | | Reported by: "Sander Holthaus - Orange XL" <info@orangexl.com> Notes: svn path=/head/; revision=140643
* Upgrade to 1.4.2.Jun Kuriyama2005-07-311-2/+1
| | | | | | | | PR: ports/84289 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=140587
* Upgrade to 1.4.1.Jun Kuriyama2005-04-241-2/+2
| | | | | | | | | PR: ports/80157 Submitted by: Vasil Dimov <vd@datamax.bg> Kindly knocked by: dougb Notes: svn path=/head/; revision=134036
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-2/+2
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-2/+2
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Add a workaround patch to avoid protocol attack (but will not beJun Kuriyama2005-02-121-1/+1
| | | | | | | | | | | | effective in the real world). References: http://lists.gnupg.org/pipermail/gnupg-announce/2005q1/000190.html (broken mailman archive) http://www.pgp.com/library/ctocorner/openpgp.html http://eprint.iacr.org/2005/033 Reported by: dougb Notes: svn path=/head/; revision=128594
* Upgrade to 1.4.0.Jun Kuriyama2004-12-291-10/+4
| | | | Notes: svn path=/head/; revision=125440
* Update to 1.2.6.Sergey A. Osokin2004-08-311-5/+5
| | | | | | | | | Utilize DOCSDIR and DATADIR macros. Approved by: kuriyama (maintainer) Notes: svn path=/head/; revision=117732
* Link with openldap library only when WITH_LDAP knob is specifiedJun Kuriyama2004-08-041-1/+3
| | | | | | | explicitly. Notes: svn path=/head/; revision=115382
* - Upgrade to 1.2.5.Jun Kuriyama2004-08-031-2/+4
| | | | | | | - Remove unnecessary "@unexec rmdir"s for locales. Notes: svn path=/head/; revision=115326
* Fix LDAP detection. For everybody who has a the defaultAdam Weinberger2004-07-261-1/+1
| | | | | | | | | openldap client installed, this will cause a plist change. I didn't bump the PORTREVISION, but it might not be a bad idea. I'll leave that up to the maintainer. Notes: svn path=/head/; revision=114731
* Add WITHOUT_NLS knob.Jun Kuriyama2004-04-051-1/+11
| | | | | | | | PR: ports/64491 Submitted by: Sebastian Klemke <packet@adrenochrome.nl> Notes: svn path=/head/; revision=106239
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105726
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Upgrade to 1.2.4.Jun Kuriyama2003-12-241-2/+1
| | | | Notes: svn path=/head/; revision=96511
* *** Security Update (not fix, only workaround) ***Jun Kuriyama2003-11-281-1/+1
| | | | | | | | | | | | | | Disable the ability to create signatures using the ElGamal sign+encrypt (type 20) keys as well as to remove the option to create such keys. Reported by: se References: http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020570.html http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020569.html Approved by portmgr (will) Notes: svn path=/head/; revision=94812