summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2020-08-14lftp: updated to 4.9.2adam3-22/+7
Version 4.9.2 * mkdir: fixed exit code with -f option. * ftp: made ftp:use-pret setting tri-boolean. * get/mget/put/mput: don't try next files after error if cmd:fail-exit is true. * get/mget: fixed -O option with remote URL and xfer:use-temp-file being true. * mirror: disallow empty patterns; don't delete "..". * mirror: fixed --on-change with --reverse. * sftp: fixed a bug with truncated files when packets are reordered (finally).
2020-08-13wireshark: updated to 3.2.6adam3-10/+10
Wireshark 3.2.6 Release Notes What’s New Bug Fixes The following vulnerabilities have been fixed: • wnpa-sec-2020-10[1] Kafka dissector crash. Bug 16672[2]. CVE-2020-17498[3]. The following bugs have been fixed: • Kafka dissector fails parsing FETCH responses. Bug 16623[4]. • Dissector for ASTERIX Category 001 / 210 does not recognize bit 1 as extension. Bug 16662[5]. • "invalid timestamp" for Systemd Journal Export Block. Bug 16664[6]. • Decoding Extended Emergency number list IE length. Bug 16668[7]. • Some macOS Bluetooth PacketLogger capture files aren’t recognized as PacketLogger files (regression, bisected). Bug 16670[8]. • Short IMSIs (5 digits) lead to wrong decoding+warning. Bug 16676[9]. • Decoding of PFCP IE 'PFD Contents' results in "malformed packet". Bug 16704[10]. • RFH2 Header with 32 or less bytes of NameValue will not parse out that info. Bug 16733[11]. • CDP: Port ID TLV followed by Type 1009 TLV triggers [Malformed Packet]. Bug 16742[12]. • tshark crashed when processing opcda. Bug 16746[13]. • tshark with --export-dicom gives “Segmentation fault (core dumped)”. Bug 16748[14]. 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 ASTERIX, BSSAP, CDP, CoAP, DCERPC SPOOLSS, DCOM, DICOM, DVB-S2, E.212, GBCS, GSM RR, GSM SMS, IEEE 802.11, Kafka, MQ, Nano, NAS 5GS, NIS+, NR RRC, PacketLogger, PFCP, RTPS, systemd Journal, TDS, TN3270, and TN5250 New and Updated Capture File Support PacketLogger and pcapng
2020-08-12nsd: Update to 4.3.2ryoon2-7/+7
Changelog: 7 July 2020: Wouter - Tag for 4.3.2rc1. 6 July 2020: Wouter - Fix compile includes for xfr-inspect tool on FreeBSD. - Add tpkg/run_vm.sh that runs test when in a virtual machine. - Merge #112 from jaredmauch: log old and new serials when NSD rejects an IXFR due to an old serial number. - Fix bug034 test for vm test changes. 22 June 2020: Wouter - Remove errno reset behaviour from sendmmsg and recvmmsg replacement functions. - Fix unit test for different nsd-control-setup -h exit code. 19 June 2020: Wouter - Merge #108 from Nomis: Make the max-retry-time description clearer. - Retry when udp send buffer is full to wait until buffer space is available. 18 June 2020: Wouter - Do not log EAGAIN errors for sendmmsg, to stop log spam on OpenBSD. 17 June 2020: Wouter - Fix #107: nsd -v shows configure line, openssl version and libevent version. 27 May 2020: Wouter - Fix unlink of pidfile warning if not possible due to permissions, nsd can display the message at high verbosity levels. - Update contrib/nsd.service for chown of nsd.log and /var/log in ReadWritePaths. - Removed contrib/nsd.service, example is too complicated and not useful. 15 May 2020: Wouter - Merge PR#102 from and0x000: add missing default in documentation for drop-updates. - Fix checkconf test for log-only-syslog option. 14 May 2020: Wouter - Document default value for tcp-timeout. 13 May 2020: Jeroen - Fix #99: Fix copying of socket properties with reuseport enabled. 24 April 2020: Wouter - Fix #97: EDNS unknown version: query not in response. 21 April 2020: Wouter - Fix #96: log-only-syslog: yes sets to only use syslog, fixes that the default configuration and systemd results in duplicate log messages. 20 April 2020: Wouter - Fix #95: Removed make test check because tpkg not included in release tarballs. - Fix unused parameter compile warnings.
2020-08-12minitube: Update to 3.5ryoon3-8/+24
Changelog: avoid init yt keys
2020-08-11py-tqdm doesn't support Python 2.7.joerg1-1/+2
2020-08-11net/mosquitto: Adjust patch comments (NFC)gdt2-5/+15
Hunk to drop -ldl on NetBSD has been applied upstream. Add \todo items on hunk about SunOS ldflags to 1) explain the change and 2) file it upstream.
2020-08-11net/mosquitto: Update to 1.6.11gdt3-16/+16
pkgsrc changes: none upstream changes: bugfixes
2020-08-11py-responses: updated to 0.10.16adam2-7/+7
0.10.16 - Add a requirements pin to urllib3. This helps prevent broken install states where cookie usage fails.
2020-08-10php-baikal: This needs php-json, depend on it.wiz1-1/+3
Bump PKGREVISION.
2020-08-10bftpd: Update to 5.6nia2-8/+7
Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.6 - When Bftpd is run with the -n flag (no configuration file) default ratio settings prevented files from downloading. Samuel Hsu has patched Bftpd to assume no ratio ("") is treated the same as "none" or no restrictions. - Fixed potential overflow in buffer for directory listing. - Used calloc() and single strlen() call to avoid having a string without a NULL terminator mystring library.
2020-08-09net/bind916: fix PLISTtaca1-2/+2
Fix PLIST when lmdb option is not enabled (case of default). Noted by Marc Baudoin via private e-mail.
2020-08-09net/Makefile: add and enable bind916taca1-1/+2
2020-08-09net/bind916: add version 9.16.5 packagetaca70-0/+4317
Add bind916 version 9.16.5 package (BIND 9.16.5). BIND, the Berkeley Internet Name Daemon. This package contains the BIND 9.16 release. * New dnssec-policy statement to configure a key and signing policy for zones, enabling automatic key regeneration and rollover. * New network manager based on libuv. * Added support for the new GeoIP2 geolocation API, libmaxminddb. * Improved DNSSEC trust anchor configuration using the trust-anchors statement, permitting configuration of trust anchors in DS as well as DNSKEY format. * YAML output for dig, mdig, and delv.
2020-08-09syncthing: Update to 1.7.1nia2-8/+7
This hotfix release fixes an issue with block validation. Bugfixes: #6827: syncthing 1.6.1 -> 1.7.0 fails on "failed validating data" v1.7.0 This release performs a database migration to optimize for clusters with many devices. Bugfixes: #6552: panic: Stop called more than once on ... created by nat.Service #6564: Closing an already removed connection causes GUI error message #6646: Misleading error message when to be deleted dir contains receive-only changes #6653: panic: nil pointer dereference in leveldb.(*DB).isClosed() #6654: panic: runtime error: index out of range in processNeeded() #6655: panic: nil pointer dereference in checkUpgrade() #6679: QUIC listener is not added when default TCP port is unavailable #6697: Malformed listen address causes hang on startup #6706: Changing a folder in web UI removes introduced-by info Enhancements: #1830: "Folder path missing" when folder path is a junction #4703: Suggest setting up auth on initial startup #5910: Add Badger database backend for testing and consideration #6372: Reduce database size by optimizing version list storage Other issues: #6608: Data race in Windows fs watcher tests #6625: TestRequestRemoteRenameChanged is racy/flaky
2020-08-09rclone: Update to 1.52.3leot2-8/+7
Changes: 1.52.3 ------ * Bug Fixes * docs * Disable smart typography (eg en-dash) in MANUAL.* and man page (Nick Craig-Wood) * Update install.md to reflect minimum Go version (Evan Harris) * Update install from source instructions (Nick Craig-Wood) * make_manual: Support SOURCE_DATE_EPOCH (Morten Linderud) * log: Fix --use-json-log going to stderr not --log-file on Windows (Nick Craig-Wood) * serve dlna: Fix file list on Samsung Series 6+ TVs (Matteo Pietro Dazzi) * sync: Fix deadlock with --track-renames-strategy modtime (Nick Craig-Wood) * Cache * Fix moveto/copyto remote:file remote:file2 (Nick Craig-Wood) * Drive * Stop using root_folder_id as a cache (Nick Craig-Wood) * Make dangling shortcuts appear in listings (Nick Craig-Wood) * Drop "Disabling ListR" messages down to debug (Nick Craig-Wood) * Workaround and policy for Google Drive API (Dmitry Ustalov) * FTP * Add note to docs about home vs root directory selection (Nick Craig-Wood) * Onedrive * Fix reverting to Copy when Move would have worked (Nick Craig-Wood) * Avoid comma rendered in URL in onedrive.md (Kevin) * Pcloud * Fix oauth on European region "eapi.pcloud.com" (Nick Craig-Wood) * S3 * Fix bucket Region auto detection when Region unset in config (Nick Craig-Wood)
2020-08-08libtorrent-rasterbar: Update to 1.2.8nia2-8/+8
1.2.8 released * validate UTF-8 encoding of client version strings from peers * don't time out tracker announces as eagerly while resolving hostnames * fix NAT-PMP shutdown issue * improve hostname lookup by merging identical lookups * fix network route enumeration for large routing tables * fixed issue where pop_alerts() could return old, invalid alerts * fix issue when receiving have-all message before the metadata * don't leave lingering part files handles open * disallow calling add_piece() during checking * fix incorrect filename truncation at multi-byte character * always announce listen port 1 when using a proxy
2020-08-07rsync: updated to 3.2.3adam3-28/+19
NEWS for rsync 3.2.3 Changes in this version: BUG FIXES: Fixed a bug in the xattr code that was freeing the wrong object when trying to cleanup the xattr list. Fixed a bug in the xattr code that was not leaving room for the "rsync." prefix in some instances where it needed to be added. Restored the ability to use ‑‑bwlimit=0 to specify no bandwidth limit. (It was accidentally broken in 3.2.2.) Fix a bug when combining ‑‑delete-missing-args with ‑‑no-implied-dirs & ‑R where rsync might create the destination path of a missing arg. The code also avoids some superfluous warnings for nested paths of removed args. Fixed an issue where hard-linked devices could cause the rdev_major value to get out of sync between the sender and the receiver, which could cause a device to get created with the wrong major value in its major,minor pair. Rsync now complains about a missing ‑‑temp-dir before starting any file transfers. A completely empty source arg is now a fatal error. This doesn't change the handling of implied dot-dir args such as "localhost:" and such. ENHANCEMENTS: Allow ‑‑max-alloc=0 to specify no limit to the alloc sanity check. Allow ‑‑block-size=SIZE to specify the size using units (e.g. "100K"). The name of the id-0 user & group are now sent to the receiver along with the other user/group names in the transfer (instead of assuming that both sides have the same id-0 names). Added the ‑‑stop-after=MINS and ‑‑stop-at=DATE_TIME options (with the ‑‑time-limit=MINS option accepted as an alias for ‑‑stop-after). This is an enhanced version of the time-limit patch from the patches repo. Added the name converter daemon parameter to make it easier to convert user & group names inside a chrooted daemon module. This is based on the nameconverter patch with some improvements, including a tweak to the request protocol (so if you used this patch in the past, be sure to update your converter script to use newlines instead of null chars). Added ‑‑crtimes (‑N) option for preserving the file's create time (I believe that this is macOS only at the moment). Added ‑‑mkpath option to tell rsync that it should create a non-existing path component of the destination arg. Added ‑‑stderr=errors|all|client to replace the ‑‑msgs2stderr and ‑‑no-msgs2stderr options (which are still accepted). The default use of stderr was changed to be ‑‑stderr=errors where all the processes that have stderr available output directly to stderr, which should help error messages get to the user more quickly, especially when doing a push (which includes local copying). This also allows rsync to exit quickly when a receiver failure occurs, since rsync doesn't need to try to keep the connection alive long enough for the fatal error to go from the receiver to the generator to the sender. The old default can be requested via ‑‑stderr=client. Also changed is that a non-default stderr mode is conveyed to the remote rsync (using the older option names) instead of requiring the user to use ‑‑remote-option (‑M) to tell the remote rsync what to do. Added the ability to specify "@netgroup" names to the hosts allow and hosts deny daemon parameters. This is a finalized version of the netgroup-auth patch from the patches repo. Rsync can now hard-link symlinks on FreeBSD due to it making ues of the linkat() function when it is available. Output file+line info on out-of-memory & overflow errors while also avoiding the output of alternate build-dir path info that is not useful to the user. Change configure to know that Cygwin supports Linux xattrs. Improved the testsuite on FreeBSD & Cygwin. Added some compatibility code for HPE NonStop platforms. Improved the INSTALL.md info. Added a few more suffixes to the default skip-compress list. Improved configure's error handling to notify about several issues at once instead of one by one (for the newest optional features). INTERNAL: Use a simpler overflow check idiom in a few spots. Use a C99 Flexible Array for a trailing variable-size filename in a struct (with a fallback to the old 1-char string kluge for older compilers).
2020-08-07grpc: updated to 1.31.0adam11-59/+53
Release v1.31.0 Core The following new xDS functionality is added in this release: Requests matching based on path (prefix, full path and safe regex) and headers. Requests routing to multiple clusters based on weights. The features supported in a given release are documented here. Other changes: Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely processing of events. Include the target name in top-level DNS error messages. Remove xds-experimental URI scheme. fix memory leak of grpc_resource_user_quota. Store ref to the ExternalConnectivityWatcher in external_watchers_ map. Update grpclb configuration with field "service_name". Fix possible deadlock in RemoveExternalConnectivityWatcher. Enable TLS 1.3 in the C-core and all wrapped languages. Add message-size check before message decompression with ordering change. Fix race condition caused by simultaneous updates on SSL server handshaker. Add missing reset for ping clocks to avoid mistakenly sending GOAWAY frames due to 'too_many_pings'. C++ Simplify makefile: Get rid of "install" rules with pure make, recommend cmake and bazel instead. Replaced grpc::string with std::string. Fix wrong version in gRPCConfigVersion.cmake and grpc++*.pc. Python [Aio] Support tuple and aio.Metadata interaction. [Aio] Allows poller to bind to ephemeral loops in multiple threads. [Aio] Hide init_grpc_aio and guard async API outside of AsyncIO context. [Aio] Implement methods to access auth context and peer info. Add protobuf as an "extras" dependency to grpcio package. [Aio] Use Metadata type. Avoid attribute error in del of _ChannelCallState. Default wait_for_ready to True in simple stubs. Propagate contextvars to auxiliary threads. Simplify channel credentials in simple stubs.
2020-08-06dnsdist: updated to 1.5.0adam6-90/+20
1.5.0 Improvements Use explicit flag for the specific version of c++ we are targeting. Prevent a copy of a pool’s backends when selecting a server. Bug Fixes Fix compilation with h2o_socket_get_ssl_server_name(). Prevent a possible overflow via large Proxy Protocol values. (Valentei Sergey) Avoid name clashes on Solaris derived systems. Resize hostname to final size in getCarbonHostname(). (Aki Tuomi) Fix compilation on OpenBSD/amd64. Handle calling PacketCache methods on a nil object. 1.4.0 Improvements Fix the default value of setMaxUDPOutstanding in the console’s help (phonedph1) Add bindings for the noerrors and drops members of StatNode Fix -Wshadow warnings (Aki Tuomi) Fix typo: settting to setting (Chris Hofstaedtler) Bug Fixes Lowercase the name blocked by a SMT dynamic block misc Prefer the cipher suite from the server by default (DoH, DoT)
2020-08-04py-ncclient: updated to 0.6.8adam4-8/+28
v0.6.8 Variety of small updates and bugfixes, but of note: Support for namespace prefixes for XPath queries edit-config parameter validation Support for multiple RPC errors API to get supported device types Support for subtree filters with multiple top-level tags
2020-08-03py-dnsdiag: updated to 1.7.0adam3-15/+16
v1.7.0: Add JSON export Ignore unrelated ICMP messages Fix statistics calculation -c 0 for infinite ping Flush output messages Update sample public resolver data
2020-08-03py-zmq: updated to 19.0.2adam2-7/+7
19.0.2 - Regenerate Cython sources with 0.29.21 in sdists for compatibility with Python 3.9 - Handle underlying socket being closed in ZMQStream with warning instead of error - Improvements to socket cleanup during process teardown - Fix debug-builds on Windows - Avoid importing ctypes during startup on Windows - Documentation improvements - Raise ``AttributeError`` instead of ``ZMQError(EINVAL)`` on attempts to read write-only attributes, for compatibility with mocking
2020-08-03haproxy: updated to 2.2.2adam2-7/+7
2.2.2 - BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING parameter anymore - BUILD: tools: fix build with static only toolchains - BUG/MINOR: debug: Don't dump the lua stack if it is not initialized - BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status - BUG/MAJOR: dns: don't treat Authority records as an error - MEDIUM: lua: Add support for the Lua 5.4 - BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation - BUG/MINOR: lua: Abort execution of actions that yield on a final evaluation - BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort - BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields - BUG/MEDIUM: connection: Be sure to always install a mux for sync connect - MINOR: connection: Preinstall the mux for non-ssl connect - MINOR: stream-int: Be sure to have a mux to do sends and receives - SCRIPTS: announce-release: add the link to the wiki in the announce messages - BUG/MEDIUM: backend: always attach the transport before installing the mux - BUG/MEDIUM: tcp-checks: always attach the transport before installing the mux
2020-08-03fping: updated to 4.4adam2-7/+7
fping 4.4 Bugfixes and other changes - Fix wrong ident used for normal (non-unprivileged) pings - Fix build with --disable-ipv6
2020-08-03py-gsutil: add CHECK_INTERPRETER_SKIPadam1-1/+6
2020-08-02(net/corebird) Updated 1.7.3 (failing to package) to 1.7.4mef8-14/+97
(pkgsrc) - Add adhoc patch to make it build. (upstream) Changelog: - Fix tweet sending on 32bit architectures. #795 Wtf. - Fix a few spelling mistakes. #798 - Work around a GTK+ bug increasing the window size when typing DMs. #796 - Prevent the list statuses page from automatically focusing the delete button, potentially resulting in accidentally deleted lists. #811 - Show a language selection context menu in the compose text view. #812
2020-08-01dbip-country-lite: update to 2020-08.fcambus2-8/+8
No upstream ChangeLog.
2020-08-01dbip-city-lite: update to 2020-08.fcambus2-8/+8
No upstream ChangeLog.
2020-08-01dbip-asn-lite: update to 2020-08.fcambus2-8/+8
No upstream ChangeLog.
2020-08-01(net/R-pingr) New package R-pingr-2.0.1mef1-1/+2
2020-08-01(net/R-pingr) Correct PATH for tex-inconsolatamef1-2/+2
2020-08-01net/R-pingr: import R-pingr-2.0.1mef3-0/+27
Check if a remote computer is up. It can either just call the system ping command, or check a specified TCP port.
2020-07-31Update to 36c. From the changelog:schmonz2-7/+7
- Streamlined with fehQlibs-15.
2020-07-31Update to 0.11.5 (as 0.999.11.5). From the changelog:schmonz2-7/+7
- Added pollmax limit to sslserver and sslhandle. - sslclient streamlined with tcpclient. fehQlibs-15 are required.
2020-07-31Update to 1.11.5. From the changelog:schmonz2-7/+7
- Recovered tcpclient IPv4 connectivity in case of a given IPv4 address to connect to employing fehQlibs-15 and the enhanced dns_ip_qualify routine.
2020-07-31Update to fehQlibs-15 (as fehqlibs-0.9.15). From the changelog:schmonz3-9/+9
- Added the Guninski patch for alloc from Qualys (CVE-2005-1513). - dns_ipq (IP qualify) now with unified IPv4/IPv6 handling and evaluation of DNS well-know names 'localhost' and 'ipv[4|6]-loopback' (RFC 6761). - Fixed DNS lookup for IPv6 addresses. Adjusted DNS man pages. Bump default BUILDLINK_API_DEPENDS, as all fehware requires this version.
2020-07-31grpc: update to 1.30.2.wiz2-7/+7
This is the 1.30.2 release (gradius) of gRPC Core. Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product. This release is a patch specifically for the Ruby plugin to address #23490 Ruby Fix ruby protoc plugin when message is in another package (#23501)
2020-07-30net/unifi: Update to 5.13.32gdt3-3508/+3508
Tested on netbsd-8/amd64 with access points; updating was uneventful. Upstream changes: basically bugfixes.
2020-07-30net/terraform: Add CHECK_RELRO_SKIP, revbumptpaul1-1/+4
AFAIK go uses own linker, which does not support RELRO on NetBSD
2020-07-29py-aiormq: updated to 3.2.3adam2-7/+7
3.2.3: Unknown changes
2020-07-28php-baikal: update to 0.7.1.wiz3-272/+368
!! Configuration format was updated !! With the 0.7.0 release, our configuration format was updated to use YAML files. Baikal stores data in both the Specific and the config folders. Keep this in mind when upgrading! We recommend that you make a full backup of your data, as a safety measure. 0.7.1 ----- * Fixed user deletion * Fixed upgrading from versions older than 0.6.1 * Re-added config option for base uri * Ships with sabre/dav 4.1.0 0.7.0 (2020-05-31) ------------------ * New configuration format * Added support for php 7.4 * REMOVED support for php 7.0 * Shows event count per calendar * Shows contact count per address book * Ships with sabre/dav 4.1.0
2020-07-28Move sysvol from /var/run/sysvol to /var/db/samba4/sysvol as FreeBSD does,christos2-5/+6
so that the provisioning data gets preserved across reboots. From Matthias Perelmann
2020-07-27youtube-dl: Update to 20200728leot2-7/+7
Changes: 20200728 -------- Extractors * [youtube] Fix sigfunc name extraction (#26134, #26135, #26136, #26137) * [youtube] Improve description extraction (#25937, #25980) * [wistia] Restrict embed regular expression (#25969) * [youtube] Prevent excess HTTP 301 (#25786) + [youtube:playlists] Extend URL regular expression (#25810) + [bellmedia] Add support for cp24.com clip URLs (#25764) * [brightcove] Improve embed detection (#25674)
2020-07-27py-xandikos: updated to 0.2.3adam2-7/+7
0.2.3 * Fix handling of WSGI - not all versions of start_response take keyword arguments. * Add --no-strict option for clients that don't follow the spec.
2020-07-27dnsmasq: updated to 2.82adam2-8/+7
version 2.82 Improve behaviour in the face of network interfaces which come and go and change index. Thanks to Petr Mensik for the patch. Convert hard startup failure on NETLINK_NO_ENOBUFS under qemu-user to a warning. Allow IPv6 addresses ofthe form [::ffff:1.2.3.4] in --dhcp-option. Fix crash under heavy TCP connection load introduced in 2.81. Thanks to Frank for good work chasing this down. Change default lease time for DHCPv6 to one day. Alter calculation of preferred and valid times in router advertisements, so that these do not have a floor applied of the lease time in the dhcp-range if this is not explicitly specified and is merely the default.
2020-07-27py-lexicon: updated to 3.3.28adam2-7/+7
3.3.28: Added Redesign of the release process using Azure Pipelines Create a dedicated documentation on ReadTheDoc, refactor README.md into README.rst Modified Fix localzone provider to make it work with dnspython 2.x Update easyname provider against the recent API changes
2020-07-27Add package for the Python script needed to connect a Intel XMM7360 devicejdolecek7-1/+187
to network, from https://github.com/xmm7360/xmm7360-pci There is no release for the master project, so base this on latest commit.
2020-07-25transmission-qt: needs gcc 7.x (for <optional>)wiz1-1/+3
Reported and tested by spz.
2020-07-24haproxy: updated to 2.2.1adam2-7/+7
2.2.1 - BUG/MINOR: sample: Free str.area in smp_check_const_bool - BUG/MINOR: sample: Free str.area in smp_check_const_meth - BUG/MEDIUM: lists: add missing store barrier on MT_LIST_BEHEAD() - BUG/MEDIUM: lists: add missing store barrier in MT_LIST_ADD/MT_LIST_ADDQ - CONTRIB: da: fix memory leak in dummy function da_atlas_open() - BUG/MEDIUM: mux-h2: Don't add private connections in available connection list - BUG/MEDIUM: mux-fcgi: Don't add private connections in available connection list - BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode - BUG/MINOR: mux-fcgi: Handle empty STDERR record - BUG/MINOR: mux-fcgi: Set conn state to RECORD_P when skipping the record padding - BUG/MINOR: mux-fcgi: Set flags on the right stream field for empty FCGI_STDOUT - BUG/MEDIUM: log: issue mixing sampled to not sampled log servers. - BUG/MEDIUM: fcgi-app: fix memory leak in fcgi_flt_http_headers - BUG/MEDIUM: server: resolve state file handle leak on reload - BUG/MEDIUM: server: fix possibly uninitialized state file on close - BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when output data are peeked - BUILD: config: address build warning on raspbian+rpi4 - BUG/MAJOR: tasks: make sure to always lock the shared wait queue if needed - BUILD: config: fix again bugs gcc warnings on calloc - DOC: ssl: req_ssl_sni needs implicit TLS - BUG/MEDIUM: arg: empty args list must be dropped - BUG/MEDIUM: resolve: fix init resolving for ring and peers section. - BUG/MAJOR: tasks: don't requeue global tasks into the local queue - BUG/MAJOR: dns: Make the do-resolve action thread-safe - BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed - MEDIUM: htx: Add a flag on a HTX message when no more data are expected - BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one - BUG/MEDIUM: stream-int: Don't set MSG_MORE flag if no more data are expected - BUG/MEDIUM: http-ana: Only set CF_EXPECT_MORE flag on data filtering
2020-07-23terraform-provider-kubernetes: updated to 1.11.4adam2-10/+9
v1.11.4 IMPROVEMENTS: Add resource for CSIDriver Add resource for Pod Security Policies Add data source for Pod and PVC Add support for CSI volume type in persistent_volume resource Add Kubernetes Job 'wait_for_completion' functionality Support 'optional' flag for ConfigMap mounted as volume Add specific error message when failing to load provider config Support 'optional' on env valueFrom for secret key/configmap key Skip tests for CSIDriver if cluster version is less than 1.16 Allow 'ttl_seconds_after_finished = 0' in kubernetes_job resource Set service block to 'optional' for webhook configurations