Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 15:20:02 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1343 - in trunk: mail/thunderbird www/firefox-nightly www/seamonkey
Message-ID:  <201308311520.r7VFK2SE049143@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308311520.r7VFK2SE049143>