From owner-svn-src-vendor@freebsd.org Sat Jul 2 05:30:29 2016 Return-Path: <owner-svn-src-vendor@freebsd.org> Delivered-To: svn-src-vendor@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 51BE0B8F888; Sat, 2 Jul 2016 05:30:29 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E7C52F7A; Sat, 2 Jul 2016 05:30:29 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u625USWK052693; Sat, 2 Jul 2016 05:30:28 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u625USXd052691; Sat, 2 Jul 2016 05:30:28 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201607020530.u625USXd052691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper <ngie@FreeBSD.org> Date: Sat, 2 Jul 2016 05:30:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r302314 - in vendor/Juniper/libxo/dist: . tests/core X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the vendor work area tree <svn-src-vendor.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-vendor>, <mailto:svn-src-vendor-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-vendor/> List-Post: <mailto:svn-src-vendor@freebsd.org> List-Help: <mailto:svn-src-vendor-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-vendor>, <mailto:svn-src-vendor-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 02 Jul 2016 05:30:29 -0000 Author: ngie Date: Sat Jul 2 05:30:27 2016 New Revision: 302314 URL: https://svnweb.freebsd.org/changeset/base/302314 Log: Update libxo to 0.6.3 Obtained from: https://github.com/Juniper/libxo/tree/0.6.3 Sponsored by: EMC / Isilon Storage Division Modified: vendor/Juniper/libxo/dist/configure.ac vendor/Juniper/libxo/dist/tests/core/test_02.c Modified: vendor/Juniper/libxo/dist/configure.ac ============================================================================== --- vendor/Juniper/libxo/dist/configure.ac Fri Jul 1 23:18:49 2016 (r302313) +++ vendor/Juniper/libxo/dist/configure.ac Sat Jul 2 05:30:27 2016 (r302314) @@ -12,7 +12,7 @@ # AC_PREREQ(2.2) -AC_INIT([libxo], [0.6.2], [phil@juniper.net]) +AC_INIT([libxo], [0.6.3], [phil@juniper.net]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) # Support silent build rules. Requires at least automake-1.11. Modified: vendor/Juniper/libxo/dist/tests/core/test_02.c ============================================================================== --- vendor/Juniper/libxo/dist/tests/core/test_02.c Fri Jul 1 23:18:49 2016 (r302313) +++ vendor/Juniper/libxo/dist/tests/core/test_02.c Sat Jul 2 05:30:27 2016 (r302314) @@ -70,7 +70,7 @@ main (int argc, char **argv) xo_emit(" {:lines/%7ju} {:words/%7ju} " "{:characters/%7ju} {d:filename/%s}\n", - 20, 30, 40, "file"); + (uintmax_t) 20, (uintmax_t) 30, (uintmax_t) 40, "file"); int i; for (i = 0; i < 5; i++)