Received: by mail.netbsd.org (Postfix, from userid 605) id D2FA184D7C; Mon, 31 Jul 2017 14:25:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 661BE84D51 for ; Mon, 31 Jul 2017 14:25:47 +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 kCD3QdL8kW_P for ; Mon, 31 Jul 2017 14:25:46 +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 BD4A084D2F for ; Mon, 31 Jul 2017 14:25:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB529FACD; Mon, 31 Jul 2017 14:25:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501511146201350" MIME-Version: 1.0 Date: Mon, 31 Jul 2017 14:25:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rugged To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170731142546.BB529FACD@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. --_----------=_1501511146201350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jul 31 14:25:46 UTC 2017 Modified Files: pkgsrc/devel/ruby-rugged: Makefile PLIST distinfo Log Message: Update ruby-rugged to 0.26.0. * Allow disabling rename detection for merge operations. * Documentation fix: Iterator -> Enumerator * Use Gem.win_platform? instead of custom code * add a little hint in the readme for google * cmake: honor CMAKE_FLAGS environment variable * cmake: honor `--with-sha1dc` * Better error messages for bad signature hash keys * Catch up to libgit2 0.26. * Add a method to parse a signature from a buffer To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-rugged/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-rugged/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-rugged/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501511146201350 Content-Disposition: inline Content-Length: 4970 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rugged/Makefile diff -u pkgsrc/devel/ruby-rugged/Makefile:1.11 pkgsrc/devel/ruby-rugged/Makefile:1.12 --- pkgsrc/devel/ruby-rugged/Makefile:1.11 Sat Feb 18 13:18:17 2017 +++ pkgsrc/devel/ruby-rugged/Makefile Mon Jul 31 14:25:46 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2017/02/18 13:18:17 taca Exp $ +# $NetBSD: Makefile,v 1.12 2017/07/31 14:25:46 taca Exp $ -DISTNAME= rugged-0.25.1.1 +DISTNAME= rugged-0.26.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rugged/PLIST diff -u pkgsrc/devel/ruby-rugged/PLIST:1.9 pkgsrc/devel/ruby-rugged/PLIST:1.10 --- pkgsrc/devel/ruby-rugged/PLIST:1.9 Sat Feb 18 13:18:17 2017 +++ pkgsrc/devel/ruby-rugged/PLIST Mon Jul 31 14:25:46 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2017/02/18 13:18:17 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2017/07/31 14:25:46 taca Exp $ ${GEM_HOME}/build_info/${GEM_NAME}.info ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete @@ -182,6 +182,7 @@ ${GEM_LIBDIR}/vendor/libgit2/include/git ${GEM_LIBDIR}/vendor/libgit2/include/git2/tree.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/types.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/version.h +${GEM_LIBDIR}/vendor/libgit2/include/git2/worktree.h ${GEM_LIBDIR}/vendor/libgit2/libgit2.pc.in ${GEM_LIBDIR}/vendor/libgit2/src/annotated_commit.c ${GEM_LIBDIR}/vendor/libgit2/src/annotated_commit.h @@ -266,20 +267,27 @@ ${GEM_LIBDIR}/vendor/libgit2/src/global. ${GEM_LIBDIR}/vendor/libgit2/src/graph.c ${GEM_LIBDIR}/vendor/libgit2/src/hash.c ${GEM_LIBDIR}/vendor/libgit2/src/hash.h +${GEM_LIBDIR}/vendor/libgit2/src/hash/hash_collisiondetect.h ${GEM_LIBDIR}/vendor/libgit2/src/hash/hash_common_crypto.h ${GEM_LIBDIR}/vendor/libgit2/src/hash/hash_generic.c ${GEM_LIBDIR}/vendor/libgit2/src/hash/hash_generic.h ${GEM_LIBDIR}/vendor/libgit2/src/hash/hash_openssl.h ${GEM_LIBDIR}/vendor/libgit2/src/hash/hash_win32.c ${GEM_LIBDIR}/vendor/libgit2/src/hash/hash_win32.h +${GEM_LIBDIR}/vendor/libgit2/src/hash/sha1dc/sha1.c +${GEM_LIBDIR}/vendor/libgit2/src/hash/sha1dc/sha1.h +${GEM_LIBDIR}/vendor/libgit2/src/hash/sha1dc/ubc_check.c +${GEM_LIBDIR}/vendor/libgit2/src/hash/sha1dc/ubc_check.h ${GEM_LIBDIR}/vendor/libgit2/src/hashsig.c ${GEM_LIBDIR}/vendor/libgit2/src/ident.c +${GEM_LIBDIR}/vendor/libgit2/src/idxmap.c ${GEM_LIBDIR}/vendor/libgit2/src/idxmap.h ${GEM_LIBDIR}/vendor/libgit2/src/ignore.c ${GEM_LIBDIR}/vendor/libgit2/src/ignore.h ${GEM_LIBDIR}/vendor/libgit2/src/index.c ${GEM_LIBDIR}/vendor/libgit2/src/index.h ${GEM_LIBDIR}/vendor/libgit2/src/indexer.c +${GEM_LIBDIR}/vendor/libgit2/src/indexer.h ${GEM_LIBDIR}/vendor/libgit2/src/integer.h ${GEM_LIBDIR}/vendor/libgit2/src/iterator.c ${GEM_LIBDIR}/vendor/libgit2/src/iterator.h @@ -306,11 +314,13 @@ ${GEM_LIBDIR}/vendor/libgit2/src/odb.h ${GEM_LIBDIR}/vendor/libgit2/src/odb_loose.c ${GEM_LIBDIR}/vendor/libgit2/src/odb_mempack.c ${GEM_LIBDIR}/vendor/libgit2/src/odb_pack.c +${GEM_LIBDIR}/vendor/libgit2/src/offmap.c ${GEM_LIBDIR}/vendor/libgit2/src/offmap.h ${GEM_LIBDIR}/vendor/libgit2/src/oid.c ${GEM_LIBDIR}/vendor/libgit2/src/oid.h ${GEM_LIBDIR}/vendor/libgit2/src/oidarray.c ${GEM_LIBDIR}/vendor/libgit2/src/oidarray.h +${GEM_LIBDIR}/vendor/libgit2/src/oidmap.c ${GEM_LIBDIR}/vendor/libgit2/src/oidmap.h ${GEM_LIBDIR}/vendor/libgit2/src/openssl_stream.c ${GEM_LIBDIR}/vendor/libgit2/src/openssl_stream.h @@ -456,6 +466,8 @@ ${GEM_LIBDIR}/vendor/libgit2/src/win32/w ${GEM_LIBDIR}/vendor/libgit2/src/win32/w32_util.c ${GEM_LIBDIR}/vendor/libgit2/src/win32/w32_util.h ${GEM_LIBDIR}/vendor/libgit2/src/win32/win32-compat.h +${GEM_LIBDIR}/vendor/libgit2/src/worktree.c +${GEM_LIBDIR}/vendor/libgit2/src/worktree.h ${GEM_LIBDIR}/vendor/libgit2/src/xdiff/xdiff.h ${GEM_LIBDIR}/vendor/libgit2/src/xdiff/xdiffi.c ${GEM_LIBDIR}/vendor/libgit2/src/xdiff/xdiffi.h Index: pkgsrc/devel/ruby-rugged/distinfo diff -u pkgsrc/devel/ruby-rugged/distinfo:1.8 pkgsrc/devel/ruby-rugged/distinfo:1.9 --- pkgsrc/devel/ruby-rugged/distinfo:1.8 Sat Feb 18 13:18:17 2017 +++ pkgsrc/devel/ruby-rugged/distinfo Mon Jul 31 14:25:46 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/02/18 13:18:17 taca Exp $ +$NetBSD: distinfo,v 1.9 2017/07/31 14:25:46 taca Exp $ -SHA1 (rugged-0.25.1.1.gem) = 12fe268707728ca21d4d9862c3f19fcb0c5385af -RMD160 (rugged-0.25.1.1.gem) = ae7712a141108a44e320d2bfe1c9af9258bbf46c -SHA512 (rugged-0.25.1.1.gem) = bbddc4f09f7e107a6f5d005def10869484a8a012f75a541a01061f3533023b10e91db7443834e6965e446c8c9402d0000daab2b07c8c05c1876191c1cfe2f634 -Size (rugged-0.25.1.1.gem) = 1096704 bytes +SHA1 (rugged-0.26.0.gem) = 04238f157b380638c9cf811376b81cdca7e55276 +RMD160 (rugged-0.26.0.gem) = 680c97bbc958488916220694aff4301783427361 +SHA512 (rugged-0.26.0.gem) = 012318d7a4ef57a42af7b49470fb139ab06a7aa6554fe5fa87ad1a1a01fce2d3cfc8efd1ebd2c7e1673008b365d3d3e58440211e80d6b528dd22a2f3e4fd3b9f +Size (rugged-0.26.0.gem) = 1127424 bytes --_----------=_1501511146201350--