notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/rust-nightly/files/patch-vendor_libgit2-sys_lib.rs
SVNWeb

Number of commits found: 3

Fri, 6 Mar 2020
[ 12:43 tobik search for other commits by this committer ] Original commit   Revision:527877
lang/rust-nightly: Update to 1.43.0.20200306

libgit2-sys is now based on libgit2 0.99.0.  While 0.99.0 is supposed
to be API compatible with 0.28, it has not yet been updated in the
ports tree and the git2 crate now make use of some of the new
function return values.  Stop relying on system libgit2 and use the
bundled one.  Upstream does not make any guarantees about system
libgit2 support in the first place.

Changes:	https://github.com/rust-lang/rust/compare/6d69caba11...96bb8b31c8
Sat, 17 Aug 2019
[ 21:14 jbeich search for other commits by this committer ] Original commit   Revision:509175
lang/rust-nightly: reformat patch header after r509173
[ 21:04 jbeich search for other commits by this committer ] Original commit   Revision:509173
lang/rust-nightly: unbreak cargo git fetch after r507928

libgit2-sys 0.8.2 switched to libgit2 0.29 API without bumping minor
version and adjusting pkg-config check. devel/libgit2 is still at
0.28, so FFI silently fails with a confusing error e.g.,

  invalid version 3 on git_proxy_options; class=Invalid (3)

USES=cargo consumers are affected but none use libgit2-sys 0.8.2 yet.

PR:		239785
Reported by:	yuri

Number of commits found: 3