Commit graph

20356 commits

Author SHA1 Message Date
fcambus
e9685f249a dbip-city-lite: update to 2022.06.
No upstream ChangeLog.
2022-06-01 10:48:47 +00:00
fcambus
4df6d4669a dbip-city-lite: update to 2022.06.
No upstream ChangeLog.
2022-06-01 10:47:29 +00:00
gdt
914ead14ac openvpn*: Update to 2.5.7
Upstream changes: bugfixes
2022-05-31 18:03:41 +00:00
gdt
478f21a2c0 net/iperf2: Update to 2.1.7
Upstream does not provide NEWS, but this is believe to be several
micro updates from 2.1.4.  (2.1.[56] were not in pkgsrc because of an
upstream bug, fixed in 2.1.7)
2022-05-29 15:53:44 +00:00
leot
acffaabb90 sshping: Use CMAKE_INSTALL_MANDIR instead of assuming man 2022-05-28 20:46:44 +00:00
leot
95a7991656 sshping: Add missing tool dependency to pod2man 2022-05-28 20:46:16 +00:00
leot
eb2780d064 Geomyidae: Update to 0.50.1
Changes:
0.50.1
------
Thanks to the help of early testers, a major bug was fixed:

* Now chroot and the new REST code work together.


0.50
----
After four years of development, finally the v0.50 release is now
available!

I want to thank everyone who helped!

See the features:

* REST mode (see CGI.md)
        * see cgi-examples/proxy.cgi
        * see cgi-examples/rest.dcgi
* Official TLS support in geomyidae!
        * TLS sticky (+t) bit support for must-be-served-encrypted
          content.
        * Script for self-signing a certificate is in the distribution.
        * GOPHERS and HTTPS CGI variables implemented for dcgi/cgi.
* There is some xinetd request filter (in web world: URL filter) added
  as example.
* Syslog support is now included.
* A dockerfile is added with TLS support.
* There is one cgi-examples/umnlisting.dcgi, which emulates all
  of UMN style dir listing.
* More CGI backwards compatibility to other gopher daemons.
* There is size/date/time in dir listings.
        * Sort by date is implemented.
* Removed sendfile(2) and other premature optimisations. The most
  simple solution is fastest and most portable.
        * At ind.c:106 you can read the full story.
* Makefile output has been simplified to be easier debuggable.
* More filetype handling types.
        * There is now some filetypes.h for easier future additions.
* Gopher+ redirects work and are logged.
* There is now a geomyidae logo as SVG in the repository.
* Geomyidae has been moved from /usr/sbin to /usr/bin.
* Relative paths in gph are fixed and working.
* More happy helping snowman for your pleasure.
2022-05-28 19:03:15 +00:00
leot
dc98aad6e4 net: Add sshping 2022-05-28 17:33:48 +00:00
leot
2882a9b0dc sshping: Import sshping-0.1.4 as net/sshping
sshping measure character-echo latency and bandwidth for an ssh
session.

This utility can be used to test the performance of interactive ssh
sessions or scp file transfers. It uses ssh to log into a remote
system, then runs two tests: the first test sends one character at a
time, waiting for each character to be returned while it records the
latency time for each. The second test sends a dummy file over scp to
/dev/null on the remote system.

Packaged in pkgsrc-wip by KFL, thanks!
2022-05-28 17:33:20 +00:00
pin
e2ac8fe5af net/yaydl: update to 0.10.0
-New feature: Playlist support for handlers! Might fix issues like #1.
-New site: xHamster. (Uses the new playlist support. Yay!)
-The WebDriver port can be set as an environment variable now to save some
 typing.
-The progress bar is now cleared after a download is finished.
-cargo will now strip the resulting binary when compiling in release mode.
2022-05-26 21:23:06 +00:00
adam
26f791d584 grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.46.3
v1.46.3
Core
backport: xds: use federation env var to guard new-style resource name parsing

