forked from rpms/openssh
auto-import changelog data from openssh-3.6.1p2-34.src.rpm
Tue Mar 16 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-34 Wed Mar 03 2004 Phil Knirsch <pknirsch@redhat.com> 3.6.1p2-33.30.1 - Built RHLE3 U2 update package. Wed Mar 03 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-33 - Close file descriptors on exec Mon Mar 01 2004 Thomas Woerner <twoerner@redhat.com> 3.6.1p2-32 - fixed pie build Thu Feb 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-31 - Add restorecon to startup scripts Thu Feb 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-30 - Add multiple qualified to openssh Mon Feb 23 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-29 - Eliminate selinux code and use pam_selinux Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
fe98d869ff
commit
8f87201b9c
35
openssh.spec
35
openssh.spec
@ -32,7 +32,7 @@
|
|||||||
%ifarch ppc64 ppc
|
%ifarch ppc64 ppc
|
||||||
%define pie 0
|
%define pie 0
|
||||||
%else
|
%else
|
||||||
%define pie 1
|
%define pie 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Disable IPv6 (avoids DNS hangs on some glibc versions)
|
# Disable IPv6 (avoids DNS hangs on some glibc versions)
|
||||||
@ -82,7 +82,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.6.1p2
|
Version: 3.6.1p2
|
||||||
%define rel 27
|
%define rel 34
|
||||||
%if %{rescue}
|
%if %{rescue}
|
||||||
Release: %{rel}rescue
|
Release: %{rel}rescue
|
||||||
%else
|
%else
|
||||||
@ -242,7 +242,13 @@ CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
|||||||
CFLAGS="$CFLAGS -Os"
|
CFLAGS="$CFLAGS -Os"
|
||||||
%endif
|
%endif
|
||||||
%if %{pie}
|
%if %{pie}
|
||||||
CFLAGS="$CFLAGS -fpie -pie"
|
%ifarch s390 s390x
|
||||||
|
CFLAGS="$CFLAGS -fPIE"
|
||||||
|
%else
|
||||||
|
CFLAGS="$CFLAGS -fpie"
|
||||||
|
%endif
|
||||||
|
export CFLAGS
|
||||||
|
LDFLAGS="$LDFLAGS -pie"; export LDFLAGS
|
||||||
%endif
|
%endif
|
||||||
%if %{build6x}
|
%if %{build6x}
|
||||||
export CFLAGS="$CFLAGS -D__func__=__FUNCTION__"
|
export CFLAGS="$CFLAGS -D__func__=__FUNCTION__"
|
||||||
@ -485,6 +491,29 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 16 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-34
|
||||||
|
|
||||||
|
* Wed Mar 03 2004 Phil Knirsch <pknirsch@redhat.com> 3.6.1p2-33.30.1
|
||||||
|
- Built RHLE3 U2 update package.
|
||||||
|
|
||||||
|
* Wed Mar 3 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-33
|
||||||
|
- Close file descriptors on exec
|
||||||
|
|
||||||
|
* Mon Mar 1 2004 Thomas Woerner <twoerner@redhat.com> 3.6.1p2-32
|
||||||
|
- fixed pie build
|
||||||
|
|
||||||
|
* Thu Feb 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-31
|
||||||
|
- Add restorecon to startup scripts
|
||||||
|
|
||||||
|
* Thu Feb 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-30
|
||||||
|
- Add multiple qualified to openssh
|
||||||
|
|
||||||
|
* Mon Feb 23 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-29
|
||||||
|
- Eliminate selinux code and use pam_selinux
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Mon Jan 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-27
|
* Mon Jan 26 2004 Daniel Walsh <dwalsh@redhat.com> 3.6.1p2-27
|
||||||
- turn off pie on ppc
|
- turn off pie on ppc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user