[SVN-Commit] r1343 - in trunk: mail/thunderbird www/firefox-nightly www/seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Aug 31 15:20:09 UTC 2013
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}
More information about the freebsd-gecko
mailing list