auto-import changelog data from openssh-2.9p2-9.src.rpm

Thu Sep 27 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-9
- incorporate fix from Markus Friedl's advisory for IP-based authorization
    bugs
Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.9p2-8
- Merge changes to rescue build from current sysadmin survival cd
This commit is contained in:
cvsdist 2004-09-09 09:37:42 +00:00
parent fcc3005d47
commit 9383d500ff

View File

@ -28,7 +28,11 @@
Summary: The OpenSSH implementation of SSH. Summary: The OpenSSH implementation of SSH.
Name: openssh Name: openssh
Version: 2.9p2 Version: 2.9p2
Release: 7 %if %{rescue}
Release: 9rescue
%else
Release: 9
%endif
URL: http://www.openssh.com/portable.html URL: http://www.openssh.com/portable.html
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
%if ! %{no_x11_askpass} %if ! %{no_x11_askpass}
@ -54,6 +58,7 @@ Patch12: openssh-2.9p2-int64_t.patch
Patch13: openssh-2.9p2-debug.patch Patch13: openssh-2.9p2-debug.patch
Patch14: openssh-2.9p2-test.patch Patch14: openssh-2.9p2-test.patch
Patch15: openssh-2.9p2-clientloop.patch Patch15: openssh-2.9p2-clientloop.patch
Patch16: openssh-2.9p2-pubkey.patch
Patch100: http://www.sxw.org.uk/computing/patches/openssh-2.9p2-gssapi.patch Patch100: http://www.sxw.org.uk/computing/patches/openssh-2.9p2-gssapi.patch
License: BSD License: BSD
Group: Applications/Internet Group: Applications/Internet
@ -166,6 +171,7 @@ popd
%patch13 -p1 -b .debug %patch13 -p1 -b .debug
%patch14 -p0 -b .test %patch14 -p0 -b .test
%patch15 -p0 -b .clientloop %patch15 -p0 -b .clientloop
%patch16 -p0 -b .pubkey
if echo %{release} | grep -q gss ; then if echo %{release} | grep -q gss ; then
%patch100 -p1 -b .gssapi %patch100 -p1 -b .gssapi
else else
@ -178,6 +184,9 @@ autoconf
%build %build
CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"; export CFLAGS CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"; export CFLAGS
%if %{rescue}
CFLAGS="$CFLAGS -Os"; export CFLAGS
%endif
%configure \ %configure \
--sysconfdir=%{_sysconfdir}/ssh \ --sysconfdir=%{_sysconfdir}/ssh \
--libexecdir=%{_libexecdir}/openssh \ --libexecdir=%{_libexecdir}/openssh \
@ -345,6 +354,12 @@ fi
%endif %endif
%changelog %changelog
* Thu Sep 27 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-9
- incorporate fix from Markus Friedl's advisory for IP-based authorization bugs
* Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.9p2-8
- Merge changes to rescue build from current sysadmin survival cd
* Thu Sep 6 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-7 * Thu Sep 6 2001 Nalin Dahyabhai <nalin@redhat.com> 2.9p2-7
- fix scp's server's reporting of file sizes, and build with the proper - fix scp's server's reporting of file sizes, and build with the proper
preprocessor define to get large-file capable open(), stat(), etc. preprocessor define to get large-file capable open(), stat(), etc.