Received: by mail.netbsd.org (Postfix, from userid 605) id EBA5484D6A; Mon, 18 Nov 2019 15:42:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7383484D62 for ; Mon, 18 Nov 2019 15:42:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PYk2t4NgU3ws for ; Mon, 18 Nov 2019 15:42:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DBA1084C81 for ; Mon, 18 Nov 2019 15:42:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D911CFA97; Mon, 18 Nov 2019 15:42:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574091762264390" MIME-Version: 1.0 Date: Mon, 18 Nov 2019 15:42:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/php-baikal To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191118154242.D911CFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1574091762264390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 18 15:42:42 UTC 2019 Modified Files: pkgsrc/net/php-baikal: Makefile PLIST distinfo Log Message: php73-baikal: update to 0.6.1. 0.6.1 (2019-11-13) ------------------ * Fixed sync issues with Thunderbird * Ships with sabre/dav 4.0.2 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/php-baikal/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/php-baikal/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/php-baikal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574091762264390 Content-Disposition: inline Content-Length: 3385 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/php-baikal/Makefile diff -u pkgsrc/net/php-baikal/Makefile:1.12 pkgsrc/net/php-baikal/Makefile:1.13 --- pkgsrc/net/php-baikal/Makefile:1.12 Sun Nov 3 22:28:30 2019 +++ pkgsrc/net/php-baikal/Makefile Mon Nov 18 15:42:42 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2019/11/03 22:28:30 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2019/11/18 15:42:42 wiz Exp $ -DISTNAME= baikal-0.6.0 +DISTNAME= baikal-0.6.1 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=fruux/} Index: pkgsrc/net/php-baikal/PLIST diff -u pkgsrc/net/php-baikal/PLIST:1.7 pkgsrc/net/php-baikal/PLIST:1.8 --- pkgsrc/net/php-baikal/PLIST:1.7 Sun Nov 3 18:50:18 2019 +++ pkgsrc/net/php-baikal/PLIST Mon Nov 18 15:42:42 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2019/11/03 18:50:18 triaxx Exp $ +@comment $NetBSD: PLIST,v 1.8 2019/11/18 15:42:42 wiz Exp $ share/baikal/CHANGELOG.md share/baikal/Core/Distrib.php share/baikal/Core/Frameworks/Baikal/Controller/Main.php @@ -820,6 +820,7 @@ share/baikal/vendor/sabre/event/lib/Wild share/baikal/vendor/sabre/event/lib/coroutine.php share/baikal/vendor/sabre/event/phpunit.xml.dist share/baikal/vendor/sabre/http/.gitignore +share/baikal/vendor/sabre/http/.php_cs.dist share/baikal/vendor/sabre/http/.travis.yml share/baikal/vendor/sabre/http/CHANGELOG.md share/baikal/vendor/sabre/http/LICENSE @@ -853,6 +854,7 @@ share/baikal/vendor/sabre/http/lib/Respo share/baikal/vendor/sabre/http/lib/Sapi.php share/baikal/vendor/sabre/http/lib/Version.php share/baikal/vendor/sabre/http/lib/functions.php +share/baikal/vendor/sabre/http/phpstan.neon share/baikal/vendor/sabre/http/tests/HTTP/Auth/AWSTest.php share/baikal/vendor/sabre/http/tests/HTTP/Auth/BasicTest.php share/baikal/vendor/sabre/http/tests/HTTP/Auth/BearerTest.php @@ -871,6 +873,9 @@ share/baikal/vendor/sabre/http/tests/HTT share/baikal/vendor/sabre/http/tests/bootstrap.php share/baikal/vendor/sabre/http/tests/phpcs/ruleset.xml share/baikal/vendor/sabre/http/tests/phpunit.xml +share/baikal/vendor/sabre/http/tests/www/bar.php +share/baikal/vendor/sabre/http/tests/www/foo +share/baikal/vendor/sabre/http/tests/www/large.php share/baikal/vendor/sabre/uri/.gitattributes share/baikal/vendor/sabre/uri/.gitignore share/baikal/vendor/sabre/uri/.php_cs.dist Index: pkgsrc/net/php-baikal/distinfo diff -u pkgsrc/net/php-baikal/distinfo:1.8 pkgsrc/net/php-baikal/distinfo:1.9 --- pkgsrc/net/php-baikal/distinfo:1.8 Sun Nov 3 18:50:18 2019 +++ pkgsrc/net/php-baikal/distinfo Mon Nov 18 15:42:42 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/11/03 18:50:18 triaxx Exp $ +$NetBSD: distinfo,v 1.9 2019/11/18 15:42:42 wiz Exp $ -SHA1 (baikal-0.6.0.zip) = 47398b00cad4330bfac9df8abc03df896e2d206f -RMD160 (baikal-0.6.0.zip) = 3c0e03f2558c18997f0a712d313d67fd6b0dbf87 -SHA512 (baikal-0.6.0.zip) = 75cd3e30c3df4bc5057e14215b320647c9683702171671ed58ac83e12f7770454d81970f036fd96dbb9aefe0928fcf40ae11128687fd261a0dccadf15d148905 -Size (baikal-0.6.0.zip) = 3432758 bytes +SHA1 (baikal-0.6.1.zip) = c971ee72540d85d747caf8bccd8bcfecf3502873 +RMD160 (baikal-0.6.1.zip) = 8bea262e34d6802580621e0b8c05fb8ddb2124cc +SHA512 (baikal-0.6.1.zip) = d88ed9fbe1f934d52fd798165675b90972c47c9e138de61e17a14777590ebad5006c1a414a4e0119eb8fa718e01f2aadb6e1d180e23a51fb33e1b5a3539c9e38 +Size (baikal-0.6.1.zip) = 3437686 bytes --_----------=_1574091762264390--