cvsdist 092b0a1
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
cvsdist fe98d86
%define WITH_SELINUX 1
cvsdist 092b0a1
%endif
cvsdist 092b0a1
cvsdist 8264e71
# OpenSSH privilege separation requires a user & group ID
cvsdist 8264e71
%define sshd_uid    74
cvsdist 8264e71
%define sshd_gid    74
cvsdist 8264e71
cvsdist f28bf6e
# Version of ssh-askpass
cvsdist b46e395
%define aversion 1.2.4.1
cvsdist f28bf6e
cvsdist f28bf6e
# Do we want to disable building of x11-askpass? (1=yes 0=no)
cvsdist f28bf6e
%define no_x11_askpass 0
cvsdist f28bf6e
cvsdist f28bf6e
# Do we want to disable building of gnome-askpass? (1=yes 0=no)
cvsdist f28bf6e
%define no_gnome_askpass 0
cvsdist f28bf6e
cvsdist b46e395
# Do we want to link against a static libcrypto? (1=yes 0=no)
cvsdist b46e395
%define static_libcrypto 0
cvsdist b46e395
cvsdist b46e395
# Do we want smartcard support (1=yes 0=no)
cvsdist b46e395
%define scard 0
cvsdist b46e395
cvsdist 3e66bdc
# Use GTK2 instead of GNOME in gnome-ssh-askpass
cvsdist 3e66bdc
%define gtk2 1
cvsdist 3e66bdc
cvsdist b46e395
# Is this build for RHL 6.x?
cvsdist b46e395
%define build6x 0
cvsdist b46e395
cvsdist fe98d86
# Build position-independent executables (requires toolchain support)?
cvsdist fe98d86
# This hack is in here to prevent problem with pie on PPC64 bug 113499
cvsdist fe98d86
%ifarch ppc64 ppc
cvsdist fe98d86
%define pie 0
cvsdist fe98d86
%else
cvsdist 8f87201
%define pie 0
cvsdist fe98d86
%endif
cvsdist fe98d86
cvsdist b46e395
# Disable IPv6 (avoids DNS hangs on some glibc versions)
cvsdist b46e395
%define noip6 0
cvsdist b46e395
cvsdist 3e66bdc
# Do we want kerberos5 support (1=yes 0=no)
cvsdist 3e66bdc
%define kerberos5 1
cvsdist 8264e71
cvsdist 8264e71
# Whether or not /sbin/nologin exists.
cvsdist 8264e71
%define nologin 1
cvsdist 8264e71
cvsdist 43f95f0
# Reserve options to override askpass settings with:
cvsdist 43f95f0
# rpm -ba|--rebuild --define 'skip_xxx 1'
cvsdist 43f95f0
%{?skip_x11_askpass:%define no_x11_askpass 1}
cvsdist 43f95f0
%{?skip_gnome_askpass:%define no_gnome_askpass 1}
cvsdist 43f95f0
cvsdist b46e395
# Is this a build for RHL 6.x or earlier?
cvsdist 43f95f0
%{?build_6x:%define build6x 1}
cvsdist 43f95f0
cvsdist b46e395
# If this is RHL 6.x, the default configuration has sysconfdir in /usr/etc.
cvsdist 43f95f0
%if %{build6x}
cvsdist 43f95f0
%define _sysconfdir /etc
cvsdist b46e395
%define noip6 1
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist b46e395
# Options for static OpenSSL link:
cvsdist b46e395
# rpm -ba|--rebuild --define "static_openssl 1"
cvsdist b46e395
%{?static_openssl:%define static_libcrypto 1}
cvsdist b46e395
cvsdist b46e395
# Options for Smartcard support: (needs libsectok and openssl-engine)
cvsdist b46e395
# rpm -ba|--rebuild --define "smartcard 1"
cvsdist b46e395
%{?smartcard:%define scard 1}
cvsdist b46e395
cvsdist b46e395
# Option to disable ipv6
cvsdist b46e395
# rpm -ba|--rebuild --define "noipv6 1"
cvsdist b46e395
%{?noipv6:%define noip6 1}
cvsdist b46e395
cvsdist b46e395
# Is this a build for the rescue CD (without PAM, with MD5)? (1=yes 0=no)
cvsdist b46e395
%define rescue 0
cvsdist b46e395
%{?build_rescue:%define rescue 1}
cvsdist b46e395
cvsdist 3e66bdc
# Turn off some stuff for resuce builds
cvsdist 3e66bdc
%if %{rescue}
cvsdist 3e66bdc
%define kerberos5 0
cvsdist 3e66bdc
%endif
cvsdist 3e66bdc
cvsdist 3e66bdc
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
cvsdist f710772
Name: openssh
cvsdist 092b0a1
Version: 3.6.1p2
cvsdist 73e10ec
%define rel 35
cvsdist 9383d50
%if %{rescue}
cvsdist 3e66bdc
Release: %{rel}rescue
cvsdist 9383d50
%else
cvsdist 3e66bdc
Release: %{rel}
cvsdist 9383d50
%endif
cvsdist f710772
URL: http://www.openssh.com/portable.html
cvsdist f710772
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
cvsdist 092b0a1
Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.sig
cvsdist 092b0a1
Source2: http://www.pobox.com/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
cvsdist b46e395
Patch0: openssh-SNAP-20020220-redhat.patch
cvsdist 092b0a1
Patch1: openssh-3.6.1p2-groups.patch
cvsdist 3e66bdc
Patch2: openssh-3.5p1-multilib-pam.patch
cvsdist 092b0a1
Patch3: openssh-buffer-size.patch
cvsdist 092b0a1
Patch4: openssh-3.5p1-skip-initial.patch
cvsdist 092b0a1
Patch5: openssh-3.6.1p2-owl-realloc.diff
cvsdist fe98d86
Patch6: openssh-3.7.1-buffer-double-free.patch
cvsdist fe98d86
Patch7: openssh-getsockopt-nowhinge.patch
cvsdist fe98d86
Patch8: openssh-3.6.1p1-owl-password-changing.diff
cvsdist 092b0a1
Patch11: http://www.sxw.org.uk/computing/patches/openssh-3.6.1p2-gssapi-20030430.diff
cvsdist 092b0a1
Patch12: openssh-selinux.patch
cvsdist 7d7b035
License: BSD
cvsdist f710772
Group: Applications/Internet
cvsdist 43f95f0
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
cvsdist f710772
Obsoletes: ssh
cvsdist 8264e71
%if %{nologin}
cvsdist 8264e71
Requires: /sbin/nologin
cvsdist 8264e71
%endif
cvsdist 8264e71
cvsdist 7d7b035
%if %{build6x}
cvsdist 7d7b035
PreReq: initscripts >= 5.00
cvsdist 7d7b035
%else
cvsdist 43f95f0
PreReq: initscripts >= 5.20
cvsdist 7d7b035
%endif
cvsdist 8264e71
cvsdist 092b0a1
%if %{gtk2}
cvsdist 092b0a1
BuildPreReq: gtk2-devel
cvsdist 092b0a1
%endif
cvsdist fe98d86
BuildPreReq: openssl-devel, perl, sharutils, tcp_wrappers, zlib-devel
cvsdist b46e395
BuildPreReq: /bin/login
cvsdist 8264e71
cvsdist b46e395
%if %{build6x}
cvsdist b46e395
BuildPreReq: glibc-devel, pam
cvsdist b46e395
%else
cvsdist a423ec3
BuildPreReq: /usr/include/security/pam_appl.h
cvsdist b46e395
%endif
cvsdist 8264e71
cvsdist f28bf6e
%if ! %{no_x11_askpass}
cvsdist f28bf6e
BuildPreReq: XFree86-devel
cvsdist f28bf6e
%endif
cvsdist 8264e71
cvsdist f28bf6e
%if ! %{no_gnome_askpass}
cvsdist 8264e71
BuildPreReq: gnome-libs-devel
cvsdist f28bf6e
%endif
cvsdist f710772
cvsdist 3e66bdc
%if %{kerberos5}
cvsdist 3e66bdc
BuildPreReq: krb5-devel
cvsdist 3e66bdc
%endif
cvsdist 3e66bdc
cvsdist f710772
%package clients
cvsdist 7d7b035
Summary: OpenSSH clients.
cvsdist 3287400
Requires: openssh = %{version}-%{release}
cvsdist f710772
Group: Applications/Internet
cvsdist f710772
Obsoletes: ssh-clients
cvsdist f710772
cvsdist f710772
%package server
cvsdist 7d7b035
Summary: The OpenSSH server daemon.
cvsdist f710772
Group: System Environment/Daemons
cvsdist f710772
Obsoletes: ssh-server
cvsdist 8264e71
PreReq: openssh = %{version}-%{release}, chkconfig >= 0.9, /usr/sbin/useradd
cvsdist 43f95f0
%if ! %{build6x}
cvsdist f710772
Requires: /etc/pam.d/system-auth
cvsdist 43f95f0
%endif
cvsdist f710772
cvsdist f710772
%package askpass
cvsdist 7d7b035
Summary: A passphrase dialog for OpenSSH and X.
cvsdist f710772
Group: Applications/Internet
cvsdist 3287400
Requires: openssh = %{version}-%{release}
cvsdist f710772
Obsoletes: ssh-extras
cvsdist f710772
cvsdist f710772
%package askpass-gnome
cvsdist 7d7b035
Summary: A passphrase dialog for OpenSSH, X, and GNOME.
cvsdist f710772
Group: Applications/Internet
cvsdist 3287400
Requires: openssh = %{version}-%{release}
cvsdist f710772
Obsoletes: ssh-extras
cvsdist f710772
cvsdist f710772
%description
cvsdist 7d7b035
SSH (Secure SHell) is a program for logging into and executing
cvsdist 7d7b035
commands on a remote machine. SSH is intended to replace rlogin and
cvsdist 7d7b035
rsh, and to provide secure encrypted communications between two
cvsdist 7d7b035
untrusted hosts over an insecure network. X11 connections and
cvsdist f710772
arbitrary TCP/IP ports can also be forwarded over the secure channel.
cvsdist f710772
cvsdist 7d7b035
OpenSSH is OpenBSD's version of the last free version of SSH, bringing
cvsdist 7d7b035
it up to date in terms of security and features, as well as removing
cvsdist 7d7b035
all patented algorithms to separate libraries.
cvsdist f710772
cvsdist f710772
This package includes the core files necessary for both the OpenSSH
cvsdist 7d7b035
client and server. To make this package useful, you should also
cvsdist f710772
install openssh-clients, openssh-server, or both.
cvsdist f710772
cvsdist f710772
%description clients
cvsdist 7d7b035
OpenSSH is a free version of SSH (Secure SHell), a program for logging
cvsdist 7d7b035
into and executing commands on a remote machine. This package includes
cvsdist 7d7b035
the clients necessary to make encrypted connections to SSH servers.
cvsdist 7d7b035
You'll also need to install the openssh package on OpenSSH clients.
cvsdist f710772
cvsdist f710772
%description server
cvsdist 7d7b035
OpenSSH is a free version of SSH (Secure SHell), a program for logging
cvsdist 7d7b035
into and executing commands on a remote machine. This package contains
cvsdist 7d7b035
the secure shell daemon (sshd). The sshd daemon allows SSH clients to
cvsdist 7d7b035
securely connect to your SSH server. You also need to have the openssh
cvsdist 7d7b035
package installed.
cvsdist f710772
cvsdist f710772
%description askpass
cvsdist 7d7b035
OpenSSH is a free version of SSH (Secure SHell), a program for logging
cvsdist 7d7b035
into and executing commands on a remote machine. This package contains
cvsdist 7d7b035
an X11 passphrase dialog for OpenSSH.
cvsdist f710772
cvsdist f710772
%description askpass-gnome
cvsdist 7d7b035
OpenSSH is a free version of SSH (Secure SHell), a program for logging
cvsdist 7d7b035
into and executing commands on a remote machine. This package contains
cvsdist 7d7b035
an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop
cvsdist 7d7b035
environment.
cvsdist f710772
cvsdist 43f95f0
%prep
cvsdist 43f95f0
cvsdist 43f95f0
%if ! %{no_x11_askpass}
cvsdist 092b0a1
%setup -q -a 2
cvsdist 43f95f0
%else
cvsdist 43f95f0
%setup -q
cvsdist 43f95f0
%endif
cvsdist 43f95f0
%patch0 -p1 -b .redhat
cvsdist 8264e71
%patch1 -p1 -b .groups
cvsdist 3e66bdc
%patch2 -p1 -b .multilib-pam
cvsdist 092b0a1
%patch3 -p0 -b .buffer-size
cvsdist 092b0a1
%patch4 -p1 -b .skip-initial
cvsdist 092b0a1
%patch5 -p1 -b .owl-realloc
cvsdist fe98d86
%patch6 -p3 -b .buffer-double-free
cvsdist fe98d86
%patch7 -p1 -b .getsockopt
cvsdist fe98d86
%patch8 -p1 -b .password-changing
cvsdist b46e395
cvsdist b46e395
# Apply gss-specific patches only if the release tag includes "gss".  (Not
cvsdist b46e395
# to be used for actual releases until it's in the mainline.)
cvsdist 3e66bdc
if echo "%{release}" | grep -q gss; then
cvsdist 3e66bdc
%patch11 -p1 -b .gssapi
cvsdist 092b0a1
autoreconf
cvsdist 3e66bdc
fi
cvsdist 0c11050
cvsdist 092b0a1
%if %{WITH_SELINUX}
cvsdist 092b0a1
#SELinux
cvsdist 092b0a1
%patch12 -p1 -b .selinux
cvsdist 092b0a1
%endif
cvsdist 092b0a1
cvsdist 43f95f0
%build
cvsdist 092b0a1
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
cvsdist fe98d86
%if %{rescue}
cvsdist fe98d86
CFLAGS="$CFLAGS -Os"
cvsdist fe98d86
%endif
cvsdist fe98d86
%if %{pie}
cvsdist 8f87201
%ifarch s390 s390x
cvsdist 8f87201
CFLAGS="$CFLAGS -fPIE"
cvsdist 8f87201
%else
cvsdist 8f87201
CFLAGS="$CFLAGS -fpie"
cvsdist 8f87201
%endif
cvsdist 8f87201
export CFLAGS
cvsdist 8f87201
LDFLAGS="$LDFLAGS -pie"; export LDFLAGS
cvsdist fe98d86
%endif
cvsdist fe98d86
%if %{build6x}
cvsdist fe98d86
export CFLAGS="$CFLAGS -D__func__=__FUNCTION__"
cvsdist fe98d86
%endif
cvsdist 092b0a1
%if %{kerberos5}
cvsdist 092b0a1
krb5_prefix=`krb5-config --prefix`
cvsdist 092b0a1
if test "$krb5_prefix" != "%{_prefix}" ; then
cvsdist 092b0a1
	CPPFLAGS="$CPPFLAGS -I${krb5_prefix}/include -I${krb5_prefix}/include/gssapi"; export CPPFLAGS
