Commit graph

127 commits

Author SHA1 Message Date
Cy Schubert
6d4aa839c8 Convert missing WANT_KRB5_DOC pieces.
Add HTML documentation OPTION knob.
2008-05-23 21:01:58 +00:00
Cy Schubert
f52aaf28df Implement OPTIONS menu.
Implement options that will allow the user to:

	- rename ftp and ftpd to kftp and kftpd
	- rename telnet and telnetd to ktelnet and ktelnetd
	- rename rlogin to krlogin
	- rename rsh to krsh
	- rename rcp to krcp

This avoids shadowing by or being shadowed by, depending on one's PATH,
system utilities of the same name.
2008-05-14 23:06:13 +00:00
Cy Schubert
14ff4ec24c Fixes for multiple vulnerabilities.
Security:	US-CERT Technical Cyber Security Alert TA08-079B --
			MIT Kerberos Updates for Multiple Vulnerabilities
		US-CERT Vulnerability Note VU#895609,
		US-CERT Vulnerability Note VU#374121
		MIT krb5 Security Advisory 2008-001
		MIT krb5 Security Advisory 2008-002
2008-03-19 19:26:53 +00:00
Cy Schubert
348ae1db44 Fix pkinit install brokenness under 5.5 and 6.2.
Approved by:	portmgr (linimon)
2008-01-06 14:53:30 +00:00
Mark Linimon
8c1c9234be Mark as broken: fails to install.
Approved by:	portmgr (self)
2007-11-24 23:14:35 +00:00
Cy Schubert
f1625cd26f Fix build for OpenSSL 0.9.8.
PR:		117552
Submitted by:	Hirohisa Yamaguchi <umq@umo.co.jp>
2007-10-29 23:23:27 +00:00
Cy Schubert
55bf5d1092 Fix build under 7.0-PRERELEASE. 2007-10-29 22:49:49 +00:00
Cy Schubert
c44c48c59e Fix erroneous patch.
PR:		117469
Submitted by:	Karen Andrews <dearmiss@optusnet.com.au>
2007-10-25 21:15:23 +00:00
Cy Schubert
3d878157d5 Update 1.6.2 --> 1.6.3
Security:	fix CVE-2007-3999, CVE-2007-4743 svc_auth_gss.c buffer overflow
		fix CVE-2007-4000 modify_policy vulnerability

Also:		add PKINIT support
2007-10-23 03:41:37 +00:00
Cy Schubert
9c73679b41 Patch for MIT krb5 Security Advisory 2007-006 - kadmind RPC lib buffer
overflow, uninitialized pointer
Security:	MIT krb5 Security Advisory 2007-006
2007-09-11 23:52:19 +00:00
Cy Schubert
36f5a2384a Update 1.6.1 --> 1.6.2 2007-07-11 16:51:31 +00:00
Cy Schubert
b6d944b8d8 Patches for:
MITKRB5-SA-2007-004: kadmind affected by multiple RPC library vulnerabilities
MITKRB5-SA-2007-005: kadmind vulnerable to buffer overflow

Security:	US CERT Technical Cyber Security Alert TA07-177A --
		MIT Kerberos Vulnerabilities
2007-06-26 23:01:44 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Cy Schubert
9abfecf5f8 Update from 1.6 to 1.6.1. 2007-04-23 22:10:09 +00:00
Cy Schubert
ec9ba12ea8 MIT KRB5 Security patches:
1. MIT krb5 Security Advisory 2007-001: Telnetd allows login as arbitrary user
   CVE: CVE-2007-0956
   CERT: VU#220816

2. MIT krb5 Security Advisory 2007-002: KDC, kadmind stack overflow in krb5_klog_syslog
   CVE: CVE-2007-0957
   CERT: VU#704024
2007-04-04 21:12:17 +00:00
Cy Schubert
d3dd8048be Fix double-free vulnerability in kadmind (via GSS-API library).
Obtained from:	MIT krb5 Security Advisory 2007-003
Security:	US-CERT Technical Cyber Security Alert TA07-093B -- MIT Kerberos Vulnerabilities
2007-04-04 01:40:12 +00:00
Pav Lucistnik
2df76eb0a7 - Remove support for a.out format and PORTOBJFORMAT variable from individual
ports

With hat:	portmgr
2007-01-30 10:25:34 +00:00
Cy Schubert
f1f7b82718 Change a dependency from teTeX-base to the smaller texinfo. 2007-01-15 03:08:17 +00:00
Cy Schubert
6426536102 Include new documentation dependencies.
Conditionally build and install documentation using a new knob.
2007-01-14 05:13:32 +00:00
Cy Schubert
99854179ca Update 1.5.1 --> 1.6
Security:	MITKRB5-SA-2006-002,  MITKRB5-SA-2006-003, and
		US-CERT Technical Cyber Security Alert TA07-009B
