From owner-freebsd-current@FreeBSD.ORG Thu Dec 26 19:09:07 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99F11EC2 for ; Thu, 26 Dec 2013 19:09:07 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 27A0819FB for ; Thu, 26 Dec 2013 19:09:07 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id p61so7644300wes.31 for ; Thu, 26 Dec 2013 11:09:05 -0800 (PST) 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-type:content-disposition:in-reply-to:user-agent; bh=Y3V5rL4JAvt/Hrm4KsctH7mEhQXrIMXZpE5ggpDc9GE=; b=NIVZ3zEUt43JyFJjScsq2AASST+i8/w/JzOieS/aSufZbl2IvwYyEymtZcIfGw0f+I Zhwq/1J1xD9X6553NfDRw+g1AhbqASj59SMDiXABa7szqHfe+PBHCMJrvGjD0PJeaCa6 sIUzMbasbsu2J0JGAKA/OfU9XUoxBkEfcT0Z2pe+cyhvz/XNTxCxJ3pyOsq6zoFFKYia ibLVDmjBLsdauT2dtPNPeXlL1HkAG68cVZ0HlPbx6FR+HVeeIHMsZEO5UJNdTbsVEe7p 8VUHqWhzbF4/lPWpVyN01rZZWt0iJtWppiB66awOmCNCZWqj5y1ljCQgtvW/Eb+WRs/z ZGGQ== X-Received: by 10.194.175.66 with SMTP id by2mr5610711wjc.59.1388084945395; Thu, 26 Dec 2013 11:09:05 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id a9sm35022246wiy.10.2013.12.26.11.09.04 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 26 Dec 2013 11:09:04 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 26 Dec 2013 20:09:03 +0100 From: Baptiste Daroussin To: Steve Kargl Subject: Re: PACKAGESITE spam Message-ID: <20131226190902.GT40122@ithaqua.etoilebsd.net> References: <52B5DF8C.5050204@gmx.com> <20131221200538.GA60827@troutmask.apl.washington.edu> <52B7432D.3070106@bluerosetech.com> <20131226111644.GA46781@server.rulingia.com> <20131226114131.GH40122@ithaqua.etoilebsd.net> <20131226190634.GA70196@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/7+LvQqw8N5lf/3J" Content-Disposition: inline In-Reply-To: <20131226190634.GA70196@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current , Peter Jeremy X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 19:09:07 -0000 --/7+LvQqw8N5lf/3J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 26, 2013 at 11:06:34AM -0800, Steve Kargl wrote: > On Thu, Dec 26, 2013 at 12:41:31PM +0100, Baptiste Daroussin wrote: > > On Thu, Dec 26, 2013 at 10:16:44PM +1100, Peter Jeremy wrote: > > > On 2013-Dec-22 11:53:17 -0800, Darren Pilgrim wrote: > > > >Because of that deinstall log. When you use `pkg install` to upgrad= e a=20 > > > >port, you get something like this: > > > > > > > >Jul 10 23:06:40 chombo pkg-static: ca_root_nss-3.15.1 installed > > > >Nov 29 15:04:52 chombo pkg: ca_root_nss reinstalled: 3.15.2_1 > > > > > > > >That information does not exist in the pkg database. > > >=20 > > > I agree that's a serious bug/regression in the pkg database: With the > > > old pkg system, I could tell when a port was installed by looking at > > > the timestamps on the +COMMENT file. The install time is needed to > > > answer questions like "does this entry in UPDATING affect me" (ie have > > > I rebuilt the port since the entry date). It's something I used > > > regularly and its absence is a PITA. > >=20 > > You can still query from the package database about the installation ti= me. > >=20 >=20 > How? >=20 > % pkg info | grep gcc > gcc-4.6.4 GNU Compiler Collection 4.6 > makedep-1.0.2_1 Create dependencies in makefiles using 'gcc -= M' > % pkg query -F gcc-4.6.4 %t > pkg: archive_read_open_filename(gcc-4.6.4): Failed to open 'gcc-4.6.4' > % pkg query %t gcc-4.6.4 > 1387742889 >=20 > Is that seconds since the epoch? If yes, if may be prudent to add a > %T format, so one can easily determine that 1387742889 is Sun Dec 22 > 23:20:51 2013. >=20 Good idea. regards, Bapt --/7+LvQqw8N5lf/3J Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlK8fs4ACgkQ8kTtMUmk6EzcvACgtmuYzyd3FHF+8yeqsWS7YoBI XXcAn1qkHEhS7kM8k8oitk/wLyK8WKdM =nDmE -----END PGP SIGNATURE----- --/7+LvQqw8N5lf/3J--