Commit graph

20526 commits

Author SHA1 Message Date
taca
323d481544 net/ruby-addressable: update to 2.8.1
2.8.1 (2022-08-19)

* refactor Addressable::URI.normalize_path to address linter offenses (#430)
* remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY
  regex (#438)
* update gemspec to reflect supported Ruby versions (#466, #464, #463)
* compatibility w/ public_suffix 5.x (#466, #465, #460)
* fixes "invalid byte sequence in UTF-8" exception when unencoding URLs
  containing non UTF-8 characters (#459)
* Ractor compatibility (#449)
* use the whole string instead of a single line for template match (#431)
* force UTF-8 encoding only if needed (#341)
2022-09-03 04:46:47 +00:00
taca
8309235184 net/ruby-public_suffix: update to 5.0.0
5.0.0 (2022-07-24)

Changed

* Minimum Ruby version is 2.6
* Updated definitions.
2022-09-03 04:44:20 +00:00
taca
d1d71a4113 net/ruby-net-smtp: add dependencies
* This package is mainly for redmine50 on Ruby 2.7.
* This package require ruby-net-protocol and ruby-digest on Ruby 2.7.

Bump PKGREVISION.
2022-09-03 04:12:03 +00:00
taca
c23f1ff942 net/ruby-net-imap: add dependencies
* This package is mainly for redmine50 on Ruby 2.7.
* This package require ruby-net-protocol and ruby-digest on Ruby 2.7.
* Remove a duplicate entry from PLIST.

Bump PKGREVISION.
2022-09-03 04:10:15 +00:00
taca
d7d187a410 net/ruby-net-pop: add dependencies
* This package is mainly for redmine50 on Ruby 2.7.
* This package require ruby-net-protocol and ruby-digest.
* Only for Ruby 2.7.

Bump PKGREVISION.
2022-09-03 04:08:41 +00:00
taca
a9fd9e57e2 net/Makefile: add and enable ruby-net-protocol 2022-09-03 04:05:49 +00:00
taca
516209bb74 net/ruby-net-protocol: add package version 0.1.3
This package is mainly for redmine50 on Ruby 2.7.

Net::Protocol

The abstruct interface for net-* client.
2022-09-03 04:04:57 +00:00
taca
b25c4286c7 net/Makefile: add and enable ruby-net-pop 2022-09-02 14:51:29 +00:00
taca
f4d317a310 net/ruby-net-pop: add package version 0.1.1
It is required for forthcoming redmine50 package.


# Net::POP3

This library provides functionality for retrieving
email via POP3, the Post Office Protocol version 3. For details
of POP3, see [RFC1939] (http://www.ietf.org/rfc/rfc1939.txt).
2022-09-02 14:50:30 +00:00
adam
33399f68ed py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.48.1
Match version with net/grpc
2022-09-02 07:35:10 +00:00
wiz
5cd225edc3 freeradius-python: fix build
Bump PKGREVISION.
2022-09-01 20:23:23 +00:00
adam
dc5ea284d7 grpc: updated to 1.48.1
Release v1.48.1

Core

Backport EventEngine Forkables.
2022-09-01 09:29:16 +00:00
pin
852ff96f91 net/piratebay: update to 0.1.5
- Adds --json option which allows to choose the display format of the results
   in json or in table
2022-08-31 20:26:47 +00:00
adam
a46187c7b9 py-lexicon: updated to 3.11.4
3.11.4

Modified

Better management of domain zone id in yandex provider
Fix create record action on glesys provider
Fix create multiple TXT records for the same name in azure provider
2022-08-31 09:45:08 +00:00
adam
c02e6458a8 qbittorrent: updated to 4.4.5
v4.4.5
- BUGFIX: Fix missing trackers when adding magnet link. Affects libtorrent 2.0.x builds.
2022-08-31 08:08:23 +00:00
jperkin
0856d0c862 samba4: Various build fixes. 2022-08-30 17:47:50 +00:00
wiz
c3bb08ebaa ruby-oauth: does not support ruby 2.6 any longer 2022-08-29 14:20:56 +00:00
nia
3c66fcd361 freerdp2: Fix eventfd detection when epoll-shim is used.
Fixes building on NetBSD 9.
2022-08-29 10:36:51 +00:00
pin
456d8b3f3e Add piratebay 2022-08-28 16:21:25 +00:00
pin
102ec69d58 net/piratebay: import package
PirateBay CLI helps you search torrents on piratebay right from the terminal.
2022-08-28 16:20:17 +00:00
taca
78febeaed6 net/ruby-xdr: update to 3.0.3
pkgsrc change: relax dependency to Rail's version.

3.0.3 (2022-02-18)

Bug Fixes

* make XDR::Option write empty strings as values (#15) (ccab229)
2022-08-28 04:58:40 +00:00
taca
77a971981b net/ruby-train-winrm: update to 0.2.13
0.2.13 (2022-02-25)

Merged Pull Requests

* CFINSPEC-2 Added options to allow SSL connection with certificates #34
  (Nik08)
2022-08-28 04:35:24 +00:00
taca
d1c1cf3643 net/ruby-ruby_smb: update to 3.1.7
No Changes nor release note and there are too many changes from 3.0.3.
Please refer: <https://github.com/rapid7/ruby_smb/compare/v3.0.3...v3.1.7>.
2022-08-28 04:33:32 +00:00
taca
dc36b65083 net/ruby-recog: update to 3.0.2
For changes before 3.0.0 (2.3.23), please refer
<https://github.com/rapid7/recog/releases/tag/v2.3.23>.

3.0.0 - 2022.06.28

What's Changed

* Repository split - remove recog library by @mkienow-r7 in #437
* Update default branch rename instructions by @mkienow-r7 in #442
* Update to Ruby version 2.7.5 by @mkienow-r7 in #443
* recog_standardize: handle missing files, detect removed identifiers, unify
  device type tracking by @TomSellers in #438
* Add Baxter SIGMA Spectrum Infusion System fingerprint by @mkienow-r7 in #439
* Add FastHTTP fingerprint by @mkienow-r7 in #440
* Add ManageEngine ADSelfService Plus cookie by @mkienow-r7 in #441
* Restore and enhance fingerprint self test spec by @mkienow-r7 in #444
* Add WatchGuard Fireware XTM favicon fingerprint by @mkienow-r7 in #445
* Fix pre-commit hook for updated recog_standardize by @mkienow-r7 in #446
* Add WSO2 product fingerprints by @mkienow-r7 in #450
* Add openHAB fingerprints by @mkienow-r7 in #448
* Add Home Assistant favicon fingerprint by @mkienow-r7 in #449
* Add Ballerina programming language HTTP module fingerprint by @mkienow-r7
  in #451
* Add Alentis Electronics NetPing PDU fingerprints by @mkienow-r7 in #447
* Add dotCMS Content Management Platform fingerprints by @mkienow-r7 in #452
* Add Microsoft Azure Application Gateway fingerprint by @mkienow-r7 in #453
* Add Alibaba Cloud Object Storage Service (OSS) fingerprint by @mkienow-r7
  in #454
* Add assorted ZTE CPE device web server fingerprint by @mkienow-r7 in #455
* Add a favicon for synology DSM by @jvoisin in #457
* Add a x509_issuers fingerprint for proxmox by @jvoisin in #459
* Fix port number portion of an assert nothing HTTP server regex by
  @mkienow-r7 in #461
* Add Hydra web server fingerprint by @mkienow-r7 in #463
* Add Aruba fingerprints via SNMP by @dcollado-r7 in #462

New Contributors

* @dcollado-r7 made their first contribution in #462

3.0.1 - 2022.06.29

What's Changed

* Repository split - remove recog library by @mkienow-r7 in #437
* Update default branch rename instructions by @mkienow-r7 in #442
* Update to Ruby version 2.7.5 by @mkienow-r7 in #443
* recog_standardize: handle missing files, detect removed identifiers, unify
  device type tracking by @TomSellers in #438
* Add Baxter SIGMA Spectrum Infusion System fingerprint by @mkienow-r7 in #439
* Add FastHTTP fingerprint by @mkienow-r7 in #440
* Add ManageEngine ADSelfService Plus cookie by @mkienow-r7 in #441
* Restore and enhance fingerprint self test spec by @mkienow-r7 in #444
* Add WatchGuard Fireware XTM favicon fingerprint by @mkienow-r7 in #445
* Fix pre-commit hook for updated recog_standardize by @mkienow-r7 in #446
* Add WSO2 product fingerprints by @mkienow-r7 in #450
* Add openHAB fingerprints by @mkienow-r7 in #448
* Add Home Assistant favicon fingerprint by @mkienow-r7 in #449
* Add Ballerina programming language HTTP module fingerprint by @mkienow-r7
  in #451
* Add Alentis Electronics NetPing PDU fingerprints by @mkienow-r7 in #447
* Add dotCMS Content Management Platform fingerprints by @mkienow-r7 in #452
* Add Microsoft Azure Application Gateway fingerprint by @mkienow-r7 in #453
* Add Alibaba Cloud Object Storage Service (OSS) fingerprint by @mkienow-r7
  in #454
* Add assorted ZTE CPE device web server fingerprint by @mkienow-r7 in #455
* Add a favicon for synology DSM by @jvoisin in #457
* Add a x509_issuers fingerprint for proxmox by @jvoisin in #459
* Fix port number portion of an assert nothing HTTP server regex by
  @mkienow-r7 in #461
* Add Hydra web server fingerprint by @mkienow-r7 in #463
* Add Aruba fingerprints via SNMP by @dcollado-r7 in #462

New Contributors

* @dcollado-r7 made their first contribution in #462
2022-08-28 04:28:25 +00:00
taca
f990a7ae88 net/ruby-netaddr: update to 2.0.6
2.0.6 (2022-07-08)

* Fix support for ipv4-embedded ipv6 networks.
2022-08-28 04:20:25 +00:00
taca
98a3734b8e net/Makefile: add and enable ruby-net-smtp 2022-08-28 04:17:17 +00:00
taca
4b75de56b5 net/ruby-net-smtp: add package version 0.3.1
It is required for forthcoming redmine50 package on Ruby 2.7 or 3.0.

Simple Mail Transfer Protocol client library for Ruby.
2022-08-28 04:16:30 +00:00
taca
8a01cd319e net/ruby-net-ldap: update to 0.17.1
0.17.1 (2022-06-07)

* Fixed shebang of bash #385
* Omit some tests for now until we update our CA cert #386
* Add Ruby 3.0 support #388
* Add TruffleRuby 21.0.0 to CI #389
* Correct a typo in an error message #391
* Enable bundler caching for travis #390
* Fix circular require while loading lib/net/ldap/entry.rb and
  lib/net/ldap/dataset.rb #392
* Handle nil value in GetbyteForSSLSocket::getbyte #306
2022-08-28 04:14:03 +00:00
taca
c8e1ac23ce net/Makefile: add and enable ruby-net-imap 2022-08-28 04:10:32 +00:00
taca
c3bf8909a7 net/ruby-net-imap: add package versio 0.2.3
It is required for forthcoming redmine50 package on Ruby 2.7 or 3.0.

Ruby client api for Internet Message Access Protocol.
2022-08-28 04:09:37 +00:00
triaxx
6e6f80d28b syncthing: Update to 1.20.4
upstream changes:
-----------------
o v1.20.4
  Bugfixes:
    #7458: Syncthing announces address of interface which is down
    #8479: Panic in failure reporting
  Enhancements:
    #8007: Support listing the discovered devices using the cli
2022-08-26 10:33:21 +00:00
wiz
49bbbbadfd netdisco: fix PLIST for out.txt change
Bump PKGREVISION.
2022-08-26 10:27:14 +00:00
wiz
103d3a407a py-dnsdiag: fix DEPENDS line 2022-08-26 10:14:21 +00:00
khorben
abcecc1f83 py-dnsdiag: update to 2.0.2
Changes in version 2.0.2:

* Small bug fixes and improvements

Changes in version 2.0.1:

* Add support for DNSSEC
* Add -F to display flags for each response (dnsping)
* Display full response in verbose mode (dnsping)
* Add DoT (DNS over TLS) support (dnsping, dnseval)
* Add DoH (DNS over HTTPS) support (dnsping, dnseval)
* Add TCP support
* Improved JSON output support for dnseval
* Refactor and PEP8 cleanup
* Do not use system resolver when not needed
* Add support for user defined source IP address
* Add user-specified destination port (-p/--port)
* Improve error handling
* Display last response code for each entry
* Rework custom socket and custom TTL support
* Rework time calculation logic to eliminate an extra DNS request that
  was just sent for timing (dnstraceroute)
* Update docs (output samples, use cases, etc)
* Use proper terminology (in code) to reduce confusion
2022-08-26 09:22:27 +00:00
wiz
3ca1913418 py-twine: fix PLIST 2022-08-26 09:03:34 +00:00
adam
ec47f8dc3c qbittorrent: updated to 4.4.4
v4.4.4
- BUGFIX: Correctly handle data decompression with Qt 6.3 (brvphoenix)
- BUGFIX: Fix wrong file names displayed in tooltip (Chocobo1)
- BUGFIX: Fix incorrect "max outgoing port" setting (glassez)
- BUGFIX: Make working set limit available only on libtorrent 2.0.x builds (summer)
- BUGFIX: Try to recover missing tags (summer)
- RSS: Clear RSS parsing error after use (glassez)
- WEBAPI: Set HTTP method restriction on WebAPI actions (Chocobo1)
- WINDOWS: Work around application stuttering on Windows (Chocobo1)
- WINDOWS: NSIS: Update Portuguese, Italian, Korean, Latvian translations(Blackspirits, bovirus, Minseo Lee, Coool)
- LINUX: Improve D-Bus notifications handling (glassez)
- MACOS: Open destination folders on macOS in separate thread (Nick Korotysh)
2022-08-26 06:39:42 +00:00
schmonz
b48557670a Update to 20220822. From the changelog:
- switch to simple Makefile
- crypto_onetimeauth_poly1305.c update
2022-08-25 17:59:08 +00:00
leot
436c8317d0 yt-dlp: Update to yt-dlp-2022.8.19
Changes:
### 2022.08.19
* Fix bug in `--download-archive`
* [jsinterp] **Fix for new youtube players** and related improvements
* [phantomjs] Add function to execute JS without a DOM
* [build] Exclude devscripts from installs
* [cleanup] Misc fixes and cleanup
* [extractor/youtube] Add fallback to phantomjs for nsig
* [extractor/youtube] Fix error reporting of "Incomplete data"
* [extractor/youtube] Improve format sorting for IOS formats
* [extractor/youtube] Improve signature caching
* [extractor/instagram] Fix extraction
* [extractor/rai] Minor fix
* [extractor/rtbf] Fix stream extractor
* [extractor/SovietsCloset] Fix extractor
* [extractor/zattoo] Fix Zattoo resellers
2022-08-24 17:49:36 +00:00
wiz
b601c8b696 py-dns: update patterns now that pkgsrc versions are new enough 2022-08-24 10:10:30 +00:00
wiz
31248bf717 py-twine: update to 4.0.1.
Twine 4.0.1 (2022-06-01)

Bugfixes

    Improve logging when keyring fails. (#890)

    Reconfgure root logger to show all log messages. (#896)

Twine 4.0.0 (2022-03-31)

Features

    Drop support for Python 3.6. (#869)

    Use Rich to add color to upload output. (#851)

    Use Rich to add color to check output. (#874)

    Use Rich instead of tqdm for upload progress bar. (#877)

Bugfixes

    Remove Twine’s dependencies from the User-Agent header when uploading. (#871)

    Improve detection of disabled BLAKE2 hashing due to FIPS mode. (#879)

    Restore warning for missing long_description. (#887)

Twine 3.8.0 (2022-02-02)

Features

    Add --verbose logging for querying keyring credentials. (#849)

    Log all upload responses with --verbose. (#859)

    Show more helpful error message for invalid metadata. (#861)

Bugfixes

    Require a recent version of urllib3. (#858)

Twine 3.7.1 (2021-12-07)

Improved Documentation

    Fix broken link to packaging tutorial. (#844)

Twine 3.7.0 (2021-12-01)

Features

    Add support for core metadata version 2.2, defined in PEP 643. (#833)

Twine 3.6.0 (2021-11-10)

Features

    Add support for Python 3.10. (#827)

Twine 3.5.0 (2021-11-02)

Features

    Show more helpful messages for invalid passwords. (#815)

    Allow the --skip-existing option to work with GCP Artifact Registry. (#823)

Bugfixes

    Add a helpful error message when an upload fails due to missing a trailing slash in the URL. (#812)

    Generalize --verbose suggestion when an upload fails. (#817)

Twine 3.4.2 (2021-07-20)

Bugfixes

    Improve error message for unsupported metadata. (#755)

    Improve error message for a missing config file. (#770)

    Do not include md5_digest or blake2_256_digest if FIPS mode is enabled on the host. This removes those fields from the metadata before sending the metadata to the repository. (#776)

Twine 3.4.1 (2021-03-16)

Bugfixes

    Fix a regression that was causing some namespace packages with dots in them fail to upload to PyPI. (#745)

Twine 3.4.0 (2021-03-15)

Features

    Prefer importlib.metadata for entry point handling. (#728)

    Rely on importlib_metadata 3.6 for nicer entry point processing. (#732)

    Eliminate dependency on setuptools/pkg_resources and replace with packaging and importlib_metadata. (#736)

Twine 3.3.0 (2020-12-23)

Features

    Print files to be uploaded using upload --verbose (#670)

    Print configuration file location when using upload --verbose (#675)

    Print source and values of credentials when using upload --verbose (#685)

    Add support for Python 3.9 (#708)

    Turn warnings into errors when using check --strict (#715)

Bugfixes

    Make password optional when using upload --client-cert (#678)

    Support more Nexus versions with upload --skip-existing (#693)

    Support Gitlab Enterprise with upload --skip-existing (#698)

    Show a better error message for malformed files (#714)

Improved Documentation

    Adopt PSF code of conduct (#680)

    Adopt towncrier for the changleog (#718)

Twine 3.2.0 (2020-06-24)

Features

    Improve display of HTTP errors during upload (#666)

    Print packages and signatures to be uploaded when using --verbose option (#652)

    Use red text when printing errors on the command line (#649)

    Require repository URL scheme to be http or https (#602)

    Add type annotations, checked with mypy, with PEP 561 support for users of Twine’s API (#231)

Bugfixes

    Update URL to .pypirc specification (#655)

    Don’t raise an exception when Python version can’t be parsed from filename (#612)

    Fix inaccurate retry message during upload (#611)

    Clarify error messages for archive format (#601)

Twine 3.1.1 (2019-11-27)

Bugfixes

    Restore --non-interactive as a flag not expecting an argument. (#548)

Twine 3.1.0 (2019-11-23)

Features

    Add support for specifying --non-interactive as an environment variable. (#547)

Twine 3.0.0 (2019-11-18)

Features

    When a client certificate is indicated, all password processing is disabled. (#336)

    Add --non-interactive flag to abort upload rather than interactively prompt if credentials are missing. (#489)

    Twine now unconditionally requires the keyring library and no longer supports uninstalling keyring as a means to disable that functionality. Instead, use keyring --disable keyring functionality if necessary. (#524)

    Add Python 3.8 to classifiers. (#518)

Bugfixes

    More robust handling of server response in --skip-existing (#332)

Twine 2.0.0 (2019-09-24)

Features

    Twine now requires Python 3.6 or later. Use pip 9 or pin to “twine<2” to install twine on older Python versions. (#437)

Bugfixes

    Require requests 2.20 or later to avoid reported security vulnerabilities in earlier releases. (#491)

Twine 1.15.0 (2019-09-17)

Features

    Improved output on check command: Prints a message when there are no distributions given to check. Improved handling of errors in a distribution’s markup, avoiding messages flowing through to the next distribution’s errors. (#488)

Twine 1.14.0 (2019-09-06)

Features

    Show Warehouse URL after uploading a package (#459)

    Better error handling and gpg2 fallback if gpg not available. (#456)

    Now provide a more meaningful error on redirect during upload. (#310)

Bugfixes

    Fail more gracefully when encountering bad metadata (#341)
2022-08-23 22:09:03 +00:00
wiz
3b03b7db98 py-dns: update to 2.2.1.
Python 3 only, upstream does not maintain a changelog any longer.
2022-08-23 22:04:09 +00:00
wiz
0c063e1bf5 *: switch to appropriate py-dns version 2022-08-23 21:49:55 +00:00
wiz
f8d6f48063 net/Makefile: + py-dns1 2022-08-23 21:47:10 +00:00
wiz
c58129a85e net/py-dns1: import py27-dns-1.16.0nb2
dnspython is a DNS toolkit for Python. It provides both high and low
level access to DNS. The high level classes perform queries for data
of a given name, type, and class, and return an answer set. The low
level classes allow direct manipulation of DNS zones, messages, names,
and records.

This is the python-2.x version of the module.
2022-08-23 21:45:30 +00:00
wiz
2d9dfd1e19 libfetch: remove unused variable
Also removed in upstream FreeBSD sources.

Fixes a clang warning/error reported by Edgar Fuß.
2022-08-23 17:48:53 +00:00
adam
b6fdc0dfe2 haproxy: updated to 2.6.4
2.6.4
- BUG/MINOR: ssl/cli: error when the ca-file is empty
- BUG/MAJOR: mworker: fix infinite loop on master with no proxies.

2.6.3
- BUG/MINOR: sockpair: wrong return value for fd_send_uxst()
- Revert "BUG/MINOR: peers: set the proxy's name to the peers section name"
- DEBUG: fd: split the fd check
- MEDIUM: resolvers: continue startup if network is unavailable
- BUG/MINOR: mworker: PROC_O_LEAVING used but not updated
- BUG/MEDIUM: mux-quic: fix missing EOI flag to prevent streams leaks
- MINOR: quic: Congestion control architecture refactoring
- MEDIUM: quic: Cubic congestion control algorithm implementation
- MINOR: quic: New "quic-cc-algo" bind keyword
- BUG/MINOR: quic: loss time limit variable computed but not used
- MINOR: quic: Stop looking for packet loss asap
- BUG/MAJOR: quic: Useless resource intensive loop qc_ackrng_pkts()
- MINOR: quic: Send packets as much as possible from qc_send_app_pkts()
- BUG/MEDIUM: queue/threads: limit the number of entries dequeued at once
- MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups
- BUG/MEDIUM: pattern: only visit equivalent nodes when skipping versions
- BUG/MINOR: mux-quic: prevent crash if conn released during IO callback
- CLEANUP: mux-quic: remove useless app_ops is_active callback
- BUG/MINOR: mux-quic: do not free conn if attached streams
- MINOR: peers: Use a dedicated reconnect timeout when stopping the local peer
- BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload
- BUG/MINOR: peers: Use right channel flag to consider the peer as connected
- BUG/MEDIUM: dns: Properly initialize new DNS session
- BUG/MINOR: backend: Don't increment conn_retries counter too early
- MINOR: server: Constify source server to copy its settings
- REORG: server: Export srv_settings_cpy() function
- BUG/MEDIUM: proxy: Perform a custom copy for default server settings
- MINOR: peers: Add a warning about incompatible SSL config for the local peer
- BUG/MINOR: quic: Missing in flight ack eliciting packet counter decrement
- BUG/MEDIUM: quic: Floating point exception in cubic_root()
- BUILD: http: silence an uninitialized warning affecting gcc-5
- BUG/MINOR: quic: Avoid sending truncated datagrams
- BUG/MINOR: ring/cli: fix a race condition between the writer and the reader
- BUG/MEDIUM: sink: Set the sink ref for forwarders created during ring parsing
- BUG/MINOR: sink: fix a race condition between the writer and the reader
- BUG/MINOR: quic: do not reject datagrams matching minimum permitted size
- BUG/MINOR: quic: Missing Initial packet dropping case
- MINOR: quic: explicitely ignore sendto error
- BUG/MEDIUM: quic: break out of the loop in quic_lstnr_dghdlr
- CLEANUP: assorted typo fixes in the code and comments
- BUILD: cfgparse: always defined _GNU_SOURCE for sched.h and crypt.h
- BUG/MEDIUM: quic: Wrong packet length check in qc_do_rm_hp()
- MINOR: quic: Too much useless traces in qc_build_frms()
- BUG/MEDIUM: quic: Missing AEAD TAG check after removing header protection
- CLEANUP: mux-quic: remove loop on sending frames
- BUG/MEDIUM: quic: always remove the connection from the accept list on close
- BUG/MEDIUM: poller: use fd_delete() to release the poller pipes
- BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq()
- BUILD: stconn: fix build warning at -O3 about possible null sc
- BUILD: debug: silence warning on gcc-5
- BUG/MINOR: quic: Possible infinite loop in quic_build_post_handshake_frames()
- BUG/MEDIUM: ring: fix too lax 'size' parser
- BUG/MINOR: quic: memleak on wrong datagram receipt
- MINOR: stick-table: Add table_expire() and table_idle() new converters
- BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names
- MINOR: applet: add a function to reset the svcctx of an applet
- BUG/MEDIUM: cli: always reset the service context between commands
- BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle
- BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized
- BUG/MAJOR: log-forward: Fix ssl layer not initialized on bind even if configured
2022-08-23 09:49:55 +00:00
tnn
4b054247d3 netdisco: forgot to commit distinfo in previous commit 2022-08-22 20:43:39 +00:00
tnn
1ad787ec42 netdisco: fix MASTER_SITE for oui.txt
... but since this master site does not use versioned files, comment it out
and instead upload the distfile to nbftp.
2022-08-22 19:01:36 +00:00
tnn
59547f63e7 xymon: fix dependency pattern for xymonclient + pkglint 2022-08-22 15:22:14 +00:00
wiz
23ad325005 rsync: update to 3.2.5.
# NEWS for rsync 3.2.5 (14 Aug 2022)

## Changes in this version:

### SECURITY FIXES:

- Added some file-list safety checking that helps to ensure that a rogue
  sending rsync can't add unrequested top-level names and/or include recursive
  names that should have been excluded by the sender.  These extra safety
  checks only require the receiver rsync to be updated.  When dealing with an
  untrusted sending host, it is safest to copy into a dedicated destination
  directory for the remote content (i.e. don't copy into a destination
  directory that contains files that aren't from the remote host unless you
  trust the remote host). Fixes CVE-2022-29154.

 - A fix for CVE-2022-37434 in the bundled zlib (buffer overflow issue).

### BUG FIXES:

- Fixed the handling of filenames specified with backslash-quoted wildcards
  when the default remote-arg-escaping is enabled.

- Fixed the configure check for signed char that was causing a host that
  defaults to unsigned characters to generate bogus rolling checksums. This
  made rsync send mostly literal data for a copy instead of finding matching
  data in the receiver's basis file (for a file that contains high-bit
  characters).

- Lots of manpage improvements, including an attempt to better describe how
  include/exclude filters work.

- If rsync is compiled with an xxhash 0.8 library and then moved to a system
  with a dynamically linked xxhash 0.7 library, we now detect this and disable
  the XX3 hashes (since these routines didn't stabilize until 0.8).

### ENHANCEMENTS:

- The [`--trust-sender`](rsync.1#opt) option was added as a way to bypass the
  extra file-list safety checking (should that be required).

### PACKAGING RELATED:

- A note to those wanting to patch older rsync versions: the changes in this
  release requires the quoted argument change from 3.2.4. Then, you'll want
  every single code change from 3.2.5 since there is no fluff in this release.

- The build date that goes into the manpages is now based on the developer's
  release date, not on the build's local-timezone interpretation of the date.

### DEVELOPER RELATED:

- Configure now defaults GETGROUPS_T to gid_t when cross compiling.

- Configure now looks for the bsd/string.h include file in order to fix the
  build on a host that has strlcpy() in the main libc but not defined in the
  main string.h file.
2022-08-22 11:11:49 +00:00