# # spec file for package libntlm # # Copyright (c) 2020 SUSE LLC # # 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. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libntlm %define lname libntlm0 Version: 1.6 Release: 1.8 Summary: Implementation of Microsoft's NTLMv1 authentication License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: http://www.nongnu.org/libntlm/ #Git-Clone: https://gitlab.com/jas/libntlm.git/ #DL-URL: http://www.nongnu.org/libntlm/releases/ Source: http://www.nongnu.org/libntlm/releases/%name-%version.tar.gz Source2: http://www.nongnu.org/libntlm/releases/%name-%version.tar.gz.sig Source3: %name.keyring BuildRequires: pkgconf-pkg-config %description Libntlm provides routines to manipulate the structures used for the client end of Microsoft NTLMv1 authentication. %package -n %lname Summary: Implementation of Microsoft's NTLMv1 authentication Group: System/Libraries %description -n %lname Libntlm provides routines to manipulate the structures used for the client end of Microsoft NTLMv1 authentication. %package devel Summary: Development files for libntlm, an NTLMv1 authentication library Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel Libntlm provides routines to manipulate the structures used for the client end of Microsoft NTLMv1 authentication. This subpackage contains libraries and header files for developing applications that want to make use of libntlm. %prep %autosetup -p1 %build %configure --disable-static make %{?_smp_mflags} %install %make_install rm -f "%buildroot/%_libdir"/*.la %check make check %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname %license COPYING %_libdir/libntlm.so.0* %files devel %doc ChangeLog NEWS README %_includedir/ntlm.h %_libdir/libntlm.so %_libdir/pkgconfig/libntlm.pc %changelog * Tue Jun 9 2020 Jan Engelhardt - Update to release 1.6 * Fix buffer overflow in buildSmbNtlmAuth* function. CVE-2019-17455. [boo#1153669] * Thu Aug 22 2019 Jan Engelhardt - Update to new upstream release 1.5 * Build system fixes, patches for LTO/gcc8 support. * Tue Oct 27 2015 meissner@suse.com - run "make test" * Wed Jul 17 2013 jengelh@inai.de - Update to new upstream release 1.4 * Fixes to the build procedure and autotools update. No user visible changes. - Optional signature verification * Tue Jun 19 2012 jengelh@inai.de - Make package build on SLE_11 as well: use classic make install. * Fri Nov 25 2011 jengelh@medozas.de - Initial package (1.3) for build.opensuse.org