Commit graph

277129 commits

Author SHA1 Message Date
wiz
feb592e188 doc: Updated shells/bash to 4.4.18 2018-02-11 17:00:53 +00:00
wiz
e83598b6c4 bash: update to 4.4.18.
Bugfixes.
2018-02-11 17:00:45 +00:00
wiz
3c076b74ab doc: Updated sysutils/py-dbus to 1.2.6 2018-02-11 16:53:18 +00:00
wiz
692d36e0b9 doc: Updated sysutils/dbus-python-common to 1.2.6 2018-02-11 16:53:08 +00:00
wiz
14417b973e py-dbus: Update python dbus bindings to 1.2.6.
D-Bus Python Bindings 1.2.6 (2018-01-29)
========================================

The “doppler radar” release.

Dependencies:

• When using Python 2, version 2.7 is now required. Python 2.6 security
  support ended in 2013.
• When using Python 3, version 3.4 or later is now required.
  Python 3.2 security support ended in 2016, and Python 3.3 security
  support ended in 2017.
• Most unit tests now require the tap.py module from PyPI.
• The deprecated dbus-glib library is no longer required. A bundled copy
  of its main loop integration code is included instead.
• GLib version 2.40 or later is required.
• libdbus version 1.8 or later is required.

Enhancements:

• AX_PYTHON_DEVEL is now used to find the CPPFLAGS, LDFLAGS and libraries
  needed to link test-import-repeatedly to libpython, which should reduce
  the number of wheels reinvented here.

• Remove workarounds for Python 2.6 limitations

• All unit tests now produce structured output (TAP)

Fixes:

• Fix a NULL dereference in constructing a Server if the underlying C
  function fails

• Silence compiler warnings triggered by the Python headers under gcc 7

• Avoid __gtype__ appearing in documentation, for reproducible builds

• Rename _dbus_bindings/ and _dbus_glib_bindings/ source directories to
  dbus_bindings/ and dbus_glib_bindings/ to avoid an ImportWarning
  appearing in the API documentation, which made the documentation build
  non-reproducible
