Skip site navigation (1)Skip section navigation (2)

CVS log for ports/security/krb5/Makefile

[BACK] Up to [FreeBSD] / ports / security / krb5

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.155: download - view: text, markup, annotated - select for diffs
Wed Dec 14 04:33:23 2011 UTC (8 weeks, 2 days ago) by cy
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +1 -0 lines
PORTREVISION bump.

PR:		163272
Feature safe:	yes

Revision 1.154: download - view: text, markup, annotated - select for diffs
Wed Dec 14 04:31:21 2011 UTC (8 weeks, 2 days ago) by cy
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +3 -2 lines
Apply patch for MITKRB5-SA-2011-007, KDC null pointer dereference in TGS
handling.

PR:		163272
Submitted by:	zi
Security:	6c7d9a35-2608-11e1-89b4-001ec9578670
Feature safe:	yes

Revision 1.153: download - view: text, markup, annotated - select for diffs
Wed Nov 16 20:38:49 2011 UTC (2 months, 3 weeks ago) by cy
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +1 -2 lines
Update 1.9.1 --> 1.9.2. This is a bugfix release.

Feature safe:	yes

Revision 1.152: download - view: text, markup, annotated - select for diffs
Tue Sep 6 15:55:36 2011 UTC (5 months ago) by cy
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +1 -0 lines
Apply patch from MIT KRB5 GIT tree commit: 043533c2f13d2bc69316.

libgssrpc was ignorant of the remote address of the kadmin socket,
even when it's IPv4.  This made old-style GSSAPI authentication fail
because it uses the wrong channel bindings.  Fix this problem by making
clnttcp_create() get the remote address from the socket using getpeername()
if the caller doesn't provide it and it's an IPv4 address.

PR:		160500
Submitted by:	Ben Kaduk <kaduk@mit.edu>

Revision 1.151: download - view: text, markup, annotated - select for diffs
Thu Jun 30 04:03:11 2011 UTC (7 months, 1 week ago) by cy
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +7 -9 lines
Update 1.9 --> 1.9.1.

PR:		158520
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>

Revision 1.150: download - view: text, markup, annotated - select for diffs
Thu Apr 14 00:39:25 2011 UTC (9 months, 4 weeks ago) by cy
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +2 -2 lines
Apply patch for MITKRB5-SA-2011-004, kadmind invalid pointer free()
[CVE-2011-0285]

Security:	MITKRB5-SA-2011-004, CVE-2011-0285
Feature safe:	yes

Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri Apr 8 21:03:14 2011 UTC (10 months ago) by cy
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +1 -1 lines
Bump PORTREVISION.

Revision 1.148: download - view: text, markup, annotated - select for diffs
Fri Apr 8 21:02:41 2011 UTC (10 months ago) by cy
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +6 -4 lines
Adjust krb5-config when $KRB5_HOME is specified. This will allow applications
linking aganst the MIT krb5 libraries to link using the correct ones.

Revision 1.147: download - view: text, markup, annotated - select for diffs
Fri Mar 25 00:19:02 2011 UTC (10 months, 2 weeks ago) by cy
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +3 -2 lines
Apply patch for MITKRB5-SA-2011-003, KDC vulnerable to double-free when
PKINIT enabled.

Obtained from:	http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2011-003.txt
Security:	MITKRB5-SA-2011-003, CVE-2011-0284
Feature safe:	yes

Revision 1.146: download - view: text, markup, annotated - select for diffs
Fri Feb 11 01:04:09 2011 UTC (11 months, 4 weeks ago) by cy
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +2 -1 lines
Apply fixes for kpropd denial of service (MITKRB5-SA-2011-001) and KDC
denial of service (MITKRB5-SA-2011-002).

Security:	MITKRB5-SA-2011-001 (CVE-2010-4022),
		MITKRB5-SA-2011-002 (CVE-2011-0281)

Revision 1.145: download - view: text, markup, annotated - select for diffs
Tue Jan 18 15:06:25 2011 UTC (12 months, 3 weeks ago) by cy
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -1 lines
Remove the OpenSSL port requirement. The base OpenSSL will work too.

Feature safe:	yes

