Commit graph

280680 commits

Author SHA1 Message Date
adam
19968d2a45 libuv: updated to 1.20.2
v1.20.2:
* zos: use custom semaphore
* win: fix registry API error handling
* build: add support for 64-bit AIX
* aix: guard STATIC_ASSERT for glibc work around

v1.20.1:
* doc,fs: improve documentation
* win: return a floored double from uv_uptime()
* doc: clarify platform specific pipe naming
* unix: fix uv_pipe_chmod() on macOS
* unix: work around glibc semaphore race condition
* tcp,openbsd: disable Unix TCP check for IPV6_ONLY
* test,openbsd: use RETURN_SKIP in UDP IPv6 tests
* test,openbsd: fix multicast test
* Revert "win, fs: use FILE_WRITE_ATTRIBUTES when opening files"
2018-04-23 07:03:12 +00:00
wen
5fa087ebe8 Updated devel/p5-File-ShareDir-Install to 0.13 2018-04-23 07:02:42 +00:00
wen
ea00473494 Update to 0.13
Upstream changes:
0.13      2018-04-22 08:19:00Z
    - re-instate testrules.yml file to force serialize testing

0.12      2018-04-20 11:00:09Z
    - add rules files for 'prove' and Test::Harness to specify that tests need
      to be run serially for now
    - support spaces (and other special characters too) in share files (PR #2;
      thanks, Shoichi Kaji!)
2018-04-23 07:01:52 +00:00
adam
ec27f0f28c libdatrie: updated to 0.2.11
0.2.11:
- Detect iconv() error more correctly in trietool.
- Clarify package description that search time is O(m), where m is
  key length, not O(1), while still claiming that it's independent
  of database size.
- Fix trie_state_get_data() on a prefix key.
- Fix reported segfault on full-range alpha map.
2018-04-23 07:00:39 +00:00
wen
d33ba33db0 Updated devel/p5-Devel-PPPort to 3.42 2018-04-23 06:54:01 +00:00
wen
9ab1027de0 Update to 3.42
Upstream changes:
3.42 - 2018-04-21

    * Include 'Changes' (this file) in the distribution.