v1.46.2
Ruby
Backport "[Ruby]fix a rake compile error since rake-compiler ~> 1.1".
Backport "Upgrade ruby rake-compiler-dock images
2022-05-25 09:49:24 +00:00
jaapb
0cb733c72b Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
jaapb
5f05f46db9 Recursive revbump associated with update of ocaml.
Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
2022-05-24 18:51:47 +00:00
nia
e596537aba transmission-qt: Eliminate silly NetBSD version test. 2022-05-24 13:00:15 +00:00
nikita
c741fa926a remmina: switch to USE_GITLAB. 2022-05-24 10:46:06 +00:00
pin
f91eae9414 net/yaydl: update to 0.9.0
-fixed warnings.
2022-05-24 08:54:53 +00:00
pin
be48c2f2d2 net/ncgopher: update to 0.4.0
0.4.0
  New features:
  - Search in documents. Finally. Search with '/'. Jump to next/previous
    result with n/N. Fixes #5
  - Gemini: Check for redirect loops

  Changes:
  - Breaking: Changed key shortcuts for next/previous link to l/L
  - Removed Config as a dependency and use serde instead
  - Update dependencies

  Bugfixes:
  - Clicking "accept the risk" in the certificate dialog will now automaically
    open the URL
  - Update status message display when fetching content
  - Url-decode path in gopher URIs. Fixes #78
  - Fixed crash when darkmode is enabled (pull request #69)
  - Introduced and fixed crash when bookmarks file does not exist
  - The open image command finally works again
  - Fixed name of arch package in README
2022-05-23 21:07:14 +00:00
pin
89c4cc430a net/yaydl: update to 0.8.0
-Introducing WebDriver support with fantoccini. In theory, yaydl can now use
 Firefox or Chrome for scraping a website, even if its contents require
 JavaScript. The only obvious downside is that this adds complexity to the
 SiteDefinition trait. (Requires a compatible WebDriver client as described in
 the README.)
-Fixed the WatchMDH handler which is the first handler to use a WebDriver.
-Upgraded the argument parser to clap_derive (easier annotation, even easier
 usage).
-Updated the Rust edition to 2021, could be useful later.
2022-05-23 21:06:26 +00:00
pin
d24728d11e Add amfora 2022-05-23 09:18:56 +00:00
pin
895744a269 net/amfora: import package
Packaged in wip by mjturner.
Thanks to wiz for some hints.

Amfora aims to be the best looking Gemini client with the most features... all
in the terminal. It does not support Gopher or other non-Web protocols
2022-05-23 09:18:17 +00:00
dholland
9b21de2fbb Bump PKGREVISION of net/nagios-plugin-syncrepl for previous change.
(Honoring CFLAGS will likely change the binary package on some targets.)
2022-05-22 23:05:56 +00:00
dholland
7a8a346280 net/nagios-plugin-syncrepl: honor CFLAGS and LDFLAGS
May be sufficient to fix the Solaris build as suggested in PR 52050.
2022-05-22 22:50:42 +00:00
dholland
0b194058cb net/nagios-plugin-syncrepl: pkglint 2022-05-22 22:47:53 +00:00
taca
2dfa10f726 net/php-yaz: dose not support PHP 8 and later
This package dose not support php80 and php81.
2022-05-22 14:38:44 +00:00
taca
434e1c6e50 net/php-xmlrpc: is not supported PHP 8 and later
php80 and php81 droped xmlrpc extension.
2022-05-22 14:15:36 +00:00
taca
600e1409a2 net/php-geoip: dose not support PHP 8 and later
This package dose not support php80 and php81.
2022-05-22 14:11:05 +00:00
adam
b14f20cf3b py-minio: updated to 7.1.8
7.1.8
fix make version-id dictionary instead of set
VS: ----------------------------------------------------------------------
2022-05-19 13:18:31 +00:00
wiz
c2e9b287fa frr: remove patch that was removed from distinfo during last update 2022-05-19 07:49:17 +00:00
triaxx
5225825d54 syncthing: Update to 1.20.1
pkgsrc changes:
---------------
  * Add comments about usage of this file in unprivileged.
  * Add _rc_subr_loaded variable for consistency with other rc files.

upstream changes:
-----------------
o v1.20.1
  Bugfixes:
    #8320: Spurious failure of new connections ("unknown (newer?) version of
           the protocol" etc)

o v1.20.0
  Bugfixes:
    #7855: Watching for changes using too many system resources on BSDs
           (kqueue)
    #8020: Dangling symlink prevents filesystem watcher on Solaris
    #8232: Missing include file endlessly spams log
    #8258: The latest version does not support go1.18 compilation!!
    #8261: TypeError: Cannot read properties of null (reading 'status') in the
           GUI after killing Syncthing
  Enhancements:
    #8202: Indicate folders / devices where the remote end has not accepted
           sharing.
    #8282: Change default log format to include date
  Other issues:
    #8279: Simplify tests using T.TempDir

o v1.19.2
  Enhancements:
    #8180: Make error message upon reaching the free space quota more clear

o v1.19.1
  Bugfixes:
    #7850: junctionsAsDirs requires folder pause and resume to trigger
    #7924: notify: File mode change events not emitted on MacOS/FSEvents watcher
    #8083: Device ID should be read-only and "nearby devices" should be hidden when adding a new pending device
    #8143: Behavior of discovery server doesn't match documentation
    #8145: Folder ID not editable in add folder dialog
  Enhancements:
    #7942: Improve error message about folder marker outside of folder
    #8130: CLI: add command to print pending folders offered by specific device
2022-05-18 20:45:36 +00:00
tpaul
0af227889c net/terraform-provider-vultr: Update to 2.11.1
The govultr and data type update fixes an issue where it was impossible to
remove the deprecated "tag" argument from an instance.

Upstream Release Notes:
 - Release v2.11.1 #patch
 - Bump govultr v1.17.0 and update data types
 - Fix vultr_instance_ipv4 resource doc and argument reference.
 - Fix incorrect import example
2022-05-18 18:21:22 +00:00
taca
a0db95e716 net/bind916: update to 9.16.29
This release contains a fix for CVE-2022-1183.


	--- 9.16.29 released ---

5885.	[bug]		RPZ NSIP and NSDNAME rule processing didn't handle stub
			and static-stub zones at or above the query name.  This
			has now been addressed. [GL #3232]

5881.	[bug]		dig +nssearch could hang in rare cases when recv_done()
			callback was being called earlier than send_done().
			[GL #3278]

5880.	[func]		Add new named command-line option -C to print built-in
			defaults. [GL #1326]

5879.	[contrib]	dlz: Add FALLTHROUGH and UNREACHABLE macros. [GL #3306]

5874.	[bug]		keymgr didn't work with python 3.11. [GL !6157]

5866.	[bug]		Work around a jemalloc quirk which could trigger an
			out-of-memory condition in named over time. [GL #3287]

5863.	[bug]		If there was a pending negative cache DS entry,
			validations depending upon it could fail. [GL #3279]

5858.	[bug]		Don't remove CDS/CDNSKEY DELETE records on zone sign
			when using 'auto-dnssec maintain;'. [GL #2931]
2022-05-18 15:05:07 +00:00
mef
0c77619c3e (net/vultr-cli) correction to githubify. fix build 2022-05-18 14:58:16 +00:00
adam
2cccdf5aee py-lexicon: updated to 3.11.2
v3.11.2
Add support of record update without an identifier in yandex provider
2022-05-18 13:21:08 +00:00
pin
e9698def1c net/trippy: update to 0.4.0
0.4.0 - 2022-05-18
Added
-Added -P (--target-port) flag to allow specifying the target port (1, 2)
-Added ability to tracing with either a fixed source or a fixed destination port
 for both udp and tcp tracing (#43)
-Display source and destination ports in Tui (#156)
-Added the -A (--source-address) flag to allow specifying the source address
 (#162)
-Added the -I (--interface) flag to allow specifying the source interface (#142)
-Added the -Q (--tos) flag to allow specifying the TOS (DSCP+ECN) IPv4 header
 value (#38)

Changed
-Changed tcp tracing to use a standard (non-raw) socket to be able to detect the
 target (#134)
-Changed udp tracing to use a standard (non-raw) socket (#155)
-Renamed the --tui-max-addresses-per-hop flag as tui-max-addrs (#165)
-Reorder the cli flags in the help output (#163)
-Change short alias for flag max_round_duration from -I to -T (1)
-Added short cli flags for source-port (-S), first-ttl (-f) and tui-max-addrs
 (-M) (1)

Fixed
-Checksums for udp packets were not being set (obsoleted by #155) (#159)
-TimeExceeded responses from the target address were not being handled (1)
-The largest time-to-live for a given round was being calculated incorrectly in
 some cases (1)
2022-05-18 12:08:44 +00:00
charlotte
bd246fe4a6 s6-dns: Update MAINTAINER 2022-05-18 00:24:33 +00:00
pin
29e5a78ec5 net/yaydl: update to 0.7.1
-Updated one dependency and fixed YouTube's URL regex - thank you, @yeurch!
2022-05-17 18:36:51 +00:00
jperkin
d9fdb77507 krfb: SunOS needs socket libraries. 2022-05-17 13:58:08 +00:00
jperkin
12400f57cf krdc: SunOS needs socket libraries. 2022-05-17 13:52:09 +00:00
jperkin
f74d26e775 kopete: Support SunOS. 2022-05-17 13:35:47 +00:00
wiz
49ab14180a ortp: update HOMEPAGE 2022-05-17 12:08:25 +00:00
jperkin
6865d69a91 ortp: Remove -Werror.
This package could really do with an update, some of the constructs are
questionable and possibly already fixed upstream.
2022-05-17 12:04:30 +00:00
nia
8c70f83ae7 lua-unbound: Needs pkg-config to build. 2022-05-17 11:31:16 +00:00
adam
a85b671e53 haproxy: updated to 2.5.7
2.5.7
- BUILD: compiler: properly distinguish weak and global symbols
- MINOR: connection: Add way to disable active connection closing during soft-stop
- BUG/MEDIUM: http-ana: Fix memleak in redirect rules with ignore-empty option
- BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit()
- BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all()
- MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord"
- BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks from the response channel
- CI: github actions: update LibreSSL to 3.5.2
- SCRIPTS: announce-release: add URL of dev packages
- BUG/MEDIUM: mux-fcgi: Be sure to never set EOM flag on an empty HTX message
- BUG/MEDIUM: mux-h1: Be able to handle trailers when C-L header was specified
- BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket
- BUG/MINOR: mux-h2: mark the stream as open before processing it not after
- MINOR: mux-h2: report a trace event when failing to create a new stream
- DOC: config: Update doc for PR/PH session states to warn about rewrite failures
- BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port]
- BUG/MINOR: startup: usage() when no -cc arguments
- BUG/MEDIUM: resolvers: make "show resolvers" properly yield
- BUG/MEDIUM: cli: make "show cli sockets" really yield
- BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend"
- BUG/MINOR: map/cli: protect the backref list during "show map" errors
- BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init
- BUG/MEDIUM: ssl/cli: fix yielding in show_cafile_detail
- BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts
- BUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not to mix cli+ssl contexts
- BUG/MINOR: ssl/cli: fix "show ssl crl-file" not to mix cli+ssl contexts
- BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts
- DOC: fix typo "ant" for "and" in INSTALL
- CI: dynamically determine actual version of h2spec
- BUG/MINOR: ssl: Fix typos in crl-file related CLI commands
- BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation
- BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings
- BUILD: listener: shut report of possible null-deref in listener_accept()
- BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-(
- DOC: install: update gcc version requirements
- BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes).
- BUG/MEDIUM: lua: fix argument handling in data removal functions
- DOC/MINOR: fix typos in the lua-api document
- BUG/MINOR: conn_stream: do not confirm a connection from the frontend path
- CLEANUP: applet: make appctx_new() initialize the whole appctx
- BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized
- MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests
- CLEANUP: mux-h1: Fix comments and error messages for global options
2022-05-17 07:33:48 +00:00
tpaul
cfa88bc287 net/vultr-cli: import vultr-cli-2.14.0
Official command line tool for Vultr services.
2022-05-16 18:08:00 +00:00
kardel
e0ebf0720a net/frr: Update to 8.2.2
Features 8.2.2 Release
    BGP Long-lived graceful restart capability
    (http://docs.frrouting.org/en/stable-8.2/bgp.html#long-lived-graceful-restart)
    BGP Extended Optional Parameters Length for BGP OPEN Message
    (http://docs.frrouting.org/en/stable-8.2/bgp.html#clicmd-neighbor-PEER-extended-optional-parameters)
    BGP Extended BGP Administrative Shutdown Communication
    IS-IS Link State Traffic Engineering support
    (http://docs.frrouting.org/en/stable-8.2/isisd.html#traffic-engineering)
    OSPFv3 Support for NSSA Type-7 address ranges
    (http://docs.frrouting.org/en/stable-8.2/ospf6d.html#ospf6-area)
    PBR VLAN actions support
    (http://docs.frrouting.org/en/stable-8.2/pbr.html#pbr-maps)

Features 8.1 Release
    Lua hooks are now feature complete, with one hook available for use
    (http://docs.frrouting.org/en/latest/scripting.html)
    Improvements to SRv6 (Segment Routing over IPv6)
    (http://docs.frrouting.org/en/latest/zebra.html#segment-routing-ipv6)
    Improvements to Prefix-SID (Type 5)
    EVPN route type-5 gateway IP overlay Index
    (http://docs.frrouting.org/en/latest/bgp.html#evpn-overlay-index-gateway-ip)
    OSPFv3 NSSA and NSSA totally stub areas
    (http://docs.frrouting.org/en/latest/ospf6d.html#ospf6-area)
    OSPFv3 ASBR summarization
    (http://docs.frrouting.org/en/latest/ospf6d.html#asbr-summarisation-support-in-ospfv3)
    OSPFv3 Graceful Restart
    (http://docs.frrouting.org/en/latest/ospf6d.html#graceful-restart)
    OSPFv2 Graceful Restart (restarting mode added, helper was already implemented)
    (http://docs.frrouting.org/en/latest/ospfd.html#graceful-restart)

Further release information: https://github.com/FRRouting/frr/releases/
2022-05-16 11:54:19 +00:00
jperkin
8f5f99e6a0 grpc: Include sys/types.h before netinet. 2022-05-16 08:47:19 +00:00
adam
1cdfd0679a py-lexicon: updated to 3.11.1
3.11.1

Modified

Improve the Oracle Cloud DNS (oci) provider on the authentication mechanism
Add API documentation to Oracle Cloud DNS
2022-05-15 19:26:51 +00:00
pin
4db9f0086a net/castor: update to 0.9.0
-Fix deps versions.
-Update defaults and example settings.
2022-05-15 06:44:09 +00:00
wiz
3cd8e286f0 paris-traceroute: this needs c++11 for inttypes. 2022-05-15 04:54:07 +00:00
dholland
1aba038902 Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
adam
7d699ba1c9 grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.46.1
Release v1.46.1
This release contains refinements, improvements, and bug fixes.

Release v1.46.0

Core

Ignore Connection Aborted errors on accept.
Filter content-length metadata from the application.
RetryFilter: Cleanup pending byte stream.
HTTP Proxy: Ignore empty entry in no_proxy list.
Adding http/1.1 support in httpcli.
HTTP2: Initiate write for acknowledging SETTINGS frame.
Change the unsupported polling strategy log for forking to GPR_INFO.
Handle SSL_ERROR_WANT_WRITE error.
TCP Async Connect: Fix Heap use-after-free.
HTTP2: Add graceful goaway.
Remove epollex poller.
TlsCredentials: Comparator implementation.
Decrease verbosity of alts handshaker logs which can happen during cancellation.
HTTP2: Should not run cancelling logic on servers when receiving GOAWAY.
HTTP2: Don't throttle pings from the server.
Include ADS stream error in XDS error updates.
Remove idempotent/cacheable requests.

C++

Add bazel cpp distribtest for grpc_cc_library.

C#

Add support for grpc-dotnet in GKE benchmarks.
Sync unary call after shutdown: Add a repro and fix for 19090.
Remove C# Legacy (a.k.a. "Classic") csproj example.

Python

Add Python GCF Distribtest.
Add Python Reflection Client.
Revert "Fix prefork handler register's default behavior".
Fix prefork handler register's default behavior.
Fix fetching CXX variable in setup.py.

Ruby

Support pre-built binaries for Ruby 3.1.
Make sure to always receive initial metadata in ruby.
2022-05-13 07:35:53 +00:00
wiz
b787f569cd fping: add upstream bug report URL to patch 2022-05-13 04:51:38 +00:00
wiz
c70298e326 fping: update to 5.1.
fping 5.1 (2022-02-06)
======================

## Bugfixes and other changes

- Use setcap to specify specific files in fping.spec (#232, thanks @zdyxry)
- Netdata: use host instead name as family label (#226, thanks @k0ste)
- Netdata: use formatstring macro PRId64 (#229, thanks @gsnw)
- Allow -4 option to be given multiple times (#215, thanks @normanr)
- Documentation fix (#208, thanks @timgates42)
- Retain privileges until after privileged setsockopt (#200, thanks @simetnicbr)
- Set bind to source only when option is set (#198, thanks @dinoex)
- Update Azure test pipeline (#197, thanks @gsnw)
- Fix getnameinfo not called properly for IPv4 (#227, thanks @aafbsd)
- Fixed wrong timestamp under Free- and OpenBSD and macOS (#217, thanks @gsnw)
- Documentation updates (#240, thanks @auerswal)
- Updated autotools (autoconf 2.71, automake 1.16.5, libtool 2.4.6)


fping 5.0 (2020-08-05)
======================

## Incompatible Changes

- In non-quiet loop and count mode, a line is printed for every lost packet
  (#175, thanks @kbucheli):

  ```
  $ fping -D -c2 8.8.8.8 8.8.8.7
  [1596092373.18423] 8.8.8.8 : [0], 64 bytes, 12.8 ms (12.8 avg, 0% loss)
  [1596092374.18223] 8.8.8.7 : [0], timed out (NaN avg, 100% loss)
  [1596092374.18424] 8.8.8.8 : [1], 64 bytes, 12.3 ms (12.5 avg, 0% loss)
  [1596092375.18344] 8.8.8.7 : [1], timed out (NaN avg, 100% loss)

  8.8.8.8 : xmt/rcv/%loss = 2/2/0%, min/avg/max = 12.3/12.5/12.8
  8.8.8.7 : xmt/rcv/%loss = 2/0/100%
  ```

- The returned size in bytes now always excludes the IP header, so if before it
  reported '84 bytes' e.g. when using 'fping -l', now it reports '64 bytes'.
  This is to make the reported size consistent with ping(8) from iputils and
  also with fping when pinging a IPv6 host (which never included the IPv6
  header size).

## New features

- The number of sent pings is only counted when the pings are received or have
  timed out, ensuring that the loss ratio will be always correct. This makes it
  possible, for example, to use loop mode (-l) with interval statistics (-Q)
  and a timeout larger than period, without having the issue that initially
  some pings would be reported as missing (#193)

- Improved precision of measurements from 10us to 1us (#136, thanks @tycho)

## Bugfixes and other changes

- The reported size of received packets is now always correct on Linux even for
  packets > 4096 bytes (#180)

- Travis CI automated testing now also macos testing and additional ubuntu
  distributions (#196)
2022-05-13 04:49:10 +00:00
wiz
a50de442ed gh: remove some entries that 'make show-go-modules' does not list any longer 2022-05-12 20:00:37 +00:00
kim
e5a8dbc95a gh: Make "gh --version" output the actual version. 2022-05-12 15:45:54 +00:00
kim
69826a41be Refresh from show-go-modules 2022-05-12 15:41:05 +00:00
kim
c9f503b6ee gh: update to 2.10.1
GitHub CLI 2.10.1

    What's Changed
    - Hide retention-period flag by @greggroth in #5607

GitHub CLI 2.10.0

    What's New
    - Add label list list sorting and label remove command by @heaths in #5503
    - Add label list --json support by @heaths in #5567
    - Add repo list --visibility=internal flag by @hiradp in #5564
    - Add release list --exclude-drafts flag by @ffalor in #5595
    - Add codespace jupyter command to open codespaces in JupyterLab by @jungaretti in #5291
    - codespaces list: add display name to the list output by @josebalius in #5571
    - pr create: add "Submit as draft" option by @koskeller in #5570
    - Add devcontainer to this project by @joshspicer in #5592
    - Add codespace create --retention-period flag by @greggroth in #5504

    What's Changed
    - label edit: clarify --name switch by @heaths in #5525
    - gist create: add progress indicator by @ffalor in #5526
    - repo create: fix grammar prompt by @chemotaxis in #5557
    - issue comment: support quotes and arguments in EDITOR value by @mislav in #5549
    - search prs: add the ability to pass teams to --review-requested by @ffalor in #5538
    - search prs: add example to help output by @damiensedgwick in #5562
    - issue view: fix non-working usage example by @mhmdanas in #5563
    - pr merge: refactor implementation by @mntlty in #5514
    - status: omit results from archived repositories by @ffalor in #5583
    - status: ignore FORBIDDEN errors due to SAML restrictions by @heaths in #5588
    - auth: respect GH_BROWSER, "browser" config, avoid opening non-HTTP URLs by @mislav in #5604
    - repo clone: document adding upstream remote if repo is a fork by @dhalbert in #5466
    - Fix nil pointer exception in codespace selection by @cannist in #5605
    - codespaces: handle star in display name by @josebalius in #5577
    - Upgrade to go 1.18 by @samcoe in #5542
    - Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 by @dependabot in #5522
    - Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #5533
    - Consistent version format in version upgrade notice by @mislav in #5559

GitHub CLI 2.9.0

    What's New
    - label edit: Command to edit existing labels by @heaths in #5519
    - label clone: Command to clone labels between repositories by @heaths in #5452
    - label create: Add --force flag to forcibly create labels by @heaths in #5451
    - codespaces: Support for multi devcontainer by @reybard in #5076

    What's Changed
    - label list: Add column for displaying the label color by @heaths in #5462
    - pr merge: Warn if PR is already merged by @mntlty in #5463
    - gist delete: Avoid crash when deleting gist with no owner by @mislav in #5510
    - list commands: Standardize output when no entries found by @rpadaki in #5479
    - repo list: Add ls alias to command by @rpadaki in #5480
    - issue/pr list: Fix searching by --state flag by @samcoe in #5513
    - search prs: Correct displayed header when searching prs command by @samcoe in #5488
    - pr create: Document that --body-file reads from stdin by @lukekarrys in #5461
    - Add tab completion descriptions for aliases and extensions by @rpadaki in #5447
    - Replace deprecated ioutil package with io and os package replacements by @estensen in #5498

GitHub CLI 2.8.0

    What's New
    - New release edit command by @plu in #5422
    - issue close: add --comment flag to close with comment by @samcoe in #5437
    - issue delete: add --confirm flag by @opelr in #5396
    - pr merge: provide instructions for resolving merge conflicts by @ErKiran in #5330
    - codespace select: add hidden select command for extensions by @legomushroom in #5390
    - codespace create: make location an optional flag by @jshorty in #5410
    - codespace create: handle idle timeout notice by @adnamalin in #5409
    - codespace code: add --web flag to open in Visual Studio Code web mode by @jackcmeyer in #5380
    - gist edit: allow non-interactive file replacement by @samcoe in #5408
    - extension upgrade: add --dry-run flag by @samcoe in #5098
    - Add new alias to all create commands by @chriscn in #5388

    What's Changed
    - Add support for installing binary extensions on M1 Macs by @mislav in #5457
    - status: respect GitHub host configuration by @mislav in #5423
    - codespace ssh/cp: check paths safely by @jshorty in #5384
    - codespace edit: remove unsupported idle timeout flag by @adnamalin in #5405
    - extension list: speed up output by avoiding checking for upgrades by @samcoe in #5098
    - extension list: don't error if no extensions are installed by @rpadaki in #5445
    - auth login: fix flow when ~/.config/gh/config.yml is read-only by @ncfavier in #5378
    - Fix table printer crash in narrow terminals by @rpadaki in #5449
    - Improve DNF installation instructions by @gto406 in #5406
    - Change issue close color from red to purple by @samcoe in #5436
    - Replace old search query builder by @samcoe in #5366
2022-05-12 11:15:14 +00:00
adam
6efbe42fe4 py-zeroconf: updated to 0.38.6
0.38.6
Performance improvements for fetching ServiceInfo


0.38.5
Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire

ServiceBrowsers were only getting a ServiceStateChange.Removed callback
when the record was sent with a TTL of 0. ServiceBrowsers now correctly
get a ServiceStateChange.Removed callback when the record expires as well.

Fix missing minimum version of python 3.7
2022-05-12 07:43:43 +00:00
bsiegert
12cb73e64f Revbump all Go packages after go118 update 2022-05-11 19:26:18 +00:00
tpaul
e3fb8ac70e terraform-provider-vultr: Update to 2.11.0
New Features:
  * Add VPC Support
  * Add block type for block storage
  * Add support for VKE auto scaler options
  * Add support for tags to instances and bare metal servers
  * Update labels if there is a change
  * Allow removal of default node pool
  * Add better error handling to kubernetes reads
  * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.12.0 to 2.15.0
  * Bump github.com/vultr/govultr/v2 from 2.14.2 to 2.16.0

Deprecated arguments:
  * tag has been deprecated and should no longer be used. Instead, use tags.
  * Private Networks are deprecated and will not be supported in the future.
    Use VPCs instead.

Upstream release notes:

* v2.11.0
  https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.11.0

* 2.10.1
  https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.10.1

* 2.10.0
  https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.10.0
2022-05-11 18:15:09 +00:00
jklos
371dde4e09 Allow youtube-dl to make use of pkgsrc ffmpeg5. 2022-05-11 17:58:35 +00:00
adam
e31fc04e82 py-pypiserver: updated to 1.5.0
1.5.0 (2022-05-01)
------------------
- CHORE: pull CHANGES.rst from v1.4.x
- DOC: add call for maintainers to README
- DOC: Fixes in README examples
- DOC: start of empty contributor documentation directory
- ENH: added JSON Topic for use with micropython-upip
- ENH: Backwards-compatible argparse config (not yet in use)
- ENH: Refactor storage operations into separate Backend classes
- ENH: Restore ability to drop hashing in new config
- ENH: Specify doctype for generated pages.
  Fixed violation of PEP 503 warning with pip>=22.
- ENH: Use argparse config throughout app
- FIX: Fix silly typo in the readme :)
- FIX: fix small typing and lint errors in config.py
- FIX: fix version incompatibility that breaks twine in docker test
- FIX: fix(setuptools-in-tests) add `packages=[]` in test setup
- FIX: Gunicorn/gevent docker, log fixes, cache busting
- MAINT: Add aggregate "tests" job
- MAINT: Add release to PyPi job
- MAINT: add github action for release management
- MAINT: Add python 3.9 testing
- MAINT: Cleanup code to python 3.6
- MAINT: contributor update in README
- MAINT: disable unstable test for Python 3.9
- MAINT: Docker improvements
- MAINT: drop standalone, drop py 2.7 and 3.5
- MAINT: Merge branch 'v1.4.x'
- MAINT: Push to Docker Hub from CI
- MAINT: Refactor test_server to increase speed
- MAINT: Run black on codebase
- MAINT: run gh actions on PRs from forks
- MAINT: small code style fixes
- MAINT: Switch to GH actions
2022-05-11 11:01:39 +00:00
jaapb
9acb2de049 Updated net/ocaml-conduit to version 5.1.0.
There are many upstream bugfixes and additions, but nothing breaking.
2022-05-11 10:40:58 +00:00
jaapb
05d826fb8b Update net/ocaml-ipaddr to version 5.3.0.
Upstream changes are mostly minor, with one breaking change in how
Ipaddr.of_string handles its arguments. More details in the
CHANGES.md file in the distribution.
2022-05-11 08:58:03 +00:00
jaapb
aecd5bf742 Updated net/ocaml-domain-name to version 0.4.0.
This removes dependencies on fmt and astring, and fixes minor errors.
2022-05-11 08:49:56 +00:00
nia
529ca82a12 ttt: Check for IPv6. 2022-05-10 11:51:17 +00:00
nia
ce478676af *: Remove dodgy hacks for NetBSD versions older than 5. 2022-05-10 11:50:54 +00:00
adam
410d3e1cda py-tldextract: updated to 3.3.0
3.3.0

* Features
  * Add CLI flag `--suffix_list_url` to set the suffix list URL(s) or source file(s)
  * Add CLI flag `--no_fallback_to_snapshot` to not fall back to the snapshot
  * Add alias `--include_psl_private_domains` for CLI flag `--private_domains`
* Bugfixes
  * Handle more internationalized domain name dots
* Misc.
  * Update bundled snapshot
  * Add basic CLI test coverage
2022-05-10 07:24:45 +00:00
pin
0f0dc9ceaf net/trippy: update to 0.3.1
0.3.1 - 2022-05-09
Fixed
-Local Ipv4 discovery fails on some platforms (#133, #142)


0.3.0 - 2022-05-08
Added
-Added ability for icmp tracing to multiple targets simultaneously in Tui (#72)
-Added ability to enable and disable the AS lookup from the Tui (#126)
-Added ability to switch between hop address display modes (ip, hostname or
 both) in thr Tui (#124)
-Added ability to expand and collapse the number of hosts displays per hop in
 the Tui (#124)
-Added the -s (--tui-max-samples) flag to specify the number of samples to keep
 for analysis and display (#110)
-Added ability to flush the DNS cache from the Tui (#71)

Changed
-Simplified Tracer by removing circular buffer (#106)
-Added round end reason indicator to Tracer (#88)
-SHow better error message for failed DNS resolution (#119)

Fixed
-Tracing with udp protocol not showing the target hop due to incorrect handling
 of DestinationUnreachable responses (#131)
-Tui failing on shutdown on Windows due to DisableMouseCapture being invoked
 without a prior EnableMouseCapture call (#116)
-Build failing on Windows due to incorrect conditional compilation
 configuration (#113)
-Tracing not publishing all Probe in a round when the round ends without
 finding the target (#103)
-Tracing with tcp protocol not working as the checksum was not set (#79)
-Do not show FQDN for reverse DNS queries from non-system resolvers (#120)
2022-05-09 21:44:20 +00:00
adam
d901d2d7ca py-lexicon: updated to 3.11.0
3.11.0

Added

Add namecom provider

Modified

Fix TLD with two parts for namecheap provider
Fix entity__name parsing in easyname provider
2022-05-09 05:46:44 +00:00
khorben
4d9b7a16ed Add lua-unbound 2022-05-08 20:33:36 +00:00
khorben
75a473baec lua-unbound: import version 1.0.0
This is a binding to libunbound for Lua.
2022-05-08 20:32:14 +00:00
gdt
13e1927eb6 net/unison: Update to 2.52.1
2.52.1 is a maintenance release in the 2.52 series. All users are
strongly encouraged to migrate all systems on which they use unison to
2.52.1. Fairly soon, only reports about 2.52.1 will be allowed in the
issue tracker.

2.52.1 is expected to be the last release in the 2.52 series, absent
prompt (7 days) discovery and reporting of a serious problem.

After a 7-day hold, work towards 2.53 may be merged. In particular
this will include changing the minimum ocaml version to 4.08. Once
this happens, there will not be any more 2.52.x releases, as no one
contributing to unison maintenance is interested in supporting old
versions. Of course, the license gives anyone the ability to create or
cherry-pick fixes and to use the fixed versions.

Changes in 2.52.1

Released 2022-05-08

- Deprecate ocaml < 4.08: 2.53.0 will require 4.08 or higher
- Add man page
- Remove rsh:// URI scheme (ssh:// of course remains).
- Significant bugfixes and minor improvements
- Deprecate "backups" preference (see manual for alternatives)
- Deprecate "stream" and "halfduplex" preferences
2022-05-08 15:02:33 +00:00
wiz
5352d14280 yt-dlp: update to 2022.4.8.
### 2022.04.08

* Use certificates from `certifi` if installed by [coletdjnz](https://github.com/coletdjnz)
* Treat multiple `--match-filters` as OR
* File locking improvevemnts:
    * Do not lock downloading file on Windows
    * Do not prevent download if locking is unsupported
    * Do not truncate files before locking by [jakeogh](https://github.com/jakeogh), [pukkandan](https://github.com/pukkandan)
    * Fix non-blocking non-exclusive lock
* De-prioritize automatic-subtitles when no `--sub-lang` is given
* Exit after `--dump-user-agent`
* Fallback to video-only format when selecting by extension
* Fix `--abort-on-error` for subtitles
* Fix `--no-overwrite` for playlist infojson
* Fix `--print` with `--ignore-no-formats` when url is `None` by [flashdagger](https://github.com/flashdagger)
* Fix `--sleep-interval`
* Fix `--throttled-rate`
* Fix `autonumber`
* Fix case of `http_headers`
* Fix filepath sanitization in `--print-to-file`
* Handle float in `--wait-for-video`
* Ignore `mhtml` formats from `-f mergeall`
* Ignore format-specific fields in initial pass of `--match-filter`
* Protect stdout from unexpected progress and console-title
* Remove `Accept-Encoding` header from `std_headers` by [coletdjnz](https://github.com/coletdjnz)
* Remove incorrect warning for `--dateafter`
* Show warning when all media formats have DRM
* [downloader] Fix invocation of `HttpieFD`
* [http] Fix #3215
* [http] Reject broken range before request by [Lesmiscore](https://github.com/Lesmiscore), [Jules-A](https://github.com/Jules-A), [pukkandan](https://github.com/pukkandan)
* [fragment] Read downloaded fragments only when needed by [Lesmiscore](https://github.com/Lesmiscore)
* [http] Retry on more errors by [coletdjnz](https://github.com/coletdjnz)
* [mhtml] Fix fragments with absolute urls by [coletdjnz](https://github.com/coletdjnz)
* [extractor] Add `_perform_login` function
* [extractor] Allow control characters inside json
* [extractor] Support merging subtitles with data by [coletdjnz](https://github.com/coletdjnz)
* [generic] Extract subtitles from video.js by [Lesmiscore](https://github.com/Lesmiscore)
* [ffmpeg] Cache version data
* [FFmpegConcat] Ensure final directory exists
* [FfmpegMetadata] Write id3v1 tags
* [FFmpegVideoConvertor] Add more formats to `--remux-video`
* [FFmpegVideoConvertor] Ensure all streams are copied
* [MetadataParser] Validate outtmpl early
* [outtmpl] Fix replacement/default when used with alternate
* [outtmpl] Limit changes during sanitization
* [phantomjs] Fix bug
* [test] Add `test_locked_file`
* [utils] `format_decimal_suffix`: Fix for very large numbers by [s0u1h](https://github.com/s0u1h)
* [utils] `traverse_obj`: Allow filtering by value
* [utils] Add `filter_dict`, `get_first`, `try_call`
* [utils] ExtractorError: Fix for older python versions
* [utils] WebSocketsWrapper: Allow omitting `__enter__` invocation by [Lesmiscore](https://github.com/Lesmiscore)
* [docs] Add an `.editorconfig` file by [fstirlitz](https://github.com/fstirlitz)
* [docs] Clarify the exact `BSD` license of dependencies by [MrRawes](https://github.com/MrRawes)
* [docs] Minor improvements by [pukkandan](https://github.com/pukkandan), [cffswb](https://github.com/cffswb), [danielyli](https://github.com/danielyli)
* [docs] Remove readthedocs
* [build] Add `requirements.txt` to pip distributions
* [cleanup, postprocessor] Create `_download_json`
* [cleanup, vimeo] Fix tests
* [cleanup] Misc fixes and minor cleanup
* [cleanup] Use `_html_extract_title`
* [AfreecaTV] Add `AfreecaTVUserIE` by [hatienl0i261299](https://github.com/hatienl0i261299)
* [arte] Add `format_note` to m3u8 formats
* [azmedien] Add TVO Online to supported hosts by [1-Byte](https://github.com/1-Byte)
* [BanBye] Add extractor by [mehq](https://github.com/mehq)
* [bilibili] Fix extraction of title with quotes by [dzek69](https://github.com/dzek69)
* [Craftsy] Add extractor by [Bricio](https://github.com/Bricio)
* [Cybrary] Add extractor by [aaearon](https://github.com/aaearon)
* [Huya] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [ITProTV] Add extractor by [aaearon](https://github.com/aaearon)
* [Jable] Add extractors by [mehq](https://github.com/mehq)
* [LastFM] Add extractors by [mehq](https://github.com/mehq)
* [Moviepilot] Add extractor by [panatexxa](https://github.com/panatexxa)
* [panopto] Add extractors by [coletdjnz](https://github.com/coletdjnz), [kmark](https://github.com/kmark)
* [PokemonSoundLibrary] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
* [WasdTV] Add extractor by [un-def](https://github.com/un-def), [hatienl0i261299](https://github.com/hatienl0i261299)
* [adobepass] Fix Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
* [afreecatv] Match new vod url by [wlritchi](https://github.com/wlritchi)
* [AZMedien] Support `tv.telezueri.ch` by [goggle](https://github.com/goggle)
* [BiliIntl] Support user-generated videos by [wlritchi](https://github.com/wlritchi)
* [BRMediathek] Fix VALID_URL
* [crunchyroll:playlist] Implement beta API by [tejing1](https://github.com/tejing1)
* [crunchyroll] Fix inheritance
* [daftsex] Fix extractor by [Soebb](https://github.com/Soebb)
* [dailymotion] Support `geo.dailymotion.com` by [hatienl0i261299](https://github.com/hatienl0i261299)
* [ellentube] Extract subtitles from manifest
* [elonet] Rewrite extractor by [Fam0r](https://github.com/Fam0r), [pukkandan](https://github.com/pukkandan)
* [fptplay] Fix metadata extraction by [hatienl0i261299](https://github.com/hatienl0i261299)
* [FranceCulture] Support playlists by [bohwaz](https://github.com/bohwaz)
* [go, viu] Extract subtitles from the m3u8 manifest by [fstirlitz](https://github.com/fstirlitz)
* [Imdb] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [MangoTV] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0
* [niconico] Fix extraction of thumbnails and uploader (#3266)
* [niconico] Rewrite NiconicoIE by [Lesmiscore](https://github.com/Lesmiscore)
* [nitter] Minor fixes and update instance list by [foghawk](https://github.com/foghawk)
* [NRK] Extract timestamp by [hatienl0i261299](https://github.com/hatienl0i261299)
* [openrec] Download archived livestreams by [Lesmiscore](https://github.com/Lesmiscore)
* [openrec] Refactor extractors by [Lesmiscore](https://github.com/Lesmiscore)
* [panopto] Improve subtitle extraction and support slides by [coletdjnz](https://github.com/coletdjnz)
* [ParamountPlus, CBS] Change VALID_URL by [Sipherdrakon](https://github.com/Sipherdrakon)
* [ParamountPlusSeries] Support multiple pages by [dodrian](https://github.com/dodrian)
* [Piapro] Extract description with break lines by [Lesmiscore](https://github.com/Lesmiscore)
* [rai] Fix extraction of http formas by [nixxo](https://github.com/nixxo)
* [rumble] unescape title
* [RUTV] Fix format sorting by [Lesmiscore](https://github.com/Lesmiscore)
* [ruutu] Detect embeds by [tpikonen](https://github.com/tpikonen)
* [tenplay] Improve extractor by [aarubui](https://github.com/aarubui)
* [TikTok] Fix URLs with user id by [hatienl0i261299](https://github.com/hatienl0i261299)
* [TikTokVM] Fix redirect to user URL
* [TVer] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
* [TVer] Support landing page by [vvto33](https://github.com/vvto33)
* [twitcasting] Don't return multi_video for archive with single hls manifest by [Lesmiscore](https://github.com/Lesmiscore)
* [veo] Fix `_VALID_URL`
* [Veo] Fix extractor by [i6t](https://github.com/i6t)
* [viki] Don't attempt to modify URLs with signature by [nyuszika7h](https://github.com/nyuszika7h)
* [viu] Fix bypass for preview by [zackmark29](https://github.com/zackmark29)
* [viu] Fixed extractor by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
* [web.archive:youtube] Make CDX API requests non-fatal by [coletdjnz](https://github.com/coletdjnz)
* [wget] Fix proxy by [kikuyan](https://github.com/kikuyan), [coletdjnz](https://github.com/coletdjnz)
* [xnxx] Add `xnxx3.com` by [rozari0](https://github.com/rozari0)
* [youtube] **Add new age-gate bypass** by [zerodytrash](https://github.com/zerodytrash), [pukkandan](https://github.com/pukkandan)
* [youtube] Add extractor-arg to skip auto-translated subs
* [youtube] Avoid false positives when detecting damaged formats
* [youtube] Detect DRM better by [shirt](https://github.com/shirt-dev)
* [youtube] Fix auto-translated automatic captions
* [youtube] Fix pagination of `membership` tab
* [youtube] Fix uploader for collaborative playlists by [coletdjnz](https://github.com/coletdjnz)
* [youtube] Improve video upload date handling by [coletdjnz](https://github.com/coletdjnz)
* [youtube:api] Prefer minified JSON response by [coletdjnz](https://github.com/coletdjnz)
* [youtube:search] Support hashtag entries by [coletdjnz](https://github.com/coletdjnz)
* [youtube:tab] Fix duration extraction for shorts by [coletdjnz](https://github.com/coletdjnz)
* [youtube:tab] Minor improvements
* [youtube:tab] Return shorts url if video is a short by [coletdjnz](https://github.com/coletdjnz)
* [Zattoo] Fix extractors by [goggle](https://github.com/goggle)
* [Zingmp3] Fix signature by [hatienl0i261299](https://github.com/hatienl0i261299)


### 2022.03.08.1

* [cleanup] Refactor `__init__.py`
* [build] Fix bug

### 2022.03.08

* Merge youtube-dl: Upto [commit/6508688](6508688e88) (except NDR)
* Add regex operator and quoting to format filters by [lukasfink1](https://github.com/lukasfink1)
* Add brotli content-encoding support by [coletdjnz](https://github.com/coletdjnz)
* Add pre-processor stage `after_filter`
* Better error message when no `--live-from-start` format
* Create necessary directories for `--print-to-file`
* Fill more fields for playlists by [Lesmiscore](https://github.com/Lesmiscore)
* Fix `-all` for `--sub-langs`
* Fix doubling of `video_id` in `ExtractorError`
* Fix for when stdout/stderr encoding is `None`
* Handle negative duration from extractor
* Implement `--add-header` without modifying `std_headers`
* Obey `--abort-on-error` for "ffmpeg not installed"
* Set `webpage_url_...` from `webpage_url` and not input URL
* Tolerate failure to `--write-link` due to unknown URL
* [aria2c] Add `--http-accept-gzip=true`
* [build] Update pyinstaller to 4.10 by [shirt](https://github.com/shirt-dev)
* [cookies] Update MacOS12 `Cookies.binarycookies` location by [mdpauley](https://github.com/mdpauley)
* [devscripts] Improve `prepare_manpage`
* [downloader] Do not use aria2c for non-native `m3u8`
* [downloader] Obey `--file-access-retries` when deleting/renaming by [ehoogeveen-medweb](https://github.com/ehoogeveen-medweb)
* [extractor] Allow `http_headers` to be specified for `thumbnails`
* [extractor] Extract subtitles from manifests for vimeo, globo, kaltura, svt by [fstirlitz](https://github.com/fstirlitz)
* [extractor] Fix for manifests without period duration by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
* [extractor] Support `--mark-watched` without `_NETRC_MACHINE` by [coletdjnz](https://github.com/coletdjnz)
* [FFmpegConcat] Abort on `--simulate`
* [FormatSort] Consider `acodec`=`ogg` as `vorbis`
* [fragment] Fix bugs around resuming with Range by [Lesmiscore](https://github.com/Lesmiscore)
* [fragment] Improve `--live-from-start` for YouTube livestreams by [Lesmiscore](https://github.com/Lesmiscore)
* [generic] Pass referer to extracted formats
* [generic] Set rss `guid` as video id by [Bricio](https://github.com/Bricio)
* [options] Better ambiguous option resolution
* [options] Rename `--clean-infojson` to `--clean-info-json`
* [SponsorBlock] Fixes for highlight and "full video labels" by [nihil-admirari](https://github.com/nihil-admirari)
* [Sponsorblock] minor fixes by [nihil-admirari](https://github.com/nihil-admirari)
* [utils] Better traceback for `ExtractorError`
* [utils] Fix file locking for AOSP by [jakeogh](https://github.com/jakeogh)
* [utils] Improve file locking
* [utils] OnDemandPagedList: Do not download pages after error
* [utils] render_table: Fix character calculation for removing extra gap by [Lesmiscore](https://github.com/Lesmiscore)
* [utils] Use `locked_file` for `sanitize_open` by [jakeogh](https://github.com/jakeogh)
* [utils] Validate `DateRange` input
* [utils] WebSockets wrapper for non-async functions by [Lesmiscore](https://github.com/Lesmiscore)
* [cleanup] Don't pass protocol to `_extract_m3u8_formats` for live videos
* [cleanup] Remove extractors for some dead websites by [marieell](https://github.com/marieell)
* [cleanup, docs] Misc cleanup
* [AbemaTV] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
* [adobepass] Add Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
* [ant1newsgr] Add extractor by [zmousm](https://github.com/zmousm)
* [bigo] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
* [Caltrans] Add extractor by [Bricio](https://github.com/Bricio)
* [daystar] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [fc2:live] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
* [fptplay] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [murrtube] Add extractor by [cyberfox1691](https://github.com/cyberfox1691)
* [nfb] Add extractor by [ofkz](https://github.com/ofkz)
* [niconico] Add playlist extractors and refactor by [Lesmiscore](https://github.com/Lesmiscore)
* [peekvids] Add extractor by [schn0sch](https://github.com/schn0sch)
* [piapro] Add extractor by [pycabbage](https://github.com/pycabbage), [Lesmiscore](https://github.com/Lesmiscore)
* [rokfin] Add extractor by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
* [rokfin] Add stack and channel extractors by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
* [ruv.is] Add extractor by [iw0nderhow](https://github.com/iw0nderhow)
* [telegram] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [VideocampusSachsen] Add extractors by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
* [xinpianchang] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [abc] Support 1080p by [Ronnnny](https://github.com/Ronnnny)
* [afreecatv] Support password-protected livestreams by [wlritchi](https://github.com/wlritchi)
* [ard] Fix valid URL
* [ATVAt] Detect geo-restriction by [marieell](https://github.com/marieell)
* [bandcamp] Detect acodec
* [bandcamp] Fix user URLs by [lyz-code](https://github.com/lyz-code)
* [bbc] Fix extraction of news articles by [ajj8](https://github.com/ajj8)
* [beeg] Fix extractor by [Bricio](https://github.com/Bricio)
* [bigo] Fix extractor to not to use `form_params`
* [Bilibili] Pass referer for all formats by [blackgear](https://github.com/blackgear)
* [Biqle] Fix extractor by [Bricio](https://github.com/Bricio)
* [ccma] Fix timestamp parsing by [nyuszika7h](https://github.com/nyuszika7h)
* [crunchyroll] Better error reporting on login failure by [tejing1](https://github.com/tejing1)
* [cspan] Support of C-Span congress videos by [Grabien](https://github.com/Grabien)
* [dropbox] fix regex by [zenerdi0de](https://github.com/zenerdi0de)
* [fc2] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
* [fujitv] Extract resolution for free sources by [YuenSzeHong](https://github.com/YuenSzeHong)
* [Gettr] Add `GettrStreamingIE` by [i6t](https://github.com/i6t)
* [Gettr] Fix formats order by [i6t](https://github.com/i6t)
* [Gettr] Improve extractor by [i6t](https://github.com/i6t)
* [globo] Expand valid URL by [Bricio](https://github.com/Bricio)
* [lbry] Fix `--ignore-no-formats-error`
* [manyvids] Extract `uploader` by [regarten](https://github.com/regarten)
* [mildom] Fix linter
* [mildom] Rework extractors by [Lesmiscore](https://github.com/Lesmiscore)
* [mirrativ] Cleanup extractor code by [Lesmiscore](https://github.com/Lesmiscore)
* [nhk] Add support for NHK for School by [Lesmiscore](https://github.com/Lesmiscore)
* [niconico:tag] Add support for searching tags
* [nrk] Add fallback API
* [peekvids] Use JSON-LD by [schn0sch](https://github.com/schn0sch)
* [peertube] Add media.fsfe.org by [mxmehl](https://github.com/mxmehl)
* [rtvs] Fix extractor by [Bricio](https://github.com/Bricio)
* [spiegel] Fix `_VALID_URL`
* [ThumbnailsConvertor] Support `webp`
* [tiktok] Fix `vm.tiktok`/`vt.tiktok` URLs
* [tubitv] Fix/improve TV series extraction by [bbepis](https://github.com/bbepis)
* [tumblr] Fix extractor by [foghawk](https://github.com/foghawk)
* [twitcasting] Add fallback for finding running live by [Lesmiscore](https://github.com/Lesmiscore)
* [TwitCasting] Check for password protection by [Lesmiscore](https://github.com/Lesmiscore)
* [twitcasting] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
* [twitch] Fix field name of `view_count`
* [twitter] Fix for private videos by [iphoting](https://github.com/iphoting)
* [washingtonpost] Fix extractor by [Bricio](https://github.com/Bricio)
* [youtube:tab] Add `approximate_date` extractor-arg
* [youtube:tab] Follow redirect to regional channel  by [coletdjnz](https://github.com/coletdjnz)
* [youtube:tab] Reject webpage data if redirected to home page
* [youtube] De-prioritize potentially damaged formats
* [youtube] Differentiate descriptive audio by language code
* [youtube] Ensure subtitle urls are absolute by [coletdjnz](https://github.com/coletdjnz)
* [youtube] Escape possible `$` in `_extract_n_function_name` regex by [Lesmiscore](https://github.com/Lesmiscore)
* [youtube] Fix automatic captions
* [youtube] Fix n-sig extraction for phone player JS by [MinePlayersPE](https://github.com/MinePlayersPE)
* [youtube] Further de-prioritize 3gp format
* [youtube] Label original auto-subs
* [youtube] Prefer UTC upload date for videos by [coletdjnz](https://github.com/coletdjnz)
* [zaq1] Remove dead extractor by [marieell](https://github.com/marieell)
* [zee5] Support web-series by [Aniruddh-J](https://github.com/Aniruddh-J)
* [zingmp3] Fix extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [zoom] Add support for screen cast by [Mipsters](https://github.com/Mipsters)
2022-05-08 03:51:20 +00:00
wiz
50de647764 wireshark: update file lists for REPLACE_PYTHON and CHECK_PORTABILITY_SKIP 2022-05-07 14:14:13 +00:00
adam
384078a0ef py-ncclient: updated to 0.6.13
ncclient-v0.6.13

Remove extraneous capability in default device
Refactor deprecated unittest aliases for Python 3.11 compatibility
Added support for environment variables
Migrate from Travis to GitHub Actions
Update Build Pill
add netconf base namespace to edit-config config element if it is missing
2022-05-05 18:02:13 +00:00
nia
bd564709e7 cacti-spine: Fix building on NetBSD 2022-05-05 14:31:35 +00:00
pin
0cd0a73d44 net/asuka: update to 0.8.5
0.8.5
-Optimize binary size

0.8.4
-Fix deps versions.
2022-05-05 11:46:10 +00:00
adam
d5ecc68599 wireshark: updated to 3.6.5
Wireshark 3.6.5 Release Notes

What’s New

Note: This is the last release branch with support for 32-bit Windows.
Updates will no longer be available after May 22, 2024 for that
platform. Issue 17779[1]

 Bug Fixes

  This release fixes an installation issue on Windows which was
  introduced in the 3.6.4 release. Issue 18077[2].

 New and Updated Features

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

 New and Updated Capture File Support

  There is no new or updated capture file support in this release.

 New File Format Decoding Support

  There is no new or updated file format support in this release.
2022-05-05 10:54:27 +00:00
jaapb
e5fc88c1c2 Updated net/ocaml-protocol_version_header to version 0.15.0.
There is no changelog, but upstream changes are minor only.
2022-05-05 08:25:44 +00:00
nia
dde2bd4bc4 netatalk*: Use OPSYS_VERSION to numerically compare NetBSD releases 2022-05-05 08:23:27 +00:00
wiz
6f14e374fa net/Makefile: sort 2022-05-05 06:48:51 +00:00
wiz
9eb3a228ea nagios-plugin-lpd: remove outdated checksums 2022-05-05 06:46:13 +00:00
manu
720f738045 Added net/nagios-plugin-lpd version 0.1
This is a simple BSD LPD queue monitoring plugin for Nagios
2022-05-04 15:19:24 +00:00
wiz
7365b03f6f filezilla: update to 3.59.0.
3.59.0 (2022-04-08)

- Windows binaries: Updated zlib, used purely to cache re-scaled versions of icons shipped with FileZilla, to 1.2.12
- Updated to libfilezilla 0.37.1

3.59.0-rc1 (2022-04-01)

- Updated to libfilezilla 0.37.0
- Non-blocking communication with SFTP process
- macOS, *nix: Fixed "All files" category in file picker dialogs
2022-05-04 05:55:46 +00:00
wiz
9675ecb41b libfilezilla: update to 0.37.2.
0.37.2 (2022-04-29)

+ Added a null_logger that doesn't do anything
- MSW: fz::mkdir with restricted permissions now uses inheritable ACLs
- MSW: Minor performance improvements reading from fz::process and explicit cancellation of pending I/O when killing child processes.

0.37.1 (2022-04-08)

+ Added convenience functions ot fz::json
- MSW: Fixed spawning fz::process with blocking communication

0.37.0 (2022-04-01)

+ *nix: password-less impersonation can take an optional group
+ Added demo https client showcasing usage of fz::socket and fz::tls_layer
+ Added some compile-time checks for fz::sprintf arguments
+ MSW: Added fz::registry
+ Added a way to use non-blocking read/write with fz::process
- Added fz::logger_interface::log_u which assumes string arguments are in UTF-8 as opposed to the character set used by the current locale
- Disallow spawning additional threads while fz::thread_pool is in the process of being destroyed
- *nix: poll() is now mandatory, the select() based socket event loop has been removed
- Simplified fz::socket implementation through use of internal fz::poller
2022-05-04 05:46:46 +00:00
nikita
c9b1800bb7 erlang-idna: actually revbump this time. 2022-05-03 10:11:15 +00:00
jaapb
7cc9304fe0 Updated net/ocamlnet to version 4.1.9.
This adds support for OCaml 4.11 and 4.12 (and later), fixes the building
of cmxs files and includes some other minor bugfixes.
2022-05-03 09:40:28 +00:00
nikita
c68e3b6663 erlang-idna: revbump to build only with rebar3. 2022-05-03 09:08:36 +00:00
adam
e00254b061 py-lexicon: updated to 3.10.0
3.10.0

Added

Add --zone-id CLI flag for route53 provider
Add yandexcloud provider dedicated to Yandex Cloud solution

Modified

Improve documentation with auto-generation
Clarify that yandex provider supports Yandex PDD only
Use UUIDs in aliyun provider to avoid nonce collisions
2022-05-02 07:51:19 +00:00
fcambus
e88336aa4f dbip-country-lite: update to 2022.05.
No upstream ChangeLog.
2022-05-01 18:07:22 +00:00
fcambus
c2bff1cc40 dbip-city-lite: update to 2022.05.
No upstream ChangeLog.
2022-05-01 18:06:33 +00:00
fcambus
ca40762455 dbip-asn-lite: update to 2022.05.
No upstream ChangeLog.
2022-05-01 18:05:53 +00:00
pin
d6db634106 Add trippy 2022-05-01 16:01:46 +00:00
pin
d773d0a41e net/trippy: import package
A network diagnostic tool, inspired by mtr, https://github.com/traviscross/mtr

Trippy uses a raw socket which require elevated privileges. Enabling the
required privilege can be achieved in several ways.

Trippy is made possible by tui-rs , crossterm & pnet as well as several common
foundational Rust libraries.
2022-05-01 16:01:01 +00:00
wiz
b8d43399d9 *: mark two more as not-for-python-2.x (due to py-selectors2) 2022-05-01 12:51:31 +00:00
wiz
57bceddce2 *: mark as not-for-python-2.x
A dependency does not support python 2 any longer
2022-05-01 09:13:41 +00:00
wiz
4d69a1149d *: mark as not for python 2.x
a dependency does not support python 2.x any longer
2022-05-01 09:11:49 +00:00
wiz
b18c42b9fb py-soappy: remove
Limited to python 2.x, but a dependency does not support python 2.x
any longer
2022-05-01 08:03:53 +00:00
wiz
4c76900c91 py-google: remove
This software is from 2004, so there is no chance this will work on
the current google APIs. Plus, it py-soappy is going next, and this needs
it.
2022-05-01 08:03:13 +00:00