diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2017-01-03 13:52:06 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2017-01-03 13:52:06 +0000 |
commit | 1003c77c0b3d3e460dfd89596ea8c299cc0946c1 (patch) | |
tree | 11190e5cb59f0dca85cdae61bb8c554029960eb6 /security/heimdal/files/patch-lib__sl__slc-lex.l | |
parent | Really enable OpenMP. Bump PORTREVISION. (diff) |
Update to 7.1.0. Changes include:
- hcrypto is now thread safe on all platforms and as much as possible
hcrypto now uses the operating system's preferred crypto
implementation ensuring that optimized hardware assisted
implementations of AES-NI are used.
- RFC 6113 Generalized Framework for Kerberos Pre-Authentication
(FAST).
- Hierarchical capath support
- iprop has been revamped to fix a number of race conditions that
could lead to inconsistent replication.
- The KDC process now uses a multi-process model improving resiliency
and performance.
- AES Encryption with HMAC-SHA2 for Kerberos 5
draft-ietf-kitten-aes-cts-hmac-sha2-11
- Moved kadmin and ktutil to /usr/bin
- Stricter fcache checks (see fcache_strict_checking krb5.conf setting)
- Removed legacy applications: ftp, kx, login, popper, push, rcp, rsh,
telnet, xnlock
Notes
Notes:
svn path=/head/; revision=430468
Diffstat (limited to 'security/heimdal/files/patch-lib__sl__slc-lex.l')
-rw-r--r-- | security/heimdal/files/patch-lib__sl__slc-lex.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/heimdal/files/patch-lib__sl__slc-lex.l b/security/heimdal/files/patch-lib__sl__slc-lex.l index e4a50fc16f0d..66cbe1001bfe 100644 --- a/security/heimdal/files/patch-lib__sl__slc-lex.l +++ b/security/heimdal/files/patch-lib__sl__slc-lex.l @@ -1,6 +1,6 @@ ---- lib/sl/slc-lex.l.orig 2013-03-28 14:22:37.561924559 +1030 -+++ lib/sl/slc-lex.l 2013-03-28 14:23:21.647677881 +1030 -@@ -47,8 +47,6 @@ +--- lib/sl/slc-lex.l.orig 2016-11-29 01:35:27 UTC ++++ lib/sl/slc-lex.l +@@ -47,8 +47,6 @@ unsigned lineno = 1; static void handle_comment(void); static char * handle_string(void); |