Commit graph

215166 commits

Author SHA1 Message Date
obache
f1be16835e 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
2014-04-12 02:24:19 +00:00
obache
43adc2cc3a Updated emulators/suse131_libcurl to 13.1nb2 2014-04-12 01:01:01 +00:00
obache
b161c54e8d Update suse131 libcurl4 RPM to 7.32.0-2.16.1 for CVE-2014-0138, CVE-2014-0139.
Bump PKGREVISION.
2014-04-12 01:00:46 +00:00
asau
43ede498ec Downgrade optimization flags to "-O0" to work around clang crash on FreeBSD 10.0. 2014-04-11 19:50:02 +00:00
asau
b8c6e63d50 Updated lang/sbcl to 1.1.17 2014-04-11 18:52:36 +00:00
asau
8426ebc4ac Update to SBCL 1.1.17
changes in sbcl-1.1.17 relative to sbcl-1.1.16:
  * enhancement: printing backtraces respects
    SB-DEBUG:*DEBUG-PRINT-VARIABLE-ALIST* when printing call arguments
    (lp#1261646)
  * optimization: defstruct out-of-line accessor are now as fast as inlined.
    (lp#1264924)
  * bug fix: INVOKE-RESTART-INTERACTIVELY no longer refuses to invoke RESTART
    instances with a test-function (reported by Vivitron in #sbcl)
  * bug fix: STREAM-ERROR-POSITION-INFO fails in fewer situations (lp#1264902)
  * bug fix: Change COND error message (lp#1254511)
  * bug fix: LOAD is no longer confused when called on a directory.
    (lp#1077996)
  * bug fix: MAKE-CONDITION reports names of missing condition classes
    properly (lp#1199223)
  * bug fix: restore building with clang. (lp#1293643)
  * bug fix: restore building on SPARC (broken since 1.1.15).
  * bug fix: improved FreeBSD support.
  * bug fix: PPC floating point conversion corrupted stack.


changes in sbcl-1.1.16 relative to sbcl-1.1.15:
  * minor incompatible change: improve read/print consistency for pathnames on
    Win32, by using the circumflex character #\^ as the escape character.
    (lp#673625)
  * enhancement: SB-EXT:DEFINE-LOAD-TIME-GLOBAL. (lp#1253688)
  * enhancement: Loading fasls with symbols from an undefined package includes
    the name of the symbol in the error message.
  * bug fix: problems when redefining classes and doing TYPEP on classes
    concurrently. (lp#1272742)
  * bug fixes to the x86-64 XCHG instruction:
    ** it was misencoded when used with RAX, R8-R15 registers. (reported by
       Eric Marsden)
    ** it was misencoded when used to exchange EAX with itself.
    ** the disassembler wrongly printed XCHG RAX, R8 and the corresponding
       32- and 16-bit variations as NOP.
  * bug fix: the disassembler outputs source annotations in the right place
    and no longer randomly drops some of them. (lp#1249205)
  * bug fix: fix commutative-arg-swap from introducing undumpable structures
    into code, prevent code with errors from being compiled. (lp#1276282)
  * bug fix: pathnames with :back in their directory component are succeffully
    resolved.
  * bug fix: the deterministic profiler now uses ENCAPSULATE functionality to
    wrap functions around. (lp#309086)


changes in sbcl-1.1.15 relative to sbcl-1.1.14:
  * new feature: the iterative spilling/coloring register allocator developed
    by Alexandra Barchunova during Google Summer of Code 2013 is now merged
    in.  By default, it only activates for functions that optimize with
    (speed 3) and (> speed compilation-speed), but setting
    sb-regalloc:*register-allocation-method* to :iterative forces its
    execution.  The previous behaviour can be obtained by instead setting that
    variable to :greedy.  Thanks again to Google for their support, and, more
    crucially, to Alexandra Barchunova for her hard work.
  * optimization: make-array with known element-type and unknown dimensions is
    much faster.
  * optimization: make-array with unknown element-type is faster as well.
    (lp#1004501)
  * enhancement: sb-ext:save-lisp-and-die on Windows now accepts
    :application-type argument, which can be :console or :gui. :gui allows
    having GUI applications without an automatically appearing console window.
  * enhancement: reduced conservativism on GENCGC platforms:
    conservative roots must be valid-looking tagged pointers or point
    within a code object, not merely point to within the allocated part
    of a page, in order to pin a page.
  * enhancement: support for "Mac Roman" external format.
  * enhancement: encapsulation of named generic functions now happens without
    altering the identity of the function bound to the name.
  * bug fix: Windows applications without the console window no longer misbehave.
    (patch by Wilfredo Velazquez, lp#1256034).
  * bug fix: modular arithmetic optimizations do not stumble on dead branches
    with bad constants. (reported by Douglas Katzman)
  * bug fix: CLISP can be used again as a cross-compilation host.
    (Thanks to Vasily Postnicov, lp#1261451)
  * bug fix: run-program crashed with :directory nil. (lp#1265077)
2014-04-11 18:52:04 +00:00
wiz
7d501e258c Updated textproc/py-cssutils to 1.0 2014-04-11 18:10:19 +00:00
wiz
4ed312cf93 Update to 1.0. Changes not found. 2014-04-11 18:10:11 +00:00
wiz
675e2ccc2a Updated devel/global to 6.2.12 2014-04-11 18:08:32 +00:00
wiz
4bf9a4302b Update to 6.2.12:
March 17 2014, Shigio YAMAGUCHI

	libutil/pathconvert.c module was divided into the following two modules:
	o libutil/encodepath.c
	o global/convert.c
	According to the change, the function of the --path command of gtags(1)
	(undocumented) was moved to global(1)'s --path-convert command.
2014-04-11 18:08:23 +00:00
wiz
a8d6889765 Updated textproc/xmlto to 0.0.26 2014-04-11 18:07:35 +00:00
wiz
3bfff8b445 Update to 0.0.26:
0.0.26 (stable)
  - --searchpath option no longer produces warning
    about local builtin used outside the function
    (debian #652974)
  - fix build with automake 1.13+
  - fix noextensions option recognition
  - handle used css list in epub format
2014-04-11 18:07:26 +00:00
wiz
4c3d71d04d Updated devel/py-setuptools to 3.4.4 2014-04-11 18:06:27 +00:00
wiz
687eb5bacc Update to 3.4.4:
-----
3.4.4
-----

* Issue #184: Correct failure where find_package over-matched packages
  when directory traversal isn't short-circuited.

-----
3.4.3
-----

* Issue #183: Really fix test command with Python 3.1.

-----
3.4.2
-----

* Issue #183: Fix additional regression in test command on Python 3.1.

-----
3.4.1
-----

* Issue #180: Fix regression in test command not caught by py.test-run tests.

---
3.4
---

* Issue #176: Add parameter to the test command to support a custom test
  runner: --test-runner or -r.
* Issue #177: Now assume most common invocation to install command on
  platforms/environments without stack support (issuing a warning). Setuptools
  now installs naturally on IronPython. Behavior on CPython should be
  unchanged.
2014-04-11 18:06:19 +00:00
wiz
64278bda79 Updated devel/py-flakes to 0.8.1 2014-04-11 18:04:20 +00:00
wiz
560b275e68 Update to 0.8.1:
0.8.1 (2014-03-30):
  - Detect the declared encoding in Python 3.
  - Do not report redefinition of import in a local scope, if the
    global name is used elsewhere in the module.
  - Catch undefined variable in loop generator when it is also used as
    loop variable.
  - Report undefined name for `(a, b) = (1, 2)` but not for the general
    unpacking `(a, b) = func()`.
  - Correctly detect when an imported module is used in default arguments
    of a method, when the method and the module use the same name.
  - Distribute a universal wheel file.
2014-04-11 18:04:11 +00:00
wiz
77f104fc64 Updated devel/py-urwid to 1.2.1 2014-04-11 18:03:22 +00:00
wiz
75b7aab359 Update to 1.2.1:
Urwid 1.2.1
===========

2014-04-04

 * Fix false failures of event loop tests

 * Remove extra newline generated on exit of raw_display

 * Documentation fixes (by Paul Ivanov)
2014-04-11 18:03:13 +00:00
wiz
443df2c031 Updated textproc/py-lxml to 3.3.4 2014-04-11 18:01:35 +00:00
wiz
3442ed0186 Update to 3.3.4:
3.3.4 (2014-04-03)
==================

Features added
--------------

* Source line numbers above 65535 are available on Elements when
  using libxml2 2.9 or later.

Bugs fixed
----------

* ``lxml.html.fragment_fromstring()`` failed for bytes input in Py3.
2014-04-11 18:01:27 +00:00
wiz
8db9509044 Updated textproc/py-cssselect to 0.9.1 2014-04-11 17:58:44 +00:00
wiz
e924d371e6 Update to 0.9.1:
Version 0.9.1
-------------

Released on 2013-10-17.

* **Backward incompatible change from 0.9**:
  :meth:`~GenericTranslator.selector_to_xpath` defaults to
  ignoring pseudo-elements,
  as it did in 0.8 and previous versions.
  (:meth:`~GenericTranslator.css_to_xpath` doesn’t change.)
* Drop official support for Python 2.4 and 3.1,
  as testing was becoming difficult.
  Nothing will break overnight,
  but future releases may on may not work on these versions.
  Older releases will remain available on PyPI.


Version 0.9
-----------

Released on 2013-10-11.

Add parser support for :attr:`functional
pseudo-elements <Selector.pseudo_element>`.

*Update:*
This version accidentally introduced a **backward incompatible** change:
:meth:`~GenericTranslator.selector_to_xpath` defaults to
rejecting pseudo-elements instead of ignoring them.


Version 0.8
-----------

Released on 2013-03-15.

Improvements:

* `#22 <https://github.com/SimonSapin/cssselect/issues/22>`_
  Let extended translators override what XPathExpr class is used
* `#19 <https://github.com/SimonSapin/cssselect/issues/19>`_
  Use the built-in ``lang()`` XPath function
  for implementing the ``:lang()`` pseudo-class
  with XML documents.
  This is probably faster than ``ancestor-or-self::``.

Bug fixes:

* `#14 <https://github.com/SimonSapin/cssselect/issues/14>`_
  Fix non-ASCII pseudo-classes. (Invalid selector instead of crash.)
* `#20 <https://github.com/SimonSapin/cssselect/issues/20>`_
  As per the spec, elements containing only whitespace are not considered empty
  for the ``:empty`` pseudo-class.


Version 0.7.1
-------------

Released on 2012-06-14. Code name *remember-to-test-with-tox*.

0.7 broke the parser in Python 2.4 and 2.5; the tests in 2.x.
Now all is well again.

Also, pseudo-elements are now correctly made lower-case. (They are supposed
to be case-insensitive.)
2014-04-11 17:58:35 +00:00
wiz
d0446e7661 Updated x11/libdrm to 2.4.53 2014-04-11 17:54:19 +00:00
wiz
4d09114a6c Update to 2.4.53:
Libdrm 2.4.53 has been released.

Emil Velikov (1):
      freedreno: do not leak drmVersion

François Tigeot (1):
      Enable libkms by default on DragonFly

Lucas Stach (1):
      modeprint: pretty print connector names

Marek Olšák (2):
      radeon: sync with radeon_drm.h from kernel headers
      Bump version to 2.4.53 for release

Rob Clark (6):
      freedreno: fix license
      freedreno: some msm-ring reset/flush fixes
      freedreno: simplify device creation
      freedreno: fix null ptr in error path
      freedreno/kgsl: don't even bother trying CREATE_FD
      freedreno: zero out unused field

Robert Millan (1):
      drm: Implement drmCheckModesettingSupported() for FreeBSD
2014-04-11 17:54:10 +00:00
wen
0d27fd44bc Updated lang/yabasic to 2.767 2014-04-11 15:25:42 +00:00
wen
a691aec5ae Update to 2.767
Remove the patch which included in upstream source

Upstream changes:
2.767 (March 15, 2014)
Fixed a bug which caused yabasic under Windows to freeze on syntax errors
2.766 (March 15, 2014)
Fixed some bugs related with ncurses under linux
2.765 (January 30, 2014)
Added support for later versions of ncurses and 64 bit Systems
Avoided forks for inkey$ under Unix
Fixed a bug related with break and continue
2.764 (January 22, 2014)
  - Added support for later versions of ncurses and 64 bit Systems
  - Avoided forks for inkey$
2014-04-11 15:24:34 +00:00
wiz
1e14bb7400 Updated misc/py-carddav to 0.7.0nb1 2014-04-11 13:35:42 +00:00
wiz
df8837441e Add missing py-xdg dependency. Bump PKGREVISION. 2014-04-11 13:35:31 +00:00
obache
e7be7f63da py-Pillow is better. 2014-04-11 13:05:29 +00:00
obache
ccb1a44697 + Pillow-2.4.0 2014-04-11 13:03:03 +00:00
obache
db8837941e Updated graphics/py-Pillow to 2.3.1 2014-04-11 12:41:30 +00:00
obache
81776e0d68 Update py-Pillow to 2.3.1.
Changelog (Pillow)
==================

2.3.1 (2014-03-14)
------------------
- Fix insecure use of tempfile.mktemp (CVE-2014-1932 CVE-2014-1933)
  [wiredfool]
2014-04-11 12:41:18 +00:00
adam
ba72c48857 Updated multimedia/ffmpeg2 to 2.2.1 2014-04-11 07:43:17 +00:00
adam
6adae51270 Changes 2.2.1:
* avcodec/dirac_arith: Fix build with PIC and stack-check options
* swscale/x86/swscale_template: loose hardcoded dstw_offset
* swresample/resample: use av_malloc_array() where appropriate
* swresample/dither: use av_malloc_array()
* swresample/resample: Limit filter length
* avcodec/msrle: check return code for success before use
* avcodec/pthread_frame: fix missing unlock on error
* examples/avio_reading: fix null dereference on error
* avformat/omadec: fix probetest failure
* avcodec/wma: use av_freep(), do not leave stale pointers in memory
* lavu/opt: validate range before dereference
* avcodec/h264: clear cur_pic structure instead of duplicating it in ff_h264_update_thread_context()
* avfilter/vf_pullup: fix gray8
* avcodec/libx264: move where x264opts is applied down so it isnt overridden by avctx & defaults
2014-04-11 07:42:30 +00:00
wen
0769edf721 Updated www/p5-Dancer2 to 0.12 2014-04-10 13:47:54 +00:00
wen
88673aa4d2 Update to 0.12
Upstream changes:
0.12      2014-04-07 22:42:12 Europe/Amsterdam

    [ ENHANCEMENTS ]
    * GH#518: Bump jQuery to 1.10.2 (Grzegorz Ro偶niecki).
    * GH#535: Support OPTIONS and PATCH requests in Server::Standalone.
      (Russell Jenkins)
    * GH#553: Dancer2 CLI: specify directory to write app skeleton
      (Jean Stebens)
    * GH#543: Additional HTTP Methods for Ajax plugin (Jean Stebens).

    [ DOCUMENTATION ]
    * RT#91428: POD encoding set to UTF-8 in main .pm (Gregor Herrmann).
    * GH#517: Miscellaneous documentation fixes (Cesare Gargano).
    * GH#518: "Getting started" demo page fixes (Grzegorz Ro偶niecki).
    * GH#522: s/PerlHandler/PerlResponseHandler/ in Apache2 sample configuration
      (Grzegorz Ro偶niecki)
    * GH#521: Remove duplicated POD and clean up list details (Shlomi Fish)
    * GH#526: Cleanup POD formating and code snippets in manual.
      (Grzegorz Ro偶niecki)

    [ BUG FIXES ]
    * GH#528,529: Force PSGI server in dispatch scripts for CGI or fcgi
      deployments (Erik Smit, Alberto Sim玫es)
    * GH#550,GH#551: Update all headers in Handler::File
      (Sawyer X, Stefan @racke Hornburg)
    * GH#540: Fix hook execution when default scalar was used in hook code.
      (baynes, Russell Jenkins)
    * GH#552: Rework test suite to use Plack::Test
      (Sawyer X, Stefan @racke Hornburg)
    * GH#560: Return value of hooks do not alter response content.
      (Jean Stebens)
2014-04-10 13:46:51 +00:00
obache
908bd81b4e Updated graphics/jbigkit to 2.1 2014-04-10 12:04:36 +00:00
obache
182bcb3000 Update jbigkit to 2.1.
Changes in version 2.1 (2014-04-08)

This is a security-critical bug-fix release that remains API and ABI
backwards compatible to version 2.0. Users who process BIE data from
untrusted sources should upgrade.

  - fixed a buffer-overflow vulnerability in the jbig.c decoder,
    reported by Florian Weimer (Red Hat): CVE-2013-6369

  - fixed ability of corrupted input data to force jbig85.c decoder
    into an end-less loop

  - fixed a bug in the processing of private deterministic-prediction
    tables (DPPRIV=1) in jbig.c decoder

  - fixed integer-type mismatches in printf arguments on 64-bit systems

  - fuzz-testing script added
2014-04-10 12:04:16 +00:00
obache
71bef7a079 stunnel-5.01 2014-04-10 09:32:00 +00:00
martin
409d8411b4 Updated www/firefox to 28.0nb2 2014-04-10 07:34:20 +00:00
martin
a5637ca998 Make the custom memory allocator in the JS engine deal with sparc64
TOPDOWN_VM (already reported upstream).
2014-04-10 07:33:59 +00:00
wiz
d5334d7134 Sort. 2014-04-10 06:51:35 +00:00
wiz
d580abaf19 Remove inclusion of non-existing x265 buildlink3.mk file until it's added. 2014-04-10 06:51:07 +00:00
wiz
f55793e5ca Remove unused patch after update. 2014-04-10 06:50:25 +00:00
obache
1335204923 recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
obache
c497f656a4 recursive bump from x264-devel build number change (i.e. API change) 2014-04-10 05:57:43 +00:00
obache
ed661cd5ca recursive bump from x264-devel builld number change (i.e. API change). 2014-04-10 05:39:14 +00:00
tron
d51ca115e3 Don't enable "dtrace" support by default under Solaris 10. It doesn't
build for me on an UltraSPARC system.
2014-04-09 21:05:58 +00:00
tron
a105e7ac23 Note update of the "phpmyadmin" package to version 4.1.12. 2014-04-09 19:53:10 +00:00
tron
b1af36ba2c Update "phpmyadmin" package to version 4.1.12. The following bugs were
fixed since version 4.1.9:
- bug #4334 Add event : datepicker won't open
- bug #4338 Fix missing value error while executing SQL query
- TCPDF library is now optional dependency
- bug #4326 Cannot find the import plugins which start with uppercase 'I'
- bug #4301 Grid edit: "SELECT" query is replaced by "UPDATE" query after edit
- bug #4278 reCaptcha re-login requires double effort
- bug #4324 Datepicker not showing up on insert page
- bug #3991 Problem selecting item in select boxes with the ENTER keystroke
            in some browsers
- bug #4323 QueryWindow ignores CodeMirror
- bug       None of the live charts shown on "Status -> Monitor" (Chrome)
2014-04-09 19:52:15 +00:00