head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2013.04.09.19.07.04; author ryoon; state dead; branches; next 1.1; 1.1 date 2013.01.10.16.17.10; author ryoon; state Exp; branches; next ; desc @@ 1.2 log @Update to 17.0.5 Changelog: Fixed in Firefox ESR 17.0.5 MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux MFSA 2013-34 Privilege escalation through Mozilla Updater MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service MFSA 2013-31 Out-of-bounds write in Cairo library MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5) @ text @$NetBSD: patch-ai,v 1.1 2013/01/10 16:17:10 ryoon Exp $ --- dbm/src/mktemp.c.orig 2012-08-24 22:55:25.000000000 +0000 +++ dbm/src/mktemp.c @@@@ -92,7 +92,7 @@@@ mktemp(char *path) static int _gettemp(char *path, register int *doopen, int extraFlags) { -#if !defined(_WINDOWS) || defined(_WIN32) +#if (!defined(_WINDOWS) || defined(_WIN32)) && !defined(errno) extern int errno; #endif register char *start, *trv; @ 1.1 log @Import xulrunner17-17.0.2 as devel/xulrunner17. XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment. This package tracks 17.0.x extended support release. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.3 2012/08/28 23:27:10 ryoon Exp $ @