summaryrefslogtreecommitdiff
path: root/www/seamonkey-gtk1
AgeCommit message (Collapse)AuthorFilesLines
2007-10-22Update seamonkey, seamonkey-bin and seamonkey-gtk1 to SeaMonkey 1.1.5.ghen1-2/+1
Security fixes in this version: MFSA 2007-36 URIs with invalid %-encoding mishandled by Windows MFSA 2007-35 XPCNativeWrapper pollution using Script object MFSA 2007-34 Possible file stealing through sftp protocol MFSA 2007-33 XUL pages can hide the window titlebar MFSA 2007-32 File input focus stealing vulnerability MFSA 2007-31 Browser digest authentication request splitting MFSA 2007-30 onUnload Tailgating MFSA 2007-29 Crashes with evidence of memory corruption (rv:1.8.1.8) MFSA 2007-28 Code execution via QuickTime Media-link files For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.5/
2007-09-22Add --enable-system-cairo to CONFIGURE_ARGS to fix build problem with recentghen2-11/+3
cairo versions that conflict with Mozilla's included version. Reported via PR#37006 and fixed with input from Vincent on tech-pkg@netbsd.org. Bump PKGREVISION.
2007-07-26Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.3.ghen1-1/+2
Security fixes in this version: MFSA 2007-25 XPCNativeWrapper pollution MFSA 2007-24 Unauthorized access to wyciwyg:// documents MFSA 2007-23 Remote code execution by launching Firefox from Internet Explorer MFSA 2007-22 File type confusion due to %00 in name MFSA 2007-21 Privilege escalation using an event handler attached to an element not in the document MFSA 2007-20 Frame spoofing while window is loading MFSA 2007-19 XSS using addEventListener and setTimeout MFSA 2007-18 Crashes with evidence of memory corruption For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.3/
2007-05-31Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.2.ghen2-9/+7
Security fixes in this version: MFSA 2007-17 XUL Popup Spoofing MFSA 2007-16 XSS using addEventListener MFSA 2007-15 Security Vulnerability in APOP Authentication MFSA 2007-14 Path Abuse in Cookies MFSA 2007-12 Crashes with evidence of memory corruption For the complete changelog, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.2/changelog.html
2007-03-31chmod u+w all files under lib/${MOZILLA}/defaults in post-install phase forghen1-2/+2
firefox and seamonkey to make user profiles writable. Bump PKGREVISION for firefox2(-gtk1) and seamonkey(-gtk1). Fixes PR#35596.
2007-03-07Dynamically generate the part of the PLIST for libfreebl. This is becausedmcmahill2-6/+5
the exact names of the freebl libraries depends on the platform and they have a habit of changing even on minor releases. This causes these mozilla packages to be broken quite a lot on platforms other than NetBSD/i386. Hopefully this fix will last longer than previous ones. pkgrevision bumps all around.
2007-03-05Unset PKGREVISION after update.ghen1-2/+1
2007-03-05Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.1.ghen1-3/+3
New Features and Fixes: (Windows-specific fixes ommitted) * Some QuickLaunch issues have been resolved. * The tab-preview tooltips no longer show a preview for the active tab. For the complete changelog, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.1/changelog.html
2007-01-30Sync patches with Firefox2: Don't use thread testing on NetBSD andjoerg1-1/+2
DragonFly, fix the build on DragonFly.
2007-01-20Update seamonkey, seamonkey-bin and seamonkey-gtk1 to the Seamonkey 1.1ghen1-77/+83
release. The calendar component has been removed from Seamonkey in favour of Sunbird (time/sunbird) and Lightning, see http://www.mozilla.org/projects/calendar/ New features and fixes in this version: General * ChatZilla has been updated to a newer version (Bug 324439) * When launching SeaMonkey, already-running instances are detected (Bug 122698) Browser * Spelling is checked when writing in textareas (Bug 302050 and bug 338318) * A warning page is now shown before displaying about:config (Bug 339720) * Tooltips from web pages can now be multiple lines, either due to automatic text wrapping or explicit newlines added to the text value (Bug 356900) * When you visit a secure site, the URL bar changes color to turns make security status more visible (Bug 335113) * When using keyword URLs, it is no longer necessary to type "keyword:" (typing "keyword:" will no longer work). Just type the keyword name (Bug 337339) * You can now drop URLs and bookmarks between existing tabs, which will result in a new tab being created where you dropped the URL (Bug 324591) * When hovering on a tab, the tooltip now displays a preview of the tab's contents (Bug 315207) * The search sidebar now behaves better (Bug 252802) * The bookmarks menu and personal toolbar folder overflow menu now have context menus (Bug 50504) Mail & Newsgroups * Message labelling has been superceded by tagging, which provides much more than the original 5 labels and comes with new preferences (Bug 342560 and others) * The preferences for junk mail have been reorganized, and can now be set on a per-account basis (Bug 335846) * Improved phishing detection (Bug 326082 and others) * New mail notification has been improved (Bug 327613, 305384, and others) Address Book * It is now possible to move or copy cards between address books. Cards can only be copied to mailing lists, so you need to use ctrl key while dragging to copy the card to the mailing list. When dragging cards between address books, the default action is move, use ctrl to copy instead. (Bug 35837) For the complete changelog, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1/changelog.html
2006-11-08Update seamonkey, seamonkey-bin and seamonkey-gtk1 to 1.0.6. Fixed in this ↵ghen1-2/+1
version: MFSA 2006-67 Running Script can be recompiled MFSA 2006-66 RSA signature forgery (variant) MFSA 2006-65 Crashes with evidence of memory corruption (rv:1.8.0.8) For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.6/README.html
2006-10-23thunderbird's ldap doesn't work talking to an ipv4 ldap server ifmarkd1-1/+3
talking to ipv4 addresses using ipv6 addresses isn't allowed, which is the default on NetBSD. Patch to use a v4 socket when talking to an ipv4 ldap server. Fixes my PR 33511. seamonkey/firefox/sunbird have the same code so make the same patch. OKed ghen. Bump PKGREVISION.
2006-09-26Split seamonkey specific parts of Makefile.common intosalo1-2/+2
Makefile-seamonkey.common, modelled after firefox and thunderbird. www/seamonkey and www/seamonkey-gtk1 test-built by me on i386. www/seamonkey, www/seamonkey-gtk1, mail/thunderbird, mail/thunderbird-gtk1 and time/sunbird by <oster> on amd64, thanks! Fixes PR pkg/34622
2006-09-15Centralize some more things in Makefile.common.ghen1-14/+1
2006-08-03Update www/firefox* to Firefox 1.5.0.6 and www/seamonkey* to Seamonkey 1.0.4.ghen1-2/+2
Just one change: - Fixed an issue with playing Windows Media content
2006-07-31Update the Seamonkey packages to 1.0.3.ghen1-2/+2
Changes: * Improved stability * Several security fixes (see below) * A bug was introduced in SeaMonkey 1.0.2 that sometimes caused the URL bar to stop working properly when switching tabs. This has been fixed. (Bug 332874) * If you have more bookmarks on your personal toolbar than there is space for, the ">>" overflow icon will now display more reliably (Bug 338803) * If you choose to update SeaMonkey when it notifies you that an update is available, the update page will load in a more useful browser window (with navigation buttons and toolbars) (Bug 334903) Security fixes: MFSA 2006-56 chrome: scheme loading remote content MFSA 2006-55 Crashes with evidence of memory corruption (rv:1.8.0.5) MFSA 2006-54 XSS with XPCNativeWrapper(window).Function(...) MFSA 2006-53 UniversalBrowserRead privilege escalation MFSA 2006-52 PAC privilege escalation using Function.prototype.call MFSA 2006-51 Privilege escalation using named-functions and redefined "new Object()" MFSA 2006-50 JavaScript engine vulnerabilities MFSA 2006-49 Heap buffer overwrite on malformed VCard MFSA 2006-48 JavaScript new Function race condition MFSA 2006-47 Native DOM methods can be hijacked across domains MFSA 2006-46 Memory corruption with simultaneous events MFSA 2006-45 Javascript navigator Object Vulnerability MFSA 2006-44 Code execution through deleted frame reference For a detailed ChangeLog, see: http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.3/changelog.html
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-07Add some additional headers introduced with ff1504/tb1504/sm102. Not worthghen1-1/+3
bumping PKGREVISION for.
2006-06-03Update www/firefox and www/firefox-gtk to 1.5.0.4, mail/thunderbird andghen2-5/+3
mail/thunderbird-gtk1 to 1.5.0.4, and www/seamonkey, www/seamonkey-gtk1 and www/seamonkey-bin to 1.0.2 (salo has already updated www/firefox-bin). Note that thunderbird skipped one release number (again) to stay on par with firefox. These updates provide: * improvements to product stability, * several important security fixes (see below). Fixed in Firefox 1.5.0.4: MFSA 2006-43 Privilege escalation using addSelectionListener MFSA 2006-42 Web site XSS using BOM on UTF-8 pages MFSA 2006-41 File stealing by changing input type (variant) MFSA 2006-39 "View Image" local resource linking (Windows) MFSA 2006-38 Buffer overflow in crypto.signText() MFSA 2006-37 Remote compromise via content-defined setter on object prototypes MFSA 2006-36 PLUGINSPAGE privileged JavaScript execution 2 MFSA 2006-35 Privilege escalation through XUL persist MFSA 2006-34 XSS viewing javascript: frames or images from context menu MFSA 2006-33 HTTP response smuggling MFSA 2006-32 Fixes for crashes with potential memory corruption MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey) Fixed in Thunderbird 1.5.0.4: MFSA 2006-42 Web site XSS using BOM on UTF-8 pages MFSA 2006-40 Double-free on malformed VCard MFSA 2006-38 Buffer overflow in crypto.signText() MFSA 2006-37 Remote compromise via content-defined setter on object prototypes MFSA 2006-35 Privilege escalation through XUL persist MFSA 2006-33 HTTP response smuggling MFSA 2006-32 Fixes for crashes with potential memory corruption MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey) Fixed in SeaMonkey 1.0.2: MFSA 2006-43 Privilege escalation using addSelectionListener MFSA 2006-42 Web site XSS using BOM on UTF-8 pages MFSA 2006-41 File stealing by changing input type (variant) MFSA 2006-40 Double-free on malformed VCard MFSA 2006-39 "View Image" local resource linking (Windows) MFSA 2006-38 Buffer overflow in crypto.signText() MFSA 2006-37 Remote compromise via content-defined setter on object prototypes MFSA 2006-35 Privilege escalation through XUL persist MFSA 2006-34 XSS viewing javascript: frames or images from context menu MFSA 2006-33 HTTP response smuggling MFSA 2006-32 Fixes for crashes with potential memory corruption MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey)
2006-04-17More PKGREVISION bumps for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-15Update the Seamonkey packages to 1.0.1.ghen1-2/+2
Seamonkey 1.0.1 offers improved stability, and several security fixes: MFSA 2006-29 Spoofing with translucent windows (pkgsrc vulnid. 1818) MFSA 2006-28 Security check of js_ValueToFunctionObject() can be circumvented (vulnid. 1819) MFSA 2006-26 Mail Multiple Information Disclosure MFSA 2006-25 Privilege escalation through Print Preview (vulnid. 1820) MFSA 2006-24 Privilege escalation using crypto.generateCRMFRequest (vulnid. 1821) MFSA 2006-23 File stealing by changing input type (vulnid. 1822) MFSA 2006-22 CSS Letter-Spacing Heap Overflow Vulnerability (vulnid. 1823) MFSA 2006-20 Crashes with evidence of memory corruption (rv:1.8.0.2) (vulnid. 1824) For a detailed ChangeLog, see: http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.1/changelog.html
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.reed1-3/+2
I misssed this in my huge commit earlier. Also remove the redundant BUILDLINK_ABI_DEPENDS because had same dependency.
2006-03-30Import Mozilla Seamonkey 1.0 from pkgsrc-wip (gtk1 version). Seamonkey isghen2-6/+6
the community-driven continuation of the Mozilla Suite, which is no longer maintained by Mozilla.
2006-03-30Import Mozilla Seamonkey 1.0 from pkgsrc-wip (gtk1 version). Seamonkey isghen4-0/+3266
the community-driven continuation of the Mozilla Suite, which is no longer maintained by Mozilla.