diff options
author | Damien Miller <djm@mindrot.org> | 2003-09-16 13:59:42 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-09-16 13:59:42 +1000 |
commit | 42978c7f28217e4b276784f64e8cddbe4fde146d (patch) | |
tree | d238262e08c35e7e95fe5ca363fe4fdf6ac79266 | |
parent | f2b4e4e07e7e2eae064d8e9f54f86f32a297bade (diff) |
- (djm) Crank spec versions
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | contrib/caldera/openssh.spec | 4 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 4 | ||||
-rw-r--r-- | contrib/suse/openssh.spec | 2 |
4 files changed, 7 insertions, 6 deletions
@@ -7,6 +7,7 @@ | |||
7 | - deraadt@cvs.openbsd.org 2003/09/16 03:03:47 | 7 | - deraadt@cvs.openbsd.org 2003/09/16 03:03:47 |
8 | [buffer.c] | 8 | [buffer.c] |
9 | do not expand buffer before attempting to reallocate it; markus ok | 9 | do not expand buffer before attempting to reallocate it; markus ok |
10 | - (djm) Crank spec versions | ||
10 | 11 | ||
11 | 20030914 | 12 | 20030914 |
12 | - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing | 13 | - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing |
@@ -1103,4 +1104,4 @@ | |||
1103 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1104 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1104 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1105 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1105 | 1106 | ||
1106 | $Id: ChangeLog,v 1.2994 2003/09/16 03:31:03 mouring Exp $ | 1107 | $Id: ChangeLog,v 1.2994.2.1 2003/09/16 03:59:42 djm Exp $ |
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 8e97c3818..4aaf6566f 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec | |||
@@ -17,7 +17,7 @@ | |||
17 | #old cvs stuff. please update before use. may be deprecated. | 17 | #old cvs stuff. please update before use. may be deprecated. |
18 | %define use_stable 1 | 18 | %define use_stable 1 |
19 | %if %{use_stable} | 19 | %if %{use_stable} |
20 | %define version 3.6.1p2 | 20 | %define version 3.7p1 |
21 | %define cvs %{nil} | 21 | %define cvs %{nil} |
22 | %define release 2 | 22 | %define release 2 |
23 | %else | 23 | %else |
@@ -364,4 +364,4 @@ fi | |||
364 | * Mon Jan 01 1998 ... | 364 | * Mon Jan 01 1998 ... |
365 | Template Version: 1.31 | 365 | Template Version: 1.31 |
366 | 366 | ||
367 | $Id: openssh.spec,v 1.43 2003/04/29 13:22:40 djm Exp $ | 367 | $Id: openssh.spec,v 1.43.2.1 2003/09/16 03:59:43 djm Exp $ |
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 656e692e8..3fd1eef6d 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -1,4 +1,4 @@ | |||
1 | %define ver 3.6.1p2 | 1 | %define ver 3.7p1 |
2 | %define rel 3 | 2 | %define rel 3 |
3 | 3 | ||
4 | # OpenSSH privilege separation requires a user & group ID | 4 | # OpenSSH privilege separation requires a user & group ID |
@@ -84,7 +84,7 @@ BuildPreReq: /bin/login | |||
84 | %if ! %{build6x} | 84 | %if ! %{build6x} |
85 | BuildPreReq: glibc-devel, pam | 85 | BuildPreReq: glibc-devel, pam |
86 | %else | 86 | %else |
87 | BuildPreReq: db1-devel, /usr/include/security/pam_appl.h | 87 | BuildPreReq: /usr/include/security/pam_appl.h |
88 | %endif | 88 | %endif |
89 | %if ! %{no_x11_askpass} | 89 | %if ! %{no_x11_askpass} |
90 | BuildPreReq: XFree86-devel | 90 | BuildPreReq: XFree86-devel |
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index 707c3a221..ca7437bd6 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec | |||
@@ -1,6 +1,6 @@ | |||
1 | Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation | 1 | Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation |
2 | Name: openssh | 2 | Name: openssh |
3 | Version: 3.6.1p2 | 3 | Version: 3.7p1 |
4 | URL: http://www.openssh.com/ | 4 | URL: http://www.openssh.com/ |
5 | Release: 1 | 5 | Release: 1 |
6 | Source0: openssh-%{version}.tar.gz | 6 | Source0: openssh-%{version}.tar.gz |