Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2014 10:31:05 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1732 - branches/firefox33/www/linux-seamonkey trunk/www/linux-seamonkey
Message-ID:  <201410151031.s9FAV5L8048337@trillian.chruetertee.ch>

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



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