diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7c93a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Authen-SASL-2.16.tar.gz diff --git a/.perl-Authen-SASL.metadata b/.perl-Authen-SASL.metadata new file mode 100644 index 0000000..844bea9 --- /dev/null +++ b/.perl-Authen-SASL.metadata @@ -0,0 +1 @@ +0f1e0c448deab4dad0f15466ba765def4012db93 SOURCES/Authen-SASL-2.16.tar.gz diff --git a/SOURCES/Authen-SASL-RT85294-Fix-WRITE.patch b/SOURCES/Authen-SASL-RT85294-Fix-WRITE.patch new file mode 100644 index 0000000..0093ad2 --- /dev/null +++ b/SOURCES/Authen-SASL-RT85294-Fix-WRITE.patch @@ -0,0 +1,13 @@ +diff -up Authen-SASL-2.16/lib/Authen/SASL/Perl.pm.orig Authen-SASL-2.16/lib/Authen/SASL/Perl.pm +--- Authen-SASL-2.16/lib/Authen/SASL/Perl.pm.orig 2012-09-04 18:00:31.000000000 +0200 ++++ Authen-SASL-2.16/lib/Authen/SASL/Perl.pm 2014-06-04 09:51:34.654310724 +0200 +@@ -323,6 +323,9 @@ sub securesocket { + + my $fh = $self->{fh}; + ++ # Fix for BZ#965739, RT#85294 ++ $len = length($_[1]) if $len > length($_[1]); ++ + # put on wire in peer-sized chunks + my $bsz = $self->{sndbufsz}; + while ($len > 0) { diff --git a/SPECS/perl-Authen-SASL.spec b/SPECS/perl-Authen-SASL.spec new file mode 100644 index 0000000..0d8646f --- /dev/null +++ b/SPECS/perl-Authen-SASL.spec @@ -0,0 +1,240 @@ +Name: perl-Authen-SASL +Version: 2.16 +Release: 25%{?dist} +Summary: SASL Authentication framework for Perl +License: GPL+ or Artistic +URL: https://metacpan.org/release/Authen-SASL +Source0: https://cpan.metacpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz +# Update the function WRITE to properly handle string which is shorter than +# provided length +Patch0: Authen-SASL-RT85294-Fix-WRITE.patch +BuildArch: noarch +BuildRequires: coreutils +BuildRequires: make +BuildRequires: perl-generators +BuildRequires: perl-interpreter +BuildRequires: perl(inc::Module::Install) +BuildRequires: perl(Module::Install::Makefile) +BuildRequires: perl(Module::Install::Metadata) +BuildRequires: perl(Module::Install::WriteAll) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time +BuildRequires: perl(bytes) +BuildRequires: perl(Carp) +BuildRequires: perl(Digest::HMAC_MD5) +BuildRequires: perl(Digest::MD5) +BuildRequires: perl(GSSAPI) +BuildRequires: perl(Tie::Handle) +BuildRequires: perl(vars) +# Tests +BuildRequires: perl(FindBin) +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Tie::Handle) + +%description +SASL is a generic mechanism for authentication used by several network +protocols. Authen::SASL provides an implementation framework that all +protocols should be able to share. + +%prep +%setup -q -n Authen-SASL-%{version} +%patch0 -p1 + +# Remove bundled libraries +rm -r inc +perl -i -ne 'print $_ unless m{^inc/}' MANIFEST + +# Fix permissions +chmod -c a-x example_pl + +%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 api.txt Changes example_pl +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 2.16-25 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 2.16-24 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Tue Jan 26 2021 Fedora Release Engineering - 2.16-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 2.16-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 23 2020 Jitka Plesnikova - 2.16-21 +- Perl 5.32 rebuild + +* Tue Mar 10 2020 Petr Pisar - 2.16-20 +- Specify all dependencies + +* Wed Jan 29 2020 Fedora Release Engineering - 2.16-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 2.16-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 31 2019 Jitka Plesnikova - 2.16-17 +- Perl 5.30 rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 2.16-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 2.16-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 28 2018 Jitka Plesnikova - 2.16-14 +- Perl 5.28 rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 2.16-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 2.16-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Jun 05 2017 Jitka Plesnikova - 2.16-11 +- Perl 5.26 rebuild + +* Mon May 15 2017 Jitka Plesnikova - 2.16-10 +- Fix building on Perl without '.' in @INC +- Modernize spec and unbundled 'inc' + +* Sat Feb 11 2017 Fedora Release Engineering - 2.16-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun May 15 2016 Jitka Plesnikova - 2.16-8 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 2.16-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 2.16-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Jun 04 2015 Jitka Plesnikova - 2.16-5 +- Perl 5.22 rebuild + +* Thu Aug 28 2014 Jitka Plesnikova - 2.16-4 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 2.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Jun 04 2014 Jitka Plesnikova - 2.16-2 +- Fixed SASL and GSSAPI error (RT#85294) + +* Tue Oct 1 2013 Paul Howarth - 2.16-1 +- Update to 2.16 + - SASL.pod: fix typo + - Perl.pm: avoid warning on "uninitialized value" +- Drop %%defattr, redundant since rpm 4.4 +- Don't need to remove empty directories from the buildroot + +* Sat Aug 03 2013 Fedora Release Engineering - 2.15-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Jul 18 2013 Petr Pisar - 2.15-10 +- Perl 5.18 rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 2.15-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Nov 06 2012 Jitka Plesnikova - 2.15-8 +- Specify all dependencies +- Use DESTDIR rather than PERL_INSTALL_ROOT + +* Fri Jul 20 2012 Fedora Release Engineering - 2.15-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 2.15-6 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 2.15-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jun 20 2011 Marcela Mašláňová - 2.15-4 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 2.15-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 15 2010 Marcela Maslanova - 2.15-2 +- Rebuild to fix problems with vendorarch/lib (#661697) + +* Sun Dec 12 2010 Steven Pritchard 2.15-1 +- Update to 2.15. +- Add example_pl to docs. + +* Thu Apr 29 2010 Marcela Maslanova - 2.13-3 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 2.13-2 +- rebuild against perl 5.10.1 + +* Mon Oct 5 2009 Stepan Kasal - 2.13-1 +- new upstream version, BR Test::More + +* Sat Jul 25 2009 Fedora Release Engineering - 2.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 2.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Jul 01 2008 Steven Pritchard 2.12-1 +- Update to 2.12. + +* Thu May 15 2008 Steven Pritchard 2.11-1 +- Update to 2.11. +- Fix find option order. +- Use fixperms macro instead of our own chmod incantation. +- Reformat to resemble cpanspec output. +- Drop explicit perl build dependency. + +* Thu Feb 7 2008 Tom "spot" Callaway - 2.10-2 +- rebuild for new perl + +* Mon Oct 15 2007 Tom "spot" Callaway - 2.10-1.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + +* Sat Apr 22 2006 Jose Pedro Oliveira - 2.10-1 +- Update to 2.10. + +* Fri Feb 17 2006 Jose Pedro Oliveira - 2.09-4 +- Rebuild for FC5 (perl 5.8.8). + +* Sat May 14 2005 Jose Pedro Oliveira - 2.09-3 +- Add dist tag. + +* Tue Apr 26 2005 Jose Pedro Oliveira - 2.09-2 +- Update to 2.09. + +* Wed Apr 6 2005 Michael Schwendt +- rebuilt + +* Mon Apr 4 2005 Ville Skyttä - 2.08-1 +- Drop Epoch: 0 and 0.fdr release prefix. + +* Wed Jul 21 2004 Ville Skyttä - 0:2.08-0.fdr.1 +- Update to 2.08. +- Bring up to date with current fedora.us Perl spec template. + +* Fri Jan 30 2004 Ville Skyttä - 0:2.06-0.fdr.1 +- First build.