head 1.5; access; symbols pkgsrc-2020Q1:1.4.0.6 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.28 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.24 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.22 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.20 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.4.0.18 pkgsrc-2018Q4-base:1.4 pkgsrc-2018Q3:1.4.0.16 pkgsrc-2018Q3-base:1.4 pkgsrc-2018Q2:1.4.0.14 pkgsrc-2018Q2-base:1.4 pkgsrc-2018Q1:1.4.0.12 pkgsrc-2018Q1-base:1.4 pkgsrc-2017Q4:1.4.0.10 pkgsrc-2017Q4-base:1.4 pkgsrc-2017Q3:1.4.0.8 pkgsrc-2017Q3-base:1.4 pkgsrc-2017Q2:1.4.0.4 pkgsrc-2017Q2-base:1.4 pkgsrc-2017Q1:1.4.0.2 pkgsrc-2017Q1-base:1.4 pkgsrc-2016Q4:1.3.0.10 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.8 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.6 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.4 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.2 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.2.0.6 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.4 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.2 pkgsrc-2015Q1-base:1.2; locks; strict; comment @# @; 1.5 date 2020.05.06.14.34.53; author ryoon; state dead; branches; next 1.4; commitid AlOTfiLltbeFMb7C; 1.4 date 2017.01.01.16.14.08; author ryoon; state Exp; branches; next 1.3; commitid CdW2yhHz1uP1AhAz; 1.3 date 2015.10.02.22.49.36; author ryoon; state Exp; branches; next 1.2; commitid 4NPwQdOyvYkssADy; 1.2 date 2015.03.17.19.50.42; author ryoon; state Exp; branches; next 1.1; commitid oBEz3dg2AY8FRZdy; 1.1 date 2015.01.02.04.26.21; author ryoon; state Exp; branches; next ; commitid FvtCGzRUDKd38p4y; desc @@ 1.5 log @seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes. @ text @$NetBSD: patch-mozilla_media_libtheora_moz.build,v 1.4 2017/01/01 16:14:08 ryoon Exp $ --- mozilla/media/libtheora/moz.build.orig 2016-12-14 02:09:54.000000000 +0000 +++ mozilla/media/libtheora/moz.build @@@@ -21,6 +21,9 @@@@ FINAL_LIBRARY = 'gkmedias' # The encoder is currently not included. DEFINES['THEORA_DISABLE_ENCODE'] = True +if CONFIG['MOZ_SYSTEM_OGG']: + CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] + # Suppress warnings in third-party code. if CONFIG['GNU_CC'] or CONFIG['CLANG_CL']: CFLAGS += ['-Wno-type-limits'] @ 1.4 log @Update to 2.46 Changelog: What's New in SeaMonkey 2.46 SeaMonkey 2.46 contains (among other changes) the following major changes relative to SeaMonkey 2.40: SeaMonkey-specific changes HTML5 fullscreen video (e.g. on YouTube) now works fine. @ text @d1 1 a1 1 $NetBSD: patch-mozilla_media_libtheora_moz.build,v 1.3 2015/10/02 22:49:36 ryoon Exp $ @ 1.3 log @Update to 2.38 Changelog: Based on xulrunner 41.0 Security fixes: 2015-114 Information disclosure via the High Resolution Time API 2015-113 Memory safety errors in libGLES in the ANGLE graphics library 2015-112 Vulnerabilities found through code inspection 2015-111 Errors in the handling of CORS preflight request headers 2015-110 Dragging and dropping images exposes final URL after redirects 2015-109 JavaScript immutable property enforcement can be bypassed 2015-108 Scripted proxies can access inner window 2015-107 Out-of-bounds read during 2D canvas display on Linux 16-bit color depth systems 2015-106 Use-after-free while manipulating HTML media content 2015-105 Buffer overflow while decoding WebM video 2015-104 Use-after-free with shared workers and IndexedDB 2015-103 URL spoofing in reader mode 2015-102 Crash when using debugger with SavedStacks in JavaScript 2015-101 Buffer overflow in libvpx while parsing vp9 format video 2015-100 Arbitrary file manipulation by local user through Mozilla updater 2015-99 Site attribute spoofing on Android by pasting URL with unknown scheme 2015-98 Out of bounds read in QCMS library with ICC V4 profile attributes 2015-97 Memory leak in mozTCPSocket to servers 2015-96 Miscellaneous memory safety hazards (rv:41.0 / rv:38.3) @ text @d1 1 a1 1 $NetBSD: patch-mozilla_media_libtheora_moz.build,v 1.2 2015/03/17 19:50:42 ryoon Exp $ d3 1 a3 1 --- mozilla/media/libtheora/moz.build.orig 2015-09-25 07:35:14.000000000 +0000 d5 1 a5 1 @@@@ -21,6 +21,9 @@@@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: d9 1 a9 1 +if CONFIG['MOZ_NATIVE_OGG']: d13 1 a13 1 if CONFIG['GNU_CC']: @ 1.2 log @Update to 2.33 * gnome option is broken. Disable it. Changelog: What's New in SeaMonkey 2.33 SeaMonkey 2.33 contains the following major changes relative to SeaMonkey 2.32.1: SeaMonkey-specific changes Security notification bars now feature tracking controls. The tracking/privacy preferences pane has been updated. Mozilla platform changes The Flash protected-mode sandbox has been disabled on Windows in order to evaluate the stability impact of protected mode. Insecure RC4 ciphers are no longer accepted whenever possible. Certificates with 1024-bit RSA keys have been phased out. A subset of the Media Source Extensions (MSE) API has been implemented in order to allow native HTML5 playback on YouTube. Full support is on the way. The performance of the new ES6 generator functions has been improved. Also see Firefox 36 for Developers. Fixed several stability issues. Bugs fixed in this release SeaMonkey bugs Thunderbird bugs (including both shared MailNews- and Thunderbird-only bugs) Relevant security fixes are listed on Security Advisories for SeaMonkey. * Security advisories are not available yet. @ text @d1 1 a1 1 $NetBSD: patch-mozilla_media_libtheora_moz.build,v 1.1 2015/01/02 04:26:21 ryoon Exp $ d3 1 a3 1 --- mozilla/media/libtheora/moz.build.orig 2015-03-09 05:34:24.000000000 +0000 d5 3 a7 3 @@@@ -93,3 +93,5 @@@@ if CONFIG['GNU_AS']: if CONFIG['OS_TARGET'] == 'Android': DEFINES['__linux__'] = True d11 4 @ 1.1 log @Update to 2.31 Changelog: # What's New in SeaMonkey 2.31 SeaMonkey 2.31 contains the following major changes relative to SeaMonkey 2.30: ## SeaMonkey-specific changes Text zoom is now available in Composer. GStreamer and PulseAudio support has been re-enabled on Linux. ## Mozilla platform changes Support for H264 (MP4) is now built in on Mac OS X Snow Leopard (10.6) and newer through native APIs. HTTP/2 (draft14) and ALPN have been implemented. Added ability to recover from a locked process in the "SeaMonkey is already running" dialog on Windows. Added ECDH support for WebCrypto. The console.table function has been added to the Error Console. CSS transitions start correctly now when started at the same time as changes to display, position, overflow, and similar properties. Also see Firefox 34 for Developers. Fixed several stability issues. # Security fixes Fixed in SeaMonkey 2.31 2014-91 Privileged access to security wrapped protected objects 2014-89 Bad casting from the BasicThebesLayer to BasicContainerLayer 2014-88 Buffer overflow while parsing media content 2014-87 Use-after-free during HTML5 parsing 2014-86 CSP leaks redirect data via violation reports 2014-85 XMLHttpRequest crashes with some input streams 2014-84 XBL bindings accessible via improper CSS declarations 2014-83 Miscellaneous memory safety hazards (rv:34.0 / rv:31.3) @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- mozilla/media/libtheora/moz.build.orig 2014-12-03 06:23:09.000000000 +0000 d5 3 a7 3 @@@@ -6,3 +6,5 @@@@ DIRS += ['include', 'lib'] @