2018-02-11 16:52:54 +00:00
wiz
83d5fb79c1 doc: Updated www/surfraw to 2.3.0 2018-02-11 16:46:08 +00:00
wiz
4044b410b7 surfraw: update to 2.3.0.
Sat Jan 13 18:55:20 GMT 2018  - surfraw 2.3.0

        * We are moving! This is the last release on Debian's platform.
          For all future development, please check out
          https://gitlab.com/surfraw/Surfraw

	    * All elvi now use HTTPS
          + Elvi for sites that don't work with HTTPS have left the building:
        	- cablesearch
	   	    - dmoz
	   	    - openports
	   	    - opensearch
	   	    - pasearch
	   	    - rhyme
	   	    - rpmsearch
	   	    - scicom
	   	    - scirus
	   	    - wetandwild
	   	    - yacy
	   	    - yubnub
	    * Select Perl version at buildtime (Mark Meyer)
	    * Remove lynx-cur (closes #882286)
2018-02-11 16:45:59 +00:00
wiz
b326ce2386 doc: Updated graphics/py-cairo to 1.16.2 2018-02-11 16:41:06 +00:00
wiz
6cb132a658 py-cairo: update to 1.16.2.
1.16.2 - 2018-02-10
-------------------

* setup.py: Some fixes for Debian pybuild quirks. 🐛`98`


.. _v1.16.1:

1.16.1 - 2018-02-06
-------------------

* setup.py: correctly install pkgconfig into /usr/lib* again.
  To make JHBuild on Fedora work the following patch is needed:
  https://bugzilla.gnome.org/show_bug.cgi?id=793216


.. _v1.16.0:

1.16.0 - 2018-02-05
-------------------

* Add a :func:`get_include` function which returns the compiler include path
  needed for interfacing with the Pycairo C API 🐛`92`
* Note for packagers: The default header installation path has changed, but a
  compat header is installed to the old location to prevent breakage in case
  anyone has hardcoded the old path instead of using pkg-config.
  Just in case anyone is wondering why there are two header files now.


.. _v1.15.6:

1.15.6 - 2018-01-30
-------------------

* Experimental PyPy and PyPy3 support 🐛`90`


.. _v1.15.5:

1.15.5 - 2018-01-29
-------------------

* Support Unicode paths under Windows with cairo 1.15.10+ :pr:`87`
* Don't include the pkg-config file when building a wheel 🐛`83`
2018-02-11 16:40:48 +00:00
wiz
51547d6657 doc: Updated math/mpfr to 4.0.1 2018-02-11 16:35:10 +00:00
wiz
00921dccb9 mpfr: update to 4.0.1.
Changes from version 4.0.0 to version 4.0.1:
- Improved MPFR manual.
- Improved __GMP_CC and __GMP_CFLAGS retrieval (in particular for MS Windows).
- Fixed a build failure on some platforms when --with-gmp-build is used.
- Bug fixes (see ChangeLog file), in particular in mpfr_div_ui, which
  could yield an incorrectly rounded result to nearest when using
  different precisions; this bug had been present since the introduction
  of mpfr_div_ui, and in MPFR 4.0.0, it was affecting mpfr_div too.
- New: optional "make check-exported-symbols", mainly for the MPFR developers
  and binary distributions, to check that MPFR does not define symbols with a
  GMP reserved prefix (experimental).
2018-02-11 16:35:01 +00:00
wiz
7a21b2c5fe doc: Updated audio/musicpd to 0.20.16 2018-02-11 16:33:37 +00:00
wiz
315a6b57ff musicpd: update to 0.20.16.
ver 0.20.16 (2018/02/03)
* output
  - pulse: fix crash during auto-detection
* database
  - simple: fix search within mount points
  - upnp: enable IPv6
* archive
  - iso9660: libcdio 2.0 compatibility
* fix crash in debug build on Haiku and other operating systems
2018-02-11 16:33:28 +00:00
wiz
42b1838127 doc: Updated www/http-parser to 2.8.0 2018-02-11 16:29:50 +00:00
wiz
9b69eca004 http-parser: update to 2.8.0.
Three months of bugfixes.
2018-02-11 16:29:28 +00:00
wiz
ae4e7dab3b doc: Updated lang/vala to 0.38.7 2018-02-11 16:27:35 +00:00
wiz
e3f7fa4b12 vala: update to 0.38.7.
Vala 0.38.7
===========
 * Regression fix:
  - codegen: Don't try to infer error argument on async begin methods [#793158]
    This was a regression introduced by [#614294]

Vala 0.38.6
===========
 * Various bug fixes:
  - girparser:
    + Set NoAccessorMethod for non-readable and construct-only properties
    + Ignore conflicting closure/destroy indexes
    + Don't accept methods as property-accessor which throw errors [#792998]
  - codegen:
    + Infer error parameter from abstract/virtual base methods [#614294]
    + Fix return-type for cancelled async creation methods of classes [#792942]
  - vala: Variadic constructors without a real first parameter are not allowed
  - libvaladoc: Keep bootstrap-support with valac >= 0.16.1

 * Bindings:
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-4.0: Only override type of "event" parameters

Vala 0.38.5
===========
 * Various improvements and bug fixes:
  - codegen
    + Only add property-enum and GParamSpec-array for GObject classes
    + Add destroy param when invoking delegate returned by delegate [#792077]
  - vala: Add pkgdatadir and pkglibdir to pkg-config file
  - gidlparser: Update type qualifiers
  - libvaladoc: Allow @link tags to be split over multiple lines [#646982]
  - libvaladoc: Add support for single line documentation comments [#736483]
  - vala: Fix parameter type inference of overridden async methods [#792660]
  - codewriter: Don't use string.replace() to apply header_to_override [#731322]

 * Bindings:
  - glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NONE
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-2.0: Mark MessageDialog constructor parameter, message_format, as
    nullable [#791570]
  - gtk+-2.0/3.0: Don't hide user_data in Clipboard.set_with_data() [#792237]
  - gtk+-3.0: Update to 3.22.26+6f26d0dc
  - gtk+-4.0: Update to 3.93.0 and split Gsk.RenderNode into several classes
  - libwnck-3.0: Update to 3.24.1
  - posix: Add ctime(3) and fix binding of struct hostent and gethostbyname(3)
  - webkit2gtk-4.0: Update to 2.19.5
  - webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface
2018-02-11 16:27:27 +00:00
wiz
a808311218 doc: Updated graphics/libotf to 0.9.16 2018-02-11 16:17:03 +00:00
wiz
beb333a1fc libotf: update to 0.9.16.
* Changes in libotf 0.9.16

** This is a bug fix release.
2018-02-11 16:16:54 +00:00
wiz
1fcdee6e65 doc: Updated sysutils/dbus to 1.12.4 2018-02-11 16:11:51 +00:00
wiz
bef6897cc1 dbus: update to 1.12.4.
dbus 1.12.4 (2018-02-08)
========================

The “Stria Campania 115” release.

Fixes:

• When iterating the DBusConnection while blocking on a pending call,
  don't wait for I/O if that pending call already has a result; and make
  sure that whether it has a result is propagated in a thread-safe way.
  This prevents certain multi-threaded calling patterns from blocking
  until their timeout even when they should have succeeded sooner.
  (fd.o #102839; Manish Narang, Michael Searle)

• Report the correct error if OOM is reached while trying to listen
  on a TCP socket (fd.o #89104, Simon McVittie)

• Fix assertion failures in recovery from OOM while setting up a
  DBusServer (fd.o #89104, Simon McVittie)

• Add a missing space to a warning message (fd.o #103729, Thomas Zajic)

• Expand ${bindir} correctly when pkg-config is asked for dbus_daemondir
  (fd.o #104265, Benedikt Heine)

• On Linux systems with systemd < 237, if ${localstatedir}/dbus doesn't
  exist, create it before trying to create ${localstatedir}/dbus/machine-id
  (fd.o #104577, Chris Lesiak)

• Fix escaping in dbus-api-design document (fd.o #104925, Philip Withnall)
2018-02-11 16:11:43 +00:00
wiz
113b6865bb doc: Updated fonts/harfbuzz to 1.7.5 2018-02-11 16:08:46 +00:00
wiz
8f48889be5 harfbuzz: update to 1.7.5.
Overview of changes leading to 1.7.5
Tuesday, January 30, 2018
====================================

- Separate Khmer shaper from Indic.
- First stab at AAT morx. Not hooked up.
- Misc bug fixes.
2018-02-11 16:08:38 +00:00
wiz
6313a5ed2d doc: Updated security/caff to 2.7 2018-02-11 16:06:50 +00:00
wiz
8f568c47d0 caff: update to 2.7.
Bugfix release.
2018-02-11 16:06:42 +00:00
wiz
2e2ca1447a doc: Updated devel/py-mercurial to 4.5 2018-02-11 16:04:30 +00:00
wiz
12f17cbe98 py-mercurial: update to 4.5.
Mercurial 4.5 (2018-02-01)

1.1. New Features

1.1.1. revert --interactive

The revert command now accepts the flag --interactive to allow reverting only some of the changes to the specified files.

1.1.2. Accessing hidden changesets

Set config option 'experimental.directaccess = True' to access hidden changesets from read only commands.

1.1.3. githelp extension

The githelp extension provides the hg githelp command. This command attempts to convert a git command to its Mercurial equivalent. The extension can be useful to Git users new to Mercurial.

1.1.4. Largefiles changes

    largefiles: add a 'debuglfput' command to put largefile into the store
    largefiles: add support for 'largefiles://' url scheme
    largefiles: allow to run 'debugupgraderepo' on repo with largefiles
    largefiles: convert EOL of hgrc before appending to bytes IO
    largefiles: explicitly set the source and sink types to 'hg' for lfconvert
    largefiles: modernize how capabilities are added to the wire protocol

1.2. hgweb changes

hgweb now shows more information about commits: phase (if it's not public), obsolescence status (with a short explanation and links to the successors) and instabilities (e.g. orphan, phase-divergent or content-divergent).

Client-side graph code has been simplified by delegating more work to the backend, so /graph page is now more in sync with /log page, visually and feature-wise. Unfortunately, this code change means that 3rd-party themes for 4.5+ are required to have graphentry.tmpl template available (copy it from the base theme if you don't use %include and then reference it in map file) and render entries in graph.tmpl -- look at one of the core themes to see what it needs to look like. JS functions that create graph vertices and edges are now available in Graph.prototype, making it possible to call the original functions from custom theme-specific functions if needed.

Graph now shows different symbols for normal, branch-closing, obsolete and unstable commits, and marks currently checked out commit with a circle around its graph node.

There's also now json-graph API endpoint that can be used for rendering commit graph in 3rd-party applications.

1.2.1. Other Changes

    When interactive revert is run against a revision other than the working directory parent, the diff shown is the diff to <em>apply</em> to the working directory, rather than the diff to <em>discard</em> from the working copy. This is in line with related user experiences with 'git' and appears to be less confusing with 'ui.interface=curses'.
    Let 'hg rebase' avoid content-divergence by skipping obsolete changesets (and their descendants) when they are present in the rebase set along with one of their successors but none of their successors is in destination.
    A new experimental config flag, 'rebase.experimental.inmemory', makes rebase perform an in-memory merge instead of doing it on-disk in the working copy.

    The HGPLAINEXCEPT environment variable can now include color to allow automatic output colorization in otherwise automated environments.
    A new unamend command in uncommit extension which undoes the effect of the amend command by creating a new changeset which was there before amend and moving the changes that were amended to the working directory.
    A '--abort' flag to merge command to abort the ongoing merge.
    An experimental flag '--rev' to 'hg branch' which can be used to change branch of changesets.
    bundle2 read I/O significantly improved
    bundle2 memory use significantly reduced during read
    clonebundle: it is now possible to serve the clonebundle using a git-lfs compatible server.

    templatefilters: add slashpath() to convert path separator to slash (issue5572)
    A new experimental config flag, 'inline-color-diff', adds within-line color diff capacity
    histedit: add support to output nodechanges using formatter to help with editor integrations

1.3. Backwards Compatibility Changes

    log --follow-first -rREV, which is deprecated, now follows the first parent of merge revisions from the specified REV just like log --follow -rREV.

    log --follow -rREV FILE.. now follows file history across copies and renames.
    transaction: register summary callbacks only at start of transaction

    hgweb's graph view no longer supports browsers that lack <canvas> support
    hgweb: only include graph-related data in jsdata variable on /graph pages

    graphlog: add another graph node type, unstable, using character *
    remove: print message for each file in verbose mode only while using '-A'

1.4. Bug Fixes

    Bookmark, whose name is longer than 255, can again be exchanged again between 4.4+ client and servers (issue5165)

    The convert extension works with bzr < 2.6.0 again (issue5733)

    Mercurial will now attempt to use hardlinks on NTFS on Windows (issue4580)

    The revset x^:: is now correctly parsed as (x^):: instead of being an error (issue5764)

    Setting the diff.noprefix configuration option no longer breaks the --stat flag on hg diff (issue5759)

    hg outgoing now honors :pushurl paths from hgrc (issue5365)

    log: translate column labels at once (issue5750)

    patch: improve heuristics to not take the word diff as header (issue1879)

    templater: look up symbols/resources as if they were separated (issue5699)
    http and ssh: support for emitting extra debug logs about requests as they happen

1.5. API Changes

    bundlerepo.bundlerepository.bundle and bundlerepo.bundlerepository.bundlefile are now prefixed with an underscore.
    Rename bundlerepo.bundlerepository.bundlefilespos to _cgfilespos.
    dirstate no longer provides a 'dirs()' method. To test for the existence of a directory in the dirstate, use 'dirstate.hasdir(dirname)'.
    mapping does not contain all template resources. use context.resource() in template functions.

    text=False|True option is dropped from the vfs interface because of Python 3 compatibility issue. Use util.tonativeeol/fromnativeeol() to convert EOL manually.

    wireproto.streamres.__init__ no longer accepts a reader argument. Use the gen argument instead.
    exchange.getbundlechunks() now returns a 2-tuple instead of just an iterator.
    bundle2 parts are no longer seekable by default
    memfilectx: the changectx argument is now mandatory in constructor
2018-02-11 16:04:21 +00:00
wiz
eee36a43e8 xlreader: use sourceforge project page instead of dead homepage 2018-02-11 15:55:25 +00:00
wiz
363f8b214a wmzcalock: use https 2018-02-11 15:54:10 +00:00
wiz
e520f43bba sysmon: comment out dead site. 2018-02-11 15:53:45 +00:00
wiz
9b2af303cf spectrum: use https 2018-02-11 15:53:06 +00:00
wiz
512d0c5226 py-readlike: use pypi instead of dead HOMEPAGE 2018-02-11 15:52:37 +00:00
wiz
9ac60a2c62 py-hgview: use pypi as HOMEPAGE instead of non-resolving one 2018-02-11 15:51:59 +00:00
wiz
73dc221a12 plinkseq: use https 2018-02-11 15:50:59 +00:00
wiz
877a8c917d PanoTools: use sourceforge page, other page vanished 2018-02-11 15:50:12 +00:00
wiz
c68ac09c28 lxmenu-data: update HOMEPAGE 2018-02-11 15:48:56 +00:00
wiz
4d0fa7e9e9 monoid: follow redirect 2018-02-11 15:48:05 +00:00
wiz
82d8f46baa mmix: follow redirect 2018-02-11 15:47:44 +00:00
wiz
0d4aded1c5 log4cxx: follow redirect 2018-02-11 15:47:25 +00:00
wiz
2cb4759359 libzip: use https 2018-02-11 15:46:58 +00:00
wiz
7e826feae4 LaTeXML: follow redirect 2018-02-11 15:46:23 +00:00
wiz
8dc69f3e25 labelnation: follow redirect 2018-02-11 15:45:50 +00:00
wiz
b7986b57db kannel: use https 2018-02-11 15:45:25 +00:00
wiz
a89bde998e i2cbd: follow redirect 2018-02-11 15:43:46 +00:00
wiz
d7ab6e40e9 i2cb: follow redirect 2018-02-11 15:43:18 +00:00
wiz
ad2a7ebeb0 gnumeric110: update HOMEPAGE. 2018-02-11 15:42:36 +00:00
wiz
ab86189b18 gnumeric: update HOMEPAGE. 2018-02-11 15:42:18 +00:00
wiz
7e7ebc5986 glusterfs: follow redirect 2018-02-11 15:41:46 +00:00
wiz
034ec66275 gloox: follow redirect 2018-02-11 15:41:19 +00:00
wiz
c8265f707a Hack-ttf: follow redirect 2018-02-11 15:40:42 +00:00