Revision 1.144: download - view: text, markup, annotated - select for diffs
Thu Dec 23 01:04:41 2010 UTC (13 months, 2 weeks ago) by cy
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +2 -4 lines
Update from 1.8.3_2 to 1.9.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:33:26 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.142: download - view: text, markup, annotated - select for diffs
Thu Dec 2 02:09:23 2010 UTC (14 months, 1 week ago) by cy
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +3 -1 lines
Fix security vulnerabilities CVE-2010-1324, CVE-2010-1323, CVE-2010-4020,
CVE-2010-4021, and CVE-2010-1322.

PR:		152755
Submitted by:	wollman
Security:	CVE-2010-1324, CVE-2010-1323, CVE-2010-4020, CVE-2010-4021,
		and CVE-2010-1322.
Feature safe:	Yes

Revision 1.141: download - view: text, markup, annotated - select for diffs
Thu Nov 4 04:37:36 2010 UTC (15 months, 1 week ago) by cy
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +1 -0 lines
Enable ksu DEBUG (-D) flag.

Revision 1.140: download - view: text, markup, annotated - select for diffs
Thu Aug 5 22:37:11 2010 UTC (18 months ago) by cy
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +1 -4 lines
Update to 1.8.3.

PR:		149299
Submitted by:	gwollman

Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue May 25 05:14:15 2010 UTC (20 months, 2 weeks ago) by cy
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +3 -1 lines
Apply patch for MIT KRB5 security vulnerability MITKRB5-SA-2010-005.

PR:		146939
Submitted by:	wollman
Security:	MIT krb5 Security Advisory 2010-005

Revision 1.138: download - view: text, markup, annotated - select for diffs
Mon May 24 00:01:05 2010 UTC (20 months, 2 weeks ago) by pgollucci
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +0 -4 lines
- No longer broken on -current b/c of utmpx changes

PR:             ports/146384
Submitted by:   pgollucci@ (myself), others
Approved by:    maintainer timeout (cy@, 16 days)

Revision 1.137: download - view: text, markup, annotated - select for diffs
Mon Apr 26 03:48:42 2010 UTC (21 months, 2 weeks ago) by cy
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +12 -76 lines
Welcome the new krb5-1.8.1. Significant changes include the removal of
the MIT KRB5 applications (now in a separate tarball and port).

Revision 1.136: download - view: text, markup, annotated - select for diffs
Mon Apr 26 03:23:07 2010 UTC (21 months, 2 weeks ago) by cy
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +15 -23 lines
MFkrb5-17.

Revision 1.135: download - view: text, markup, annotated - select for diffs
Wed Apr 14 20:21:10 2010 UTC (21 months, 4 weeks ago) by pav
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -0 lines
- Mark BROKEN: does not compile

Reported by:	pointyhat

