Commit graph

274328 commits

Author SHA1 Message Date
manu
62271df088 Updated net/iftop to 1.0pre4 2017-12-11 10:45:19 +00:00
manu
6dcb460cb2 Update net/iftop to 1.0pre4
From Changelog:
* Remove blinking cursor from UI
    Gerrit Renker <renker@ualberta.ca>

* Treat multicast packets as incoming, rather than incoming (IPv4) or not at
  all (IPv6).
    Andreas Schwab <schwab@linux-m68k.org>

* Minor fixes to the man page
* Man page documentation of -t mode.
* Compile time warning fixes.
    Markus Koschany <apo@gambaru.de>

* Added text output mode (-t option)
    Roman Hoog Antink <rha@open.ch> (originally by Patrik Bless)

* Fix for memory leak when DNS resolution is turned off
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677141
    Olivier Allard-Jacquin <olivieraj@free.fr>

* Various typos in the UI
    Gerben Roest <g.roest@grepit.nl>

* Documentation fixes
    A. Costa <agcosta@gis.net> (via Debian)

* Fix for armeb specific bug
    Lennert Buytenhek <buytenh+debian@wantstofly.org> (via Debian)

* Fix frozen order drives line totals crazy.
    Max Alekseyev <relf@os2.ru> (via Debian)

* Fix for crash on arm.
    Joey Hess <joeyh@debian.org> (via Debian)

* Fixed behaviour of "-b" option.
    Eric Cooper <ecc@cmu.edu> (via Debian)

* Support for PFLOG Interfaces
    Richard Tóth <risko@iklub.sk>

* Support for IPv6
* Fix for performance issue with address hashing
* Fix for failing link address detection for GNU/kfreebsd
* Multiple portability fixes
    Mats Erik Andersson <mats.andersson@gisladisker.se>

* Improved behaviour of sort in sent/recv only mode
    Damián Viano <des@debian.org>

* FreeBSD compilation fix
* IPv6 reverse resolution
    Frédéric Perrin <frederic.perrin@resel.fr>

* Improved IPv6 code (removed s6_addr32 dependency)
* Fixed support for DLT_NULL
    Scott Bertilson <ssb@umn.edu>

