summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2018-05-10py-netifaces: updated to 0.10.7adam2-8/+8
0.10.7: Unknown changes.
2018-05-09Updated buildlink3.mk for net/ocamlnet.jaapb1-2/+2
2018-05-09Updated net/ocamlnet to version 4.1.6.jaapb3-106/+7
This adds support for OCaml 4.07.
2018-05-09p5-SNMP-Info: update to 3.60.wiz2-7/+7
Version 3.60 (2018-05-06) [ENHANCEMENTS] * #263 detect Aerohive ap250 & ap230 models (inphobia) [BUG FIXES] * #140 LLDP fixes - treat remote port type of 'local' as an interface name if the remote port id doesn't look like an index * Fix potential issue in enumeration of LLDP reported system capabilities supported by the remote system due to the 'lldpRemSysCapSupported' leaf name being defined in multiple MIBs
2018-05-07Upgrade unbound to version 1.7.1.he3-10/+10
Upstream changes: Features - Add --with-libhiredis, unbound support for a new cachedb backend that uses a Redis server as the storage. This implementation depends on the hiredis client library (https://redislabs.com/lp/hiredis/). And unbound should be built with both --enable-cachedb and --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h should exist). Patch from Jinmei Tatuya (Infoblox). - Create additional tls service interfaces by opening them on other portnumbers and listing the portnumbers as additional-tls-port: nr. - ED448 support. - num.query.authzone.up and num.query.authzone.down statistics counters. - Accept both option names with and without colon for get_option and set_option. - low-rtt and low-rtt-pct in unbound.conf enable the server selection of fast servers for some percentage of the time. - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN statistics counters. - allow-notify: config statement for auth-zones. - Can set tls authentication with forward-addr: IP#tls.auth.name And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem". such as forward-addr: 9.9.9.9@853#dns.quad9.net or 1.1.1.1@853#cloudflare-dns.com - list_auth_zones unbound-control command. - Added root-key-sentinel support Bug Fixes - Fix #3727: Protocol name is TLS, options have been renamed but documentation is not consistent. - Check IXFR start serial. - Fix typo in documentation. - Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually flushed with serve-expired on. - Fix #3817: core dump happens in libunbound delete, when queued servfail hits deleted message queue. - corrected a minor typo in the changelog. - move htobe64/be64toh portability code to cachedb.c. - iana port update. - Do not use cached NSEC records to generate negative answers for domains under DNSSEC Negative Trust Anchors. - Fix unbound-control get_option aggressive-nsec - Check "result" in dup_all(), by Florian Obser. - Fix #4043: make test fails due to v6 presentation issue in macOS. - Fix unable to resolve after new WLAN connection, due to auth-zone failing with a forwarder set. Now, auth-zone is only used for answers (not referrals) when a forwarder is set. - Combine write of tcp length and tcp query for dns over tls. - nitpick fixes in example.conf. - Fix above stub queries for type NS and useless delegation point. - Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3 tls_choose_sigalg routine does not allow the ciphers for the pipe, so use TLSv1.2. - Fix that flush_zone sets prefetch ttl expired, so that with serve-expired enabled it'll start prefetching those entries. - Fix downstream auth zone, only fallback when auth zone fails to answer and fallback is enabled. - Fix for max include depth for authzones. - Fix memory free on fail for $INCLUDE in authzone. - Fix that an internal error to look up the wrong rr type for auth zone gets stopped, before trying to send there. - Fix auth zone target lookup iterator. - Fix auth-zone retry timer to be on schedule with retry timeout, with backoff. Also time a refresh at the zone expiry. - Fix #658: unbound using TLS in a forwarding configuration does not verify the server's certificate (RFC 8310 support). - For addr with #authname and no @port notation, the default is 853. - man page documentation for dns-over-tls forward-addr '#' notation. - removed free from failed parse case. - Fix #4091: Fix that reload of auth-zone does not merge the zonefile with the previous contents. - Delete auth zone when removed from config. - makedist uses bz2 for expat code, instead of tar.gz. - Fix #4092: libunbound: use-caps-for-id lacks colon in config_set_option. - auth zone http download stores exact copy of downloaded file, including comments in the file. - Fix sldns parse failure for CDS alternate delete syntax empty hex. - Attempt for auth zone fix; add of callback in mesh gets from callback does not skip callback of result. - Fix cname classification with qname minimisation enabled. - Fix contrib/fastrpz.patch for this release. - Fix auth https for libev. - Fix memory leak when caching wildcard records for aggressive NSEC use - Fix for crash in daemon_cleanup with dnstap during reload, from Saksham Manchanda. - Also that for dnscrypt.
2018-05-07wget: update to 1.19.5.wiz2-8/+7
* Changes in Wget 1.19.5 * Fix cookie injection (CVE-2018-0494) * Enable TLS1.3 with recent OpenSSL environment * New option --ciphers to set GnuTLS / OpenSSL ciphers directly * Updated CSS grammar to CSS 2.2 * Fixed several memleaks found by OSS-Fuzz * Fixed several buffer overflows found by OSS-Fuzz * Fixed several integer overflows found by OSS-Fuzz * Several minor bug fixes * Changes in Wget 1.19.4 * A major bug that caused GZip'ed pages to never be decompressed has been fixed * Support for Content-Encoding and Transfer-Encoding have been marked as experimental and disabled by default * Changes in Wget 1.19.3 * Prevent erroneous decompression of .gz and .tgz files with broken servers * Added support for HTTP 308 Permanent Redirect response * Fix a segfault in some cases where the Content-Type header is not sent * Support OpenSSL 1.1 builds without using deprecated features * Fix netrc file detection on Windows * Several minor bug fixes
2018-05-06syncthing: update to 0.14.47.wiz2-7/+7
Attention: Syncthing now advertises continuous watching support in the GUI. If you enable this on NetBSD, you'll run out of file descriptors and syncthing won't work. At least that's what happened to me... so take care. Bugfixes: #4815: Local host header check is too restrictive #4833: Unclear error message about failed watcher when running out of inotify watches #4870: Don't show a warning when a file from a paused folder is requested #4875: Zeroed local/global "state" (local files untouched) and remote file deletion with root Windows symlink Enhancements: #4516: Bandwidth throttling per remote device #4552: Add UI for filesystem watcher #4823: Don't show ignored files in the "global changes" list #4828: Global change log should indicate folder Other issues: #4749: Make all tests Go 1.10 caching compatible #4868: Docker Documentation
2018-05-06youtube-dl: Update net/youtube-dl to 20180501leot5-22/+27
pkgsrc changes: - Also try to use use ff{mpeg,proble}4 and while here better explain the rationale in patches/patch-youtube__dl_postprocessor_ffmpeg.py. - Update MESSAGE to also mention ffmpeg4. Changes: version 2018.05.01 Core * [downloader/fragment] Restart download if .ytdl file is corrupt (#16312) + [extractor/common] Extract interaction statistic + [utils] Add merge_dicts + [extractor/common] Add _download_json_handle Extractors * [kaltura] Improve iframe embeds detection (#16337) + [udemy] Extract outputs renditions (#16289, #16291, #16320, #16321, #16334, #16335) + [zattoo] Add support for zattoo.com and mobiltv.quickline.com (#14668, #14676) * [yandexmusic] Convert release_year to int * [udemy] Override _download_webpage_handle instead of _download_webpage * [xiami] Override _download_webpage_handle instead of _download_webpage * [yandexmusic] Override _download_webpage_handle instead of _download_webpage * [youtube] Correctly disable polymer on all requests (#16323, #16326) * [generic] Prefer enclosures over links in RSS feeds (#16189) + [redditr] Add support for old.reddit.com URLs (#16274) * [nrktv] Update API host (#16324) + [imdb] Extract all formats (#16249) + [vimeo] Extract JSON-LD (#16295) * [funk:channel] Improve extraction (#16285)
2018-05-06gallery-dl: Update net/gallery-dl to 1.3.5leot3-14/+11
Changes: 1.3.5 ----- - Added support for: * smugmug - https://www.smugmug.com/ - Added title information for mangadex chapters - Improved the pinterest API implementation (#83) - Improved error handling for deviantart and tumblr - Removed gomanga and puremashiro
2018-05-06net/ruby-nio4r: update to 2.3.1taca2-7/+7
## 2.3.1 (2018-05-03) * [#188](https://github.com/socketry/nio4r/pull/188) Fix remove interests ([@ioquatix])
2018-05-03wireshark: reduce dependencies.wiz2-3/+3
Addresses PR 53256 by martin@ Bump PKGREVISION.
2018-05-02Update to dhcpcd-7.0.4 with the following changes:roy2-7/+7
* OpenBSD: Fix adding INET6 on-link routes without an address * Linux: Improve interface renaming * Linux: If listening to dev manager, let it remove interfaces * Routing: Fix case when cloning route changes but needs to be replaced * DHCP6: Transpose DHCP userclass option into DHCP6 * DHCP6: Fix sending custom vendor class option * Auth: Allow zero value replay detection data * Auth: Allow different tokens for send and receive * ND6: Warn if router lifetime is set to zero * DHCP6: Softwire Address and Port-Mapped Clients, RFC7598
2018-05-02net/Makefile: Add ruby-network_interfaceminskim1-1/+2
2018-05-02net/ruby-network_interface: Import version 0.0.2minskim4-0/+44
This gem was originally added to the Metasploit Pcaprub gem. It's been spun out into its own gem for anyone who might want to programmatically get information on their network interfaces.
2018-05-02p5-SNMP-Info: update to 3.59.wiz2-7/+7
Version 3.59 (2018-05-01) [NEW FEATURES] * #214 SNMP::Info Device models Genua, ATMedia, Liebert [ENHANCEMENTS] * Capture base MAC in L3::Huawei * Change _lldp_addr_index to a method so it can be properly overridden in subclasses [BUG FIXES] * Capture fan ans power supply status in L3::Huawei when description is not available Version 3.58 (2018-04-29) [NEW FEATURES] * #202 Support for Aerohive access points [ENHANCEMENTS] * #220 Alcatel-Lucent / Nokia SR 7750 missing port information. Add duplex, fan, and power supply status, as well as, module inventory to L3::Timetra * Add fan and power supply status to L3::Huawei * Override ifMTU with max frame size when applicable in L3::Huawei [BUG FIXES] * Correct POE power module to port mapping in L3::Huawei Version 3.57 (2018-04-26) [ENHANCEMENTS] * #145 Patch for Huawei (robwwd) * #228 Huawei aggregate link support * POE and duplex admin support added to L3::Huawei * Significant performance improvement validating AUTOLOAD methods [BUG FIXES] * IEEE802dot3ad portlist is indexed with a dot1dBasePort, cross reference with dot1dBasePortIfIndex * Fix for macsuck in Cisco classes introduced in 3.55 caused by inheritance issue in CiscoStack Version 3.56 (2018-04-22) [BUG FIXES] * Fix table methods when defined as an OID which will not completely translate to a fully qualified textual leaf Version 3.55 (2018-04-19) [NEW FEATURES] * #260 Oneaccess (robwwd) * #259 Add ERX (Old Juniper E-Series JunOSe) Support (robwwd) * #258 Add support for Arbor devices (robwwd) * #253 Nexans switch support (paecker) * #142 Sixnet Switch Support [ENHANCEMENTS] * #117 Recognition for HP Blade switches (J R Binks) * #196 Support for powerconnect 8164F * Refactor Layer3::Dell for better support of newer models * Increase capture of i_vlan on router interfaces in L3::Cisco * Factor out logic to determine serial number from ENTITY-MIB in Layer2 and Layer3 to new method entity_derived_serial in Entity class and added new method entity_derived_os_ver in Entity class to determine OS version in a similar manner [BUG FIXES] * #67 Juniper EX4300 Missing/Wrong information * #61 ZyXEL (X)GS1900 family MIB - Fix loop in layers method * Fix ISA in AMAP and EDP classes * Add missing MIB in L2::Trapeze, L2::NWSS2300, and L3::Dell * Fix gigabit logic in i_duplex_admin() of CiscoStack * Prevent potential undefined warnings in i_speed_admin() of L2::C2900 and ports() of L3::C3550 * Correct validation and IID/key used in mau_set_i_speed_admin() and mau_set_i_duplex_admin() of MAU * Correct typo in MIB leaf names in L3::Aironet * Don't use MIB leafs that are not-accessible according to MIB NOTE: Fixing this logic now results in methods on MIB leafs specified as not-accessible failing validation in _validate_autoload_method() Version 3.54 (2018-04-01) [NEW FEATURES] * #141 Avocent ACS files for correct discovery in Netdisco * Add support for Avocent ACS 5K/6K/8K terminal servers in Layer1::Cyclades [ENHANCEMENTS] * #215 Nokia/Alcatel-Lucent 7705 LLDP * #220 Alcatel-Lucent / Nokia SR 7750 missing neighbors * Improve Layer3::Timetra model detection [BUG FIXES] * Fix logic in Layer1::Asante i_up() method * Fix MIB leaf typo in IPv6 * Don't use MIB leafs that are not-accessible according to MIB * Fix logic for determining if MIB leaf supports set operations NOTE: Fixing this logic now results in methods starting with set_ on MIB leafs without Write or Create access failing validation in _validate_autoload_method()
2018-05-02p5-RT-Client-REST: update to 0.52.wiz2-15/+13
Fix dependencies. 0.52 Fri Apr 06 2018 "Dean Hamstead" <dean@bytefoundry.com.au> - Fix up lots of Pod Critic complaints - Fix up lots of Perl Critic complaints - Use Dist-Zilla for releases - Remove Pod, tests and other files that Dist-Zilla provides - Adjust git repo slightly - Note: no functional changes
2018-05-02p5-Net-GitHub: update to 0.95.wiz2-7/+7
0.95 2018-03-30 14:49:06 CST - Review Requests API became an official part of API v3 (waniji)
2018-05-02p5-Net-Frame-Dump: update to 1.15.wiz2-8/+7
1.15 Tue 1 May 09:16:32 CEST 2018 - BUGFIX: Dump::Online2: yes, again. Since some newer version of libpcap and changes in pcap_dispatch(), we have to call can_read() on the selectable file descriptor and call pcap_dispatch() only when there is something to read. Which sounds logical, after all. - update: copyright notice
2018-05-01Add fwknopkhorben1-1/+2
2018-05-01Import net/fwknop version 2.6.9 from wipkhorben6-0/+95
fwknop stands for the "FireWall KNock OPerator", and implements an authorization scheme called Single Packet Authorization (SPA). This method of authorization is based around a default-drop packet filter (fwknop supports iptables and firewalld on Linux, ipfw on FreeBSD and Mac OS X, and PF on OpenBSD) and libpcap. SPA is essentially next generation port knocking.
2018-04-30unison2.51: remove unneeded patch.wiz2-46/+1
ok jaapb@
2018-04-30unison2.51: add upstream commit as comment.wiz2-3/+5
2018-04-30unison2.51: Remove unnecessary patches. Update a comment.wiz5-50/+3
2018-04-30net/Makefile: + unison2.51wiz1-1/+2
2018-04-30net/unison2.51: import unison-2.51.2wiz11-0/+246
Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
2018-04-29revbump for boost-libs updateadam39-76/+78
2018-04-29mikutter: update to 3.6.7.tsutsui2-11/+11
pkgsrc changes: - use https for MASTER_SITES and HOMEPAGE - depends on a patched ruby-gnome2-gtk Upstream changes: mikutter 3.6.7 * explicitly use stable gtk2 gem 3.2.1 due to regressions of newer version * twitter: updates of timeline by REST API didn't work * modify_world didn't work * thanks Akira Ouchi
2018-04-29ruby-tw: relax a gemspec version of json.tsutsui1-1/+4
2018-04-29wireshark: update to 2.6.0.wiz4-44/+656
Switch default GUI from gtk3 to qt5. See What's New below for "why". What’s New Wireshark 2.6 is the last release that will support the legacy (GTK+) user interface. It will not be supported or available in Wireshark 3.0. Many user interface improvements have been made. See the “New and Updated Features” section below for more details. Bug Fixes The following bugs have been fixed: Dumpcap might not quit if Wireshark or TShark crashes. (Bug 1419[1]) New and Updated Features The following features are new (or have been significantly updated) since version 2.5.0: • HTTP Request sequences are now supported. • Wireshark now supports MaxMind DB files. Support for GeoIP and GeoLite Legacy databases has been removed. • The Windows packages are now built using Microsoft Visual Studio 2017. • The IP map feature (the “Map” button in the “Endpoints” dialog) has been removed. The following features are new (or have been significantly updated) since version 2.4.0: • Display filter buttons can now be edited, disabled, and removed via a context menu directly from the toolbar • Drag & Drop filter fields to the display filter toolbar or edit to create a button on the fly or apply the filter as a display filter. • Application startup time has been reduced. • Some keyboard shortcut mix-ups have been resolved by assigning new shortcuts to Edit → Copy methods. • TShark now supports color using the --color option. • The "matches" display filter operator is now case-insensitive. • Display expression (button) preferences have been converted to a UAT. This puts the display expressions in their own file. Wireshark still supports preference files that contain the old preferences, but new preference files will be written without the old fields. • SMI private enterprise numbers are now read from the “enterprises.tsv” configuration file. • The QUIC dissector has been renamed to Google QUIC (quic → gquic). • The selected packet number can now be shown in the Status Bar by enabling Preferences → Appearance → Layout → Show selected packet number. • File load time in the Status Bar is now disabled by default and can be enabled in Preferences → Appearance → Layout → Show file load time. • Support for the G.729A codec in the RTP Player is now added via the bcg729 library. • Support for hardware-timestamping of packets has been added. • Improved NetMon .cap support with comments, event tracing, network filter, network info types and some Message Analyzer exported types. • The personal plugins folder on Linux/Unix is now ~/.local/lib/wireshark/plugins. • TShark can print flow graphs using -z flow… • Capinfos now prints SHA256 hashes in addition to RIPEMD160 and SHA1. MD5 output has been removed. • The packet editor has been removed. (This was a GTK+ only experimental feature.) • Support BBC micro:bit Bluetooth profile • The Linux and UNIX installation step for Wireshark will now install headers required to build plugins. A pkg-config file is provided to help with this (see “doc/plugins.example” for details). Note you must still rebuild all plugins between minor releases (X.Y). • The Windows installers and packages now ship with Qt 5.9.4. • The generic data dissector can now uncompress zlib compressed data. • DNS Stats now supports service level statistics. • DNS filters for retransmissions and unsolicited responses have been added. • The “tcptrace” TCP Stream graph now shows duplicate ACKS and zero window advertisements. • The membership operator now supports ranges, allowing display filters such as tcp.port in {4430..4434} to be expressed. See the User’s Guide, chapter Building display filter expressions for details. New Protocol Support ActiveMQ Artemis Core Protocol, AMT (Automatic Multicast Tunneling), AVSP (Arista Vendor Specific Protocol), Bluetooth Mesh, Broadcom tags (Broadcom Ethernet switch management frames), CAN-ETH, CVS password server, Excentis DOCSIS31 XRA header, F1 Application Protocol, F5ethtrailer, FP Mux, GRPC (gRPC), IEEE 1905.1a, IEEE 802.11ax (High Efficiency WLAN (HEW)), IEEE 802.15.9 IEEE Recommended Practice for Transport of Key Management Protocol (KMP) Datagrams, IEEE 802.3br Frame Preemption Protocol, ISOBUS, LoRaTap, LoRaWAN, Lustre Filesystem, Lustre Network, Nano / RaiBlocks Cryptocurrency Protocol (UDP), Network Functional Application Platform Interface (NFAPI) Protocol, New Radio Radio Link Control protocol, New Radio Radio Resource Control protocol, NR (5G) MAC protocol, NXP 802.15.4 Sniffer Protocol, Object Security for Constrained RESTful Environments (OSCORE), PFCP (Packet Forwarding Control Protocol), Protobuf (Protocol Buffers), QUIC (IETF), RFC 4108 Using CMS to Protect Firmware Packages, Session Multiplex Protocol, SolarEdge monitoring protocol, Steam In-Home Streaming Discovery Protocol, Tibia, TWAMP and OWAMP, Wi-Fi Device Provisioning Protocol, and Wi-SUN FAN Protocol Updated Protocol Support Too many protocols have been updated to list here. New and Updated Capture File Support Microsoft Network Monitor New and Updated Capture Interfaces support LoRaTap
2018-04-29sslh: update to 1.19c.wiz4-29/+29
v1.19: 20JAN2018 Added 'syslog_facility' configuration option to specify where to log. TLS now supports SNI and ALPN (Travis Burtrum), including support for Let's Encrypt challenges (Jonathan McCrohan) ADB probe. (Mike Frysinger) Added per-protocol 'fork' option. (Oleg Oshmyan) Added chroot option. (Mike Frysinger) A truckload of bug fixes and documentation improvements (Various contributors)
2018-04-29filezilla: update to 3.32.0.wiz2-9/+8
3.32.0 (2018-04-02) + Further SFTP performance improvements 3.32.0-rc1 (2018-03-23) + The Site Manager no longer shows controls not applicable to the selected protocol + Dynamically disable menu items if the used protocal does not support the corresponding functionality + Speed up listing large directories over SFTP - Fix state of case sensitivity checkbox in the filter edit dialog if no filter has been selected
2018-04-28net/py-grpcio-tools: Add missing patch fileminskim1-0/+24
This should have been included in the import.
2018-04-28net/Makefile: Add py-grpcio-toolsminskim1-1/+2
2018-04-28net/py-grpcio-tools: Import version 1.11.0minskim4-0/+56
grpcio-tools is a package for gRPC Python tools.
2018-04-28Add py-grpciominskim1-1/+2
2018-04-28net/py-grpcio: Import version 1.11.0minskim6-0/+209
grpcio is a Python package for gRPC. Packaged by Kethzer Docteur for pkgsrc-wip and updated by me.
2018-04-27net/grpc: Update to 1.11.0minskim8-68/+300
Notable changes since 1.7.2: - Requires protobuf>=3.5.0 - Exec_ctx has been made a thread_local, and is no longer to be passed as a function parameter. - LB policies request re-resolution without shutting down - On server, include receiving HTTP/2 settings in handshake timeout - C++ headers are moved from include/grpc++ to include/grpcpp. Headers in include/grpc++ are deprecated - Experimental gRPC-C++ Cocoapods podspec - Several features of core have been removed from the surface or GPR API: grpc_alarm, gpr_join_host_port, gpr_cmdline, gpr_subprocess, gpr_tls, gpr_avl, and gpr_thd - Add core underpinnings for TLS session ticket support - Experimental support for configurable retries
2018-04-27libsoup: update to 2.62.1.wiz3-8/+9
Changes in libsoup from 2.62.0 to 2.62.1: * Fix digest authentication with encoded URIs [#794208, Claudio Saavedra] * Avoid unaligned memory accesses in WebSocket implementation [#794421, Rolf Eike Beer] * Use base domain to decide if cookies are third-party [#792130, Michael Catanzaro] * Fix crash under soup_socket_new() [#762138, Milan Crha]
2018-04-27openvpn: 2.4.6adam5-19/+18
OpenVPN 2.4.6 management: Warn if TCP port is used without password Correct version in ChangeLog - should be 2.4.5, was mistyped as 2.4.4 Fix potential double-free() in Interactive Service (CVE-2018-9336) preparing release v2.4.6 (ChangeLog, version.m4, Changes.rst) manpage: improve description of --status and --status-version Make return code external tls key match docs Delete the IPv6 route to the "connected" network on tun close Management: warn about password only when the option is in use Avoid overflow in wakeup time computation Add missing #ifdef SSL_OP_NO_TLSv1_1/2 Check for more data in control channel
2018-04-25youtube-dl: Update net/youtube-dl to 20180425leot4-19/+19
pkgsrc changes: - Adjust patches/patch-youtube__dl_postprocessor_ffmpeg.py to prefer ffmpeg3 over ffmpeg2 Changes: version 2018.04.25 Core * [utils] Fix match_str for boolean meta fields + [Makefile] Add support for pandoc 2 and disable smart extension (#16251) * [YoutubeDL] Fix typo in media extension compatibility checker (#16215) Extractors + [openload] Recognize IPv6 stream URLs (#16136, #16137, #16205, #16246, #16250) + [twitch] Extract is_live according to status (#16259) * [pornflip] Relax URL regular expression (#16258) - [etonline] Remove extractor (#16256) * [breakcom] Fix extraction (#16254) + [youtube] Add ability to authenticate with cookies * [youtube:feed] Implement lazy playlist extraction (#10184) + [svt] Add support for TV channel live streams (#15279, #15809) * [ccma] Fix video extraction (#15931) * [rentv] Fix extraction (#15227) + [nick] Add support for nickjr.nl (#16230) * [extremetube] Fix metadata extraction + [keezmovies] Add support for generic embeds (#16134, #16154) * [nexx] Extract new azure URLs (#16223) * [cbssports] Fix extraction (#16217) * [kaltura] Improve embeds detection (#16201) * [instagram:user] Fix extraction (#16119) * [cbs] Skip DRM asset types (#16104) version 2018.04.16 Extractors * [smotri:broadcast] Fix extraction (#16180) + [picarto] Add support for picarto.tv (#6205, #12514, #15276, #15551) * [vine:user] Fix extraction (#15514, #16190) * [pornhub] Relax URL regular expression (#16165) * [cbc:watch] Re-acquire device token when expired (#16160) + [fxnetworks] Add support for https theplatform URLs (#16125, #16157) + [instagram:user] Add request signing (#16119) + [twitch] Add support for mobile URLs (#16146)
2018-04-21*: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersiteswiz1-2/+1
2018-04-21gallery-dl: Update net/gallery-dl to 1.3.4leot3-14/+8
Changes: 1.3.4 ----- * Added support for custom OAuth2 credentials for `pinterest` * Improved rate limit handling for `tumblr` extractors * Improved `hentaifoundry` extractors * Improved `imgur` URL patterns * Fixed miscellaneous extraction issues for `luscious` and `komikcast` * Removed `loveisover` and `spectrumnexus`
2018-04-21mikutter: update to 3.6.6.tsutsui2-8/+8
Upstream changes: mikutter 3.6.6 * some README contents were obsolete * tweets fetched via userstream were not in extended_mode * account registration per tutorial stalled in some case * gtk: window roll commands whose visible attribute was false was shown on the toolbar * gtk2 3.2.4 * a command to switch to a specific account didn't work
2018-04-18upgrade to latest and fix for gcc-6christos3-9/+28
2018-04-18sniproxy: Improve distinfokamil2-11/+8
Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for distfile name. No functional change intended.
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz49-90/+98
2018-04-17gstreamer1: update to 1.14.0wiz1-2/+1
The GStreamer team is proud to announce a new major feature release of your favourite cross-platform multimedia framework! The 1.14 release series adds new features on top of the previous 1.12 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia framework. Highlights: WebRTC support: real-time audio/video streaming to and from web browsers Experimental support for the next-gen royalty-free AV1 video codec Video4Linux: encoding support, stable element names and faster device probing Support for the Secure Reliable Transport (SRT) video streaming protocol RTP Forward Error Correction (FEC) support (ULPFEC) RTSP 2.0 support in rtspsrc and gst-rtsp-server ONVIF audio backchannel support in gst-rtsp-server and rtspsrc playbin3 gapless playback and pre-buffering support tee, our stream splitter/duplication element, now does allocation query aggregation which is important for efficient data handling and zero-copy QuickTime muxer has a new prefill recording mode that allows file import in Adobe Premiere and FinalCut Pro while the file is still being written. rtpjitterbuffer fast-start mode and timestamp offset adjustment smoothing souphttpsrc connection sharing, which allows for connection reuse, cookie sharing, etc. nvdec: new plugin for hardware-accelerated video decoding using the NVIDIA NVDEC API Adaptive DASH trick play support ipcpipeline: new plugin that allows splitting a pipeline across multiple processes Major gobject-introspection annotation improvements for large parts of the library API GStreamer C# bindings have been revived and seen many updates and fixes The externally-maintained GStreamer Rust bindings have many usability improvements and cover most of the API now
2018-04-17port this to openssl 1.1 hosts.mrg2-1/+30
should only fix broken builds thus a pkg bump is not wanted.
2018-04-17glib-networking: depend on mozilla-rootcerts and use its certificates file.wiz1-3/+5
Bump PKGREVISION.
2018-04-17glib-networking: depend on a gnutls version with PKCS#11 support.wiz1-2/+3
Bump PKGREVISION.