While strict version checks for built-in ghc packages in cabal-install
build procedure provide a modicum of extra safety, in practice for the
ports tree they impose extra version tracking burden. The ports tree
is already self-consistent. Cross-checks of version numbers cause
false positives and add more toil.
OK kili@
that packaging them is a nightmare (doesn't work with MODGO), let's add
a README on how to build+install the Terraform AWS provider as an example.
The procedure is pretty much the same for all providers.
main functionality has been available in thunderbird 78, and the
extension itself no longer works within thunderbird since then.
Technically still works within seamonkey, but users can still locally
install it from the xpi.
ok/prodding ajacoutot@
Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D
vectors and matrices and other simple but useful mathematical objects,
functions, and data types common in computer graphics applications, including
the "half" 16-bit floating-point type.
<...>
libImath is now split from the graphics/openexr package.
ok robert@
- prevent a race where 'gotadmin cleanup' deletes concurrently created objects
- plug a small memory leak in tog's show_diff_view() function
- fix a use-after-free in get_changed_paths() in got and tog
- use less memory allocations when formatting log messages
- make got_deltify() rellocate the deltas array less often
- plug a memory leak in an error path of got_deltify()
- fix miscalculation of the final pack file size reported by got_pack_create()
- fix the error message shown when the server sends a bad ref line
- prevent NULL deref in got-fetch-pack if server does not announce capabilities
- add a missing bounds-check in got-fetch-pack when parsing server response
- fix, again, use of POSIX [ s1 = s2 ] syntax instead of [ s1 == s2 ] (naddy)
- add 'got send' for sending changes to remote repositories (with naddy, tracey)
- allow deletion of refs/remotes/ branches with got branch -d
- add missing "return 1" to failure handling in the regress scripts (naddy)
- make realloc_ids() malloc-like and do not overallocate (naddy)
- fix seek to incorrect offset in the delta base when creating deltas
- use gmtime_r(3) to display timestamps in UTC as intended (found by naddy)
- add keys for navigating to first/last item of tog log and diff views (jasper)