Commit graph

352026 commits

Author SHA1 Message Date
wiz
64d689610e textproc/py-sphinx-inline-tabs: import py-sphinx-inline-tabs-2022.1.2beta11
Add inline tabbed content to your Sphinx documentation.
2022-02-07 15:26:43 +00:00
wiz
438eabfef0 doc: Added textproc/py-sphinx-copybutton version 0.5.0 2022-02-07 15:19:55 +00:00
wiz
d3aa45df2c textproc/Makefile: + py-sphinx-copybutton 2022-02-07 15:19:47 +00:00
wiz
5751fe1dd1 textproc/py-sphinx-copybutton: import py-sphinx-copybutton-0.5.0
A small sphinx extension to add a "copy" button to code blocks.
2022-02-07 15:19:31 +00:00
wiz
a7035c4a98 py-sphinx-automodapi: add missing build dependency 2022-02-07 15:13:42 +00:00
adam
5105f29227 Updated www/py-httplib2, devel/py-pip-api 2022-02-07 13:15:02 +00:00
adam
011b346a8b py-pip-api: updated to 0.0.27
0.0.27
- Use correct long flag for requirements
- Support for hashed requirements
- Drop support for Python 3.6, test against pip==22.0.x
2022-02-07 13:14:40 +00:00
adam
0155035fa7 py-httplib2: updated to 0.20.4
0.20.4
proxy: support proxy urls with ipv6 address

0.20.3
No changes in library. Tests compatible with Python3.10 and recent pytest.
2022-02-07 13:08:29 +00:00
adam
0b34de5027 py-pylint: allow newer py-mccabe 2022-02-07 12:45:27 +00:00
adam
971027f808 Updated devel/py-setuptools, devel/py-types-setuptools 2022-02-07 11:46:44 +00:00
adam
0a29ccdce0 py-types-setuptools: updated to 57.4.9
57.4.9
Improve some in-place BinOp methods
2022-02-07 11:46:23 +00:00
adam
bd29503a74 py-setuptools: updated to 60.8.1
v60.8.1

Misc
* When vendoring jaraco packages, ensure the namespace package is converted to a simple package to support zip importer.

v60.8.0

Changes
* Setuptools now vendors importlib_resources and importlib_metadata and jaraco.text. Setuptools no longer relies on pkg_resources for ensure_directory nor parse_requirements.
2022-02-07 11:45:42 +00:00
wiz
8f4f50b62c doc: Updated net/filezilla to 3.57.0 2022-02-07 11:00:27 +00:00
wiz
bafee697c2 filezilla: update to 3.57.0.
3.57.0 (2021-12-10)

- Fixed incorrect default settings for file editing
- Fixed a crash looking up data in file lists
- Fixed a crash if a HTTPS connection gets canceled during the TLS handshake
- Updated to libfilezilla 0.35.0

3.56.2 (2021-10-27)

- Fixed a potential crash after uploading

3.56.1 (2021-10-26)

- macOS Monterey: Opening the Site Manager on startup is now delayed a millisecond, otherwise the right mouse button would have stopped working
- macOS: Fixed getting temporary directory
- MSW: Updated to libfilezilla 0.34.1 to fix local directory contents returned by the system in oversized buffers containing nulls

3.56.0 (2021-10-11)

- Updated to libfilezilla 0.34.0
- Updated translations

3.56.0-rc1 (2021-09-29)

+ Right-clicking a queue tab header now opens the same context menu as right-clicking the correponding queue contents
+ By default, the minimum allowed TLS version is now TLS 1.2
+ Optionally, the systen trust store can be used for certificate verification
- FTP: Fixed an issue with key file conversion
- Fixed an issue loading servers not supporting session resumption from storage
2022-02-07 11:00:17 +00:00
wiz
ffba7ec51b libfilezilla: add upstream bug report URL 2022-02-07 10:53:52 +00:00
wiz
3d2acf712a doc: Updated net/libfilezilla to 0.36.0 2022-02-07 10:48:34 +00:00
wiz
6bcba5fcae libfilezilla: update to 0.36.0.
0.36.0 (2022-02-02)

+ Added parameter to tls_layer::set_alpn to control which peer has priority over which ALPN is chosen.
+ Added fz::hmac_sha1
+ Mutex debugging framework to detect locking order inversions that may lead to deadlocks
+ Add additional io_redirect mode to fz::process_spawn where the parent-side handles for stdin/out/err are always closed
- fz::json: Handle object members with empty string as name
- Minor performance improvements to removing timers and to spawning processes

0.35.0 (2021-12-08)