3.41 - 2018-04-21

    * Fix security problem: CWE-134: Use of Externally-Controlled Format String.
    * Fix WIDEST_UTYPE.
    * Add the following functions:
      croak_sv, die_sv, mess_sv, warn_sv, mess, vmess, warn_nocontext,
      croak_nocontext, croak_no_modify, croak_memory_wrap, croak_xs_usage.
    * Delist functions listed as deprecated or unstable.
    * (perl #132876) define API macros on if the NEED_ macro is defined.
    * (perl #132876) only define croak_xs_usage()'s assert macro if cxu requested.
    * (perl #132761) updates for older perls.
    * Do not define PERL_MAGIC_qr more times.
    * Do not mask Perl_warn_nocontext and Perl_croak_nocontext.
      (Fixes compile errors on older threaded Perl versions.)
    * Skip ASCII tests on non-ASCII platforms.
    * Skip tests invalid on EBCDIC.
    * Will now compile under C++11.
    * Documentation improvements.
2018-04-23 06:53:14 +00:00
wen
93f90ac7c9 Updated devel/p5-Data-Random to 0.13 2018-04-23 06:24:41 +00:00
wen
72091df0f6 Update to 0.13
Upstream changes:
0.13      2018-04-18 00:46:01-07:00 America/Los_Angeles
          - allow a single argument to `rand_enum` as long as it's an arrayref
          Thanks to NEILB (Neil Bowers) for the suggestion
          Thanks to jjatria (José Joaquin Atria) for doing the work
          - upgrade to Dist::Zilla
          Thanks to jjatria (José Joaquin Atria) for the pull request
          - use Test::MockTime to avoid off-by-a-second bogus test failures
          Thanks to jjatria (José Joaquin Atria) for the pull request
          - fix mismatched docs and implementation for `rand_chars`
            now both are correct
          Thanks to jjatria (José Joaquin Atria) for the pull request
          - better error handling in `rand_time`
          Thanks to jjatria (José Joaquin Atria) for the pull request
2018-04-23 06:23:40 +00:00
wen
93198f3877 Updated devel/p5-CPAN-Perl-Releases to 3.56 2018-04-23 06:20:36 +00:00
wen
efaa30fe85 Update to 3.56
Upstream changes:
version 3.56 at 2018-04-20 15:42:01 +0000
-----------------------------------------

  Change: 1f304574ea4bfd31f0052d1262e257043e673991
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-04-20 16:42:01 +0000

    Updated for v5.27.11

-----------------------------------------
version 3.54 at 2018-04-14 15:53:18 +0000
-----------------------------------------

  Change: 24d6de304aeba48d7cbf82876ecd0b6a41c24919
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-04-14 16:53:18 +0000

    Updated for v5.24.4 & v5.26.2
2018-04-23 06:19:38 +00:00
wiz
d4c609e3e2 calltree-perl: simplify 2018-04-23 06:09:50 +00:00
wen
4f5d098781 Updated devel/p5-Config-MVP to 2.200011 2018-04-23 03:24:21 +00:00
wen
eae33319e1 Update to 2.200011
Upstream changes:
2.200011  2018-04-21 10:12:06+02:00 Europe/Oslo
        - cwd is now locally added to @INC during config reading (but this can
          be disabled by setting add_cwd_to_lib to false)
2018-04-23 03:20:05 +00:00
wen
f1883c6240 Updated devel/p5-Config-IniFiles to 2.98 2018-04-23 02:53:54 +00:00
wen
88e56883fa Update to 2.98
Upstream changes:
2.98        2018-04-21
    * Remove old author-only test scripts.
        - https://rt.cpan.org/Ticket/Display.html?id=125161
        - Thanks to SREZIC for the report.

2.97        2018-04-21
    * Apply pull-request to implement -php_compat
        - https://github.com/shlomif/perl-Config-IniFiles/pull/3
        - https://rt.cpan.org/Ticket/Display.html?id=102339
        - Thanks to @Sadrak !
2018-04-23 02:53:05 +00:00
wen
6eaa5ace04 Updated devel/p5-Config-AutoConf to 0.316 2018-04-23 02:51:35 +00:00
wen
edd06c1845 Update to 0.316
Upstream changes:
0.316   2018-04-12
        - deal with pkg-config errors
        - allow more search_lib others
2018-04-23 02:50:32 +00:00
wen
e568628e87 Updated devel/p5-Compress-Raw-Zlib to 2.081 2018-04-23 02:48:27 +00:00
wen
7989faebad Update to 2.081
Upstream changes:
2.081 4 April 2018

      * previous release used $^W instead of use warnings. Fixed.

  2.080 2 April 2018

      * No Changes
2018-04-23 02:47:34 +00:00
wen
c9b12db4fe Updated devel/p5-Class-C3 to 0.34 2018-04-23 02:44:34 +00:00
wen
2e5e82a97e Update to 0.34
Upstream changes:
0.34 - 2018-04-19
    - update bundled ExtUtils::HasCompiler to 0.021
    - fix some examples in pod
2018-04-23 02:43:49 +00:00
wen
be24182353 Updated devel/p5-Test-BDD-Cucumber to 0.56 2018-04-23 02:40:43 +00:00
wen
febb612711 Update to 0.56
Update DEPENDS

Upstream changes:
0.56: 21 Apr 2018
    - Minor upgrade to minimum required Moo version to help try and flush
      out some CPAN smokers failure.
0.55: 11 Apr 2018
    - Fix a parsing bug with PyStrings at the end of a scenario, via latk
        https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/127
2018-04-23 02:38:42 +00:00
wen
b6e688ea4a Updated devel/p5-Test-Base to 0.89 2018-04-23 00:20:49 +00:00
wen
d70fac12e5 Update to 0.89
Upstream changes:
0.89 Thu Apr 19 08:54:04 PDT 2018
 - Apply PR/19 and PR/21 from @perlpunk++
2018-04-23 00:19:52 +00:00
wen
0983eed085 Updated devel/p5-Task-Weaken to 1.06 2018-04-23 00:14:08 +00:00
wen
df42436893 Update to 1.06
Upstream changes:
1.06      2018-04-19 15:27:23Z
        - merge last commits from adamk's svn repository, which bump the
          minimum version of Scalar::Util in some cases (PR #1)
2018-04-23 00:13:08 +00:00
wen
f4f879c25f Updated devel/p5-Sub-Quote to 2.005001 2018-04-23 00:05:48 +00:00
wen
32a67149a7 Update to 2.005001
Upstream changes:
2.005001 - 2018-04-20
  - add a workaround for test failures on early 5.8 releases with threads
2018-04-23 00:03:10 +00:00
wen
25ef658e24 Updated devel/p5-strictures to 2.000005 2018-04-22 23:59:58 +00:00
wen
b456c360ec Update to 2.000005
Upstream changes:
2.000005 - 2018-04-20
  - update internal list of warnings for categories added in 5.28.0 (no
    behaviour change)

2.000004 - 2018-04-19
  - update bundled ExtUtils::HasCompiler to 0.021
  - update internal list of warnings for categories added in 5.26.0 (no
    behavior change)
2018-04-22 23:58:56 +00:00
szptvlfn
eb1a245f20 doc: Updated mail/sylpheed to 3.7.0 2018-04-22 22:51:28 +00:00
szptvlfn
49ebdc9ad4 sylpheed: Update to 3.7.0
NEWS:
Changes of Sylpheed

* 3.7.0 (stable)

    * The message catalogs were updated.

* 3.7.0beta1 (development)

    * The function to export the address book to CSV files was added.
    * 'Nick Name' column was added to the address book.
    * Context menu was added to the search result of the query search dialog.
    * When attaching UTF-16 text files, they are automatically converted
      into UTF-8 now.
    * Show original From on the summary view if the display-name seems to
      be an e-mail address.
    * The bug that wrong reply target could be selected when the summary was
      sorted by the unread flag (#286).
    * Win32: the bug that Japanese characters were overlapped on printings
      with some font settings was fixed.
    * Win32: the bug that empty lines were not properly spaced on printings
      with some font settings was fixed.
2018-04-22 22:51:01 +00:00
wiz
5414bf7a39 doc: Updated devel/py-tortoisehg to 4.5.3 2018-04-22 22:21:18 +00:00
wiz
4dd8864175 py-tortoisehg: update to 4.5.3.
TortoiseHg 4.5.3

TortoiseHg 4.5.3 is a regularly scheduled bug-fix release

    repowidget: do not stringify 'None' of filter revisions (fixes #5060)
    i18n: drop excessive '\' from internal URL of ru translation (fixes #5063)
    graphopt: do not build nodes just for flags() (fixes #5061)

TortoiseHg 4.5.2

TortoiseHg 4.5.2 is a regularly scheduled bug-fix release, primarily containing the security fixes in Mercurial 4.5.2
TortoiseHg 4.5

TortoiseHg 4.5 is a quarterly feature release
Bug Fixes

    mergetools: add meld with --auto-merge (fixes #4973)
    mq: add action for "qpush --move" (closes #4991)
    mq: preserve selection on trivial renames (fixes #5004)
    mq: trigger delete patches action by Del (closes #4944)

Improvements

    chunks: do not apply fontdiff to whole DiffBrowser widget
    manifestmodel: do not call begin/endInsertRows() if empty (fixes #5000)
    qtapp: do not try to select destroyed signal having no argument (fixes #5020)
    qtapp: enable support for HiDPI toolbar icons (fixes #5025)
    settings: remove unsupported "fontlist" config knob (fixes #4945)

TortoiseHg 4.4.2

TortoiseHg 4.4.2 is a regularly scheduled bug-fix release
Fixed Bugs

    graphopt: in revset_mode don't add edges for revs not in the set (fixes #4935)
    guess: replace Model.reset() by begin/endResetModel() (fixes #4967)
    qt5: work around incompatibility with QProxyStyle (fixes #4962)
    qtapp: convert login username to unicode (fixes #4964)
    repomodel: cache repo.branchheads() (refs #4963)
    visdiff: coerce type of configbool() value to be passed to setEnabled()

TortoiseHg 4.4.1

TortoiseHg 4.4.1 is a major release, coinciding with Mercurial's 4.4.1 security fix release. The x64 Windows installer packages are now built with Qt5. The x86 Windows installer packages will remain on Qt4. Linux and Mac OS X users can use Qt4 or Qt5, whichever is more stable on your platform.
Installer

    Qt5.9.2, PyQt5.9.2
    latest versions of hg-git, dulwich and evolve
2018-04-22 22:21:09 +00:00
wiz
6b2acb5533 py-qt4-qscintilla: fix buildlink3.mk depends pattern 2018-04-22 22:11:47 +00:00
wiz
520f1f2e47 doc/TODO: add some
+ MesaLib-18.0.1, attica-qt5-5.45.0, boost-libs-1.67.0, calibre-3.22.1,
  extra-cmake-modules-5.45.0, file-5.33, gnome-3.28.1, gsed-4.5,
  gtk3-3.22.30, karchive-5.45.0, kauth-5.45.0, kbookmarks-5.45.0,
  kcodecs-5.45.0, kcompletion-5.45.0, kconfig-5.45.0,
  kconfigwidgets-5.45.0, kcoreaddons-5.45.0, kcrash-5.45.0,
  kdbusaddons-5.45.0, kdoctools-5.45.0, kglobalaccel-5.45.0,
  kguiaddons-5.45.0, ki18n-5.45.0, kiconthemes-5.45.0, kio-5.45.0,
  kitemmodels-5.45.0, kitemviews-5.45.0, kjobwidgets-5.45.0,
  knotifications-5.45.0, kservice-5.45.0, ktextwidgets-5.45.0,
  kwallet-5.45.0, kwidgetsaddons-5.45.0, kwindowsystem-5.45.0,
  kxmlgui-5.45.0, libgsf-1.14.43, libsoup-2.62.1, libuv-1.20.1,
  libwebp-1.0.0, mupdf-1.13.0, nginx-1.14.0, ocaml-findlib-1.8.0,
  openafs-1.8, oxygen-icons-5.45.0, perl5-5.26.2, phonon-qt5-4.10.0,
  phpmyadmin-4.8, poppler-0.64.0, py-cairo-1.17.0, py-certifi-2018.4.16,
  py-pathlib2-2.3.2, solid-5.45.0, sonnet-5.45.0, subversion-1.10,
  subversion-base-1.10.0, vala-0.40.4, vim-8.0.1747, vim-share-8.0.1747,
  xscreensaver-5.39, zziplib-0.13.69.
2018-04-22 21:43:01 +00:00
adam
5c7e27f76e Updated devel/libebml, multimedia/libmatroska 2018-04-22 21:40:32 +00:00
adam
c7a4e56c0d libmatroska: updated to 1.4.9
v1.4.9:
* Converted the build system from autoconf/automake to
cmake. Patches by Github user "evpobr" with fixes by myself.
* Added a code of conduct to the project.
2018-04-22 21:40:00 +00:00
adam
4d7d30a152 libebml: updated to 1.3.6
v1.3.6.
* Converted the build system from autoconf/automake to
cmake. Patches by Github user "evpobr" with fixes by myself.
* Fixed undefined behavior when reading signed integers with
negative values from files (though compilers implemented this the
way we wanted them to already).
* Fixed a small memory leak when reading an element runs into an
I/O exception (e.g. due to having reached the end of the file).
* Fixed the EbmlMaster::GetDataStart() function returning wrong
values for elements with an infinite/unknown size.
* Fixed finding the next element ID when garbage data is
encountered during the scan for the ID.
* Fixed several potential situations where reading child element
data could exceed the parent element's size.
* Added a code of conduct to the project.
2018-04-22 21:38:22 +00:00
bacon
76b982d4be parallel/slurm-wlm: import slurm-wlm-17.11.5
SLURM is an open-source resource manager designed for Linux clusters of
all sizes. It provides three key functions. First it allocates exclusive
and/or non-exclusive access to resources (computer nodes) to users for some
duration of time so they can perform work. Second, it provides a framework
for starting, executing, and monitoring work (typically a parallel job) on
a set of allocated nodes. Finally, it arbitrates contention for resources
by managing a queue of pending work.

Renamed from parallel/slurm.

OK wiz@
2018-04-22 21:31:09 +00:00
leot
caba739f0c doc/CHANGES-2018: Delete an extra 0 in the date (should really fix PR pkg/53203) 2018-04-22 20:09:57 +00:00
leot
3506d29ccb doc/CHANGES-2018: Fix a typo in the date of wordpress-4.9.4 entry
Pointed out by Daniel Loffgren via PR pkg/53203. Thanks!
2018-04-22 20:07:36 +00:00
tron
e903670844 cdrtools: Fix build under macOS (High Sierra)
Create 64bit clang rules file by copying the 32bit file. The compiler
defaults to 64bit binaries under modern version of macOS/Xcode anyway.
2018-04-22 17:57:47 +00:00
bacon
9d8ab5ff5b slurm: Rename to slurm-wlm to resolve conflict with net/slurm
ok wiz@
2018-04-22 17:25:53 +00:00
bacon
6c959c55c4 slurm: Rename to slurm-wlm to resolve conflict with net/slurm
ok wiz@
2018-04-22 17:25:52 +00:00
bacon
cf67f9f166 slurm: Rename to slurm-wlm to resolve conflict with net/slurm
ok wiz@
2018-04-22 17:25:52 +00:00
bacon
6e234db215 slurm: Rename to slurm-wlm to resolve conflict with net/slurm
ok wiz@
2018-04-22 17:25:52 +00:00
minskim
7984a835b7 doc: Updated finance/py-alpha_vantage to 2.0.0 2018-04-22 17:02:12 +00:00
minskim
184ac4f350 finance/py-alpha_vantage: Update to 2.0.0
Notable changes since 1.8.0:

* From version 1.9.0 onwards, the urllib was substituted by pythons
  request library that is thread safe. If you have any error, post an
  issue.
2018-04-22 17:01:33 +00:00