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:           Thu Oct 10 11:25:07 UTC 2019

Modified Files:
        pkgsrc/devel/p5-AnyEvent: Makefile distinfo

Log Message:
(devel/p5-AnyEvent) Updated 7.14 to 7.17

(make test fails at following point, probably OK to udate):
   --------------------------------------------
   not ok 6 - server_error <Connection reset by peer>
   #   Failed test 'server_error <Connection reset by peer>'
   #   at t/80_ssltest.t line 37.
   --------------------------------------------
(upstream ChangeLog)

7.17 Wed Sep 18 03:04:49 CEST 2019
        - work around antique openssl version in RHEL 7  by formatting
          dh parameters differently (reported by several people).
        - add t/13_weaken.t.

7.16 Fri Jul 19 18:00:21 CEST 2019
        - add ffdhe group dh parameters from RFC 7919, and use ffdhe3072
          as new default, instead of schmorp1539.
        - AnyEvent::Log did not reassess logging status of
          AnyEvent::Log::logger's when contexts were changed with
          ->attach/detach/slaves, causing them to not log even though a
          recent attach should have caused them to log.
        - added some more logging configuration examples.
        - mention RFC 8482 in AnyEvent::DNS.

7.15 Tue Feb 26 03:07:42 CET 2019
        - INCOMPATIBLE CHANGE: AnyEvent::Handle's tls_detect documentation gave
          separate major and minor versions, while code passed only a single
          value. This version follows the documentation and now passes separate
          major and minor values.
        - work around Net::SSLeay not having been ported to openssl 1.1, but many
          distributions compiling it against openssl 1.1, which unfortunately
          succeeds and results in a very broken module.
        - AnyEvent::DNS::dns_unpack now stores the original DNS packet
          in the __ member, to allow decoding of undecodable resouce records
          containing compressed domian names.
        - AnyEvent::Socket::parse_ipv6 would NOT, as advertised, accept ipv4
          addresses. It now does and converts them to ipv4 mapped addresses.
        - support CAA records, based on patch by Steve Atkins.
        - add freenom and cloudflare nameservers as dns fallback.
        - AnyEvent::Strict would not properly ward against io watchers
          on files when the handle passed was a file descriptor.
        - document "internal" variables used by the dns en-/decoder to allow
          enterprising users to extend them in a semi-official way.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/p5-AnyEvent/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-AnyEvent/distinfo

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.46 pkgsrc/devel/p5-AnyEvent/Makefile:1.47
--- pkgsrc/devel/p5-AnyEvent/Makefile:1.46      Sun Aug 11 13:18:49 2019
+++ pkgsrc/devel/p5-AnyEvent/Makefile   Thu Oct 10 11:25:07 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2019/08/11 13:18:49 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2019/10/10 11:25:07 mef Exp $
 
-DISTNAME=      AnyEvent-7.14
+DISTNAME=      AnyEvent-7.17
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=AnyEvent/}
 

Index: pkgsrc/devel/p5-AnyEvent/distinfo
diff -u pkgsrc/devel/p5-AnyEvent/distinfo:1.31 pkgsrc/devel/p5-AnyEvent/distinfo:1.32
--- pkgsrc/devel/p5-AnyEvent/distinfo:1.31      Sun Jun 25 05:09:18 2017
+++ pkgsrc/devel/p5-AnyEvent/distinfo   Thu Oct 10 11:25:07 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2017/06/25 05:09:18 mef Exp $
+$NetBSD: distinfo,v 1.32 2019/10/10 11:25:07 mef Exp $
 
-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
+SHA1 (AnyEvent-7.17.tar.gz) = 6aa1247d79a5617ca52786ea15c59fb915d299b8
+RMD160 (AnyEvent-7.17.tar.gz) = 7e48563f3afb596da7653fe7e101c8a6f390949e
+SHA512 (AnyEvent-7.17.tar.gz) = c553cce80fa14e2f91031c569d1c30acf470871ddd1c122fa3dd36cd1ba5b7002e7ba1dea4c950d889c7c661b81042dd97975e195a5325190ad644babff81e0a
+Size (AnyEvent-7.17.tar.gz) = 304845 bytes



Home | Main Index | Thread Index | Old Index