Commit graph

267579 commits

Author SHA1 Message Date
schmonz
6886667ea8 pkgsrc changes:
- Collapse redundant code for invoking service-specific rc.d scripts.
- Don't try to run a service's rc.d script if it isn't enabled in rc.conf.
- Run "pause" in reverse sequence, like "stop" does.
- Support "stat", "pause", and "cont" in qmailqread.

Bump version.
2017-07-30 03:05:58 +00:00
wiz
1e26272ead Updated net/youtube-dl to 20170723 2017-07-29 22:51:11 +00:00
wiz
029cf5631c Updated youtube-dl to 20170723.
Core

    [YoutubeDL] Improve default format specification (#13704)
    [YoutubeDL] Do not override id, extractor and extractor_key for
    url_transparent entities
    [extractor/common] Fix playlist_from_matches

Extractors

    [itv] Fix production id extraction (#13671, #13703)
    [vidio] Make duration non fatal and fix typo
    [mtv] Skip missing video parts (#13690)
    [sportbox:embed] Fix extraction

    [npo] Add support for npo3.nl URLs (#13695)

    [dramafever] Remove video id from title (#13699)

    [egghead:lesson] Add support for lessons (#6635)

    [funnyordie] Extract more metadata (#13677)
    [youku:show] Fix playlist extraction (#13248)

    [dispeak] Recognize sevt subdomain (#13276)

    [adn] Improve error reporting (#13663)
    [crunchyroll] Relax series and season regex (#13659)

    [spiegel:article] Add support for nexx iframe embeds (#13029)
    [nexx:embed] Add support for iframe embeds

    [nexx] Improve JS embed extraction

    [pearvideo] Add support for pearvideo.com (#13031)
2017-07-29 22:51:01 +00:00
wiz
8d5f7a746a Needs at least sqlite-3.18. 2017-07-29 22:31:15 +00:00
wiz
ccbfcd4fa5 boost-headers: revert previous; upstream says it's incorrect and
it's incomplete too.

Bump PKGREVISION.
2017-07-29 22:29:49 +00:00
gson
5fdf4cac31 Updated devel/py-spans to 1.0.0 2017-07-29 17:37:10 +00:00
gson
227f778394 Update devel/py-Spans to 1.0.0. Changes since 0.5.0:
Added NotImplemented for << and >> operators when there is a type mismatch
Added | operator for unions of Range and NotImplemented support for RangeSet
Added & operator for intersections of Range and NotImplemented support for RangeSet
Added - operator for differences of Range and NotImplemented support for RangeSet
Added reversed() iterator support for DiscreteRange
Fixed overlap with empty range incorrectly returns True (bug #7)
Fixed issue with contains() for scalars on unbounded ranges
Fixed type check for right_of()
Fixed type check for contains()
Fixed type check for union()
Fixed type check for intersection()
Fixed type check for difference()
Fixed infinite iterators not being supported for DiscreteRange
2017-07-29 17:35:09 +00:00
cheusov
17f94dcfca #include config.h only if HAVE_CONFIG_H is defined 2017-07-29 14:15:57 +00:00
wiz
cc58cf1432 Updated devel/boost-headers to 1.64.0nb3 2017-07-29 10:00:17 +00:00
wiz
fe96ad847a boost-headers: do not use auto_ptr
Fixes build of gnucash-wip.

Reported upstream as
https://github.com/boostorg/locale/pull/19

Bump PKGREVISION.
2017-07-29 10:00:03 +00:00
wiz
3cb399bef6 Added games/gargoyle version 2011.1 2017-07-29 06:26:02 +00:00
wiz
971a370525 + gargoyle. 2017-07-29 06:25:52 +00:00
wiz
27d469c888 Import gargoyle-2011.1 as games/gargoyle.
Packaged by Wes Frazier in PR 52431, some fixes by myself.

Gargoyle is an IF player that supports all the major interactive fiction
formats.

Most interactive fiction is distributed as portable game files. These portable
game files come in many formats. In the past, you used to have to download a
separate player (interpreter) for each format of IF you wanted to play.

Gargoyle is based on the standard interpreters for the formats it supports.
Gargoyle is free software released under the terms of the GNU General Public
License.
2017-07-29 06:25:39 +00:00
wiz
91e8652444 Updated sysutils/tarsnap to 1.0.39 2017-07-29 06:19:38 +00:00
wiz
d67eeea225 Updated tarsnap to 1.0.39.
Tarsnap 1.0.39 is now available.  (Yes, just 2 weeks after 1.0.38.)  This
version brings several important bug fixes:

* tarsnap 1.0.38 (but not earlier versions) would exit with an assertion
failure after successfully creating an archive containing a file with a
"last modified" time prior to January 1st, 1970.

* tarsnap 1.0.38 and earlier could crash if instructed to archive the
contents of corrupt cpio or ar archives (via the @archive directive).

* tarsnap 1.0.38 and earlier could crash if passed an invalidly encrypted
key file.
2017-07-29 06:19:28 +00:00
maya
bd2cf7072b gcc48, gcc49, gcc5 2017-07-29 00:43:00 +00:00
maya
324450b1ac gcc5: Incorrect codegen from rdseed intrinsic use (CVE-2017-11671)
We should not expand call arguments in between flags reg setting and
flags reg using instructions, as it may expand with flags reg
clobbering insn (ADD in this case).

Attached patch moves expansion out of the link. Also, change
zero-extension to non-flags reg clobbering sequence in case we perform
zero-extension with and.

2017-03-25  Uros Bizjak
2017-07-29 00:42:35 +00:00
maya
97096bfd8b Bump PKGREVISION above gcc49 2017-07-28 23:42:24 +00:00
maya
f1a957cf88 gcc49: backport upstream security fix
Incorrect codegen from rdseed intrinsic use (CVE-2017-11671)

We should not expand call arguments in between flags reg setting and
flags reg using instructions, as it may expand with flags reg
clobbering insn (ADD in this case).

Attached patch moves expansion out of the link. Also, change
zero-extension to non-flags reg clobbering sequence in case we perform
zero-extension with and.

2017-03-25  Uros Bizjak
2017-07-28 23:41:51 +00:00
maya
d1ab2f3603 Bump PKGREVISION above gcc48 2017-07-28 23:40:48 +00:00
maya
f33154bfc9 gcc48: backport upstream security fix
Incorrect codegen from rdseed intrinsic use (CVE-2017-11671)

We should not expand call arguments in between flags reg setting and
flags reg using instructions, as it may expand with flags reg
clobbering insn (ADD in this case).

Attached patch moves expansion out of the link. Also, change
zero-extension to non-flags reg clobbering sequence in case we perform
zero-extension with and.

2017-03-25  Uros Bizjak
2017-07-28 23:40:07 +00:00
wiz
3f1d712ece Sort tools to reduce diff to wip/emacs-git. 2017-07-28 22:14:00 +00:00
wiz
3ace9fe173 Updated audio/abcde to 2.8.1nb1 2017-07-28 21:16:47 +00:00
wiz
ca2bd6f1d6 Switch to p5-WebService-MusicBrainz0 in the hope of fixing PR 52387.
Bump PKGREVISION.
2017-07-28 21:16:37 +00:00
wiz
ab98306d1e Added net/p5-WebService-MusicBrainz0 version 0.94 2017-07-28 21:15:43 +00:00
wiz
91abc3110f + p5-WebService-MusicBrainz0 2017-07-28 21:15:33 +00:00
wiz
7c9df5e78d Import p5-WebService-MusicBrainz0-0.94 as net/p5-WebService-MusicBrainz0.
This perl module will search the MusicBrainz database through their
web service and return objects with the found data.

This package contains the old 0.x branch of the package, using v1
of the MusicBrainz API.
2017-07-28 21:15:17 +00:00
wiz
86bd505f07 Updated x11/modular-xorg-server to 1.19.3nb2 2017-07-28 21:10:10 +00:00
wiz
d04c158a2a CVE-2017-10971 and CVE-2017-10972: apply fixes to the event loop from
https://cgit.freedesktop.org/xorg/xserver/commit/?id=ba336b24052122b136486961c82deac76bbde455
   https://cgit.freedesktop.org/xorg/xserver/commit/?id=8caed4df36b1f802b4992edcfd282cbeeec35d9d
   https://cgit.freedesktop.org/xorg/xserver/commit/?id=215f894965df5fb0bb45b107d84524e700d2073c
   https://cgit.freedesktop.org/xorg/xserver/commit/?id=05442de962d3dc624f79fc1a00eca3ffc5489ced

via xsrc patch from mrg@ at

https://mail-index.netbsd.org/source-changes/2017/07/07/msg086134.html

Bump PKGREVISION.
2017-07-28 21:10:00 +00:00
wiz
9ee8205388 Updated security/gnupg21 to 2.1.22 2017-07-28 19:33:35 +00:00
wiz
cc843400ec Updated gnupg21 to 2.1.22.
Noteworthy changes in version 2.1.22 (2017-07-28)
-------------------------------------------------

  * gpg: Extend command --quick-set-expire to allow for setting the
    expiration time of subkeys.

  * gpg: By default try to repair keys during import.  New sub-option
    no-repair-keys for --import-options.

  * gpg,gpgsm: Improved checking and reporting of DE-VS compliance.

  * gpg: New options --key-origin and --with-key-origin.  Store the
    time of the last key update from keyservers, WKD, or DANE.

  * agent: New option --ssh-fingerprint-digest.

  * dimngr: Lower timeouts on keyserver connection attempts and made
    it configurable.

  * dirmngr: Tor will now automatically be detected and used.  The
    option --no-use-tor disables Tor detection.

  * dirmngr: Now detects a changed /etc/resolv.conf.

  * agent,dirmngr: Initiate shutdown on removal of the GnuPG home
    directory.

  * gpg: Avoid caching passphrase for failed symmetric encryption.

  * agent: Support for unprotected ssh keys.

  * dirmngr: Fixed name resolving on systems using only v6
    nameservers.

  * dirmngr: Allow the use of TLS over http proxies.

  * w32: Change directory of the daemons after startup.

  * wks: New man pages for client and server.

  * Many other bug fixes.
2017-07-28 19:33:24 +00:00
leot
554ac70fa3 Updated comms/py-gammu to 2.9 2017-07-28 15:41:25 +00:00
leot
d57113ab36 Update comms/py-gammu to 2.9.
Changes:
2.9
===
* Fixed compilation under Windows.

2.8
===
* Make parameters to CancelCall and AnswerCall optional.
* Added support for UTF-16 Unicode chars (emojis).
2017-07-28 15:41:14 +00:00
leot
bd67222b49 Updated comms/gammu to 1.38.4 2017-07-28 15:40:21 +00:00
leot
d547941f27 Update comms/gammu to 1.38.4
Changes:
20170618 - 1.38.4
[-] * Improved support for Huawei E3531 and E1756.
[-] * Fixed several issues with using library on Windows.

20170523 - 1.38.3
[-] * Improved support for ZTE MF626.
[-] * Fixed USSD handling with longer codes.
[-] * Increased default value for StatusFrequency.
[-] * Improved SMSD response on signals.
[-] * Improved SMSD throughput on big queue.
[-] * Improved SMSD compatibility with Microsoft SQL Server.
2017-07-28 15:40:05 +00:00
tnn
5591a637b0 updated net/synergy to 1.8.8, updated x11/tint2 to 0.14.6 2017-07-28 08:43:20 +00:00
tnn
74e56ea9a1 update to tint2-0.14.6
Major changes since 0.11 are:
SVG support
performance improvements
moved to github
many bugfixes
2017-07-28 08:42:17 +00:00
tnn
f25d4d09a0 update to synergy-1.8.8
Bug #5196 - Some keys on Korean and Japanese keyboards have the same keycode
Bug #5578 - Pressing Hangul key results in alt+'a'
Bug #5785 - Can't switch screens when cursor is in a corner
Bug #3197 - Linux: switchDoubleTap option is not working
Bug #4477 - Linux: Mouse buttons higher than id 10 result in crash
Bug #5832 - Linux: Screen size misdetected on multi-monitor display
Enhancement #4504 - Improved Korean language description
Enhancement #5525 - Added support for precise screen positioning in config file
2017-07-28 07:46:45 +00:00
adam
f59cfe8bfb Updated net/py-awscli to 1.11.127, net/py-botocore to 1.5.90, devel/py-prompt_toolkit to 1.0.15, devel/py-flake8 to 3.4.0, time/py-iso8601 to 0.1.12 2017-07-28 07:19:00 +00:00
adam
c3ed98cacc 0.1.12
Fix class reference for iso8601.Utc in module docstring
2017-07-28 07:16:28 +00:00
adam
54a991db55 3.4.0:
You can view the `3.4.0 milestone`_ on GitLab for more details.

- Refine logic around ``--select`` and ``--ignore`` when combined with the
  default values for each.

- Handle spaces as an alternate separate for error codes, e.g.,
  ``--ignore 'E123 E234'``.

- Filter out empty select and ignore codes, e.g., ``--ignore E123,,E234``.

- Specify dependencies appropriately in ``setup.py``

- Fix bug in parsing ``--quiet`` and ``--verbose`` from config files.

- Remove unused import of ``os`` in the git hook template
2017-07-28 07:15:08 +00:00
adam
ae98b08774 1.0.15:
Fixes:
- Don't shuffle tasks in the event loop. This fixes an issue where lines
  printed from background threads were printed in a different order if
  `patch_stdout=True`.
- Only consider the text before the cursor when activating history search.
- Pressing escape should accept the search, this is closer to how readline works.
- Enable autowrap again when required.

New features:
- Add run_in_terminal option to disable cooked mode.
2017-07-28 07:12:13 +00:00
adam
4ee7234544 1.11.127
api-change:ec2: Update ec2 command to latest version
api-change:kinesisanalytics: Update kinesisanalytics command to latest version
2017-07-28 07:09:46 +00:00
adam
582d94a27a 1.5.90
api-change:ec2: Update ec2 client to latest version
api-change:kinesisanalytics: Update kinesisanalytics client to latest version
2017-07-28 07:08:25 +00:00
adam
6c4e6ca388 Added lang/py-execjs version 1.4.0; Updated www/py-cfscrape to 1.8.0 2017-07-28 07:05:09 +00:00
adam
40a685e19b 1.8.0:
Remove insecure Js2Py library (code execution risk)

Please upgrade to 1.8.0 immediately.

Versions 1.6.6 to 1.7.1 are vulnerable to code execution. If you are running a vulnerable version, a malicious website owner could craft a page which executes arbitrary Python code on the machine that runs this script. This can only occur if the website that the user attempts to scrape has specifically prepared a page to exploit vulnerable versions of cfscrape.
2017-07-28 07:04:36 +00:00
adam
85737f9eb8 PyExecJS is a porting of ExecJS from Ruby. PyExecJS automatically picks the
best runtime available to evaluate your JavaScript program.
2017-07-28 07:01:31 +00:00
wiz
bb4b97a17a Updated graphics/png to 1.6.31 2017-07-27 22:07:17 +00:00
wiz
74c55634c2 Updated png to 1.6.31.
Changes since the last public release (1.6.30):

  Guard the definition of _POSIX_SOURCE in pngpriv.h (AIX already defines it;
    bug report by Michael Felt).
  Revised pngpriv.h to work around failure to compile arm/filter_neon.S
    ("typedef" directive is unrecognized by the assembler). The problem
    was introduced in libpng-1.6.30beta01.
  Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx).
  Added special case for FreeBSD in arm/filter_neon.S (Maya Rashish).
  Added instructions for disabling hardware optimizations in INSTALL.
  Added "--enable-hardware-optimizations" configuration flag to enable
    or disable all hardware optimizations with one flag.
  Updated CMakeLists.txt to add INTEL_SSE and MIPS_MSA platforms.
  Changed "int" to "png_size_t" in intel/filter_sse2.c to prevent
    possible integer overflow (Bug report by John Bowler).
  Quieted "declaration after statement" warnings in intel/filter_sse2.c.
  Added scripts/makefile-linux-opt, which has hardware optimizations enabled.
  Removed one of the GCC-7.1.0 'strict-overflow' warnings that result when
    integers appear on both sides of a compare.  Worked around the others by
    forcing the strict-overflow setting in the relevant functions to a level
    where they are not reported (John Bowler).
  Changed "FALL THROUGH" comments to "FALLTHROUGH" because GCC doesn't like
    the space.
  Worked around some C-style casts from (void*) because g++ 5.4.0 objects
    to them.
  Increased the buffer size for 'sprint' to pass the gcc 7.1.0 'sprint
    overflow' check that is on by default with -Wall -Wextra.
  Added eXIf chunk support.
  Added a minimal eXIf chunk (with Orientation and FocalLengthIn35mmFilm
    tags) to pngtest.png.
2017-07-27 22:07:07 +00:00
tnn
c1cabe0f9e Consolidate openssl handling to options.mk. In particular, do not
pass --with-ssl to configure when the option is actually disabled.
2017-07-27 18:54:44 +00:00