Compare commits
18 Commits
1.14.4-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
24d662c577 | |||
bdf029c226 | |||
c81f645ab6 | |||
97d7c402ab | |||
c775439dc0 | |||
4dd530b895 | |||
61506b47c7 | |||
da4b6830f4 | |||
18f5cc361c | |||
d3cc82a0a9 | |||
7780dc7bee | |||
b44e6a3b43 | |||
de522d8db9 | |||
8367e2dd3e | |||
b9c06a10d1 | |||
a153c44cae | |||
a1dc50d4bd | |||
82f355bb43 |
102
krb5.spec
102
krb5.spec
@ -2,14 +2,14 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: krb5
|
||||
Version: 1.14.4
|
||||
Version: 1.21.3
|
||||
Release: 1mamba
|
||||
Summary: The kerberos network authentication system
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://web.mit.edu/kerberos/
|
||||
URL: https://web.mit.edu/kerberos/
|
||||
Source0: http://web.mit.edu/kerberos/dist/krb5/%{majversion}/krb5-%{version}.tar.gz
|
||||
Source1: krb5-conf
|
||||
License: MIT
|
||||
@ -17,8 +17,10 @@ License: MIT
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libkeyutils-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: liblmdb-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libverto-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libopenssl-devel
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: libtcl >= 8.4.4
|
||||
@ -29,7 +31,6 @@ BuildRequires: bison
|
||||
BuildRequires: diffutils
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Kerberos V5 is a trusted-third-party network authentication system.
|
||||
@ -49,6 +50,7 @@ The %{name}-server package contains the programs that must be installed on a Ker
|
||||
%package -n %{libname}
|
||||
Group: System/Libraries
|
||||
Summary: The shared libraries used by Kerberos 5
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description -n %{libname}
|
||||
Kerberos V5 is a trusted-third-party network authentication system.
|
||||
@ -84,6 +86,8 @@ Conflicts: telnet
|
||||
Kerberos V5 is a trusted-third-party network authentication system.
|
||||
This package contains the kerberos Telnet client.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#gzip doc/*.ps
|
||||
@ -96,14 +100,12 @@ cd src
|
||||
#export DB_LIB="-ldb-4"
|
||||
#export SS_LIB="-lss -lcom_err"
|
||||
%configure \
|
||||
--with-krb4 \
|
||||
--with-tcl=%{_prefix}/lib/tcl`pkg-config --modversion tcl | cut -d. -f1-2` \
|
||||
--enable-shared \
|
||||
--enable-dns \
|
||||
--cache-file= \
|
||||
--with-system-et \
|
||||
--with-system-ss \
|
||||
--with-system-verto \
|
||||
--with-tcl=%{_libdir} \
|
||||
--enable-dns-for-realm \
|
||||
CFLAGS="-I%{_includedir}/et" \
|
||||
%if "%{_host}" != "%{_build}"
|
||||
LDFLAGS="-ldl -lpthread"
|
||||
@ -178,6 +180,7 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
|
||||
%files -n krb5 -f mit-krb5.lang
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/krb5.conf
|
||||
%{_bindir}/gss-client
|
||||
%{_bindir}/kdestroy
|
||||
%{_bindir}/kinit
|
||||
@ -238,6 +241,7 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_sbindir}/sim_server
|
||||
%{_mandir}/man1/krb5-config.1*
|
||||
%{_mandir}/man5/kdc.conf.5*
|
||||
%{_mandir}/man7/kerberos.7*
|
||||
%{_mandir}/man8/kadmind.8*
|
||||
%{_mandir}/man8/kadmin.local.8*
|
||||
%{_mandir}/man8/kdb5_util.8*
|
||||
@ -251,11 +255,19 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/krb5.conf
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libgssapi_krb5.so.*
|
||||
%{_libdir}/libgssrpc.so.*
|
||||
%{_libdir}/libk5crypto.so.*
|
||||
%{_libdir}/libkadm5clnt_mit.so.*
|
||||
%{_libdir}/libkadm5srv_mit.so.*
|
||||
%{_libdir}/libkdb5.so.*
|
||||
%{_libdir}/libkrad.so.*
|
||||
%{_libdir}/libkrb5.so.*
|
||||
%{_libdir}/libkrb5support.so.*
|
||||
%dir %{_libdir}/krb5/plugins
|
||||
%dir %{_libdir}/krb5/plugins/kdb
|
||||
%{_libdir}/krb5/plugins/kdb/db2.so
|
||||
%{_libdir}/krb5/plugins/kdb/klmdb.so
|
||||
%dir %{_libdir}/krb5/plugins/preauth
|
||||
%{_libdir}/krb5/plugins/preauth/*.so
|
||||
%dir %{_libdir}/krb5/plugins/tls
|
||||
@ -276,7 +288,17 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_includedir}/gssapi/*.h
|
||||
%dir %{_includedir}/gssrpc
|
||||
%{_includedir}/gssrpc/*.h
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libgssapi_krb5.so
|
||||
%{_libdir}/libgssrpc.so
|
||||
%{_libdir}/libk5crypto.so
|
||||
%{_libdir}/libkadm5clnt.so
|
||||
%{_libdir}/libkadm5clnt_mit.so
|
||||
%{_libdir}/libkadm5srv.so
|
||||
%{_libdir}/libkadm5srv_mit.so
|
||||
%{_libdir}/libkdb5.so
|
||||
%{_libdir}/libkrad.so
|
||||
%{_libdir}/libkrb5.so
|
||||
%{_libdir}/libkrb5support.so
|
||||
# `sclient' and `sserver' are useful for testing purpose
|
||||
#%{_bindir}/sclient
|
||||
#%{_sbindir}/sserver
|
||||
@ -288,7 +310,7 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_libdir}/pkgconfig/krb5.pc
|
||||
%{_libdir}/pkgconfig/mit-krb5-gssapi.pc
|
||||
%{_libdir}/pkgconfig/mit-krb5.pc
|
||||
%doc doc/api doc/kadm5 doc/kadmin doc/krb5-protocol doc/rpc
|
||||
%doc doc/kadm5 doc/rpc
|
||||
|
||||
#%files ftp
|
||||
#%defattr(-,root,root)
|
||||
@ -301,6 +323,60 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
#%{_mandir}/man1/telnet.*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Automatic Build System <autodist@openmamba.org> 1.21.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 16 2023 Automatic Build System <autodist@mambasoft.it> 1.21.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 12 2023 Automatic Build System <autodist@mambasoft.it> 1.21.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 06 2023 Automatic Build System <autodist@mambasoft.it> 1.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 28 2022 Automatic Build System <autodist@mambasoft.it> 1.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 24 2021 Automatic Build System <autodist@mambasoft.it> 1.19.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 20 2021 Automatic Build System <autodist@mambasoft.it> 1.19.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 1.18.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 14 2020 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 24 2020 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 12 2020 Automatic Build System <autodist@mambasoft.it> 1.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 26 2019 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 23 2018 Automatic Build System <autodist@mambasoft.it> 1.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 04 2017 Automatic Build System <autodist@mambasoft.it> 1.15.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 05 2017 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.4-1mamba
|
||||
- update to 1.14.4
|
||||
|
||||
@ -351,7 +427,7 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
* Wed Jun 01 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.6-6qilnx
|
||||
- added default configuration file (/etc/krb5.conf)
|
||||
|
||||
* Wed Mar 31 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.6-5qilnx
|
||||
* Thu Mar 31 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.6-5qilnx
|
||||
- fixed security issue QSA-2005-033 (CAN-2005-0468)
|
||||
|
||||
* Wed Jan 05 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.6-3qilnx
|
||||
|
Loading…
x
Reference in New Issue
Block a user