summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-06-26 23:59:10 +1000
committerDamien Miller <djm@mindrot.org>2002-06-26 23:59:10 +1000
commit3e36f9f4fff8f5b573f163eecd12a677ce66fe89 (patch)
treebc987bc6193cf82ff10c37eb4c25cc4daa1bc39a
parentfb7fd9580ca8ff02d857e05c55670f3b6fed024e (diff)
- (djm) Release 3.4p1V_3_4_P1
-rw-r--r--ChangeLog6
-rw-r--r--version.h4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d233216..67cd6cab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,11 +59,15 @@
[auth2-chall.c]
make sure # of response matches # of queries, fixes int overflow;
from ISS
+ - markus@cvs.openbsd.org 2002/06/26 13:56:27
+ [version.h]
+ 3.4
- (djm) Require krb5 devel for RPM build w/ KrbV
- (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai
<nalin@redhat.com>
- (djm) Update spec files for release
- (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
+ - (djm) Release 3.4p1
20020625
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
@@ -1163,4 +1167,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
-$Id: ChangeLog,v 1.2300 2002/06/26 13:58:39 djm Exp $
+$Id: ChangeLog,v 1.2301 2002/06/26 13:59:10 djm Exp $
diff --git a/version.h b/version.h
index fcd853d0..1e9b4312 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: version.h,v 1.33 2002/06/21 15:41:20 markus Exp $ */
+/* $OpenBSD: version.h,v 1.34 2002/06/26 13:56:27 markus Exp $ */
-#define SSH_VERSION "OpenSSH_3.3"
+#define SSH_VERSION "OpenSSH_3.4p1"