Commit graph

285844 commits

Author SHA1 Message Date
wiz
6ab4ae5310 gnutls: Fix path to bash in installed files.
Bump PKGREVISION.
2018-08-20 06:01:25 +00:00
wiz
4e126b0f4e doc: Updated textproc/expat to 2.2.6 2018-08-20 05:24:59 +00:00
wiz
e1f161def2 expat: update to 2.2.6.
Release 2.2.6 Sun August 12 2018
        Bug fixes:
       #170 #206  Avoid doing arithmetic with NULL pointers in XML_GetBuffer
       #204 #205  Fix 2.2.5 regression with suspend-resume while parsing
                    a document like '<root/>'

        Other changes:
       #165 #168  Autotools: Fix docbook-related configure syntax error
            #166  Autotools: Avoid grep option `-q` for Solaris
            #167  Autotools: Support
                    ./configure DOCBOOK_TO_MAN="xmlto man --skip-validation"
       #159 #167  Autotools: Support DOCBOOK_TO_MAN command which produces
                    xmlwf.1 rather than XMLWF.1; also covers case insensitive
                    file systems
            #181  Autotools: Drop -rpath option passed to libtool
            #188  Autotools: Detect and deny SGML docbook2man as ours is XML
            #188  Autotools/CMake: Support command db2x_docbook2man as well
            #174  CMake: Introduce option WARNINGS_AS_ERRORS, defaults to OFF
       #184 #185  CMake: Introduce option MSVC_USE_STATIC_CRT, defaults to OFF
       #207 #208  CMake: Introduce option XML_UNICODE and XML_UNICODE_WCHAR_T,
                    both defaulting to OFF
            #175  CMake: Prefer check_symbol_exists over check_function_exists
            #176  CMake: Create the same pkg-config file as with GNU Autotools
       #178 #179  CMake: Use GNUInstallDirs module to set proper defaults for
                    install directories
            #208  CMake: Utilize expat_config.h.cmake for XML_DEV_URANDOM
            #180  Windows: Fix compilation of test suite for Visual Studio 2008
  #131 #173 #202  Address compiler warnings
  #187 #190 #200  Fix miscellaneous typos
                  Version info bumped from 7:7:6 to 7:8:6

Release 2.2.5 Tue October 31 2017
        Bug fixes:
              #8  If the parser runs out of memory, make sure its internal
                    state reflects the memory it actually has, not the memory
                    it wanted to have.
             #11  The default handler wasn't being called when it should for
                    a SYSTEM or PUBLIC doctype if an entity declaration handler
                    was registered.
       #137 #138  Fix a case of mistakenly reported parsing success where
                    XML_StopParser was called from an element handler
            #162  Function XML_ErrorString was returning NULL rather than
                    a message for code XML_ERROR_INVALID_ARGUMENT
                    introduced with release 2.2.1

        Other changes:
            #106  xmlwf: Add argument -N adding notation declarations
        #75 #106  Test suite: Resolve expected failure cases where xmlwf
                    output was incomplete
            #127  Windows: Fix test suite compilation
       #126 #127  Windows: Fix compilation for Visual Studio 2012
                  Windows: Upgrade shipped project files to Visual Studio 2017
        #33 #132  tests: Mass-fix compilation for XML_UNICODE_WCHAR_T
            #129  examples: Fix compilation for XML_UNICODE_WCHAR_T
            #130  benchmark: Fix compilation for XML_UNICODE_WCHAR_T
            #144  xmlwf: Fix compilation for XML_UNICODE_WCHAR_T; still needs
                    Windows or MinGW for 2-byte wchar_t
              #9  Address two Clang Static Analyzer false positives
             #59  Resolve troublesome macros hiding parser struct membership
                    and dereferencing that pointer
              #6  Resolve superfluous internal malloc/realloc switch
       #153 #155  Improve docbook2x-man detection
            #160  Undefine NDEBUG in the test suite (rather than rejecting it)
            #161  Address compiler warnings
                  Version info bumped from 7:6:6 to 7:7:6