cvsdist 092b0a1
	CFLAGS="$CFLAGS -I${krb5_prefix}/include -I${krb5_prefix}/include/gssapi"
cvsdist 092b0a1
	LDFLAGS="$LDFLAGS -L${krb5_prefix}/%{_lib}"; export LDFLAGS
cvsdist 092b0a1
else
cvsdist 092b0a1
	krb5_prefix=
cvsdist 092b0a1
	CPPFLAGS="-I%{_includedir}/gssapi"; export CPPFLAGS
cvsdist 092b0a1
	CFLAGS="$CFLAGS -I%{_includedir}/gssapi"
cvsdist 092b0a1
fi
cvsdist 092b0a1
%endif
cvsdist b46e395
cvsdist 43f95f0
%configure \
cvsdist 43f95f0
	--sysconfdir=%{_sysconfdir}/ssh \
cvsdist 43f95f0
	--libexecdir=%{_libexecdir}/openssh \
cvsdist b46e395
	--datadir=%{_datadir}/openssh \
cvsdist 43f95f0
	--with-tcp-wrappers \
cvsdist b46e395
	--with-rsh=%{_bindir}/rsh \
cvsdist 8264e71
	--with-default-path=/usr/local/bin:/bin:/usr/bin \
cvsdist 8264e71
	--with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \
