1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

135 Commits

Author SHA1 Message Date
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
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.
2009-01-23 15:43:14 +00:00
Jun Kuriyama
efe5fa61bc - Add notice about CAMELLIA option (for testing only) [1].
- Turn CAMELLIA off by default for above reason.

Suggested by:	dougb [1]
2009-01-20 23:49:58 +00:00
Jun Kuriyama
e8152a8521 Upgrade to 2.0.10.
PR:		ports/130430
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
Announcement:	https://lists.gnupg.org/pipermail/gnupg-announce/2009q1/000284.html
2009-01-13 01:24:47 +00:00
Rong-En Fan
af76562086 - Bump PORTREVISION due to share library version bump in security/libgcrypt
PR:		 ports/127478
2009-01-06 13:01:11 +00:00
Timur I. Bakeyev
fd6d4c049f Make WITHOUT_NLS actually work 2008-07-27 15:13:59 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Martin Wilke
bbc68225b4 - Update to 2.0.9
Notes:
	This update fixes a possible security vulnerability involving
	memory corruption from importing malicious keys.

PR:		122114/122349
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> / Nick Barkas <snb@threerings.net>
Approved by:	maintainer timeout
Security:	http://www.vuxml.org/freebsd/30394651-13e1-11dd-bab7-0016179b2dd5.html
2008-04-26 23:48:43 +00:00
Jun Kuriyama
f1afd642c6 - Upgrade to 2.0.8.
- Change dependency versions.
- NLS option back again.
- Make GPGSM option off by default (to avoid ldap dependency in package).

PR:		ports/118895
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2008-03-04 22:57:41 +00:00
Tilman Keskinoz
6c7eeeeeb4 Chase libgcrypt library version 2008-02-28 21:47:06 +00:00
Jun Kuriyama
ec0efcad92 - Add a note "require LDAP" in GPGSM knob for $OPTIONS. This may help
to reduce confusion when "WITHOUT_LDAP and WITH_GPGSM selected, but
  OpenLDAP dependency exists" situcation.

PR:		ports/116558
Reported by:	Jo Rhett <jrhett@netconsonance.com>
2007-10-13 11:10:09 +00:00
Roman Bogorodskiy
ada3746c03 Backout the commit with addition of pinentry as a run dependency because
it needs discussion.
2007-09-03 04:31:51 +00:00
Roman Bogorodskiy
004b28f65a Add RUN_DEPEND on security/pinentry because gpg is almost useless
without it.

PR:		115760
Submitted by:	novel
Approved by:	maintainer timeout (1 week, linimon ok)
2007-09-02 11:08:10 +00:00
Roman Bogorodskiy
e4fdb7f9a0 Resurrect handy WITH_SUID_GPG knob.
PR:		114926
Submitted by:	novel
Approved by:	maintainer timeout
2007-08-13 07:57:48 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Jun Kuriyama
a01f8285f2 Upgrade to 2.0.4 (maintainance release with a few minor enhancements).
PR:		ports/113676
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2007-06-16 03:20:28 +00:00
Jun Kuriyama
47953517b5 - Fix breakage on WITHOUT_NLS=t condition by forcing --enable-nls in
configure args which I fogot in previous commit.

Reported by:	kris
2007-03-30 01:05:06 +00:00
Jun Kuriyama
341e2d9f26 - Upgrade to 2.0.3 (including same safety belt as of 1.4.7).
References:	http://lists.gnupg.org/pipermail/gnupg-announce/2007q1/000251.html
2007-03-08 21:20:17 +00:00
Jean-Yves Lefort
4a6abcecf2 Track libgpg-error shlib version change. 2007-03-08 14:12:08 +00:00
Jun Kuriyama
be3fc910d4 - Upgrade to 2.0.2. 2007-02-03 03:08:21 +00:00
Jun Kuriyama
b741dbc496 Fix breakage. 2007-01-14 07:27:47 +00:00
Jun Kuriyama
53838794ea - Make GPGSM dependency optional (then we can use this port without LDAP
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]
2007-01-14 07:03:52 +00:00
Jun Kuriyama
5948bc61a3 - Force USE_GETTEXT=YES (remove from OPTIONS) because 2.0.x cannot be
compiled without libintl.so (I didn't notice this by hidden
  dependencies).

