Commit graph

61 commits

Author SHA1 Message Date
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
drochner
148ee49186 update to 1.6.1
changes:
-JavaScriptCore library can be used independently
-New DOM methods
-API extensions: spell checking, local storage database path
-bugfixes
2011-10-07 12:17:25 +00:00
drochner
e9bd3f402d update to 1.4.3
changes: bugfixes
2011-09-06 19:20:31 +00:00
obache
ab5d964e50 Split common part to Makefile.common.
While here, fix some PKGCONFIG_OVERRIDE and REPLACE_PERL paths.
2011-08-21 13:26:41 +00:00
drochner
70753e7cd9 update to 1.4.2
changes: bugfixes
2011-07-08 17:27:29 +00:00
wiz
aa67a561fb Add patch fixing the build on NetBSD-current/amd64.
From drochner@
Addresses PR 45073.
2011-06-22 14:05:37 +00:00
obache
f38363508f recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
drochner
65c86abfc2 needs libsoup24>=2.34, noticed ny obache 2011-06-10 09:36:57 +00:00
drochner
715b6744af update to 1.4.1
this switches to the new stable branch
(shlib major changed -> PKGREV bumps needed)
2011-06-09 11:00:00 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
ae5b6023cb add patches from upstream, mostly fixing pointer handling isses
which can lead to crashes and possibly code injection
(cve-2010-4205, cve-2011-0471, cve-2011-0473, cve-2011-0478,
 cve-2011-0981, cve-2011-0982)
