summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06Comment out dead sites.wiz14-34/+34
2017-09-06Follow some redirects.wiz8-19/+19
2017-09-05Add ruby-pcaprubminskim1-1/+2
2017-09-05Import ruby-pcaprub-0.12.4 as net/ruby-pcaprubminskim4-0/+46
libpcap bindings for ruby with Ruby1.8, Ruby1.9, Ruby 2.x.
2017-09-04Update some URLs.wiz3-6/+6
2017-09-04Updated package to latest version, 4.1.4, and made some changes to cmxsjaapb4-46/+50
generation (some double work going on there). Changes include: 2017-08-14 Gerd Stolpmann <gerd@gerdbook.fritz.box> * Release 4.1.4 * Fix: incompatibility for OCaml < 4.03 because of -opaque 2017-08-05 Gerd Stolpmann <gerd@gerdbook.fritz.box> * Release 4.1.3 * Building modules with -opaque flag when we don't install the cmx file * Fix: incompatbility with OCaml-4.05 (O_KEEPEXEC flag) * Fix: the local cppo built has been made compatible with -safe-string
2017-09-041.11.145adam3-8/+13
api-change:ssm: Update ssm command to latest version api-change:mobile: Update mobile command to latest version api-change:gamelift: Update gamelift command to latest version
2017-09-041.4.7adam2-7/+7
enhancement:botocore: Raised minor version dependency for botocore
2017-09-04Follow some redirects.wiz14-28/+28
2017-09-040.1.11adam2-7/+7
bugfix:TransferManager: Properly handle unicode exceptions in the context manager.
2017-09-041.7.3adam3-8/+11
api-change:ssm: Update ssm client to latest version api-change:mobile: Update mobile client to latest version api-change:gamelift: Update gamelift client to latest version 1.7.2 api-change:codebuild: Update codebuild client to latest version api-change:ec2: Update ec2 client to latest version api-change:elbv2: Update elbv2 client to latest version api-change:lex-models: Update lex-models client to latest version 1.7.1 api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:organizations: Update organizations client to latest version 1.7.0 api-change:ec2: Update ec2 client to latest version feature:Waiter: Expose configurable waiter interface api-change:config: Update config client to latest version
2017-09-04Comment out dead sites.wiz17-37/+37
2017-09-04Updated wireshark to 2.2.9.wiz2-7/+7
Bug Fixes The following vulnerabilities have been fixed: * [1]wnpa-sec-2017-38 MSDP dissector infinite loop ([2]Bug 13933) * [3]wnpa-sec-2017-39 Profinet I/O buffer overrun ([4]Bug 13847) * [5]wnpa-sec-2017-41 IrCOMM dissector buffer overrun ([6]Bug 13929) The following bugs have been fixed: * Confusing "Apply a display filter <Command/>" keyboard shortcut. ([7]Bug 12450) * VNC Protocol disector : Framebuffer Updates. ([8]Bug 13910) * DNS LOC RRs with out-of-range longitude or latitude aren't shown as errors. ([9]Bug 13914) * DIS Dissector Entity Appearance Record displayed in wrong location. ([10]Bug 13917) * Win64 CMake bug - (CYGWIN_INSTALL_PATH redefinition) causing missing packages when using CMake 3.9.0. ([11]Bug 13922) * APL records parsed incorrectly for IPv4 prefixes. ([12]Bug 13923) * TCAP SRT Analysis incorrectly matched TCAP begins and ends. ([13]Bug 13926) * E.212: Check length before trying 3-digits MNC. ([14]Bug 13935) * Crash in Wireshark using Dumper:dump() from Lua. ([15]Bug 13944) * GTPv2 - decoding issue for Packet Flow ID (type 123). ([16]Bug 13987) * [oss-fuzz] BGP memleak: ASAN: 276 byte(s) leaked in 5 allocation(s). ([17]Bug 13995) * Some Infiniband Connect Req fields are not decoded correctly. ([18]Bug 13997) * 802.11 wlan.ft.subelem.r0kh_id should be sequence of bytes. ([19]Bug 14004) Updated Protocol Support APL, BGP, DIS, DNS, E.212, GTPv2, IEEE 802.11, InfiniBand, MSDP, MTP2, pcapng MIME, Profinet I/O, SML, TCAP, and VNC
2017-09-04Updated p5-Net-DNS to 1.12.wiz2-7/+7
**** 1.12 Aug 18, 2017 Fix rt.cpan.org #122586 Persistent UDP reports false timeouts Fix rt.cpan.org #122352 bgsend(): TCP retry can stall for IO::Socket::IP before 0.38 Feature CDS / CDNSKEY: Implement RFC8078 erratum 5049.
2017-09-04Update Radicale2 to 2.1.5prlw12-7/+7
2.1.5 - Wild Radish ------------------- This release is compatible with version 2.0.0. * Add ``--verify-storage`` command-line argument * Allow comments in the htpasswd file * Don't strip whitespaces from user names and passwords in the htpasswd file * Remove cookies from logging output * Allow uploads of whole collections with many components * Show warning message if server.timeout is used with Python < 3.5.2
2017-09-04+ gallery-dlleot1-1/+2
2017-09-04Import gallery-dl-0.9.1 as net/gallery-dlleot5-0/+353
gallery-dl is a command-line program to download image galleries and image collections from several image hosting sites. Originally packaged in pkgsrc-wip by myself.
2017-09-03Update net/youtube-dl to 2017.09.02leot2-7/+7
Changes: 2017.09.02 ---------- Extractors * [youtube] Force old layout for each webpage (#14068, #14072, #14074, #14076, #14077, #14079, #14082, #14083, #14094, #14095, #14096) * [youtube] Fix upload date extraction (#14065) + [charlierose] Add support for episodes (#14062) + [bbccouk] Add support for w-prefixed ids (#14056) * [googledrive] Extend URL regular expression (#9785) + [googledrive] Add support for source format (#14046) * [pornhd] Fix extraction (#14005) 2017.08.27.1 ------------ Extractors * [youtube] Fix extraction with --youtube-skip-dash-manifest enabled (#14037) 2017.08.27 ---------- Core + [extractor/common] Extract height and format id for HTML5 videos (#14034) * [downloader/http] Rework HTTP downloader (#506, #809, #2849, #4240, #6023, #8625, #9483) * Simplify code and split into separate routines to facilitate maintaining * Make retry mechanism work on errors during actual download not only during connection establishment phase * Retry on ECONNRESET and ETIMEDOUT during reading data from network * Retry on content too short * Show error description on retry Extractors * [generic] Lower preference for extraction from LD-JSON * [rai] Fix audio formats extraction (#14024) * [youtube] Fix controversy videos extraction (#14027, #14029) * [mixcloud] Fix extraction (#14015, #14020) 2017.08.23 ---------- Core + [extractor/common] Introduce _parse_xml * [extractor/common] Make HLS and DASH extraction in_parse_html5_media_entries non fatal (#13970) * [utils] Fix unescapeHTML for misformed string like "&a&quot;" (#13935) Extractors * [cbc:watch] Bypass geo restriction (#13993) * [toutv] Relax DRM check (#13994) + [googledrive] Add support for subtitles (#13619, #13638) * [pornhub] Relax uploader regular expression (#13906, #13975) * [bandcamp:album] Extract track titles (#13962) + [bbccouk] Add support for events URLs (#13893) + [liveleak] Support multi-video pages (#6542) + [liveleak] Support another liveleak embedding pattern (#13336) * [cda] Fix extraction (#13935) + [laola1tv] Add support for tv.ittf.com (#13965) * [mixcloud] Fix extraction (#13958, #13974, #13980, #14003)
2017-09-03Update some HOMEPAGEs.wiz6-12/+12
2017-09-03Follow some redirects.wiz22-49/+49
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz14-31/+32
2017-09-03Comment out dead HOMEPAGE link (project removed from CPAN, should we remove ↵wiz1-3/+2
it too?)
2017-09-03Update mikutter to 3.5.11.tsutsui3-22/+7
Upstream changes: - crash on startup if develop version (3.6) is never used
2017-08-31+ p5-Net-Patricialeot1-1/+2
2017-08-31Import p5-Net-Patricia-1.22 as net/p5-Net-Patricialeot3-0/+29
This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. Packaged by Thomas Merkel and patches provided via NetBSD/pkgsrc pullup request #15.
2017-08-31add and enable ↵jnemeth1-1/+14
freeradius-{freetds,iodbc,krb5,ldap,memcached,mysql,perl,pgsql,python,rest,sqlite3,unixodbc,yubikey}
2017-08-29Update glib-networking to 2.50.0prlw14-27/+10
Highlight: * gnutls: Fixed an infinite loop if a server sent two identical copies of its CA certificate [#765317, Carlos Garcia Campos]
2017-08-29Remove references to NetBSD 0-3.wiz1-6/+2
2017-08-29Update to 1.22wen2-8/+7
Upstream changes: 1.22 August 15, 2017 ! Noindex URI::tcp module [github/JaSei] ! Correct the soap namespace declaration when calling services defined in WSDL [github/waaeer] ! Fix typos [github/kmhl]
2017-08-28Add a patch to make this build on NetBSD again.he2-1/+23
The hack to let lib/bsd-list.h substitute for <sys/queue.h> and prevent the latter's processing fails miserably on NetBSD, because on NetBSD, <net/if.h> requires the TAILQ_* macros which are not defined in lib/bsd-list.h. No PKGREVISION bump since this is a build fix only.
2017-08-28Add two patches to provide conditional compat define for RTF_LLINFO,he3-1/+35
for the benefit of netbsd-8 ++. No PKGREVISION bump, this is a build fix only. OK'ed by bouyer@.
2017-08-26Update mikutter to 3.5.10.tsutsui4-12/+27
pkgsrc changes: - add a patch for workaround for upstream Redmine ticket #1064 - update dependencies per upstream Gemfile Upstream changes: - error messages about ja_KS locale on startup - restrict version of Deferred to avoid issue on the latest one - fix typo - new functions for UserConfig - trigger 'userconfig_modify' events when UserConfig values are updated - abandon use of UserConfig.connect to avoid memory leak on some error paths - crash in some case if actual timeline is not created - specify gtk2 3.1.8
2017-08-26Update net/freeradius to 3.0.15.fhajny69-688/+1330
Based on a PR from @coyhile (https://github.com/joyent/pkgsrc/issues/18). Splits modules with external dependencies into separate packages. The 1.1.x branch was EOL'd in 2008. No upgrade guide from 1.1.x to 3.0.x seem to exist. Summary of improvements in 3.x: - Moved configuration entries in radiusd.conf to make more sense. - Added the "integer64" and "ipv4prefix" data types. - Added RADIUS over TLS (i.e. RadSec). See raddb/sites-available/tls. - Updated internal API to support new attributes and formats. - Added code to send SNMP Traps. See raddb/trigger.conf. - Added preliminary support for Apple's Grand Central Dispatch. - Added provisions for raddb/dictionary.local, for local changes See raddb/dictionary for more details. - Added packet/s tracking. See max_pps in the "listen" section. - The %{} expansions and "unlang" conditions are now parsed at server start. Descriptive errors are produced for syntax and format errors. - Casting is now supported for "unlang" comparisons. See "man unlang" e.g. <ipaddr>127.0.0.1 == Framed-IP-Address. - Direct comparison of attribute references is now supported e.g. &Foo == &Bar. This avoids stringification of the attributes. - Direct assignment of attributes is now supported e.g. Foo := &Bar. It also works for "octets" data types. - Comparisons of IPv4 and IPv6 prefixes are now supported The "<" operator means "within the prefix" for comparisons. - New sha1 xlat expansion (thanks to Alan Buxey). - Colourised log messages when logging to stdout. Look for yellow warnings and red errors. Doing this will save you a LOT of grief. - If the PCRE library is available, use it (insted of the POSIX functions) to process regular expressions (thanks to Phil Mayers). - -xv now displays all the features the server was built with, and the versions of the core libraries (libtalloc, libssl). Summary of improvements in 2.x: - simple policy language (see "man unlang") - virtual servers ("raddb/sites-available/README") - IPv6 support - better proxy support ("raddb/proxy.conf") - More EAP types - Debugging output should be <em>much</em> easier to understand - VMPS support - More modules have been moved to "stable" status (python, etc.) - SQL configuration has been cleaned up (see "raddb/sql/*") - limited support for HUP. (The configuration for some modules is re-loaded on HUP. Nothing else is reloaded.) - check configuration and exit ("radiusd -C") - Server core is now event based (simpler, more powerful)
2017-08-25Don't overlap with libfilezilla.joerg3-1/+51
2017-08-25Sync PLIST with reality. Bump revision.joerg2-2/+6
2017-08-25Improve COMMENT lines and satisfy pkglint.jperkin2-4/+4
2017-08-25Remove trailing empty lines.jperkin2-4/+2
2017-08-25Fix formatting of go DESCR files. Some of the contents still leave a lot to bejperkin1-1/+2
desired.
2017-08-24Omit the insistence on -latomic on mips and powerpc if we're on NetBSD.he3-1/+72
No PKGREVISION bump, no change for other platforms, and this is a build fix for those affected by the problem.
2017-08-24Revbump for boost updateadam34-65/+68
2017-08-24Revbump for boost updateadam4-8/+8
2017-08-24Don't redefine strlcpy on platforms which already have it, and addjperkin3-3/+22
license. Submitted by Thomas Merkel in NetBSD/pkgsrc#11. Bump PKGREVISION for the LICENSE change.
2017-08-23net/btget: Fix typos in description file.jlam1-3/+3
2017-08-22Update net/dnsdist to 1.2.0.fhajny4-45/+14
- fix for CVE-2016-7069 and CVE-2017-7557. - applying rules on cache hits - addition of runtime changeable rules that matches IP address for a certain time: TimedIPSetRule - SNMP support, exporting statistics and sending traps - preventing the packet cache from ageing responses when deployed in front of authoritative servers - TTL alteration capabilities - consistent hash results over multiple deployments - exporting CNAME records over protobuf - tuning the size of the ringbuffers used to keep track of recent queries and responses - various DNSCrypt-related fixes and improvements, including automatic key rotation Full changelog: https://dnsdist.org/changelog.html
2017-08-22Find a suitable make program on SunOS.jperkin1-1/+6
2017-08-22Added dependency on py-cffi; PLIST fix; bump revisionadam2-2/+5
2017-08-22Define _OPENBSD_SOURCE to build sane binary on NetBSD suggested from joerg@.ryoon1-5/+4
Thank you. * Bump PKGREVISION
2017-08-21On NetBSD/amd64 8.0_BETA and 8.99.1 at least, reallocarray(3) in baseryoon1-1/+8
causes runtime error and it does not boot at all * Pass reallocarray as no for NetBSD * Bump PKGREVISION
2017-08-21Upgrade unbound to version 1.6.5.he2-7/+7
Upstream changes: 21 Aug 2017: Wouter - Fix install of trust anchor when two anchors are present, makes both valid. Checks hash of DS but not signature of new key. This fixes installs between sep11 and oct11 2017. - Tag 1.6.5
2017-08-20Update net/erlang-esip to 1.0.15.fhajny2-9/+9
Version 1.0.15 - Updating stun to version 1.0.14. - Updating fast_tls to version 1.0.15. Version 1.0.14 - Updating fast_tls to version 1.0.14. - Updating stun to version 1.0.13.