2018-08-20 05:24:49 +00:00
wiz
c63a2261f1 doc: Updated textproc/uriparser to 0.8.6 2018-08-20 05:23:18 +00:00
wiz
1351282090 uriparser: update to 0.8.6.
2018-08-18 -- 0.8.6

  * Fixed: Bad/NULL .hostText.afterLast when parsing certain rather pathologic
      but well-formed URIs with empty host (e.g. "//:%aa@") (GitHub #15)
      Thanks to Kurt Schwehr for the report!
  * Fixed: Fix uriRemoveBaseUri for case where scheme, host name,
      IPvFuture address or path segments of the source address were
      string prefixes of the related counterpart in the base URI.
      Thanks to Yang Yu for the patch! (GitHub #19, #20)
  * Fixed: Make UriStringToUnixFilename and UriStringToWindowsFilename
      support minimal representation a la RFC 8089, e.g. file:/bin/bash
      (compare to file:///bin/bash with three slashes) (GitHub #12, #14)
      Thanks to Zane van Iperen for the report!
  * Fixed: Documentation typos (GitHub #10, #11)
      Thanks to Graham Percival!
  * Improved: Made API docs of uriRemoveBaseUri more clear
      (related to GitHub #19)
  * Soname: 1:22:0
2018-08-20 05:23:08 +00:00
wiz
8bec657ae6 inspircd*: remove outdated programs by request of author
Too old and vulnerable. Newer versions could be packaged.
(see pkgsrc-users post from Peter Powell)
2018-08-20 05:21:04 +00:00
wen
ab38ac3c9d Updated net/p5-Net-Amazon-S3 to 0.84 2018-08-20 03:11:04 +00:00
wen
a86efa5562 Update to 0.84
Add missing DEPENDS

Upstream changes:
0.84 Mon 16 Jul 2018 17:49:10 BST
     - Put back credential cache code lost in Signature 4 patch (Branislav Zahradník)

0.83 Tue 10 Jul 2018 22:30:23 BST
     - All patches by Branislav Zahradník
     - Use Signature 4 by default only for amazonaws host (issue #29)
     - Relaxing constraint on owner id, accepting any string (issue #18)
     - Enable secure by default (issue #23)
     - Sanity object uris to avoid invalid signature (issue #28)

0.82 Sat  7 Jul 2018 14:28:06 BST
     - Use HEAD request to determine bucket region (patch by Branislav Zahradník)

0.81 Thu 28 Jun 2018 20:27:44 GMT (TRIAL RELEASE)
     - Restore CHANGES files format
     - Change path to new github repo
     - Add optional delimiter parameter to
       Net::Amazon::S3::Client::Bucket->list (patch by Christian
       Lackas)
     - Add expected and received ETag value if upload is detected as
       being incorrect.
     - Add support for all location constraints when creating buckets
     - making DateTime coercion optional for last_modified (something that
       might happen million of times without ever been used, in a rather
       expensive operation) (patch by Christian Lackas)
     - avoiding MD5 calculation of large files (chunked uploads) that
       are then never used (patch by Christian Lackas)
     - add ability to set use_virtual_host to use virtual host method
       of making requests which eliminate having to set the region
       endpoint of a bucket. (patch by Christian Lackas)
     - Add V4 support (patch by Branislav Zahradník)
2018-08-20 03:10:15 +00:00
wen
0d3a771949 Added time/p5-MooseX-Types-DateTime-MoreCoercions version 0.15 2018-08-20 03:06:28 +00:00
wen
59561f8615 Add p5-MooseX-Types-DateTime-MoreCoercions 2018-08-20 03:05:14 +00:00
wen
75678988d5 Import MooseX-Types-DateTime-MoreCoercions-0.15 as time/p5-MooseX-Types-DateTime-MoreCoercions.
MooseX::Types::DateTime::MoreCoercions builds on MooseX::Types::DateTime to add
additional custom types and coercions. Since it builds on an existing type, all
coercions and constraints are inherited.
2018-08-20 03:03:53 +00:00
wen
7ddd491862 Updated math/p5-Math-Utils to 1.12 2018-08-20 02:33:04 +00:00
wen
1844be6206 Update to 1.12
Upstream changes:
1.12
        26 Jun 2018
        - Typo found by Florian Schlichting fixed.
        - Add gcd() and lcm() functions.
        - New example scripts (a couple transferred over from
          Math::Polynomial::Solve) in the new eg/ directory.
2018-08-20 02:32:20 +00:00
wen
d6d961fd46 Updated mail/p5-Parse-MIME to 1.004 2018-08-20 02:28:45 +00:00
wen
05179e8f89 Update to 1.004
Update DEPENDS

Upstream changes:
1.004 Sun 19 Aug 2018
        - No functional changes
        - Tests powered by JSON::PP instead of JSON::XS
        - Simplified tests with fewer dependencies
2018-08-20 02:27:53 +00:00
wen
3696ddac1c Updated fonts/p5-Font-FreeType to 0.12 2018-08-20 02:21:08 +00:00
wen
66d3627378 Update to 0.12
Upstream changes:
0.12 2018-08-12 dmol@cpan.org
 - Fix MANIFEST

0.11 2018-08-11 dmol@cpan.org
 - Added FT_LOAD_COMPUTE_METRICS load flag (HinTak)
 - Added face->foreach_glyph method for iterating over all glyphs
   (some of them don't necessarily have a unicode point) (HinTak)
2018-08-20 02:20:18 +00:00
wen
e7e35f9b8e Updated filesystems/p5-Path-Tiny to 0.108 2018-08-20 02:15:05 +00:00
wen
283988a2e1 Update to 0.108
Upstream changes:

0.108     2018-07-30 15:35:23-04:00 America/New_York

    - No changes from 0.107-TRIAL.

0.107     2018-07-24 15:10:36-04:00 America/New_York (TRIAL RELEASE)

    [Fixes]

    - Fixed a bug where failure to load optional modules would trigger
      an external $SIG{__DIE__} handler.

0.106     2018-07-14 09:37:00-04:00 America/New_York

    [Tests]

    - Protected t/locking.t from PERL_PATH_TINY_NO_FLOCK already
      in the environment.

0.105     2018-07-07 10:09:04-04:00 America/New_York (TRIAL RELEASE)

    [Additions]

    - The PERL_PATH_TINY_NO_FLOCK environment variable has been added to
      allow users to disable file locking (and any associated warnings).

    [Changes]

    - Detection of unsupported 'flock' is no longer BSD-specific.  This
      allows detecting and warning, for example, with the Luster filesystem
      on Linux.

    [Tests]

    - Improve reliability and diagnostics of tests run via 'do'.
2018-08-20 02:13:07 +00:00
leot
35ccd5c8a7 doc: Updated misc/xdg-utils to 1.1.3nb1 2018-08-20 00:43:49 +00:00
leot
b702d14df1 xdg-utils: Avoid hardcoded paths via a SUBST
Previously all xdg-utils scripts just honored system /usr/local and /etc, fix
that by substitute them via SUBST framework.

Bump PKGREVISION
2018-08-20 00:43:33 +00:00
wiz
591d19d686 doc/TODO: mention json-glib-1.4.2 package in wip (incomplete) 2018-08-19 20:30:22 +00:00
wiz
0250020153 *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
wiz
d730d27893 doc: Updated www/webkit-gtk to 2.20.5 2018-08-19 19:59:24 +00:00
wiz
e381b673eb webkit-gtk: update to 2.20.5.
==================
WebKitGTK+  2.20.5
==================

What's new in WebKitGTK+ 2.20.5?

  - Fix rendering artifacts in some web sites due to a bug introduced in 2.20.4.
2018-08-19 19:59:12 +00:00
wiz
6a0246ebae doc: Updated devel/glib2 to 2.56.2 2018-08-19 18:32:47 +00:00
wiz
759aaf039a glib2: update to 2.56.2.
Overview of changes in GLib 2.56.2
==================================

* Support version 2 of the NetworkMonitor portal interface

* Bug fixes:
 740791 gio: cannot specify the source when joining a multicast group...
 755721 g_inotify_file_monitor_start called with nullpointer for dirn...
 773435 After g_get_home_dir() fails, a second use deadlocks
 793727 Use-after-free in emit_network_changed() of gnetworkmonitorba...
 794380 Build failure of gcocoanotificationbackend.c on OS X < 10.9
 794801 /network-monitor/add_networks fails if there is a proxy and g...
 795138 gobject build failure with gcc <= 4.7
 795234 Fix Jenkins CI build failures for network tests
 795406 Glib fails to build for Android
 795429 glib-genmarshal shows redundant "time" warning message agains...
 795711 gitlab-ci: update meson
 795735 Fix comparison for GVariant property values
 795802 gdbus-codegen doesn't accept --output-directory with --output...
 #1240 W32: g_get_system_data_dirs() works differently for C++ applic...
#1401 g_clear_handle_id: clear_func is nullable, despite documentatin...
#1452 GFileInfo: unable to retrieve correct modification time of link...
#1458 g_volume_get_mount returns NULL value after g_volume_mount_fini...

* Translation updates
 Russian
 Slovenian
2018-08-19 18:32:27 +00:00
wiz
098bffaeff doc: Updated security/py-certifi to 2018.8.13 2018-08-19 18:13:57 +00:00
wiz
88ea67c366 py-certifi: update to 2018.8.13.
Changes not found.
2018-08-19 18:13:49 +00:00
wiz
3938624b2b doc: Updated devel/libuv to 1.23.0 2018-08-19 18:12:30 +00:00
wiz
e8629b03bb libuv: update to 1.23.0.
2018.08.18, Version 1.23.0 (Stable)

Changes since version 1.22.0:

* win,pipe: restore compatibility with the old IPC framing protocol (Bert
  Belder)

* fs: add uv_open_osfhandle (Bartosz Sosnowski)

* doc: update Visual C++ Build Tools URL (Michał Kozakiewicz)

* unix: loop starvation on successful write complete (jBarz)

* win: add uv__getnameinfo_work() error handling (A. Hauptmann)

* win: return UV_ENOMEM from uv_loop_init() (cjihrig)

* unix,win: add uv_os_{get,set}priority() (cjihrig)

* test: fix warning in test-tcp-open (Santiago Gimeno)
2018-08-19 18:12:22 +00:00
wiz
4c39ed59ca doc: Updated net/filezilla to 3.35.2 2018-08-19 18:09:53 +00:00
wiz
de588df9d0 filezilla: update to 3.35.2.
3.35.2 (2018-08-06)

- Fix functionality of --site and --local command-line options
- MSW: Fix local rename not updating file list
- OS X: Fix compatibility with old CPUs not supporting SSE4
2018-08-19 18:09:42 +00:00
leot
b3519178b0 doc: Updated devel/jq to 1.5nb5 2018-08-19 18:08:39 +00:00
leot
c43009f789 jq: Avoid SIGSEGVs when using date builtins
Apply patch written by <soda> and shared with upstream as part of
<https://github.com/stedolan/jq/pull/1458> in order to fix crashes of jq when
using date builtin functions.

Also add a SUBST class intended to avoid invoking git as part of pre-configure
phase when invoking autoreconf.

While here take the MAINTAINERship and reformat a bit the Makefile
(NFCI).

Thanks a lot to <soda>, Takehiko NOZAKI and <nonaka> for investigating
the issue, writing the patches, sharing them with upstream and as
part of PR pkg/52460!

Bump PKGREVISION
2018-08-19 18:08:05 +00:00
dholland
5aff21caf5 Remove latex2html-2015, since latex2html is currently at version 2016.
(found by make changes-entry)
2018-08-19 18:04:30 +00:00
dholland
622595f979 latex2html 2018-08-19 18:03:55 +00:00
dholland
2c02419a78 Fix broken DESTDIR support. PKGREVISION -> 1. 2018-08-19 18:03:29 +00:00
wiz
fe7b566251 doc: Updated audio/musicpd to 0.20.21 2018-08-19 17:31:51 +00:00
wiz
f61f5c88b0 musicpd: update to 0.20.21.
ver 0.20.21 (2018/08/17)
* database
  - proxy: add "password" setting
  - proxy: support tags "ArtistSort", "AlbumArtistSort", "AlbumSort"
  - simple: allow .mpdignore comments only at start of line
* output
  - httpd: remove broken DLNA support code
* playlist
  - cue: support file type declaration "FLAC" (non-standard)
* URI schemes are case insensitive
* Android, Windows
  - enable the "curl" storage plugin
2018-08-19 17:31:43 +00:00
wiz
e2a0b1fb7e doc: Updated fonts/harfbuzz to 1.8.8 2018-08-19 17:25:07 +00:00
wiz
c0fa539561 harfbuzz: update to 1.8.8.
Overview of changes leading to 1.8.8
Tuesday, August 14, 2018
====================================
- Fix hb-icu crash on architectures where compare_exchange_weak() can
  fail falsely.  This bug was introduced in 1.8.4.
  https://bugs.chromium.org/p/chromium/issues/detail?id=873568
- More internal refactoring of atomic operations and singletons.
- API changes:
  The following functions do NOT reference their return value before
  returning:
  * hb_unicode_funcs_get_default()
  * hb_glib_get_unicode_funcs()
  * hb_icu_get_unicode_funcs()
  This is consistent with their naming ("get", instead of "reference")
  as well as how they are used in the wild (ie. no one calls destroy()
  on their return value.)
2018-08-19 17:24:55 +00:00
nia
ba506d8543 pulseaudio: Check for soundcard.h on Linux.
Hopefully fixes the build on linux systems with OSS headers.
2018-08-19 14:37:17 +00:00
taca
9ed51da81e doc: Updated lang/php72 to 7.2.9 2018-08-19 13:57:25 +00:00
taca
9f297dbe85 lang/php72: update to 7.2.9
16 Aug 2018, PHP 7.2.9

- Calendar:
  . Fixed bug #52974 (jewish.c: compile error under Windows with GBK charset).
    (cmb)

- Filter:
  . Fixed bug #76366 (References in sub-array for filtering breaks the filter).
    (ZiHang Gao)

- PDO_Firebird:
  . Fixed bug #76488 (Memory leak when fetching a BLOB field). (Simonov Denis)

- PDO_PgSQL:
  . Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option).
    (Anatol)

- SQLite3:
  . Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle).
    (cmb)

- Standard:
  . Fixed bug #73817 (Incorrect entries in get_html_translation_table). (cmb)
  . Fixed bug #68553 (array_column: null values in $index_key become incrementing
    keys in result). (Laruence)
  . Fixed bug #76643 (Segmentation fault when using `output_add_rewrite_var`).
    (cmb)

- Zip:
  . Fixed bug #76524 (ZipArchive memory leak (OVERWRITE flag and empty archive)).
    (Timur Ibragimov)
2018-08-19 13:56:59 +00:00
taca
c5d6474c47 doc: Updated lang/php71 to 7.1.21 2018-08-19 13:56:01 +00:00
taca
c78f19a6b3 lang/php71: Update to 7.1.21
PHP                                                                        NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
16 Aug 2018, PHP 7.1.21

- Calendar:
  . Fixed bug #52974 (jewish.c: compile error under Windows with GBK charset).
    (cmb)

- Filter:
  . Fixed bug #76366 (References in sub-array for filtering breaks the filter).
    (ZiHang Gao)

- PDO_Firebird:
  . Fixed bug #76488 (Memory leak when fetching a BLOB field). (Simonov Denis)

- PDO_PgSQL:
  . Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option).
    (Anatol)

- SQLite3:
  . Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle).
    (cmb)

- Standard:
  . Fixed bug #68553 (array_column: null values in $index_key become incrementing
    keys in result). (Laruence)
  . Fixed bug #73817 (Incorrect entries in get_html_translation_table). (cmb)
  . Fixed bug #76643 (Segmentation fault when using `output_add_rewrite_var`).
    (cmb)

- Zip:
  . Fixed bug #76524 (ZipArchive memory leak (OVERWRITE flag and empty archive)).
    (Timur Ibragimov)
2018-08-19 13:55:24 +00:00
adam
6c66f37dc7 Updated devel/py-aiofiles, graphics/py-seqdiag 2018-08-19 11:24:21 +00:00
adam
085771fcc6 py-seqdiag: updated to 0.9.6
0.9.6:
* Fix a bug
  - Fix Python 3.7 compatibility
2018-08-19 11:23:51 +00:00
adam
5554e8f586 py-aiofiles: updated to 0.4.0
0.4.0:
Python 3.7 support.
Removed Python 3.3/3.4 support. If you use these versions, stick to aiofiles 0.3.x.
2018-08-19 11:16:25 +00:00