From owner-freebsd-pkg@freebsd.org Fri May 25 17:19:26 2018 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AE59EEE4CA for ; Fri, 25 May 2018 17:19:26 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 300106A2CE for ; Fri, 25 May 2018 17:19:26 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E4BECEEE4C9; Fri, 25 May 2018 17:19:25 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0906EEE4C8 for ; Fri, 25 May 2018 17:19:25 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 81EED6A2CD for ; Fri, 25 May 2018 17:19:25 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 612DB3863; Fri, 25 May 2018 17:19:25 +0000 (UTC) Date: Fri, 25 May 2018 17:19:25 +0000 From: "Sergey A. Osokin" To: pkg@FreeBSD.org Subject: pkg(1) wants to downgrade? Message-ID: <20180525171925.GA674@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.26 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: Fri, 25 May 2018 17:19:26 -0000 Hi there, I've just upgraded to 11.2-BETA2 and found pkg(1) wants to downgrade my packages: x1% sudo pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking for upgrades (329 candidates): 100% Processing candidates (329 candidates): 100% The following 11 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: xorg-server: 1.18.4_6,1 -> 1.18.4_7,1 xorg-nestserver: 1.19.1_6,2 -> 1.19.1_7,2 firefox: 60.0.1,1 -> 60.0.1_1,1 Installed packages to be DOWNGRADED: sqlite3: 3.23.1 -> 3.22.0_2 python27: 2.7.15 -> 2.7.14_1 mesa-libs: 18.0.4 -> 17.3.9 libxcb: 1.13 -> 1.12_2 libdrm: 2.4.92,1 -> 2.4.89,1 glib: 2.50.3_3,1 -> 2.50.3_2,1 freetype2: 2.9.1 -> 2.8_2 fontconfig: 2.12.6,1 -> 2.12.1_3,1 Number of packages to be upgraded: 3 Number of packages to be downgraded: 8 ... % pkg -vvv Version : 1.10.5 PKG_DBDIR = "/var/db/pkg"; PKG_CACHEDIR = "/var/cache/pkg"; PORTSDIR = "/usr/ports"; INDEXDIR = ""; INDEXFILE = "INDEX-11"; HANDLE_RC_SCRIPTS = false; DEFAULT_ALWAYS_YES = false; ASSUME_ALWAYS_YES = false; REPOS_DIR [ "/etc/pkg/", "/usr/local/etc/pkg/repos/", ] PLIST_KEYWORDS_DIR = ""; SYSLOG = true; ABI = "FreeBSD:11:amd64"; ALTABI = "freebsd:11:x86:64"; DEVELOPER_MODE = false; VULNXML_SITE = "http://vuxml.freebsd.org/freebsd/vuln.xml.bz2"; FETCH_RETRY = 3; PKG_PLUGINS_DIR = "/usr/local/lib/pkg/"; PKG_ENABLE_PLUGINS = true; Is there any idea what's going on here? Thanks. -- Sergey A. Osokin