summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2021-05-11Add py-pynngkhorben1-1/+2
2021-05-11py-pynng: import version 0.7.1khorben4-0/+58
pynng provides a nice interface on top of the full power of nng. nng, and therefore pynng, make it easy to communicate between processes on a single computer or computers across a network. This library is compatible with Python 3.5 or newer. nng is the rewriting of Nanomsg, which is the spiritual successor to ZeroMQ.
2021-05-09hub: make the build use modulesbsiegert3-14/+192
Bump revision.
2021-05-09net/ruby-ruby_smb: update to 2.0.8taca3-9/+12
2.0.8 (2021-04-09) * Fix a bunch of minor types and add data to the compression header * Add the LZNT1 compression algorithm * Add specs for the LZNT1 algorithm * Add a note and fix up a bit of the decompression code
2021-05-09gallery-dl: Update to 1.17.4leot3-11/+17
Changes: ## 1.17.4 - 2021-05-07 ### Additions - [gelbooru] add extractor for `/redirect.php` URLs #1530 - [inkbunny] add `favorite` extractor #1521 - add `output.skip` option - add an optional argument to `--clear-cache` to select which cache entries to remove #1230 ### Changes - [pixiv] update `translated-tags` option #1507 - rename to `tags` - accept `"japanese"`, `"translated"`, and `"original"` as values ### Fixes - [500px] update query hashes - [kemonoparty] fix download URLs #1514 - [imagebam] fix extraction - [instagram] update query hashes - [nozomi] update default archive-fmt for `tag` and `search` extractors (#1529) - [pixiv] remove duplicate translated tags (#1507) - [readcomiconline] change domain to `readcomiconline.li` (#1517) - [sankaku] update invalid-token detection (#1515) - fix crash when using `--no-download` with `--ugoira-conv` (#1507) ## 1.17.3 - 2021-04-25 ### Additions - [danbooru] add option for extended metadata extraction (#1458) - [fanbox] add extractors (#1459) - [fantia] add extractors (#1459) - [gelbooru] add an option to extract notes (#1457) - [hentaicosplays] add extractor (#907, #1473, #1483) - [instagram] add extractor for `tagged` posts (#1439) - [naverwebtoon] ignore non-comic images - [pixiv] also save untranslated tags when `translated-tags` is enabled (#1501) - [shopify] support omgmiamiswimwear.com (#1280) - implement `output.fallback` option - add archive format to InfoJob output (#875) - build executables with SOCKS proxy support (#1424) ### Fixes - [500px] update query hashes - [8muses] fix JSON deobfuscation - [artstation] download `/4k/` images (#1422) - [deviantart] fix pagination for Eclipse results (#1444) - [deviantart] improve folder name matching (#1451) - [erome] skip deleted albums (#1447) - [exhentai] fix image limit detection (#1437) - [exhentai] restore `limits` option (#1487) - [gelbooru] fix tag category extraction (#1455) - [instagram] update query hashes - [komikcast] fix extraction - [simplyhentai] fix extraction - [slideshare] fix extraction - [webtoons] update agegate/GDPR cookies (#1431) - fix `category-transfer` option ### Removals - [yuki] remove module for yuki.la
2021-05-09Remove net/go-grpc, misc/go-genproto and misc/go-genproto-googleapis-rpcbsiegert6-410/+1
The latter two were only useful to support the go-grpc and go-tools builds. go-grpc has no useful binaries (the CLI is in net/grpc), it only consists of libraries that are now unused. No replacements.
2021-05-09net/ruby-train-core: update to 3.7.0taca2-7/+7
3.7.0 (2021-04-28) Merged Pull Requests * Update chefstyle requirement from 1.7.4 to 1.7.5 #678 (dependabot[bot]) * Switch to GNU timeout-based implementation of SSH timeouts #679 (clintoncwolfe) * Read the username and port from /.ssh/config file and replace if present #659 (sanga1794) 3.6.2 (2021-04-14) Merged Pull Requests * Update chefstyle requirement from 1.7.2 to 1.7.4 #673 (dependabot[bot]) * Fix SSH Timeout PTY allocation #676 (clintoncwolfe) 3.6.0 (2021-04-07) Merged Pull Requests * Support Docker for Windows #674 (clintoncwolfe) 3.5.5 (2021-03-24) Merged Pull Requests * Add timeout support to Mixlib::ShellOut based local runners #671 (clintoncwolfe)
2021-05-09net/ruby-connection_pool: update to 2.2.5taca3-9/+9
2.2.5 (2021-04-15) * Fix argument forwarding on Ruby 2.7 [#149] 2.2.4 (2021-04-12) * Add reload to close all connections, recreating them afterwards [Andrew Marshall, #140] * Add then as a way to use a pool or a bare connection with the same code path [#138]
2021-05-08Revbump all Go packages after go116 updatebsiegert28-50/+56
2021-05-08py-kompu: shuffle PYTHON_VERSIONS_INCOMPATIBLEadam1-3/+4
2021-05-08py-flower: updated to 0.9.7adam3-28/+25
0.9.7: Unknown changes. Mark as broken, because it is not yet compatible with Celery 5.0.
2021-05-08py-prometheus_client: updated to 0.10.1adam2-7/+7
0.10.1 [BUGFIX] Support lowercase prometheus_multiproc_dir environment variable in mark_process_dead. 0.10.0 [CHANGE] Python 2.6 is no longer supported. [CHANGE] The prometheus_multiproc_dir environment variable is deprecated in favor of PROMETHEUS_MULTIPROC_DIR. [FEATURE] Follow redirects when pushing to Pushgateway using passthrough_redirect_handler. [FEATURE] Metrics support a clear() method to remove all children. [ENHANCEMENT] Tag support in GraphiteBridge.
2021-05-08py-eventlib: removed; 8 years old; does not work with latest Django/Celeryadam7-109/+1
2021-05-07py-lexicon: updated to 3.6.0adam3-10/+15
3.6.0 Added Vendor pynamecheap project for namecheap provider Annotate public API with types Check mypy types during CI Add the RFC2136 DynDNS provider (named ddns) Use Lexicon specific exceptions in code: AuthenticationError for authentication problems Modified Implement the base provider as an ABC class Improve plesk provider for wildcard domains or subdomains Use poetry-core instead of poetry for the builds Switch to GitHub-native Dependabot Deleted Remove dependency of plesk provider to xmltodict Remove some Python 2 specific code Remove deprecated type parameter in providers public methods
2021-05-07Backport patch from upstream for better Intel CPU reportbouyer3-7/+22
Bump PKGREVISION
2021-05-07py-celery: updated to 5.0.5adam3-37/+21
5.0.5 ===== - Ensure keys are strings when deleting results from S3 - Fix a regression breaking `celery --help` and `celery events` 5.0.4 ===== - DummyClient of cache+memory:// backend now shares state between threads This fixes a problem when using our pytest integration with the in memory result backend. Because the state wasn't shared between threads, 6416 results in test suites hanging on `result.get()`. 5.0.3 ===== - Make `--workdir` eager for early handling - When using the MongoDB backend, don't cleanup if result_expires is 0 or None - Fix passing queues into purge command - Restore `app.start()` and `app.worker_main()` - Detaching no longer creates an extra log file - Result backend instances are now thread local to ensure thread safety - Don't upgrade click to 8.x since click-repl doesn't support it yet. - Restore preload options 5.0.2 ===== - Fix _autodiscover_tasks_from_fixups - Flush worker prints, notably the banner - **Breaking Change**: Remove `ha_policy` from queue definition. This argument has no effect since RabbitMQ 3.0. Therefore, We feel comfortable dropping it in a patch release. - Python 3.9 support - **Regression**: When using the prefork pool, pick the fair scheduling strategy by default - Preserve callbacks when replacing a task with a chain - Fix max_retries override on `self.retry()` - Raise proper error when replacing with an empty chain 5.0.1 ===== - Specify UTF-8 as the encoding for log files - Custom headers now propagate when using the protocol 1 hybrid messages - Retry creating the database schema for the database results backend in case of a race condition - When using the Redis results backend, awaiting for a chord no longer hangs when setting :setting:`result_expires` to 0 - When a user tries to specify the app as an option for the subcommand, a custom error message is displayed - Fix the `--without-gossip`, `--without-mingle`, and `--without-heartbeat` options which now work as expected. - Provide a clearer error message when the application cannot be loaded. - Avoid printing deprecation warnings for settings when they are loaded from Django settings - Allow lowercase log levels for the `--loglevel` option - Detaching now works as expected - Restore broadcasting messages from `celery control` - Pass back real result for single task chains - Ensure group tasks a deeply serialized - Fix chord element counting - Restore the `celery shell` command 5.0.0 ===== - **Breaking Change** Remove AMQP result backend - Warn when deprecated settings are used - Expose retry_policy for Redis result backend - Prepare Celery to support the yet to be released Python 3.9 5.0.0rc3 ======== - More cleanups of leftover Python 2 support 5.0.0rc2 ======== - Bump minimum required eventlet version to 0.26.1. - Update Couchbase Result backend to use SDK V3. - Restore monkeypatching when gevent or eventlet are used. 5.0.0rc1 ======== - Allow to opt out of ordered group results when using the Redis result backend - **Breaking Change** Remove the deprecated celery.utils.encoding module. 5.0.0b1 ======= - **Breaking Change** Drop support for the Riak result backend - **Breaking Change** pytest plugin is no longer enabled by default Install pytest-celery to enable it. - **Breaking Change** Brand new CLI based on Click 5.0.0a2 ======= - Bump Kombu version to 5.0 5.0.0a1 ======= - Removed most of the compatibility code that supports Python 2 - Modernized code to work on Python 3.6 and above
2021-05-07py-kombu: updated to 5.0.2adam4-77/+12
5.0.2 Bump required amqp version to 5.0.0. 5.0.1 Removed kombu.five from the reference documentation since it no longer exists Adjusted the stable documentation’s version in Sphinx’s configuration since that was overlooked in the latest release 5.0.0 BREAKING CHANGE: Dropped support for Python 2 Add an SQS transport option for custom botocore config 4.6.11 Revert incompatible changes in Default_channel should reconnect automatically 4.6.10 Doc improvement. set _connection in _ensure_connection Fix for the issue reuse connection [bug fix] 4.6.9 Prevent failure if AWS creds are not explicitly defined on predefined. Raise RecoverableConnectionError in maybe_declare with retry on and. Fix for the issue possible fix for Fix: make SQLAlchemy Channel init thread-safe Added integration testing infrastructure for RabbitMQ Initial redis integration tests implementation SQLAlchemy transport: Use Query.with_for_update() instead of deprecated Fix Consumer Encoding Added Integration tests for direct, topic and fanout exchange types Added TTL integration tests Added integration tests for priority queues fix 100% cpu usage on linux while using sqs Modified Mutex to use redis LuaLock implementation Fix: eliminate remaining race conditions from SQLAlchemy Channel Fix connection imaybe_declare Fix for issue Ensure connection when connecting to broker update pyamqp to 2.6 with optional cythonization
2021-05-07py-amqp: updated to 5.0.6adam3-15/+12
5.0.6 ===== - Change the order in which context.check_hostname and context.verify_mode get set in SSLTransport._wrap_socket_sni. Fixes bug introduced in 5.0.3 where setting context.verify_mode = ssl.CERT_NONE would raise "ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled." Setting context.check_hostname prior to setting context.verify_mode resolves the issue. - Remove TCP_USER_TIMEOUT option for Solaris - Pass long_description to setup() - Fix for tox-docker 2.0 - Moved to GitHub actions CI 5.0.5 ===== - Removed mistakenly introduced code which was causing import errors 5.0.4 ===== - Add missing load_default_certs() call to fix a regression in v5.0.3 release. 5.0.3 ===== - Change the default value of ssl_version to None. When not set, the proper value between ssl.PROTOCOL_TLS_CLIENT and ssl.PROTOCOL_TLS_SERVER will be selected based on the param server_side in order to create a TLS Context object with better defaults that fit the desired connection side. - Change the default value of cert_reqs to None. The default value of ctx.verify_mode is ssl.CERT_NONE, but when ssl.PROTOCOL_TLS_CLIENT is used, ctx.verify_mode defaults to ssl.CERT_REQUIRED. - Fix context.check_hostname logic. Checking the hostname depends on having support of the SNI TLS extension and being provided with a server_hostname value. Another important thing to mention is that enabling hostname checking automatically sets verify_mode from ssl.CERT_NONE to ssl.CERT_REQUIRED in the stdlib ssl and it cannot be set back to ssl.CERT_NONE as long as hostname checking is enabled. - Refactor the SNI tests to test one thing at a time and removing some tests that were being repeated over and over. 5.0.2 ===== - Whhels are no longer universal. - Added debug representation to Connection and *Transport classes - Reintroduce ca_certs and ciphers parameters of SSLTransport._wrap_socket_sni() - Fix infinite wait when using confirm_publish 5.0.1 ===== - Require vine 5.0.0. 5.0.0 ===== - Stop to use deprecated method ssl.wrap_socket. 5.0.0b1 ======= - Dropped Python 3.5 support. - Removed additional compatibility code. 5.0.0a1 ======= - Dropped Python 2.x support. - Dropped Python 3.4 support. - Depend on :pypi:`vine` 5.0.0a1. Code Cleanups & Improvements: 2.6.1 ===== - Fix buffer overflow in frame_writer after frame_max is increased. `frame_writer` allocates a `bytearray` on intialization with a length based on the `connection.frame_max` value. If `connection.frame_max` is changed to a larger value, this causes an error like `pack_into requires a buffer of at least 408736 bytes`. 2.6.0 ===== - Implement speedups in cython - Updated some tests & code improvements - Separate logger for Connection.heartbeat_tick method - Cython generic content - Improve documentation a_global parameter of basic_qos() method. - Fix saving partial read buffer on windows during socket timeout. - Fix deserialization of long string field values that are not utf-8. - Added simple cythonization of abstract_channel.py - Speedups of serialization.py are more restrictive
2021-05-07remmina: Update to 1.4.13ryoon2-8/+7
Changelog: List of changes: Resolve "Can't build Remmina-v1.4.12 on openSUSE versions" !2217 @antenore Adding wayland include dirs !2218 @antenore Use freerdp_settings_get|set API !2216 @akallabeth Fixing Can't build Remmina-v1.4.12 on openSUSE versions / SPICE !2219 @antenore Fixed typo in reconnection attempt in the norwegian translation !2221 @ragnarstolsmark Change "The news are turned off" to the more grammatically correct "News is... !2220 @ncguk rdp: Allow autoreconnect for ERRINFO_GRAPHICS_SUBSYSTEM_FAILED !2222 @Fantu Disable cert file auth when libssh < 0.9.0 !2223 @antenore Removing redundant subtitle !2224 @antenore Removing redundant ssh_userauth_none !2225 @antenore
2021-05-06Improves NetBSD suport: use (and parse) /var/run/dmesg.boot if present,bouyer10-2/+474
use pcictl if present, use NetBSD sysctls when present. Bump PKGREVISION
2021-05-06rabbitmq: updated to 3.8.16adam3-11/+11
RabbitMQ 3.8.16 release The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.16. This is a maintenance release that follows-up to 3.8.15 to reintroduce AWS peer discovery plugin that was unintentionally excluded. Release notes can be found in the change log. This release requires Erlang/OTP 23.2 and is the first release to support Erlang 24. Binary builds and packages of the new release can be found on GitHub, Cloudsmith, or Package Cloud. See RabbitMQ installation guides to learn more. We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. As always, we welcome any questions, bug reports, and other feedback on this release, as well as general suggestions for features and enhancements in future releases. Contact us via the rabbitmq-users Google group or RabbitMQ community Slack. RabbitMQ 3.8.15 release The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.15. This is a maintenance release that includes two security patches. Release notes can be found in the change log. This is the last release to support Erlang/OTP 22. We encourage all users to consult release notes but skip this release and upgrade to 3.8.11 or later. As always, we welcome any questions, bug reports, and other feedback on this release, as well as general suggestions for features and enhancements in future releases. Contact us via the rabbitmq-users Google group or RabbitMQ community Slack.
2021-05-06py-zeroconf: updated to 0.30.0adam3-12/+18
0.30.0: Unknown changes
2021-05-05net: +hooglepho1-1/+2
2021-05-05Import warp-tls-3.3.0pho5-0/+222
warp-tls: HTTP over TLS support for Warp via the TLS package SSLv1 and SSLv2 are obsoleted by IETF. We should use TLS 1.2 (or TLS 1.1 or TLS 1.0 if necessary). HTTP/2 can be negotiated by ALPN.
2021-05-05net: +hs-simple-sendfilepho1-1/+2
2021-05-05Import simple-sendfile-0.2.30pho8-0/+97
Cross platform library for the sendfile system call. This library tries to call minimum system calls which are the bottleneck of web servers.
2021-05-05net: +hs-network-byte-orderpho1-1/+2
2021-05-05Import network-byte-order-0.1.6pho5-0/+50
Peek and poke functions for network byte order.
2021-05-05net: +hs-network-infopho1-1/+2
2021-05-05Import network-info-0.2.0.10pho5-0/+52
This library provides simple read-only access to the local computer's networking configuration. It is currently capable of getting a list of all the network interfaces and their respective IPv4, IPv6 and MAC addresses.
2021-05-04regen distinfo and remove unneeded WRKSRC override - seems I happenedjdolecek2-8/+6
to have .gar.gz from the github instead of the 'official' one from master site now it actually builds
2021-05-04qbittorrent: updated to 4.3.5adam3-15/+14
v4.3.5 - BUGFIX: Move cursor to the end when autofilling URL/hash in "Download from URLs" dialog (Chocobo1) - BUGFIX: Sort invalid QDateTime values after valid values (Chocobo1) - BUGFIX: Fix tabChangesFocus attribute in "Edit trackers" dialog (Christoph Rackwitz) - BUGFIX: Update DynDNS register url (zhuangzi926) - BUGFIX: Handle "not enough disk space" error more graciously (glassez) - BUGFIX: Correctly draw progress background with stylesheet (jagannatharjun) - WEBUI: Fix magnet url from the search facility (Chocobo1) - WEBUI: Revise folder monitoring functions (Chocobo1) - WEBUI: Fix magnet url from the browser (brvphoenix) - WEBUI: Allow to specify file indexes in torrents/files API (glassez) - WINDOWS: NSIS: Allow more strings to translated (bovirus, Chocobo1) - WINDOWS: NSIS: Update Italian, German, Estonian, Russian, PortugueseBR translations (bovirus, Henry Water, PriitUring, Долматов Алексей, Felipe) - LINUX: Fix D-Bus Notification `desktop-entry` field (Chocobo1) - MACOS: Don't use executable name as CFBundleName value (Nick Korotysh) - OTHER: Lower Qt requirement to 5.11 (sledgehammer999) - OTHER: Clarify that the license is GPLv2+ (sledgehammer999)
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho14-21/+28
2021-05-03bump buildlink rev dep for freerdp2, particularly since many CVEs werejdolecek1-2/+2
fixed since 2.0.0rc4
2021-05-03Update net/freerdp2 to version 2.3.2jdolecek3-9/+13
Changes between 2.1.2 and 2.2.0 (newer changes not preset in ChangeLog) # 2020-07-20 Version 2.2.0 Important notes: * CVE-2020-15103 - Integer overflow due to missing input sanitation in rdpegfx channel Noteworty changes: * fix: memory leak in nsc * urbdrc * some fixes and improvements * build * use cmake to detect getlogin_r * improve asan checks/detection * server/proxy * new: support for heartbeats * new: support for rail handshake ex flags * fix: possible race condition with redirects Fixed issues: * #6263 Sound & mic - filter GSM codec for microphone redirection * #6335: windows client title length * #6370 - "Alternate Secondary Drawing Order UNKNOWN" * #6298 - remoteapp with dialog is disconnecting when it loses focus * #6299 - v2.1.2: Can't connect to Windows7
2021-05-03add option for PCSC (smart cards), enable by defaultjdolecek2-5/+13
2021-05-03use libepoll-shim on NetBSD/FreeBSD/OpenBSD to make this actually workjdolecek1-4/+15
fixes 'os specific implementation is missing' error on startup tested on NetBSD
2021-05-03Update to 2.6. Sumary of changes since 2.5:bouyer4-26/+26
bug fixes serial number support for more devices better manufacturer reporting parsing of a few partnumbers for better inventory improved inventory for storage, memory and controllers updated PCI & USB database
2021-05-03gupnp: do not define pre-configure target in buildlink3.mkwiz1-2/+4
2021-05-03gupnp: fix pkglint warningwiz1-2/+1
2021-05-02scapy: note upstream PR for patch-test_run__testsgutteridge2-3/+4
2021-05-02*: Use the tools framework for gdbus-codegennia2-6/+4
2021-05-02*: Use the tools framework for itstoolnia5-15/+9
Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages
2021-05-02simplify the conditional for getting number of CPUs - simply usejdolecek3-9/+20
_SC_NPROCESSORS_ONLN whenever available, this covers also NetBSD; change the #ifdef conditional for HW_NCPU to check for HW_NCPU rather than explicit list of FreeBSD/OpenBSD
2021-05-02Recursive revbump for security/mbedtlsnia2-3/+4
2021-05-01mikutter: update to 4.1.5.tsutsui2-7/+7
Upstream changes: mikutter 4.1.5 https://mikutter.hatenablog.com/entry/2021/05/02/012736 * fix possible crash and code injection in conditions of extract tabs
2021-05-01Add maguropin1-1/+2
2021-05-01net/maguro: import packagepin5-0/+528
Maguro, a fast YouTube downloader. Using the CLI: -Check which streams are available (in no particular order). -Choose a stream to download, and specify the output. Using the Library: -maguro also exposes a library for use in other applications. It is fully-asynchronous, and is (hopefully) intuitive and easy to use. Disclaimer: -This software is created with the purpose of downloading videos with express permission from their creator(s). The creator of this software is not responsible for whether this software is used to download copyrighted YouTube videos.
2021-05-01dbip-country-lite: update to 2021-05.fcambus2-8/+8
No upstream ChangeLog.
2021-05-01dbip-city-lite: update to 2021-05.fcambus2-8/+8
No upstream ChangeLog.