pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Net-Curl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 13 07:26:34 UTC 2023

Modified Files:
        pkgsrc/www/p5-Net-Curl: Makefile distinfo
Added Files:
        pkgsrc/www/p5-Net-Curl/patches: patch-Makefile.PL

Log Message:
p5-Net-Curl: update to 0.52.

0.52 2022-08-17T09:19:00Z
 [Felipe Gasper <felipe%felipegasper.com@localhost>]
 - Add *_BLOB setopt options.
 - Silence the flood of compiler warnings on newer macOS versions.

0.51 2022-07-08T08:57:00Z
 [Stanislaw Pusep <stas%sysd.org@localhost>]
 - Synced symbols-in-versions from libcurl/7.84.0

 [Todd Rinaldo <toddr%cpan.org@localhost>]
 - Skip tests for all RHEL 6 derivatives, not all CentOS distros.

0.50 2022-02-12T08:53:00Z
 [Felipe Gasper <felipe%felipegasper.com@localhost>]
 - Omit github stuff from MANIFEST.
 [Stanislaw Pusep <stas%sysd.org@localhost>]
 - Fixed tests failing due to unspecified CURLMOPT_SOCKETFUNCTION
 - Synced symbols-in-versions from libcurl/7.81.0

0.49 2021-05-13T05:31:00Z
 [Felipe Gasper <felipe%felipegasper.com@localhost>]
 - Prevent multi from being freed during curl_multi_remove_handle().
 [Stanislaw Pusep <stas%sysd.org@localhost>]
 - Synced symbols-in-versions from libcurl/7.76.1

0.48 2020-12-14T10:16:00Z
 [Felipe Gasper <felipe%felipegasper.com@localhost>]
 - Add CURLINFO_CERTINFO support.
 [Stanislaw Pusep <stas%sysd.org@localhost>]
 - Fixed t/release-unused-vars.t;
 - Synced symbols-in-versions from libcurl/7.74.0


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/p5-Net-Curl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-Net-Curl/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-Net-Curl/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Net-Curl/Makefile
diff -u pkgsrc/www/p5-Net-Curl/Makefile:1.22 pkgsrc/www/p5-Net-Curl/Makefile:1.23
--- pkgsrc/www/p5-Net-Curl/Makefile:1.22        Fri Dec 23 09:46:54 2022
+++ pkgsrc/www/p5-Net-Curl/Makefile     Mon Mar 13 07:26:33 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2022/12/23 09:46:54 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/03/13 07:26:33 wiz Exp $
 
-DISTNAME=      Net-Curl-0.45
+DISTNAME=      Net-Curl-0.52
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SY/SYP/}
 
@@ -13,9 +12,6 @@ LICENSE=      mit
 
 TEST_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta
 
-# https://github.com/sparky/perl-Net-Curl/issues/71
-BROKEN=                "Does not support curl 7.87.0 yet."
-
 CFLAGS+=                       -Wall -Werror -Wreturn-type
 
 PERL5_PACKLIST=                auto/Net/Curl/.packlist

Index: pkgsrc/www/p5-Net-Curl/distinfo
diff -u pkgsrc/www/p5-Net-Curl/distinfo:1.5 pkgsrc/www/p5-Net-Curl/distinfo:1.6
--- pkgsrc/www/p5-Net-Curl/distinfo:1.5 Tue Oct 26 11:30:10 2021
+++ pkgsrc/www/p5-Net-Curl/distinfo     Mon Mar 13 07:26:33 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:30:10 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/03/13 07:26:33 wiz Exp $
 
-BLAKE2s (Net-Curl-0.45.tar.gz) = 00e99f2c320a49142847b7c11edd87a2121433deb30d3401729f30a352dc0b32
-SHA512 (Net-Curl-0.45.tar.gz) = 83cc3232e5d99681db2139c28864b07fc5b41bfda8af765feebfff34fdf54bf26636e53dd359cd2e34e51e85fda4fb87c967efbd3c60ba29868da401d0948de9
-Size (Net-Curl-0.45.tar.gz) = 105107 bytes
+BLAKE2s (Net-Curl-0.52.tar.gz) = 6860016f02b05eec5845d1965f45e47c605f888b574bb97db1db627404373a30
+SHA512 (Net-Curl-0.52.tar.gz) = 96f52693a01bff1679d983b5dbc17dddec65afe0059204bc504fff52854f4e19ac94cf282f7b65f021872630739a936255df5352d77de99078afaddd91f95ad8
+Size (Net-Curl-0.52.tar.gz) = 108297 bytes
+SHA1 (patch-Makefile.PL) = 47794954e90c399539fdb3090f62dbd294f93155

Added files:

Index: pkgsrc/www/p5-Net-Curl/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/www/p5-Net-Curl/patches/patch-Makefile.PL:1.1
--- /dev/null   Mon Mar 13 07:26:34 2023
+++ pkgsrc/www/p5-Net-Curl/patches/patch-Makefile.PL    Mon Mar 13 07:26:33 2023
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2023/03/13 07:26:33 wiz Exp $
+
+Fix build with curl 7.87.0
+https://github.com/sparky/perl-Net-Curl/issues/71#issuecomment-1465541787
+
+--- Makefile.PL.orig   2020-03-08 11:58:49.000000000 +0000
++++ Makefile.PL
+@@ -328,7 +328,7 @@ sub get_constants_headers
+ 
+       my @out;
+       foreach my $e (sort keys %syms) {
+-              if ( $e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z|^CURL_FORMAT_OFF_T$|^CURL_ISOCPP$|^CURLOPT$)/ ) {
++              if ( $e =~ /(OBSOLETE|^CURL_DEPRECATED\z|^CURL_EXTERN|^CURL_IGNORE_DEPRECATION\z|^CURLOPTDEPRECATED\z|_LAST\z|_LASTENTRY\z|^CURL_FORMAT_OFF_T$|^CURL_ISOCPP$|^CURLOPT$)/ ) {
+                       next;
+               }
+               push @out, $e;



Home | Main Index | Thread Index | Old Index