diff options
author | joda <joda> | 2002-10-29 13:56:50 +0000 |
---|---|---|
committer | joda <joda> | 2002-10-29 13:56:50 +0000 |
commit | b57f7ef649c44e81016055b9969cc304a7524c49 (patch) | |
tree | dd398ab13ece000cbc5204771c91e04e5a4af532 /security/kth-krb4/patches | |
parent | 1dfc71546308d1ca110393a1c37b50cc6756bab6 (diff) | |
download | pkgsrc-b57f7ef649c44e81016055b9969cc304a7524c49.tar.gz |
Update to version 1.2.1.
Changes in release 1.2.1:
* kadmind: fix remote exploit
Changes in release 1.2:
* fix buffer overrun in ftp
* fix openssl building
* don't try to force encryption in telnet if not talking to a default
telnet port
* recognise AIX 5
* should work with more DB libraries
Diffstat (limited to 'security/kth-krb4/patches')
-rw-r--r-- | security/kth-krb4/patches/patch-ah | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/security/kth-krb4/patches/patch-ah b/security/kth-krb4/patches/patch-ah index a2e035c9fc0..dc2ae16e083 100644 --- a/security/kth-krb4/patches/patch-ah +++ b/security/kth-krb4/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.2 2002/04/05 11:32:22 wennmach Exp $ +$NetBSD: patch-ah,v 1.3 2002/10/29 13:56:51 joda Exp $ Do not install the des executable, nor the des.1 man page. This avoids a conflict with the openssl package, which installs an executable with @@ -24,18 +24,18 @@ the same name (and functionality) into the same place. ## this is an awful lot of junk, but it's just as well to include everything EXTRA_DIST = \ ---- lib/des/Makefile.in.orig Thu Apr 4 16:10:37 2002 -+++ lib/des/Makefile.in Thu Apr 4 16:11:27 2002 -@@ -212,7 +212,7 @@ - check_PROGRAMS = destest mdtest md5crypt_test +--- lib/des/Makefile.in.orig Wed Oct 23 06:39:44 2002 ++++ lib/des/Makefile.in Mon Oct 28 15:26:36 2002 +@@ -213,7 +213,7 @@ TESTS = destest mdtest md5crypt_test + CHECK_LOCAL = -bin_PROGRAMS = des #rpw speed -+bin_PROGRAMS = ++bin_PROGRAMS = des_SOURCES = des.c des_ver.h -@@ -260,7 +260,7 @@ +@@ -261,7 +261,7 @@ passwd_dialog.rc passwd_dialog.res passwd_dlg.c passwd_dlg.h resource.h @@ -44,12 +44,12 @@ the same name (and functionality) into the same place. EXTRA_DIST = \ COPYRIGHT \ -@@ -329,7 +329,7 @@ - rc4_enc.lo read_pwd.lo rnd_keys.lo set_key.lo sha.lo str2key.lo \ - xcbc_enc.lo - libdes_la_OBJECTS = $(am_libdes_la_OBJECTS) --bin_PROGRAMS = des$(EXEEXT) -+bin_PROGRAMS = - check_PROGRAMS = destest$(EXEEXT) mdtest$(EXEEXT) \ - md5crypt_test$(EXEEXT) - PROGRAMS = $(bin_PROGRAMS) +@@ -322,7 +322,7 @@ + pcbc_enc.lo qud_cksm.lo rc4_skey.lo rc4_enc.lo read_pwd.lo \ + rnd_keys.lo set_key.lo sha.lo str2key.lo xcbc_enc.lo + libdes_la_OBJECTS = $(am_libdes_la_OBJECTS) +-bin_PROGRAMS = des$(EXEEXT) ++bin_PROGRAMS = + check_PROGRAMS = destest$(EXEEXT) mdtest$(EXEEXT) md5crypt_test$(EXEEXT) + PROGRAMS = $(bin_PROGRAMS) + |