- fix predictable-tempfile-name bug in krb5-send-pr (CAN-2004-0971,
#140036) - silence compiler warning in kprop by using an in-memory ccache with a fixed name instead of an on-disk ccache with a name generated by tmpnam()
This commit is contained in:
parent
0736a9651e
commit
36dc58b327
15
krb5.spec
15
krb5.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: The Kerberos network authentication system.
|
Summary: The Kerberos network authentication system.
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.3.5
|
Version: 1.3.5
|
||||||
Release: 2
|
Release: 3
|
||||||
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
||||||
# http://web.mit.edu/kerberos/www/dist/krb5/1.3/krb5-1.3.5.tar
|
# http://web.mit.edu/kerberos/www/dist/krb5/1.3/krb5-1.3.5.tar
|
||||||
Source0: krb5-%{version}.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
@ -55,6 +55,8 @@ Patch25: krb5-1.3.1-null.patch
|
|||||||
Patch26: krb5-1.3.2-efence.patch
|
Patch26: krb5-1.3.2-efence.patch
|
||||||
Patch27: krb5-1.3.3-rcp-sendlarge.patch
|
Patch27: krb5-1.3.3-rcp-sendlarge.patch
|
||||||
Patch28: krb5-1.3.5-gethostbyname_r.patch
|
Patch28: krb5-1.3.5-gethostbyname_r.patch
|
||||||
|
Patch29: krb5-1.3.5-kprop-mktemp.patch
|
||||||
|
Patch30: krb5-1.3.4-send-pr-tempfile.patch
|
||||||
License: MIT, freely distributable.
|
License: MIT, freely distributable.
|
||||||
URL: http://web.mit.edu/kerberos/www/
|
URL: http://web.mit.edu/kerberos/www/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -108,6 +110,8 @@ Summary: Kerberos 5 programs for use on workstations.
|
|||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Prereq: grep, /sbin/install-info, /bin/sh, sh-utils
|
Prereq: grep, /sbin/install-info, /bin/sh, sh-utils
|
||||||
|
# mktemp is used by krb5-send-pr
|
||||||
|
Requires: mktemp
|
||||||
|
|
||||||
%description workstation
|
%description workstation
|
||||||
Kerberos is a network authentication system. The krb5-workstation
|
Kerberos is a network authentication system. The krb5-workstation
|
||||||
@ -117,6 +121,13 @@ network uses Kerberos, this package should be installed on every
|
|||||||
workstation.
|
workstation.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 22 2004 Nalin Dahyabhai <nalin@redhat.com> 1.3.5-3
|
||||||
|
- fix predictable-tempfile-name bug in krb5-send-pr (CAN-2004-0971, #140036)
|
||||||
|
|
||||||
|
* Tue Nov 16 2004 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- silence compiler warning in kprop by using an in-memory ccache with a fixed
|
||||||
|
name instead of an on-disk ccache with a name generated by tmpnam()
|
||||||
|
|
||||||
* Tue Nov 16 2004 Nalin Dahyabhai <nalin@redhat.com> 1.3.5-2
|
* Tue Nov 16 2004 Nalin Dahyabhai <nalin@redhat.com> 1.3.5-2
|
||||||
- fix globbing patch port mode (#139075)
|
- fix globbing patch port mode (#139075)
|
||||||
|
|
||||||
@ -749,6 +760,8 @@ workstation.
|
|||||||
# %patch26 -p1 -b .efence
|
# %patch26 -p1 -b .efence
|
||||||
%patch27 -p1 -b .rcp-sendlarge
|
%patch27 -p1 -b .rcp-sendlarge
|
||||||
%patch28 -p1 -b .gethostbyname_r
|
%patch28 -p1 -b .gethostbyname_r
|
||||||
|
%patch29 -p1 -b .kprop-mktemp
|
||||||
|
%patch30 -p1 -b .-send-pr-tempfile
|
||||||
cp src/krb524/README README.krb524
|
cp src/krb524/README README.krb524
|
||||||
find . -type f -name "*.info-dir" -exec rm -fv "{}" ";"
|
find . -type f -name "*.info-dir" -exec rm -fv "{}" ";"
|
||||||
gzip doc/*.ps
|
gzip doc/*.ps
|
||||||
|
Loading…
Reference in New Issue
Block a user