Commit graph

276285 commits

Author SHA1 Message Date
bouyer
1e7228e2f0 Fix PLIST after clamav update 2018-01-28 13:22:53 +00:00
wiz
8f30bcfba7 doc: Updated net/py-namecheap to 0.0.3 2018-01-28 12:01:59 +00:00
wiz
0c112ccb07 py-namecheap: update to 0.0.3.
No changes according to github, except version number change.
This distfile is available in contrast to the previous one.
2018-01-28 12:01:49 +00:00
bsiegert
b86325be8f go-1.9.3. 2018-01-28 11:33:04 +00:00
bsiegert
088385f964 Update Go to 1.9.3.
This release includes fixes to the compiler, runtime, and the database/sql,
math/big, net/http, and net/url packages.

View the release notes for more information:
     https://golang.org/doc/devel/release.html#go1.9.minor
2018-01-28 11:31:03 +00:00
wiz
624e894b60 doc/TODO: add some
+ ImageMagick-7.0.7.22, chromaprint-1.4.3, jpeg-9c, khard-0.12.2,
  libvpx-1.7.0, oniguruma-6.7.1, sslh-1.19, unison-2.51.2,
  vim-8.0.1433, webkit-gtk-2.18.6.
2018-01-28 10:10:41 +00:00
adam
60c93f2723 Updated devel/py-more-itertools, databases/py-multidict, archivers/py-lz4, devel/py-txrequests 2018-01-28 08:57:39 +00:00
adam
ebfd4bf9a3 py-txrequests: updated to 0.9.6
0.9.6: Fix issue with twisted._threads._ithreads.AlreadyQuit
2018-01-28 08:56:54 +00:00
adam
7a9862fb9f py-lz4: updated to 0.19.1
0.19.1:
This release adds compressed file handling capability to the lz4.frame sub-package.
This necessitated some changes to the API of lz4.frame.decompress_chunk, ad some smaller changes to the LZ4FrameCompressor and LZ4FrameDecompressor classes. Please see updated documentation for further details.
2018-01-28 08:54:20 +00:00
adam
b28413961e py-multidict: updated to 4.1.0
4.1.0:
* Fix key casing in Pure Python implementation of CIMultiDict
2018-01-28 08:46:26 +00:00
adam
fbe574bc13 py-more-itertools: updated to 4.1.0
4.1.0
New itertools:
- split_at
- circular_shifts
- make_decorator - see the blog post Yo, I heard you like decorators for a tour
- always_reversible
- nth_combination (from the Python 3.7 docs)
Improvements to existing itertools:
- seekable now has an elements method to return cached items.
- The performance tradeoffs between roundrobin and interleave_longest are now documented
2018-01-28 08:44:04 +00:00
tron
709a061cc0 Note update of the "mutt" package to version 1.9.3 2018-01-28 08:37:49 +00:00
tron
28f1bb92e8 mutt: Update to version 1.9.3
This is a bug fix release, fixing a problem with large IMAP UIDs and
with resuming S/MIME encrypted drafts.
2018-01-28 08:37:31 +00:00
wiz
b7548f4ef6 doc/TODO: add some
+ boehm-gc-7.6.4, digikam-5.8, mutt-1.9.3, sqlite3-3.22, tor-browser-7.5.
2018-01-28 08:09:53 +00:00
wiz
a0b9247563 doc: Updated pkgtools/pkg_chk to 2.0.9 2018-01-27 23:17:30 +00:00
wiz
ab8ef791c0 pkg_chk: Replace PKG_SYSCONFDIR.
From Vicente Chaves in PR 52955.

