diff options
author | lha <lha@pkgsrc.org> | 2005-04-21 14:35:47 +0000 |
---|---|---|
committer | lha <lha@pkgsrc.org> | 2005-04-21 14:35:47 +0000 |
commit | dfc55f5279b511ed12a6f475a7b33d767df30206 (patch) | |
tree | 0e35d6694c42d258f21f09317d1d8a64c3e5b5ed /security/heimdal/patches | |
parent | 1c8bce53ca8e04111b2fd478998aaa32840cf8fa (diff) | |
download | pkgsrc-dfc55f5279b511ed12a6f475a7b33d767df30206.tar.gz |
Update to Heimdal 0.6.4. While I'm here, claim maintainership of this
package. Also please pkglint. Changes in heimdal 0.6.4 include:
* fix vulnerabilities in telnet
* rshd: encryption without a separate error socket should now work
* telnet now uses appdefaults for the encrypt and forward/forwardable
settings
* bug fixes
Diffstat (limited to 'security/heimdal/patches')
-rw-r--r-- | security/heimdal/patches/patch-ae | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/heimdal/patches/patch-ae b/security/heimdal/patches/patch-ae deleted file mode 100644 index ec9db7366f8..00000000000 --- a/security/heimdal/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2004/10/06 17:18:32 gavan Exp $ - ---- lib/roken/ndbm_wrap.c.orig 2003-08-29 18:00:34.000000000 +0100 -+++ lib/roken/ndbm_wrap.c -@@ -50,6 +50,7 @@ RCSID("$Id: ndbm_wrap.c,v 1.1.8.1 2003/0 - #include <string.h> - #include <fcntl.h> - -+#undef open - - #define DBT2DATUM(DBT, DATUM) do { (DATUM)->dptr = (DBT)->data; (DATUM)->dsize = (DBT)->size; } while(0) - #define DATUM2DBT(DATUM, DBT) do { (DBT)->data = (DATUM)->dptr; (DBT)->size = (DATUM)->dsize; } while(0) |