./www/dillo, Very small and fast graphical web-browser

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q1, Version: 3.0.4, Package name: dillo-3.0.4, Maintainer: pkgsrc-users

A very small and fast graphical web browser using FLTK-1.3.


Required to run:
[graphics/jpeg] [graphics/png] [lang/perl5] [x11/fltk13] [net/wget]

Required to build:
[x11/xf86driproto] [x11/xf86vidmodeproto] [x11/damageproto] [x11/dri2proto] [x11/fixesproto] [x11/glproto] [x11/inputproto] [x11/xproto] [x11/xextproto] [x11/renderproto] [pkgtools/x11-links]

Package options: inet6, ssl

Master sites:

SHA1: 69be51126c9f65a86eb1da76bb2042b421b866a0
RMD160: 816e07b985a801d1b096562dd8d78651e538dc78
Filesize: 721.51 KB

Version history: (Expand)


CVS history: (Expand)


   2014-04-12 19:24:58 by Matthias Scheler | Files touched by this commit (8) | Package removed
Log message:
Pullup ticket #4366 - requested by obache
www/dillo: security update

Revisions pulled up:
- www/dillo/Makefile                                            1.65
- www/dillo/PLIST                                               1.19
- www/dillo/distinfo                                            1.36
- www/dillo/patches/patch-aa                                    deleted
- www/dillo/patches/patch-ab                                    deleted
- www/dillo/patches/patch-ac                                    deleted
- www/dillo/patches/patch-ad                                    deleted
- www/dillo/patches/patch-dillorc                               deleted

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Sat Apr 12 02:24:19 UTC 2014

   Modified Files:
   	pkgsrc/www/dillo: Makefile PLIST distinfo
   Removed Files:
   	pkgsrc/www/dillo/patches: patch-aa patch-ab patch-ac patch-ad
   	    patch-dillorc

   Log message:
   Update dillo to 3.0.4.

   While here,
   * move dependency on wget to TOOLS,
   * simplify configuration file handling

   dillo-3.0.4 [April 09, 2014]

   +- OPTGROUP and INS elements.
    - Some HTML5 elements, etc.
    - Added show_ui_tooltip preference (BUG#1140).
      Patches: corvid
   +- Make embedding into other applications more reliable (BUG#1127).
    - Add search from address bar.
    - Share CSS user agent stylesheet between pages.
      Patches: Johannes Hofmann
   +- Better scaling (down) of images, even with consideration of gamma
      correction.
    - Fixed (possibly security) problem of FltkImgBuf caused by integer
   overflow    (BUG#1129).
    - Some linebreaking fixes, and optimization for non-justified text,
   including    new preference stretchability_factor.
    - Added white_bg_replacement preference.
    - Implemented background images (except 'background-attachment'), added
      load_background_images preference, as well as a new entry in the tools
   menu.    Patches: Sebastian Geerken
   +- Fix a set of bugs reported by Oulu Univ. Secure Programming Group
      (HTML parsing, URL resolution, GIF processing, etc.)
    - Improved/fixed handling of HEAD, TITLE, TEXTAREA and form inputs.
    - Made show_url dillorc option work again (BUG#1128)
      Patches: Jorge Arellano Cid
   +- Fix compiling on Hurd.
      Patch: Pino Toscano
   +- Avoid Dpid children becoming zombies.
      Patch: Jorge Arellano, J. Gaffney
   +- HTML5 WBR element.
    - Fix compiling on IRIX with MIPSpro compiler.
      Patches: corvid, Sebastian Geerken