aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2014-06-11 03:42:55 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2014-06-11 03:42:55 +0000
commit0557b9315d4e0c460a7150b697ad040a7084852d (patch)
tree95c4039ece9c88b497d122c1719bf5d754d803a8 /UPDATING
parent43fd6859fb194226b5da2b861b50a9d77315943b (diff)
downloadports-0557b9315d4e0c460a7150b697ad040a7084852d.tar.gz
ports-0557b9315d4e0c460a7150b697ad040a7084852d.zip
- Update Firefox to 30.0
- Update Firefox ESR to 24.6.0 - Update libxul to 24.6.0 - Update NSS to 3.16.1 - Update NSPR to 4.10.6 - Update Thunderbird to 24.6.0 - Convert USE_BZIP2 to USES - Backport ff31 fix against crashing DEBUG build on newegg.com [1] - Add a note in UPDATING to not build audio/soundtouch with INTEGER_SAMPLES [2] - Use arc4random_buf(3) to generate UUIDs (version 4) - Fix debugger detection used by Telemetry and the slow script dialog - Add STAGE support [3] PR: ports/189991 [1] PR: ports/189217 [2] PR: ports/189488 [2] Submitted by: bapt [3] Sumbitted by: Jan Beich Security: http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html
Notes
Notes: svn path=/head/; revision=357413
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c4f7b359c980..2b1564c78197 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20140610:
+ AFFECTS: users of www/firefox, www/seamonkey, mail/thunderbird, www/libxul
+ AUTHOR: gecko@FreeBSD.org
+
+ Gecko ports were switched to use more system libraries. Some of them
+ must be built with certain options unset (default).
+ - audio/soundtouch has to be installed with INTEGER_SAMPLES option disabled
+
20140604
AFFECTS: users of dns/dnscrypt-proxy
AUTHOR: feld@FreeBSD.org