+ *nix: Added fz::forkblock which can be used to safely set FD_CLOEXEC on descriptors even if the system lacks SOCK_CLOCKEXEC, MSG_CMSG_CLOEXEC, pipe2 or accept4
+ macOS: Impersonation support
+ Added fz::tls_layer::set_unexpected_eof_cb, in some situations it may be desirable that unexpected closure is not reported as a hard errror
- Added various convenience overloads for fz::buffer
- Performance improvement for fz::json::to_string

0.34.2 (2021-10-26)

+ fz::file::open now returns fz::result
- fz::tls_layer: Additional fixes for trust path extration
- MSW: fz::local_filesys::get_next_file now handles directory contents returned by the kernel in oversized buffers with embedded nulls

0.34.1 (2021-10-19)

- *nix: Handle supplementary groups when impersonating
- *nix: fz::recv_fd now sets the MSG_CMSG_CLOEXEC flag
- *nix: fz::local_filesys::get_link_target now handles link targets larger than 1024 bytes
- MSW: Restrict DLL search path for system DLLs to the system32 directory
- fz::tls_layer: Fixed how trust path extration interacts with CRLs

0.34.0 (2021-10-11)

- MSW: Load shell32.dll and ole32.dll on-demand at runtime, it is not available in all environments
- Made fz::local_filesys movable

0.33.0 (2021-09-29)

+ MSW: Add local_filesys::begin_find_files overload accepting a directory HANDLE
+ If peer certificate chain is trusted by the system trust store, tls_session_info::get_certificates now returns the actual path to the trust anchor, use tls_session_info::get_peer_certificates to get the peer certificates as received by the server. GnuTLS 3.7.0 or later is required.
- JSON: Correctly handle \u-encoded UTF-16 surrogate pairs

0.32.0 (2021-09-14)

+ MSW: Impersonation support
- Allow more direct control over session ticket/PSK generation under TLS 1.3, requires GnuTLS 3.6.14 or later
- Ensure an error is returned if accepting a socket fails
- Fixed appending to fz::buffer

0.32.0-beta1 (2021-08-30)

+ *nix: Impersonation support
+ *nix: Sending of file descriptors over Unix Domain Sockets
* nix: Add local_filesys::begin_find_files overload accepting a directory file descriptor
+ Allow creating fz::file from a file descriptors/handle, add function to detach the descriptor/handle
+ Added fz::datetime::operator>=
+ Added fz::duration::absolute()
- fz::sprintf no longer crashes on x and X conversion specifiers if a negative signed integer is passed as argument
- Replace std::random_device as the C++ standard allows it to not be random
- JSON: Fixed crash if assigning values from nested values
- JWS: Fixed memory leak and padding of signature components
2022-02-07 10:48:26 +00:00
fcambus
ee07fd4f50 doc: Updated devel/wabt to 1.0.26 2022-02-07 09:30:58 +00:00
fcambus
9dc52ab81e wabt: update to 1.0.26.
No upstream ChangeLog.
2022-02-07 09:27:32 +00:00
pin
6e29e6e1f3 doc: Updated sysutils/bkt to 0.5.2 2022-02-07 09:18:13 +00:00
pin
ac087cccb0 sysutils/bkt: update to 0.5.2
-Handle (i.e. ignore) BrokenPipe errors, which indicate stdout/stderr were
 closed without reading all output.
2022-02-07 09:17:55 +00:00
tnn
1b3650feae rust: fix build with rust-1.57.0 2022-02-07 09:16:05 +00:00
schmonz
3bf2e57903 INSTALL_SCRIPT, not INSTALL_PROGRAM. 2022-02-07 09:01:02 +00:00
wiz
7b18712832 py-test-asyncio: add comment that this needs to be installed for testing 2022-02-07 08:20:04 +00:00
wiz
c97a12e098 libffi: add readelf to tools
From Claes Nästén in PR 56698
2022-02-07 08:06:18 +00:00
wiz
84225f5138 p11-kit: add readlink to tools
From Claes Nästén in PR 56697
2022-02-07 08:05:05 +00:00
pho
e6b403f35b Warn when PLIST is missing, not just when it is outdated 2022-02-07 02:58:24 +00:00
pho
829724adf5 Fix a bug in my previous commit 2022-02-07 02:43:42 +00:00
pho
1a798fd2dd Handle the case where *.cabal lacks the field "Build-Type" 2022-02-07 02:39:41 +00:00
gutteridge
4b499b95dd php80 & php81: update zts option name
Adjust the pkgsrc option name from "maintainer-zts" to "zts" for recent
PHP versions. Relates to PR pkg/56681.
2022-02-07 02:26:09 +00:00
gutteridge
226926d973 options.description: add a couple of PHP options 2022-02-07 02:14:35 +00:00
gutteridge
c5d19c6a1f py-lxml: update a comment 2022-02-07 00:09:59 +00:00
wiz
1b19c709ed py-test-asyncio: add missing build dependency 2022-02-06 22:47:02 +00:00
wiz
08acccbd9b py-pip-run: add missing build dependency 2022-02-06 22:41:59 +00:00
rillig
c856ddfdfc doc/pkgsrc.*: regen 2022-02-06 22:11:31 +00:00
rillig
109d6fe375 doc/guide: clean up the chapter on creating packages
Url2pkg is no longer interactive, it just takes the URL as command line
argument.  It is not necessary to create the package directory manually,
as url2pkg does that as well.

