aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-22/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Upgrade to 1.4.7.Jun Kuriyama2007-03-064-18/+8
| | | | | | | | | | Add safety seatbelt for inserting additional text in signed OpenPGP message. References: http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023687.html, http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023686.html Notes: svn path=/head/; revision=186656
* - I forgot to bump PORTREVISION to sync with security/gnupg as ofJun Kuriyama2006-12-254-0/+13
| | | | | | | | | | | | | before 2.0 upgrade. - Add a patch to fix info/dir entry in gnupg1.info [1]. - Recover symlink during removing this port after installing security/gnupg (2.0) (I forgot to add this before...). PR: ports/106819 [1] Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> Notes: svn path=/head/; revision=180687
* - Chase security/gnupg upgrade (but still 1.4.6) after repocopy.Jun Kuriyama2006-12-097-25/+43
| | | | | | | | | | | (not connected in ../Makefile) - Tweak installation directory for documents to avoid conflict against coming gnupg upgrade (2.0.1). I'm still testing my patch to upgrade to 2.0.1, so please wait. :-) Notes: svn path=/head/; revision=179261
* 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
* 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