summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2020-09-07p5-SNMP-Info: update to 3.70.wiz2-8/+7
Version 3.70 (2019-10-15) [NEW FEATURES] * #361 Siemens Scalance switch support * #365 Ciena Layer3 support * #368 DOCSIS cable modem support [ENHANCEMENTS] * #350 ubiquiti version string cleanup (LBegnaud) * #352 duplex support for ciscosb * #353 report all vendor names in lowercase * #353 sprinkle "use warnings" and "use strict" around * #358 prefer checkpoint mib over net-snmp mib (earendilfr) * #359 detect newer ios-xe using codenames (Christoph Neuhaus) * #367 test using latest MIBs version dynamically * #370 smarter Q-BRIDGE handling * poe power usage & mac address for ciscosb [BUG FIXES] * #353 doc fixes: report all required mibs for each module as based on code * #353 include fixes: don't include modules already imported from parent classes * #355 fix #252, don't think 6char devices names are mac addresses * #363 clean return calls in code * #364 strip newline from neoteris os_ver, fixes netdisco #647 Version 3.68 (2019-04-28) [NEW FEATURES] * initial support for redlion cellular routers (inphobia) [ENHANCEMENTS] * use pulsesecure mib in layer7::neoteris instead of juniper-ive Version 3.67 (2019-04-20) [NEW FEATURES] * #323 initial Lenovo / cnos support (inphobia) * #317 #326 DOCSIS Head End support (Pyro3d) [ENHANCEMENTS] * add v3 Context update() tests for net-snmp 5.8+ * support INFO_TRACE and SNMP_TRACE environment variables for Debug * #324 clean up exinda and add regression test [BUG FIXES] * #294 snmp::info should show full class used * #297 perl 5.28 removal of "use vars" * #306 fix incorrect interfaces for d-link * #319 make fortinet return a useful interface name (inphobia) * #320 improve duplicate interfaces() fixup * #321 clean interface descriptions of null and trailing space * #322 #327 full fix for aerohive tests * #325 lazy load legacy RFC1213-MIB only if needed * #496 fix for aerohive wireless clients support (inphobia) Version 3.66 (2019-03-24) [NEW FEATURES] * #316 add support for IS-IS routing protocol (pyro3d) [ENHANCEMENTS] * switch to Alien::SNMP for travis builds (ollyg) [BUG FIXES] * clarify MRO usage Version 3.65 (2019-02-24) [ENHANCEMENTS] * #296 expand CiscoAgg to also include LACP (inphobia) * #308 update VyOS enterprise OID * #310 bring layer3::oneaccess up to date for oneos6. (inphobia) * Add two more HP 2930F models (JeroenvIS) [BUG FIXES] * #295 make CiscoAgg return ifindex instead of bp_index (inphobia) * more documentation fixes + whitespace cleanup in all files
2020-09-07p5-RT-Client-REST: update to 0.60.wiz2-8/+7
0.60 Wed May 6 2020 "Dean Hamstead" <dean@fragfest.com.au> - PR#25 GH#23 Fix get_attachments_metadata - PR#24 GH#22 Fix get_attachments_metadata 0.59 Mon May 4 2020 "Dean Hamstead" <dean@fragfest.com.au> - Worked around what appears to be a bug in PodChecker in perl 5.20 - Adjusted travis and dist.ini - No functional changes 0.58 Thu Apr 30 2020 "Dean Hamstead" <dean@fragfest.com.au> - RT118729 correct bug when "not set" is in textA - PR#19 Report UA, URI, and better errors when you opt in. Thanks @melmothx 0.57 Tue Apr 28 2020 "Dean Hamstead" <dean@fragfest.com.au> - PR#21 Add SLA and SLADisabled attributes which appeared in RT 4.4.3
2020-09-07p5-NetAddr-MAC: update to 0.97.wiz2-8/+8
0.97 2020-06-28 - Set minimum perl version to 5.10 - No other changes
2020-09-07p5-Net-SFTP-Foreign: update to 1.91.wiz2-8/+7
1.91 Jun 24, 2020 - ls was not handling the queue size correctly in some cases. - Some file types were being incorrectly identified (bug report and patch by balakine, #gh16). - Some documentation typos corrected (reported by Felix Ostmann, #gh15).
2020-09-07p5-Net-IPv6Addr: update to 1.01.wiz2-8/+8
1.01 2020-06-20 * Documentation revisions 1.0 2020-06-18 * Stricter requirements for base 85 addresses
2020-09-07p5-Net-GitHub: update to 1.01.wiz2-8/+7
1.01 2020-04-23 08:32:57 CST - Add 'repos' to Orgs (atoomic) - Basic generic iterator (atoomic) 1.00 2020-04-22 08:59:14 CST - Basic GitHub actions API calls (atoomic)
2020-09-07p5-Net-Frame-Dump: update to 1.18.wiz2-8/+7
1.18 Fri 1 May 10:43:36 CEST 2020 - new: Dump: filterCodeOptimize setting to enable pcap filter optimizer (requirement for long pcap filters, for instance). Off by default. - update: copyright notice
2020-09-07p5-Net-DNS: update to 1.26.wiz2-8/+7
**** 1.26 Aug, 6, 2020 Add HTTPS/SVCB packages. Fix rt.cpan.org #132921 EDNS OPT handling **** 1.25 Jun 26, 2020 Parsing of TSIG keyfiles made more robust. **** 1.24 May 27, 2020 Accept TSIG key generated by BIND tsig-keygen. Add Net::DNS::RR::AMTRELAY package.
2020-09-07p5-Net-Amazon-S3: update to 0.91.wiz2-8/+9
0.91 2020-08-19 23:25 +0 - fix regressions introduced by 0.90 - undeclared dependency - broken usage of hashref argument in N:A:S3 construction 0.90 2020-08-18 16:00 +0 - Support intelligent_tiering, glacier, and deep_archive storage classes (thanks Sherwin Daganato) - Object availability predicate (thanks Emanuele Tomasi) - fix default region handling (#77, #78, #80) - new authentication context architecture See Net::Amazon::S3::Authorization::IAM for future incompatiblity warning
2020-09-07p5-Danga-Socket: update to 1.62.wiz2-11/+10
1.62 -- Fixed rt21751: test hangs on MSWin32 (Andy Melnikov) -- Fixed rt34188: Tests use perlbal management port - so fail if perlbal running (Andy Melnikov) -- Fixed rt129487: epoll: fix misordered EPOLL_CTL_DEL call (Eric Wong, e@80x24.org> -- Fixed rt129724: set close-on-exec flag on epoll descriptors (Eric Wong) -- Fixed rt88518: typo fixes (dsteinbrunner@pobox.com) -- Fixed rt85715: IPv6 support for local_ip_string (ROBN@cpan.org) -- Fixed rt129484: deal with EINTR in IO::Poll path -- Fixed rt72670: simple optimization by caching pack (nicolas.rochelemagne@cpanel.net, bitcard@miuku.net)
2020-09-06syncthing: hardcode Go 1.14 for now, bump revisionbsiegert1-2/+5
syncthing builds with Go 1.15 but panics on startup, which is why my bulk build has not found this. This will be fixed in the next upstream version. Discussed with tnn@ and gdt@
2020-09-06Update to dhcpcd-9.2.0 with the following changes:roy2-7/+7
* route: ensure IPv4LL routes come last in priority * DHCP: fix many issues with extending the last lease * privsep: don't read control group from config in privsep * privsep: only the master process responds to signals * privsep: use a socketpair for stderr/stdin rather than dupping /dev/null * privsep: right limit stdin/stderr/stdout * privsep: dumping a lease is now run in a sandbox * options: check if kernel supports INET or INET6 before enabling default * options: let clientid override a prior duid * options: allow -1 to represent infinity for requested lease time * dhcpcd: fix a crash initing a new interface after route overflow * Linux: fix reading the IPv6 forwarding proc entry
2020-09-06youtube-dl: Update to 20200906leot3-25/+77
pkgsrc changes: * Update patch for the [rai] extractor (only related to tests) Changes: 20200906 -------- Core + [utils] Recognize wav mimetype (#26463) Extractors * [nrktv:episode] Improve video id extraction (#25594, #26369, #26409) * [youtube] Fix age gate content detection (#26100, #26152, #26311, #26384) * [youtube:user] Extend URL regular expression (#26443) * [xhamster] Improve initials regular expression (#26526, #26353) * [svtplay] Fix video id extraction (#26425, #26428, #26438) * [twitch] Rework extractors (#12297, #20414, #20604, #21811, #21812, #22979, #24263, #25010, #25553, #25606) * Switch to GraphQL + Add support for collections + Add support for clips and collections playlists * [biqle] Improve video ext extraction * [xhamster] Fix extraction (#26157, #26254) * [xhamster] Extend URL regular expression (#25789, #25804, #25927))
2020-09-04*: remove p5-autodie, part of perlwiz2-6/+4
2020-09-04*: remove p5-Test-Simple, part of perlwiz1-4/+2
2020-09-04*: remove p5-Term-ReadLine, part of perlwiz1-3/+2
2020-09-04*: remove p5-Sys-Syslog, part of perlwiz1-3/+2
2020-09-04*: remove p5-Module-Load, part of perlwiz1-3/+2
2020-09-04*: remove p5-IO-Zlib, part of perlwiz1-2/+1
2020-09-04*: remove p5-Getopt-Long, part of perlwiz2-6/+4
2020-09-04*: remove p5-File-Path, part of perlwiz1-3/+2
2020-09-04p5-RPC-XML: remove p5-Compress-Raw-Zlib, part of perlwiz1-6/+2
2020-09-04*: remove dependency on p5-Archive-Tar, which is part of perlwiz2-8/+3
2020-09-04*: remove p5-Digest-MD5 dependencywiz2-5/+3
Digest::MD5 has been part of perl since 2006 or so
2020-09-04*: remove references to p5-Encodewiz1-3/+2
Encode has been part of perl since ~forever
2020-09-03net/bind916: Explicitly disable lmdb with lmdb option unsetotis1-1/+3
Disable lmdb explicitly to instruct configure to not look for lmdb at all.
2020-09-03Revbump all Go packages after default Go version was changed to 1.15.1bsiegert22-43/+44
2020-09-01net/bind914: remove packagetaca45-2285/+0
Remove bind914 package since it is EOL, May, 2020.
2020-09-01net/Makefile: remove bind914taca1-2/+1
2020-09-01dbip-country-lite: update to 2020-09.fcambus2-8/+8
No upstream ChangeLog.
2020-09-01dbip-city-lite: update to 2020-09.fcambus2-8/+8
No upstream ChangeLog.
2020-09-01dbip-asn-lite: update to 2020-09.fcambus2-8/+8
No upstream ChangeLog.
2020-09-01*: comment out p5-Time-HiRes dependency, part of perlwiz1-3/+3
2020-09-01*: switch to versioned_dependencies for py-rsawiz1-2/+3
2020-08-31*: switch to versioned_dependencies.mk for py-setuptoolswiz6-13/+21
2020-08-31*: bump PKGREVISION for perl-5.32.wiz212-393/+424
2020-08-31gallery-dl: Update to 1.14.5leot2-7/+7
Changes: 1.14.5 ------ ### Additions - [aryion] add username/password support (#960) - [exhentai] add ability to specify a custom image limit (#940) - [furaffinity] add `search` extractor (#915) - [imgur] add `search` and `tag` extractors (#934) ### Fixes - [500px] fix extraction and update URL patterns (#956) - [aryion] update folder mime type list (#945) - [gelbooru] fix extraction without API - [hentaihand] update to new site layout - [hitomi] fix redirect processing - [reddit] handle deleted galleries (#953) - [reddit] improve gallery extraction (#955)
2020-08-30add support for both blacklist and blocklistchristos5-32/+198
2020-08-30net/spread: Add \todo to deal with LICENSEgdt1-1/+4
This is slightly tricky because the license is BSDish with extra terms, and I'd give even odds Debian is or isn't ok with it. (I don't see any reason to set NO_*_ON_*.)
2020-08-30unifi: update to 5.14.23 for two bugfixestnn3-3559/+3564
Remove false positive errors from controller logs. Fix overlapping firewall rule ID with port forward and DPI blocking enabled.
2020-08-28Update to 0.11.6 (as 0.999.11.6). No changelog, but changes are supposedschmonz2-7/+7
to match those of ucspi-tcp6 1.11.6, so: - Fixed problem for sslserver binding to local IPv4 addresses. Improved selection of IP addresses given the user flags -4/-6 and none. - Improved sslclient's binding given several hostnames available in DNS.
2020-08-28Update to 1.11.6. From the changelog:schmonz2-7/+7
- Fixed problem for tcpserver binding to local IPv4 addresses. Improved selection of IP addresses given the user flags -4/-6 and none. - Improved tcpclient's binding given several hostnames available in DNS.
2020-08-28Update to 15a. From the changelog:schmonz2-7/+7
- Again, changes for dns_ipq.c concerning return codes. Should have only impact in case using DJB's qualification format. - Documentation and man page fixes for DNS stub resolver. - GCC 10 linker warning for external 'ipv4socket' solved.
2020-08-27net/netcat6: Fix -t short option lost from optstring.uwe4-3/+66
Don't mix AI_NUMERICHOST and AI_ADDRCONFIG. Bump PKGREVISION.
2020-08-27chrony: update to 3.5.1.hannken2-8/+7
New in version 3.5.1 ==================== Security fixes -------------- * Create new file when writing pidfile (CVE-2020-14367)
2020-08-24grpc: update to 1.31.1.wiz2-7/+7
This release is a patch specifically for the Ruby bindings, which adds two backported PRs: Backport "Ruby: use absolute module name for request/response namespaces" to 1.31.x (#23830) Backport "Copy channel args hash before appending ruby user agent" to 1.31.x (#23826)
2020-08-24py-tldextract: needs setuptools-scm as build dependencytnn1-2/+2
also does not need setuptools as runtime dependency
2020-08-24mate*: remove unintentional linkage against pkgsrc gettext-libsgutteridge1-2/+2
As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/ Makefile.common r. 1.10 expressed this tool dependency using USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the build environment as well, which some MATE packages then linked against, but gettext-libs didn't end up being declared as a run-time dependency, so binary package installations were broken (with the workaround of manually installing the undeclared gettext-libs dependency). Express this dependency differently, so GNU msgfmt is used as a tool without exposing pkgsrc gettext-libs. (The pkgsrc tooling infrastruture could be altered to provide a distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others. Here I'm just immediately concerned with fixing this packaging issue.) Addresses PR pkg/55503 by Jay Patel.
2020-08-23net/bind916: update to 9.16.5taca4-51/+28
Update bind916 to 9.16.5 (BIND 9.16.5). --- 9.16.5 released --- 5458. [bug] Prevent a theoretically possible NULL dereference caused by a data race between zone_maintenance() and dns_zone_setview_helper(). [GL #1627] 5455. [bug] named could crash when cleaning dead nodes in lib/dns/rbtdb.c that were being reused. [GL #1968] 5454. [bug] Address a startup crash that occurred when the server was under load and the root zone had not yet been loaded. [GL #1862] 5453. [bug] named crashed on shutdown when a new rndc connection was received during shutdown. [GL #1747] 5452. [bug] The "blackhole" ACL was accidentally disabled for client queries. [GL #1936] 5451. [func] Add 'rndc dnssec -status' command. [GL #1612] 5449. [bug] Fix a socket shutdown race in netmgr udp. [GL #1938] 5448. [bug] Fix a race condition in isc__nm_tcpdns_send(). [GL #1937] 5447. [bug] IPv6 addresses ending in "::" could break YAML parsing. A "0" is now appended to such addresses in YAML output from dig, mdig, delv, and dnstap-read. [GL #1952] 5446. [bug] The validator could fail to accept a properly signed RRset if an unsupported algorithm appeared earlier in the DNSKEY RRset than a supported algorithm. It could also stop if it detected a malformed public key. [GL #1689] 5444. [bug] 'rndc dnstap -roll <value>' did not limit the number of saved files to <value>. [GL !3728] 5443. [bug] The "primary" and "secondary" keywords, when used as parameters for "check-names", were not processed correctly and were being ignored. [GL #1949] 5441. [bug] ${LMDB_CFLAGS} was missing from make/includes.in. [GL #1955] 5440. [test] Properly handle missing kyua. [GL #1950] 5439. [bug] The DS RRset returned by dns_keynode_dsset() was used in a non-thread-safe manner. [GL #1926]
2020-08-22Update gh (github cli) to 0.11.1.bsiegert3-290/+809
NOTE: This is also an example how you replace a non-working version of a module dependency with a working one, see the patch to go.mod. v0.11.1 * Enable custom color themes with the GLAMOUR_STYLE environment variable # 1411 * Fix printing network error in case for failed HTTP requests #1382 * Fix creating gists from stdin with argument #1383 * Correctly report HTTP and Markdown errors in repo view #1403 * Automatically adapt Markdown rendering for light terminal backgrounds #1402 * Enable adding to GO_LDFLAGS without having to replace them all #1379 * gh pr command scriptability improvements #1373 * gh repo command scriptability improvements #1388 * Misc. scriptability improvements #1387 v0.11.0 * Add support for ?shell? aliases #1191 * Add --milestone and --mention filters to gh issue list #644 * Add --web flag to gh issue/pr list #1282 * Add gh api --silent flag to avoid printing HTTP response #1283 * Print issue/PR title in confirmation messages from gh issue close/reopen and gh pr close/reopen #1337 * Scriptability improvements for gh issue list/view/create commands #1343 * gh pr checkout now prevents flag injection to git checkout via maliciously crafted head branch name #1365 * gh pr checkout OWNER:BRANCH now avoids clashes with the default branch of a repository #1365 * gh pr merge now gracefully handles when the merged branch is auto-deleted on the server per repository settings #1279 * Avoid crash in gh issue close/reopen when issue number is invalid #1328 * Support hosts.yml existing while config.yml does not #1304 * Raise more informative filesystem path error after failing to read or create the config file #1295 * Avoid warning about missing read:org OAuth scope if the authenticating token has admin:org #1359 * Improve support for legacy issue and pull request template names #1366 * Document supported environment variables #1370 * Remove the -R, --repo flag mention from commands where it's not applicable #1253 * Add VS Code example to gh config set documentation #1301