Since Perl packages are handled by url2pkg (just like Python packages),
there is no need to list them in an effectively empty section.
2022-02-06 21:21:08 +00:00
rillig
655d89356b url2pkg: add support for metacpan.org URLs 2022-02-06 21:07:44 +00:00
rillig
d1fbe9bc09 security/gnutls: remove unknown configure options
The option --enable-lzo was removed in 2011, the option
--enable-local-libopts was removed in January 2022.

Bump PKGREVISION.
2022-02-06 20:54:24 +00:00
rillig
dfcd1085ac url2pkg: for Python packages, prefix directory name with 'py-' 2022-02-06 20:08:49 +00:00
adam
9941ff3ea7 Updated security/py-oauthlib, security/py-requests-oauthlib 2022-02-06 19:04:41 +00:00
adam
0faffde786 py-requests-oauthlib: updated to 1.3.1
v1.3.1 (21 January 2022)
- Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls)
- Add eBay compliance fix
- Add Spotify OAuth 2 Tutorial
- Add support for python 3.8, 3.9
- Fixed LinkedIn Compliance Fixes
- Fixed ReadTheDocs Documentation and sphinx errors
- Moved pipeline to GitHub Actions
2022-02-06 19:04:17 +00:00
adam
65325ac0be py-oauthlib: updated to 3.2.0
3.2.0 (2022-01-29)
------------------
OAuth2.0 Client:
* Add Device Authorization Flow for Web Application
* Add PKCE support for Client
* Fallback to none in case of wrong expires_at format.

OAuth2.0 Provider:
* Add support for CORS to metadata endpoint.
* Add support for CORS to token endpoint.
* Remove comma after Bearer in WWW-Authenticate

OAuth2.0 Provider - OIDC:
  * Call save_token in Hybrid code flow
  * OIDC add support of refreshing ID Tokens with `refresh_id_token`
  * The RefreshTokenGrant modifiers now take the same arguments as the
    AuthorizationCodeGrant modifiers (`token`, `token_handler`, `request`).

General:
  * Added Python 3.9, 3.10, 3.11
  * Improve Travis & Coverage
2022-02-06 19:00:51 +00:00
rillig
8dc7263cc8 doc: Updated pkgtools/url2pkg to 21.4.2 2022-02-06 18:42:40 +00:00
rillig
dcb4085ec2 url2pkg: allow url2pkg to be run from a category directory as well
Previously, it was necessary to create the package directory, change
into it and then run url2pkg from there.  Since the name of the package
directory usually corresponds to DISTNAME without the version number,
all necessary data is readily available, so automate this.

Update version to 21.4.2.
2022-02-06 18:42:26 +00:00
rillig
8c4e7ff7a8 url2pkg: only accept a single URL as command line argument 2022-02-06 18:04:50 +00:00
rillig
877fdb4a8e url2pkg: extract code for analyzing the distfile URL
In a few commits, this will allow url2pkg to be run from a category
directory, thereby omitting the need to create the package directory
manually.

No functional change.
2022-02-06 18:00:08 +00:00
abs
55b85e08ff Allow overriding mariadb_datadir in rc.conf
Bump PKGREVISION
2022-02-06 17:52:24 +00:00
gutteridge
76d2c9c9ed doc: Updated x11/xfce4-session to 4.16.0nb2 2022-02-06 17:42:57 +00:00
gutteridge
6f87c02e34 xfce4-session: adjust two patches
Amend a patch that fixes compilation on non-Linux and non-BSD OSes.
There are several things that could be adjusted differently in the
function in question, but that needs to be discussed upstream. For now,
take the simplest route.

Also, be consistent with upstream's intent that "suspend" means ACPI
state 3, also being consistent with what was patched in xfce4-power-
manager before, too. (Where suspend and resume generally works for me
on NetBSD laptops, state 3 is effective.)
2022-02-06 17:42:47 +00:00
adam
2ea133d26c Updated fonts/harfbuzz, fonts/harfbuzz-icu 2022-02-06 17:13:51 +00:00