2015-09-01 11:03:52 +00:00
|
|
|
#
|
|
|
|
# spec file for package libheimdal
|
|
|
|
#
|
2023-01-12 09:19:20 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2015-09-01 11:03:52 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2022-05-25 16:23:12 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-09-01 11:03:52 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: libheimdal
|
Accepting request 1044076 from home:enzokiel:branches:network
- Update to version 7.8.0
+ This release includes both the Heimdal 7.7.1 Security
Vulnerability fixes and non-Security bug fixes/improvements.
+ Security Vulnerabilities:
- CVE-2022-42898 PAC parse integer overflows
- CVE-2022-3437 Overflows and non-constant time leaks in
DES{,3} and arcfour
- CVE-2022-41916 Fix Unicode normalization read of 1 bytes past
end of array
- CVE-2021-44758 A null pointer de-reference DoS in SPNEGO
acceptors
- CVE-2021-3671 A null pointer de-reference when handling
missing sname in TGS-REQ
- CVE-2022-44640 Heimdal KDC: invalid free in ASN.1 codec
Note that CVE-2022-44640 is a severe vulnerability,
possibly a 10.0 on the Common Vulnerability Scoring
System (CVSS) v3, as we believe it should be possible to
get an RCE on a KDC, which means that credentials can be
compromised that can be used to impersonate anyone in a
realm or forest of realms.
Heimdal's ASN.1 compiler generates code that allows
specially crafted DER encodings of CHOICEs to invoke the
wrong free function on the decoded structure upon decode
error. This is known to impact the Heimdal KDC, leading to
an invalid free() of an address partly or wholly under the
control of the attacker, in turn leading to a potential
remote code execution (RCE) vulnerability.
This error affects the DER codec for all extensible CHOICE
types used in Heimdal, though not all cases will be
exploitable. We have not completed a thorough analysis of
all the Heimdal components affected, thus the Kerberos
client, the X.509 library, and other parts, may be affected
as well.
This bug has been in Heimdal's ASN.1 compiler since 2005,
but it may only affect Heimdal 1.6 and up. It was first
reported by Douglas Bagnall, though it had been found
independently by the Heimdal maintainers via fuzzing a few
weeks earlier.
While no zero-day exploit is known, such an exploit will
likely be available soon after public disclosure.
- CVE-2019-14870: Validate client attributes in
protocol-transition
- CVE-2019-14870: Apply forwardable policy in
protocol-transition
- CVE-2019-14870: Always lookup impersonate client in DB
+ Other changes:
- Bugs found by UBSAN (including the incorrect encoding of
unconstrained INTEGER value -1).
- Errors found by the LLVM scan-build static analyzer.
- Errors found by the valgrind memory debugger.
- Work around GCC Bug 95189 (memcmp wrongly stripped like
strcmp).
- Correct ASN.1 OID typo for SHA-384
- Fix a deadlock in in the MEMORY ccache type.
- TGS: strip forwardable and proxiable flags if the server is
disallowed.
- CVE-2019-14870: Validate client attributes in
protocol-transition
- CVE-2019-14870: Apply forwardable policy in
protocol-transition
- CVE-2019-14870: Always lookup impersonate client in DB
- Incremental HDB propagation improvements
Refactor send_diffs making it progressive
Handle partial writes on non-blocking sockets
Disable Nagle in iprop master and slave
Use async I/O
Don't send I_HAVE in response to AYT
Do not recover log in kadm5_get_principal()
Don't send diffs to slaves with not yet known version
Don't stutter in send_diffs
- Optional backwards-compatible anon-pkinit behavior
- Removed heimdal-7.7.0-autoconf-2.70.patch, fixed upstream.
OBS-URL: https://build.opensuse.org/request/show/1044076
OBS-URL: https://build.opensuse.org/package/show/network/libheimdal?expand=0&rev=29
2022-12-21 16:08:09 +00:00
|
|
|
Version: 7.8.0
|
2022-07-03 15:26:21 +00:00
|
|
|
Release: 0
|
2017-02-02 08:34:18 +00:00
|
|
|
Summary: The Heimdal implementation of the Kerberos 5 protocol
|
2015-09-01 12:36:24 +00:00
|
|
|
License: BSD-3-Clause
|
2017-02-02 08:34:18 +00:00
|
|
|
Group: Productivity/Networking/Security
|
2022-07-03 15:26:21 +00:00
|
|
|
URL: https://www.h5l.org
|
2015-09-05 11:04:36 +00:00
|
|
|
# patched source can be created with script heimdal-patch-source.sh:
|
|
|
|
# ./heimdal-patch-source.sh heimdal-%{version}.tar.gz
|
|
|
|
Source0: heimdal-%{version}-patched.tar.bz2
|
|
|
|
Source2: heimdal-patch-source.sh
|
2017-01-07 23:58:55 +00:00
|
|
|
Patch0: heimdal-patched.diff
|
2018-08-07 19:30:16 +00:00
|
|
|
# PATCH-FIX-UPSTREAM bmwiedemann -- make build reproducible (boo#1047218)
|
|
|
|
Patch1: reproducible.patch
|
2023-04-07 07:47:55 +00:00
|
|
|
# PATCH-FIX-UPSTREAM https://www.openwall.com/lists/oss-security/2023/02/08/1
|
|
|
|
Patch2: heimdal-CVE-2022-45142.patch
|
2015-09-05 11:04:36 +00:00
|
|
|
BuildRequires: automake >= 1.11
|
|
|
|
BuildRequires: bison
|
2017-02-02 08:34:18 +00:00
|
|
|
BuildRequires: db-devel >= 4.8
|
2015-09-01 11:03:52 +00:00
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: libtool
|
2015-09-01 12:36:24 +00:00
|
|
|
BuildRequires: pam-devel
|
2022-07-03 15:26:21 +00:00
|
|
|
BuildRequires: pkgconfig
|
2017-02-02 08:34:18 +00:00
|
|
|
BuildRequires: readline-devel
|
2015-09-01 11:03:52 +00:00
|
|
|
BuildRequires: texinfo
|
2017-12-07 15:44:48 +00:00
|
|
|
BuildRequires: perl(JSON)
|
2022-07-03 15:26:21 +00:00
|
|
|
BuildRequires: pkgconfig(com_err)
|
|
|
|
BuildRequires: pkgconfig(ncurses) >= 5.3
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
2015-09-01 11:03:52 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Heimdal is an implementation of Kerberos 5 (and some more stuff) largely written
|
|
|
|
in Sweden (which was important when we started writing it, less so now).
|
|
|
|
It is freely available under a three clause BSD style license.
|
|
|
|
|
|
|
|
Other free implementations include the one from MIT, and Shishi.
|
|
|
|
Also Microsoft Windows and Sun's Java come with implementations of Kerberos.
|
|
|
|
|
|
|
|
This package only provides libraries and devel files (binaries have been removed),
|
2017-02-02 08:34:18 +00:00
|
|
|
libraries are required by 64-bit package of ICAClient version 13.2.
|
2015-09-01 11:03:52 +00:00
|
|
|
|
2022-05-25 16:23:12 +00:00
|
|
|
%package -n libasn1-8
|
|
|
|
Summary: ASN.1 implementation from Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libasn1-8
|
|
|
|
This package contains the ASN.1 parser required for Heimdal.
|
|
|
|
|
|
|
|
%package -n libgssapi3
|
|
|
|
Summary: GSSAPI implementation from Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libgssapi3
|
|
|
|
GSSAPI implementation from Heimdal.
|
|
|
|
|
|
|
|
%package -n libhcrypto4
|
|
|
|
Summary: Cryptographic library from Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libhcrypto4
|
|
|
|
This package contains the cryptographic library required for Heimdal.
|
|
|
|
|
|
|
|
%package -n libhdb9
|
|
|
|
Summary: Heimdal database backend library
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libhdb9
|
|
|
|
libhdb provides the backend support for Heimdal kdc and kadmind. Its
|
|
|
|
here where plugins for diffrent database engines can be pluged in and
|
|
|
|
extend support for here Heimdal get the principal and policy data
|
|
|
|
from.
|
|
|
|
|
|
|
|
Example of Heimdal backend are: Berkeley DB (BDB), NDB, LDAP.
|
|
|
|
|
|
|
|
%package -n libheimbase1
|
|
|
|
Summary: Base library for Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libheimbase1
|
|
|
|
This package contains the base library for Heimdal Kerberos.
|
|
|
|
|
|
|
|
%package -n libheimedit0
|
|
|
|
Summary: libedit fork of the Heimdal Kerberos project
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libheimedit0
|
|
|
|
libedit is a command line editing and history library. It is
|
|
|
|
designed to be used by interactive programs that allow the user
|
|
|
|
to type commands at a terminal prompt.
|
|
|
|
|
|
|
|
%package -n libheimntlm0
|
|
|
|
Summary: NTLM implementation from Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libheimntlm0
|
|
|
|
This package contains the NTLM support library from and for Heimdal Kerberos.
|
|
|
|
|
|
|
|
%package -n libhx509-5
|
|
|
|
Summary: X.509 implementation from Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libhx509-5
|
|
|
|
This package contains the X.509 support library from and for Heimdal Kerberos.
|
|
|
|
|
|
|
|
%package -n libkadm5clnt7
|
|
|
|
Summary: Client library for Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libkadm5clnt7
|
|
|
|
This package contains the client library for Heimdal's kadmin program.
|
|
|
|
|
|
|
|
%package -n libkadm5srv8
|
|
|
|
Summary: Server library for Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libkadm5srv8
|
|
|
|
This package contains the server library for Heimdal's kadmin program.
|
|
|
|
|
|
|
|
%package -n libkafs0
|
|
|
|
Summary: KAFS support for Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libkafs0
|
|
|
|
This package contains the library for supporting the in-kernel Andrew File System.
|
|
|
|
|
|
|
|
%package -n libkdc2
|
|
|
|
Summary: Key Distribution Center library for Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libkdc2
|
|
|
|
This package contains the KDC support library.
|
|
|
|
|
|
|
|
%package -n libkrb5-26
|
|
|
|
Summary: Kerberos 5 API for Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libkrb5-26
|
|
|
|
This package contains the Kerberos 5 library.
|
|
|
|
|
|
|
|
%package -n libotp0
|
|
|
|
Summary: One Time Password library for Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libotp0
|
|
|
|
This package contains the library for One Time Password support.
|
|
|
|
|
|
|
|
%package -n libroken18
|
|
|
|
Summary: OS abstraction library for Heimdal Kerberos
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libroken18
|
|
|
|
This package contains a library that wraps or adds utility functions
|
|
|
|
missing from certain operating systems.
|
|
|
|
|
|
|
|
%package -n libsl0
|
|
|
|
Summary: Implementation of a suggestion lister
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libsl0
|
|
|
|
This package contains a library that suggests commands in a "did you
|
|
|
|
mean" fashion.
|
|
|
|
|
|
|
|
%package -n libwind0
|
|
|
|
Summary: An implementation of RFC 3454 (stringprep)
|
|
|
|
Group: System/Libraries
|
2022-07-03 15:26:21 +00:00
|
|
|
Conflicts: libheimdal < %{version}-%{release}
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%description -n libwind0
|
|
|
|
This package contains an implementation of the stringprep library.
|
|
|
|
|
2015-09-01 11:03:52 +00:00
|
|
|
%package devel
|
2017-02-02 08:34:18 +00:00
|
|
|
Summary: The Heimdal implementation of the Kerberos 5 protocol
|
2015-09-01 11:03:52 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2022-07-03 15:26:21 +00:00
|
|
|
Requires: db-devel >= 4.8
|
|
|
|
Requires: glibc-devel
|
2022-05-25 16:23:12 +00:00
|
|
|
Requires: libasn1-8 = %{version}-%{release}
|
|
|
|
Requires: libgssapi3 = %{version}-%{release}
|
|
|
|
Requires: libhcrypto4 = %{version}-%{release}
|
|
|
|
Requires: libhdb9 = %{version}-%{release}
|
|
|
|
Requires: libheimbase1 = %{version}-%{release}
|
|
|
|
Requires: libheimedit0 = %{version}-%{release}
|
|
|
|
Requires: libheimntlm0 = %{version}-%{release}
|
|
|
|
Requires: libhx509-5 = %{version}-%{release}
|
|
|
|
Requires: libkadm5clnt7 = %{version}-%{release}
|
|
|
|
Requires: libkadm5srv8 = %{version}-%{release}
|
|
|
|
Requires: libkafs0 = %{version}-%{release}
|
|
|
|
Requires: libkdc2 = %{version}-%{release}
|
|
|
|
Requires: libkrb5-26 = %{version}-%{release}
|
|
|
|
Requires: libotp0 = %{version}-%{release}
|
|
|
|
Requires: libroken18 = %{version}-%{release}
|
|
|
|
Requires: libsl0 = %{version}-%{release}
|
|
|
|
Requires: libwind0 = %{version}-%{release}
|
2015-09-05 11:04:36 +00:00
|
|
|
Requires: pkgconfig(com_err)
|
|
|
|
Requires: pkgconfig(ncurses) >= 5.3
|
2022-07-03 15:26:21 +00:00
|
|
|
Requires: pkgconfig(sqlite3)
|
2015-09-02 08:52:27 +00:00
|
|
|
Conflicts: krb5-devel
|
|
|
|
Conflicts: krb5-mini-devel
|
2023-01-12 09:19:20 +00:00
|
|
|
Provides: libheimdal = %{version}-%{release}
|
|
|
|
Obsoletes: libheimdal < %{version}-%{release}
|
2015-09-01 11:03:52 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Heimdal is an implementation of Kerberos 5 (and some more stuff) largely written
|
|
|
|
in Sweden (which was important when we started writing it, less so now).
|
|
|
|
It is freely available under a three clause BSD style license.
|
|
|
|
|
|
|
|
Other free implementations include the one from MIT, and Shishi.
|
|
|
|
Also Microsoft Windows and Sun's Java come with implementations of Kerberos.
|
|
|
|
|
|
|
|
This package only provides libraries and devel files (binaries have been removed),
|
2017-02-02 08:34:18 +00:00
|
|
|
libraries are required by 64-bit package of ICAClient version 13.2.
|
2015-09-01 11:03:52 +00:00
|
|
|
|
|
|
|
%prep
|
2022-05-25 16:23:12 +00:00
|
|
|
%autosetup -p1 -n heimdal-%{version}
|
2015-09-01 11:03:52 +00:00
|
|
|
|
|
|
|
%build
|
2018-08-07 19:30:16 +00:00
|
|
|
export SOURCE_HOST=OBS # for reproducible builds (boo#1084909)
|
2015-09-05 11:04:36 +00:00
|
|
|
autoreconf -fi
|
2015-09-01 21:47:16 +00:00
|
|
|
%configure \
|
|
|
|
--with-sqlite3=%{_prefix}
|
2022-05-25 16:23:12 +00:00
|
|
|
%make_build
|
2015-09-01 11:03:52 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
rm -rf %{buildroot}%{_libdir}/*.a
|
2022-07-03 15:26:21 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig -n libasn1-8
|
|
|
|
%postun -p /sbin/ldconfig -n libasn1-8
|
|
|
|
%post -p /sbin/ldconfig -n libgssapi3
|
|
|
|
%postun -p /sbin/ldconfig -n libgssapi3
|
|
|
|
%post -p /sbin/ldconfig -n libhcrypto4
|
|
|
|
%postun -p /sbin/ldconfig -n libhcrypto4
|
|
|
|
%post -p /sbin/ldconfig -n libhdb9
|
|
|
|
%postun -p /sbin/ldconfig -n libhdb9
|
|
|
|
%post -p /sbin/ldconfig -n libheimbase1
|
|
|
|
%postun -p /sbin/ldconfig -n libheimbase1
|
|
|
|
%post -p /sbin/ldconfig -n libheimedit0
|
|
|
|
%postun -p /sbin/ldconfig -n libheimedit0
|
|
|
|
%post -p /sbin/ldconfig -n libheimntlm0
|
|
|
|
%postun -p /sbin/ldconfig -n libheimntlm0
|
|
|
|
%post -p /sbin/ldconfig -n libhx509-5
|
|
|
|
%postun -p /sbin/ldconfig -n libhx509-5
|
|
|
|
%post -p /sbin/ldconfig -n libkadm5clnt7
|
|
|
|
%postun -p /sbin/ldconfig -n libkadm5clnt7
|
|
|
|
%post -p /sbin/ldconfig -n libkadm5srv8
|
|
|
|
%postun -p /sbin/ldconfig -n libkadm5srv8
|
|
|
|
%post -p /sbin/ldconfig -n libkafs0
|
|
|
|
%postun -p /sbin/ldconfig -n libkafs0
|
|
|
|
%post -p /sbin/ldconfig -n libkdc2
|
|
|
|
%postun -p /sbin/ldconfig -n libkdc2
|
|
|
|
%post -p /sbin/ldconfig -n libkrb5-26
|
|
|
|
%postun -p /sbin/ldconfig -n libkrb5-26
|
|
|
|
%post -p /sbin/ldconfig -n libotp0
|
|
|
|
%postun -p /sbin/ldconfig -n libotp0
|
|
|
|
%post -p /sbin/ldconfig -n libroken18
|
|
|
|
%postun -p /sbin/ldconfig -n libroken18
|
|
|
|
%post -p /sbin/ldconfig -n libsl0
|
|
|
|
%postun -p /sbin/ldconfig -n libsl0
|
|
|
|
%post -p /sbin/ldconfig -n libwind0
|
|
|
|
%postun -p /sbin/ldconfig -n libwind0
|
2015-09-01 11:03:52 +00:00
|
|
|
|
2022-05-25 16:23:12 +00:00
|
|
|
%files -n libasn1-8
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libasn1.so.8*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libgssapi3
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libgssapi.so.3*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libhcrypto4
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libhcrypto.so.4*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libhdb9
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libhdb.so.9*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libheimbase1
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libheimbase.so.1*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libheimedit0
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libheimedit.so.0*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libheimntlm0
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libheimntlm.so.0*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libhx509-5
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libhx509.so.5*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libkadm5clnt7
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libkadm5clnt.so.7*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libkadm5srv8
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libkadm5srv.so.8*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libkafs0
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libkafs.so.0*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libkdc2
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libkdc.so.2*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libkrb5-26
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libkrb5.so.26*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libotp0
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libotp.so.0*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libroken18
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libroken.so.18*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libsl0
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libsl.so.0*
|
2022-05-25 16:23:12 +00:00
|
|
|
|
|
|
|
%files -n libwind0
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_libdir}/libwind.so.0*
|
|
|
|
|
|
|
|
%files devel
|
2022-05-25 16:23:12 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc NEWS README TODO
|
2015-09-01 11:03:52 +00:00
|
|
|
%{_includedir}/*.h
|
|
|
|
%dir %{_includedir}/gssapi
|
|
|
|
%{_includedir}/gssapi/*.h
|
|
|
|
%dir %{_includedir}/hcrypto
|
|
|
|
%{_includedir}/hcrypto/*.h
|
|
|
|
%dir %{_includedir}/kadm5
|
|
|
|
%{_includedir}/kadm5/*.h
|
|
|
|
%dir %{_includedir}/krb5
|
|
|
|
%{_includedir}/krb5/*.h
|
|
|
|
%dir %{_includedir}/roken
|
|
|
|
%{_includedir}/roken/*.h
|
|
|
|
%{_libdir}/*.so
|
2022-07-03 15:26:21 +00:00
|
|
|
%{_infodir}/*.info%{?ext_info}
|
2015-09-01 12:36:24 +00:00
|
|
|
|
|
|
|
%changelog
|