summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2020-04-21net/Makefile: + unison-snapshot.wiz1-1/+2
2020-04-21net/unison-snapshot: import unison-2.51.2.20200221wiz5-0/+86
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. This package contains a snapshot of the git repository to get bugfixes not in the latest release.
2020-04-21unison2.51: remove direct inclusion of gtk2, brought in by ocaml-lablgtk nowwiz1-3/+2
2020-04-21(net/p5-WebService-MusicBrainz) Updated 1.04 to 1.05mef2-8/+7
ChangeLog does not record recent 1.04 -> 1.05 Change, just t/Area.t update ?
2020-04-21(net/p5-Net-Amazon-S3) Updated 0.85 to 0.89mef2-8/+7
0.89 Tue 11 Feb 2020 20:26:26 - fix signature v4 test (Ali Zia) 0.88 Sat 1 Feb 2020 21:29:52 - Allow passing headers from client to InitiateMultipartUpload request (Ali Zia) - sign uri with iam role (kuriyama) - Canned ACLs updated (ratsbane) 0.87 Mon 9 Dec 2019 19:53:42 GMT - Time::Piece fix from Eden Crane - eu-north-1 region (happy-barney) - drop hardcoded V2 in ListAllMyBuckets (happy-barney) - Fix setting of S3 XML document namespace (michal-josef-spacek) 0.86 Fri 12 Apr 2019 13:38:10 BST - Retry bucket HEAD few times see #51 (thanks Branislav Zahradn«¿k) - Support server side encryption also in Net::Amazon::S3::Bucket (thanks Branislav Zahradn«¿k) - Use session token if specified in Signature V4 as well #43 (thanks Branislav Zahradn«¿k) - Add website_redirect_location (thanks Gavin Carr) - Make keep_alive cache size configurable (thanks Michael Schout) - Pod::Weaver fixes (thanks Florian Schlichting)
2020-04-21(net/p5-Test-DNS) Updated 0.13 to 0.203mef2-10/+9
(pkgsrc) - Convert p5-Test-Deep-[0-9] from BUILD_DEPENDS to DEPENDS (packaging process shows as Runtime requirement) (upstream) 0.203 2019-04-22 19:49:38+03:00 Asia/Jerusalem - GH #3: Add the exact dependency as a module. (Mohammad S Anwar) 0.202 2019-04-22 16:40:55+03:00 Asia/Jerusalem - GH #2: Missed cpanfile. (Thanks, Slaven Rezić!) 0.201 2019-03-03 15:03:41+02:00 Asia/Jerusalem - Removed Set::Object dependency. (Should fix tests.) 0.200 2019-03-02 23:41:37+02:00 Asia/Jerusalem - All attributes are now immutable. If you need to change anything (nameservers, the object, even the follow_cname flag), create a new instance. Sorry and thank you. - Only provide nameservers when they are specified. (Otherwise, it won't look in /etc/resolv.conf.) - Allow user to provide their own test names. - Test methods now provide a proper, hopefully meaningful return value. - Simplify code considerably, make much more readable. - Updating DNS records.
2020-04-21Update to dhcpcd-9.0.2 with the following changes:roy2-7/+7
* Control sockets are not opened in test mode * privsep: no longer aborts if protocol not available * inet6: Don't regen temporary addresses without a state * inet6: Reduce RA log spam * dhcp6: Don't log when things consitently fail * inet6: Add temporary directive to slaac option [1] * Ensure current interface flags persist when setting a flag * DHCP via BPF is now aligned correctly * CMSG buffers are now aligned correctly * hostnames are no longer clobbered when being forced and a RA is recieved [1] dhcpcd no longer looks at any possible kernel settings when deciding to manage IPv6 temporary addresses or not. You now instruct dhcpcd to do this in dhcpcd.conf. Playing whack-a-mole with various kernel knobs wasn't fun and some OS's have or are removing RA and thus temporary address managemnt from the kernel so said knobs are no longer there.
2020-04-20net: Add rcloneleot1-1/+2
2020-04-20rclone: Import rclone-1.51.0 as net/rcloneleot6-0/+83
Rclone is a command line program to sync files and directories to and from: Amazon Drive, Amazon S3, Backblaze B2, Box, Ceph, DigitalOcean Spaces, Dreamhost, Dropbox, FTP, Google Cloud Storage, Google Drive, HTTP, Hubic, Memset Memstore, Microsoft Azure Blob Storage, Microsoft OneDrive, Minio, Nextcloud, OVH, Openstack Swift, Oracle Cloud Storage, Owncloud, pCloud, put.io, QingStor, Rackspace Cloud Files, SFTP, Wasabi, WebDAV, Yandex Disk, The local filesystem Features: - MD5/SHA1 hashes checked at all times for file integrity - Timestamps preserved on files - Partial syncs supported on a whole file basis - Copy mode to just copy new/changed files - Sync (one way) mode to make a directory identical - Check mode to check for file hash equality - Can sync to and from network, eg two different cloud accounts - Optional encryption (Crypt) - Optional cache (Cache) - Optional FUSE mount (rclone mount) Packaged in pkgsrc-wip by myself and <yhardy>.
2020-04-20Upgrade to 1.3.6c:christos3-9/+8
1.3.6c --------- + Fixed regression in directory listing latency (Issue #863). + Detect OpenSSH-specific formatted SFTPHostKeys, and log hint for converting them to supported format. + Fixed use-after-free vulnerability during data transfers (Issue #903). + Fixed out-of-bounds read in mod_cap by updating the bundled libcap (Issue #902). 1.3.6b --------- + Fixed pre-authentication remote denial-of-service issue (Issue #846). + Backported fix for building mod_sql_mysql using MySQL 8 (Issue #824). 1.3.6a --------- + Fixed symlink navigation (Bug#4332). + Fixed building of mod_sftp using OpenSSL 1.1.x releases (Issue#674). + Fixed SITE COPY honoring of <Limit> restrictions (Bug#4372). + Fixed segfault on login when using mod_sftp + mod_sftp_pam (Issue#656). + Fixed restarts when using mod_facl as a static module.
2020-04-20glib-networking: update to 2.64.2.wiz2-7/+7
2.64.2 - April 14, 2020 ======================= - Reenable TLS 1.0/1.1 protocols due to COVID-19. - Fix build warning on Windows.
2020-04-20Fix ctype use. Bump revision.joerg3-3/+17
2020-04-20Don't use a Twisted version that no longer exist.joerg2-4/+14
2020-04-20Use OpenSSL 1.1 interfaces.joerg2-1/+46
2020-04-18(.net/p5-NetPacket) Updated to 1.7.2mef2-8/+7
1.7.2 2019-07-20 [ DOCUMENTATION ] - fix typos. (GH#14) [ STATISTICS ] - code churn: 7 files changed, 121 insertions(+), 42 deletions(-)
2020-04-18(net/p5-Net-Libdnet6) Updated to 0.28mef3-26/+8
(pkgsrc) - Drop patch-Carp. It is inclueded now (upstream) 0.28 Thu 23 May 08:12:42 CEST 2019 - bugfix: use Carp => https://rt.cpan.org/Ticket/Display.html?id=114639 - update: copyright notice
2020-04-18(net/p5-Net-Ident) Updated to 1.25mef2-8/+7
1.25 Sat Jan 18 2020 - Enable github actions testing - Switch to README.md and point to testing status - Fix spelling typo provided by Debian project - Switch primary tracker to github issues - Remove META.yml from source control
2020-04-18(net/p5-Net-GitHub) Updated 0.95 to 0.99mef2-8/+7
0.99 2020-03-26 09:33:03 CST - Use named parameters in API requests #95 (atoomic) 0.98 2020-03-19 09:29:14 CST - rollback update_rate_limit since it requires permissions 0.97 2020-03-18 09:21:16 CST - Fetch rate limit if it is not set. (toddr) 0.96 2020-03-06 15:39:32 CST - add support for deprecation warnings #92 (grantm)
2020-04-18(net/p5-Net-Frame-Layer-ICMPv6) Updated to 1.11mef2-8/+7
1.11 Thu 23 May 07:51:04 CEST 2019 - bugfix: NF_ICMPv6_OPTION_SOURCELINKLAYERADDRESS => https://rt.cpan.org/Ticket/Display.html?id=105569 - update: copyright notice
2020-04-18(net/p5-Net-FTPSSL) Updated to 0.42mef2-8/+7
0.42 2019/09/30 08:30:00 - Changed the copyright from 2018 to 2019 in all files. - Removed L<http://search.cpan.org/~cleach/Net-FTPSSL-0.42/FTPSSL.pm> link from the POD since that link seems to be in the process of being depreciated on CPAN after its re-design in 2018. (Link gets redirected to a new URL.) - Added BUILD_REQUIRES option to Makefile.PL - Bug ID 130578 - Special thanks to Edward Sabol for asking for the new aliases "ls" & "dir" (alias to nlst and list)
2020-04-18(net/p5-Net-DNS-Resolver-Mock) Updated 1.20171219 to 1.20200215mef2-8/+7
1.20200215 2020-02-15 15:07:49+00:00 UTC - Add missing Changelog - Debugging mode with output via STDERR and method 1.20200214 - Add Mocking of Exceptions
2020-04-18(net/p5-Net-DBus) Updated to 1.2.0mef2-8/+7
1.2.0 2019-12-16 - Avoid memory leak with timeouts in reactor - Disable XML entity expansion in introspection XML docs - Don't include GIT repo in dist - Remove obsolete XML::Grove dep from spec - Fix GIT repo location - Fix misc typos in POD - Make reactor robust to time going backwards - Add GIT repo & bug tracker to Makefile.PL - Fix basepath when enumerating subnodes - Fix child paths in introspection XML to be relative - Support passing UNIX file descriptors - Fix encoding of properties via GetAll method - Add return & param names for standard interface introspection - Use org.freedesktop.DBus.Error.UnknownMethod error code - Fix reactor add_exception method - Enable exporting objects on the root node - Fix introspection decode with zero parameters - Validate parameters for standard methods - Validate object interface against declared method - Don't include MYMETA.* files in dist - Fix passing nomainloop parameter to constructor - Fix variant type in mock iterator
2020-04-18net/bind911: update to 9.11.18taca3-10/+9
Update bind911 to 9.11.18 (BIND 9.11.18). --- 9.11.18 released --- 5380. [contrib] Fix building MySQL DLZ modules against MySQL 8 libraries. [GL #1678] 5379. [doc] Clean up serve-stale related options that leaked into the BIND 9.11 release. [GL !3265] 5378. [bug] Receiving invalid DNS data was triggering an assertion failure in nslookup. [GL #1652] 5377. [feature] Detect atomic operations support on ppc64le. Thanks to Petr Menšík. [GL !3295] 5376. [bug] Fix ineffective DNS rebinding protection when BIND is configured as a forwarding DNS server. Thanks to Tobias Klein. [GL #1574] 5368. [bug] Named failed to restart if 'rndc addzone' names contained special characters (e.g. '/'). [GL #1655] --- 9.11.17 released --- 5358. [bug] Inline master zones whose master files were touched but otherwise unchanged and were subsequently reloaded may have stopped re-signing. [GL !3135] 5357. [bug] Newly added RRSIG records with expiry times before the previous earliest expiry times might not be re-signed in time. The was a side effect of 5315. [GL !3137]
2020-04-17openvpn: updated to 2.4.9adam5-19/+18
OpenVPN 2.4.9 * socks: use the right function when printing struct openvpn_sockaddr * Fetch OpenSSL versions via source/old links * Fix OpenSSL error stack handling of tls_ctx_add_extra_certs * Fix OpenSSL 1.1.1 not using auto elliptic curve selection * Fix broken fragmentation logic when using NCP * Fix building with --enable-async-push in FreeBSD * Fix broken async push with NCP is used * Fix illegal client float (CVE-2020-11810) * OpenSSL: Fix --crl-verify not loading multiple CRLs in one file * Fix OpenSSL private key passphrase notices * Swap the order of checks for validating interactive service user * Move querying username/password from management interface to a function * When auth-user-pass file has no password query the management interface (if available). * Fix possibly uninitialized return value in GetOpenvpnSettings() * Fix possible access of uninitialized pipe handles * Skip expired certificates in Windows certificate store * Allow unicode search string in --cryptoapicert option * mbedTLS: Make sure TLS session survives move * docs: Add reference to X509_LOOKUP_hash_dir(3)
2020-04-17py-pydns, py-py3dns: removed outdated packages; use py-dns insteadadam9-118/+1
2020-04-17tigervnc: downgrade to 1.9wiz4-11/+82
1.10 is much too unstable for me.
2020-04-17py-dns: updated to 1.16.0adam3-14/+28
1.16.0 is mostly a bug fix release. It switches from the unmaintained pycrypto to pycryptodome or pycryptodomex. It has some notable new features, including support for Cython, EDNS0 client subnet, the OPENPGPKEY RR, and Python type signatures.
2020-04-17go-net: fix SunOS buildgutteridge1-2/+2
With current pkgsrc defaults, h2i builds and runs on SunOS. (That makes PLIST.h2i redundant, but I've left it in for now, in case someone needs to use it for manual adjustment, and for the most minimal diff.)
2020-04-17Fix C++ codejoerg12-7/+170
- on NetBSD, undef if_name as the macro conflicts with the local use - don't return a value in a void function - fix const issues
2020-04-17syncthing: Update to 1.4.2gdt2-8/+7
Upstream changes since 1.4.0 are basically bugfixes. (Tested with android version in F-Droid.)
2020-04-16freeradius: Fix SMF initialisation.jperkin5-19/+57
Ensures the user/group are correctly substituted into the config file so that the daemon can run as root then drop privileges appropriately, as well as creating the rundir as necessary. Submitted by Jorge Schrauwen in NetBSD/pkgsrc#58. Bump PKGREVISION.
2020-04-16mosquitto: Various SunOS fixes and improvements.jperkin6-10/+71
Includes SMF support. Submitted by Jorge Schrauwen in NetBSD/pkgsrc#59. While here fix a hardcoded /var.
2020-04-16powerdns-recursor: Pull in upstream patch to fix SunOS.jperkin2-8/+84
2020-04-14net/Makefile: Add py-aiorpcXjs1-1/+2
2020-04-14Import net/py-aiorpcX from wipjs4-0/+60
This is a dependency of wip/electrum, with the goal of importing wip/electrum later on. aiorpcX is generic asyncio library implementation of RPC suitable for an application that is a client, server or both.
2020-04-14py-zmq: updated to 19.0.0adam3-8/+16
19.0 Cython backend: Build Cython extensions with language level “3str” (requires Cython 0.29) Cython backend: You can now cimport zmq Asyncio: Fix memory leak in Poller Log: Much improved logging in zmq.log (see Asynchronous Logging via PyZMQ) Log: add python -m zmq.log entrypoint Sources generated with Cython 0.29.15
2020-04-13mitmproxy: Update to 5.1.1leot3-12/+13
Changes: 5.1.1 ----- * Fixed Docker images not starting due to missing shell 5.1 --- ** Major Changes ** * Initial Support for TLS 1.3 ** Full Changelog ** * Reduce leaf certificate validity to one year due to upcoming browser changes (@mhils) * Rename mitmweb's web_iface option to web_host for consistency (@oxr463) * Sending a SIGTERM now exits mitmproxy without prompt, SIGINT still asks (@ThinkChaos) * Don't force host header on outgoing requests (@mhils) * Additional documentation and examples for WebSockets (@Kriechi) * Gracefully handle hyphens in domain names (@matosconsulting) * Fix header replacement count (@naivekun) * Emit serverconnect event only after a connection has been established (@Prinzhorn) * Fix ValueError in table mode of server replay flow (@ylmrx) * HTTP/2: send all stream reset types to other connection (@rohfle) * HTTP/2: fix WINDOW_UPDATE swallowed on closed streams (@Kriechi) * Fix wrong behavior of --allow-hosts options (@BlownSnail) * Additional and updated documentation for examples, WebSockets, Getting Started (@Kriechi)
2020-04-13Update to dhcpcd-9.0.1 with the following changes:roy4-9/+46
* Privilege Separation * Linux default hostname is (none), everyone is is a blank string * Leases are now dumped over the control socket - you get RA's now as well. * Better support for many IPv6 routers * NetBSD: RTM_MISS filtering * RA: Deprecate stale addresses by setting pltime 0 * DHCP6: Deprecate stale addresses by setting pltime 0 * Linux: Improve router reachability detection Note that the kernel will still say it's failed when deleting the entry * Linux: Note router preference in ip -6 route output * Linux: Fix compile warning if HAVE_IN6_ADDR_GEN_MODE_NONE isn't supported * Linux: Fix syslog support when /dev/log isn't in /dev * privsep: configure defaults to user dhcpcd if _dhcpcd or _dhcp are unsuitable * privsep: Improve error when we don't have permission to write lease * privsep: Fix hooks restarting other daemons
2020-04-12Reset maintainer as requested.joerg3-6/+6
2020-04-12gallery-dl: Update to 1.13.4leot3-8/+11
Changes: 1.13.4 ------ ### Additions - [aryion] add `gallery` and `post` extractors (#390, #673) - [deviantart] detect and handle folders in sta.sh listings (#659) - [hentainexus] add `circle`, `event`, and `title_conventional` metadata fields (#661) - [hiperdex] add `artist` extractor (#606) - [mastodon] add access tokens for `mastodon.social` and `baraag.net` (#665) ### Changes - [deviantart] retrieve *all* download URLs through the OAuth API - automatically read config files in PyInstaller executable directories (#682) ### Fixes - [deviantart] handle "Request blocked" errors (#655) - [deviantart] improve JPEG quality replacement pattern - [hiperdex] fix extraction - [mastodon] handle API rate limits (#665) - [mastodon] update OAuth credentials for pawoo.net (#665) - [myportfolio] fix extraction of galleries without title - [piczel] fix extraction of single images - [vsco] fix collection extraction - [weibo] accept status URLs with non-numeric IDs (#664)
2020-04-12Fix missing functions with Lua 5.3. Bump revision.joerg3-3/+70
2020-04-12py-subunit: updated to 1.4.0adam3-14/+13
1.4.0 IMPROVEMENTS * Drop Python 3.3 support, and test on 3.5 and 3.6. * Add support for Python 3.7 and 3.8. * Improve readability of SubUnit v2 spec. * Add license to setup.py. BUGFIXES * Migrate Gtk interface to GObject introspection. * Fix file open for python3. * Check written bytes are not None before summing them to offset. * Correctly handle py3 RawIOBase read().
2020-04-12Revbump all Go packages after default version switch to 1.14.bsiegert16-29/+32
2020-04-12py-kombu: updated to 4.6.8adam2-8/+8
4.6.8: Unknown changes
2020-04-12Recursive revision bump after textproc/icu updateadam77-148/+154
2020-04-11gtk-vnc: enable support for Pulseaudio by defaultkhorben2-4/+4
This fixes building net/deforaos-vncviewer, which depends on it. Bumps PKGREVISION.
2020-04-11py-aio-pika: updated to 6.6.0adam2-7/+7
6.6.0 message.reject called inside ProcessContext.exit fails when channel is closed 6.5.3 Add docs and github links to setup.py
2020-04-10Updated net/arping to 2.21schwarz2-7/+7
2020-04-09Update to dhcpcd-8.1.7 with the following changes:roy2-7/+7
* Decode interface complex interface names eth0.100:2 eth0i100:2. This allows us to ignore some virtual interfaces by default * ARP: Report L2 header address on conflict for more clarity * DHCP: Support jumbo frames (untested) * DHCP6: Clean up old lease on failure to confirm/rebind, etc * RA: Prefer older routers * INET6: Obscure prefixes are now calculated correctly
2020-04-09wireshark: updated to 3.2.3adam4-16/+18
Wireshark 3.2.3 Release Notes Wireshark 3.2.0 to 3.2.2 might not update automatically on macOS in some cases. If you’re running those versions on macOS you might have to update to a later version manually. Bug Fixes The following vulnerabilities have been fixed: • wnpa-sec-2020-07[2] The BACapp dissector could crash. The following bugs have been fixed: • Add (IETF) QUIC Dissector. • Rename profile name loses list selection. • Dissector bug warning dissecting TLS Certificate Request with many names. • Only ACKs, but no DATA frames are visible in -> TCP Stream Graph -> Time Sequence (tcptrace). • Copy>Description does not work properly for all tree items. • Importing profiles in Windows - zip files fail and from directory crashes Wireshark. • Packet List selection is gone when adding or removing a display filter. • Check for updates, and auto-update, not working in 3.2.1. • f5ethtrailer: TLS trailer creates incorrect CLIENT keylog entries. • Buildbot crash output: randpkt-2020-03-04-18423.pcap. • File open dialog shows garbled time stamps. • RTCP Bye without optional reason reported as [Malformed Packet]. • Undefined-shift in dissect_rtcp. • SOMEIP: SOME/IP-SD dissector fails to register SOME/IP ports, if IPv6 is being used (BUG). • tshark logs: "…<U+200B>could not be opened: Too many open files.". • Typo in About Wireshark > Keyboard Shortcuts > Unignore All Displayed. • Buildbot crash output: randpkt-2020-04-02-31746.pcap. New and Updated Features There are no new features in this release. New Protocol Support There are no new protocols in this release. Updated Protocol Support AFS, BACapp, Bluetooth, CoAP, Diameter3GPP, F5 Ethernet trailer, GSM RLC MAC, ISIS, ISIS CLV, ISIS HELLO, ISIS LSP, ISIS SNP, NAS 5GS, NR RRC, pcap, QUIC, RPCAP, RTCP, SOME/IP-SD, TLS, and WSP New and Updated Capture File Support pcap