From owner-freebsd-questions@FreeBSD.ORG Mon Dec 3 20:53:05 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D87CD7D for ; Mon, 3 Dec 2012 20:53:05 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id BDDB68FC14 for ; Mon, 3 Dec 2012 20:53:04 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id qB3Kr12Z051105 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 3 Dec 2012 20:53:01 GMT (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.7.1 smtp.infracaninophile.co.uk qB3Kr12Z051105 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1354567981; bh=V3Glg8AGd8aW6tKq17/wHwSYmh7REXosyJG9pDwkoVQ=; h=Date:From:To:CC:Subject:References:In-Reply-To; z=Date:=20Mon,=2003=20Dec=202012=2020:53:00=20+0000|From:=20Matthew =20Seaman=20|To:=20Walter=20Hurry =20|CC:=20freebsd-questions@freebsd.org|Sub ject:=20Re:=20pkg=20upgrade?|References:=20=20<50BC4790.5010707@FreeBSD.org>=20=20<50BCCA1C.7010800@freebsd.org>=20=20|In-Reply-To:=20; b=s5OCdz9ZCfyCV1x9y5+mCAHDM4uqTUuzQrB9LA1M0ZhR/lQQ047mU6jKiGfOqkZa8 LR3wYkZAQTIXlpuz+RJnpue2jtwiGhk9o1xIlxRQtOd4nm98rPIezMiBpZPgLmFmcj zeexmmcdni80pHO5LhdNI/mizc4Ho5j86NeU6mfg= Message-ID: <50BD112C.2020707@infracaninophile.co.uk> Date: Mon, 03 Dec 2012 20:53:00 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Walter Hurry Subject: Re: pkg upgrade? References: <50BC4790.5010707@FreeBSD.org> <50BCCA1C.7010800@freebsd.org> In-Reply-To: X-Enigmail-Version: 1.4.6 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig81E238BBFF40E6F9DD63548C" X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2012 20:53:05 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig81E238BBFF40E6F9DD63548C Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 03/12/2012 18:18, Walter Hurry wrote: > I wonder if there is some kind of overflow problem with the calculation= s=20 > on larger packages? It's not an overflow: the size is stored as the ascii representation of an integer value in the pkg tarball and read into an int64_t variable (good for file sizes up to exabyte scales) and stored in sqlite columns equivalent in size to that. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey JID: matthew@infracaninophile.co.uk --------------enig81E238BBFF40E6F9DD63548C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlC9ES0ACgkQ8Mjk52CukIwB3ACghIMo/zsqoREzzgPWFGt9ofzl xEgAn0KPJJ8QVXWhIYyQHOTCNugNjJyJ =rIJu -----END PGP SIGNATURE----- --------------enig81E238BBFF40E6F9DD63548C--