summaryrefslogtreecommitdiff
path: root/www/seamonkey/files
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-03-26 20:41:53 +0000
committerryoon <ryoon@pkgsrc.org>2015-03-26 20:41:53 +0000
commitac35c20ff05e12926dfffd542718f90d4f1b2226 (patch)
treede946a78ec77c55d778797963e9707775f53bf6d /www/seamonkey/files
parent56e5cf8d6aa6c322d091028703185ce53afbc427 (diff)
downloadpkgsrc-ac35c20ff05e12926dfffd542718f90d4f1b2226.tar.gz
Update to 2.33.1
* Update enigmail to 1.8.1. Changelog: Fixed in SeaMonkey 2.33.1 2015-29 Code execution through incorrect JavaScript bounds checking elimination 2015-28 Privilege escalation through SVG navigation
Diffstat (limited to 'www/seamonkey/files')
-rw-r--r--www/seamonkey/files/mailnews_extensions_enigmail_ipc_modules_subprocess.jsm14
1 files changed, 5 insertions, 9 deletions
diff --git a/www/seamonkey/files/mailnews_extensions_enigmail_ipc_modules_subprocess.jsm b/www/seamonkey/files/mailnews_extensions_enigmail_ipc_modules_subprocess.jsm
index b968efe5b19..1f23be99a0a 100644
--- a/www/seamonkey/files/mailnews_extensions_enigmail_ipc_modules_subprocess.jsm
+++ b/www/seamonkey/files/mailnews_extensions_enigmail_ipc_modules_subprocess.jsm
@@ -1,16 +1,12 @@
-$NetBSD: mailnews_extensions_enigmail_ipc_modules_subprocess.jsm,v 1.2 2014/03/30 04:13:17 ryoon Exp $
+$NetBSD: mailnews_extensions_enigmail_ipc_modules_subprocess.jsm,v 1.3 2015/03/26 20:41:53 ryoon Exp $
---- mailnews/extensions/enigmail/ipc/modules/subprocess.jsm.orig 2014-01-12 13:08:29.000000000 +0000
+--- mailnews/extensions/enigmail/ipc/modules/subprocess.jsm.orig 2015-03-23 16:38:43.000000000 +0000
+++ mailnews/extensions/enigmail/ipc/modules/subprocess.jsm
-@@ -338,9 +338,11 @@ 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 ],
+@@ -341,6 +341,7 @@ function getPlatformValue(valueType) {
'freebsd': [ 'libc.so.7', 0x04 , ctypes.int64_t , 8 ],
+ 'dragonfly':[ 'libc.so.8', 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 ],
-+ 'netbsd': [ 'libc.so', 0x04 , ctypes.int64_t , 8 ],
'sunos': [ 'libc.so', 0x80 , ctypes.unsigned_long, 5 ]
};
-