[SVN-Commit] r1732 - branches/firefox33/www/linux-seamonkey trunk/www/linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Oct 15 10:31:14 UTC 2014


Author: jbeich
Date: Wed Oct 15 10:31:05 2014
New Revision: 1732

Log:
ditto for linux- ports

Modified:
   branches/firefox33/www/linux-seamonkey/Makefile.common
   trunk/www/linux-seamonkey/Makefile.common

Modified: branches/firefox33/www/linux-seamonkey/Makefile.common
==============================================================================
--- branches/firefox33/www/linux-seamonkey/Makefile.common	Wed Oct 15 02:24:39 2014	(r1731)
+++ branches/firefox33/www/linux-seamonkey/Makefile.common	Wed Oct 15 10:31:05 2014	(r1732)
@@ -75,8 +75,8 @@
 post-patch:
 	@${MKDIR} ${PREFS_FILE:H}
 
-	# empty port preferences
-	@${DO_NADA} >>${PREFS_FILE}
+	# disable SSL 3.0 per bug 1076983
+	${ECHO} 'pref("security.tls.version.min", 1);' >> ${PREFS_FILE}
 .endif
 
 .if !target(do-install)

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Wed Oct 15 02:24:39 2014	(r1731)
+++ trunk/www/linux-seamonkey/Makefile.common	Wed Oct 15 10:31:05 2014	(r1732)
@@ -75,8 +75,8 @@
 post-patch:
 	@${MKDIR} ${PREFS_FILE:H}
 
-	# empty port preferences
-	@${DO_NADA} >>${PREFS_FILE}
+	# disable SSL 3.0 per bug 1076983
+	${ECHO} 'pref("security.tls.version.min", 1);' >> ${PREFS_FILE}
 .endif
 
 .if !target(do-install)


More information about the freebsd-gecko mailing list