Commit graph

267595 commits

Author SHA1 Message Date
leot
e299e7185f Import fortunes-it-1.99 as games/fortunes-it
Italian fortunes database

Originally packaged by myself in pkgsrc-wip  with some improvements
by <wiz> and <asau>.
2017-07-30 13:21:31 +00:00
maya
30aea4ce06 hack: force disable a configure test.
Fixes build with PKGSRC_FORTRAN=gfortran (6.4) on netbsd. resulting
binary works fine. I suspect the issue is that the wrong gcc (one without
fortran support) is invoked.
2017-07-30 12:30:50 +00:00
martin
04c97cc14e Updated misc/open2300 to 1.10nb1 2017-07-30 11:03:18 +00:00
martin
52615a6395 Make serial communication with the weather station work more reliably
via USB serial adapters.
2017-07-30 11:02:33 +00:00
wiz
9df6b5d5b8 + ImageMagick-7.0.6.4, beats-5.5.1, binutils-2.29, caddy-0.10.6,
calibre-3.5, cups-filters-1.16.0, dbus-1.10.22, expat-2.2.2,
  httping-2.5, libmpdclient-2.13, libreoffice-5.4, mame-0.188,
  notmuch-0.25, p5-Time-HiRes-1.9744, py-flake8-import-order-0.13,
  py-lama-7.4.1, py-nose-exclude-0.5.0, t1utils-1.40, tor-browser-7.0.3,
  vim-8.0.0809, vim-share-8.0.0809, x264-devel-20170729,
  xscreensaver-5.37.
2017-07-30 09:08:46 +00:00
adam
c1b68a40ac Updated devel/py-daemon to 2.1.2, devel/py-test-xdist to 1.18.2 2017-07-30 06:11:29 +00:00
adam
8eb9bd9e4c pytest-xdist 1.18.2:
Bug Fixes
- Removal of unnecessary dependency on incorrect version of py.
- Fix bug in internal event-loop error handler in the master node. This bug
  would shadow the original errors making extremely hard/impossible for users
  to diagnose the problem properly
2017-07-30 05:55:34 +00:00
adam
0a13c68e68 Version 2.1.2
Additions:
* Add a README document for the code base.
Changes:
* Migrate code project hosting to Pagure.
  Record the change of homepage URL in PyPI metadata.
* Raise a warning that the ‘runner’ module is pending deprecation.
  This has been an unofficial example module from the beginning, and
  it will be removed in a future version.
Bug Fixes:
* Ensure custom types are part of the Python type hierarchy.
* Avoid a circular dependency for the version string at install time.
2017-07-30 05:53:52 +00:00
schmonz
262d67b626 Updated sysutils/daemontools-run to 20170730 2017-07-30 05:51:22 +00:00
schmonz
476ec70922 Add PREFIX/{sbin,bin} to PATH, and don't hide diagnostics. Bump version. 2017-07-30 05:45:22 +00:00
adam
b4d220a6e0 Updated multimedia/ffmpeg3 to 3.3.3, devel/py-setuptools to 36.2.4, devel/py-flake8 to 3.4.1, security/py-certifi to 2017.7.27.1 2017-07-30 05:38:23 +00:00
adam
4e2e416872 2017.7.27.1:
PEM changes.
2017-07-30 05:37:54 +00:00
adam
1d56be6ab6 3.4.1:
Fix minor regression when users specify only a --select list with items
in the enabled/extended select list.
2017-07-30 05:31:12 +00:00
adam
04c6584536 v36.2.4
* ``pkg_resources`` now uses ``inspect.getmro`` to
  resolve classes in method resolution order
