From owner-freebsd-stable@freebsd.org Fri Apr 26 21:59:32 2019 Return-Path: Delivered-To: freebsd-stable@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 6BA69159FC45 for ; Fri, 26 Apr 2019 21:59:32 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8056C8942A for ; Fri, 26 Apr 2019 21:59:31 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.15.2/8.15.2) with ESMTPS id x3QLxM00036700 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Fri, 26 Apr 2019 23:59:22 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ximalas.info; s=default; t=1556315963; bh=wyqflFdpO2/tPo8JFxYPnkBDhyisxiPYHM99oOcpMlw=; h=Date:From:To:Subject:In-Reply-To:References; b=lFM+lMdRrZPre+2hdW7ho41xzRZ+dmEWCG1oPnrFWtdheJcINHBbtDGJADj5n5KUR TtWt/nfiK0f2XfS6mGhY8DDAJj+z/MmkKL9QQGd97Z06mkAlwjRr5sK/H9BpJQ+LGC KGLqEI7P5wVmNPBx3toRdzO/NyyyeSvi7KXkGOBJxXMclkiGs2ccE1s9SJwwzOgP00 YZNj81zqeIxIV0zZPX6ZcFTxgvEsiPb1aTTNhMF6n+Q88aMyf4028DFQjqp21OxYQP BjLE3pTvhAvO20m2wGyx7dKPMfY5b8as5/muPCn2hNbS3Iz973vkJUS1b+TwLmMSGW utk0aAnGyTlJQ== Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.15.2/8.15.2/Submit) with ESMTP id x3QLxMFW036619 for ; Fri, 26 Apr 2019 23:59:22 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Fri, 26 Apr 2019 23:59:22 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Sender: Trond.Endrestol@ximalas.info To: freebsd-stable@freebsd.org Subject: Re: Pkg upgrade for 12-STABLE builds in "Latest" broken? In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-ID: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on enterprise.ximalas.info X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2019 21:59:32 -0000 On Fri, 26 Apr 2019 15:50-0500, Karl Denninger wrote: > pkg: > http://pkg.FreeBSD.org/FreeBSD:12:amd64/latest/All/dovecot-2.3.5.txz: > Not Found The most recent package is dovecot-2.3.5.2.txz. Sometimes pkg has stale data in its cache. Try running pkg update -f to refresh the cache. -- Trond.