aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to 1.14.12 (minor bugfixes).Jun Kuriyama2012-01-315-29/+30
| | | | Notes: svn path=/head/; revision=290143
* - Fix build on 10-current (i386) [1]Jun Kuriyama2012-01-292-0/+12
| | | | | | | | | | - Fix build with clang by using CFLAGS+=-std=c89. PR: ports/163898 [1] Submitted by: swills [1] Notes: svn path=/head/; revision=290030
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284620
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276991
* - Upgrade to 1.4.11 (minor bugfixes).Jun Kuriyama2010-10-194-26/+14
| | | | | | | References: http://lists.gnupg.org/pipermail/gnupg-announce/2010q4/000303.html Notes: svn path=/head/; revision=263230
* Attempt to fix build on powerpc.Mark Linimon2010-06-021-0/+11
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=255485
* 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
* - Upgrade to 1.4.10.Jun Kuriyama2009-09-042-9/+8
| | | | Notes: svn path=/head/; revision=240855
* - 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
* 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
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-062-10/+0
| | | | Notes: svn path=/head/; revision=225335
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Fix plist with NOPORTDOCS.Jun Kuriyama2008-08-112-12/+70
| | | | | | | Reported by: QA Tindy (itetcu) Notes: svn path=/head/; revision=218405
* 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 1.4.9Martin Wilke2008-04-262-7/+7
| | | | | | | | | | | | | | | Notes: This update fixes a possible security vulnerability involving memory corruption from importing malicious keys. PR: 122349 / 122155 Submitted by: Nick Barkas <snb@threerings.net> / Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout Security: http://www.vuxml.org/freebsd/30394651-13e1-11dd-bab7-0016179b2dd5.html Notes: svn path=/head/; revision=212063
* - Upgrade to 1.4.8 (GPL3).Jun Kuriyama2008-01-122-8/+7
| | | | | | | | PR: ports/118894 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=205486
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200791
* - 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