head 1.3; access; symbols pkgsrc-2015Q2:1.2.0.8 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.6 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.4 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.2 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.1.0.20 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.18 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.16 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.14 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.12 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.10 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.8 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.6 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.4 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.2 pkgsrc-2012Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2015.07.01.12.58.35; author ryoon; state dead; branches; next 1.2; commitid Fg8tLQFNduC4bAry; 1.2 date 2014.07.27.20.04.59; author ryoon; state Exp; branches; next 1.1; commitid HLv3K9i3bzvVq3Kx; 1.1 date 2012.04.03.21.52.50; author ryoon; state Exp; branches; next ; desc @@ 1.3 log @Remove mozilla-enigmail option. mail/thunderbird-enigmail supercedes this. @ text @$NetBSD: mailnews_extensions_enigmail_ipc_modules_subprocess.jsm,v 1.2 2014/07/27 20:04:59 ryoon Exp $ --- mailnews/extensions/enigmail/ipc/modules/subprocess.jsm.orig 2014-07-12 12:52:08.000000000 +0000 +++ mailnews/extensions/enigmail/ipc/modules/subprocess.jsm @@@@ -338,8 +338,10 @@@@ function getPlatformValue(valueType) { // library name O_NONBLOCK RLIM_T RLIMIT_NOFILE 'darwin': [ 'libc.dylib', 0x04 , ctypes.uint64_t , 8 ], 'linux': [ 'libc.so.6', 2024 , ctypes.unsigned_long, 7 ], + 'dragonfly': [ 'libc.so', 0x04 , ctypes.int64_t , 8 ], 'freebsd': [ 'libc.so.7', 0x04 , ctypes.int64_t , 8 ], 'gnu/kfreebsd': [ 'libc.so.0.1', 0x04 , ctypes.int64_t , 8 ], + 'netbsd': [ 'libc.so', 0x04 , ctypes.int64_t , 8 ], 'openbsd': [ 'libc.so.61.0', 0x04 , ctypes.int64_t , 8 ], 'sunos': [ 'libc.so', 0x80 , ctypes.unsigned_long, 5 ] }; @ 1.2 log @Update to 31.0 * Update enigmail to 1.7 Changelog: NEW Autocompleting email addresses now matches against any part of the name or email (bug 529584) NEW Composing a mail to a newsgroup will now autocomplete newsgroup names (bug 61491) FIXED Insecure NTLM (pre-NTLMv2) authentication disabled (see 828183) Fixed in Thunderbird 31 MFSA 2014-66 IFRAME sandbox same-origin access through redirect MFSA 2014-65 Certificate parsing broken by non-standard character encoding MFSA 2014-64 Crash in Skia library when scaling high quality images MFSA 2014-63 Use-after-free while when manipulating certificates in the trusted cache MFSA 2014-62 Exploitable WebGL crash with Cesium JavaScript library MFSA 2014-61 Use-after-free with FireOnStateChange event MFSA 2014-59 Use-after-free in DirectWrite font handling MFSA 2014-58 Use-after-free in Web Audio due to incorrect control message ordering MFSA 2014-57 Buffer overflow during Web Audio buffering for playback MFSA 2014-56 Miscellaneous memory safety hazards (rv:31.0 / rv:24.7) @ text @d1 1 a1 1 $NetBSD: mailnews_extensions_enigmail_ipc_modules_subprocess.jsm,v 1.1 2014/07/27 05:36:07 ryoon Exp $ @ 1.1 log @Fix enigmail runtime error. Reported by Jan Danielsson on pkgsrc-users@@, thank you. * Add NetBSD and DragonFly uname etc. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- mailnews/extensions/enigmail/ipc/modules/subprocess.jsm.orig 2012-02-09 16:50:47.000000000 +0000 d5 1 a5 1 @@@@ -312,7 +312,9 @@@@ function getPlatformValue(valueType) { d11 1 d15 1 a15 1 } @