pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update to 16.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/357c7eb9089d
branches: trunk
changeset: 609895:357c7eb9089d
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Oct 12 18:27:20 2012 +0000
description:
Update to 16.0.1
Changelog:
FIXED
16.0.1: Vulnerability outlined here
https://blog.mozilla.org/security/2012/10/10/security-vulnerability-in-firefox-16/
NEW
Firefox on Mac OS X now has preliminary VoiceOver support turned on by default
NEW
Initial web app support (Windows/Mac/Linux)
NEW
Acholi and Kazakh localizations added
CHANGED
Improvements around JavaScript responsiveness through incremental garbage collection
DEVELOPER
New Developer Toolbar with buttons for quick access to tools, error count for the Web Console, and a new command line for quick keyboard access
DEVELOPER
CSS3 Animations, Transitions, Transforms and Gradients unprefixed in Firefox 16
DEVELOPER
Recently opened files list in Scratchpad implemented
FIXED
16.0.1: Vulnerability outlined here
https://blog.mozilla.org/security/2012/10/10/security-vulnerability-in-firefox-16/
FIXED
Debugger breakpoints do not catch on page reload (783393)
FIXED
No longer supporting MD5 as a hash algorithm in digital signatures (650355)
FIXED
Opus support by default (772341)
FIXED
Reverse animation direction has been implemented (655920)
FIXED
Per tab reporting in about:memory (687724)
FIXED
User Agent strings for pre-release Firefox versions now show only major version (728831)
diffstat:
devel/xulrunner/Makefile | 6 +-
devel/xulrunner/PLIST | 187 +++++++--
devel/xulrunner/dist.mk | 4 +-
devel/xulrunner/distinfo | 16 +-
devel/xulrunner/patches/patch-as | 19 +-
devel/xulrunner/patches/patch-aw | 17 +-
devel/xulrunner/patches/patch-config_baseconfig.mk | 18 +
devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h | 13 -
devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prtime.cc | 38 --
devel/xulrunner/patches/patch-ma | 23 -
www/firefox/Makefile | 5 +-
www/firefox/PLIST | 32 +-
12 files changed, 216 insertions(+), 162 deletions(-)
diffs (truncated from 1214 to 300 lines):
diff -r f7312c7d15b2 -r 357c7eb9089d devel/xulrunner/Makefile
--- a/devel/xulrunner/Makefile Fri Oct 12 17:53:55 2012 +0000
+++ b/devel/xulrunner/Makefile Fri Oct 12 18:27:20 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2012/10/08 23:00:57 adam Exp $
+# $NetBSD: Makefile,v 1.83 2012/10/12 18:27:20 ryoon Exp $
.include "dist.mk"
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-PKGREVISION= 5
CATEGORIES= devel www
MAINTAINER= tnn%NetBSD.org@localhost
@@ -46,6 +45,7 @@
post-install:
# XXX fix the pkg-config files instead
+ mkdir ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/lib
rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a
ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue.a \
${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a
@@ -63,5 +63,7 @@
${DESTDIR}${PREFIX}/lib/xulrunner
${INSTALL_LIB} ${WRKSRC}/mozglue/build/libmozglue.a \
${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/lib
+ ln -s ${PREFIX}/lib/xulrunner/lib \
+ ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/lib
.include "../../mk/bsd.pkg.mk"
diff -r f7312c7d15b2 -r 357c7eb9089d devel/xulrunner/PLIST
--- a/devel/xulrunner/PLIST Fri Oct 12 17:53:55 2012 +0000
+++ b/devel/xulrunner/PLIST Fri Oct 12 18:27:20 2012 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.46 2012/09/26 09:51:36 sbd Exp $
+@comment $NetBSD: PLIST,v 1.47 2012/10/12 18:27:20 ryoon Exp $
bin/xulrunner
+include/xulrunner/.mkdir.done
include/xulrunner/AudioSegment.h
include/xulrunner/BasicImplData.h
include/xulrunner/BasicLayers.h
@@ -42,17 +43,18 @@
include/xulrunner/PrefTuple.h
include/xulrunner/ReadbackLayer.h
include/xulrunner/SVGAttrValueWrapper.h
+include/xulrunner/Selection.h
include/xulrunner/SharedBuffer.h
include/xulrunner/SharedTextureImage.h
include/xulrunner/StackArena.h
include/xulrunner/StreamBuffer.h
-include/xulrunner/TabMessageUtils.h
include/xulrunner/TexturePoolOGL.h
include/xulrunner/TimeVarying.h
include/xulrunner/VideoFrameContainer.h
include/xulrunner/VideoSegment.h
include/xulrunner/VideoUtils.h
include/xulrunner/WebGLContext.h
+include/xulrunner/XPCJSMemoryReporter.h
include/xulrunner/a11yGeneric.h
include/xulrunner/amIInstallTrigger.h
include/xulrunner/amIWebInstallListener.h
@@ -124,6 +126,7 @@
include/xulrunner/graphite2/Log.h
include/xulrunner/graphite2/Segment.h
include/xulrunner/graphite2/Types.h
+include/xulrunner/gtk2compat.h
include/xulrunner/gtk2xtbin.h
include/xulrunner/harfbuzz/hb-blob.h
include/xulrunner/harfbuzz/hb-buffer.h
@@ -233,6 +236,7 @@
include/xulrunner/mozStorageHelper.h
include/xulrunner/mozcontainer.h
include/xulrunner/mozilla-config.h
+include/xulrunner/mozilla/AppData.h
include/xulrunner/mozilla/Assertions.h
include/xulrunner/mozilla/Attributes.h
include/xulrunner/mozilla/AutoRestore.h
@@ -240,6 +244,7 @@
include/xulrunner/mozilla/Base64.h
include/xulrunner/mozilla/BlockingResourceBase.h
include/xulrunner/mozilla/BloomFilter.h
+include/xulrunner/mozilla/BrowserElementParent.h
include/xulrunner/mozilla/CORSMode.h
include/xulrunner/mozilla/CharTokenizer.h
include/xulrunner/mozilla/CheckedInt.h
@@ -286,6 +291,7 @@
include/xulrunner/mozilla/RefPtr.h
include/xulrunner/mozilla/SSE.h
include/xulrunner/mozilla/Scoped.h
+include/xulrunner/mozilla/Selection.h
include/xulrunner/mozilla/ServiceList.h
include/xulrunner/mozilla/Services.h
include/xulrunner/mozilla/StackWalk.h
@@ -296,8 +302,10 @@
include/xulrunner/mozilla/TelemetryHistograms.h
include/xulrunner/mozilla/ThreadLocal.h
include/xulrunner/mozilla/TimeStamp.h
+include/xulrunner/mozilla/TypeTraits.h
include/xulrunner/mozilla/Types.h
include/xulrunner/mozilla/Util.h
+include/xulrunner/mozilla/VisualEventTracer.h
include/xulrunner/mozilla/WidgetTraceEvent.h
include/xulrunner/mozilla/X11Util.h
include/xulrunner/mozilla/XPCOM.h
@@ -319,6 +327,7 @@
include/xulrunner/mozilla/dom/AudioChild.h
include/xulrunner/mozilla/dom/AudioParent.h
include/xulrunner/mozilla/dom/BindingUtils.h
+include/xulrunner/mozilla/dom/CanvasRenderingContext2DBinding.h
include/xulrunner/mozilla/dom/ContentChild.h
include/xulrunner/mozilla/dom/ContentParent.h
include/xulrunner/mozilla/dom/ContentProcess.h
@@ -337,7 +346,6 @@
include/xulrunner/mozilla/dom/ImageData.h
include/xulrunner/mozilla/dom/Link.h
include/xulrunner/mozilla/dom/Nullable.h
-include/xulrunner/mozilla/dom/PrimitiveConversions.h
include/xulrunner/mozilla/dom/PrototypeList.h
include/xulrunner/mozilla/dom/RegisterBindings.h
include/xulrunner/mozilla/dom/ScreenOrientation.h
@@ -348,12 +356,17 @@
include/xulrunner/mozilla/dom/TabMessageUtils.h
include/xulrunner/mozilla/dom/TabParent.h
include/xulrunner/mozilla/dom/TypedArray.h
+include/xulrunner/mozilla/dom/UnionConversions.h
+include/xulrunner/mozilla/dom/UnionTypes.h
include/xulrunner/mozilla/dom/WebGLRenderingContextBinding.h
include/xulrunner/mozilla/dom/XMLHttpRequestBinding.h
include/xulrunner/mozilla/dom/XMLHttpRequestEventTargetBinding.h
include/xulrunner/mozilla/dom/XMLHttpRequestUploadBinding.h
+include/xulrunner/mozilla/dom/alarm/AlarmHalService.h
include/xulrunner/mozilla/dom/battery/Constants.h
include/xulrunner/mozilla/dom/battery/Types.h
+include/xulrunner/mozilla/dom/devicestorage/DeviceStorageRequestChild.h
+include/xulrunner/mozilla/dom/devicestorage/DeviceStorageRequestParent.h
include/xulrunner/mozilla/dom/file/DOMFileHandle.h
include/xulrunner/mozilla/dom/file/File.h
include/xulrunner/mozilla/dom/file/FileCommon.h
@@ -378,6 +391,7 @@
include/xulrunner/mozilla/dom/indexedDB/IndexedDatabase.h
include/xulrunner/mozilla/dom/indexedDB/IndexedDatabaseManager.h
include/xulrunner/mozilla/dom/indexedDB/Key.h
+include/xulrunner/mozilla/dom/indexedDB/KeyPath.h
include/xulrunner/mozilla/dom/indexedDB/SerializationHelpers.h
include/xulrunner/mozilla/dom/network/Constants.h
include/xulrunner/mozilla/dom/network/Types.h
@@ -450,15 +464,21 @@
include/xulrunner/mozilla/layers/CompositorChild.h
include/xulrunner/mozilla/layers/CompositorCocoaWidgetHelper.h
include/xulrunner/mozilla/layers/CompositorParent.h
+include/xulrunner/mozilla/layers/ImageBridgeChild.h
+include/xulrunner/mozilla/layers/ImageBridgeParent.h
+include/xulrunner/mozilla/layers/ImageContainerChild.h
+include/xulrunner/mozilla/layers/ImageContainerParent.h
include/xulrunner/mozilla/layers/RenderTrace.h
include/xulrunner/mozilla/layers/ShadowLayerUtilsX11.h
include/xulrunner/mozilla/layers/ShadowLayers.h
include/xulrunner/mozilla/layers/ShadowLayersChild.h
include/xulrunner/mozilla/layers/ShadowLayersManager.h
include/xulrunner/mozilla/layers/ShadowLayersParent.h
+include/xulrunner/mozilla/layers/SharedImageUtils.h
include/xulrunner/mozilla/layout/FrameChildList.h
include/xulrunner/mozilla/layout/RenderFrameChild.h
include/xulrunner/mozilla/layout/RenderFrameParent.h
+include/xulrunner/mozilla/mozPoisonWrite.h
include/xulrunner/mozilla/mozalloc.h
include/xulrunner/mozilla/mozalloc_abort.h
include/xulrunner/mozilla/mozalloc_macro_wrappers.h
@@ -544,6 +564,7 @@
include/xulrunner/nsAlgorithm.h
include/xulrunner/nsAppDirectoryServiceDefs.h
include/xulrunner/nsAppShellCID.h
+include/xulrunner/nsArenaMemoryStats.h
include/xulrunner/nsArrayEnumerator.h
include/xulrunner/nsArrayUtils.h
include/xulrunner/nsAsyncDOMEvent.h
@@ -551,7 +572,9 @@
include/xulrunner/nsAtomListUtils.h
include/xulrunner/nsAtomService.h
include/xulrunner/nsAtomicRefcnt.h
+include/xulrunner/nsAttrAndChildArray.h
include/xulrunner/nsAttrName.h
+include/xulrunner/nsAttrValue.h
include/xulrunner/nsAudioAvailableEventManager.h
include/xulrunner/nsAudioStream.h
include/xulrunner/nsAutoJSValHolder.h
@@ -631,9 +654,11 @@
include/xulrunner/nsCopySupport.h
include/xulrunner/nsCoreAnimationSupport.h
include/xulrunner/nsCppSharedAllocator.h
+include/xulrunner/nsCrossSiteListenerProxy.h
include/xulrunner/nsCycleCollectionParticipant.h
include/xulrunner/nsCycleCollector.h
include/xulrunner/nsCycleCollectorUtils.h
+include/xulrunner/nsDOMAttributeMap.h
include/xulrunner/nsDOMCID.h
include/xulrunner/nsDOMCSSAttrDeclaration.h
include/xulrunner/nsDOMCSSDeclaration.h
@@ -691,6 +716,7 @@
include/xulrunner/nsFontFaceList.h
include/xulrunner/nsFontMetrics.h
include/xulrunner/nsFormSubmission.h
+include/xulrunner/nsFrameIdList.h
include/xulrunner/nsFrameList.h
include/xulrunner/nsFrameManager.h
include/xulrunner/nsFrameManagerBase.h
@@ -699,6 +725,8 @@
include/xulrunner/nsFrameTraversal.h
include/xulrunner/nsGTKToolkit.h
include/xulrunner/nsGUIEvent.h
+include/xulrunner/nsGenericElement.h
+include/xulrunner/nsGenericHTMLElement.h
include/xulrunner/nsGeoPosition.h
include/xulrunner/nsGeoPositionIPCSerialiser.h
include/xulrunner/nsGfxCIID.h
@@ -715,6 +743,7 @@
include/xulrunner/nsHTMLAudioElement.h
include/xulrunner/nsHTMLCanvasElement.h
include/xulrunner/nsHTMLDNSPrefetch.h
+include/xulrunner/nsHTMLIFrameElement.h
include/xulrunner/nsHTMLMediaElement.h
include/xulrunner/nsHTMLParts.h
include/xulrunner/nsHTMLReflowMetrics.h
@@ -786,6 +815,7 @@
include/xulrunner/nsIAccessibleText.h
include/xulrunner/nsIAccessibleTypes.h
include/xulrunner/nsIAccessibleValue.h
+include/xulrunner/nsIAlarmHalService.h
include/xulrunner/nsIAlertsService.h
include/xulrunner/nsIAllocator.h
include/xulrunner/nsIAnnotationService.h
@@ -824,7 +854,6 @@
include/xulrunner/nsIAutoConfig.h
include/xulrunner/nsIBFCacheEntry.h
include/xulrunner/nsIBadCertListener2.h
-include/xulrunner/nsIBaseDOMException.h
include/xulrunner/nsIBaseWindow.h
include/xulrunner/nsIBidiKeyboard.h
include/xulrunner/nsIBinaryInputStream.h
@@ -948,8 +977,10 @@
include/xulrunner/nsIDNSListener.h
include/xulrunner/nsIDNSRecord.h
include/xulrunner/nsIDNSService.h
+include/xulrunner/nsIDOMAlarmsManager.h
include/xulrunner/nsIDOMAnimationEvent.h
include/xulrunner/nsIDOMApplicationRegistry.h
+include/xulrunner/nsIDOMApplicationRegistry2.h
include/xulrunner/nsIDOMAttr.h
include/xulrunner/nsIDOMBarProp.h
include/xulrunner/nsIDOMBatteryManager.h
@@ -1076,6 +1107,7 @@
include/xulrunner/nsIDOMHTMLMenuElement.h
include/xulrunner/nsIDOMHTMLMenuItemElement.h
include/xulrunner/nsIDOMHTMLMetaElement.h
+include/xulrunner/nsIDOMHTMLMeterElement.h
include/xulrunner/nsIDOMHTMLModElement.h
include/xulrunner/nsIDOMHTMLOListElement.h
include/xulrunner/nsIDOMHTMLObjectElement.h
@@ -1087,6 +1119,7 @@
include/xulrunner/nsIDOMHTMLParamElement.h
include/xulrunner/nsIDOMHTMLPreElement.h
include/xulrunner/nsIDOMHTMLProgressElement.h
+include/xulrunner/nsIDOMHTMLPropertiesCollection.h
include/xulrunner/nsIDOMHTMLQuoteElement.h
include/xulrunner/nsIDOMHTMLScriptElement.h
include/xulrunner/nsIDOMHTMLSelectElement.h
@@ -1135,12 +1168,12 @@
include/xulrunner/nsIDOMNSXPathExpression.h
include/xulrunner/nsIDOMNamedNodeMap.h
include/xulrunner/nsIDOMNavigator.h
-include/xulrunner/nsIDOMNavigatorBattery.h
include/xulrunner/nsIDOMNavigatorDesktopNotification.h
include/xulrunner/nsIDOMNavigatorDeviceStorage.h
include/xulrunner/nsIDOMNavigatorGeolocation.h
include/xulrunner/nsIDOMNavigatorNetwork.h
include/xulrunner/nsIDOMNavigatorSms.h
+include/xulrunner/nsIDOMNavigatorSystemMessages.h
include/xulrunner/nsIDOMNavigatorUserMedia.h
include/xulrunner/nsIDOMNode.h
include/xulrunner/nsIDOMNodeFilter.h
@@ -1165,6 +1198,7 @@
include/xulrunner/nsIDOMPowerManager.h
include/xulrunner/nsIDOMProcessingInstruction.h
include/xulrunner/nsIDOMProgressEvent.h
+include/xulrunner/nsIDOMPropertyNodeList.h
include/xulrunner/nsIDOMRGBColor.h
include/xulrunner/nsIDOMRange.h
include/xulrunner/nsIDOMRect.h
@@ -1197,7 +1231,6 @@
include/xulrunner/nsIDOMSVGElement.h
include/xulrunner/nsIDOMSVGEllipseElement.h
include/xulrunner/nsIDOMSVGEvent.h
-include/xulrunner/nsIDOMSVGException.h
include/xulrunner/nsIDOMSVGFilterElement.h
include/xulrunner/nsIDOMSVGFilters.h
include/xulrunner/nsIDOMSVGFitToViewBox.h
@@ -1282,6 +1315,7 @@
include/xulrunner/nsIDOMTransitionEvent.h
include/xulrunner/nsIDOMTreeWalker.h
include/xulrunner/nsIDOMUIEvent.h
+include/xulrunner/nsIDOMUSSDReceivedEvent.h
Home |
Main Index |
Thread Index |
Old Index