bump PKGREV
2011-04-14 18:11:45 +00:00
drochner
09a370373a add patch from upstream to fix crash and possible code injection
by run-in styling (CVE-2010-1806), bump PKGREVISION
2011-04-13 16:19:14 +00:00
drochner
3d43fcdc80 pull 2 patches from upstream:
-fix display of animated GIFs
-fix crash on certain sites
bump PKGREV
2011-03-15 21:58:56 +00:00
wiz
e1e959ac8c Add upstream bug report URL. 2011-03-14 00:15:32 +00:00
martin
1f06965083 Add a few more cpus to a list of architectures requiring alignment, copy
and pasted. Needs to be fixed better upstream.
2011-03-12 12:15:58 +00:00
wiz
cf7023081c Simplify patch to match more closely what has been submitted upstream. 2011-02-27 23:42:09 +00:00
wiz
9bf1aaa9c0 Add upstream bug report URLs. 2011-02-14 20:05:54 +00:00
obache
abfa432dde Marked as MAKE_JOBS_SAFE=no.
try to link with non-existent libwebkit-1.0.la from Programs/unittests/*.
2011-02-11 05:37:07 +00:00
drochner
fa2e04ef6c update to 1.2.7
changes:
-fix some security problems (CVE-2010-4492, CVE-2010-4493, CVE-2011-0482,
 CVE-2010-4199, CVE-2010-4578)
-fix some crashes (which were partly patched in pkgsrc before)
2011-02-10 18:26:35 +00:00
drochner
262ca0f5ae -fix the png-1.5 API problem using a new function introduced in beta08
which is simpler and more runtime efficient
-pull in some stability patches from upstream
bump PKGREV
2011-01-25 18:38:16 +00:00
wiz
6bc042d531 Mention patch author, John Bowler. 2011-01-15 14:51:52 +00:00
wiz
3876c7ac27 Previous png-1.5 fix was incorrect, try again.
Bump PKGREVISION.
2011-01-15 14:51:26 +00:00
wiz
8a1765f57d Fix build with png-1.5. 2011-01-14 11:54:04 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
drochner
24e239b43b update to 1.2.6
This release has essentially security fixes, covering the following
CVEs:
 CVE-2010-4198 CVE-2010-4197 CVE-2010-4204 CVE-2010-4206
 CVE-2010-1791 CVE-2010-3812 CVE-2010-3813
(plus 2 patches from upstream which fix crashes)
2011-01-08 14:24:10 +00:00
dsainty
ada744dc0a Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
obache
d99eb6b342 Bump PKGREVISION from icu shlib major bump. 2010-12-17 07:36:08 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
adam
1e12eebf3b Changes 1.2.5:
Bug fixes.
2010-10-16 13:46:29 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
drochner
d860907fc0 update to 1.2.4
changes:
The patches to fix the following CVEs are included with help from
Vincent Danen and other members of the Red Hat security team:
CVE-2010-1781 CVE-2010-1782 CVE-2010-1784 CVE-2010-1785
CVE-2010-1786 CVE-2010-1787 CVE-2010-1788 CVE-2010-1790
CVE-2010-1792 CVE-2010-1793 CVE-2010-2648
2010-09-10 14:18:13 +00:00
drochner
3afa5003ec update to 1.2.3
changes:
-misc fixes, minor API extension
-allow to build against icu-4.4
-security fixes added (CVE-2010-1386, CVE-2010-1392, CVE-2010-1405,
 CVE-2010-1407, CVE-2010-1416, CVE-2010-1417, CVE-2010-1665, CVE-2010-1418,
 CVE-2010-1421, CVE-2010-1422, CVE-2010-1501, CVE-2010-1767, CVE-2010-1664,
 CVE-2010-1758, CVE-2010-1759, CVE-2010-1760, CVE-2010-1761, CVE-2010-1762,
 CVE-2010-1770, CVE-2010-1771, CVE-2010-1772, CVE-2010-1773, CVE-2010-1774)
2010-07-23 14:38:51 +00:00
wiz
92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
drochner
d78397eae8 update to 1.2.1
I'm not sure the changelog is well maintained, but it liiks like
bugfixes.
2010-05-19 17:54:24 +00:00
drochner
dcfc97c79a -fix jit on netbsd/x86 (at least I hope so -- midori and epiphany work
well for me now)
-update to 1.2.0 -- sorry, no concise changelog available
2010-04-12 21:12:12 +00:00
obache
d91ecf63d8 Introduce webkit-jit option, enabled by default (no changes).
Disabling jit will avoid startup crash of www/midori and www/epiphany,
on NetBSD-5, reported as PR#42687 and PR#43039.
2010-04-12 02:26:39 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
drochner
24a164dab1 ass patches from webkit CVS to fix security problems
(CVE-2009-2816, CVE-2009-3384), bump PKGREVISION
2010-01-08 09:56:09 +00:00
snj
9b74cf74b3 Update to 1.1.15.3. Minor bugfixes and a new translation. 2009-11-21 00:13:58 +00:00
drochner
480e01e127 set minimum libsoup version 2009-10-30 16:53:02 +00:00
wiz
ecb5610b35 Fix build on NetBSD/amd64. From hasso@ 2009-10-19 14:18:08 +00:00
hasso
878caac0df Update to 1.1.15.2. Massive amount of fixes and changes. See upstreams' git
repo for details.
2009-10-15 12:27:44 +00:00
drochner
ed64471eed fix a bashism which made that many files belonging to "webinspector"
were not installed (at least on NetBSD), bump PKGREVISION
2009-09-08 16:40:21 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
obache
c42f455e2c recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
drochner
a3b8946a3f bump PKGREVISION for icu dependency change 2009-08-09 09:54:11 +00:00
drochner
bacf1c23ab update to 1.1.10
changes: misc fixes
(I know 1.1.11 is out, but it wants an unstable version of libsoup)
2009-07-24 18:37:31 +00:00
joerg
3dbb059e06 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:38 +00:00
ahoka
9dcd3594b3 Update to 1.1.8.
Changes:

- We found out that WebKitWebHistoryItems were being kept with a
  reference count of 2 instead of 1 as they should; nobody should be
  relying on that, but if you hit reference counting problems with
  items you were creating yourself, this is for you.
- You can now copy images from the web page to the clipboard.
- Improvements were made to the Plugin handling code.
- Scroll events will now be correctly reported to web applications.
- You can now embed arbitrary widgets as if it was a plugin, with
  the new "create-plugin-widget" signal.
- The atk_text_get_text_{at,after,before}_offset methods are now
  implemented for all boundary types except LINE_AFTER and
  LINE_BEFORE.
- The usual stream of minor fixes and improvements, as always.
2009-06-09 13:08:14 +00:00
snj
139cd0eab6 Update to 1.1.7.
Changes:
- Do not handle KeyEvents with Ctrl or Alt modifiers that we
  otherwise know nothing about. Otherwise shortcuts defined in the
  WebView will never be executed.
- Add information about the SVG index bounds check committed in r43590.
- For paste from middle button (button==2) we want to use
  the GDK_PRIMARY_SELECTION. Implement the new getCurrentTarget
  method in PasteboardHelperGtk by asking the WebView which
  clipboard to use.
- Add glib-2.0 to the list of required package.
- (test_webkit_web_frame_create_destroy): Declare webView as a GtkWidget*
  to fix pointer type incompatibility warnings.
- Make the scan program call g_thread_init(NULL) in addition to
  g_type_init(), so that it actually works.
- Unify scrolling code via adjustments and keys. Use the WebCore
  defined constants, since that's what people are most used to at
  this point.
- Add missing call to notifyStatus in the committed case and a
  missing property notify.
- When a download is requested by an ongoing request, use the already
  provided response to set the suggested filename for the WebKitDownload
  object, if available.
- Remove bogus extern "C" from some source files.
- Misc fixes to InspectorClientGtk: use g_filename_to_uri to
  get the URI and use web_view_load_uri instead of the deprecated
  web_view_open method for loading the URI.
- Add #if ENABLE(DATABASE) guards around database code so toggling
  ENABLE_DATABASE off does not break builds.
- Implement load-status and progress properties on the view, as well as
  load-status on the frame. This supersedes the different load signals
  load-progress-changed, load-committed, load-done, load-started and
  load-finished which are not only misnamed but broken by design.
- Fix memory leaks.
- Use strlen instead of g_utf8_strlen when calculating the size of
  the data that is being given to webkit_web_frame_load_string to be
  loaded, so that we don't miss any of the content.
- Fix mis-applied patch.
- Add a FrameLoaderClient callback for ResourceRetrievedByXMLHttpRequest.
- Provide a mechanism to create a quirks delegate for HTMLParser
- Add MessageSource and MessageLevel parameters to
  ChromeClient::addMessageToConsole.
2009-05-20 03:28:48 +00:00