From f47ee26ef83d38961716bc47c400376b9b4b46ad Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 17 2022 10:00:50 +0000 Subject: import perl-NTLM-1.09-30.el9 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95e84e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/NTLM-1.09.tar.gz diff --git a/.perl-NTLM.metadata b/.perl-NTLM.metadata new file mode 100644 index 0000000..09762c3 --- /dev/null +++ b/.perl-NTLM.metadata @@ -0,0 +1 @@ +91064a6ce7ccf0eb8ef498a2f3dc3d30e9406dfe SOURCES/NTLM-1.09.tar.gz diff --git a/SOURCES/NTLM-1.09-Remove-shebangs-from-the-modules.patch b/SOURCES/NTLM-1.09-Remove-shebangs-from-the-modules.patch new file mode 100644 index 0000000..c419740 --- /dev/null +++ b/SOURCES/NTLM-1.09-Remove-shebangs-from-the-modules.patch @@ -0,0 +1,46 @@ +From 767179c773e45c28ef6ecaff01c8b62f8e240bc5 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Tue, 17 Mar 2020 14:44:38 +0100 +Subject: [PATCH] Remove shebangs from the modules +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Petr Písař +--- + DES/DES.pm | 1 - + MD4/MD4.pm | 1 - + NTLM.pm | 2 -- + 3 files changed, 4 deletions(-) + +diff --git a/DES/DES.pm b/DES/DES.pm +index 04ab365..6210f44 100644 +--- a/DES/DES.pm ++++ b/DES/DES.pm +@@ -1,4 +1,3 @@ +-#!/usr/local/bin/perl + # + # This is an implementation of part of the DES specification. According + # to the code this is ported from, this code does NOT enable 2-way +diff --git a/MD4/MD4.pm b/MD4/MD4.pm +index ba8f735..7d2b49d 100644 +--- a/MD4/MD4.pm ++++ b/MD4/MD4.pm +@@ -1,4 +1,3 @@ +-#!/usr/local/bin/perl + # + # This is a partial implentation of the MD4 checksum code. + # +diff --git a/NTLM.pm b/NTLM.pm +index 60af70e..d7ae5ff 100644 +--- a/NTLM.pm ++++ b/NTLM.pm +@@ -1,5 +1,3 @@ +-#!/usr/local/bin/perl +- + package Authen::NTLM; + use strict; + use Authen::NTLM::DES; +-- +2.21.1 + diff --git a/SPECS/perl-NTLM.spec b/SPECS/perl-NTLM.spec new file mode 100644 index 0000000..d463abb --- /dev/null +++ b/SPECS/perl-NTLM.spec @@ -0,0 +1,173 @@ +# Perform optional tests +%bcond_without perl_NTLM_enables_optional_test + +Name: perl-NTLM +Version: 1.09 +Release: 30%{?dist} +Summary: NTLM Perl module +License: GPL+ or Artistic +URL: https://metacpan.org/release/NTLM +Source0: https://cpan.metacpan.org/authors/id/N/NB/NBEBOUT/NTLM-%{version}.tar.gz +# Remove useless shebangs from the module files, CPAN RT#132167, +# submitted to the upstream +Patch0: NTLM-1.09-Remove-shebangs-from-the-modules.patch +BuildArch: noarch +BuildRequires: make +BuildRequires: perl-generators +BuildRequires: perl-interpreter +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +# Run-time +BuildRequires: perl(constant) +BuildRequires: perl(Digest::HMAC_MD5) +BuildRequires: perl(Exporter) +BuildRequires: perl(MIME::Base64) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +# Tests +BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +%if %{with perl_NTLM_enables_optional_test} +# Optional tests +BuildRequires: perl(Test::Pod) +%endif +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +This module provides methods to use NTLM authentication. It can be used +as an authenticate method with the Mail::IMAPClient module to perform +the challenge/response mechanism for NTLM connections or it can be used +on its own for NTLM authentication with other protocols (eg. HTTP). + +%prep +%setup -q -n NTLM-%{version} +%patch0 -p1 + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} + +%install +%{make_install} +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 1.09-30 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 1.09-29 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.09-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 1.09-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 23 2020 Jitka Plesnikova - 1.09-26 +- Perl 5.32 rebuild + +* Tue Mar 17 2020 Petr Pisar - 1.09-25 +- Remove useless shebangs from the module files (CPAN RT#132167) + +* Thu Feb 13 2020 Jitka Plesnikova - 1.09-24 +- Specify all dependencies +- Modernize spec file + +* Thu Jan 30 2020 Fedora Release Engineering - 1.09-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 1.09-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 31 2019 Jitka Plesnikova - 1.09-21 +- Perl 5.30 rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.09-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.09-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 28 2018 Jitka Plesnikova - 1.09-18 +- Perl 5.28 rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 1.09-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.09-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 04 2017 Jitka Plesnikova - 1.09-15 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.09-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun May 15 2016 Jitka Plesnikova - 1.09-13 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 1.09-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 1.09-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri Jun 05 2015 Jitka Plesnikova - 1.09-10 +- Perl 5.22 rebuild + +* Wed Aug 27 2014 Jitka Plesnikova - 1.09-9 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.09-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 1.09-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Jul 18 2013 Petr Pisar - 1.09-6 +- Perl 5.18 rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1.09-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 1.09-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 1.09-3 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.09-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Sep 8 2011 Nick Bebout - 1.09-1 +- Upgrade to 1.09 + +* Mon Jun 20 2011 Marcela Mašláňová - 1.08-2 +- Perl mass rebuild + +* Wed Apr 6 2011 Nick Bebout 1.08-1 +- Revert fix for 1 bug because it breaks make test + +* Wed Apr 6 2011 Nick Bebout 1.07-1 +- Fix 2 bugs, relicense as GPL+ or Artistic + +* Thu Mar 24 2011 Nick Bebout 1.05-3 +- Add perl(Digest::HMAC_MD5) to BuildRequires + +* Fri Mar 18 2011 Nick Bebout 1.05-2 +- Remove HMAC_MD5 from Requires and BuildRequires +- Add Test::Pod to BuildRequires +- Add licensing email to docs +- Use macro for version + +* Wed Feb 16 2011 Nick Bebout 1.05-1 +- Specfile autogenerated by cpanspec 1.78.