From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 31 15:20:09 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7E75E09 for ; Sat, 31 Aug 2013 15:20:09 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5560126D9 for ; Sat, 31 Aug 2013 15:20:09 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r7VFK7t2050102 for ; Sat, 31 Aug 2013 15:20:07 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r7VFK2SE049143 for freebsd-gecko@freebsd.org; Sat, 31 Aug 2013 15:20:02 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 31 Aug 2013 15:20:02 GMT Message-Id: <201308311520.r7VFK2SE049143@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1343 - in trunk: mail/thunderbird www/firefox-nightly www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 15:20:09 -0000 Author: jbeich Date: Sat Aug 31 15:20:02 2013 New Revision: 1343 Log: prevent MITM when fetching new distfile Modified: trunk/mail/thunderbird/Makefile trunk/www/firefox-nightly/Makefile trunk/www/seamonkey/Makefile Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sat Aug 31 15:19:54 2013 (r1342) +++ trunk/mail/thunderbird/Makefile Sat Aug 31 15:20:02 2013 (r1343) @@ -78,7 +78,7 @@ .endif .if ${PORT_OPTIONS:MENIGMAIL} -MASTER_SITES+= http://www.enigmail.net/download/source/:enigmail +MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg EM_DISTNAME= enigmail-${EM_VERSION} Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Sat Aug 31 15:19:54 2013 (r1342) +++ trunk/www/firefox-nightly/Makefile Sat Aug 31 15:20:02 2013 (r1343) @@ -5,7 +5,7 @@ PORTVERSION= 26.0.${HGREV:C/:.*//} PORTEPOCH= 1 CATEGORIES= www ipv6 -MASTER_SITES= http://hg.mozilla.org/mozilla-central/archive/ +MASTER_SITES= https://hg.mozilla.org/mozilla-central/archive/ PKGNAMESUFFIX= ${MOZILLA_SUFX} DISTNAME= ${HGREV:C/.*://} DIST_SUBDIR= ${MOZILLA} Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sat Aug 31 15:19:54 2013 (r1342) +++ trunk/www/seamonkey/Makefile Sat Aug 31 15:20:02 2013 (r1343) @@ -92,7 +92,7 @@ MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif .if ${PORT_OPTIONS:MENIGMAIL} -MASTER_SITES+= http://www.enigmail.net/download/source/:enigmail +MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg EM_DISTNAME= enigmail-${EM_VERSION}