summaryrefslogtreecommitdiff
path: root/security/heimdal/patches
diff options
context:
space:
mode:
authorlha <lha>2005-04-21 14:35:47 +0000
committerlha <lha>2005-04-21 14:35:47 +0000
commit2383a7b758b37ec555dc75717e8c51f4af32209c (patch)
tree0e35d6694c42d258f21f09317d1d8a64c3e5b5ed /security/heimdal/patches
parent2dc291a1e4e540865096571391bbaeccf9a472b5 (diff)
downloadpkgsrc-2383a7b758b37ec555dc75717e8c51f4af32209c.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-ae12
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)