pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-AnyEvent



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 25 05:09:18 UTC 2017

Modified Files:
        pkgsrc/devel/p5-AnyEvent: Makefile distinfo
Removed Files:
        pkgsrc/devel/p5-AnyEvent/patches: patch-Makefile.PL

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-AnyEvent/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-AnyEvent/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/p5-AnyEvent/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/devel/p5-AnyEvent/Makefile
diff -u pkgsrc/devel/p5-AnyEvent/Makefile:1.43 pkgsrc/devel/p5-AnyEvent/Makefile:1.44
--- pkgsrc/devel/p5-AnyEvent/Makefile:1.43      Mon Jun  5 14:22:34 2017
+++ pkgsrc/devel/p5-AnyEvent/Makefile   Sun Jun 25 05:09:18 2017
@@ -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/}
 

Index: pkgsrc/devel/p5-AnyEvent/distinfo
diff -u pkgsrc/devel/p5-AnyEvent/distinfo:1.30 pkgsrc/devel/p5-AnyEvent/distinfo:1.31
--- pkgsrc/devel/p5-AnyEvent/distinfo:1.30      Wed Jun  7 14:42:23 2017
+++ pkgsrc/devel/p5-AnyEvent/distinfo   Sun Jun 25 05:09:18 2017
@@ -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



Home | Main Index | Thread Index | Old Index