auto-import changelog data from openssh-3.5p1-11.src.rpm

Wed Sep 17 2003 Nalin Dahyabhai <nalin@redhat.com> 3.5p1-11
- additional buffer manipulation cleanups from Solar Designer
- this update goes to 11
This commit is contained in:
cvsdist 2004-09-09 09:44:29 +00:00
parent 44a5d2bda0
commit 9037309398

View File

@ -70,7 +70,7 @@
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2. Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
Name: openssh Name: openssh
Version: 3.5p1 Version: 3.5p1
%define rel 10 %define rel 11
%if %{rescue} %if %{rescue}
Release: %{rel}rescue Release: %{rel}rescue
%else %else
@ -86,6 +86,7 @@ Patch2: openssh-3.5p1-multilib-pam.patch
Patch3: openssh-3.5p1-pam-timing.patch Patch3: openssh-3.5p1-pam-timing.patch
Patch4: openssh-buffer-size.patch Patch4: openssh-buffer-size.patch
Patch5: openssh-3.5p1-skip-initial.patch Patch5: openssh-3.5p1-skip-initial.patch
Patch6: openssh-3.6.1p2-owl-realloc.diff
Patch11: http://www.sxw.org.uk/computing/patches/openssh-3.4p1-gssapi-20020627.diff Patch11: http://www.sxw.org.uk/computing/patches/openssh-3.4p1-gssapi-20020627.diff
License: BSD License: BSD
Group: Applications/Internet Group: Applications/Internet
@ -201,6 +202,7 @@ environment.
%patch3 -p1 -b .pam-timing %patch3 -p1 -b .pam-timing
%patch4 -p0 -b .buffer-size %patch4 -p0 -b .buffer-size
%patch5 -p1 -b .skip-initial %patch5 -p1 -b .skip-initial
%patch6 -p1 -b .owl-realloc
# Apply gss-specific patches only if the release tag includes "gss". (Not # Apply gss-specific patches only if the release tag includes "gss". (Not
# to be used for actual releases until it's in the mainline.) # to be used for actual releases until it's in the mainline.)
@ -439,8 +441,12 @@ fi
%endif %endif
%changelog %changelog
* Wed Sep 17 2003 Nalin Dahyabhai <nalin@redhat.com> 3.5p1-11
- additional buffer manipulation cleanups from Solar Designer
- this update goes to 11
* Tue Sep 16 2003 Bill Nottingham <notting@redhat.com> 3.5p1-10 * Tue Sep 16 2003 Bill Nottingham <notting@redhat.com> 3.5p1-10
- additional buffer manipulation fixes - additional buffer manipulation fixes (CAN-2003-0695)
* Tue Sep 16 2003 Nalin Dahyabhai <nalin@redhat.com> 3.5p1-9 * Tue Sep 16 2003 Nalin Dahyabhai <nalin@redhat.com> 3.5p1-9
- apply patch to store the correct buffer size in allocated buffers - apply patch to store the correct buffer size in allocated buffers