* Typo in usage message
* Workaround for PuTTY issue (https://bugzilla.redhat.com/show_bug.cgi?id=546032)
* Updates to licence text (change in FSF address)
* Avoid an assertion failure if an "invalid" (as in outside of IPv4 or IPv6)
  address family is encountered (Red Hat bugs #839750, #847124, #868065, #961236
  and #1007434)
* enable building iftop with more recent versions of autoconf/automake
* patch to remove compile time warnings
* Fix to avoid system call in text mode wherever possible.
    Robert Scheck <robert@fedoraproject.org>

* Attempt to detect if interface is actually up when doing autodetection.
* Fixed segfault when selecting interfaces with empty MAC address (e.g. gprs
  interface on Nokia N900)
    Graham Inggs <graham@nerve.org.za>

* Avoid autodetecting wmaster interfaces
* Experimental support for IEEE802_11 radiotap interfaces (DLT 127)
* Fixed segfault / hang when supplying multiple -i options
* Added missing docs for -m option.
2017-12-11 10:44:16 +00:00
adam
524d1d5b3d Updated devel/nasm, multimedia/ffmpeg3 2017-12-11 09:04:46 +00:00
adam
5669b0e6ef ffmpeg3: updated to 3.4.1
version 3.4.1:
- avcodec/vp9_superframe_split_bsf: Fix integer overflow in frame_size/total_size checks
- avcodec/amrwbdec: Fix division by 0 in voice_factor()
- avformat/utils: Fix warning: ISO C90 forbids mixed declarations and code
- avcodec/decode: reset codec on receiving packet after EOF in compat_decode
- avcodec/diracdsp: Fix integer overflow in PUT_SIGNED_RECT_CLAMPED()
- avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97*
- avcodec/extract_extradata_bsf: Fix leak discovered via fuzzing
- avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.
- avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.
- avformat/utils: Prevent undefined shift with wrap_bits > 64.
- avcodec/j2kenc: Fix out of array access in encode_cblk()
- avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()
- lavf/mov: fix huge alloc in mov_read_ctts
- avcodec/mlpdsp: Fix signed integer overflow, 2nd try
- avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_add
- avcodec/kgv1dec: Check that there is enough input for maximum RLE compression
- avformat/aacdec: Fix leak in adts_aac_read_packet()
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*
- avcodec/sbrdsp_fixed: Fix integer overflow
- avcodec/mpeg4videodec: Check also for negative versions in the validity check
- Close ogg stream upon error when using AV_EF_EXPLODE.
- Fix undefined shift on assumed 8-bit input.
- Use ff_thread_once for fixed, float table init.
- Fix leak of frame_duration_buffer in mov_fix_index().
- avformat/mov: Propagate errors in mov_switch_root.
- avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()
- avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()
- avcodec/zmbv: Check that the buffer is large enough for mvec
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()
- avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb()
- avcodec/snowdec: Check for remaining bitstream in decode_blocks()
- avcodec/snowdec: Check intra block dc differences.
- avformat/mov: Check size of STSC allocation
- avcodec/vc2enc: Clear coef_buf on allocation
- avcodec/h264dec: Fix potential array overread
- avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu
- avcodec/aacpsdsp_template: Fix integer overflows in ps_decorrelate_c()
- avcodec/aacdec_fixed: Fix undefined shift
- avcodec/mdct_*: Fix integer overflow in addition in RESCALE()
- avcodec/snowdec: Fix integer overflow in header parsing
- avcodec/cngdec: Fix integer clipping
- avcodec/sbrdsp_fixed: Fix integer overflow in shift in sbr_hf_g_filt_c()
- avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc()
- avutil/softfloat: Add FLOAT_MIN
- avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()
- avcodec/xan: Check for bitstream end in xan_huffman_decode()
- avcodec/exr: fix undefined shift in pxr24_uncompress()
- avformat: Free the internal codec context at the end
- avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()
- avcodec/xan: Improve overlapping check
- avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed()
- avcodec/aacdec_fixed: Fix integer overflow in predict()
- avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line()
- avcodec/jpeglsdec: Check ilv for being a supported value
- tests/ffserver.regression.ref: update checksums to what ffserver currently produces
- ffserver: Fix off by 1 error in path
- avcodec/proresdec: align dequantization matrix buffers
- avformat/matroskaenc: add missing allocation failure checks for stream durations
- avformat/matroskaenc: actually enforce the stream limit
- configure: Fix dependencies of aac_at decoder.
- Don't manipulate duration when it's AV_NOPTS_VALUE.
- lavfi/af_pan: fix sign handling in channel coefficient parser
- avformat/hlsenc: write fmp4 init header after first AV frame
- avformat/hlsenc: allocate space for terminating null
- avformat/hlsenc: reindent hlsenc code
- avformat/hlsenc: check hls segment mode for ignore the init filename
- avformat/hlsenc: reindent hlsenc code
- avformat/hlsenc: fix missing first segment bug in fmp4 mode
- avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bug
- ffplay: use SDL2 audio API
- ffplay: only use hardware accelerated SDL texture formats
- ffplay: create the window and the renderer before starting playback
- ffmpeg: always init output stream before reaping filters
- vc2enc_dwt: pad the temporary buffer by the slice size
- lavu/arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp
2017-12-11 09:03:25 +00:00
adam
db29540bec nasm: updated to 2.13.02
Version 2.13.02
* Fix false positive in testing of numeric overflows.
* Fix generation of {PEXTRW} instruction.
* Fix {smartalign} package which could trigger an error during
  optimization if the alignment code expanded too much due to
  optimization of the previous code.
* Fix a case where negative value in {TIMES} directive causes
  panic instead of an error.
* Always finalize {.debug_abbrev} section with a null in
  {dwarf} output format.
* Support {debug} flag in section attributes for {macho}
  output format.  See {machosect}.
* Support up to 16 characters in section names for {macho}
  output format.
* Fix missing update of global {BITS} setting if {SECTION}
  directive specified a bit size using output format-specific
  extensions (e.g. {USE32} for the {obj} output format.)
* Fix the incorrect generation of VEX-encoded instruction when static
  mode decorators are specified on scalar instructions, losing the
  decorators as they require EVEX encoding.
* Option {-MW} to quote dependency outputs according to Watcom
  Make conventions instead of POSIX Make conventions.  See {opt-MW}.
* The {obj} output format now contains embedded dependency file
  information, unless disabled with {%pragma obj nodepend}.  See
  {objdepend}.
* Fix generation of dependency lists.
* Fix a number of null pointer reference and memory allocation errors.
* Always generate symbol-relative relocations for the {macho64}
  output format; at least some versions of the XCode/LLVM linker fails
  for section-relative relocations.
2017-12-11 09:02:54 +00:00
wiz
b86258c20a doc/TODO: add some
+ GraphicsMagick-1.3.27, ImageMagick-7.0.7.14, cairo-1.14.12,
  cairo-gobject-1.14.12, calibre-3.13.0, gst123-0.3.5, gstreamer1-1.12.4,
  harfbuzz-1.7.2, mame-0.192, notmuch-0.25.3, pinentry-1.1.0,
  pinentry-gtk2-1.1.0, poppler-0.62.0, py-curl-7.43.0.1,
  py-gstreamer1-1.12.4, py-mistune-0.8.3, py-setuptools-38.2.4,
  syncthing-0.14.41, vim-8.0.1383, wireshark-2.2.11, x264-devel-20171209.
2017-12-11 08:57:59 +00:00
spz
75e2e30125 RELRO and friends
fix the issues found by -Wall
2017-12-11 07:54:42 +00:00
spz
4f4f26471e pick up CFLAGS and LDFLAGS for SSP, RELRO and friends 2017-12-10 22:51:05 +00:00
leot
83286194be doc: Updated net/youtube-dl to 20171210 2017-12-10 21:04:32 +00:00
leot
fff7cea589 youtube-dl: Update net/youtube-dl to 20171210
Changes:
2017.12.10
----------
Core
+ [utils] Add sami mimetype to mimetype2ext

Extractors
* [culturebox] Improve video id extraction (#14947)
* [twitter] Improve extraction (#14197)
+ [udemy] Extract more HLS formats
* [udemy] Improve course id extraction (#14938)
+ [stretchinternet] Add support for portal.stretchinternet.com (#14576)
* [ellentube] Fix extraction (#14407, #14570)
+ [raiplay:playlist] Add support for playlists (#14563)
* [sonyliv] Bypass geo restriction
* [sonyliv] Extract higher quality formats (#14922)
* [fox] Extract subtitles
+ [fox] Add support for Adobe Pass authentication (#14205, #14489)
- [dailymotion:cloud] Remove extractor (#6794)
* [xhamster] Fix thumbnail extraction (#14780)
+ [xhamster] Add support for mobile URLs (#14780)
* [generic] Don't pass video id as mpd id while extracting DASH (#14902)
* [ard] Skip invalid stream URLs (#14906)
* [porncom] Fix metadata extraction (#14911)
* [pluralsight] Detect agreement request (#14913)
* [toutv] Fix login (#14614)


2017.12.02
----------
Core
+ [downloader/fragment] Commit part file after each fragment
+ [extractor/common] Add durations for DASH fragments with bare SegmentURLs
+ [extractor/common] Add support for DASH manifests with SegmentLists with
  bare SegmentURLs (#14844)
+ [utils] Add hvc1 codec code to parse_codecs

Extractors
* [xhamster] Fix extraction (#14884)
* [youku] Update ccode (#14872)
* [mnet] Fix format extraction (#14883)
+ [xiami] Add Referer header to API request
* [mtv] Correct scc extention in extracted subtitles (#13730)
* [vvvvid] Fix extraction for kenc videos (#13406)
+ [br] Add support for BR Mediathek videos (#14560, #14788)
+ [daisuki] Add support for motto.daisuki.com (#14681)
* [odnoklassniki] Fix API metadata request (#14862)
* [itv] Fix HLS formats extraction
+ [pbs] Add another media id regular expression
2017-12-10 21:04:17 +00:00
markd
f7af76c863 Add tex-make4ht{,-doc} 2017-12-10 20:20:36 +00:00
markd
7f7d42c444 print: Add tex-make4ht{,-doc} 2017-12-10 20:19:21 +00:00
markd
2be4b8767e tex-make4ht{,-doc}: Add version 0.1c
make4ht is a simple build system for tex4ht. It is both
executable, which simplifies tex4ht execution, and a library
which can be used to create customized conversion programs.
2017-12-10 20:17:53 +00:00
markd
015f70238a kdeartwork4: disable eigen3 support as package wants to use eigen2
compatability that is no longer provided.
2017-12-10 20:04:58 +00:00
adam
9e4f29a79b libcanberra: Fix for GTK compiled with Quartz support. (PR 52570) 2017-12-10 17:57:42 +00:00
adam
558c242502 Updated textproc/py-jsbeautifier, devel/gperftools, www/py-curl 2017-12-10 17:34:35 +00:00
adam
bff3d08e7c py-curl: updated to 7.43.0.1
Version 7.43.0.1:
* WRITEHEADER/WRITEFUNCTION and WRITEDATA/WRITEFUNCTION can now
  be set on the same handle. The last call will take precedence over
  previous calls. Previously some combinations were not allowed.
* Fixed a crash when using WRITEDATA with a file-like object followed
  by WRITEDATA with a real file object.
* Fixed a theoretical memory leak in module initialization.
* Added support for CURL_SSLVERSION_MAX_* constants.
* Added support for CURLSSH_AUTH_AGENT.
* Added support for CURLOPT_CONNECT_TO.
* Added support for CURLINFO_HTTP_VERSION.
* Fixed build against OpenSSL l.1 on Windows.
* Added set_ca_certs method to the Easy object to set CA certificates
  from a string.
* Python 3.6 is now officially supported.
* Added support for CURLOPT_PROXY_CAPATH.
* C-Ares updated to 1.12.0 in Windows builds, fixing DNS resolution
  issues on Windows.
* Added --openssl-lib-name="" option to support building against
  OpenSSL 1.1.0 on Windows.
* Fixed a possible double free situation in all Curl objects
  due to a misuse of the trashcan API.
* High level Curl objects can now be reused.
* LARGE options fixed under Windows and Python 3 (INFILESIZE,
  MAX_RECV_SPEED_LARGE, MAX_SEND_SPEED_LARGE, MAXFILESIZE,
  POSTFILESIZE, RESUME_FROM).
* Fixed compilation on Solaris.
* ENCODING option can now be unset
2017-12-10 17:33:33 +00:00
adam
a472ff181c gperftools: updated to 2.6.3
gperftools 2.6.3:
Just two fixes were made in this release:
* a build fix for some recent XCode versions
* assertion failure on some windows builds introduced by 2.6.2 was fixed
2017-12-10 17:26:39 +00:00
adam
f1527362ae py-jsbeautifier: updated to 1.7.5
v1.7.5
Strict mode: js_source_text is not defined [CSS]
Made brace_style option more inclusive
White space before"!important" tag missing in CSS beautify
2017-12-10 17:25:37 +00:00
adam
c2fdfeb622 Updated www/py-bleach, math/py-intervals, graphics/py-altgraph, devel/py-modulegraph 2017-12-10 17:08:49 +00:00
adam
4bbf7f6361 py-modulegraph: updated to 0.16
0.16:
* Add LICENSE file to distribution
* Don't rely on pkg_resources to calculate package version
* Replace use of ``optparse`` by ``argparse`` as the former is deprecated
* Attempt to reduce the maximum recursion needed to create the ModuleGraph
* Don't include the file type in the result from ``zipio.getmode``
* Fix mismatched indents/dedents in ModuleGraph debug output
2017-12-10 17:07:54 +00:00
adam
934c2b7f0a py-altgraph: updated to 0.15
0.15
ObjectGraph.get_edges, ObjectGraph.getEdgeData and ObjectGraph.updateEdgeData accept None as the node to get and treat this as an alias for self (as other methods already did).
2017-12-10 17:04:46 +00:00
adam
90c70742cd py-intervals: updated to 0.8.1
0.8.1:
- Fixed interval coercion
2017-12-10 17:01:48 +00:00
adam
6ea687c7a7 py-bleach: updated to 2.1.2
Version 2.1.2:
Bug fixes
* Support html5lib-python 1.0.1.
* Add deprecation warning for supporting html5lib-python < 1.0.
* Switch to semver.
2017-12-10 16:56:51 +00:00
adam
3f6325b8e2 Updated devel/py-construct, converters/py-cairosvg, www/py-django-registration; Added converters/py-confusable_homoglyphs 2017-12-10 16:49:15 +00:00
adam
46bc08d830 Quickly added ALTERNATIVES 2017-12-10 16:46:16 +00:00
leot
71f9fe0639 doc: Updated graphics/sxiv to 24nb1 2017-12-10 16:38:09 +00:00
leot
0e6c3867c7 sxiv: Avoid 100% CPU usage when sxiv is invoked non-interactively
Add patches/patch-autoreload_nop.c to avoid 100% CPU usage when sxiv is invoked
non-interactively (e.g. in a subshell in background via `( sxiv ... & )').

Bump PKGREVISION
2017-12-10 16:37:52 +00:00
adam
07732b6db0 py-django-registration: updated to 2.3
In django-registration 2.3, the new validators :func:`~registration.validators.validate_confusables` and :func:`~registration.validators.validate_confusables_email` were added, and are applied by default to the username field and email field, respectively, of registration forms. This may cause some usernames which previously were accepted to no longer be accepted, but like the reserved-name validator this change was made because its security benefits significantly outweigh the edge cases in which it might disallow an otherwise-acceptable username or email address. If for some reason you need to allow registration with usernames or email addresses containing potentially dangerous use of Unicode, you can subclass the registration form and remove these validators, though doing so is not recommended.
2017-12-10 16:36:31 +00:00
adam
02c6226936 py-confusable_homoglyphs: added version 3.0.0 2017-12-10 16:34:41 +00:00
bsiegert
065739e562 Fix poppler-glib build.
The gtkdoc.py patch used a mixture of tabs and spaces, which was rejected
by the Python interpreter. Also (with Python 3.6 as default), there was an
uncaught TypeError, which I added to the existing except clause.
2017-12-10 16:02:59 +00:00
adam
92272d020b py-cairosvg: updated to 2.1.2
Version 2.1.2:
* Fix font-size
2017-12-10 15:58:36 +00:00
adam
aa6ac37bab py-construct: updated to 2.8.17
v2.8.17:
Bug fixes.
2017-12-10 15:52:32 +00:00
adam
2e805fbb24 CONFIGURE_ARGS are slightly different now 2017-12-10 15:51:04 +00:00
adam
19a8ebf906 libhid: cleanup; fixed building on Darwin (PR 49565) 2017-12-10 15:46:26 +00:00
bacon
138e03286e Makefile: Add py-xopen: Open compressed files transparently 2017-12-10 14:58:44 +00:00
bacon
6762e7e0e1 Fix username in py-xopen addition. 2017-12-10 14:57:32 +00:00
bacon
349e1e8a4e doc: Added devel/py-xopen version 0.3.2 2017-12-10 14:55:00 +00:00
bacon
4c94094e6d devel/py-xopen: import py27-xopen-0.3.2
This small Python module provides an xopen function that works like the
built-in open function, but can also deal with compressed files. Supported
compression formats are gzip, bzip2 and xz. They are automatically recognized
by their file extensions .gz, .bz2 or .xz.
2017-12-10 14:48:50 +00:00
adam
4da535ee1e Updated devel/spin, devel/py-setuptools 2017-12-10 14:05:09 +00:00
adam
68912c3187 py-setuptools: updated to 38.2.4
v38.2.4:
Fix data_files handling when installing from wheel.
2017-12-10 14:04:44 +00:00
adam
61c69728b2 removed spin-license
On 30 December 2015 Alcatel-Lucent (the company that inherited Bell Laboratories from AT&T in the trivestiture from 1996) transfered the copyright to all sources to Gerard Holzmann, explicitly to enable a standard open source release under the BSD 3-Clause license. Starting with Spin Version 6.4.5 all Spin code, sources and executables, are now available under the BSD 3-Clause license.
2017-12-10 14:02:33 +00:00
adam
d32b409c07 spin: updated to 6.4.7
Version 6.4.7:
- fixed a bug in the parsing of for (...) statements if
  initialized variable declarations appear in the body of the loop
- optimization in interpreting the swarm option, by avoiding
  unnecessary recompilations, plus other small fixes in the
  generation of parameter values for -k and -w with swarms
- added runtime option -W to suppress recompilation of pan if
  the executable already exists
- fixed bug in printing the value of a random seed at the end of
  a randomized run
- added compilation warning if both -DNP and -DNOCLAIM are used
  (in that case -DNP is assumed to override -DNOCLAIM)
- fixed a bug in the parsing of select (...) statements that could
  cause unwarranted syntax errors when larger ranges are used
- switched to executables for Windows PCs that do not require
  a cygwin installation (using mingw32 and mingw64 bit compilations)
2017-12-10 13:56:34 +00:00
adam
83bee2d2f8 vim-share: fix building with Python 3.x (PR 52742) 2017-12-10 12:39:47 +00:00
adam
5fbe2297eb Updated www/py-yarl, devel/py-sortedcontainers 2017-12-10 10:19:47 +00:00
adam
30c3ce5c46 py-sortedcontainers: updated to 1.5.9
1.5.9:
* Dropped CPython 2.6 testing.

1.5.8:
* Added ``SortedList.reverse`` to override ``MutableSequence.reverse`` and
  raise ``NotImplementedError``.
2017-12-10 10:05:55 +00:00
adam
222464f279 py-yarl: updated to 0.16.0
0.16.0:
Fix raising TypeError by url.query_string() after url.with_query({}) (empty mapping)
2017-12-10 09:56:09 +00:00
adam
b30c453e96 Updated devel/py-lazr.delegates, devel/py-lazr.config 2017-12-10 09:52:43 +00:00
adam
cc342ae703 py-lazr.config: updated to 2.2.1
2.2.1:
Bug fixes.
2017-12-10 09:51:18 +00:00
adam
afc00a1da2 py-lazr.delegates: updated to 2.0.4
2.0.4:
Bug fixes.
2017-12-10 09:50:43 +00:00