aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg1
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to 1.4.11 (minor bugfixes).kuriyama2010-10-194-26/+14
| | | | References: http://lists.gnupg.org/pipermail/gnupg-announce/2010q4/000303.html
* Attempt to fix build on powerpc.linimon2010-06-021-0/+11
| | | | Hat: portmgr
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Chase the ftp/curl shlib version bump.roam2010-04-031-0/+1
|
* - Upgrade to 1.4.10.kuriyama2009-09-042-9/+8
|
* - Chase libusb20 rename in r189585.stas2009-03-101-0/+2
| | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
* Bump the version of the curl shared library after the ftp/curl updateroam2009-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.
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-072-10/+0
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Fix plist with NOPORTDOCS.kuriyama2008-08-112-12/+70
| | | | Reported by: QA Tindy (itetcu)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Update to 1.4.9miwi2008-04-272-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
* - Upgrade to 1.4.8 (GPL3).kuriyama2008-01-122-8/+7
| | | | | PR: ports/118894 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-4/+0
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-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
* - Welcome X.org 7.2 \o/.flz2007-05-202-22/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Upgrade to 1.4.7.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
* - I forgot to bump PORTREVISION to sync with security/gnupg as ofkuriyama2006-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>
* - Chase security/gnupg upgrade (but still 1.4.6) after repocopy.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. :-)
* Fix buffer overflow.kuriyama2006-11-282-1/+13
| | | | References: http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html
* Fix GnuPG's hidden dependency on cURL - add cURL support to OPTIONS androam2006-10-051-1/+12
| | | | | | | either explicitly depend on it, or disable it in the configure options. PR: 103427 Silence from: kuriyama (maintainer)
* - Fix WITH_LIBICONV to work correctly.kuriyama2006-09-071-1/+5
| | | | | | | - Add WITH_USB to OPTIONS. PR: ports/101311 Submitted by: Helge Oldach <gnupgaug06@oldach.net>
* - Remove NOPORTDOCS from OPTIONS since the correct is check NOPORTDOCS andgarga2006-08-182-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)
* - Upgrade to 1.4.5.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]
* - Upgrade to 1.4.4.kuriyama2006-06-262-7/+7
| | | | | | (fixes user ID handling bug). Security: http://lists.gnupg.org/pipermail/gnupg-announce/2006q2/000226.html
* - Upgrade to 1.4.3.kuriyama2006-04-034-24/+15
| | | | | | - Handle hidden dependency on libusb (1). Submitted by: Peter Pentchev <roam@ringlet.net> (1)
* Update to 1.4.2.2.kuriyama2006-03-102-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)
* Upgrade to 1.4.2.1.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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-22/+22
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Add SHA256.kuriyama2005-12-161-0/+2
| | | | | PR: ports/90105 Submitted by: Thomas Vogt <thomas@bsdunix.ch>
* Fix the problem in --batch mode.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>
* Fix build failure on 4.x.kuriyama2005-08-011-0/+4
| | | | Reported by: "Sander Holthaus - Orange XL" <info@orangexl.com>
* Upgrade to 1.4.2.kuriyama2005-08-012-6/+5
| | | | | PR: ports/84289 Submitted by: Vasil Dimov <vd@datamax.bg>
* Upgrade to 1.4.1.kuriyama2005-04-244-55/+6
| | | | | | PR: ports/80157 Submitted by: Vasil Dimov <vd@datamax.bg> Kindly knocked by: dougb
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-2/+2
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-2/+2
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Add a workaround patch to avoid protocol attack (but will not bekuriyama2005-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
* Upgrade to 1.4.0.kuriyama2004-12-293-17/+13
|
* Clean up handling of locale directories at deinstall-time:kris2004-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
* Update to 1.2.6.osa2004-08-313-29/+29
| | | | | | Utilize DOCSDIR and DATADIR macros. Approved by: kuriyama (maintainer)
* Link with openldap library only when WITH_LDAP knob is specifiedkuriyama2004-08-041-1/+3
| | | | explicitly.
* - Upgrade to 1.2.5.kuriyama2004-08-033-22/+9
| | | | - Remove unnecessary "@unexec rmdir"s for locales.
* Fix LDAP detection. For everybody who has a the defaultadamw2004-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.
* Add WITHOUT_NLS knob.kuriyama2004-04-052-27/+37
| | | | | PR: ports/64491 Submitted by: Sebastian Klemke <packet@adrenochrome.nl>
* - Use USE_ICONV knobkrion2004-03-311-1/+1
| | | | Approved by: portmgr
* SIZEify.kuriyama2004-03-181-0/+2
| | | | Submitted by: trevor
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Upgrade to 1.2.4.kuriyama2003-12-246-93/+9
|
* *** Security Update (not fix, only workaround) ***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)
* What users should use is WITH_LDAP and USE_OPENLDAP is for portskuriyama2003-11-121-4/+2
| | | | | | | system. Submitted by: Alex Dupre <sysadmin@alexdupre.com> PR: ports/59151
* Fix USE_DYNAMIC_LINKING detection.kuriyama2003-10-272-1/+29
| | | | | Submitted by: ls+gnupg.devel.gnupg.org@gambit.com.ru References: http://lists.gnupg.org/pipermail/gnupg-devel/2003-October/020503.html
* Add missing share/locale/ro/LC_MESSAGES/gnupg.mo and clean upkuriyama2003-10-262-9/+24
| | | | | | | @unexec rmdir's. PR: ports/58212 Submitted by: Dimitry Andric <dimitry@andric.com>
* Respect USE_OPENLDAP(WANT_OPENLDAP_VER).kuriyama2003-10-141-2/+4
| | | | Pointed out by: lofi
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* o Upgrade to 1.2.3.kuriyama2003-08-232-5/+3
| | | | | o Remove explicit --enable-tiger from $CONFIGURE_ARGS. This feature will be removed from GnuPG.
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* Show $PKGMESSAGE only if $OSVERSION < 500019.kuriyama2003-05-122-0/+6
| | | | | | Add URL reference for rndcontrol. Submitted by: dougb
* Add a patch for mpi/config.links to avoid infinite loop on sparc64.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*.
* Upgrade to 1.2.2.kuriyama2003-05-063-3/+9
|
* Check versioned library file explicitly.kuriyama2003-04-221-1/+1
| | | | | PR: ports/48692 Submitted by: fenner
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-1/+1
|
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* Use MASTER_SITE_GNUPGarved2003-02-151-6/+1
|
* Correct typo in previouskris2003-01-151-1/+1
| | | | Pointy hat to: kris
* Add missing @dirrmkris2003-01-141-0/+1
|
* Upgrade to 1.2.1.kuriyama2002-10-262-3/+3
|
* Directory in master site is changed.kuriyama2002-10-081-1/+1
| | | | Reported by: ijliao
* Upgrade to 1.2.0.kuriyama2002-10-065-46/+38
| | | | | | PR: ports/43211 Submitted by: Jason Harris <jharris@widomaker.com> Modified by: kuriyama (for WITH_LDAP)
* Fix build breakage when openldap2 is installed.kuriyama2002-09-101-0/+11
| | | | | PR: ports/42517 Submitted by: Matthias Andree <matthias.andree@web.de>
* Fix build with LDAP library.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>
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* (1) Remove implicit dependency on devel/gdbm.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)
* Use i586 optimized asm code for msi when i586 over CPUTYPE is set inkuriyama2002-05-281-1/+4
| | | | | | /etc/make.conf. Submitted by: <skrueger@europe.com>
* Install set-uid'ed gpg if WITH_SUID_GPG is defined.kuriyama2002-05-241-1/+3
| | | | Requested by: Tobias Henoeckl <hoeni@Space.Net>
* Fix plist at NOPORTDOC environment.kuriyama2002-05-011-15/+15
| | | | PR: ports/37621
* Upgrade to 1.0.7.kuriyama2002-04-303-13/+12
| | | | See http://www.gnupg.org/whatsnew.html#rn20020429 for changelog.
* Check hidden dependency on libiconv.kuriyama2002-04-161-0/+3
| | | | Pointed out by: Neil Darlow <neil@darlow.co.uk>
* gettext upgrade uber-patch (stage 3)ade2002-04-131-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
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-1/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1
| | | | libiconv.
* Stage 1 of gettext update.ade2002-03-161-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
* Remove *.alias entries from plist.kuriyama2002-02-122-3/+1
| | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> and Jimmy Olgeni <olgeni@FreeBSD.org>
* Link with shared libintl rather than static included gettext.kuriyama2002-02-051-2/+3
| | | | Suggested by: ache
* Fix typos in LIB_DEPENDS line.kuriyama2002-02-041-2/+2
| | | | Submitted by: Neil Darlow <neil@darlow.co.uk>
* Add (conditional) hidden dependency for iconv and gdbm.kuriyama2002-02-041-0/+7
| | | | | PR: ports/34543 Reported by: Ronald Kuehn <rk@ronald.org>
* Display TIPS (use rndcontrol(8)) message at post-install.kuriyama2001-12-112-1/+6
|
* Bump $PORTREVISION.kuriyama2001-06-301-0/+1
| | | | Pointed out by: sf
* Add 2 missing entries (lib/charset.alias and share/locale/locale.alias).kuriyama2001-06-291-0/+2
|
* Upgrade to gnupg 1.0.6. This is an important security update due to ankris2001-05-303-4/+3
| | | | exploitable format string vulnerability in decoding files
* Upgrade to 1.0.5.kuriyama2001-04-304-38/+10
| | | | | | | | | | | o The semantics of --verify have changed. o Corrected hash calculation for input data larger than 512M. o Large File Support is now working. o A bunch of new options and commands. o Keyserver support for the W32 version. o Better handling of key expiration and subkeys. o Estonian and Turkish translation. o The usual fixes and other enhancements.
* Bump PORTVERSION.kuriyama2001-01-181-1/+1
| | | | Pointed out by: kris
* RIJNDAEL algorithm is not depreciated. Fix not to show warningkuriyama2001-01-171-0/+31
| | | | | | | message when using RIJNDAEL. Obtained from: http://lists.gnupg.org/gnupg-announce-200010/msg00003.html Requested by: "John E. Hein" <jhein@timing.com>
* Add security-patch1.diff.kuriyama2000-12-212-1/+5
| | | | Pointed out by: Sergii Laskavyi <ls@gambit.com.ru>
* Use $MASTER_SITE_RINGSERVER.kuriyama2000-11-062-7/+10
| | | | | | Correct description around RSA/IDEA (with PORTREVISION bump). Submitted by: knu
* Upgrade to v1.0.4.kuriyama2000-10-183-3/+4
| | | | | Submitted by: des Committed from: bsdcon2000 terminal room
* Upgrade to 1.0.3.kuriyama2000-09-193-2/+4
|
* Remove empty directories.kuriyama2000-08-071-0/+4
| | | | Submitted by: bento
* Add missing PLIST entries.kuriyama2000-08-011-0/+3
| | | | Submitted by: bento
* Upgrade to v1.0.2.kuriyama2000-07-133-11/+13
|
* Fix @dirrm typo in PLIST.kuriyama2000-06-131-1/+1
| | | | | Found by: bento Reference: http://bento/errorlogs/errorlogs/a.3.20000612/extras.html
* Fix building error on 2.2.8.kuriyama2000-05-091-1/+1
| | | | | Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Not tested by: kuriyama
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Use @unexec to remove locale directories.kuriyama2000-01-151-12/+19
|
* Update to v1.0.1. (with correct gpg.1)kuriyama1999-12-233-17/+28
|
* Change broken link to homepage to official oneache1999-12-092-1/+2
|
* Upgrade to v1.0.0.kuriyama1999-09-102-6/+6
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Upgrade to v0.9.10.kuriyama1999-08-122-4/+4
|
* Upgrade to v0.9.9.kuriyama1999-07-262-4/+4
|
* Upgrade to v0.9.8.kuriyama1999-06-302-4/+5
| | | | Add workaround for compilation with CFLAGS=-pipe.
* Upgrade to v0.9.7.kuriyama1999-05-252-4/+4
|
* Upgrade to v0.9.6.kuriyama1999-05-093-6/+4
| | | | | # In my environment (3.1-19990331-STABLE), I cannot finish to build # with CFLAGS+=-pipe. Hmmm....
* Add WWW: to DESCR filesmharo1999-05-031-2/+2
|
* Add optional CONFIGURE_ARGS to compile on 2.2.8 system.kuriyama1999-04-172-6/+35
| | | | | | | Install documentations. Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> Reviewed and modified by: maintainer
* Upgrade to v0.9.5.kuriyama1999-03-212-4/+4
|
* Upgrade to v0.9.4.kuriyama1999-03-143-6/+8
|
* Upgrade to v0.9.3.kuriyama1999-03-083-8/+7
|
* * Don't use "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.obrien1999-02-111-2/+4
| | | | * BROKEN='{standard input}: Assembler messages: Error: Alignment not a power of 2'
* Upgrade to v0.9.2.kuriyama1999-02-072-4/+4
|
* Upgrade to v0.9.1.kuriyama1999-01-153-10/+8
|
* Upgrade to v0.4.5.kuriyama1998-12-103-7/+11
|
* The GNU Privacy Guardkuriyama1998-11-235-0/+61
Submitted by: kuriyama@FreeBSD.ORG