PR:			ports/107089
Investigated with:	Roland Smith <rsmith@xs4all.nl>
2006-12-25 03:09:17 +00:00
Jun Kuriyama
6a708b0935 - Force USE_GETTEXT=YES (remove from OPTIONS) because 2.0.x cannot be
compiled without libintl.so (I didn't notice this by hidden
  dependencies).

PR:			ports/107089
Investigated with:	Roland Smith <rsmith@xs4all.nl>
2006-12-25 02:59:59 +00:00
Michael Nottebrock
7acfd05886 gnupg-devel and gnupg-2.x conflict. 2006-12-21 15:13:49 +00:00
Jun Kuriyama
fc5b96f1a8 - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.

Thanks to:	dougb, lofi
2006-12-21 13:31:56 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
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
2006-12-13 12:41:35 +00:00
Jun Kuriyama
87035f4152 - Unbreak locale.
PR:		ports/106456
Submitted by:	jjuanino@gmail.com
2006-12-08 09:25:31 +00:00
Jun Kuriyama
fd6c552828 - Upgrade to 1.4.6 (including security fix).
Security:	CVE-2006-6235
References:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000491.html
2006-12-07 00:34:17 +00:00
Jun Kuriyama
36515a4465 Fix buffer overflow.
References:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html
2006-11-27 22:37:42 +00:00
Peter Pentchev
8d75176018 Fix GnuPG's hidden dependency on cURL - add cURL support to OPTIONS and
either explicitly depend on it, or disable it in the configure options.

PR:		103427
Silence from:	kuriyama (maintainer)
2006-10-05 13:37:17 +00:00
Jun Kuriyama
2c79bfa88c - Fix WITH_LIBICONV to work correctly.
- Add WITH_USB to OPTIONS.

PR:		ports/101311
Submitted by:	Helge Oldach <gnupgaug06@oldach.net>
2006-09-07 02:19:12 +00:00
Renato Botelho
70e5ac1f4e - Remove NOPORTDOCS from OPTIONS since the correct is check NOPORTDOCS and
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)
2006-08-17 19:39:48 +00:00
Jun Kuriyama
4fec1103f6 - Upgrade to 1.4.5.
(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]
2006-08-02 01:34:30 +00:00
Jun Kuriyama
6ef4bb66fb - Upgrade to 1.4.4.
(fixes user ID handling bug).

Security:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q2/000226.html
2006-06-25 23:32:35 +00:00
Jun Kuriyama
ff8f727e0b - Upgrade to 1.4.3.
- Handle hidden dependency on libusb (1).

Submitted by:	Peter Pentchev <roam@ringlet.net> (1)
2006-04-03 12:57:58 +00:00
Jun Kuriyama
b73fb62f12 Update to 1.4.2.2.
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)
2006-03-09 22:44:35 +00:00
Jun Kuriyama
c17679e635 Upgrade to 1.4.2.1.
Security:	False positive signature verification in GnuPG
References:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q1/000211.html
Prodded by:	simon
2006-02-15 08:56:51 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Jun Kuriyama
8996de3bbe Add SHA256.
PR:		ports/90105
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
2005-12-16 02:16:59 +00:00
Jun Kuriyama
1b09038d56 Fix the problem in --batch mode.
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>
2005-12-16 02:16:11 +00:00
Jun Kuriyama
4ae59b6f7d Fix build failure on 4.x.
Reported by:	"Sander Holthaus - Orange XL" <info@orangexl.com>
2005-08-01 11:17:24 +00:00
Jun Kuriyama
2a9bde49bb Upgrade to 1.4.2.
PR:		ports/84289
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-07-31 22:31:11 +00:00
Jun Kuriyama
2b8b1ad066 Upgrade to 1.4.1.
PR:		ports/80157
Submitted by:	Vasil Dimov <vd@datamax.bg>
Kindly knocked by:	dougb
2005-04-24 04:42:08 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Jun Kuriyama
89f68eeedd Add a workaround patch to avoid protocol attack (but will not be
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
2005-02-12 09:29:35 +00:00
Jun Kuriyama
8967b8d02d Upgrade to 1.4.0. 2004-12-29 15:40:42 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Sergey A. Osokin
5faadcb814 Update to 1.2.6.
Utilize DOCSDIR and DATADIR macros.

Approved by:	kuriyama (maintainer)
2004-08-31 10:04:09 +00:00
Jun Kuriyama
32c3fee739 Link with openldap library only when WITH_LDAP knob is specified
explicitly.
2004-08-04 03:42:11 +00:00