]> andersk Git - gssapi-openssh.git/blame - openssh/contrib/redhat/openssh.spec
Import of OpenSSH 3.4p1
[gssapi-openssh.git] / openssh / contrib / redhat / openssh.spec
CommitLineData
680cee3b 1%define ver 3.4p1
700318f3 2%define rel 1
3
4# OpenSSH privilege separation requires a user & group ID
5%define sshd_uid 74
6%define sshd_gid 74
3c0ef626 7
8# Version of ssh-askpass
9%define aversion 1.2.4.1
10
11# Do we want to disable building of x11-askpass? (1=yes 0=no)
12%define no_x11_askpass 0
13
14# Do we want to disable building of gnome-askpass? (1=yes 0=no)
15%define no_gnome_askpass 0
16
17# Do we want to link against a static libcrypto? (1=yes 0=no)
18%define static_libcrypto 0
19
20# Do we want smartcard support (1=yes 0=no)
21%define scard 0
22
700318f3 23# Is this build for RHL 6.x?
24%define build6x 0
3c0ef626 25
26# Disable IPv6 (avoids DNS hangs on some glibc versions)
27%define noip6 0
28
f5799ae1 29# Do we want kerberos5 support (1=yes 0=no)
30%define kerberos5 1
31
3c0ef626 32# Reserve options to override askpass settings with:
33# rpm -ba|--rebuild --define 'skip_xxx 1'
34%{?skip_x11_askpass:%define no_x11_askpass 1}
35%{?skip_gnome_askpass:%define no_gnome_askpass 1}
36
700318f3 37# Is this a build for RHL 6.x or earlier?
38%{?build_6x:%define build6x 1}
39
40# If this is RHL 6.x, the default configuration has sysconfdir in /usr/etc.
41%if %{build6x}
42%define _sysconfdir /etc
43%define noip6 1
44%endif
3c0ef626 45
46# Options for static OpenSSL link:
47# rpm -ba|--rebuild --define "static_openssl 1"
48%{?static_openssl:%define static_libcrypto 1}
49
50# Options for Smartcard support: (needs libsectok and openssl-engine)
51# rpm -ba|--rebuild --define "smartcard 1"
52%{?smartcard:%define scard 1}
53
54# Option to disable ipv6
55# rpm -ba|--rebuild --define "noipv6 1"
56%{?noipv6:%define noip6 1}
57
700318f3 58# Is this a build for the rescue CD (without PAM, with MD5)? (1=yes 0=no)
59%define rescue 0
60%{?build_rescue:%define rescue 1}
3c0ef626 61
f5799ae1 62# Turn off some stuff for resuce builds
63%if %{rescue}
64%define kerberos5 0
65%endif
66
700318f3 67Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
3c0ef626 68Name: openssh
700318f3 69Version: %{ver}
70%if %{rescue}
71Release: %{rel}rescue
72%else
73Release: %{rel}
74%endif
3c0ef626 75URL: http://www.openssh.com/portable.html
700318f3 76Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
3c0ef626 77Source1: http://www.pobox.com/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
3c0ef626 78License: BSD
79Group: Applications/Internet
80BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
81Obsoletes: ssh
700318f3 82%if %{build6x}
83PreReq: initscripts >= 5.00
84%else
85PreReq: initscripts >= 5.20
86%endif
87BuildPreReq: perl, openssl-devel, sharutils, tcp_wrappers
88BuildPreReq: /bin/login
89%if %{build6x}
90BuildPreReq: glibc-devel, pam
91%else
92BuildPreReq: db1-devel, /usr/include/security/pam_appl.h
93%endif
3c0ef626 94%if ! %{no_x11_askpass}
95BuildPreReq: XFree86-devel
96%endif
97%if ! %{no_gnome_askpass}
98BuildPreReq: gnome-libs-devel
99%endif
680cee3b 100%if %{kerberos5}
101BuildPreReq: krb5-devel
102BuildPreReq: krb5-libs
103%endif
3c0ef626 104
105%package clients
106Summary: OpenSSH clients.
107Requires: openssh = %{version}-%{release}
108Group: Applications/Internet
109Obsoletes: ssh-clients
110
111%package server
112Summary: The OpenSSH server daemon.
113Group: System Environment/Daemons
114Obsoletes: ssh-server
115PreReq: openssh = %{version}-%{release}, chkconfig >= 0.9
700318f3 116%if ! %{build6x}
3c0ef626 117Requires: /etc/pam.d/system-auth
118%endif
119
120%package askpass
121Summary: A passphrase dialog for OpenSSH and X.
122Group: Applications/Internet
123Requires: openssh = %{version}-%{release}
124Obsoletes: ssh-extras
125
126%package askpass-gnome
127Summary: A passphrase dialog for OpenSSH, X, and GNOME.
128Group: Applications/Internet
129Requires: openssh = %{version}-%{release}
130Obsoletes: ssh-extras
131
132%description
700318f3 133SSH (Secure SHell) is a program for logging into and executing
134commands on a remote machine. SSH is intended to replace rlogin and
135rsh, and to provide secure encrypted communications between two
136untrusted hosts over an insecure network. X11 connections and
137arbitrary TCP/IP ports can also be forwarded over the secure channel.
138
139OpenSSH is OpenBSD's version of the last free version of SSH, bringing
140it up to date in terms of security and features, as well as removing
141all patented algorithms to separate libraries.
3c0ef626 142
143This package includes the core files necessary for both the OpenSSH
144client and server. To make this package useful, you should also
145install openssh-clients, openssh-server, or both.
146
147%description clients
700318f3 148OpenSSH is a free version of SSH (Secure SHell), a program for logging
149into and executing commands on a remote machine. This package includes
150the clients necessary to make encrypted connections to SSH servers.
151You'll also need to install the openssh package on OpenSSH clients.
3c0ef626 152
153%description server
700318f3 154OpenSSH is a free version of SSH (Secure SHell), a program for logging
155into and executing commands on a remote machine. This package contains
156the secure shell daemon (sshd). The sshd daemon allows SSH clients to
157securely connect to your SSH server. You also need to have the openssh
158package installed.
3c0ef626 159
160%description askpass
700318f3 161OpenSSH is a free version of SSH (Secure SHell), a program for logging
162into and executing commands on a remote machine. This package contains
163an X11 passphrase dialog for OpenSSH.
3c0ef626 164
165%description askpass-gnome
700318f3 166OpenSSH is a free version of SSH (Secure SHell), a program for logging
167into and executing commands on a remote machine. This package contains
168an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop
169environment.
3c0ef626 170
171%prep
172
173%if ! %{no_x11_askpass}
174%setup -q -a 1
175%else
176%setup -q
177%endif
178
179%build
700318f3 180%if %{rescue}
181CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS
3c0ef626 182%endif
183
184%configure \
700318f3 185 --sysconfdir=%{_sysconfdir}/ssh \
3c0ef626 186 --libexecdir=%{_libexecdir}/openssh \
187 --datadir=%{_datadir}/openssh \
3c0ef626 188 --with-tcp-wrappers \
700318f3 189 --with-rsh=%{_bindir}/rsh \
190 --with-default-path=/usr/local/bin:/bin:/usr/bin \
191 --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \
192 --with-privsep-path=%{_var}/empty/sshd \
193%if %{scard}
194 --with-smartcard \
195%endif
196%if %{noip6}
197 --with-ipv4-default \
198%endif
199%if %{rescue}
f5799ae1 200 --without-pam --with-md5-passwords \
700318f3 201%else
f5799ae1 202 --with-pam \
203%endif
204%if %{kerberos5}
205 --with-kerberos5=/usr/kerberos \
700318f3 206%endif
207
3c0ef626 208
209%if %{static_libcrypto}
700318f3 210perl -pi -e "s|-lcrypto|%{_libdir}/libcrypto.a|g" Makefile
3c0ef626 211%endif
212
213make
214
215%if ! %{no_x11_askpass}
216pushd x11-ssh-askpass-%{aversion}
700318f3 217%configure --libexecdir=%{_libexecdir}/openssh
3c0ef626 218xmkmf -a
219make
220popd
221%endif
222
223%if ! %{no_gnome_askpass}
224pushd contrib
700318f3 225gcc $RPM_OPT_FLAGS `gnome-config --cflags gnome gnomeui` \
3c0ef626 226 gnome-ssh-askpass.c -o gnome-ssh-askpass \
227 `gnome-config --libs gnome gnomeui`
228popd
229%endif
230
231%install
232rm -rf $RPM_BUILD_ROOT
700318f3 233mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/ssh
234mkdir -p -m755 $RPM_BUILD_ROOT%{_libexecdir}/openssh
235mkdir -p -m755 $RPM_BUILD_ROOT%{_var}/empty/sshd
3c0ef626 236
700318f3 237make install DESTDIR=$RPM_BUILD_ROOT
3c0ef626 238
239install -d $RPM_BUILD_ROOT/etc/pam.d/
240install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
241install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh
700318f3 242%if %{build6x}
243install -m644 contrib/redhat/sshd.pam.old $RPM_BUILD_ROOT/etc/pam.d/sshd
3c0ef626 244%else
700318f3 245install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
3c0ef626 246%endif
247install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
248
249%if ! %{no_x11_askpass}
250install -s x11-ssh-askpass-%{aversion}/x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/x11-ssh-askpass
700318f3 251ln -s x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/ssh-askpass
3c0ef626 252%endif
253
254%if ! %{no_gnome_askpass}
255install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome-ssh-askpass
256%endif
257
700318f3 258install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
259install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
260install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
261
3c0ef626 262perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_mandir}/man*/*
263
264%clean
265rm -rf $RPM_BUILD_ROOT
266
700318f3 267%triggerun server -- ssh-server
268if [ "$1" != 0 -a -r /var/run/sshd.pid ] ; then
269 touch /var/run/sshd.restart
270fi
271
272%triggerun server -- openssh-server < 2.5.0p1
273# Count the number of HostKey and HostDsaKey statements we have.
274gawk 'BEGIN {IGNORECASE=1}
275 /^hostkey/ || /^hostdsakey/ {sawhostkey = sawhostkey + 1}
276 END {exit sawhostkey}' /etc/ssh/sshd_config
277# And if we only found one, we know the client was relying on the old default
278# behavior, which loaded the the SSH2 DSA host key when HostDsaKey wasn't
279# specified. Now that HostKey is used for both SSH1 and SSH2 keys, specifying
280# one nullifies the default, which would have loaded both.
281if [ $? -eq 1 ] ; then
282 echo HostKey /etc/ssh/ssh_host_rsa_key >> /etc/ssh/sshd_config
283 echo HostKey /etc/ssh/ssh_host_dsa_key >> /etc/ssh/sshd_config
284fi
285
286%triggerpostun server -- ssh-server
287if [ "$1" != 0 ] ; then
288 /sbin/chkconfig --add sshd
289 if test -f /var/run/sshd.restart ; then
290 rm -f /var/run/sshd.restart
291 /sbin/service sshd start > /dev/null 2>&1 || :
292 fi
293fi
294
295%pre server
296%{_sbindir}/groupadd -r -g %{sshd_gid} sshd 2>/dev/null || :
297%{_sbindir}/useradd -d /var/empty/sshd -s /bin/false -u %{sshd_uid} \
298 -g sshd -M -r sshd 2>/dev/null || :
299
3c0ef626 300%post server
301/sbin/chkconfig --add sshd
700318f3 302
303%postun server
304/sbin/service sshd condrestart > /dev/null 2>&1 || :
3c0ef626 305
306%preun server
700318f3 307if [ "$1" = 0 ]
308then
309 /sbin/service sshd stop > /dev/null 2>&1 || :
3c0ef626 310 /sbin/chkconfig --del sshd
311fi
312
313%files
314%defattr(-,root,root)
315%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* RFC* TODO WARNING*
3c0ef626 316%attr(0755,root,root) %{_bindir}/scp
3c0ef626 317%attr(0644,root,root) %{_mandir}/man1/scp.1*
700318f3 318%attr(0755,root,root) %dir %{_sysconfdir}/ssh
319%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
320%if ! %{rescue}
321%attr(0755,root,root) %{_bindir}/ssh-keygen
322%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
3c0ef626 323%attr(0755,root,root) %dir %{_libexecdir}/openssh
f5799ae1 324%attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign
325%attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8*
700318f3 326%endif
3c0ef626 327%if %{scard}
328%attr(0755,root,root) %dir %{_datadir}/openssh
329%attr(0644,root,root) %{_datadir}/openssh/Ssh.bin
330%endif
331
332%files clients
333%defattr(-,root,root)
f5799ae1 334%attr(0755,root,root) %{_bindir}/ssh
700318f3 335%attr(0644,root,root) %{_mandir}/man1/ssh.1*
f5799ae1 336%attr(0644,root,root) %{_mandir}/man5/ssh_config.5*
700318f3 337%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
338%attr(-,root,root) %{_bindir}/slogin
339%attr(-,root,root) %{_mandir}/man1/slogin.1*
340%if ! %{rescue}
3c0ef626 341%attr(0755,root,root) %{_bindir}/ssh-agent
342%attr(0755,root,root) %{_bindir}/ssh-add
343%attr(0755,root,root) %{_bindir}/ssh-keyscan
344%attr(0755,root,root) %{_bindir}/sftp
3c0ef626 345%attr(0644,root,root) %{_mandir}/man1/ssh-agent.1*
346%attr(0644,root,root) %{_mandir}/man1/ssh-add.1*
347%attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1*
348%attr(0644,root,root) %{_mandir}/man1/sftp.1*
700318f3 349%endif
3c0ef626 350
700318f3 351%if ! %{rescue}
3c0ef626 352%files server
353%defattr(-,root,root)
700318f3 354%dir %attr(0111,root,root) %{_var}/empty/sshd
3c0ef626 355%attr(0755,root,root) %{_sbindir}/sshd
356%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
357%attr(0644,root,root) %{_mandir}/man8/sshd.8*
f5799ae1 358%attr(0644,root,root) %{_mandir}/man5/sshd_config.5*
3c0ef626 359%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
700318f3 360%attr(0755,root,root) %dir %{_sysconfdir}/ssh
361%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
3c0ef626 362%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd
363%attr(0755,root,root) %config /etc/rc.d/init.d/sshd
700318f3 364%endif
3c0ef626 365
366%if ! %{no_x11_askpass}
367%files askpass
368%defattr(-,root,root)
369%doc x11-ssh-askpass-%{aversion}/README
370%doc x11-ssh-askpass-%{aversion}/ChangeLog
371%doc x11-ssh-askpass-%{aversion}/SshAskpass*.ad
372%attr(0755,root,root) %{_libexecdir}/openssh/ssh-askpass
373%attr(0755,root,root) %{_libexecdir}/openssh/x11-ssh-askpass
374%endif
375
376%if ! %{no_gnome_askpass}
377%files askpass-gnome
378%defattr(-,root,root)
700318f3 379%attr(0755,root,root) %config %{_sysconfdir}/profile.d/gnome-ssh-askpass.*
3c0ef626 380%attr(0755,root,root) %{_libexecdir}/openssh/gnome-ssh-askpass
381%endif
382
383%changelog
f5799ae1 384* Fri Jun 21 2002 Damien Miller <djm@mindrot.org>
385- Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
386- Add new {ssh,sshd}_config.5 manpages
387- Add new ssh-keysign program and remove setuid from ssh client
388
700318f3 389* Fri May 10 2002 Damien Miller <djm@mindrot.org>
390- Merge in spec changes from RedHat, reorgansie a little
391- Add Privsep user, group and directory
392
393* Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-2
394- bump and grind (through the build system)
395
396* Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-1
397- require sharutils for building (mindrot #137)
398- require db1-devel only when building for 6.x (#55105), which probably won't
399 work anyway (3.1 requires OpenSSL 0.9.6 to build), but what the heck
400- require pam-devel by file (not by package name) again
401- add Markus's patch to compile with OpenSSL 0.9.5a (from
402 http://bugzilla.mindrot.org/show_bug.cgi?id=141) and apply it if we're
403 building for 6.x
404
405* Thu Mar 7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-0
406- update to 3.1p1
407
408* Tue Mar 5 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020305
409- update to SNAP-20020305
410- drop debug patch, fixed upstream
411
412* Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020220
413- update to SNAP-20020220 for testing purposes (you've been warned, if there's
414 anything to be warned about, gss patches won't apply, I don't mind)
415
416* Wed Feb 13 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-3
417- add patches from Simon Wilkinson and Nicolas Williams for GSSAPI key
418 exchange, authentication, and named key support
419
420* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-2
421- remove dependency on db1-devel, which has just been swallowed up whole
422 by gnome-libs-devel
423
424* Sun Dec 29 2001 Nalin Dahyabhai <nalin@redhat.com>
425- adjust build dependencies so that build6x actually works right (fix
426 from Hugo van der Kooij)
427
428* Tue Dec 4 2001 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-1
429- update to 3.0.2p1
430
431* Fri Nov 16 2001 Nalin Dahyabhai <nalin@redhat.com> 3.0.1p1-1
432- update to 3.0.1p1
433
434* Tue Nov 13 2001 Nalin Dahyabhai <nalin@redhat.com>
435- update to current CVS (not for use in distribution)
436
437* Thu Nov 8 2001 Nalin Dahyabhai <nalin@redhat.com> 3.0p1-1
438- merge some of Damien Miller <djm@mindrot.org> changes from the upstream
439 3.0p1 spec file and init script
440
441* Wed Nov 7 2001 Nalin Dahyabhai <nalin@redhat.com>
442- update to 3.0p1
443- update to x11-ssh-askpass 1.2.4.1
444- change build dependency on a file from pam-devel to the pam-devel package
445- replace primes with moduli
446
447* Thu Sep 27 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-9
448- incorporate fix from Markus Friedl's advisory for IP-based authorization bugs
449
450* Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.9p2-8
451- Merge changes to rescue build from current sysadmin survival cd
452
453* Thu Sep 6 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-7
454- fix scp's server's reporting of file sizes, and build with the proper
455 preprocessor define to get large-file capable open(), stat(), etc.
456 (sftp has been doing this correctly all along) (#51827)
457- configure without --with-ipv4-default on RHL 7.x and newer (#45987,#52247)
458- pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298)
459- mark profile.d scriptlets as config files (#42337)
460- refer to Jason Stone's mail for zsh workaround for exit-hanging quasi-bug
461- change a couple of log() statements to debug() statements (#50751)
462- pull cvs patch to add -t flag to sshd (#28611)
463- clear fd_sets correctly (one bit per FD, not one byte per FD) (#43221)
464
465* Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-6
466- add db1-devel as a BuildPrerequisite (noted by Hans Ecke)
467
468* Thu Aug 16 2001 Nalin Dahyabhai <nalin@redhat.com>
469- pull cvs patch to fix remote port forwarding with protocol 2
470
471* Thu Aug 9 2001 Nalin Dahyabhai <nalin@redhat.com>
472- pull cvs patch to add session initialization to no-pty sessions
473- pull cvs patch to not cut off challengeresponse auth needlessly
474- refuse to do X11 forwarding if xauth isn't there, handy if you enable
475 it by default on a system that doesn't have X installed (#49263)
476
477* Wed Aug 8 2001 Nalin Dahyabhai <nalin@redhat.com>
478- don't apply patches to code we don't intend to build (spotted by Matt Galgoci)
479
480* Mon Aug 6 2001 Nalin Dahyabhai <nalin@redhat.com>
481- pass OPTIONS correctly to initlog (#50151)
482
483* Wed Jul 25 2001 Nalin Dahyabhai <nalin@redhat.com>
484- switch to x11-ssh-askpass 1.2.2
485
486* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
487- rebuild in new environment
488
489* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
490- disable the gssapi patch
491
492* Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
493- update to 2.9p2
494- refresh to a new version of the gssapi patch
495
496* Thu Jun 7 2001 Nalin Dahyabhai <nalin@redhat.com>
497- change Copyright: BSD to License: BSD
498- add Markus Friedl's unverified patch for the cookie file deletion problem
499 so that we can verify it
500- drop patch to check if xauth is present (was folded into cookie patch)
501- don't apply gssapi patches for the errata candidate
502- clear supplemental groups list at startup
503
504* Fri May 25 2001 Nalin Dahyabhai <nalin@redhat.com>
505- fix an error parsing the new default sshd_config
506- add a fix from Markus Friedl (via openssh-unix-dev) for ssh-keygen not
507 dealing with comments right
508
509* Thu May 24 2001 Nalin Dahyabhai <nalin@redhat.com>
510- add in Simon Wilkinson's GSSAPI patch to give it some testing in-house,
511 to be removed before the next beta cycle because it's a big departure
512 from the upstream version
513
514* Thu May 3 2001 Nalin Dahyabhai <nalin@redhat.com>
515- finish marking strings in the init script for translation
516- modify init script to source /etc/sysconfig/sshd and pass $OPTIONS to sshd
517 at startup (change merged from openssh.com init script, originally by
518 Pekka Savola)
519- refuse to do X11 forwarding if xauth isn't there, handy if you enable
520 it by default on a system that doesn't have X installed
521
522* Wed May 2 2001 Nalin Dahyabhai <nalin@redhat.com>
523- update to 2.9
524- drop various patches that came from or went upstream or to or from CVS
525
526* Wed Apr 18 2001 Nalin Dahyabhai <nalin@redhat.com>
527- only require initscripts 5.00 on 6.2 (reported by Peter Bieringer)
528
529* Sun Apr 8 2001 Preston Brown <pbrown@redhat.com>
530- remove explicit openssl requirement, fixes builddistro issue
531- make initscript stop() function wait until sshd really dead to avoid
532 races in condrestart
533
534* Mon Apr 2 2001 Nalin Dahyabhai <nalin@redhat.com>
535- mention that challengereponse supports PAM, so disabling password doesn't
536 limit users to pubkey and rsa auth (#34378)
537- bypass the daemon() function in the init script and call initlog directly,
538 because daemon() won't start a daemon it detects is already running (like
539 open connections)
540- require the version of openssl we had when we were built
541
542* Fri Mar 23 2001 Nalin Dahyabhai <nalin@redhat.com>
543- make do_pam_setcred() smart enough to know when to establish creds and
544 when to reinitialize them
545- add in a couple of other fixes from Damien for inclusion in the errata
546
547* Thu Mar 22 2001 Nalin Dahyabhai <nalin@redhat.com>
548- update to 2.5.2p2
549- call setcred() again after initgroups, because the "creds" could actually
550 be group memberships
551
552* Tue Mar 20 2001 Nalin Dahyabhai <nalin@redhat.com>
553- update to 2.5.2p1 (includes endianness fixes in the rijndael implementation)
554- don't enable challenge-response by default until we find a way to not
555 have too many userauth requests (we may make up to six pubkey and up to
556 three password attempts as it is)
557- remove build dependency on rsh to match openssh.com's packages more closely
558
559* Sat Mar 3 2001 Nalin Dahyabhai <nalin@redhat.com>
560- remove dependency on openssl -- would need to be too precise
561
562* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
563- rebuild in new environment
564
565* Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
566- Revert the patch to move pam_open_session.
567- Init script and spec file changes from Pekka Savola. (#28750)
568- Patch sftp to recognize '-o protocol' arguments. (#29540)
569
570* Thu Feb 22 2001 Nalin Dahyabhai <nalin@redhat.com>
571- Chuck the closing patch.
572- Add a trigger to add host keys for protocol 2 to the config file, now that
573 configuration file syntax requires us to specify it with HostKey if we
574 specify any other HostKey values, which we do.
575
576* Tue Feb 20 2001 Nalin Dahyabhai <nalin@redhat.com>
577- Redo patch to move pam_open_session after the server setuid()s to the user.
578- Rework the nopam patch to use be picked up by autoconf.
579
580* Mon Feb 19 2001 Nalin Dahyabhai <nalin@redhat.com>
581- Update for 2.5.1p1.
582- Add init script mods from Pekka Savola.
583- Tweak the init script to match the CVS contrib script more closely.
584- Redo patch to ssh-add to try to adding both identity and id_dsa to also try
585 adding id_rsa.
586
587* Fri Feb 16 2001 Nalin Dahyabhai <nalin@redhat.com>
588- Update for 2.5.0p1.
589- Use $RPM_OPT_FLAGS instead of -O when building gnome-ssh-askpass
590- Resync with parts of Damien Miller's openssh.spec from CVS, including
591 update of x11 askpass to 1.2.0.
592- Only require openssl (don't prereq) because we generate keys in the init
593 script now.
594
595* Tue Feb 13 2001 Nalin Dahyabhai <nalin@redhat.com>
596- Don't open a PAM session until we've forked and become the user (#25690).
597- Apply Andrew Bartlett's patch for letting pam_authenticate() know which
598 host the user is attempting a login from.
599- Resync with parts of Damien Miller's openssh.spec from CVS.
600- Don't expose KbdInt responses in debug messages (from CVS).
601- Detect and handle errors in rsa_{public,private}_decrypt (from CVS).
602
603* Wed Feb 7 2001 Trond Eivind Glomsrxd <teg@redhat.com>
604- i18n-tweak to initscript.
605
606* Tue Jan 23 2001 Nalin Dahyabhai <nalin@redhat.com>
607- More gettextizing.
608- Close all files after going into daemon mode (needs more testing).
609- Extract patch from CVS to handle auth banners (in the client).
610- Extract patch from CVS to handle compat weirdness.
611
612* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
613- Finish with the gettextizing.
614
615* Thu Jan 18 2001 Nalin Dahyabhai <nalin@redhat.com>
616- Fix a bug in auth2-pam.c (#23877)
617- Gettextize the init script.
618
619* Wed Dec 20 2000 Nalin Dahyabhai <nalin@redhat.com>
620- Incorporate a switch for using PAM configs for 6.x, just in case.
621
622* Tue Dec 5 2000 Nalin Dahyabhai <nalin@redhat.com>
623- Incorporate Bero's changes for a build specifically for rescue CDs.
624
625* Wed Nov 29 2000 Nalin Dahyabhai <nalin@redhat.com>
626- Don't treat pam_setcred() failure as fatal unless pam_authenticate() has
627 succeeded, to allow public-key authentication after a failure with "none"
628 authentication. (#21268)
629
630* Tue Nov 28 2000 Nalin Dahyabhai <nalin@redhat.com>
631- Update to x11-askpass 1.1.1. (#21301)
632- Don't second-guess fixpaths, which causes paths to get fixed twice. (#21290)
633
634* Mon Nov 27 2000 Nalin Dahyabhai <nalin@redhat.com>
635- Merge multiple PAM text messages into subsequent prompts when possible when
636 doing keyboard-interactive authentication.
637
638* Sun Nov 26 2000 Nalin Dahyabhai <nalin@redhat.com>
639- Disable the built-in MD5 password support. We're using PAM.
640- Take a crack at doing keyboard-interactive authentication with PAM, and
641 enable use of it in the default client configuration so that the client
642 will try it when the server disallows password authentication.
643- Build with debugging flags. Build root policies strip all binaries anyway.
644
645* Tue Nov 21 2000 Nalin Dahyabhai <nalin@redhat.com>
646- Use DESTDIR instead of %%makeinstall.
647- Remove /usr/X11R6/bin from the path-fixing patch.
648
649* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
650- Add the primes file from the latest snapshot to the main package (#20884).
651- Add the dev package to the prereq list (#19984).
652- Remove the default path and mimic login's behavior in the server itself.
653
654* Fri Nov 17 2000 Nalin Dahyabhai <nalin@redhat.com>
655- Resync with conditional options in Damien Miller's .spec file for an errata.
656- Change libexecdir from %%{_libexecdir}/ssh to %%{_libexecdir}/openssh.
657
658* Tue Nov 7 2000 Nalin Dahyabhai <nalin@redhat.com>
659- Update to OpenSSH 2.3.0p1.
660- Update to x11-askpass 1.1.0.
661- Enable keyboard-interactive authentication.
662
663* Mon Oct 30 2000 Nalin Dahyabhai <nalin@redhat.com>
664- Update to ssh-askpass-x11 1.0.3.
665- Change authentication related messages to be private (#19966).
666
667* Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
668- Patch ssh-keygen to be able to list signatures for DSA public key files
669 it generates.
670
671* Thu Oct 5 2000 Nalin Dahyabhai <nalin@redhat.com>
672- Add BuildPreReq on /usr/include/security/pam_appl.h to be sure we always
673 build PAM authentication in.
674- Try setting SSH_ASKPASS if gnome-ssh-askpass is installed.
675- Clean out no-longer-used patches.
676- Patch ssh-add to try to add both identity and id_dsa, and to error only
677 when neither exists.
678
679* Mon Oct 2 2000 Nalin Dahyabhai <nalin@redhat.com>
680- Update x11-askpass to 1.0.2. (#17835)
681- Add BuildPreReqs for /bin/login and /usr/bin/rsh so that configure will
682 always find them in the right place. (#17909)
683- Set the default path to be the same as the one supplied by /bin/login, but
684 add /usr/X11R6/bin. (#17909)
685- Try to handle obsoletion of ssh-server more cleanly. Package names
686 are different, but init script name isn't. (#17865)
687
688* Wed Sep 6 2000 Nalin Dahyabhai <nalin@redhat.com>
689- Update to 2.2.0p1. (#17835)
690- Tweak the init script to allow proper restarting. (#18023)
691
692* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
693- Update to 20000823 snapshot.
694- Change subpackage requirements from %%{version} to %%{version}-%%{release}
695- Back out the pipe patch.
696
697* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
698- Update to 2.1.1p4, which includes fixes for config file parsing problems.
699- Move the init script back.
700- Add Damien's quick fix for wackiness.
701
702* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
703- Update to 2.1.1p3, which includes fixes for X11 forwarding and strtok().
704
705* Thu Jul 6 2000 Nalin Dahyabhai <nalin@redhat.com>
706- Move condrestart to server postun.
707- Move key generation to init script.
708- Actually use the right patch for moving the key generation to the init script.
709- Clean up the init script a bit.
710
711* Wed Jul 5 2000 Nalin Dahyabhai <nalin@redhat.com>
712- Fix X11 forwarding, from mail post by Chan Shih-Ping Richard.
713
714* Sun Jul 2 2000 Nalin Dahyabhai <nalin@redhat.com>
715- Update to 2.1.1p2.
716- Use of strtok() considered harmful.
717
718* Sat Jul 1 2000 Nalin Dahyabhai <nalin@redhat.com>
719- Get the build root out of the man pages.
720
721* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
722- Add and use condrestart support in the init script.
723- Add newer initscripts as a prereq.
724
725* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
726- Build in new environment (release 2)
727- Move -clients subpackage to Applications/Internet group
728
729* Fri Jun 9 2000 Nalin Dahyabhai <nalin@redhat.com>
730- Update to 2.2.1p1
731
732* Sat Jun 3 2000 Nalin Dahyabhai <nalin@redhat.com>
733- Patch to build with neither RSA nor RSAref.
734- Miscellaneous FHS-compliance tweaks.
735- Fix for possibly-compressed man pages.
736
3c0ef626 737* Wed Mar 15 2000 Damien Miller <djm@ibs.com.au>
738- Updated for new location
739- Updated for new gnome-ssh-askpass build
700318f3 740
3c0ef626 741* Sun Dec 26 1999 Damien Miller <djm@mindrot.org>
742- Added Jim Knoble's <jmknoble@pobox.com> askpass
700318f3 743
3c0ef626 744* Mon Nov 15 1999 Damien Miller <djm@mindrot.org>
745- Split subpackages further based on patch from jim knoble <jmknoble@pobox.com>
700318f3 746
3c0ef626 747* Sat Nov 13 1999 Damien Miller <djm@mindrot.org>
748- Added 'Obsoletes' directives
700318f3 749
3c0ef626 750* Tue Nov 09 1999 Damien Miller <djm@ibs.com.au>
751- Use make install
752- Subpackages
700318f3 753
3c0ef626 754* Mon Nov 08 1999 Damien Miller <djm@ibs.com.au>
755- Added links for slogin
756- Fixed perms on manpages
700318f3 757
3c0ef626 758* Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
759- Renamed init script
700318f3 760
3c0ef626 761* Fri Oct 29 1999 Damien Miller <djm@ibs.com.au>
762- Back to old binary names
700318f3 763
3c0ef626 764* Thu Oct 28 1999 Damien Miller <djm@ibs.com.au>
765- Use autoconf
766- New binary names
700318f3 767
3c0ef626 768* Wed Oct 27 1999 Damien Miller <djm@ibs.com.au>
769- Initial RPMification, based on Jan "Yenya" Kasprzak's <kas@fi.muni.cz> spec.
This page took 0.284194 seconds and 5 git commands to generate.