2007-01-10 05:06:45 +00:00
Frank J. Laszlo
96a620a77e Register conflicts for srp in security/heimdal, security/krb4, and securiry/krb5.
Bump PORTREVISION accordingly.

PR:		ports/105442
Submitted by:	Ruben van Staveren <ruben@verweg.com>
Reviewed by:	shaun@, cy@
Approved by:	flz (mentor)
2006-11-14 02:06:07 +00:00
Cy Schubert
f647e41ca2 Update krb5-1.5 --> krb5-1.5.1
Submitted by:	Paul Vixie <paul@vix.com>
2006-09-17 00:48:42 +00:00
Cy Schubert
b6bd339351 Cause the KDC to also listen on the loopback interface. This is useful
for situations when the database is replicated to a secure environment
that does not have network access, by hand.
2006-07-16 17:49:46 +00:00
Cy Schubert
1a977f5454 Update 1.4.3 --> 1.5 2006-07-14 18:37:11 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
fd3176ded7 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-05 02:34:07 +00:00
Edwin Groothuis
f2f1754b99 Add INFO macro 2005-12-04 10:58:19 +00:00
Cy Schubert
2a73db5a4a Improve runtime performance on Sparc 64 platform. 2005-11-25 19:40:48 +00:00
Cy Schubert
e855b7b162 Fix the Sparc 64 build. 2005-11-23 21:57:18 +00:00
Cy Schubert
3fb12e3939 Flag Sparc64 build as broken. 2005-11-22 22:01:57 +00:00
Cy Schubert
1b6e0f60c7 Update 1.4.2 --> 1.4.3 2005-11-18 00:38:05 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Cy Schubert
34e9c28ad3 Fix FreeBSD-4.11 build problem
PR:		87888
2005-11-08 18:51:23 +00:00
Cy Schubert
648578d925 Fix makeinfo problem under FreeBSD-6.0. 2005-11-01 04:01:11 +00:00
Cy Schubert
96fd71e150 Makeinfo 4.8 problem. 2005-10-31 21:39:16 +00:00
Cy Schubert
71c894c2c0 Relocate BROKEN conditional. 2005-10-29 18:45:28 +00:00
Cy Schubert
ab75817d35 Fails to build on 4.11. 2005-10-29 17:34:32 +00:00
Kris Kennaway
3910e60004 BROKEN: Does not build 2005-10-28 05:59:16 +00:00
Pav Lucistnik
bb0e815406 - Set CONFLICTS with heimdal and krb4
- Portlint

PR:		ports/85027
Submitted by:	lofi
Approved by:	maintainer timeout (cy, 7 weeks)
2005-10-08 19:57:44 +00:00
Cy Schubert
7d38b507de Update 1.4.1 --> 1.4.2 2005-10-04 22:09:08 +00:00
Cy Schubert
4871e2a3be Fix:
- MIT KRB5 Security Advisory 2005-002: Buffer overflow, heap corruption in KDC

- MIT KRB5 Security Advisory 2005-003: Double free in krb5_recvauth
2005-07-12 21:29:26 +00:00
Cy Schubert
3e28cf1baa Update 1.4 --> 1.4.1.
Package list fixup when KRB5_KRB4_COMPAT is not specified.
2005-04-23 01:49:07 +00:00
Cy Schubert
f79572c3e9 Packing list fixups.
Noticed by:	kris
Pointy hat to:	yours truly
2005-04-19 21:14:37 +00:00
Cy Schubert
54178fe7fa Remove NDEBUG flag as it fails to build at some installations. 2005-04-13 23:24:48 +00:00
Cy Schubert
ed9fe7643e Update web page URL. 2005-04-13 03:09:14 +00:00
Cy Schubert
8c83b52bad Update 1.3.6 --> 1.4 2005-04-13 03:05:17 +00:00
Cy Schubert
9d07f2a70e Implement a fix for MITKRB5-SA-2005-001: buffer overflows in telnet client.
Approved by:    portsmgr (krion)
Obtained from:  Tom Yu <tlyu@mit.edu> on kerberos-announce
2005-03-31 18:46:44 +00:00
Cy Schubert
07c2342b6f Update 1.3.5 --> 1.3.6 2004-12-21 01:38:02 +00:00
Cy Schubert
b0bcbaf20b Crypto-publish.org no longer maintains a current release of MIT-KRB5.
Remove code to alternatively fetch from that site.
2004-12-21 00:24:18 +00:00