aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Force USE_GETTEXT=YES (remove from OPTIONS) because 2.0.x cannot beJun Kuriyama2006-12-251-0/+11
| | | | | | | | | | | 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=180683
* - 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-219-169/+402
| | | | | | | | | 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-082-0/+11
| | | | | | | | 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-073-21/+9
| | | | | | | | 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-272-1/+13
| | | | | | | 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-172-24/+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-023-7/+13
| | | | | | | | | | | | (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-252-7/+7
| | | | | | | | | (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-034-24/+15
| | | | | | | | | - 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-092-7/+7
| | | | | | | | | | 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-152-8/+7
| | | | | | | | | 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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-22/+22
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Add SHA256.Jun Kuriyama2005-12-161-0/+2
| | | | | | | | PR: ports/90105 Submitted by: Thomas Vogt <thomas@bsdunix.ch> Notes: svn path=/head/; revision=151279
* Fix the problem in --batch mode.Jun Kuriyama2005-12-162-0/+17
| | | | | | | | | 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-312-6/+5
| | | | | | | | PR: ports/84289 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=140587
* Upgrade to 1.4.1.Jun Kuriyama2005-04-244-55/+6
| | | | | | | | | 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-122-1/+49
| | | | | | | | | | | | 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-293-17/+13
| | | | Notes: svn path=/head/; revision=125440
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-15/+0
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Update to 1.2.6.Sergey A. Osokin2004-08-313-29/+29
| | | | | | | | | 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-033-22/+9
| | | | | | | - 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-052-27/+37
| | | | | | | | 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
* SIZEify.Jun Kuriyama2004-03-181-0/+2
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* 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-246-93/+9
| | | | Notes: svn path=/head/; revision=96511
* *** Security Update (not fix, only workaround) ***Jun Kuriyama2003-11-283-1/+62
| | | | | | | | | | | | | | 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
* What users should use is WITH_LDAP and USE_OPENLDAP is for portsJun Kuriyama2003-11-121-4/+2
| | | | | | | | | | system. Submitted by: Alex Dupre <sysadmin@alexdupre.com> PR: ports/59151 Notes: svn path=/head/; revision=93814
* Fix USE_DYNAMIC_LINKING detection.Jun Kuriyama2003-10-262-1/+29
| | | | | | | | Submitted by: ls+gnupg.devel.gnupg.org@gambit.com.ru References: http://lists.gnupg.org/pipermail/gnupg-devel/2003-October/020503.html Notes: svn path=/head/; revision=92262
* Add missing share/locale/ro/LC_MESSAGES/gnupg.mo and clean upJun Kuriyama2003-10-262-9/+24
| | | | | | | | | | @unexec rmdir's. PR: ports/58212 Submitted by: Dimitry Andric <dimitry@andric.com> Notes: svn path=/head/; revision=92197
* Respect USE_OPENLDAP(WANT_OPENLDAP_VER).Jun Kuriyama2003-10-141-2/+4
| | | | | | | Pointed out by: lofi Notes: svn path=/head/; revision=91149
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743