From owner-svn-src-all@freebsd.org Sat Jun 4 18:54:38 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A8C7B6A757; Sat, 4 Jun 2016 18:54:38 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3A6E1EBE; Sat, 4 Jun 2016 18:54:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id n184so38331069wmn.1; Sat, 04 Jun 2016 11:54:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=cjp1waImL0flTVvg4F+zejHmirj7P/t8hkqzjYzJwcs=; b=h1bmtidps5B4AgSD5NmQe/lPkxikcGYOqURanjOZdLWhW/dVqCP1v6rnCfuwmMZTEx dMjmnDj0LVBv9LFrQD7ioqq/9VpYYJDfFMjil2fJEHnrBWNoFROBfxcXXIj9MOLXGcy9 0CfR49Et/15Ufsxj8vb/l59CLQ0mSSXh2O4/E/oT6E4Mskll2zY2l/xF5ARSn3kfvaUf ZbntXzH0q5BfMhM2IsrF/is5fVOlpsKfb2WThcOlBjuB7yHOGXVP7NuEjFZpf4AqHhaT cromC71ciJ/xY/lhLozJRb1uGjLfC2+OpWVsT6gtuAPMlcaH6sAKPiPmPXKsezzxZ8l6 uGPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=cjp1waImL0flTVvg4F+zejHmirj7P/t8hkqzjYzJwcs=; b=IPxjkZy92C+4sjXK7rysaXkbsX+rKvz0VAnRRnX3TJKNS9qr45zAKLyJ55dqlfvKdb D0ctCYI8jb5ovFDuk74CDzeyEzTwAWul/D7xHEJtdgPfMJIDnXjmzbGb/6X7ruqqckrX ud0RIsYMnWXGoIMuBBp5LBJ9oVg1aSWE0EaA4IFawusS0DhC6AsmjIKpqf0RCLjceFf/ FNk8IyArWa71qNG1TxN3CBwCH+8CjkrOTZl/jzIfuW5zborv2LyXcmj5HEvK28i2nVTx T7iPkmZXdwaRXj14Ledwtji2XKl+uTTpjyQ8Dhod3/bAnyOCZYzOex4ok5K4x5l0NFjE tyOw== X-Gm-Message-State: ALyK8tL/NtQ9M6Ronph/P8tQnx4QoxYhta4K/n108nkeMto5DsHyxMhnObRuCKxu11WHrw== X-Received: by 10.28.25.69 with SMTP id 66mr4525089wmz.39.1465066476442; Sat, 04 Jun 2016 11:54:36 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id t1sm11885915wjy.3.2016.06.04.11.54.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Jun 2016 11:54:35 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 4 Jun 2016 20:54:33 +0200 From: Baptiste Daroussin To: Conrad Meyer Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Subject: Re: svn commit: r301339 - in head: contrib/libucl/src contrib/libucl/uthash lib/libucl Message-ID: <20160604185433.GE22189@ivaldir.etoilebsd.net> References: <201606041457.u54EvPsu000829@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="o0ZfoUVt4BxPQnbU" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2016 18:54:38 -0000 --o0ZfoUVt4BxPQnbU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 04, 2016 at 09:07:27AM -0700, Conrad Meyer wrote: > On Sat, Jun 4, 2016 at 7:57 AM, Baptiste Daroussin wro= te: > > Author: bapt > > Date: Sat Jun 4 14:57:25 2016 > > New Revision: 301339 > > URL: https://svnweb.freebsd.org/changeset/base/301339 > > > > Log: > > Import libucl snapshot 20160604 > > > > It replaces xxhash with mumhash >=20 > Why was xxhash replaced with mumhash? Because upstream has perferred to switch to mumhash (I'm not upstream) >=20 > > It fixes issues with msgpack on non x86 >=20 The issue was problem with memory alignement in the code for the msgpack reader/emitter leading to bus error Best regards, Bapt --o0ZfoUVt4BxPQnbU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXUyMMAAoJEGOJi9zxtz5aocsP/0EustwmOoBR5ORuhVyZXgbC SW+QV7T12/dK+sdxhKHUw6RxjifGV/6KGx4VqmEIEnjpys4yNMVHHUlWUcO1Fsoo VsMlZqheIv70CF1Nh9ZF1s0faZgQ9YaudfIB+Hs1tSI4VAaN+y9R7xO2JTmZJsHk P0hbj2cmFdtP67E9lH1YvyenQl3AF6b3oyWp7dnNst/Sy2MCsoC9b03DudC87zFU +2EwCZlk9AVrk83Z11uaHcMREy8q6RKGjElpUf+51xCNoLEAtQ/nNoHdx0d2i5pK 2MJy2ySYSCx+ik1QFnGw3tmA8VDxCeLw9Q60bopBXTiAxxiIhme41U/3j0V5OUF8 2IqpF80XFVoHF46sg3z+TiZzBJz4xKosDVdYc2fkLAsDCWoCYXM5tNrvUelb0uVC JvgXHMKXAP+Z9mpg2cGcjLxgHgYNwlaat8senL4u4Q28iGfQSwEAsfmd7YF/UXO9 BUaQuHT5L9x627q8jCyGGCxe/OCpd/edKIjfRRW2Wt2lKYRoNS0ygYhoE9wgmQBB oxLuI7jcI7/0O4oldtlw1g65dKNiozX0MPUWYxZ7B0FSxORt/bEAaZbHpkddMsLo KPFKgwco79geFO0YioRB/Gdt0FuSQ2MlfzlTe16kHHXXA/JUNniINAD2ORxWasrI yPUefYG32aWqm7PBeCj4 =HzFb -----END PGP SIGNATURE----- --o0ZfoUVt4BxPQnbU--