2017-07-30 05:27:30 +00:00
adam
1ef7c38ab4 version 3.3.3:
- avcodec/dirac_dwt: Fix multiple integer overflows in COMPOSE_DD97iH0()
- avcodec/diracdec: Fix integer overflow in divide3()
- avcodec/takdec: Fix integer overflow in decode_subframe()
- avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2
- avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2
- avcodec/diracdec: Fix integer overflow in signed multiplication in UNPACK_ARITH()
- avcodec/pixlet: Simplify nbits computation
- avcodec/dnxhddec: Move mb height check out of non hr branch
- avcodec/hevc_ps: fix integer overflow in log2_parallel_merge_level_minus2
- avformat/oggparsecelt: Do not re-allocate os->private
- avcodec/ylc: Fix shift overflow
- avcodec/aacps: Fix multiple integer overflow in map_val_34_to_20()
- avcodec/aacdec_fixed: fix: left shift of negative value -1
- avcodec/dirac_vlc: Fix undefined shift
- doc/filters: typo in frei0r
- avcodec/cfhd: Fix decoding regression due to height check
- avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid undefined shifts later
- avcodec/ffv1dec_template: Fix signed integer overflow
- avcodec/aacdec_template: Fix undefined integer overflow in apply_tns()
- avcodec/magicyuv: Check that vlc len is not too large
- avcodec/mjpegdec: Clip DC also on the negative side.
- avcodec/aacps (fixed point): Fix multiple signed integer overflows
- avcodec/ylc: Fix vlc of 31 bits
- avcodec/sbrdsp_fixed: Fix integer overflow in sbr_hf_apply_noise()
- avcodec/hevcdec: do not let updated extradata corrupt state
- avcodec/wavpack: Fix invalid shift
- avcodec/h264_slice: Fix signed integer overflow
- avcodec/hevc_ps: Fix integer overflow with beta/tc offsets
- avcodec/cfhd: Fix invalid left shift of negative value
- avcodec/vb: Check vertical GMC component before multiply
- avcodec/hevcdec: do basic validity check on delta_chroma_weight and offset
- avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()
- avcodec/apedec: Fix integer overflow
- avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()
- avcodec/hevc_ps: Fix max_dec_buffer check
- avcodec/mpeg4videodec: Fix GMC with videos of dimension 1
- avcodec/wavpack: Fix integer overflow
- avcodec/takdec: Fix integer overflow
- avcodec/tiff: Update pointer only when the result is used
- avcodec/cfhd: Check bpc before setting bpc in context
- avcodec/cfhd: Fix undefined shift
- avcodec/hevc_filter: Fix invalid shift
- avcodec/mpeg4videodec: Fix overflow in virtual_ref computation
- avcodec/lpc: signed integer overflow in compute_lpc_coefs() (aacdec_fixed)
- avcodec/wavpack: Fix undefined integer negation
- avcodec/aacdec_fixed: Check s for being too small
- avcodec/htmlsubtitles: Replace very slow redundant sscanf() calls by cleaner and faster code
- avcodec/h264: Fix mix of lossless and lossy MBs decoding
- avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264
- avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4
- avcodec/takdec: Fixes: integer overflow in AV_SAMPLE_FMT_U8P output
- avcodec/jpeg2000dsp: Reorder operations in ict_int() to avoid 2 integer overflows
- avcodec/hevcpred_template: Fix left shift of negative value
- avcodec/hevcdec: Fix signed integer overflow in decode_lt_rps()
- avcodec/jpeg2000dec: Check nonzerobits more completely
- avcodec/shorten: Sanity check maxnlpc
- avcodec/truemotion2: Move skip computation after checks
- avcodec/jpeg2000: Fixes integer overflow in ff_jpeg2000_ceildivpow2()
- avcodec/dnxhd_parser: Do not return invalid value from dnxhd_find_frame_end() on error
- avcodec/hevcdec: Check nb_sps
- avcodec/hevc_refs: Check nb_refs in add_candidate_ref()
- avcodec/mpeg4videodec: Check sprite delta upshift against overflowing.
- avcodec/mpeg4videodec: Fix integer overflow in num_sprite_warping_points=2 case
- avcodec/aacsbr_fixed: Check shift in sbr_hf_assemble()
- avcodec/sbrdsp_fixed: Return an error from sbr_hf_apply_noise() if operations are impossible
- avcodec/libvpxdec: Check that display dimensions fit in the storage dimensions
- avcodec/jpeg2000dwt: Fix runtime error: left shift of negative value -123
- avcodec/wavpack: Fix runtime error: signed integer overflow: 1886191616 + 277872640 cannot be represented in type 'int'
- avcodec/snowdec: Fix runtime error: left shift of negative value -1
- avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1297616
- avcodec/tiff: Fix leak of geotags[].val
- avcodec/ra144: Fix runtime error: signed integer overflow: -2200 * 1033073 cannot be represented in type 'int'
- avcodec/flicvideo: Fix runtime error: signed integer overflow: 4864 * 459296 cannot be represented in type 'int'
- avcodec/cfhd: Check band parameters before storing them
- avcodec/h264_parse: Check picture structure when initializig weight table
- avcodec/indeo4: Check remaining data in Pic hdr extension parsing code
- avcodec/ac3dec_fixed: Fix multiple runtime error: signed integer overflow: -39271008 * 59 cannot be represented in type 'int'
- lavc/aarch64/simple_idct: fix idct_col4_top coefficient
2017-07-30 05:21:15 +00:00
schmonz
43d81b6557 Updated mail/qmail-run to 20170729 2017-07-30 03:06:13 +00:00
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