aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* o Upgrade to 1.2.3.Jun Kuriyama2003-08-232-5/+3
| | | | | | | | o Remove explicit --enable-tiger from $CONFIGURE_ARGS. This feature will be removed from GnuPG. Notes: svn path=/head/; revision=87543
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-151-1/+1
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* Show $PKGMESSAGE only if $OSVERSION < 500019.Jun Kuriyama2003-05-122-0/+6
| | | | | | | | | Add URL reference for rndcontrol. Submitted by: dougb Notes: svn path=/head/; revision=80723
* Add a patch for mpi/config.links to avoid infinite loop on sparc64.Jun Kuriyama2003-05-101-0/+15
| | | | | | | | MPI assembler function for sparc32 is used for our sparc64, but it will not work on it. So use generic (C) version for sparc64-*-freebsd*. Notes: svn path=/head/; revision=80593
* Upgrade to 1.2.2.Jun Kuriyama2003-05-063-3/+9
| | | | Notes: svn path=/head/; revision=80270
* Check versioned library file explicitly.Jun Kuriyama2003-04-221-1/+1
| | | | | | | | PR: ports/48692 Submitted by: fenner Notes: svn path=/head/; revision=79432
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76346
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Use MASTER_SITE_GNUPGTilman Keskinoz2003-02-151-6/+1
| | | | Notes: svn path=/head/; revision=75565
* Correct typo in previousKris Kennaway2003-01-141-1/+1
| | | | | | | Pointy hat to: kris Notes: svn path=/head/; revision=73148
* Add missing @dirrmKris Kennaway2003-01-141-0/+1
| | | | Notes: svn path=/head/; revision=73079
* Upgrade to 1.2.1.Jun Kuriyama2002-10-262-3/+3
| | | | Notes: svn path=/head/; revision=68859
* Directory in master site is changed.Jun Kuriyama2002-10-081-1/+1
| | | | | | | Reported by: ijliao Notes: svn path=/head/; revision=67603
* Upgrade to 1.2.0.Jun Kuriyama2002-10-065-46/+38
| | | | | | | | | PR: ports/43211 Submitted by: Jason Harris <jharris@widomaker.com> Modified by: kuriyama (for WITH_LDAP) Notes: svn path=/head/; revision=67471
* Fix build breakage when openldap2 is installed.Jun Kuriyama2002-09-101-0/+11
| | | | | | | | PR: ports/42517 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=66018
* Fix build with LDAP library.Jun Kuriyama2002-08-291-0/+11
| | | | | | | | | | If configure finds LDAP library, it tries to link with -lresolv, too. Remove -lresolv to unbreak. Reported by: Guy Middleton <guy@crtsol.com> Notes: svn path=/head/; revision=65201
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* (1) Remove implicit dependency on devel/gdbm.Jun Kuriyama2002-07-211-4/+1
| | | | | | | | | | | | (2) Allow to explicit dependency on converters/libiconv with WITH_LIBICONV knob. Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (1), Dmitry Morozovsky <marck@rinet.ru> (2) PR: ports/40653 (1), ports/40814 (2) Notes: svn path=/head/; revision=63294
* Use i586 optimized asm code for msi when i586 over CPUTYPE is set inJun Kuriyama2002-05-271-1/+4
| | | | | | | | | /etc/make.conf. Submitted by: <skrueger@europe.com> Notes: svn path=/head/; revision=60150
* Install set-uid'ed gpg if WITH_SUID_GPG is defined.Jun Kuriyama2002-05-241-1/+3
| | | | | | | Requested by: Tobias Henoeckl <hoeni@Space.Net> Notes: svn path=/head/; revision=59904
* Fix plist at NOPORTDOC environment.Jun Kuriyama2002-05-011-15/+15
| | | | | | | PR: ports/37621 Notes: svn path=/head/; revision=58411
* Upgrade to 1.0.7.Jun Kuriyama2002-04-303-13/+12
| | | | | | | See http://www.gnupg.org/whatsnew.html#rn20020429 for changelog. Notes: svn path=/head/; revision=58363
* Check hidden dependency on libiconv.Jun Kuriyama2002-04-161-0/+3
| | | | | | | Pointed out by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=57755
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-5/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-1/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Remove *.alias entries from plist.Jun Kuriyama2002-02-122-3/+1
| | | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> and Jimmy Olgeni <olgeni@FreeBSD.org> Notes: svn path=/head/; revision=54581
* Link with shared libintl rather than static included gettext.Jun Kuriyama2002-02-051-2/+3
| | | | | | | Suggested by: ache Notes: svn path=/head/; revision=54223
* Fix typos in LIB_DEPENDS line.Jun Kuriyama2002-02-041-2/+2
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=54195