From 8e5b0b7a4baed0946589a8102caec7bb8ffdb15b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 27 Oct 2020 21:33:42 +0100 Subject: [PATCH] perl-WWW-Curl: rebuild for perl-5.32. --- srcpkgs/perl-WWW-Curl/patches/curl-7.50.2.patch | 4 +++- srcpkgs/perl-WWW-Curl/template | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/perl-WWW-Curl/patches/curl-7.50.2.patch b/srcpkgs/perl-WWW-Curl/patches/curl-7.50.2.patch index 3fb8c78e83..9c58d70b41 100644 --- a/srcpkgs/perl-WWW-Curl/patches/curl-7.50.2.patch +++ b/srcpkgs/perl-WWW-Curl/patches/curl-7.50.2.patch @@ -1,3 +1,5 @@ +CPAN RT#132197 + --- Makefile.PL +++ Makefile.PL @@ -127,7 +127,7 @@ @@ -5,7 +7,7 @@ for my $e (sort @syms) { - if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z)/) { -+ if($e =~ /(OBSOLETE|^CURL_EXTERN|^CURL_STRICTER\z|^CURL_DID_MEMORY_FUNC_TYPEDEFS\z|_LAST\z|_LASTENTRY\z|^CURLINC_CURL_H\z)/) { ++ if($e =~ /(OBSOLETE|^CURL_EXTERN|^CURL_STRICTER\z|^CURL_WIN32\z|^CURLOPT\z|_LAST\z|_LASTENTRY\z)/) { next; } my ($group) = $e =~ m/^([^_]+_)/; diff --git a/srcpkgs/perl-WWW-Curl/template b/srcpkgs/perl-WWW-Curl/template index d74a7f3921..5ff52959bf 100644 --- a/srcpkgs/perl-WWW-Curl/template +++ b/srcpkgs/perl-WWW-Curl/template @@ -1,7 +1,7 @@ # Template build file for 'perl-WWW-Curl'. pkgname=perl-WWW-Curl version=4.17 -revision=10 +revision=11 wrksrc="WWW-Curl-${version}" build_style=perl-module hostmakedepends="perl"