pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-AnyEvent Updated devel/p5-AnyEvent to 7.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f2a1d6586aa
branches:  trunk
changeset: 364460:0f2a1d6586aa
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 25 05:09:18 2017 +0000

description:
Updated devel/p5-AnyEvent to 7.14
---------------------------------
7.14 Sat Jun 24 01:44:19 CEST 2017
        - fix a crash bug in AnyEvent::Handle with openssl 1.1.0 (patched
          by Paul Howarth and apparently tracked down by Mike McCauley).
        - AnyEvent::Handle->keepalive was documented (and defined) twice
          (found by Matt Merhar).
        - AnyEvent::Socket::tcp_bind/tcp_server would immediately unlink a unix
          listening socket unless a guard is used. Change this so that no
          cleanup will be performed unless a guard is used and document this more
          clearly.
        - make tcp_bind/tcp_server error messages more regular.
        - work around latest perl upstream breakage - this time, perl5porters were
          apparently bullied by a bogus CVE (CVE-2016-1238), and since distros
          stupidly apply anything that has "security fix" stamped on it, it's likely
          going to be a problem in practise (and working around it is trivial on
          windows and unix).
        - add TCP_FASTOPEN/MSG_FASTOPEN and MSG_NOSIGNAL/MSG_MORE/MSG_DONTWAIT
          to constants.
        - update warnings to common::sense 3.74 standards.

(pkgsrc changes)
 - Drop recent patch for Makefile.PL to fix '. is not included @INC' issue,
   upstream fixed with similar change.

diffstat:

 devel/p5-AnyEvent/Makefile                  |   5 ++---
 devel/p5-AnyEvent/distinfo                  |  11 +++++------
 devel/p5-AnyEvent/patches/patch-Makefile.PL |  15 ---------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (49 lines):

diff -r e09fe30b8620 -r 0f2a1d6586aa devel/p5-AnyEvent/Makefile
--- a/devel/p5-AnyEvent/Makefile        Sun Jun 25 03:15:34 2017 +0000
+++ b/devel/p5-AnyEvent/Makefile        Sun Jun 25 05:09:18 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2017/06/05 14:22:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2017/06/25 05:09:18 mef Exp $
 
-DISTNAME=      AnyEvent-7.13
+DISTNAME=      AnyEvent-7.14
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=AnyEvent/}
 
diff -r e09fe30b8620 -r 0f2a1d6586aa devel/p5-AnyEvent/distinfo
--- a/devel/p5-AnyEvent/distinfo        Sun Jun 25 03:15:34 2017 +0000
+++ b/devel/p5-AnyEvent/distinfo        Sun Jun 25 05:09:18 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.30 2017/06/07 14:42:23 ryoon Exp $
+$NetBSD: distinfo,v 1.31 2017/06/25 05:09:18 mef Exp $
 
-SHA1 (AnyEvent-7.13.tar.gz) = a4c6c045866d16a025a3df3038ce00b933eb12c9
-RMD160 (AnyEvent-7.13.tar.gz) = 8b438339c89e73830a1c58e4a9623ec8ac80ae79
-SHA512 (AnyEvent-7.13.tar.gz) = 7a3b10028641358cb5a7c09c01583ee7a7d7c8d02529a0e4682ff426246f3675a1e82cb46c31d0b7ea1c130c11b4f4f392be2592d961f1c03d66803287ddb089
-Size (AnyEvent-7.13.tar.gz) = 299596 bytes
-SHA1 (patch-Makefile.PL) = f021944d7e1896b0b6f7a9d423c97249960f8098
+SHA1 (AnyEvent-7.14.tar.gz) = 2e1ebcaaab8a3ffd2238f4a238681661836a5cfc
+RMD160 (AnyEvent-7.14.tar.gz) = 6faad3faaa85523b7152f4fe08ab848d5f0daf66
+SHA512 (AnyEvent-7.14.tar.gz) = 98e7b9e06cf74b99d3407a25b60f3b825fceed3bae43505e1fb90785e24bd88ae25955cff25d29b4cc96957db7f4f5203d19ad2365abb4e3a3227fd91a16fb25
+Size (AnyEvent-7.14.tar.gz) = 301645 bytes
diff -r e09fe30b8620 -r 0f2a1d6586aa devel/p5-AnyEvent/patches/patch-Makefile.PL
--- a/devel/p5-AnyEvent/patches/patch-Makefile.PL       Sun Jun 25 03:15:34 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:42:23 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-
---- Makefile.PL.orig   2016-09-17 02:32:17.000000000 +0000
-+++ Makefile.PL
-@@ -22,7 +22,7 @@ print <<EOF;
- 
- EOF
- 
--do "constants.pl.PL"
-+do "./constants.pl.PL"
-    or die "cannot execute constants.pl.PL: $@";
- 
- WriteMakefile(



Home | Main Index | Thread Index | Old Index