From owner-freebsd-ports@freebsd.org Wed Nov 21 19:25:57 2018 Return-Path: Delivered-To: freebsd-ports@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 0677A1143071 for ; Wed, 21 Nov 2018 19:25:57 +0000 (UTC) (envelope-from kevans@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 8693771DAF for ; Wed, 21 Nov 2018 19:25:56 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4543E114306E; Wed, 21 Nov 2018 19:25:56 +0000 (UTC) Delivered-To: ports@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 263CA114306D for ; Wed, 21 Nov 2018 19:25:56 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B807571DAA for ; Wed, 21 Nov 2018 19:25:55 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 536D8251CA for ; Wed, 21 Nov 2018 19:25:55 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f171.google.com with SMTP id v1-v6so5872553ljd.0 for ; Wed, 21 Nov 2018 11:25:55 -0800 (PST) X-Gm-Message-State: AGRZ1gIkMi2/9fOAxilv9nNptIbt1/b9G5eZ2UYjQBFcc9V7CmRC0QqH X5wsrDikEhhB97qgHFkkqI1XK0snh+do3WvNxMc= X-Google-Smtp-Source: AJdET5cI1DwOdwy1u+raEQ0qBuT/DECU+3plSv5C9BUX+t7qcklNdjLIsBSXc1yCVt/0u9Bi2Ik4eGWa9QIcb5FQqBQ= X-Received: by 2002:a2e:9181:: with SMTP id f1-v6mr4796296ljg.64.1542828353857; Wed, 21 Nov 2018 11:25:53 -0800 (PST) MIME-Version: 1.0 References: <673536d13c9df73c707a3e17dcaf0f5a@mailman-hosting.com> In-Reply-To: <673536d13c9df73c707a3e17dcaf0f5a@mailman-hosting.com> From: Kyle Evans Date: Wed, 21 Nov 2018 13:25:41 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Upgrade of security/openssl111 fails to install To: jim@mailman-hosting.com Cc: ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 8693771DAF X-Spamd-Result: default: False [-1.12 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.82)[-0.819,0]; NEURAL_SPAM_SHORT(0.47)[0.469,0]; NEURAL_HAM_LONG(-0.77)[-0.772,0]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2018 19:25:57 -0000 On Wed, Nov 21, 2018 at 9:53 AM wrote: > > Hello, > > After upgrading my packages with poudriere, the updated version > (1.1.1.a) is not installed by pkg(8). Apparently, because of the > versioning, it's seen as a downgrade: > > root@teresa:~ # pkg upgrade > Updating poudriere-php56-openssl111 repository catalogue... > poudriere-php56-openssl111 repository is up to date. > All repositories are up to date. > Checking for upgrades (1 candidates): 100% > Processing candidates (1 candidates): 100% > Checking integrity... done (0 conflicting) > Your packages are up to date. > > > root@teresa:~ # pkg upgrade -f openssl111 > Updating poudriere-php56-openssl111 repository catalogue... > poudriere-php56-openssl111 repository is up to date. > All repositories are up to date. > Checking integrity... done (0 conflicting) > The following 1 package(s) will be affected (of 0 checked): > > Installed packages to be DOWNGRADED: > openssl111: 1.1.1_2 -> 1.1.1.a [poudriere-php56-openssl111] > > Number of packages to be downgraded: 1 > > Proceed with this action? [Y/n]: > This should be corrected in the next build; mat@ fixed the version in r485516