From owner-svn-ports-head@freebsd.org Fri Aug 14 17:41:04 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 4BAC29B89C4; Fri, 14 Aug 2015 17:41:04 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-qk0-x22a.google.com (mail-qk0-x22a.google.com [IPv6:2607:f8b0:400d:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 058B51D43; Fri, 14 Aug 2015 17:41:04 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by qkcs67 with SMTP id s67so27949911qkc.1; Fri, 14 Aug 2015 10:41:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=7Z2Q/E0NTSWIwVyxv0yWjdw1I0fkowHmdKvBV1uXhm0=; b=L96yh/oyJ7tvPKgi+M1k64QrPkfR9xWb1MkAkVdFCxPENfi8q5nabOb52RkcOyIkZb jmGIMUMKWfxlGvDlS+RrI2JvDQgcZ5QEk+5Qf+DxLiUL5DprMqkR7c7PSUhbvscpriyV /uUB2FQ1rKShBENvduU6kTYPeA0vm1v9n5fFDITsFVV2kEGGKsh0NfWtpHVAlW4ot4rX uSPKpazsVSHX9BHV1ZRuUaYmM48WjUi3f7gbuibIKe1kwBvbTquFWUhl3I+ztNemgMbM l5S1EEK2kqcpwfiZVg3wVOeXzV2U1H0BYWBxUyJ/hRnQzsCsTWdxU64z3qreSBgkDZrV I6rw== X-Received: by 10.55.31.213 with SMTP id n82mr79208298qkh.102.1439574063171; Fri, 14 Aug 2015 10:41:03 -0700 (PDT) Received: from Silverstone.nc-us.unovitch.com ([2606:a000:568e:d402:be5f:f4ff:fe5d:f28]) by smtp.gmail.com with ESMTPSA id m62sm3360032qhb.45.2015.08.14.10.41.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Aug 2015 10:41:02 -0700 (PDT) Date: Fri, 14 Aug 2015 13:41:00 -0400 From: Jason Unovitch To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r394234 - head/security/gnutls Message-ID: <20150814174100.GA25051@Silverstone.nc-us.unovitch.com> Reply-To: junovitch@FreeBSD.org References: <201508141639.t7EGdx4d035522@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201508141639.t7EGdx4d035522@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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 17:41:04 -0000 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?