Revision 1.134: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:43:23 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Mar 17 06:48:40 2010 UTC (22 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +4 -0 lines
- Mark BROKEN: fails to build with new utmpx

Reported by:	pointyhat

Revision 1.132: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:43:48 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +1 -1 lines
- update to jpeg-8

Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue Oct 13 21:37:19 2009 UTC (2 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +0 -1 lines
Remove commented out option from a bygone era.

Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri Aug 28 20:02:01 2009 UTC (2 years, 5 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +1 -1 lines
Remove redundant length check.

Revision 1.129: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:35:28 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.128: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:55:42 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri May 23 21:01:58 2008 UTC (3 years, 8 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +5 -5 lines
Convert missing WANT_KRB5_DOC pieces.

Add HTML documentation OPTION knob.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Wed May 14 23:06:13 2008 UTC (3 years, 8 months ago) by cy
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +63 -10 lines
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.

Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed Mar 19 19:26:53 2008 UTC (3 years, 10 months ago) by cy
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +4 -1 lines
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

Revision 1.124: download - view: text, markup, annotated - select for diffs
Sun Jan 6 14:53:30 2008 UTC (4 years, 1 month ago) by cy
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -5 lines
Fix pkinit install brokenness under 5.5 and 6.2.

Approved by:	portmgr (linimon)

Revision 1.123: download - view: text, markup, annotated - select for diffs
Sat Nov 24 23:14:35 2007 UTC (4 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -0 lines
Mark as broken: fails to install.

Approved by:	portmgr (self)

Revision 1.122: download - view: text, markup, annotated - select for diffs
Mon Oct 29 23:23:27 2007 UTC (4 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +4 -6 lines
Fix build for OpenSSL 0.9.8.

PR:		117552
Submitted by:	Hirohisa Yamaguchi <umq@umo.co.jp>

Revision 1.121: download - view: text, markup, annotated - select for diffs
Mon Oct 29 22:49:49 2007 UTC (4 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +7 -1 lines
Fix build under 7.0-PRERELEASE.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Oct 25 21:15:22 2007 UTC (4 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -0 lines
Fix erroneous patch.

PR:		117469
Submitted by:	Karen Andrews <dearmiss@optusnet.com.au>

Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Oct 23 03:41:37 2007 UTC (4 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -5 lines
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

Revision 1.118: download - view: text, markup, annotated - select for diffs
Tue Sep 11 23:52:18 2007 UTC (4 years, 5 months ago) by cy
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +3 -0 lines
Patch for MIT krb5 Security Advisory 2007-006 - kadmind RPC lib buffer
overflow, uninitialized pointer
Security:	MIT krb5 Security Advisory 2007-006

Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Jul 11 16:51:31 2007 UTC (4 years, 7 months ago) by cy
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +1 -4 lines
Update 1.6.1 --> 1.6.2

Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Jun 26 23:01:44 2007 UTC (4 years, 7 months ago) by cy
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +4 -1 lines
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

Revision 1.115: download - view: text, markup, annotated - select for diffs
Sat May 19 20:22:42 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Mon Apr 23 22:10:09 2007 UTC (4 years, 9 months ago) by cy
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -2 lines
Update from 1.6 to 1.6.1.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Apr 4 21:12:17 2007 UTC (4 years, 10 months ago) by cy
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +1 -1 lines
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

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Apr 4 01:40:12 2007 UTC (4 years, 10 months ago) by cy
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -0 lines
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

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Jan 30 10:25:32 2007 UTC (5 years ago) by pav
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +0 -7 lines
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:	portmgr

Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Jan 15 03:08:17 2007 UTC (5 years ago) by cy
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -1 lines
Change a dependency from teTeX-base to the smaller texinfo.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Sun Jan 14 05:13:32 2007 UTC (5 years ago) by cy
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +12 -2 lines
Include new documentation dependencies.

Conditionally build and install documentation using a new knob.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Jan 10 05:06:45 2007 UTC (5 years, 1 month ago) by cy
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +8 -18 lines
Update 1.5.1 --> 1.6

Security:	MITKRB5-SA-2006-002,  MITKRB5-SA-2006-003, and
		US-CERT Technical Cyber Security Alert TA07-009B

Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Nov 14 02:06:07 2006 UTC (5 years, 2 months ago) by laszlof
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +3 -2 lines
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)

Revision 1.106: download - view: text, markup, annotated - select for diffs
Sun Sep 17 00:48:42 2006 UTC (5 years, 4 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -2 lines
Update krb5-1.5 --> krb5-1.5.1

Submitted by:	Paul Vixie <paul@vix.com>

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun Jul 16 17:49:46 2006 UTC (5 years, 6 months ago) by cy
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -0 lines
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.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jul 14 18:37:11 2006 UTC (5 years, 6 months ago) by cy
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +5 -5 lines
Update 1.4.3 --> 1.5

Revision 1.103: download - view: text, markup, annotated - select for diffs
Sat May 13 04:15:05 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +0 -1 lines
Remove USE_REINPLACE from all categories starting with S

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:38:57 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -2 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Dec 5 02:34:05 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -9 lines
Remove install-info from Makefile, it's automatically done when INFO is defined

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sun Dec 4 10:58:18 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -0 lines
Add INFO macro

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Nov 25 19:40:48 2005 UTC (6 years, 2 months ago) by cy
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -7 lines
Improve runtime performance on Sparc 64 platform.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Nov 23 21:57:18 2005 UTC (6 years, 2 months ago) by cy
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +5 -3 lines
Fix the Sparc 64 build.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Nov 22 22:01:57 2005 UTC (6 years, 2 months ago) by cy
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -0 lines
Flag Sparc64 build as broken.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Nov 18 00:38:05 2005 UTC (6 years, 2 months ago) by cy
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -2 lines
Update 1.4.2 --> 1.4.3

Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:58 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
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.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Nov 8 18:51:23 2005 UTC (6 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -5 lines
Fix FreeBSD-4.11 build problem

PR:		87888

Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Nov 1 04:01:11 2005 UTC (6 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +4 -3 lines
Fix makeinfo problem under FreeBSD-6.0.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Oct 31 21:39:16 2005 UTC (6 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -4 lines
Makeinfo 4.8 problem.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Oct 29 18:45:28 2005 UTC (6 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +4 -4 lines
Relocate BROKEN conditional.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Oct 29 17:34:32 2005 UTC (6 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -0 lines
Fails to build on 4.11.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Oct 28 05:59:16 2005 UTC (6 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -0 lines
BROKEN: Does not build

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Oct 8 19:57:44 2005 UTC (6 years, 4 months ago) by pav
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +3 -1 lines
- Set CONFLICTS with heimdal and krb4
- Portlint

PR:		ports/85027
Submitted by:	lofi
Approved by:	maintainer timeout (cy, 7 weeks)

Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Oct 4 22:09:08 2005 UTC (6 years, 4 months ago) by cy
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -2 lines
Update 1.4.1 --> 1.4.2

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Jul 12 21:29:26 2005 UTC (6 years, 7 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -0 lines
Fix:

- MIT KRB5 Security Advisory 2005-002: Buffer overflow, heap corruption in KDC

- MIT KRB5 Security Advisory 2005-003: Double free in krb5_recvauth

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Apr 23 01:49:07 2005 UTC (6 years, 9 months ago) by cy
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +6 -3 lines
Update 1.4 --> 1.4.1.

Package list fixup when KRB5_KRB4_COMPAT is not specified.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Apr 19 21:14:37 2005 UTC (6 years, 9 months ago) by cy
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +4 -4 lines
Packing list fixups.

Noticed by:	kris
Pointy hat to:	yours truly

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Apr 13 23:24:48 2005 UTC (6 years, 9 months ago) by cy
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -1 lines
Remove NDEBUG flag as it fails to build at some installations.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Apr 13 03:09:14 2005 UTC (6 years, 10 months ago) by cy
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
Update web page URL.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Apr 13 03:05:17 2005 UTC (6 years, 10 months ago) by cy
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +7 -6 lines
Update 1.3.6 --> 1.4

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Mar 31 18:46:44 2005 UTC (6 years, 10 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -0 lines
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

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Dec 21 01:38:02 2004 UTC (7 years, 1 month ago) by cy
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +8 -9 lines
Update 1.3.5 --> 1.3.6

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Dec 21 00:24:18 2004 UTC (7 years, 1 month ago) by cy
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +0 -13 lines
Crypto-publish.org no longer maintains a current release of MIT-KRB5.
Remove code to alternatively fetch from that site.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Oct 20 20:20:06 2004 UTC (7 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -3 lines
Update 1.3.4 --> 1.3.5

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Sep 1 19:55:26 2004 UTC (7 years, 5 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
Fix MIT krb5 Security Advisory 2004-002: double-free vulnerabilities
in KDC and libraries

Heads-up by:	nectar

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Sep 1 15:01:20 2004 UTC (7 years, 5 months ago) by cy
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -0 lines
Fix MITKRB5-SA-2004-003: ASN.1 decoder denial-of-service.

Heads-up by:	nectar

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Jun 11 23:08:57 2004 UTC (7 years, 8 months ago) by cy
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -2 lines
Update KRB5 1.3.3 --> 1.3.4

Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Jun 4 16:37:31 2004 UTC (7 years, 8 months ago) by cy
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Updated patch for MITKRB5-SA-2004-001: krb5_aname_to_localname buffer overrun.

Obtained from:	Tom Yu <tlyu@mit.edu> on BUGTRAQ

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Jun 2 19:08:34 2004 UTC (7 years, 8 months ago) by cy
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1 lines
Fix MITKRB5-SA-2004-001: buffer overflows in krb5_aname_to_localname

Obtained from:	Tom Yu <tlyu@MIT.EDU> on kerberos-announce list

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Apr 7 00:28:04 2004 UTC (7 years, 10 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Update 1.3.2 --> 1.3.3

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Feb 28 21:25:21 2004 UTC (7 years, 11 months ago) by cy
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -2 lines
- Update MIT KRB5 1.3.1 --> 1.3.2. (As crypto-publish.org does not have
  1.3.2 yet, when USE_KRB5_TARBALL=CRYPTO-PUBLISH is specified, 1.3.1
  will be installed.)

- Add SIZE to distinfo

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Feb 21 04:39:05 2004 UTC (7 years, 11 months ago) by cy
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -6 lines
Use ports infrastructure provided PERL5 variable to locate Perl
interpreter.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Feb 7 04:14:38 2004 UTC (8 years ago) by cy
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -0 lines
Define unique LATEST_LINK.

Reported by:	kris

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:46 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Jan 25 22:08:19 2004 UTC (8 years ago) by cy
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Change to src/include/netdb.h 1.31 caused a compile error. This
commit fixes that error.

Reported by:	bento

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Nov 23 21:48:54 2003 UTC (8 years, 2 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -20 lines
Fix crypto-publish extract.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Nov 10 23:30:32 2003 UTC (8 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Add missing slash (/) to the end of MIT MASTER_SITE.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Nov 10 23:22:16 2003 UTC (8 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +7 -7 lines
MIT has removed the web form, downloads of MIT KRB5 can be automated.
Unfortunately MIT and crypto-publish.org distribute two distinctly
different tarballs and the user must select the source/format they
wish to fetch. MIT now becomes the default.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Nov 8 23:08:25 2003 UTC (8 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +16 -6 lines
1. Fix pkg-plist.

2. Fix build on -STABLE.

PR:		57128

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Nov 3 03:56:40 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Mark BROKEN (see bento logs).  These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Oct 28 02:42:41 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -0 lines
BROKEN: Broken pkg-plist

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Sep 13 02:32:33 2003 UTC (8 years, 5 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -0 lines
The `man2html' script that krb5 uses is written in Perl.

Noticed by:	wollman
Approved by:	marcus (wearing his portsmgr hat)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Sep 10 00:03:09 2003 UTC (8 years, 5 months ago) by cy
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -6 lines
Crypto-publish.org is now distributing krb5-1.3.1.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Aug 8 23:35:18 2003 UTC (8 years, 6 months ago) by cy
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Update 1.3 --> 1.3.1

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Aug 8 01:20:18 2003 UTC (8 years, 6 months ago) by cy
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +29 -11 lines
Update 1.2.8 --> 1.3

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed May 7 21:43:39 2003 UTC (8 years, 9 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -0 lines
Put SONAME entries into shared libraries.

Submitted by:	wollman

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed May 7 04:13:08 2003 UTC (8 years, 9 months ago) by cy
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Change default for V4 compatibility to reflect best practices
for new installations.

Submitted by:	wollman

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed May 7 04:09:39 2003 UTC (8 years, 9 months ago) by cy
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +14 -9 lines
Default is to fetch from crypto-publish.org. USA_RESIDENT replaced
by USE_MIT_TARBALL. Users can still fetch manually from MIT by
setting USE_MIT_TARBALL=YES.

Suggested by:	wollman

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed May 7 03:47:49 2003 UTC (8 years, 9 months ago) by cy
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -9 lines
Update 1.2.7 --> 1.2.8.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Mar 21 00:54:06 2003 UTC (8 years, 10 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -0 lines
Patches from:
  - MITKRB5-SA-2003-005:
       Buffer overrun and underrun in principal name handling

  - MITKRB5-SA-2003-004:
       Cryptographic weaknesses in Kerberos v4 protocol; KDC and realm
       compromise possible.

  - MITKRB5-SA-2003-003:
       Faulty length checks in xdrmem_getbytes may allow kadmind DoS.

  - Additional patches from RedHat.

Approved by:	kris (wearing his portmgr hat)
Obtained from:	MIT Website and Nalin Dahyabhai <nalin@redhat.com>

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:10:41 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Feb 22 16:12:21 2003 UTC (8 years, 11 months ago) by nork
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +0 -1 lines
Remove RESTRICTED tag for crypto stuff.

Approved by:	kris (implicitly)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Nov 16 00:02:13 2002 UTC (9 years, 2 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +8 -4 lines
Update 1.2.6 --> 1.2.7

Note:	Since crypto-publish.org does not yet have krb5-1.2.7 up on their
	website, fetch from their site has been temporarily disabled.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:47:51 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Nov 7 05:46:02 2002 UTC (9 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -0 lines
Use PORTCOMMENT.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Oct 28 18:28:38 2002 UTC (9 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +7 -1 lines
Fix pkg-plist when KRB5_KRB4_COMPAT=NO is specified.

Submitted by:	Craig Boston <craig@olyun.gank.org>

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Oct 25 15:03:55 2002 UTC (9 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Circumvent the use of bison, use FreeBSD yacc instead.

PR:		44446

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Oct 23 22:30:39 2002 UTC (9 years, 3 months ago) by cy
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -0 lines
Fix buffer overflow in kadmind4 (remote user can gain root access to
KDC host).

Obtained from:	Tom Yu <tlyu@mit.edu> on kerberos-announce mailing list,
		MIT krb5 Security Advisory 2002-002

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Sep 25 17:50:00 2002 UTC (9 years, 4 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -7 lines
Crypto-publish.org has finally put krb5-1.2.6 up on their site. The
patch reimplements code to fetch MIT Kerberos from their site when
USA_RESIDENT=NO.

Approved by:	kris

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Sep 13 13:46:47 2002 UTC (9 years, 5 months ago) by cy
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +8 -4 lines
Update 1.2.5 --> 1.2.6

Note:	Since crypto-publish.org does not yet have krb5-1.2.6 up on their
	website, fetch from their site has been temporarily disabled.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Aug 17 00:29:41 2002 UTC (9 years, 5 months ago) by cy
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -2 lines
Fix extract for non-root users.

Noticed by:	nectar
Pointy hat to:	cy

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Aug 2 18:22:44 2002 UTC (9 years, 6 months ago) by nectar
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Correct Sun RPC buffer overflow.
<URL:http://online.securityfocus.com/archive/1/285308>
<URL:http://bvlive01.iss.net/issEn/delivery/xforce/alertdetail.jsp?oid=20823>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jul 1 06:20:38 2002 UTC (9 years, 7 months ago) by cy
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
README.FreeBSD fix.

PR:		39936
Submitted by:	Matthew West <mwest@uct.ac.za>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jun 26 04:49:06 2002 UTC (9 years, 7 months ago) by cy
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -0 lines
Fix problem with V4 keys.  We should get KRB5_KDB_NO_MATCHING_KEY, not
ENOENT.  Obtained from /cvs/krbdev/krb5/src/kdc/kdc_preauth.c,v rev 5.31
in MIT KRB5 tree (fix etype info; wrong termination condition used in
get_etype_info).

Obtained from:	Sam Hartman <hartmans@mit.edu>

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri May 3 02:20:17 2002 UTC (9 years, 9 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +8 -1 lines
Now that www.crypto-publish.org has put the latest version of MIT KRB5
up on their website again, reimplementation of the Makefile patch that
fetched the the tarball from their site for users outside of the US
(originally in Makefile rev 1.29).  USA_RESIDENT=YES still supports
manual fetching from web.mit.edu.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu May 2 14:30:24 2002 UTC (9 years, 9 months ago) by cy
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Upgrade 1.2.4 --> 1.2.5

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Mar 29 13:23:08 2002 UTC (9 years, 10 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +0 -6 lines
www.crypto-publish.org does not have krb5-1.2.4.{tar,tar.Z,tar.gz,tar.bz2}.

Reported by:	bento

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 18 22:52:43 2002 UTC (9 years, 10 months ago) by cy
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -0 lines
MIT currently distributes their KRB5 distribution in a tarball (.tar)
that contains the distribution itself, in a tar.gz file, and a signature
certificate, contained in a detached .tar.gz.asc file.  Prior to this
patch, users installing MIT KRB5 had to extract the tarball into
/usr/ports/distfiles, then proceed with the installation.  This caused
confusion among those installing the port.  This patch addresses the
problem by extracting the .tar.gz file from the tarball, then unpacking
the .tar.gz file before continuing with the build.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Mar 1 13:23:47 2002 UTC (9 years, 11 months ago) by cy
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Update 1.2.3 --> 1.2.4

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jan 16 03:17:24 2002 UTC (10 years ago) by cy
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -2 lines
Update 1.2.2 -> 1.2.3

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jan 8 15:05:08 2002 UTC (10 years, 1 month ago) by cy
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +13 -3 lines
In order to make the MIT KRB5 port compatible with FreeBSD, the port
now makes use of login.conf and login.access.  This is performed by
using FreeBSD login(1) instead of MIT KRB5 login.krb5(8).

The MIT KRB5 login.krb5(8) can still be used by specifying "-L" in
the klogind and telnetd arguments in inetd.conf.  This is documented
in a new file called README.FreeBSD.

Reviewed by:	nectar

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 7 19:53:09 2001 UTC (10 years, 5 months ago) by nectar
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +8 -2 lines
= Modify `ksu' so that it uses the login cap database.  Michael Allman
  <msa@dinosauricon.com> provided the original patches.

= For users outside of the US, point to www.crypto-publish.org for the
  distfiles.  It was Chris Knight <chris@aims.com.au>'s idea.

Submitted by:	Cy.Schubert@uumail.gov.bc.ca (MAINTAINER)
PR:		ports/29865

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jul 24 19:19:13 2001 UTC (10 years, 6 months ago) by nectar
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
New maintainer:	Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jul 24 15:29:39 2001 UTC (10 years, 6 months ago) by nectar
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Bump PORTREVISION.
Update telnetd vulnerability fixes from FreeBSD.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jul 20 16:53:31 2001 UTC (10 years, 6 months ago) by nectar
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Merge telnetd vulnerability fix from FreeBSD.

Submitted by:	Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Apr 27 18:16:58 2001 UTC (10 years, 9 months ago) by nectar
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Bump PORTREVISION for ftpd buffer overflow fix.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 2 17:33:55 2001 UTC (10 years, 11 months ago) by nectar
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -23 lines
Update 1.2.1 -> 1.2.2

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jan 10 15:27:00 2001 UTC (11 years, 1 month ago) by nectar
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Bump PORTREVISION for previous commit (fix for _PATH_NOLOGIN).

Reminded by:	kris

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jun 30 17:41:24 2000 UTC (11 years, 7 months ago) by nectar
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update 1.2 -> 1.2.1.  From the announcement:

  The MIT Kerberos Team announces the availibility of MIT Kerberos 5
  Release 1.2.1.  This is primarily a bugfix release.  Changes include:

  * A bug in the gssapi library that prevented kadmin clients from
    working has been fixed.  For some reason this was not caught during
    beta testing.

  * login.c now correctly sets the default ccache name.

  * A memory leak in conv_princ.c has been fixed.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jun 24 02:49:07 2000 UTC (11 years, 7 months ago) by nectar
Branches: MAIN
CVS tags: krb5_1_2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -3 lines
Oops, had a bogus PORTVERSION/DISTNAME from when I was testing
1.2-beta4.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jun 24 01:48:09 2000 UTC (11 years, 7 months ago) by nectar
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2 lines
Update 1.1.1 -> 1.2

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:51:53 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: krb5_1_1_1, RELEASE_3_5_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:46:57 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Fourth round of INSTALLS_SHLIBS conversion.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:29:49 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jan 16 19:10:50 2000 UTC (12 years ago) by nectar
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Update 1.1 -> 1.1.1

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 4 14:32:21 1999 UTC (12 years, 4 months ago) by nectar
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +50 -122 lines
Update 1.0.6 -> 1.1

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:50:08 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: krb5_1_0_6, RELEASE_3_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 31 01:51:12 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 28 02:42:34 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 22 18:59:53 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:31:36 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -5 lines
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 27 02:08:13 1999 UTC (12 years, 8 months ago) by nectar
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -8 lines
Update 1.0.5 -> 1.0.6

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Nov 14 09:43:28 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
CVS tags: krb5_1_0_5, RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_2_2_8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -8 lines
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Nov 7 02:33:44 1998 UTC (13 years, 3 months ago) by nectar
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -4 lines
Build and install correctly for a.out and ELF.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 27 11:34:28 1998 UTC (13 years, 4 months ago) by markm
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Honour CFLAGS.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 14 19:23:42 1998 UTC (13 years, 4 months ago) by markm
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +34 -8 lines
Generalise the fetch process, and allow those outside the USA to
fetch as well.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 1 19:47:54 1998 UTC (13 years, 6 months ago) by dima
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -1 lines
Honor KRB5_HOME variable.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 27 22:45:10 1998 UTC (13 years, 6 months ago) by dima
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Minor change to make it work with other awk versions (The one that OpenBSD
has for example)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 6 23:35:59 1998 UTC (13 years, 7 months ago) by nectar
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +44 -31 lines
* Remove gmake from BUILD_DEPENDS; it is implied by USE_GMAKE.
* Allow override of CONFIGURE_ARGS.
* Control building of KerberosIV compatible libraries with
  KRB5_KRB4_COMPAT.
* Use ECHO, FALSE, and DO_NADA as appropriate.
* Combine pre-fetch and do-fetch targets.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jul 6 02:28:39 1998 UTC (13 years, 7 months ago) by nectar
Branches: VIDRINE
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
New port, KerberosV 1.0.5.
PR:		ports/6870
Submitted by:	Jacques Vidrine <n@nectar.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 6 02:28:39 1998 UTC (13 years, 7 months ago) by nectar
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options