Make it build with new Perl
This commit is contained in:
parent
254f85a5c0
commit
5183d32904
16
openssl-1.0.1c-perlfind.patch
Normal file
16
openssl-1.0.1c-perlfind.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
diff -up openssl-1.0.1c/util/perlpath.pl.perlfind openssl-1.0.1c/util/perlpath.pl
|
||||||
|
--- openssl-1.0.1c/util/perlpath.pl.perlfind 2012-07-11 22:57:33.000000000 +0200
|
||||||
|
+++ openssl-1.0.1c/util/perlpath.pl 2012-07-12 00:31:12.102156275 +0200
|
||||||
|
@@ -4,10 +4,10 @@
|
||||||
|
# line in all scripts that rely on perl.
|
||||||
|
#
|
||||||
|
|
||||||
|
-require "find.pl";
|
||||||
|
+use File::Find;
|
||||||
|
|
||||||
|
$#ARGV == 0 || print STDERR "usage: perlpath newpath (eg /usr/bin)\n";
|
||||||
|
-&find(".");
|
||||||
|
+find(\&wanted, ".");
|
||||||
|
|
||||||
|
sub wanted
|
||||||
|
{
|
@ -42,6 +42,7 @@ Patch4: openssl-1.0.0-beta5-enginesdir.patch
|
|||||||
Patch5: openssl-0.9.8a-no-rpath.patch
|
Patch5: openssl-0.9.8a-no-rpath.patch
|
||||||
Patch6: openssl-0.9.8b-test-use-localhost.patch
|
Patch6: openssl-0.9.8b-test-use-localhost.patch
|
||||||
Patch7: openssl-1.0.0-timezone.patch
|
Patch7: openssl-1.0.0-timezone.patch
|
||||||
|
Patch8: openssl-1.0.1c-perlfind.patch
|
||||||
# Bug fixes
|
# Bug fixes
|
||||||
Patch23: openssl-1.0.0-beta4-default-paths.patch
|
Patch23: openssl-1.0.0-beta4-default-paths.patch
|
||||||
# Functionality changes
|
# Functionality changes
|
||||||
@ -141,6 +142,7 @@ from other formats to the formats used by the OpenSSL toolkit.
|
|||||||
%patch5 -p1 -b .no-rpath
|
%patch5 -p1 -b .no-rpath
|
||||||
%patch6 -p1 -b .use-localhost
|
%patch6 -p1 -b .use-localhost
|
||||||
%patch7 -p1 -b .timezone
|
%patch7 -p1 -b .timezone
|
||||||
|
%patch8 -p1 -b .perlfind
|
||||||
|
|
||||||
%patch23 -p1 -b .default-paths
|
%patch23 -p1 -b .default-paths
|
||||||
|
|
||||||
@ -423,6 +425,7 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 11 2012 Tomas Mraz <tmraz@redhat.com> 1.0.1c-2
|
* Wed Jul 11 2012 Tomas Mraz <tmraz@redhat.com> 1.0.1c-2
|
||||||
- fix s_server with new glibc when no global IPv6 address (#839031)
|
- fix s_server with new glibc when no global IPv6 address (#839031)
|
||||||
|
- make it build with new Perl
|
||||||
|
|
||||||
* Tue May 15 2012 Tomas Mraz <tmraz@redhat.com> 1.0.1c-1
|
* Tue May 15 2012 Tomas Mraz <tmraz@redhat.com> 1.0.1c-1
|
||||||
- new upstream version
|
- new upstream version
|
||||||
|
Loading…
Reference in New Issue
Block a user