From owner-freebsd-pkg@FreeBSD.ORG Tue Apr 28 12:34:38 2015 Return-Path: Delivered-To: pkg@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 9BA5E1EB for ; Tue, 28 Apr 2015 12:34:38 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6092F16B1 for ; Tue, 28 Apr 2015 12:34:37 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 2265916A4CF for ; Tue, 28 Apr 2015 14:34:34 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Sw_5cmmBcShq; Tue, 28 Apr 2015 14:34:24 +0200 (CEST) Received: from [192.168.101.176] (vpn.ecoracks.nl [31.223.170.173]) by smtp.digiware.nl (Postfix) with ESMTPA id 73C6316A4CC for ; Tue, 28 Apr 2015 14:34:24 +0200 (CEST) Message-ID: <553F7E50.9000504@digiware.nl> Date: Tue, 28 Apr 2015 14:34:24 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: pkg@freebsd.org Subject: Upgrading postfixadmin leads to strange upgrades Content-Type: text/plain; charset=utf-8 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, 28 Apr 2015 12:34:38 -0000 This output sort of scared me away from doing the upgrade this way.... # pkg upgrade postfixadmin New packages to be INSTALLED: php56-session: 5.6.8 php56: 5.6.8 perl5: 5.18.4_13 oniguruma4: 4.7.1_1 php56-xml: 5.6.8 php56-mbstring: 5.6.8 php56-xmlrpc: 5.6.8 php56-mysql: 5.6.8 Installed packages to be UPGRADED: postfixadmin: 2.3.5 -> 2.3.7_1 libxml2: 2.8.0_1 -> 2.9.2_2 pkgconf: 0.9.8 -> 0.9.10 php5-session: 5.4.13 -> 5.4.40 apache22: 2.2.25 -> 2.2.29_2 php5-xml: 5.4.13 -> 5.4.40 php5: 5.4.16 -> 5.4.40 pcre: 8.32 -> 8.35_2 php5-mbstring: 5.4.13 -> 5.4.40 php5-xmlrpc: 5.4.13 -> 5.4.40 php5-mysql: 5.4.13 -> 5.4.40 Especialy where there is going to be a mix of php54 (which is what this server is running) and newly installed php56 things.... And note that I end up with both 5.4 and 5.6 base installed? And for postfixadmin the requirements are "simple": - You are using Postfix 2.0 or higher. - You are using Apache 1.3.27 / Lighttpd 1.3.15 or higher. - You are using PHP 5.1.2 or higher. - You are using MySQL 3.23 or higher (5.x recommended) OR PostgreSQL 7.4 (or higher) So I could expect things to be upgraded in the 5.4 tree, but getting 5.6 as a bonus??? Thanx, --WjW