From owner-svn-ports-head@freebsd.org Tue Jul 14 09:17:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B56BD99CB2B; Tue, 14 Jul 2015 09:17:37 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DA1B1AF; Tue, 14 Jul 2015 09:17:36 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from [217.197.204.230] [217.197.204.230:54617] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id t6E9INLZ093761 (using TLSv1.2, with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Tue, 14 Jul 2015 12:18:23 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host [217.197.204.230] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Dmitry Marakasov Cc: Jung-uk Kim , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391918 - in head/security/pinentry: . files Date: Tue, 14 Jul 2015 09:17:23 +0000 Message-ID: <3612077.RNVvtYx8R2@mercury.ph.man.ac.uk> User-Agent: KMail/4.14.3 (FreeBSD/10.2-BETA1; KDE/4.14.3; amd64; ; ) In-Reply-To: <20150714015351.GB6337@hades.panopticon> References: <201507131645.t6DGjqK3028350@repo.freebsd.org> <20150714015351.GB6337@hades.panopticon> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 09:17:37 -0000 On Tue, 14 Jul 2015 04:53:51 +0300 Dmitry Marakasov wrote: > * Jung-uk Kim (jkim@FreeBSD.org) wrote: > > > Author: jkim > > Date: Mon Jul 13 16:45:52 2015 > > New Revision: 391918 > > URL: https://svnweb.freebsd.org/changeset/ports/391918 > > > > Log: > > - Update to 0.9.5. > > - Disable LIBSECRET option for GTK2 by default. It does not work and broke > > Thunderbird/Enigmail for me. > > > > Approved by: makc (maintainer) > > MFH: 2015Q3 > > At least pinentry-tty is broken after this: > > http://beefy5.nyi.freebsd.org/data/101i386-default/391964/logs/pinentry-tty-0.9.5.log > > Why hasn't this been tested? Fixed in r391975, sorry for breakage.