Commit graph

347255 commits

Author SHA1 Message Date
wiz
a76603db9b *: update gstreamer1 and plugins and related packages to 1.18.5
Based on the wip packages by nia and myself.
2021-11-15 22:01:15 +00:00
schmonz
d046dc4491 Reorder lines via "make makesum". NFCI. 2021-11-15 20:36:26 +00:00
schmonz
32a7a3103b Update checksums to BLAKE2s and fix a patch SITES, noted by wiz@. 2021-11-15 20:30:32 +00:00
schmonz
24bb800d02 Update checksums to BLAKE2s, noted by wiz@. 2021-11-15 20:01:51 +00:00
kim
f32f8f31fc doc: Updated shells/static-tcsh to 6.23.00nb2 2021-11-15 19:56:15 +00:00
kim
eb90ee9dcd static-tcsh: pkglint: Relative package directories must be canonical 2021-11-15 19:56:03 +00:00
kim
f525498d48 doc: Updated shells/standalone-tcsh to 6.23.00nb2 2021-11-15 19:54:34 +00:00
kim
6b885e0a23 standalone-tcsh: pkglint: Relative package directories must be canonical 2021-11-15 19:54:11 +00:00
kim
dcf964ffd2 tcsh: pkglint 2021-11-15 19:39:27 +00:00
wiz
2a0a5c1112 doc/TODO: + calibre-5.32.0. 2021-11-15 18:37:31 +00:00
wiz
4e46a2218f py-qt4: use BLAKE2s 2021-11-15 18:23:02 +00:00
wiz
3c29741773 nginx: use BLAKE2s 2021-11-15 18:20:10 +00:00
wiz
51e1c209d3 nghttp2: use BLAKE2s 2021-11-15 18:19:14 +00:00
wiz
cf4ea6c517 httpfile: use BLAKE2s 2021-11-15 18:18:56 +00:00
wiz
01cf1ee856 ap2-auth-mellon: pkglint cleanup 2021-11-15 18:17:05 +00:00
wiz
4b7c0021c8 ap2-auth-mellon: use BLAKE2s 2021-11-15 18:16:58 +00:00
wiz
de789ff523 convertlit: use BLAKE2s 2021-11-15 18:14:47 +00:00
wiz
d677f088eb restic: use BLAKE2s 2021-11-15 18:14:25 +00:00
wiz
9ccb1c2f8a cyrus-sasl: use BLAKE2s
Remove checksums for file that is commented out in Makefile
2021-11-15 18:12:45 +00:00
wiz
dff544b24a ucspi-tcp: use BLAKE2s
While here, remove checksums for file that is not referenced in Makefile
2021-11-15 18:11:27 +00:00
wiz
381d1a0925 radsecproxy: use BLAKE2s 2021-11-15 18:10:08 +00:00
wiz
a7516e5f87 nagios-plugin-dotpid: use BLAKE2s 2021-11-15 18:09:47 +00:00
wiz
6bbf83623d gh: use BLAKE2s 2021-11-15 18:09:20 +00:00
wiz
97dbcf456d libreoffice: use BLAKE2s 2021-11-15 18:04:29 +00:00
wiz
44dc762b39 libdvdcss: use BLAKE2s 2021-11-15 17:59:57 +00:00
wiz
9cd413ae3f anthy: use BLAKE2s 2021-11-15 17:50:26 +00:00
wiz
5e60e351c3 opencv-contrib-face: regen distinfo for new opencv patch 2021-11-15 17:49:44 +00:00
wiz
a02e3306be blender: use BLAKE2s 2021-11-15 17:49:09 +00:00
wiz
54456ab891 blender: let pkglint fix indentation 2021-11-15 17:48:15 +00:00
wiz
6e8d9e661c blender: sort PLIST 2021-11-15 17:48:06 +00:00
wiz
0737e0142b xbeeb: use BLAKE2s 2021-11-15 17:47:12 +00:00
wiz
2ead6aa95d osf1_lib: use BLAKE2s 2021-11-15 17:46:07 +00:00
adam
79aeb46819 Updated www/py-httpcore, www/py-httpx, www/py-respx, www/py-httpx-socks 2021-11-15 17:45:58 +00:00
adam
8ce44c1b5c py-httpx-socks: updated to 0.5.2
v0.5.2
Handle connection pool limits
2021-11-15 17:45:33 +00:00
wiz
3c97f6e648 compat*: use BLAKE2s 2021-11-15 17:43:54 +00:00
adam
b6acb4170f py-respx: updated to 0.19.0
0.19.0

