f6aec38de5
This is a bug fix release. Fixed bugs are follows: * Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens * Fix to prevent URLs passed from external programs from being parsed by the shell (Linux only) * Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement * Fix to restore InstallTrigger.getVersion() for Extension authors * Fix a crash in mail when stopping a search and then searching again * Other stability and security fixes MFSA 2005-59 Command-line handling on Linux allows shell execution MFSA 2005-58 Firefox 1.0.7 / Mozilla Suite 1.7.12 Vulnerability Fixes MFSA 2005-57 IDN heap overrun using soft-hyphens
25 lines
846 B
Makefile
25 lines
846 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2005/10/01 04:42:09 taya Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
MOZILLA_GTK2_BUILDLINK3_MK:= ${MOZILLA_GTK2_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= mozilla-gtk2
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmozilla-gtk2}
|
|
BUILDLINK_PACKAGES+= mozilla-gtk2
|
|
|
|
.if !empty(MOZILLA_GTK2_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.mozilla-gtk2+= mozilla-gtk2>=1.7.5
|
|
BUILDLINK_RECOMMENDED.mozilla-gtk2+= mozilla-gtk2>=1.7.12
|
|
BUILDLINK_PKGSRCDIR.mozilla-gtk2?= ../../www/mozilla-gtk2
|
|
.endif # MOZILLA_GTK2_BUILDLINK3_MK
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../net/libIDL/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|