summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README28
-rw-r--r--contrib/caldera/openssh.spec10
-rw-r--r--contrib/cygwin/README4
-rw-r--r--contrib/redhat/openssh.spec4
-rw-r--r--contrib/redhat/sshd.pam2
-rwxr-xr-xcontrib/solaris/README10
-rw-r--r--contrib/suse/openssh.spec2
7 files changed, 37 insertions, 23 deletions
diff --git a/contrib/README b/contrib/README
index 9de3d961d..c00223865 100644
--- a/contrib/README
+++ b/contrib/README
@@ -19,7 +19,7 @@ X11 SSH Askpass:
19Jim Knoble <jmknoble@pobox.com> has written an excellent X11 19Jim Knoble <jmknoble@pobox.com> has written an excellent X11
20passphrase requester. This is highly recommended: 20passphrase requester. This is highly recommended:
21 21
22http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html 22http://www.jmknoble.net/software/x11-ssh-askpass/
23 23
24 24
25In this directory 25In this directory
@@ -44,17 +44,27 @@ sshd.pam.freebsd:
44A PAM config file which works with FreeBSD's PAM port. Contributed by 44A PAM config file which works with FreeBSD's PAM port. Contributed by
45Dominik Brettnacher <domi@saargate.de> 45Dominik Brettnacher <domi@saargate.de>
46 46
47mdoc2man.pl: 47findssl.sh:
48 48
49Converts mdoc formated manpages into normal manpages. This can be used 49Search for all instances of OpenSSL headers and libraries and print their
50on Solaris machines to provide manpages that are not preformated. 50versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not
51Contributed by Mark D. Roth <roth@feep.net> 51match your library" errors.
52 52
53redhat: 53aix:
54 Files to build an AIX native (installp or SMIT installable) package.
54 55
55RPM spec file and scripts for building Redhat packages 56caldera:
57 RPM spec file and scripts for building Caldera OpenLinuix packages
56 58
57suse: 59cygwin:
60 Support files for Cygwin
61
62hpux:
63 Support files for HP-UX
58 64
59RPM spec file and scripts for building SuSE packages 65redhat:
66 RPM spec file and scripts for building Redhat packages
67
68suse:
69 RPM spec file and scripts for building SuSE packages
60 70
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec
index e690f102f..53b16455e 100644
--- a/contrib/caldera/openssh.spec
+++ b/contrib/caldera/openssh.spec
@@ -17,11 +17,11 @@
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.8.1p1 20 %define version 3.9p1
21 %define cvs %{nil} 21 %define cvs %{nil}
22 %define release 1 22 %define release 1
23%else 23%else
24 %define version 3.8.1p1 24 %define version 3.9p1
25 %define cvs cvs20011009 25 %define cvs cvs20011009
26 %define release 0r1 26 %define release 0r1
27%endif 27%endif
@@ -60,7 +60,7 @@ Source0: see-above:/.../openssh-%{version}.tar.gz
60%if %{use_stable} 60%if %{use_stable}
61Source1: see-above:/.../openssh-%{version}.tar.gz.sig 61Source1: see-above:/.../openssh-%{version}.tar.gz.sig
62%endif 62%endif
63Source2: http://www.ntrnet.net/~jmknoble/software/%{xsa}/%{askpass}.tar.gz 63Source2: http://www.jmknoble.net/software/%{xsa}/%{askpass}.tar.gz
64Source3: http://www.openssh.com/faq.html 64Source3: http://www.openssh.com/faq.html
65 65
66%Package server 66%Package server
@@ -80,7 +80,7 @@ Summary(pt_BR) : Servidor do protocolo Secure Shell OpenSSH (sshd).
80%Package askpass 80%Package askpass
81Group : System/Network 81Group : System/Network
82Requires : openssh = %{version} 82Requires : openssh = %{version}
83URL : http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/ 83URL : http://www.jmknoble.net/software/x11-ssh-askpass/
84Obsoletes : ssh-extras 84Obsoletes : ssh-extras
85 85
86Summary : OpenSSH X11 pass-phrase dialog. 86Summary : OpenSSH X11 pass-phrase dialog.
@@ -363,4 +363,4 @@ fi
363* Mon Jan 01 1998 ... 363* Mon Jan 01 1998 ...
364Template Version: 1.31 364Template Version: 1.31
365 365
366$Id: openssh.spec,v 1.49 2004/03/21 22:40:04 djm Exp $ 366$Id: openssh.spec,v 1.51 2004/08/17 12:49:12 djm Exp $
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index fc0a2f69b..5a9b1ce0c 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -212,8 +212,8 @@ in the Cygwin binary distribution, install like this:
212 cd /tmp/cygwin-ssh 212 cd /tmp/cygwin-ssh
213 find * \! -type d | tar cvjfT my-openssh.tar.bz2 - 213 find * \! -type d | tar cvjfT my-openssh.tar.bz2 -
214 214
215You must have installed the zlib and openssl-devel packages to be able to 215You must have installed the zlib, the openssl-devel and the minires-devel
216build OpenSSH! 216packages to be able to build OpenSSH!
217 217
218Please send requests, error reports etc. to cygwin@cygwin.com. 218Please send requests, error reports etc. to cygwin@cygwin.com.
219 219
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index b7470092b..f8a91f2c2 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -1,4 +1,4 @@
1%define ver 3.8.1p1 1%define ver 3.9p1
2%define rel 1 2%define rel 1
3 3
4# OpenSSH privilege separation requires a user & group ID 4# OpenSSH privilege separation requires a user & group ID
@@ -74,7 +74,7 @@ Release: %{rel}
74%endif 74%endif
75URL: http://www.openssh.com/portable.html 75URL: http://www.openssh.com/portable.html
76Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 76Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
77Source1: http://www.pobox.com/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz 77Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
78License: BSD 78License: BSD
79Group: Applications/Internet 79Group: Applications/Internet
80BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot 80BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
diff --git a/contrib/redhat/sshd.pam b/contrib/redhat/sshd.pam
index 24f3b4651..e48607766 100644
--- a/contrib/redhat/sshd.pam
+++ b/contrib/redhat/sshd.pam
@@ -4,5 +4,3 @@ auth required pam_nologin.so
4account required pam_stack.so service=system-auth 4account required pam_stack.so service=system-auth
5password required pam_stack.so service=system-auth 5password required pam_stack.so service=system-auth
6session required pam_stack.so service=system-auth 6session required pam_stack.so service=system-auth
7session required pam_limits.so
8session optional pam_console.so
diff --git a/contrib/solaris/README b/contrib/solaris/README
index eb4c590f4..fefdd4b53 100755
--- a/contrib/solaris/README
+++ b/contrib/solaris/README
@@ -12,8 +12,14 @@ Directions:
12 12
131. make -F Makefile.in distprep (Only if you are getting from the CVS tree) 131. make -F Makefile.in distprep (Only if you are getting from the CVS tree)
142. ./configure --with-pam [..any other options you want..] 142. ./configure --with-pam [..any other options you want..]
153. look at the top of contrib/solaris/buildpkg.sh for the configurable options. 153. look at the top of buildpkg.sh for the configurable options and put
164. ./contrib/solaris/buildpkg.sh 16 any changes you want in openssh-config.local. Additional customizations
17 can be done to the build process by creating one or more of the following
18 scripts that will be sourced by buildpkg.sh.
19 pkg_post_make_install_fixes.sh pkg-post-prototype-edit.sh
20 pkg-preinstall.local pkg-postinstall.local pkg-preremove.local
21 pkg-postremove.local pkg-request.local
224. Run "make package"
17 23
18If all goes well you should have a solaris package ready to be installed. 24If all goes well you should have a solaris package ready to be installed.
19 25
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 2b43d0368..3f4a0189b 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -1,6 +1,6 @@
1Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation 1Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
2Name: openssh 2Name: openssh
3Version: 3.8.1p1 3Version: 3.9p1
4URL: http://www.openssh.com/ 4URL: http://www.openssh.com/
5Release: 1 5Release: 1
6Source0: openssh-%{version}.tar.gz 6Source0: openssh-%{version}.tar.gz