From owner-freebsd-questions@FreeBSD.ORG Fri Dec 19 04:49:19 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EC5419F for ; Fri, 19 Dec 2014 04:49:19 +0000 (UTC) Received: from mail-qc0-f171.google.com (mail-qc0-f171.google.com [209.85.216.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1126120DE for ; Fri, 19 Dec 2014 04:49:18 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id r5so200078qcx.2 for ; Thu, 18 Dec 2014 20:49:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=rkyzjqR4yTOaEVz4HEDfI7mMClnb4CuJcuMewLR3GIs=; b=Jc+0yJIUrHyHaPpZGmKSsczdfk/hpSV+Uo9I6tXG+u5GKixxL+7KjU3rOSeOlYMwMy mgR2OTF5ZGxLPu94s7oIYS4lkPCkMl+dOK9cHUgoKzVhlarL/kp2hm87M9Odx4QLRkkF b8dKR7F8baMB3naHl0GVEL+IPLlXpohmilY+M5IPERWWinICx3WtzJ6z2ffmG9pdbCY0 Yv4Fd1QBxSiICiOk2KanNMBRv/q0MIIfS9GLf8LsZhdQmZWPrvxtnI0vsASknlSAwikq TwtaJaFayphe3wr1f9EIjeujaKwXvehzak19GEJ3NZfipIP2UnpYzeX098i7Q38csAUs rYfQ== X-Gm-Message-State: ALoCoQlwvkngIgZ5ovoypfuNGj5zwAbhnAe+Xy0gzVovPXOfCUDYpQ/M3bTg5EXO7Xh8Osd+RlqL MIME-Version: 1.0 X-Received: by 10.140.39.201 with SMTP id v67mr9673639qgv.45.1418963072502; Thu, 18 Dec 2014 20:24:32 -0800 (PST) Received: by 10.140.19.17 with HTTP; Thu, 18 Dec 2014 20:24:32 -0800 (PST) Date: Thu, 18 Dec 2014 23:24:32 -0500 Message-ID: Subject: pkg versions don't match From: Alejandro Imass To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2014 04:49:19 -0000 Hi, I am new to pkg and using a relatively recently installed 10.0-RELEASE. Today I tried installing and upgrading stuff and the pkg versions on http://pkg.freebsd.org differ from those that pkg finds. I tried pkg update, etc. but everything says up to date. nevertheless the versions in: http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/ Do not match. Look at this example: root@poseidon:/etc/pkg # pkg search fail2ban py27-fail2ban-0.9.0_2 root@poseidon:/etc/pkg # pkg install py27-fail2ban Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. The following 6 packages will be affected (of 0 checked): New packages to be INSTALLED: py27-fail2ban: 0.9.0_2 python27: 2.7.8_4 python2: 2_3 py27-setuptools27: 5.5.1 py27-sqlite3: 2.7.8_5 sqlite3: 3.8.6 The process will require 68 MB more space. 10 MB to be downloaded. Proceed with this action? [y/N]: y pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/All/py27-fail2ban-0.9.0_2.txz: Not Found In effect the correct version should be py27-fail2ban-0.9.1.txz How to I update the local pkg db? I updated ports collections thinking they were somehow related but nothing. I don't know what else to do. Thanks for any pointers. -- Alejandro Imass