update to 0.94.0 [release 0.94.0-1mamba;Sat Dec 20 2025]

This commit is contained in:
2025-12-31 21:20:13 +01:00
parent 75b9c51f6a
commit fcff09430d
+14 -11
View File
@@ -1,34 +1,34 @@
Name: cntlm
Version: 0.92.3
Version: 0.94.0
Release: 1mamba
Summary: Fast NTLM Authentication Proxy in C
Group: Applications/Networking
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://cntlm.sourceforge.net/
Source: http://downloads.sourceforge.net/project/cntlm/cntlm/cntlm%20%{version}/cntlm-%{version}.tar.bz2
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://cntlm.sourceforge.net/
Source: https://github.com/versat/cntlm.git/%{version}/cntlm-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libkrb5-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Fast NTLM Authentication Proxy in C.
%debug_package
%prep
%setup -q
sed -i "s|install -D -m 755 -s |install -D -m 755 |" Makefile
%build
%configure
%make
./configure
%make PREFIX=%{_prefix}
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%makeinstall PREFIX=%{_prefix} BINDIR=%{buildroot}%{_bindir}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@@ -36,10 +36,13 @@ Fast NTLM Authentication Proxy in C.
%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/cntlm.conf
%{_sbindir}/cntlm
%{_bindir}/cntlm
%{_mandir}/man1/cntlm.1*
%doc LICENSE
%changelog
* Sat Dec 20 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.94.0-1mamba
- update to 0.94.0
* Sat Dec 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.92.3-1mamba
- package created using the webbuild interface