]> andersk Git - openssh.git/commitdiff
- (dtucker) [README version.h contrib/caldera/openssh.spec
authordtucker <dtucker>
Sun, 12 Feb 2006 05:48:56 +0000 (05:48 +0000)
committerdtucker <dtucker>
Sun, 12 Feb 2006 05:48:56 +0000 (05:48 +0000)
   contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version
   strings to match 4.3p2 release.

ChangeLog
README
contrib/caldera/openssh.spec
contrib/redhat/openssh.spec
contrib/suse/openssh.spec
version.h

index 2ff6abae58ad76ccef57e1570b10bfe43e7611ba..b9da4339bba93c456307b4bf0a7c845f900b9103 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
  - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
    to silence compiler warning, from vinschen at redhat.com.
  - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
+ - (dtucker) [README version.h contrib/caldera/openssh.spec
+   contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version
+   strings to match 4.3p2 release.
 
 20060208
  - (tim) [session.c] Logout records were not updated on systems with
diff --git a/README b/README
index 1558cc4c0e91c158765e4bb8666748994ffdbaaf..0567aa8185f322b1e740bc25e30f7f0e2a729a2c 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-See http://www.openssh.com/txt/release-4.3 for the release notes.
+See http://www.openssh.com/txt/release-4.3p2 for the release notes.
 
 - A Japanese translation of this document and of the OpenSSH FAQ is
 - available at http://www.unixuser.org/~haruyama/security/openssh/index.html
index 3a97b0934a8a1cd713a6c2549166606d9114a6ae..1748d9e54afb2a4ffb742c527e8edc636deb2ead 100644 (file)
@@ -17,7 +17,7 @@
 #old cvs stuff.  please update before use.  may be deprecated.
 %define use_stable     1
 %if %{use_stable}
-  %define version      4.3p1
+  %define version      4.3p2
   %define cvs          %{nil}
   %define release      1
 %else
index 545e27b648c813424431d9ed9f11721751b2c468..cbdf7bbc79a084db3880b0173e5afefee4fa4108 100644 (file)
@@ -1,4 +1,4 @@
-%define ver 4.3p1
+%define ver 4.3p2
 %define rel 1
 
 # OpenSSH privilege separation requires a user & group ID
index e7739bd91deacde4704d29a6a15a229b48cb7586..b49e78c65e62ace5cd2c93177e38e085e2557ad2 100644 (file)
@@ -13,7 +13,7 @@
 
 Summary:       OpenSSH, a free Secure Shell (SSH) protocol implementation
 Name:          openssh
-Version:       4.3p1
+Version:       4.3p2
 URL:           http://www.openssh.com/
 Release:       1
 Source0:       openssh-%{version}.tar.gz
index 2b729524e220661d937c467b6b0caea4f1e392c0..d5fd0c6ce6886d5d14ef29026e272667b4663a63 100644 (file)
--- a/version.h
+++ b/version.h
@@ -2,5 +2,5 @@
 
 #define SSH_VERSION    "OpenSSH_4.3"
 
-#define SSH_PORTABLE   "p1"
+#define SSH_PORTABLE   "p2"
 #define SSH_RELEASE    SSH_VERSION SSH_PORTABLE
This page took 1.998419 seconds and 5 git commands to generate.