summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2017-03-11Update mikutter to 3.5.4.tsutsui2-7/+7
Upstream changes: mikutter 3.5.4 * unify follow notifications (thanks @osa_k) * delete button wasn't drawn in setting window of extract tabs (thanks @moguno) * excessive memory access on receiveng tweets "Release from Shinkansen bounding for Open Source Conference Tokyo"
2017-03-09Updated net/nagios-plugin-dotpid net/nagios-plugin-dumpdatesmanu9-43/+28
and net/nagios-plugin-milter net/nagios-plugin-syncrepl: build fixes for portability problems reported by Alberto Mijares
2017-03-09nagios-plugin-dotpid: Add missing header unistd.h. fixes FreeBSD build.maya2-1/+16
PR pkg/52055 from Alberto Mijares
2017-03-09Enable powerdns-geoip and powerdns-odbcfhajny1-1/+3
2017-03-09Import powerdns-odbc 4.0.3.fhajny4-1/+26
This packages provides the ODBC backend module to PowerDNS.
2017-03-09Import powerdns-geoip 4.0.3.fhajny4-1/+25
This packages provides the GeoIP backend module to PowerDNS.
2017-03-09Reset PKGREVISION after parent package updatefhajny1-2/+1
2017-03-09Update net/powerdns-recursor to 4.0.4.fhajny18-510/+43
PowerDNS Recursor 4.0.4 ======================= Change highlights include: - Check TSIG signature on IXFR (Security Advisory 2016-04) - Don't parse spurious RRs in queries when we don't need them (Security Advisory 2016-02) - Add 'max-recursion-depth' to limit the number of internal recursion - Wait until after daemonizing to start the RPZ and protobuf threads - On RPZ customPolicy, follow the resulting CNAME - Make the negcache forwarded zones aware - Cache records for zones that were delegated to from a forwarded zone - DNSSEC: don't go bogus on zero configured DSs - DNSSEC: NSEC3 optout and Bogus insecure forward fixes - DNSSEC: Handle CNAMEs at the apex of secure zones to other secure zones PowerDNS Recursor 4.0.3 ======================= Bug fixes - Call gettag() for TCP queries - Fix the use of an uninitialized filtering policy - Parse query-local-address before lua-config-file - Fix accessing an empty policyCustom, policyName from Lua - ComboAddress: don't allow invalid ports - Fix RPZ default policy not being applied over IXFR - DNSSEC: Actually follow RFC 7646 §2.1 - Add boost context ldflags so freebsd builds can find the libs - Ignore NS records in a RPZ zone received over IXFR - Fix build with OpenSSL 1.1.0 final - Don't validate when a Lua hook took the query - Fix a protobuf regression (requestor/responder mix-up) Additions and Enhancements - Support Boost 1.61+ fcontext - Add Lua binding for DNSRecord::d_place PowerDNS Recursor 4.0.2 ======================= Bug fixes - Set dq.rcode before calling postresolve - Honor PIE flags. - Fix build with LibreSSL, for which OPENSSL_VERSION_NUMBER is irrelevant - Don't shuffle CNAME records. (thanks to Gert van Dijk for the extensive bug report!) - Fix delegation-only Additions and enhancements - Respect the timeout when connecting to a protobuf server - allow newDN to take a DNSName in; document missing methods - expose SMN toString to lua - Anonymize the protobuf ECS value as well (thanks to Kai Storbeck of XS4All for finding this) - Allow Lua access to the result of the Policy Engine decision, skip RPZ, finish RPZ implementation - Remove unused DNSPacket::d_qlen - RPZ: Use query-local-address(6) by default (thanks to Oli Schacher of switch.ch for the feature request) - Move the root DNSSEC data to a header file PowerDNS Recursor 4.0.1 ======================= Bug fixes - Improve DNSSEC record skipping for non dnssec queries (Kees Monshouwer) - Don't validate zones from the local auth store, go one level down while validating when there is a CNAME - Don't go bogus on islands of security - Check all possible chains for Insecures - Don't go Bogus on a CNAME at the apex - RPZ: default policy should also override local data RRs - Fix a crash when the next name in a chained query is empty and rec_control current-queries is invoked Improvements - OpenSSL 1.1.0 support (Christian Hofstaedtler) - Fix warnings with gcc on musl-libc (James Taylor) - Also validate on +DO - Fail to start when the lua-dns-script does not exist - Add more Netmask methods for Lua (Aki Tuomi) - Validate DNSSEC for security polling - Turn on root-nx-trust by default and log-common-errors=off - Allow for multiple trust anchors per zone - Fix compilation warning when building without Protobuf PowerDNS Recursor 4.0.0 ======================= - Moved to C++ 2011, a cleaner more powerful version of C++ that has allowed us to improve the quality of implementation in many places. - Implemented dedicated infrastructure for dealing with DNS names that is fully "DNS Native" and needs less escaping and unescaping. - Switched to binary storage of DNS records in all places. - Moved ACLs to a dedicated Netmask Tree. - Implemented a version of RCU for configuration changes - Instrumented our use of the memory allocator, reduced number of malloc calls substantially. - The Lua hook infrastructure was redone using LuaWrapper; old scripts will no longer work, but new scripts are easier to write under the new interface. - DNSSEC processing: if you ask for DNSSEC records, you will get them. - DNSSEC validation: if so configured, PowerDNS perform DNSSEC validation of your answers. - Completely revamped Lua scripting API that is "DNSName" native and therefore far less error prone, and likely faster for most commonly used scenarios. - New asynchronous per-domain, per-ip address, query engine. - RPZ (from file, over AXFR or IXFR) support. - All caches can now be wiped on suffixes, because of canonical ordering. - Many, many more relevant performance metrics, including upstream authoritative performance measurements. - EDNS Client Subnet support, including cache awareness of subnet-varying answers.
2017-03-09Update net/powerdns to 4.0.3.fhajny29-665/+123
pkgsrc changes: - Remove options for cryptopp and geoip (the latter to go into a separate package). - Clean up a lot of patches that do not seem to be needed anymore. PowerDNS Authoritative Server 4.0.3 =================================== - Revert "In 'Bind2Backend::lookup()', use the 'zoneId' when we have it" PowerDNS Authoritative Server 4.0.2 Security issues fixed: - 2016-02: Crafted queries can cause abnormal CPU usage - 2016-03: Denial of service via the web server - 2016-04: Insufficient validation of TSIG signatures - 2016-05: Crafted zone record can cause a denial of service Other highlights: - Don't parse spurious RRs in queries when we don't need them (Security Advisory 2016-02) - Don't exit if the webserver can't accept a connection (Security Advisory 2016-03) - Check TSIG signature on IXFR (Security Advisory 2016-04) - Correctly check unknown record content size (Security Advisory 2016-05) - ODBC backend: actually prepare statements - Improve root-zone performance - Plug memory leak in postgresql backend (Christian Hofstaedtler) - calidns: Don't crash if we don't have enough 'unknown' queries remaining - Improve PacketCache cleaning (Kees Monshouwer) - Bind backend: update status message on reload, keep the existing zone on failure - Fix TSIG for single thread distributor (Kees Monshouwer) - Change default for any-to-tcp to yes (Kees Monshouwer) - Don't look up the packet cache for TSIG-enabled queries - Fix build with OpenSSL 1.1.0 final (Christian Hofstaedtler) - pdnsutil: create-slave-zone accept multiple masters (Hannu Ylitalo) PowerDNS Authoritative Server 4.0.1 =================================== Bug fixes - Wait for the connection to the carbon server to be established - Don't try to deallocate empty PG statements - Send the correct response when queried for an NSEC directly (Kees Monshouwer) - Don't include bind files if length <= 2 or > sizeof(filename) - Catch runtime_error when parsing a broken MNAME Improvements - Make DNSPacket return a ComboAddredd for local and remote (Aki Tuomi) - OpenSSL 1.1.0 support (Christian Hofstaedtler) - Fix typos in a logmessage and exception (Christian Hofsteadtler) - pdnsutil: Remove checking of ctime and always diff the changes (Hannu Ylitalo) - dnsreplay: Only add Client Subnet stamp when asked - Use toLogString() for ringAccount (Kees Monshouwer) Additions - Add limits to the size of received {A,I}XFR - Add used filedescriptor statistic (Kees Monshouwer) PowerDNS Authoritative Server 4.0.0 =================================== - Moved to C++ 2011, a cleaner more powerful version of C++ that has allowed us to improve the quality of implementation in many places. - Implemented dedicated infrastructure for dealing with DNS names that is fully "DNS Native" and needs less escaping and unescaping. - Due to this, the PowerDNS Authoritative Server can now serve DNSSEC-enabled root-zones. - All backends derived from the Generic SQL backend use prepared statements. - Both the server and pdns_control do the right thing when chroot'ed. - Caches are now fully canonically ordered, which means entries can be wiped on suffix in all places - A revived and supported ODBC backend (godbc). - A revived and supported LDAP backend (ldap). - Support for CDS/CDNSKEY and RFC 7344 key-rollovers. - Support for the ALIAS record. - The webserver and API are no longer experimental. - The API-path has moved to /api/v1 - DNSUpdate is no longer experimental. - ECDSA (algorithm 13 and 14) supported without in-tree cryptographic libraries (provided by OpenSSL). - Experimental support for ed25519 DNSSEC signatures (when compiled with libsodium support). - Many new pdnsutil commands. - GeoIP backend has gained many features, and can now e.g. run based on explicit netmasks not present in the GeoIP databases - Removed support for LMDB. - Removed the Geo backened (use the improved GeoIP instead). - pdnssec has been renamed to pdnsutil. - Support for the PolarSSL/MbedTLS, Crypto++ and Botan cryptographic libraries have been dropped in favor of the (faster) OpenSSL libcrypto (except for GOST, which is still provided by Botan). - ECDSA P256 SHA256 (algorithm 13) is now the default algorithm when securing zones. - The PowerDNS Authoritative Server now listens by default on all IPv6 addresses. - Several superfluous queries have been dropped from the Generic SQL backends. - The INCEPTION, INCEPTION-WEEK and EPOCH SOA-EDIT metadata values are marked as deprecated and will be removed in 4.1.0
2017-03-09tcpdump: bump PKGREVISION for previous.maya1-2/+2
I think the package might be created and can be built, but isn't possible to pkg_add. paranoid bump just in case.
2017-03-09tcpdump: create _tcpdump user (and group) properly.maya1-2/+3
fix build failure when a _tcpdump user did not exist already. from Michael-John Turner in PR pkg/52051
2017-03-08Updated syncthing to 0.14.24.wiz2-7/+7
This is a regularly scheduled stable release. Resolved issues since v0.12.23: #3884: lib/sync: Fix a race in unlocker logging #3976: Links and log messages refer to https instead of http where possible Also: As of this release, symlinks are no longer supported on Windows. The default number of parallel file processing routines per folder is now two (previously one), and the number of simultaneously outstanding network requests has been increased. The GUI now contains buttons to pause or resume all folders with a single action.
2017-03-07Update net/youtube-dl to 20170307leot3-11/+35
Changes: version 2017.03.07 Core * Metadata are now added after conversion (#5594) Extractors * [soundcloud] Update client id (#12376) * [openload] Fix extraction (#10408, #12357) version 2017.03.06 Core + [utils] Process bytestrings in urljoin (#12369) * [extractor/common] Improve height extraction and extract bitrate * [extractor/common] Move jwplayer formats extraction in separate method + [external:ffmpeg] Limit test download size to 10KiB (#12362) Extractors + [drtv] Add geo countries to GeoRestrictedError + [drtv:live] Bypass geo restriction + [tunepk] Add extractor (#12197, #12243) version 2017.03.05 Extractors + [twitch] Add basic support for two-factor authentication (#11974) + [vier] Add support for vijf.be (#12304) + [redbulltv] Add support for redbull.tv (#3919, #11948) * [douyutv] Switch to the PC API to escape the 5-min limitation (#12316) + [generic] Add support for rutube embeds + [rutube] Relax URL regular expression + [vrak] Add support for vrak.tv (#11452) + [brightcove:new] Add ability to smuggle geo_countries into URL + [brightcove:new] Raise GeoRestrictedError * [go] Relax URL regular expression (#12341) * [24video] Use original host for requests (#12339) * [ruutu] Disable DASH formats (#12322) version 2017.03.02 Core + [adobepass] Add support for Charter Spectrum (#11465) * [YoutubeDL] Don't sanitize identifiers in output template (#12317) Extractors * [facebook] Fix extraction (#12323, #12330) * [youtube] Mark errors about rental videos as expected (#12324) + [npo] Add support for audio * [npo] Adapt to app.php API (#12311, #12320) version 2017.02.28 Core + [utils] Add bytes_to_long and long_to_bytes + [utils] Add pkcs1pad + [aes] Add aes_cbc_encrypt Extractors + [azmedien:showplaylist] Add support for show playlists (#12160) + [youtube:playlist] Recognize another playlist pattern (#11928, #12286) + [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776, #10060) * [douyu] Fix extraction (#12301) version 2017.02.27 Core * [downloader/common] Limit displaying 2 digits after decimal point in sleep interval message (#12183) + [extractor/common] Add preference to _parse_html5_media_entries Extractors + [npo] Add support for zapp.nl + [npo] Add support for hetklokhuis.nl (#12293) - [scivee] Remove extractor (#9315) + [cda] Decode download URL (#12255) + [crunchyroll] Improve uploader extraction (#12267) + [youtube] Raise GeoRestrictedError + [dailymotion] Raise GeoRestrictedError + [mdr] Recognize more URL patterns (#12169) + [tvigle] Raise GeoRestrictedError * [vevo] Fix extraction for videos with the new streams/streamsV3 format (#11719) + [freshlive] Add support for freshlive.tv (#12175) + [xhamster] Capture and output videoClosed error (#12263) + [etonline] Add support for etonline.com (#12236) + [njpwworld] Add support for njpwworld.com (#11561) * [amcnetworks] Relax URL regular expression (#12127) version 2017.02.24.1 Extractors * [noco] Modernize * [noco] Switch login URL to https (#12246) + [thescene] Extract more metadata * [thescene] Fix extraction (#12235) + [tubitv] Use geo bypass mechanism * [openload] Fix extraction (#10408) + [ivi] Raise GeoRestrictedError version 2017.02.24 Core * [options] Hide deprecated options from --help * [options] Deprecate --autonumber-size + [YoutubeDL] Add support for string formatting operations in output template (#5185, #5748, #6841, #9929, #9966 #9978, #12189) Extractors + [lynda:course] Add webpage extraction fallback (#12238) * [go] Sign all uplynk URLs and use geo bypass only for free videos (#12087, #12210) + [skylinewebcams] Add support for skylinewebcams.com (#12221) + [instagram] Add support for multi video posts (#12226) + [crunchyroll] Extract playlist entries ids * [mgtv] Fix extraction + [sohu] Raise GeoRestrictedError + [leeco] Raise GeoRestrictedError and use geo bypass mechanism version 2017.02.22 Extractors * [crunchyroll] Fix descriptions with double quotes (#12124) * [dailymotion] Make comment count optional (#12209) + [vidzi] Add support for vidzi.cc (#12213) + [24video] Add support for 24video.tube (#12217) + [crackle] Use geo bypass mechanism + [viewster] Use geo verification headers + [tfo] Improve geo restriction detection and use geo bypass mechanism + [telequebec] Use geo bypass mechanism + [limelight] Extract PlaylistService errors and improve geo restriction detection version 2017.02.21 Core * [extractor/common] Allow calling _initialize_geo_bypass from extractors (#11970) + [adobepass] Add support for Time Warner Cable (#12191) + [travis] Run tests in parallel + [downloader/ism] Honor HTTP headers when downloading fragments + [downloader/dash] Honor HTTP headers when downloading fragments + [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4 + Add option --geo-bypass-country for explicit geo bypass on behalf of specified country + Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass + Add experimental geo restriction bypass mechanism based on faking X-Forwarded-For HTTP header + [utils] Introduce GeoRestrictedError for geo restricted videos + [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions Extractors + [ninecninemedia] Use geo bypass mechanism * [spankbang] Make uploader optional (#12193) + [iprima] Improve geo restriction detection and disable geo bypass * [iprima] Modernize * [commonmistakes] Disable UnicodeBOM extractor test for python 3.2 + [prosiebensat1] Throw ExtractionError on unsupported page type (#12180) * [nrk] Update _API_HOST and relax _VALID_URL + [tv4] Bypass geo restriction and improve detection * [tv4] Switch to hls3 protocol (#12177) + [viki] Improve geo restriction detection + [vgtv] Improve geo restriction detection + [srgssr] Improve geo restriction detection + [vbox7] Improve geo restriction detection and use geo bypass mechanism + [svt] Improve geo restriction detection and use geo bypass mechanism + [pbs] Improve geo restriction detection and use geo bypass mechanism + [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism + [nrk] Improve geo restriction detection and use geo bypass mechanism + [itv] Improve geo restriction detection and use geo bypass mechanism + [go] Improve geo restriction detection and use geo bypass mechanism + [dramafever] Improve geo restriction detection and use geo bypass mechanism * [brightcove:legacy] Restrict videoPlayer value (#12040) + [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679) + [thisav] Add support for HTML5 media (#11771) * [metacafe] Bypass family filter (#10371) * [viceland] Improve info extraction
2017-03-07Update to newest stable version 1.7.3.morr3-10/+11
ChangeLog to long to include here, please take a look at http://www.haproxy.org/download/1.7/src/CHANGELOG Fixes PR pkg/52014
2017-03-07Unbreak on legacy OS X by not defining BIND_8_COMPATsevan3-6/+19
The configure script now automatically adds resolv library to the linker list, without intervention. Build tested on OS X 10.4 & 10.11
2017-03-05Updated wireshark to 2.2.5.wiz2-8/+7
Bug Fixes The following vulnerabilities have been fixed: * [1]wnpa-sec-2017-03 LDSS dissector crash ([2]Bug 13346) * [3]wnpa-sec-2017-04 RTMTP dissector infinite loop ([4]Bug 13347) * [5]wnpa-sec-2017-05 WSP dissector infinite loop ([6]Bug 13348) * [7]wnpa-sec-2017-06 STANAG 4607 file parser infinite loop ([8]Bug 13416) * [9]wnpa-sec-2017-07 NetScaler file parser infinite loop ([10]Bug 13429) * [11]wnpa-sec-2017-08 NetScaler file parser crash ([12]Bug 13430) * [13]wnpa-sec-2017-09 K12 file parser crash ([14]Bug 13431) * [15]wnpa-sec-2017-10 IAX2 dissector infinite loop ([16]Bug 13432) * [17]wnpa-sec-2017-11 NetScaler file parser infinite loop ([18]Bug 12083) The 32-bit and 64-bit Windows installers might have been susceptible to a [19]DLL hijacking flaw. The following bugs have been fixed: * Display filter textbox loses focus during live capturing. ([20]Bug 11890) * Wireshark crashes when saving pcaps, opening pcaps, and exporting specified packets. ([21]Bug 12036) * tshark stalls on FreeBSD if androiddump is present. ([22]Bug 13104) * UTF-8 characters in packet list column title. ([23]Bug 13342) * Recent capture file list should appear immediately on startup. ([24]Bug 13352) * editcap segfault if a packet length is shorter than ignore bytes parameter. ([25]Bug 13378) * dftest segfault with automated build of 2.2.5. ([26]Bug 13387) * UMTS MAC Dissector shows Packet size limited for BCCH payload. ([27]Bug 13392) * VS2010 win32 ±¥. ([28]Bug 13398) * EAP AKA not being decoded properly. ([29]Bug 13411) * Dumpcap crashes during rpcap setup. ([30]Bug 13418) * Crash on closing SNMP capture file if snmp credentials are present. ([31]Bug 13420) * GPRS-NS message PDU type displayed in octal instead of hexadecimal. ([32]Bug 13428) Updated Protocol Support GPRS-NS, GTPv2, IAX2, IEEE 802.11, LDSS, MS-WSP, OpcUa, ROHC, RTMTP, SNMP, STANAG 4607, T.38, and UMTS FP
2017-03-05Updated tor to 0.2.9.10.wiz2-7/+7
Changes in version 0.2.9.10 - 2017-03-01 Tor 0.2.9.10 backports a security fix for users who build Tor with the --enable-expensive-hardening option. It also includes fixes for some major issues affecting directory authorities, LibreSSL compatibility, and IPv6 correctness. The Tor 0.2.9.x release series is now marked as a long-term-support series. We intend to backport security fixes to 0.2.9.x until at least January of 2020. o Major bugfixes (directory authority, 0.3.0.3-alpha): - During voting, when marking a relay as a probable sybil, do not clear its BadExit flag: sybils can still be bad in other ways too. (We still clear the other flags.) Fixes bug 21108; bugfix on 0.2.0.13-alpha. o Major bugfixes (IPv6 Exits, backport from 0.3.0.3-alpha): - Stop rejecting all IPv6 traffic on Exits whose exit policy rejects any IPv6 addresses. Instead, only reject a port over IPv6 if the exit policy rejects that port on more than an IPv6 /16 of addresses. This bug was made worse by 17027 in 0.2.8.1-alpha, which rejected a relay's own IPv6 address by default. Fixes bug 21357; bugfix on commit 004f3f4e53 in 0.2.4.7-alpha. o Major bugfixes (parsing, also in 0.3.0.4-rc): - Fix an integer underflow bug when comparing malformed Tor versions. This bug could crash Tor when built with --enable-expensive-hardening, or on Tor 0.2.9.1-alpha through Tor 0.2.9.8, which were built with -ftrapv by default. In other cases it was harmless. Part of TROVE-2017-001. Fixes bug 21278; bugfix on 0.0.8pre1. Found by OSS-Fuzz. o Minor features (directory authorities, also in 0.3.0.4-rc): - Directory authorities now reject descriptors that claim to be malformed versions of Tor. Helps prevent exploitation of bug 21278. - Reject version numbers with components that exceed INT32_MAX. Otherwise 32-bit and 64-bit platforms would behave inconsistently. Fixes bug 21450; bugfix on 0.0.8pre1. o Minor features (geoip): - Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2 Country database. o Minor features (portability, compilation, backport from 0.3.0.3-alpha): - Autoconf now checks to determine if OpenSSL structures are opaque, instead of explicitly checking for OpenSSL version numbers. Part of ticket 21359. - Support building with recent LibreSSL code that uses opaque structures. Closes ticket 21359. o Minor bugfixes (code correctness, also in 0.3.0.4-rc): - Repair a couple of (unreachable or harmless) cases of the risky comparison-by-subtraction pattern that caused bug 21278. o Minor bugfixes (tor-resolve, backport from 0.3.0.3-alpha): - The tor-resolve command line tool now rejects hostnames over 255 characters in length. Previously, it would silently truncate them, which could lead to bugs. Fixes bug 21280; bugfix on 0.0.9pre5. Patch by "junglefowl".
2017-03-05Fix installation for "lua" option (new scripts added and ssl-google-cert-catalogleot1-2/+15
removed). According the Changelog (only relevant entries for "lua" added/removed scripts): o [NSE] Added 12 NSE scripts from 4 authors, bringing the total up to 552! They are all listed at https://nmap.org/nsedoc/, and the summaries are below: + cics-enum enumerates CICS transaction IDs, mapping to screens in TN3270 services. [Soldier of Fortran] + cics-user-enum brute-forces usernames for CICS users on TN3270 services. [Soldier of Fortran] + fingerprint-strings will print the ASCII strings it finds in the service fingerprints that Nmap shows for unidentified services. [Daniel Miller] + [GH#606] ip-geolocation-map-bing renders IP geolocation data as an image via Bing Maps API. [Mak Kolybabi] + [GH#606] ip-geolocation-map-google renders IP geolocation data as an image via Google Maps API. [Mak Kolybabi] + [GH#606] ip-geolocation-map-kml records IP geolocation data in a KML file for import into other mapping software [Mak Kolybabi] + nje-pass-brute brute-forces the password to a NJE node, given a valid RHOST and OHOST. Helpfully, nje-node-brute can now brute force both of those values. [Soldier of Fortran] + [GH#557] ssl-cert-intaddr will search for private IP addresses in TLS certificate fields and extensions. [Steve Benson] + tn3270-screen shows the login screen from mainframe TN3270 Telnet services, including any hidden fields. The script is accompanied by the new tn3270 library. [Soldier of Fortran] + tso-enum enumerates usernames for TN3270 Telnet services. [Soldier of Fortran] + tso-brute brute-forces passwords for TN3270 Telnet services. [Soldier of Fortran] + vtam-enum brute-forces VTAM application IDs for TN3270 services. [Soldier of Fortran] o [NSE][GH#533] Removed ssl-google-cert-catalog, since Google shut off that service at some point. Reported by Brian Morin. o [NSE][GH#606] New NSE library, geoip.lua, provides a common framework for storing and retrieving IP geolocation results. [Mak Kolybabi]
2017-03-04Update mikutter to 3.5.3.tsutsui2-7/+7
Upstream changes: # mikutter 3.5.3 * sometimes UserList shows empty lines and they cause crashes by clicks * unexpected behavior when TL timestamp is clicked in polluted environments * support Ruby 2.4 * Ruby-GNOME2 3.1.1
2017-03-03file system police; fix typo.wiz2-5/+5
2017-03-03Remove BOM from desktop file.wiz3-2/+18
Bump PKGREVISION.
2017-03-02Update to nmap 7.40:jklos2-8/+7
https://nmap.org/changelog.html#7.40
2017-03-01Update to 4.1.15ryoon2-7/+7
Changelog: NSD 4.1.15 Feb 16, 2017 Bugfixes Fix nsd-control and ipv6 only. Squelch zone transfer error address family not supported by protocol at low verbosity levels. Fix #1195: Fix so that NSD fails on non-compliant values for Serial. Fix to rename _t typedefs because POSIX reserves them. Fix that nsec3 hash collisions only reported on verbosity level 3.
2017-02-28The release notes for iperf 3.1.6 describe changes, including bugadam10-200/+36
fixes and new functionality, made since iperf 3.1.5. * User-visible changes * Specifying --fq-rate or --no-fq-socket-pacing on a system where these options are not supported now generate an error instead of a warning. This change makes diagnosing issues related to pacing more apparent. * Fixed a bug where two recently-added diagnostic messages spammed the JSON output on UDP tests.
2017-02-28Recursive revbump from graphics/libwebpryoon15-30/+30
2017-02-27g/c the MESSAGE warning about changes in PHP 5.1 - it's long obsolete sincejdolecek1-7/+0
there isn't anything older than php 5.4 currently in pkgsrc
2017-02-27Updated filezilla to 3.24.1.wiz2-8/+7
3.24.1 (2017-02-21) - Fixed rendering icons in the remote directory tree when DPI scaling is enabled on Windows Vista and some Windows 7 machines - SFTP components have been updated and are now based on PuTTY 0.68 - Updated builtin pugixml to version 1.8
2017-02-27Updated libfilezilla to 0.9.1.wiz2-7/+7
0.9.1 (2017-02-20) + Added a small helper function to fz::file to get the current position in the file + Added another version of fz::to_wstring_from_utf8 that takes a char buffer + length - Fixed extraction of single-character tokens in fz::strtok
2017-02-26more -Wno-foo for clangtnn1-3/+3
2017-02-26Changes 1.1.11:adam9-52/+122
New Features: - Flag uploads coming from G2 servents with a "[G2]" tag after IP address. - Added alias support in sharing/querying. - Made the "Clear completed" button in Downloads/Tools do something useful. - Moved "Clear completed" button to the bottom right of the download pane. - Remember fileinfo notebook tab number across sessions. - Remember main notebook tab number across sessions, only restored after crash. - Remember Gnet stats notebook tab number across sessions. - Remember download info / tools notebook tab number across sessions. Improvements: - Added --cleanup to explicitly request for final memory cleanup sequence. - Updated Italian translation. - Updated GeoIP databases. Bug Fixes: - Leaf nodes could end-up being connected to more ultrapeers than configured. - Fixed monitoring of alien threads, important when GTK file selector is used. Under the Hood: - Debian compatibility level changed from 4 to 5. - Make sure we can deal with older pkg-config, which needs leading arguments. - Use "embedded" symbols for xmalloc(), xfree() and friends. - Added "query_trace" property to trace all queries which were searched. - Moved halloc-based string functions like h_strdup() to dedicated hstrfn.c. - Expanded search mask to 64 bits to be able to hold all digits and letters. - Count aliased queries and hits from aliases. - Pre-compute shared file media type at record creation time. - Pass query limits to st_search() to avoid needless pattern matching. - Added h_strsplit() and h_strsplit_set(). - Added strvec_append_with() to expand vector by appending another vector. - crash_assert_logv(): don't call crash_mode() if assert failure was recorded. - entropy_clock_time(): mix the entropy nonce through hashing for more diffusion. - node_can_accept_connection(): only send headers back when handshaking. - qrp_add_file(): optimized to avoid computing word length if not required. - thread_stack_check_overflow(): ignore virtual addresses outside stack range. - vmm_init_once(): ensure any shared library for stacktrace unwinding is loaded.
2017-02-25Update net/aria2 to 1.31.0leot2-7/+7
Changes: 1.31.0 ------ * Better error message when local file status cannot be retrieved (GH-836) * Fix assertion failure in SimpleRandomizer::getRandomBytes * Add option content-disposition-default-utf8 Patch from JimmyZ (GH-813)
2017-02-25+ py-py3dnswiz1-1/+2
2017-02-25Import py-py3dns-3.1.1a as net/py-py3dns.wiz4-0/+56
This Python 3 module provides an DNS API for looking up DNS entries from within Python 3 modules and applications. This module is a simple, lightweight implementation.
2017-02-24Fix bind.keys PLIST handling, thanks joerg@ for the notice.fhajny4-12/+24
2017-02-22tcpdump: when running, drop privileges to a _tcpdump user and run in a chrootmaya1-2/+10
remove duplicate openssl include (it's also in options.mk depending on ssl option) pointed out by pkglint PKGREVISION->1
2017-02-22Updated p5-Net-DNS to 1.08.wiz2-7/+7
**** 1.08 [unreleased] Fix rt.cpan.org #120208 Unable to install 1.07 in local::lib environment Feature rt.cpan.org #119679 Net::DNS::Nameserver: UpdateHandler for responding to UPDATE packets Feature rt.cpan.org #75357 Net::DNS::Nameserver: optionmask (similar to headermask) added to allow user to set EDNS CLIENT-SUBNET option in reply packet Discontinue support for pre-5.6 perl Remove pre-5.6 workarounds and outdated language features
2017-02-20Switch py-dateutils to plain DEPENDS.wiz1-3/+2
It supports both python 2 and 3 nowadays.
2017-02-20Change bind99 and bind910 package to use the standard PKG_SYSCONFDIRfhajny6-83/+225
for config files instead of the hardcoded /etc path. Sync SMF support across the two packages. Bump PKGREVISION.
2017-02-20Update to 1.19.1ryoon4-81/+7
Changelog: * Changes in Wget 1.19.1 * Fix bugs, a regression, portability/build issues * Add new option --retry-on-http-error * Changes in Wget 1.19 * New option --use-askpass=COMMAND. Fetch user/password by calling an external program. * Use IDNA2008 (+ TR46 if available) through libidn2 * When processing a Metalink header, --metalink-index=<number> allows to process the header's application/metalink4+xml files. * When processing a Metalink file, --trust-server-names enables the use of the destination file names specified in the Metalink file, otherwise a safe destination file name is computed. * When processing a Metalink file, enforce a safe destination path. Remove any drive letter prefix under w32, i.e. 'C:D:file'. Call libmetalink's metalink_check_safe_path() to prevent absolute, relative, or home paths: https://tools.ietf.org/html/rfc5854#section-4.1.2.1 https://tools.ietf.org/html/rfc5854#section-4.2.8.3 * When processing a Metalink file, --directory-prefix=<prefix> sets the top of the retrieval tree to prefix for Metalink downloads. * When processing a Metalink file, reject downloaded files which don't agree with their own metalink:size value: https://tools.ietf.org/html/rfc5854#section-4.2.16 * When processing a Metalink file, with --continue resume partially downloaded files and keep fully downloaded files even if they fail the verification. * When processing a Metalink file, create the parent directories of a "path/file" destination file name: https://tools.ietf.org/html/rfc5854#section-4.1.2.1 https://tools.ietf.org/html/rfc5854#section-4.2.8.3 * On a recursive download, append a .tmp suffix to temporary files that will be deleted after being parsed, and create them readable/writable only by the owner. * New make target 'check-valgrind' * Fix several bugs * Fix compatibility issues
2017-02-18Update net/youtube-dl to youtube-dl-20170217leot3-8/+32
Changes: version 2017.02.17 Extractors * [heise] Improve extraction (#9725) * [ellentv] Improve (#11653) * [openload] Fix extraction (#10408, #12002) + [theplatform] Recognize URLs with whitespaces (#12044) * [einthusan] Relax URL regular expression (#12141, #12159) + [generic] Support complex JWPlayer embedded videos (#12030) * [elpais] Improve extraction (#12139) version 2017.02.16 Core + [utils] Add support for quoted string literals in --match-filter (#8050, #12142, #12144) Extractors * [ceskatelevize] Lower priority for audio description sources (#12119) * [amcnetworks] Fix extraction (#12127) * [pinkbike] Fix uploader extraction (#12054) + [onetpl] Add support for businessinsider.com.pl and plejada.pl + [onetpl] Add support for onet.pl (#10507) + [onetmvp] Add shortcut extractor + [vodpl] Add support for vod.pl (#12122) + [pornhub] Extract video URL from tv platform site (#12007, #12129) + [ceskatelevize] Extract DASH formats (#12119, #12133) version 2017.02.14 Core * TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085) Extractor * [zdf] Fix extraction (#12117) * [xtube] Fix extraction for both kinds of video id (#12088) * [xtube] Improve title extraction (#12088) + [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116) * [bellmedia] Allow video id longer than 6 characters (#12114) + [limelight] Add support for referer protected videos * [disney] Improve extraction (#4975, #11000, #11882, #11936) * [hotstar] Improve extraction (#12096) * [einthusan] Fix extraction (#11416) + [aenetworks] Add support for lifetimemovieclub.com (#12097) * [youtube] Fix parsing codecs (#12091) version 2017.02.11 Core + [utils] Introduce get_elements_by_class and get_elements_by_attribute utility functions + [extractor/common] Skip m3u8 manifests protected with Adobe Flash Access Extractor * [pluralsight:course] Fix extraction (#12075) + [bbc] Extract m3u8 formats with 320k audio * [facebook] Relax video id matching (#11017, #12055, #12056) + [corus] Add support for Corus Entertainment sites (#12060, #9164) + [pluralsight] Detect blocked account error message (#12070) + [bloomberg] Add another video id pattern (#12062) * [extractor/commonmistakes] Restrict URL regular expression (#12050) + [tvplayer] Add support for tvplayer.com version 2017.02.10 Extractors * [xtube] Fix extraction (#12023) * [pornhub] Fix extraction (#12007, #12018) * [facebook] Improve JS data regular expression (#12042) * [kaltura] Improve embed partner id extraction (#12041) + [sprout] Add support for sproutonline.com * [6play] Improve extraction + [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765) + [go] Add support for Adobe Pass authentication (#11468, #10831) * [6play] Fix extraction (#12011) + [nbc] Add support for Adobe Pass authentication (#12006) version 2017.02.07 Core * [extractor/common] Fix audio only with audio group in m3u8 (#11995) + [downloader/fragment] Respect --no-part * [extractor/common] Speed-up HTML5 media entries extraction (#11979) Extractors * [pornhub] Fix extraction (#11997) + [canalplus] Add support for cstar.fr (#11990) + [extractor/generic] Improve RTMP support (#11993) + [gaskrank] Add support for gaskrank.tv (#11685) * [bandcamp] Fix extraction for incomplete albums (#11727) * [iwara] Fix extraction (#11781) * [googledrive] Fix extraction on Python 3.6 + [videopress] Add support for videopress.com + [afreecatv] Extract RTMP formats version 2017.02.04.1 Extractors + [twitch:stream] Add support for player.twitch.tv (#11971) * [radiocanada] Fix extraction for toutv rtmp formats version 2017.02.04 Core + Add --playlist-random to shuffle playlists (#11889, #11901) * [utils] Improve comments processing in js_to_json (#11947) * [utils] Handle single-line comments in js_to_json * [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filter Extractors + [piksel] Add another app token pattern (#11969) + [vk] Capture and output author blocked error message (#11965) + [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373, #11800) + [drtv] Add support for live and radio sections (#1827, #3427) * [myspace] Fix extraction and extract HLS and HTTP formats + [youtube] Add format info for itag 325 and 328 * [vine] Fix extraction (#11955) - [sportbox] Remove extractor (#11954) + [filmon] Add support for filmon.com (#11187) + [infoq] Add audio only formats (#11565) * [douyutv] Improve room id regular expression (#11931) * [iprima] Fix extraction (#11920, #11896) * [youtube] Fix ytsearch when cookies are provided (#11924) * [go] Relax video id regular expression (#11937) * [facebook] Fix title extraction (#11941) + [youtube:playlist] Recognize TL playlists (#11945) + [bilibili] Support new Bangumi URLs (#11845) + [cbc:watch] Extract audio codec for audio only formats (#11893) + [elpais] Fix extraction for some URLs (#11765)
2017-02-18Fix missing include.joerg2-1/+14
2017-02-17Missing include.joerg2-1/+14
2017-02-17Add missing includes.joerg3-1/+27
2017-02-17Add missing include. Use old ImageMagick for the gps option.joerg3-3/+16
2017-02-16Bump PKGREVISION for py-automat dependency.wiz1-1/+2
2017-02-16Added devel/py-automat dependencyadam1-1/+2
2017-02-16Remove patch after update (not in distinfo)wiz1-41/+0
2017-02-15Needs py-setuptools_scm.joerg1-1/+2
2017-02-14Add missing include.joerg2-4/+12
2017-02-14Update python 3.x status after py-twisted now supports 3.x.wiz3-6/+7