Bump version.
2018-01-27 23:17:22 +00:00
abs
a646511d9f Add -unsafe-string to fix build with ocaml-4.06.0 and later. ++PKGREVISION 2018-01-27 19:11:41 +00:00
markd
63d72509a0 kauth: allow overriding the dbus install directory 2018-01-27 19:08:12 +00:00
rillig
c77d3c5335 pkgtools/*: Realign variables in Makefiles
Mainly done by pkglint, manually reviewed and improved in some few cases.
2018-01-27 19:07:46 +00:00
rillig
c160d53df5 doc: Updated pkgtools/pkglint to 5.5.2 2018-01-27 18:51:17 +00:00
rillig
51008f3dc3 pkgtools/pkglint: Update to 5.5.2
Changes since 5.5.1:

* Fixed command line parsing for the --only option.
* Improved alignment of variable values in Makefiles.
* Code cleanup: better abstraction in the tests.
2018-01-27 18:50:36 +00:00
abs
974649fa37 Add -unsafe-string to fix build with ocaml-4.06.0 and later. ++PKGREVISION 2018-01-27 18:24:16 +00:00
leot
6bc5257eb6 doc: Updated net/youtube-dl to 20180127 2018-01-27 18:14:18 +00:00
leot
0f480fb04e youtube-dl: Update net/youtube-dl to 20180127
Changes:
version 2018.01.27

Core
* [extractor/common] Improve _json_ld for articles
* Switch codebase to use compat_b64decode
+ [compat] Add compat_b64decode

Extractors
+ [seznamzpravy] Add support for seznam.cz and seznamzpravy.cz (#14102, #14616)
* [dplay] Bypass geo restriction
+ [dplay] Add support for disco-api videos (#15396)
* [youtube] Extract precise error messages (#15284)
* [teachertube] Capture and output error message
* [teachertube] Fix and relax thumbnail extraction (#15403)
+ [prosiebensat1] Add another clip id regular expression (#15378)
* [tbs] Update tokenizer url (#15395)
* [mixcloud] Use compat_b64decode (#15394)
- [thesixtyone] Remove extractor (#15341)


version 2018.01.21

Core
* [extractor/common] Improve jwplayer DASH formats extraction (#9242, #15187)
* [utils] Improve scientific notation handling in js_to_json (#14789)

Extractors
+ [southparkdk] Add support for southparkstudios.nu
+ [southpark] Add support for collections (#14803)
* [franceinter] Fix upload date extraction (#14996)
+ [rtvs] Add support for rtvs.sk (#9242, #15187)
* [restudy] Fix extraction and extend URL regular expression (#15347)
* [youtube:live] Improve live detection (#15365)
+ [springboardplatform] Add support for springboardplatform.com
* [prosiebensat1] Add another clip id regular expression (#15290)
- [ringtv] Remove extractor (#15345)


version 2018.01.18

Extractors
* [soundcloud] Update client id (#15306)
- [kamcord] Remove extractor (#15322)
+ [spiegel] Add support for nexx videos (#15285)
* [twitch] Fix authentication and error capture (#14090, #15264)
* [vk] Detect more errors due to copyright complaints (#15259)
2018-01-27 18:14:06 +00:00
abs
e98ff8f219 Add -unsafe-string to fix build with ocaml-4.06.0 and later. ++PKGREVISION 2018-01-27 17:37:51 +00:00
bouyer
18e0abc977 Remove entries for patch-XSA233 and patch-XSA240 which have been deleted. 2018-01-27 16:44:40 +00:00
rillig
b49622e6fc lang/go: add examples to the go-package.mk documentation 2018-01-27 15:49:30 +00:00
mef
1f985acec6 doc: Updated archivers/brotli to 1.0.2 2018-01-27 12:38:31 +00:00
mef
3e583350e1 Updated archivers/brotli to 1.0.2
This is a build-maintenance release. Major changes:

    added Autotools build files
    switched shared library version to libtool scheme

In this release semantic suffix and libtool suffix are the same: 1.0.2.
Don't expect them to match in future releases.

Minor changes:

    BrotliDictionary members are not const now
    ZopfliNode distance could be up to 128MiB
    fixed API documentation typos
    total_out is always set by decoder
    fixed BROTLI_ENSURE_CAPACITY macro; no-op in preprocessed output

Other changes:

    fixed scripts for oss-fuzz, test them with Travis
    made Bazel JNI tests less messy
    fixed linter warnings in JS decoder
    fixed permissions of various files
    added Bazel build to Appveyor matrix
    added Sieve dictionary generator
2018-01-27 12:38:19 +00:00
kamil
9c767b77dd + lang/forth-retro 2018-01-27 11:00:51 +00:00
kamil
61868510b6 doc: Added lang/forth-retro version 12.0.2018.1 2018-01-27 10:59:57 +00:00
kamil
1472600c79 lang/forth-retro: import forth-retro-12.0.2018.1
RETRO is a clean, elegant, and pragmatic dialect of Forth. It provides
a simple alternative for those willing to make a break from legacy
systems.

The language draws influences from many sources including traditional
Forth systems, cmForth, colorForth, Factor, and Parable. It was
designed to be easy to grasp and adapt to specific uses.

The basic language is very portable. It runs on a tiny virtual
machine (Nga), which is written in C. There are multiple interface
options, the main one (rre) is buildable with just the standard C
compiler and libraries on most systems.
2018-01-27 10:59:05 +00:00
roy
8c7c8e15a7 doc: Updated security/keychain to 2.8.5 2018-01-27 10:02:20 +00:00
roy
8115ceeee2 Import keychain-2.8.5 with the following improvements:
*  gnupg socket support
  *  better portability
2018-01-27 10:00:15 +00:00
wen
03e00e109d Updated mail/p5-Mail-Message to 3.006 2018-01-27 08:42:41 +00:00
wen
0c8e68da2d Update to 3.006
Upstream changes:
version 3.006: Wed 24 Jan 16:55:26 CET 2018

        Improvements:
        - spell corrections rt.cpan.org #123993 [Damyan Ivanov, debian]
        - add some 'use warnings'
        - convert to GIT
        - publish on GitHUB
2018-01-27 08:40:35 +00:00
wiz
048efa46b8 doc: Updated textproc/py-openpyxl to 2.4.9nb1 2018-01-27 08:36:25 +00:00
wiz
e83b9e8e63 py-openpyxl: add required py-cElementTree dependency
From Fekete, Zoltán in PR 52953.
2018-01-27 08:35:58 +00:00
wen
10248d7765 Updated devel/p5-Module-CoreList to 5.20180120 2018-01-27 08:20:45 +00:00
wen
0a01ee0557 Update to 5.20180120
Upstream changes:
Changes for version 5.20180120
    Updated for v5.27.8
2018-01-27 08:19:33 +00:00
wen
4997bc73e5 Updated audio/py-mutagen to 1.40.0 2018-01-27 08:15:53 +00:00
wen
0d148620fd Update to 1.40.0
Upstream changes:
1.40.0 - 2018-01-25
-------------------

* APEv2: Ensures tags are saved in a deterministic way :pr:`329`
  (:user:`cushy007`)
* Restore WinXP support for the CLI tools 🐛`332`
* easymp4: Fix EasyMP4.add_tags() when no tags exist 🐛`334`
* id3: Fix PyCharm not being able to resolve id3 frame class references
  🐛`336`
* Support pathlib.Path objects for paths (PEP 519) 🐛`337` :pr:`338`
  (:user:`Andrew Rabert <nvllsvm>`)
* Use semver for versioning
2018-01-27 08:15:05 +00:00
wen
f6f8f21806 Updated devel/p5-Tree-DAG_Node to 1.30 2018-01-27 08:00:29 +00:00
wen
2d3087b70e Update to 1.30
Upstream changes:
1.30  2018-01-26T15:32:00
        - Explicitly escape { and } in a regexp because unescaped { issues a warning now and will become
                a fatal error in Perl V 5.32.
        - Adopt new repo structure. See
                http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
2018-01-27 07:59:48 +00:00
wen
353db5b0b9 Updated net/p5-NetAddr-MAC to 0.96 2018-01-27 07:54:47 +00:00
wen
4cb61878dd Update to 0.96
Upstream changes:
0.96    2018-01-26
        - Fixed more POD mistakes
        - Use Test::Compile
2018-01-27 07:54:04 +00:00
wen
22d2a1e88f Updated databases/p5-DBIx-Class-Helpers to 2.033004 2018-01-27 07:47:21 +00:00
wen
ebefd6c3d8 Update to 2.033004
Upstream changes:
2.033004  2018-01-26 09:33:20-08:00 America/Los_Angeles
 - Fix ::RemoveColumns and ::AutoRemoveColumns to not wreak havoc when select/as
   is used (Thanks Vladimir Melnik for test and ribasushi for hint at fix!)
 - Allow easily subclassing types to be skipped in ::ToJSON
   (Thanks Paul Williams!) (closes GH#79 and GH#80)
2018-01-27 07:46:36 +00:00
wen
eb8fb89163 Updated mail/p5-MIME-Types to 2.17 2018-01-27 07:41:42 +00:00
wen
cde54274d5 Update to 2.17
Upstream changes:
version 2.17: Fri Jan 26 23:42:01 CET 2018

        Fixes:
        - when picking a preferred type for an extension, do prefer the type
          with the same minor-name.  Issue triggered by [Henry van Styn]
        - remove iana obsoleted types

version 2.16: Tue 23 Jan 12:14:39 CET 2018

        Fixes:
        - collecting of IANA info has stalled: logic rewritten
          Discovered by [Julien Lüthi]

        Improvements:
        - move scripts and source files into MANIFEST.extra
        - update types and extensions

version 2.15: Fri 19 Jan 17:23:56 CET 2018

        Improvements:
        - moved to GIT and GitHUB.
2018-01-27 07:40:47 +00:00