Release notes:
https://lists.gnu.org/archive/html/info-gnu/2021-09/msg00003.html
"Release tarballs no longer have a dependency on Python."
This update:
- Updates to 1.21.2
- Removes python3 hack and requires python3 at build time instead.
MODPY_RUN_DEPENDS is in TEST_DEPENDS (as before) and BUILD_DEPENDS
(via removal of MODPY_BUILDDEP = No).
Python3 is readily available when building ports. Release notes state
that python3 is no longer needed at build time. Without python3, it
will fail configure and will not run python regression tests in
testenv/.
submitted by tj@ with tweaks by me to reintroduce python3 as a build
dependency
feedback from and OK sthen@
- 7/20/2021: version 1.2.1
This is a binary compatible release.
* minor lossless encoder improvements and x86 color conversion speed up
* add ARM64 simulator support to xcframeworkbuild.sh (#510)
* further security related hardening in libwebp & examples
(issues: #497, #508, #518)
(chromium: #1196480, #1196773, #1196775, #1196777, #1196778, #1196850)
(oss-fuzz: #28658, #28978)
* toolchain updates and bug fixes (#498, #501, #502, #504, #505, #506, #509,
#533)
* use more inclusive language within the source (#507)
From Brad
Changes for 0.9.2 'Golden Eagle':
---------------------------------
0.9.2 is a small update of dav1d on the 0.9.x branch:
- x86: SSE4 optimizations of inverse transforms for 10bit for all sizes
- x86: mc.resize optimizations with AVX2/SSSE3 for 10/12b
- x86: SSSE3 optimizations for cdef_filter in 10/12b and mc_w_mask_422/444 in 8b
- ARM NEON optimizations for FilmGrain Gen_grain functions
- Optimizations for splat_mv in SSE2/AVX2 and NEON
- x86: SGR improvements for SSSE3 CPUs
- x86: AVX2 optimizations for cfl_ac
From Brad
The old code is also broken, as it passes a pointer to a variable
of a different size (on LP64). There is no check for truncation,
but buf[] is 1MB in size.
ok benoit@ sthen@
- tog: support navigating to first/last line of tree and ref views (naddy)
- tog: jump directly to first log item instead of traversing the list (naddy)
- tog: when jumping to bottom of the log view, go from tail backwards (naddy)
- make "got branch -d" print reference name and value (naddy)
- move code duplicated by got-send-pack and got-fetch-pack to common files
- assert against accidentally overflowing argv[] in got_dial_ssh() (naddy)
- make 'gotadmin info' display separate send/fetch URLs if they differ
- fix a null-pointer deref in 'got fetch -d' (reported by Omar Polo)
Provided and tested on amd64, aarch64 (rpi4), and mips64el (loongson) (with
reduced input) by Yifei Zhan < openbsd () zhan ! science >.
OK sthen@ if someone would like to import.
I am also fine with this and build and test on amd64 works fine.
ok inoguchi@