c8-stream-5.24
imports/c8-stream-5.24/perl-Authen-SASL-2.16-9.module_el8.1.0+224+75158c84
commit
2838335472
@ -0,0 +1 @@
|
||||
SOURCES/Authen-SASL-2.16.tar.gz
|
@ -0,0 +1 @@
|
||||
0f1e0c448deab4dad0f15466ba765def4012db93 SOURCES/Authen-SASL-2.16.tar.gz
|
@ -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) {
|
@ -0,0 +1,179 @@
|
||||
Name: perl-Authen-SASL
|
||||
Version: 2.16
|
||||
Release: 9%{?dist}
|
||||
Summary: SASL Authentication framework for Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Authen-SASL/
|
||||
Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
# Update the function WRITE to properly handle string which is shorter than
|
||||
# provided length
|
||||
Patch0: Authen-SASL-RT85294-Fix-WRITE.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Digest::HMAC)
|
||||
BuildRequires: perl(Digest::MD5)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(GSSAPI)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%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
|
||||
|
||||
chmod -c a-x example_pl
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%doc api.txt Changes example_pl
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-8
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-5
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-4
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed Jun 04 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-2
|
||||
- Fixed SASL and GSSAPI error (RT#85294)
|
||||
|
||||
* Tue Oct 1 2013 Paul Howarth <paul@city-fan.org> - 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 <rel-eng@lists.fedoraproject.org> - 2.15-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 2.15-10
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Tue Nov 06 2012 Jitka Plesnikova <jplesnik@redhat.com> - 2.15-8
|
||||
- Specify all dependencies
|
||||
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.15-6
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.15-4
|
||||
- Perl mass rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.15-2
|
||||
- Rebuild to fix problems with vendorarch/lib (#661697)
|
||||
|
||||
* Sun Dec 12 2010 Steven Pritchard <steve@kspei.com> 2.15-1
|
||||
- Update to 2.15.
|
||||
- Add example_pl to docs.
|
||||
|
||||
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.13-3
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 2.13-2
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
* Mon Oct 5 2009 Stepan Kasal <skasal@redhat.com> - 2.13-1
|
||||
- new upstream version, BR Test::More
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Tue Jul 01 2008 Steven Pritchard <steve@kspei.com> 2.12-1
|
||||
- Update to 2.12.
|
||||
|
||||
* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 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 <tcallawa@redhat.com> - 2.10-2
|
||||
- rebuild for new perl
|
||||
|
||||
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.10-1.1
|
||||
- correct license tag
|
||||
- add BR: perl(ExtUtils::MakeMaker)
|
||||
|
||||
* Sat Apr 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.10-1
|
||||
- Update to 2.10.
|
||||
|
||||
* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-4
|
||||
- Rebuild for FC5 (perl 5.8.8).
|
||||
|
||||
* Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-3
|
||||
- Add dist tag.
|
||||
|
||||
* Tue Apr 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-2
|
||||
- Update to 2.09.
|
||||
|
||||
* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||
- rebuilt
|
||||
|
||||
* Mon Apr 4 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.08-1
|
||||
- Drop Epoch: 0 and 0.fdr release prefix.
|
||||
|
||||
* Wed Jul 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 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ä <ville.skytta at iki.fi> - 0:2.06-0.fdr.1
|
||||
- First build.
|
Loading…
Reference in new issue