cvsdist 8264e71
	--with-privsep-path=%{_var}/empty/sshd \
cvsdist b46e395
%if %{scard}
cvsdist b46e395
	--with-smartcard \
cvsdist b46e395
%endif
cvsdist b46e395
%if %{noip6}
cvsdist b46e395
	--with-ipv4-default \
cvsdist b46e395
%endif
cvsdist fcc3005
%if %{build6x}
cvsdist fcc3005
	--with-ipv4-default \
cvsdist fcc3005
%endif
cvsdist 43f95f0
%if %{rescue}
cvsdist 3e66bdc
	--without-pam --with-md5-passwords \
cvsdist 3e66bdc
%else
cvsdist 3e66bdc
	--with-pam \
cvsdist 3e66bdc
%endif
cvsdist 3e66bdc
%if %{kerberos5}
cvsdist 092b0a1
	--with-kerberos5${krb5_prefix:+=${krb5_prefix}}
cvsdist 43f95f0
%else
cvsdist 3e66bdc
	--without-kerberos5
cvsdist b46e395
%endif
cvsdist b46e395
cvsdist b46e395
%if %{static_libcrypto}
cvsdist b46e395
perl -pi -e "s|-lcrypto|%{_libdir}/libcrypto.a|g" Makefile
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist 43f95f0
make
cvsdist 43f95f0
cvsdist 43f95f0
%if ! %{no_x11_askpass}
cvsdist 43f95f0
pushd x11-ssh-askpass-%{aversion}
cvsdist 0c11050
# This configure can't handle platform strings.
cvsdist 3e66bdc
./configure --prefix=%{_prefix} --libdir=%{_libdir} --libexecdir=%{_libexecdir}/openssh
cvsdist 43f95f0
xmkmf -a
cvsdist 43f95f0
make
cvsdist 43f95f0
popd
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist 8264e71
# Define a variable to toggle gnome1/gtk2 building.  This is necessary
cvsdist 8264e71
# because RPM doesn't handle nested %if statements.
cvsdist 8264e71
%if %{gtk2}
cvsdist 3e66bdc
	gtk2=yes
cvsdist 8264e71
%else
cvsdist 3e66bdc
	gtk2=no
cvsdist 8264e71
%endif
cvsdist 8264e71
cvsdist 43f95f0
%if ! %{no_gnome_askpass}
cvsdist 43f95f0
pushd contrib
cvsdist 8264e71
if [ $gtk2 = yes ] ; then
cvsdist 3e66bdc
	make gnome-ssh-askpass2
cvsdist 3e66bdc
	mv gnome-ssh-askpass2 gnome-ssh-askpass
cvsdist 8264e71
else
cvsdist 3e66bdc
	make gnome-ssh-askpass1
cvsdist 3e66bdc
	mv gnome-ssh-askpass1 gnome-ssh-askpass
cvsdist 8264e71
fi
cvsdist 43f95f0
popd
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist 43f95f0
%install
cvsdist 43f95f0
rm -rf $RPM_BUILD_ROOT
cvsdist 43f95f0
mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/ssh
cvsdist 43f95f0
mkdir -p -m755 $RPM_BUILD_ROOT%{_libexecdir}/openssh
cvsdist 8264e71
mkdir -p -m755 $RPM_BUILD_ROOT%{_var}/empty/sshd
cvsdist 43f95f0
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist 43f95f0
cvsdist 43f95f0
install -d $RPM_BUILD_ROOT/etc/pam.d/
cvsdist 43f95f0
install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
cvsdist 43f95f0
install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh
cvsdist 3e66bdc
%if %{build6x}
cvsdist 8264e71
install -m644 contrib/redhat/sshd.pam.old  $RPM_BUILD_ROOT/etc/pam.d/sshd
cvsdist 8264e71
install -m755 contrib/redhat/sshd.init.old $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
cvsdist 3e66bdc
%else
cvsdist 3e66bdc
install -m644 contrib/redhat/sshd.pam      $RPM_BUILD_ROOT/etc/pam.d/sshd
cvsdist 3e66bdc
install -m755 contrib/redhat/sshd.init     $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist 43f95f0
%if ! %{no_x11_askpass}
cvsdist 43f95f0
install -s x11-ssh-askpass-%{aversion}/x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/x11-ssh-askpass
cvsdist 43f95f0
ln -s x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/ssh-askpass
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist 43f95f0
%if ! %{no_gnome_askpass}
cvsdist 43f95f0
install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome-ssh-askpass
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist 8180003
%if ! %{scard}
cvsdist 3e66bdc
	rm -f $RPM_BUILD_ROOT%{_datadir}/openssh/Ssh.bin
