Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6CCA9A650D for ; Fri, 30 Jan 2015 17:39:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0621C14A3AF; Fri, 30 Jan 2015 17:39:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5269D14A3AE for ; Fri, 30 Jan 2015 17:39:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id z4iFa7Vtmw8I for ; Fri, 30 Jan 2015 17:39:01 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 7990614A3AC for ; Fri, 30 Jan 2015 17:39:01 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id t0UHcvna013964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 30 Jan 2015 18:38:58 +0100 (CET) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id t0UHcvsb015095 for pkgsrc-changes@netbsd.org; Fri, 30 Jan 2015 18:38:57 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C62C714A241 for ; Thu, 29 Jan 2015 08:56:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IWobN9nQKo2P for ; Thu, 29 Jan 2015 08:56:15 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 42B0D14A23E for ; Thu, 29 Jan 2015 08:56:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3DA9998; Thu, 29 Jan 2015 08:56:15 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 29 Jan 2015 08:56:15 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Event-RPC To: pkgsrc-changes@netbsd.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150129085615.3DA9998@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Fri, 30 Jan 2015 18:38:58 +0100 (CET) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Thu Jan 29 08:56:15 UTC 2015 Modified Files: pkgsrc/devel/p5-Event-RPC: Makefile distinfo Log Message: Update to 1.05 -------------- 1.05 Tue Feb 28, 2014, joern Features: - New Method set_max_packet_size (Client and Server) to change the default value of 2 GB up to 4 GB (or less). Bugfixes - Increased default maximum packet size from 4 MB to 2 GB. - Fixed test suite for parallel execution by using different port numbers for the test server. Thanks for the report to Andreas Knig. - Applied a patch from Salvatore Bonaccorso which fixes missing encoding declarations in POD. Thanks! - Fixed some POD typos. Thanks for the report to Xavier Guimard. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Event-RPC/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Event-RPC/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.