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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to