cvsdist 8180003
%endif
cvsdist 8180003
cvsdist b46e395
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
cvsdist 8264e71
install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
cvsdist 8264e71
install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
cvsdist 43f95f0
cvsdist 43f95f0
perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_mandir}/man*/*
cvsdist 43f95f0
cvsdist 43f95f0
%clean
cvsdist 43f95f0
rm -rf $RPM_BUILD_ROOT
cvsdist 43f95f0
cvsdist 43f95f0
%triggerun server -- ssh-server
cvsdist 43f95f0
if [ "$1" != 0 -a -r /var/run/sshd.pid ] ; then
cvsdist 43f95f0
	touch /var/run/sshd.restart
cvsdist 43f95f0
fi
cvsdist 43f95f0
cvsdist 43f95f0
%triggerun server -- openssh-server < 2.5.0p1
cvsdist 43f95f0
# Count the number of HostKey and HostDsaKey statements we have.
cvsdist 43f95f0
gawk	'BEGIN {IGNORECASE=1}
cvsdist 43f95f0
	 /^hostkey/ || /^hostdsakey/ {sawhostkey = sawhostkey + 1}
cvsdist 43f95f0
	 END {exit sawhostkey}' /etc/ssh/sshd_config
cvsdist 43f95f0
# And if we only found one, we know the client was relying on the old default
cvsdist 43f95f0
# behavior, which loaded the the SSH2 DSA host key when HostDsaKey wasn't
cvsdist 43f95f0
# specified.  Now that HostKey is used for both SSH1 and SSH2 keys, specifying
cvsdist 43f95f0
# one nullifies the default, which would have loaded both.
cvsdist 43f95f0
if [ $? -eq 1 ] ; then
cvsdist 43f95f0
	echo HostKey /etc/ssh/ssh_host_rsa_key >> /etc/ssh/sshd_config
cvsdist 43f95f0
	echo HostKey /etc/ssh/ssh_host_dsa_key >> /etc/ssh/sshd_config
cvsdist 43f95f0
fi
cvsdist 43f95f0
cvsdist 43f95f0
%triggerpostun server -- ssh-server
cvsdist 43f95f0
if [ "$1" != 0 ] ; then
cvsdist 43f95f0
	/sbin/chkconfig --add sshd
cvsdist 43f95f0
	if test -f /var/run/sshd.restart ; then
cvsdist 43f95f0
		rm -f /var/run/sshd.restart
cvsdist 43f95f0
		/sbin/service sshd start > /dev/null 2>&1 || :
cvsdist 43f95f0
	fi
cvsdist 43f95f0
fi
cvsdist 43f95f0
cvsdist 8264e71
%pre server
cvsdist 8264e71
%if %{nologin}
cvsdist 8264e71
/usr/sbin/useradd -c "Privilege-separated SSH" -u 74 \
cvsdist 8264e71
	-s /sbin/nologin -r -d /var/empty/sshd sshd 2> /dev/null || :
cvsdist 8264e71
%else
cvsdist 8264e71
/usr/sbin/useradd -c "Privilege-separated SSH" -u 74 \
cvsdist 8264e71
	-s /dev/null -r -d /var/empty/sshd sshd 2> /dev/null || :
cvsdist 8264e71
%endif
cvsdist 8264e71
cvsdist 43f95f0
%post server
cvsdist 43f95f0
/sbin/chkconfig --add sshd
cvsdist 43f95f0
cvsdist 43f95f0
%postun server
cvsdist 43f95f0
/sbin/service sshd condrestart > /dev/null 2>&1 || :
cvsdist 43f95f0
cvsdist 43f95f0
%preun server
cvsdist 43f95f0
if [ "$1" = 0 ]
cvsdist 43f95f0
then
cvsdist 43f95f0
	/sbin/service sshd stop > /dev/null 2>&1 || :
cvsdist 43f95f0
	/sbin/chkconfig --del sshd
cvsdist 43f95f0
fi
cvsdist 43f95f0
cvsdist 43f95f0
%files
cvsdist 43f95f0
%defattr(-,root,root)
cvsdist 43f95f0
%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* RFC* TODO WARNING*
cvsdist 43f95f0
%attr(0755,root,root) %dir %{_sysconfdir}/ssh
cvsdist b46e395
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
cvsdist 43f95f0
%if ! %{rescue}
cvsdist 43f95f0
%attr(0755,root,root) %{_bindir}/ssh-keygen
cvsdist 43f95f0
%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
cvsdist 43f95f0
%attr(0755,root,root) %dir %{_libexecdir}/openssh
cvsdist 8264e71
%attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign
cvsdist 8264e71
%attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8*
cvsdist 43f95f0
%endif
cvsdist b46e395
%if %{scard}
cvsdist b46e395
%attr(0755,root,root) %dir %{_datadir}/openssh
cvsdist b46e395
%attr(0644,root,root) %{_datadir}/openssh/Ssh.bin
cvsdist b46e395
%endif
cvsdist 43f95f0
cvsdist 43f95f0
%files clients
cvsdist 43f95f0
%defattr(-,root,root)
cvsdist 8264e71
%attr(0755,root,root) %{_bindir}/ssh
cvsdist 43f95f0
%attr(0644,root,root) %{_mandir}/man1/ssh.1*
cvsdist 3e66bdc
%attr(0755,root,root) %{_bindir}/scp
cvsdist 3e66bdc
%attr(0644,root,root) %{_mandir}/man1/scp.1*
cvsdist 43f95f0
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
cvsdist 43f95f0
%attr(-,root,root) %{_bindir}/slogin
cvsdist 3e66bdc
%attr(0644,root,root) %{_mandir}/man1/slogin.1*
cvsdist 3e66bdc
%attr(0644,root,root) %{_mandir}/man5/ssh_config.5*
cvsdist 43f95f0
%if ! %{rescue}
cvsdist 43f95f0
%attr(0755,root,root) %{_bindir}/ssh-agent
cvsdist 43f95f0
%attr(0755,root,root) %{_bindir}/ssh-add
cvsdist 43f95f0
%attr(0755,root,root) %{_bindir}/ssh-keyscan
cvsdist 43f95f0
%attr(0755,root,root) %{_bindir}/sftp
cvsdist 43f95f0
%attr(0644,root,root) %{_mandir}/man1/ssh-agent.1*
cvsdist 43f95f0
%attr(0644,root,root) %{_mandir}/man1/ssh-add.1*
cvsdist 43f95f0
%attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1*
cvsdist 43f95f0
%attr(0644,root,root) %{_mandir}/man1/sftp.1*
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist 43f95f0
%if ! %{rescue}
cvsdist 43f95f0
%files server
cvsdist 43f95f0
%defattr(-,root,root)
cvsdist 8264e71
%dir %attr(0111,root,root) %{_var}/empty/sshd
cvsdist 43f95f0
%attr(0755,root,root) %{_sbindir}/sshd
cvsdist 43f95f0
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
cvsdist 8264e71
%attr(0644,root,root) %{_mandir}/man5/sshd_config.5*
cvsdist 43f95f0
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
cvsdist 43f95f0
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
cvsdist 43f95f0
%attr(0755,root,root) %dir %{_sysconfdir}/ssh
cvsdist 43f95f0
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
cvsdist 43f95f0
%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd
cvsdist 43f95f0
%attr(0755,root,root) %config /etc/rc.d/init.d/sshd
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist 43f95f0
%if ! %{no_x11_askpass}
cvsdist 43f95f0
%files askpass
cvsdist 43f95f0
%defattr(-,root,root)
cvsdist 43f95f0
%doc x11-ssh-askpass-%{aversion}/README
cvsdist 43f95f0
%doc x11-ssh-askpass-%{aversion}/ChangeLog
cvsdist 43f95f0
%doc x11-ssh-askpass-%{aversion}/SshAskpass*.ad
cvsdist 43f95f0
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-askpass
cvsdist 43f95f0
%attr(0755,root,root) %{_libexecdir}/openssh/x11-ssh-askpass
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist 43f95f0
%if ! %{no_gnome_askpass}
cvsdist 43f95f0
%files askpass-gnome
cvsdist 43f95f0
%defattr(-,root,root)
cvsdist fcc3005
%attr(0755,root,root) %config %{_sysconfdir}/profile.d/gnome-ssh-askpass.*
cvsdist 43f95f0
%attr(0755,root,root) %{_libexecdir}/openssh/gnome-ssh-askpass
cvsdist 43f95f0
%endif
cvsdist 43f95f0
cvsdist f710772
%changelog
cvsdist 73e10ec
* Tue Jun 1 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-35
cvsdist 73e10ec
- Remove CLOSEXEC on STDERR
cvsdist 73e10ec
cvsdist 8f87201
* Tue Mar 16 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-34
cvsdist 8f87201
cvsdist 8f87201
* Wed Mar 03 2004 Phil Knirsch <pknirsch@redhat.com> 3.6.1p2-33.30.1
cvsdist 8f87201
- Built RHLE3 U2 update package.
cvsdist 8f87201
cvsdist 8f87201
* Wed Mar 3 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-33
cvsdist 8f87201
- Close file descriptors on exec 
cvsdist 8f87201
cvsdist 8f87201
* Mon Mar  1 2004 Thomas Woerner <twoerner@redhat.com> 3.6.1p2-32
cvsdist 8f87201
- fixed pie build
cvsdist 8f87201
cvsdist 8f87201
* Thu Feb 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-31
cvsdist 8f87201
- Add restorecon to startup scripts
cvsdist 8f87201
cvsdist 8f87201
* Thu Feb 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-30
cvsdist 8f87201
- Add multiple qualified to openssh
cvsdist 8f87201
cvsdist 8f87201
* Mon Feb 23 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-29
cvsdist 8f87201
- Eliminate selinux code and use pam_selinux
cvsdist 8f87201
cvsdist 8f87201
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8f87201
- rebuilt
cvsdist 8f87201
cvsdist fe98d86
* Mon Jan 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-27
cvsdist fe98d86
- turn off pie on ppc
cvsdist fe98d86
cvsdist fe98d86
* Mon Jan 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-26
cvsdist fe98d86
- fix is_selinux_enabled
cvsdist fe98d86
cvsdist fe98d86
* Wed Jan 14 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-25
cvsdist fe98d86
- Rebuild to grab shared libselinux
cvsdist fe98d86
cvsdist fe98d86
* Wed Dec 3 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-24
cvsdist fe98d86
- turn on selinux
cvsdist fe98d86
cvsdist fe98d86
* Tue Nov 18 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fe98d86
- un#ifdef out code for reporting password expiration in non-privsep
cvsdist fe98d86
  mode (#83585)
cvsdist fe98d86
cvsdist fe98d86
* Mon Nov 10 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fe98d86
- add machinery to build with/without -fpie/-pie, default to doing so
cvsdist fe98d86
cvsdist fe98d86
* Thu Nov 06 2003 David Woodhouse <dwmw2@redhat.com> 3.6.1p2-23
cvsdist fe98d86
- Don't whinge about getsockopt failing (#109161)
cvsdist fe98d86
cvsdist fe98d86
* Fri Oct 24 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fe98d86
- add missing buildprereq on zlib-devel (#104558)
cvsdist fe98d86
cvsdist fe98d86
* Mon Oct 13 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-22
cvsdist fe98d86
- turn selinux off
cvsdist fe98d86
cvsdist fe98d86
* Mon Oct 13 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-21.sel
cvsdist fe98d86
- turn selinux on
cvsdist fe98d86
cvsdist fe98d86
* Fri Sep 19 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-21
cvsdist fe98d86
- turn selinux off
cvsdist fe98d86
cvsdist fe98d86
* Fri Sep 19 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-20.sel
cvsdist fe98d86
- turn selinux on
cvsdist fe98d86
cvsdist fe98d86
* Fri Sep 19 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fe98d86
- additional fix for apparently-never-happens double-free in buffer_free()
cvsdist fe98d86
- extend fix for #103998 to cover SSH1
cvsdist fe98d86
cvsdist fe98d86
* Wed Sep 17 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-19
cvsdist 092b0a1
- rebuild
cvsdist 092b0a1
cvsdist fe98d86
* Wed Sep 17 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-18
cvsdist 9037309
- additional buffer manipulation cleanups from Solar Designer
cvsdist 9037309
cvsdist 092b0a1
* Wed Sep 17 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-17
cvsdist 092b0a1
- turn selinux off
cvsdist 092b0a1
cvsdist 092b0a1
* Wed Sep 17 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-16.sel
cvsdist 092b0a1
- turn selinux on
cvsdist 092b0a1
cvsdist fe98d86
* Tue Sep 16 2003 Bill Nottingham <notting@redhat.com> 3.6.1p2-15
cvsdist 092b0a1
- rebuild
cvsdist 092b0a1
cvsdist fe98d86
* Tue Sep 16 2003 Bill Nottingham <notting@redhat.com> 3.6.1p2-14
cvsdist 9037309
- additional buffer manipulation fixes (CAN-2003-0695)
cvsdist 44a5d2b
cvsdist 092b0a1
* Tue Sep 16 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-13.sel
cvsdist 092b0a1
- turn selinux on
cvsdist 092b0a1
cvsdist fe98d86
* Tue Sep 16 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-12
cvsdist 092b0a1
- rebuild
cvsdist 092b0a1
cvsdist fe98d86
* Tue Sep 16 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-11
cvsdist 6eaa41e
- apply patch to store the correct buffer size in allocated buffers
cvsdist 6eaa41e
  (CAN-2003-0693)
cvsdist 6eaa41e
- skip the initial PAM authentication attempt with an empty password if
cvsdist 6eaa41e
  empty passwords are not permitted in our configuration (#103998)
cvsdist 6eaa41e
cvsdist 092b0a1
* Fri Sep 5 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-10
cvsdist 092b0a1
- turn selinux off
cvsdist 092b0a1
cvsdist 092b0a1
* Fri Sep 5 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-9.sel
cvsdist 092b0a1
- turn selinux on
cvsdist 092b0a1
cvsdist 092b0a1
* Tue Aug 26 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-8
cvsdist 092b0a1
- Add BuildPreReq gtk2-devel if gtk2
cvsdist 092b0a1
cvsdist 092b0a1
* Tue Aug 12 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-7
cvsdist 092b0a1
- rebuild
cvsdist 092b0a1
cvsdist 092b0a1
* Tue Aug 12 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-6
cvsdist 092b0a1
- modify patch which clears the supplemental group list at startup to only
cvsdist 092b0a1
  complain if setgroups() fails if sshd has euid == 0
cvsdist 092b0a1
- handle krb5 installed in %%{_prefix} or elsewhere by using krb5-config
cvsdist 092b0a1
cvsdist 092b0a1
* Tue Jul 28 2003 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-5
cvsdist 092b0a1
- Add SELinux patch
cvsdist 092b0a1
cvsdist 092b0a1
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-4
cvsdist 092b0a1
- rebuild
cvsdist 092b0a1
cvsdist 092b0a1
* Wed Jun 16 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-3
cvsdist 092b0a1
- rebuild
cvsdist 092b0a1
cvsdist 092b0a1
* Wed Jun 16 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-2
cvsdist 092b0a1
- rebuild
cvsdist 092b0a1
cvsdist 092b0a1
* Thu Jun  5 2003 Nalin Dahyabhai <nalin@redhat.com> 3.6.1p2-1
cvsdist 092b0a1
- update to 3.6.1p2
cvsdist 092b0a1
cvsdist 092b0a1
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 092b0a1
- rebuilt
cvsdist 092b0a1
cvsdist 092b0a1
* Mon Mar 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 092b0a1
- add patch for getsockopt() call to work on bigendian 64bit archs
cvsdist 6c4a0be
cvsdist 3e66bdc
* Fri Feb 14 2003 Nalin Dahyabhai <nalin@redhat.com> 3.5p1-6
cvsdist 3e66bdc
- move scp to the -clients subpackage, because it directly depends on ssh
cvsdist 3e66bdc
  which is also in -clients (#84329)
cvsdist 3e66bdc
cvsdist 3e66bdc
* Mon Feb 10 2003 Nalin Dahyabhai <nalin@redhat.com> 3.5p1-5
cvsdist 3e66bdc
- rebuild
cvsdist 3e66bdc
cvsdist 3e66bdc
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 3e66bdc
- rebuilt
cvsdist 8180003
cvsdist 3e66bdc
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 3.5p1-3
cvsdist 8180003
- rebuild
cvsdist 8180003
cvsdist 3e66bdc
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 3.5p1-2
cvsdist 3e66bdc
- patch PAM configuration to use relative path names for the modules, allowing
cvsdist 3e66bdc
  us to not worry about which arch the modules are built for on multilib systems
cvsdist 3e66bdc
cvsdist 3e66bdc
* Tue Oct 15 2002 Nalin Dahyabhai <nalin@redhat.com> 3.5p1-1
cvsdist 3e66bdc
- update to 3.5p1, merging in filelist/perm changes from the upstream spec
cvsdist 3e66bdc
cvsdist 3e66bdc
* Fri Oct  4 2002 Nalin Dahyabhai <nalin@redhat.com> 3.4p1-3
cvsdist 3e66bdc
- merge
cvsdist 3e66bdc
cvsdist 3e66bdc
* Thu Sep 12 2002  Than Ngo <than@redhat.com> 3.4p1-2.1
cvsdist 3e66bdc
- fix to build on multilib systems
cvsdist 3e66bdc
cvsdist 3e66bdc
* Thu Aug 29 2002 Curtis Zinzilieta <curtisz@redhat.com> 3.4p1-2gss
cvsdist 3e66bdc
- added gssapi patches and uncommented patch here
cvsdist 8180003
cvsdist e98831d
* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 3.4p1-2
cvsdist e98831d
- pull patch from CVS to fix too-early free in ssh-keysign (#70009)
cvsdist e98831d
cvsdist 8264e71
* Thu Jun 27 2002 Nalin Dahyabhai <nalin@redhat.com> 3.4p1-1
cvsdist 8264e71
- 3.4p1
cvsdist 8264e71
- drop anon mmap patch
cvsdist 8264e71
cvsdist 8264e71
* Tue Jun 25 2002 Nalin Dahyabhai <nalin@redhat.com> 3.3p1-2
cvsdist 8264e71
- rework the close-on-exit docs
cvsdist 8264e71
- include configuration file man pages
cvsdist 8264e71
- make use of nologin as the privsep shell optional
cvsdist 8264e71
cvsdist 8264e71
* Mon Jun 24 2002 Nalin Dahyabhai <nalin@redhat.com> 3.3p1-1
cvsdist 8264e71
- update to 3.3p1
cvsdist 8264e71
- merge in spec file changes from upstream (remove setuid from ssh, ssh-keysign)
cvsdist 8264e71
- disable gtk2 askpass
cvsdist 8264e71
- require pam-devel by filename rather than by package for erratum
cvsdist 8264e71
- include patch from Solar Designer to work around anonymous mmap failures
cvsdist 7c1cbd3
cvsdist 8264e71
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 8264e71
- automated rebuild
cvsdist 7c1cbd3
cvsdist 8264e71
* Fri Jun  7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.2.3p1-3
cvsdist 8264e71
- don't require autoconf any more
cvsdist 7c1cbd3
cvsdist 8264e71
* Fri May 31 2002 Nalin Dahyabhai <nalin@redhat.com> 3.2.3p1-2
cvsdist 8264e71
- build gnome-ssh-askpass with gtk2
cvsdist 7c1cbd3
cvsdist 8264e71
* Tue May 28 2002 Nalin Dahyabhai <nalin@redhat.com> 3.2.3p1-1
cvsdist 8264e71
- update to 3.2.3p1
cvsdist 8264e71
- merge in spec file changes from upstream
cvsdist a423ec3
cvsdist 8264e71
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 3.2.2p1-1
cvsdist 8264e71
- update to 3.2.2p1
cvsdist a423ec3
cvsdist 8264e71
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-4
cvsdist a423ec3
- drop buildreq on db1-devel
cvsdist a423ec3
- require pam-devel by package name
cvsdist a423ec3
- require autoconf instead of autoconf253 again
cvsdist a423ec3
cvsdist 0c11050
* Tue Apr  2 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-3
cvsdist 0c11050
- pull patch from CVS to avoid printing error messages when some of the
cvsdist 0c11050
  default keys aren't available when running ssh-add
cvsdist 0c11050
- refresh to current revisions of Simon's patches
cvsdist 0c11050
 
cvsdist 0c11050
* Thu Mar 21 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-2gss
cvsdist 0c11050
- reintroduce Simon's gssapi patches
cvsdist 0c11050
- add buildprereq for autoconf253, which is needed to regenerate configure
cvsdist 0c11050
  after applying the gssapi patches
cvsdist 0c11050
- refresh to the latest version of Markus's patch to build properly with
cvsdist 0c11050
  older versions of OpenSSL
cvsdist 8f631f8
cvsdist b46e395
* Thu Mar  7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-2
cvsdist b46e395
- bump and grind (through the build system)
cvsdist b46e395
cvsdist b46e395
* Thu Mar  7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-1
cvsdist b46e395
- require sharutils for building (mindrot #137)
cvsdist b46e395
- require db1-devel only when building for 6.x (#55105), which probably won't
cvsdist b46e395
  work anyway (3.1 requires OpenSSL 0.9.6 to build), but what the heck
cvsdist b46e395
- require pam-devel by file (not by package name) again
cvsdist b46e395
- add Markus's patch to compile with OpenSSL 0.9.5a (from
cvsdist b46e395
  http://bugzilla.mindrot.org/show_bug.cgi?id=141) and apply it if we're
cvsdist b46e395
  building for 6.x
cvsdist b46e395
cvsdist b46e395
* Thu Mar  7 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1p1-0
cvsdist b46e395
- update to 3.1p1
cvsdist b46e395
cvsdist b46e395
* Tue Mar  5 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020305
cvsdist b46e395
- update to SNAP-20020305
cvsdist b46e395
- drop debug patch, fixed upstream
cvsdist b46e395
cvsdist b46e395
* Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020220
cvsdist b46e395
- update to SNAP-20020220 for testing purposes (you've been warned, if there's
cvsdist b46e395
  anything to be warned about, gss patches won't apply, I don't mind)
cvsdist b46e395
cvsdist b46e395
* Wed Feb 13 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-3
cvsdist b46e395
- add patches from Simon Wilkinson and Nicolas Williams for GSSAPI key
cvsdist b46e395
  exchange, authentication, and named key support
cvsdist b46e395
cvsdist b46e395
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-2
cvsdist b46e395
- remove dependency on db1-devel, which has just been swallowed up whole
cvsdist b46e395
  by gnome-libs-devel
cvsdist b46e395
cvsdist b46e395
* Sun Dec 29 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b46e395
- adjust build dependencies so that build6x actually works right (fix
cvsdist b46e395
  from Hugo van der Kooij)
cvsdist b46e395
cvsdist b46e395
* Tue Dec  4 2001 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-1
cvsdist b46e395
- update to 3.0.2p1
cvsdist b46e395
cvsdist b46e395
* Fri Nov 16 2001 Nalin Dahyabhai <nalin@redhat.com> 3.0.1p1-1
cvsdist b46e395
- update to 3.0.1p1
cvsdist d92638e
cvsdist b46e395
* Tue Nov 13 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b46e395
- update to current CVS (not for use in distribution)
cvsdist 55bc91d
cvsdist b46e395
* Thu Nov  8 2001 Nalin Dahyabhai <nalin@redhat.com> 3.0p1-1
cvsdist b46e395
- merge some of Damien Miller <djm@mindrot.org> changes from the upstream
cvsdist b46e395
  3.0p1 spec file and init script
cvsdist 55bc91d
cvsdist b46e395
* Wed Nov  7 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b46e395
- update to 3.0p1
cvsdist b46e395
- update to x11-ssh-askpass 1.2.4.1
cvsdist b46e395
- change build dependency on a file from pam-devel to the pam-devel package
cvsdist b46e395
- replace primes with moduli
cvsdist 55bc91d
cvsdist 9383d50
* Thu Sep 27 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-9
cvsdist 9383d50
- incorporate fix from Markus Friedl's advisory for IP-based authorization bugs
cvsdist 9383d50
cvsdist 9383d50
* Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.9p2-8
cvsdist 9383d50
- Merge changes to rescue build from current sysadmin survival cd
cvsdist 9383d50
cvsdist fcc3005
* Thu Sep  6 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-7
cvsdist fcc3005
- fix scp's server's reporting of file sizes, and build with the proper
cvsdist fcc3005
  preprocessor define to get large-file capable open(), stat(), etc.
cvsdist fcc3005
  (sftp has been doing this correctly all along) (#51827)
cvsdist fcc3005
- configure without --with-ipv4-default on RHL 7.x and newer (#45987,#52247)
cvsdist fcc3005
- pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298)
cvsdist fcc3005
- mark profile.d scriptlets as config files (#42337)
cvsdist fcc3005
- refer to Jason Stone's mail for zsh workaround for exit-hanging quasi-bug
cvsdist fcc3005
- change a couple of log() statements to debug() statements (#50751)
cvsdist fcc3005
- pull cvs patch to add -t flag to sshd (#28611)
cvsdist fcc3005
- clear fd_sets correctly (one bit per FD, not one byte per FD) (#43221)
cvsdist fcc3005
cvsdist fcc3005
* Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-6
cvsdist 35482e8
- add db1-devel as a BuildPrerequisite (noted by Hans Ecke)
cvsdist 35482e8
cvsdist 35482e8
* Thu Aug 16 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 35482e8
- pull cvs patch to fix remote port forwarding with protocol 2
cvsdist 35482e8
cvsdist 628f20a
* Thu Aug  9 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 35482e8
- pull cvs patch to add session initialization to no-pty sessions
cvsdist b46e395
- pull cvs patch to not cut off challengeresponse auth needlessly
cvsdist 628f20a
- refuse to do X11 forwarding if xauth isn't there, handy if you enable
cvsdist 628f20a
  it by default on a system that doesn't have X installed (#49263)
cvsdist 628f20a
cvsdist 628f20a
* Wed Aug  8 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 628f20a
- don't apply patches to code we don't intend to build (spotted by Matt Galgoci)
cvsdist 628f20a
cvsdist 7d7b035
* Mon Aug  6 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- pass OPTIONS correctly to initlog (#50151)
cvsdist 7d7b035
cvsdist 7d7b035
* Wed Jul 25 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- switch to x11-ssh-askpass 1.2.2
cvsdist 7d7b035
cvsdist 7d7b035
* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- rebuild in new environment
cvsdist 7d7b035
cvsdist 7d7b035
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- disable the gssapi patch
cvsdist 7d7b035
cvsdist 7d7b035
* Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- update to 2.9p2
cvsdist 7d7b035
- refresh to a new version of the gssapi patch
cvsdist 7d7b035
cvsdist 7d7b035
* Thu Jun  7 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- change Copyright: BSD to License: BSD
cvsdist 7d7b035
- add Markus Friedl's unverified patch for the cookie file deletion problem
cvsdist 7d7b035
  so that we can verify it
cvsdist 7d7b035
- drop patch to check if xauth is present (was folded into cookie patch)
cvsdist 7d7b035
- don't apply gssapi patches for the errata candidate
cvsdist 7d7b035
- clear supplemental groups list at startup
cvsdist 7d7b035
cvsdist 7d7b035
* Fri May 25 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- fix an error parsing the new default sshd_config
cvsdist 7d7b035
- add a fix from Markus Friedl (via openssh-unix-dev) for ssh-keygen not
cvsdist 7d7b035
  dealing with comments right
cvsdist 7d7b035
cvsdist 7d7b035
* Thu May 24 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- add in Simon Wilkinson's GSSAPI patch to give it some testing in-house,
cvsdist 7d7b035
  to be removed before the next beta cycle because it's a big departure
cvsdist 7d7b035
  from the upstream version
cvsdist 7d7b035
cvsdist 7d7b035
* Thu May  3 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- finish marking strings in the init script for translation
cvsdist 7d7b035
- modify init script to source /etc/sysconfig/sshd and pass $OPTIONS to sshd
cvsdist 7d7b035
  at startup (change merged from openssh.com init script, originally by
cvsdist 7d7b035
  Pekka Savola)
cvsdist 7d7b035
- refuse to do X11 forwarding if xauth isn't there, handy if you enable
cvsdist 7d7b035
  it by default on a system that doesn't have X installed
cvsdist 7d7b035
cvsdist 7d7b035
* Wed May  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- update to 2.9
cvsdist 7d7b035
- drop various patches that came from or went upstream or to or from CVS
cvsdist 7d7b035
cvsdist 7d7b035
* Wed Apr 18 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d7b035
- only require initscripts 5.00 on 6.2 (reported by Peter Bieringer)
cvsdist 7d7b035
cvsdist 4135ab2
* Sun Apr  8 2001 Preston Brown <pbrown@redhat.com>
cvsdist 4135ab2
- remove explicit openssl requirement, fixes builddistro issue
cvsdist 4135ab2
- make initscript stop() function wait until sshd really dead to avoid 
cvsdist 4135ab2
  races in condrestart
cvsdist 43f95f0
cvsdist 4135ab2
* Mon Apr  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 4135ab2
- mention that challengereponse supports PAM, so disabling password doesn't
cvsdist 4135ab2
  limit users to pubkey and rsa auth (#34378)
cvsdist b46e395
- bypass the daemon() function in the init script and call initlog directly,
cvsdist b46e395
  because daemon() won't start a daemon it detects is already running (like
cvsdist b46e395
  open connections)
cvsdist 4135ab2
- require the version of openssl we had when we were built
cvsdist 43f95f0
cvsdist 43f95f0
* Fri Mar 23 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- make do_pam_setcred() smart enough to know when to establish creds and
cvsdist 43f95f0
  when to reinitialize them
cvsdist 43f95f0
- add in a couple of other fixes from Damien for inclusion in the errata
cvsdist 43f95f0
cvsdist 43f95f0
* Thu Mar 22 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- update to 2.5.2p2
cvsdist 43f95f0
- call setcred() again after initgroups, because the "creds" could actually
cvsdist 43f95f0
  be group memberships
cvsdist 43f95f0
cvsdist 43f95f0
* Tue Mar 20 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- update to 2.5.2p1 (includes endianness fixes in the rijndael implementation)
cvsdist 43f95f0
- don't enable challenge-response by default until we find a way to not
cvsdist 43f95f0
  have too many userauth requests (we may make up to six pubkey and up to
cvsdist 43f95f0
  three password attempts as it is)
cvsdist 43f95f0
- remove build dependency on rsh to match openssh.com's packages more closely
cvsdist 43f95f0
cvsdist 43f95f0
* Sat Mar  3 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- remove dependency on openssl -- would need to be too precise
cvsdist 43f95f0
cvsdist 43f95f0
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- rebuild in new environment
cvsdist 43f95f0
cvsdist 43f95f0
* Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Revert the patch to move pam_open_session.
cvsdist 43f95f0
- Init script and spec file changes from Pekka Savola. (#28750)
cvsdist 43f95f0
- Patch sftp to recognize '-o protocol' arguments. (#29540)
cvsdist 43f95f0
cvsdist 43f95f0
* Thu Feb 22 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Chuck the closing patch.
cvsdist 43f95f0
- Add a trigger to add host keys for protocol 2 to the config file, now that
cvsdist 43f95f0
  configuration file syntax requires us to specify it with HostKey if we
cvsdist 43f95f0
  specify any other HostKey values, which we do.
cvsdist 43f95f0
cvsdist 43f95f0
* Tue Feb 20 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Redo patch to move pam_open_session after the server setuid()s to the user.
cvsdist 43f95f0
- Rework the nopam patch to use be picked up by autoconf.
cvsdist 43f95f0
cvsdist 43f95f0
* Mon Feb 19 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Update for 2.5.1p1.
cvsdist 43f95f0
- Add init script mods from Pekka Savola.
cvsdist 43f95f0
- Tweak the init script to match the CVS contrib script more closely.
cvsdist 43f95f0
- Redo patch to ssh-add to try to adding both identity and id_dsa to also try
cvsdist 43f95f0
  adding id_rsa.
cvsdist 43f95f0
cvsdist 43f95f0
* Fri Feb 16 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Update for 2.5.0p1.
cvsdist 43f95f0
- Use $RPM_OPT_FLAGS instead of -O when building gnome-ssh-askpass
cvsdist 43f95f0
- Resync with parts of Damien Miller's openssh.spec from CVS, including
cvsdist 43f95f0
  update of x11 askpass to 1.2.0.
cvsdist 43f95f0
- Only require openssl (don't prereq) because we generate keys in the init
cvsdist 43f95f0
  script now.
cvsdist 43f95f0
cvsdist 43f95f0
* Tue Feb 13 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Don't open a PAM session until we've forked and become the user (#25690).
cvsdist 43f95f0
- Apply Andrew Bartlett's patch for letting pam_authenticate() know which
cvsdist 43f95f0
  host the user is attempting a login from.
cvsdist 43f95f0
- Resync with parts of Damien Miller's openssh.spec from CVS.
cvsdist 43f95f0
- Don't expose KbdInt responses in debug messages (from CVS).
cvsdist 43f95f0
- Detect and handle errors in rsa_{public,private}_decrypt (from CVS).
cvsdist 43f95f0
cvsdist 4135ab2
* Wed Feb  7 2001 Trond Eivind Glomsrxd <teg@redhat.com>
cvsdist 43f95f0
- i18n-tweak to initscript.
cvsdist 43f95f0
cvsdist 43f95f0
* Tue Jan 23 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- More gettextizing.
cvsdist 43f95f0
- Close all files after going into daemon mode (needs more testing).
cvsdist 43f95f0
- Extract patch from CVS to handle auth banners (in the client).
cvsdist 43f95f0
- Extract patch from CVS to handle compat weirdness.
cvsdist 43f95f0
cvsdist 43f95f0
* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Finish with the gettextizing.
cvsdist 43f95f0
cvsdist 43f95f0
* Thu Jan 18 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Fix a bug in auth2-pam.c (#23877)
cvsdist 43f95f0
- Gettextize the init script.
cvsdist 43f95f0
cvsdist 43f95f0
* Wed Dec 20 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Incorporate a switch for using PAM configs for 6.x, just in case.
cvsdist 43f95f0
cvsdist 43f95f0
* Tue Dec  5 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Incorporate Bero's changes for a build specifically for rescue CDs.
cvsdist 43f95f0
cvsdist 43f95f0
* Wed Nov 29 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Don't treat pam_setcred() failure as fatal unless pam_authenticate() has
cvsdist 43f95f0
  succeeded, to allow public-key authentication after a failure with "none"
cvsdist 43f95f0
  authentication.  (#21268)
cvsdist 43f95f0
cvsdist 43f95f0
* Tue Nov 28 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Update to x11-askpass 1.1.1. (#21301)
cvsdist 43f95f0
- Don't second-guess fixpaths, which causes paths to get fixed twice. (#21290)
cvsdist 43f95f0
cvsdist 43f95f0
* Mon Nov 27 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Merge multiple PAM text messages into subsequent prompts when possible when
cvsdist 43f95f0
  doing keyboard-interactive authentication.
cvsdist 43f95f0
cvsdist 43f95f0
* Sun Nov 26 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 43f95f0
- Disable the built-in MD5 password support.  We're using PAM.
cvsdist 43f95f0
- Take a crack at doing keyboard-interactive authentication with PAM, and
cvsdist 43f95f0
  enable use of it in the default client configuration so that the client
cvsdist 43f95f0
  will try it when the server disallows password authentication.
cvsdist 43f95f0
- Build with debugging flags.  Build root policies strip all binaries anyway.
cvsdist 43f95f0
cvsdist f28bf6e
* Tue Nov 21 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f28bf6e
- Use DESTDIR instead of %%makeinstall.
cvsdist f28bf6e
- Remove /usr/X11R6/bin from the path-fixing patch.
cvsdist f28bf6e
cvsdist f28bf6e
* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f28bf6e
- Add the primes file from the latest snapshot to the main package (#20884).
cvsdist f28bf6e
- Add the dev package to the prereq list (#19984).
cvsdist f28bf6e
- Remove the default path and mimic login's behavior in the server itself.
cvsdist f28bf6e
cvsdist f28bf6e
* Fri Nov 17 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f28bf6e
- Resync with conditional options in Damien Miller's .spec file for an errata.
cvsdist f28bf6e
- Change libexecdir from %%{_libexecdir}/ssh to %%{_libexecdir}/openssh.
cvsdist f28bf6e
cvsdist f28bf6e
* Tue Nov  7 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f28bf6e
- Update to OpenSSH 2.3.0p1.
cvsdist f28bf6e
- Update to x11-askpass 1.1.0.
cvsdist f28bf6e
- Enable keyboard-interactive authentication.
cvsdist f28bf6e
cvsdist f28bf6e
* Mon Oct 30 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f28bf6e
- Update to ssh-askpass-x11 1.0.3.
cvsdist f28bf6e
- Change authentication related messages to be private (#19966).
cvsdist f28bf6e
cvsdist f28bf6e
* Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f28bf6e
- Patch ssh-keygen to be able to list signatures for DSA public key files
cvsdist f28bf6e
  it generates.
cvsdist f28bf6e
cvsdist 3287400
* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 3287400
- Add BuildPreReq on /usr/include/security/pam_appl.h to be sure we always
cvsdist 3287400
  build PAM authentication in.
cvsdist 3287400
- Try setting SSH_ASKPASS if gnome-ssh-askpass is installed.
cvsdist 3287400
- Clean out no-longer-used patches.
cvsdist 3287400
- Patch ssh-add to try to add both identity and id_dsa, and to error only
cvsdist 3287400
  when neither exists.
cvsdist 3287400
cvsdist 3287400
* Mon Oct  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 3287400
- Update x11-askpass to 1.0.2. (#17835)
cvsdist 3287400
- Add BuildPreReqs for /bin/login and /usr/bin/rsh so that configure will
cvsdist 3287400
  always find them in the right place. (#17909)
cvsdist 3287400
- Set the default path to be the same as the one supplied by /bin/login, but
cvsdist 3287400
  add /usr/X11R6/bin. (#17909)
cvsdist 3287400
- Try to handle obsoletion of ssh-server more cleanly.  Package names
cvsdist 3287400
  are different, but init script name isn't. (#17865)
cvsdist 3287400
cvsdist 3287400
* Wed Sep  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 3287400
- Update to 2.2.0p1. (#17835)
cvsdist 3287400
- Tweak the init script to allow proper restarting. (#18023)
cvsdist 3287400
cvsdist 3287400
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 3287400
- Update to 20000823 snapshot.
cvsdist 3287400
- Change subpackage requirements from %%{version} to %%{version}-%%{release}
cvsdist 3287400
- Back out the pipe patch.
cvsdist 3287400
cvsdist f710772
* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Update to 2.1.1p4, which includes fixes for config file parsing problems.
cvsdist f710772
- Move the init script back.
cvsdist f710772
- Add Damien's quick fix for wackiness.
cvsdist f710772
cvsdist f710772
* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Update to 2.1.1p3, which includes fixes for X11 forwarding and strtok().
cvsdist f710772
cvsdist f710772
* Thu Jul  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Move condrestart to server postun.
cvsdist f710772
- Move key generation to init script.
cvsdist f710772
- Actually use the right patch for moving the key generation to the init script.
cvsdist f710772
- Clean up the init script a bit.
cvsdist f710772
cvsdist f710772
* Wed Jul  5 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Fix X11 forwarding, from mail post by Chan Shih-Ping Richard.
cvsdist f710772
cvsdist f710772
* Sun Jul  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Update to 2.1.1p2.
cvsdist f710772
- Use of strtok() considered harmful.
cvsdist f710772
cvsdist f710772
* Sat Jul  1 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Get the build root out of the man pages.
cvsdist f710772
cvsdist f710772
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Add and use condrestart support in the init script.
cvsdist f710772
- Add newer initscripts as a prereq.
cvsdist f710772
cvsdist f710772
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Build in new environment (release 2)
cvsdist f710772
- Move -clients subpackage to Applications/Internet group
cvsdist f710772
cvsdist f710772
* Fri Jun  9 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Update to 2.2.1p1
cvsdist f710772
cvsdist f710772
* Sat Jun  3 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f710772
- Patch to build with neither RSA nor RSAref.
cvsdist f710772
- Miscellaneous FHS-compliance tweaks.
cvsdist f710772
- Fix for possibly-compressed man pages.
cvsdist f710772
cvsdist f710772
* Wed Mar 15 2000 Damien Miller <djm@ibs.com.au>
cvsdist f710772
- Updated for new location
cvsdist f710772
- Updated for new gnome-ssh-askpass build
cvsdist f710772
cvsdist f710772
* Sun Dec 26 1999 Damien Miller <djm@mindrot.org>
cvsdist f710772
- Added Jim Knoble's <jmknoble@pobox.com> askpass
cvsdist f710772
cvsdist f710772
* Mon Nov 15 1999 Damien Miller <djm@mindrot.org>
cvsdist f710772
- Split subpackages further based on patch from jim knoble <jmknoble@pobox.com>
cvsdist f710772
cvsdist f710772
* Sat Nov 13 1999 Damien Miller <djm@mindrot.org>
cvsdist f710772
- Added 'Obsoletes' directives
cvsdist f710772
cvsdist f710772
* Tue Nov 09 1999 Damien Miller <djm@ibs.com.au>
cvsdist f710772
- Use make install
cvsdist f710772
- Subpackages
cvsdist f710772
cvsdist f710772
* Mon Nov 08 1999 Damien Miller <djm@ibs.com.au>
cvsdist f710772
- Added links for slogin
cvsdist f710772
- Fixed perms on manpages
cvsdist f710772
cvsdist f710772
* Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
cvsdist f710772
- Renamed init script
cvsdist f710772
cvsdist f710772
* Fri Oct 29 1999 Damien Miller <djm@ibs.com.au>
cvsdist f710772
- Back to old binary names
cvsdist f710772
cvsdist f710772
* Thu Oct 28 1999 Damien Miller <djm@ibs.com.au>
cvsdist f710772
- Use autoconf
cvsdist f710772
- New binary names
cvsdist f710772
cvsdist f710772
* Wed Oct 27 1999 Damien Miller <djm@ibs.com.au>
cvsdist f710772
- Initial RPMification, based on Jan "Yenya" Kasprzak's <kas@fi.muni.cz> spec.