From owner-freebsd-pkg@freebsd.org Tue Dec 8 17:57:41 2015 Return-Path: Delivered-To: freebsd-pkg@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 5C41D9D4C6D for ; Tue, 8 Dec 2015 17:57:41 +0000 (UTC) (envelope-from ben@electricembers.coop) Received: from npomail1.electricembers.net (mail.electricembers.net [208.90.215.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.electricembers.net", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A72F13E4 for ; Tue, 8 Dec 2015 17:57:40 +0000 (UTC) (envelope-from ben@electricembers.coop) Received: from private by npomail1.electricembers.net; DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=electricembers.coop; s=internal; t=1449597106; bh=4CquN3zEPlDKja1sggMAylmld16Ps/3aLQUCeJxm83w=; l=645; h=Subject:To:From:MIME-Version:Content-Type: Content-Transfer-Encoding; b=uYcPLoB9ZbB45ewlFHSmv42s/qNhX1n2WnFAxVVEG5dBRDlFq+f7pCO0kw+spG2jo cpTQWdv/5Y7qNbBIk/acMGKupAesjvFbyc48DRVNCN/jfDOzQdsvU6gC1w6qDBrcmw k7yyPeIBXVYD7tBJi8pq/b6nJqASpfqNBI2oQixc= Subject: Re: locked packages got upgraded anyway To: freebsd-pkg@freebsd.org References: <561D8634.40103@electricembers.coop> <1444834799.3166860.410090913.6644022C@webmail.messagingengine.com> From: Benjamin Connelly Message-ID: <566718B3.4070802@electricembers.coop> Date: Tue, 8 Dec 2015 09:51:47 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 17:57:41 -0000 > We have a few ports we compile with different compile time options > than the FreeBSD binary repo, so we keep them locked. Last night when > doing some patching, we saw those locked packages get updated anyhow. > For example, pkg said all of these things on one system: This problem came up again with upgrades last night, so pkg version 1.6.1_2 where it says "I won't touch these because they are locked:" and then goes and touches them because there are minor version upticks available in the repo. Benjamin P.S. If there's a place you need me to file a bug report or provide more details I will gladly take the time.