Fixed
- Support HTTPX 0.21.0.
- Use Session.notify when chaining nox sessions, thanks @flaeppe.
- Add overloads to MockRouter.__call__, thanks @flaeppe.
- Enhance AND pattern evaluation to fail fast.
- Fix CallList assertion error message.

Changed
- Prevent method and url as lookups in HTTP method helpers, thanks @flaeppe.
- Fail pattern match when JSON path not found.
2021-11-15 17:43:20 +00:00
wiz
d390670569 pvs: use BLAKE2s
found last missing one
2021-11-15 17:41:52 +00:00
adam
0fff9bd23f py-httpx: updated to 0.21.0
0.21.0 (15th November, 2021)

The 0.21.0 release integrates against a newly redesigned httpcore backend.

Both packages ought to automatically update to the required versions, but if you are seeing any issues, you should ensure that you have httpx==0.21.* and httpcore==0.14.* installed.

Added

The command-line client will now display connection information when -v/--verbose is used.
The command-line client will now display server certificate information when -v/--verbose is used.
The command-line client is now able to properly detect if the outgoing request should be formatted as HTTP/1.1 or HTTP/2, based on the result of the HTTP/2 negotiation.

Removed

Curio support is no longer currently included. Please get in touch if you require this, so that we can assess priorities.
2021-11-15 17:41:51 +00:00
adam
8c2bcb116e py-httpcore: updated to 0.14.1
0.14.1 (November 12th, 2021)

max_connections becomes optional.
certifi is now included in the install dependancies.
h2 is now strictly optional.


0.14.0 (November 11th, 2021)

The 0.14 release is a complete reworking of httpcore, comprehensively addressing some underlying issues in the connection pooling, as well as substantially redesigning the API to be more user friendly.

Some of the lower-level API design also makes the components more easily testable in isolation, and the package now has 100% test coverage.

There's some other neat bits in there too, such as the "trace" extension, which gives a hook into inspecting the internal events that occur during the request/response cycle. This extension is needed for the HTTPX cli, in order to...

Log the point at which the connection is established, and the IP/port on which it is made.
Determine if the outgoing request should log as HTTP/1.1 or HTTP/2, rather than having to assume it's HTTP/2 if the --http2 flag was passed. (Which may not actually be true.)
Log SSL version info / certificate info.
Note that curio support is not currently available in 0.14.0. If you're using httpcore with curio please get in touch, so we can assess if we ought to prioritize it as a feature or not.
2021-11-15 17:41:18 +00:00
wiz
a2def3513f texmaker: use BLAKE2s 2021-11-15 17:35:42 +00:00
wiz
a0ea8c4413 py-traitlets: use BLAKE2s 2021-11-15 17:33:51 +00:00
wiz
d49e5fd781 pvs: revert unintended commit 2021-11-15 17:32:45 +00:00
wiz
f0ca855448 pvs: use BLAKE2s
I don't have the solaris distfile, so that stays at RMD160
2021-11-15 17:32:14 +00:00
wiz
a12f2f9984 packr: use BLAKE2s 2021-11-15 17:30:43 +00:00
wiz
d33f083189 eclipse: use BLAKE2s 2021-11-15 17:30:08 +00:00
kim
c84732979a {,standalone-,static-}tcsh: Give everyone their own option variable. 2021-11-15 17:28:59 +00:00
wiz
2f72806805 avr-gcc: use BLAKE2s. Remove isl
isl checksum is added neither with nor without the inplace option.
2021-11-15 17:22:41 +00:00
wiz
9ac7e5dee5 libopenmpt: remove SHA1 from distinfo 2021-11-15 17:19:05 +00:00
wiz
0dfefe547b freeswitch-sounds-ru: use BLAKE2s 2021-11-15 17:16:52 +00:00
kim
37c2e36561 {,standalone-,static-}tcsh: Add build options for nls and static. Cleanup.
For tcsh and defaults for other variants, unless otherwise noted:
- Option nls enables building of NLS catalogs. Enabled by default.
- Option static enables static linking. Disabled by default.

For standalone-tcsh:
- Option static is enabled by default, except on SunOS.
- Fix building of NLS catalogs, which possibly worked at some point
  in time given the existence of the NLSDIR variable in Makefile.
- Use PLIST from tcsh, with some awk to transform the entries.
- Use DESCR from tcsh as base, with an additional local DESCR. Adjust the
  local DESCR to not say that the package is static, as that is controlled
  by an option now (and never was true for all platforms).
- Remove unnecessary DISTINFO_FILE, INSTALLATION_DIRS, and WRKSRC.

For static-tcsh:
- Option static is not available: the package is always built like tcsh
  with the static option enabled.
- Remove unnecessary DISTINFO_FILE.
2021-11-15 17:11:57 +00:00