From owner-svn-ports-head@freebsd.org Fri Aug 14 19:59:32 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 4B8689BA54E for ; Fri, 14 Aug 2015 19:59:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (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 21C791D7C for ; Fri, 14 Aug 2015 19:59:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 415F121ED2 for ; Fri, 14 Aug 2015 15:59:31 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Fri, 14 Aug 2015 15:59:31 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=XUv8mfpAJPpHBrR 0FjM1xIPL2Zg=; b=UN0D3qjiXm3kwXldFC55464GgdsZuk4VIPRDKPl/r3Qy7qW ymP762BwIVklJMScMHCq6PCPjctDocuV0R9H+K25VwJwAdTlpTh72k33GDZhS7Mo 9Biv4pWbadR0cvk09jju113Tvsa03xZYYWXEqUO6MXVIvprMhqfiTUkC4phE= Received: by web3.nyi.internal (Postfix, from userid 99) id 0DA511065B2; Fri, 14 Aug 2015 15:59:31 -0400 (EDT) Message-Id: <1439582370.3498509.356553569.16114743@webmail.messagingengine.com> X-Sasl-Enc: VwDobfk4X+dD1KhFPrNCjADLiHrFS5FaxCgS+SeF2NIH 1439582370 From: Mark Felder To: junovitch@FreeBSD.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4fee8ba5 In-Reply-To: <20150814174100.GA25051@Silverstone.nc-us.unovitch.com> References: <201508141639.t7EGdx4d035522@repo.freebsd.org> <20150814174100.GA25051@Silverstone.nc-us.unovitch.com> Subject: Re: svn commit: r394234 - head/security/gnutls Date: Fri, 14 Aug 2015 14:59:30 -0500 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: Fri, 14 Aug 2015 19:59:32 -0000 On Fri, Aug 14, 2015, at 12:41, Jason Unovitch wrote: > On Fri, Aug 14, 2015 at 04:39:59PM +0000, Mark Felder wrote: > > Modified: head/security/gnutls/distinfo > > ============================================================================== > > --- head/security/gnutls/distinfo Fri Aug 14 16:39:33 2015 (r394233) > > +++ head/security/gnutls/distinfo Fri Aug 14 16:39:58 2015 (r394234) > > @@ -1,2 +1,2 @@ > > -SHA256 (gnutls-3.3.16.tar.xz) = 80a471c723572a43ddbe75d7825a3275f640650cc99eae42963ab39b9d0b7552 > > -SIZE (gnutls-3.3.16.tar.xz) = 6298460 > > +SHA256 (gnutls-3.3.17.1.tar.xz) = b40f158030a92f450a07b20300a3996710ca19800848d9f6fd62493170c5bbb4 > > +SIZE (gnutls-3.3.17.1.tar.xz) = 6339588 > > That's the most recent release on > ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/ but a make fetch is failing on > all the mirrors we are using. Should we add the main gnutls.org site as > a MASTER_SITE? > Maybe! I'm looking to this now... Thanks