From owner-freebsd-ports@freebsd.org Sun Nov 20 09:57:32 2016 Return-Path: Delivered-To: freebsd-ports@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 2861DC3E97F for ; Sun, 20 Nov 2016 09:57:32 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0EA5F904 for ; Sun, 20 Nov 2016 09:57:32 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0DD7BC3E97E; Sun, 20 Nov 2016 09:57:32 +0000 (UTC) Delivered-To: ports@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 0D7A6C3E97D for ; Sun, 20 Nov 2016 09:57:32 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1a.mailbox.org (mx1a.mailbox.org [80.241.60.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5C1D903; Sun, 20 Nov 2016 09:57:31 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 4630F43B84; Sun, 20 Nov 2016 10:50:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1479635429; bh=IetkQUBMp//7nL0OzcaxFJedgrRD1t80q 7tyU8n6YNs=; b=gAWbJsheUiTWanercZlgh1uJtdfaeFdvf7DCgu4iIDA7SU1DV knNqNajVsuA132Kb9bfRYpZTCcxDV5ioAX2ar8Bo/hSRWCevbOo+ZrTntx7OKwb4 y+cmT6Q+9yb3a9BT+cHF2INOF9Z/4++psyeyraUZWzrE0ZHTp+jH7yNkmvu22buB gNiSc+p6DJ5jRFQVd6EzG7Syaiya3JzGrpucExC/qgQhItbK57HWZiY2dtjyFqQl 0goTsUstFRDsaimEf1eogKd9wQfHJfh4yrSkO4KwxiwUYXLzoBQ8L54oFFkX+/Re vWfiShWgvzq/8XHnCIHSRtA2u9AEhWKXXcvHw== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id zEVo81kkSgqb; Sun, 20 Nov 2016 10:50:29 +0100 (CET) Date: Sun, 20 Nov 2016 10:50:26 +0100 Message-ID: <86fummwkd9.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: Roman Bogorodskiy Cc: ports@freebsd.org Subject: Re: svn commit: r426175 - head/security/libgpg-error In-Reply-To: <201611151548.uAFFmJ3D029626@repo.freebsd.org> References: <201611151548.uAFFmJ3D029626@repo.freebsd.org> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 09:57:32 -0000 Hi, Roman Bogorodskiy skrev: > > Author: novel > Date: Tue Nov 15 15:48:18 2016 > New Revision: 426175 > URL: https://svnweb.freebsd.org/changeset/ports/426175 > > Log: > security/libgpg-error: update to 1.25 > > Modified: > head/security/libgpg-error/Makefile > head/security/libgpg-error/distinfo > head/security/libgpg-error/pkg-plist Why no revert this update or mark BROKEN? It breaks gpg-agent (crashing) from gnupg-2.1.15. Thanks. -- Herbert