Package: rust-subversion / 0.0.8-4

Metadata

Package Version Patches format
rust-subversion 0.0.8-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax ctor | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
fix unsoundness.patch | (download)

src/client.rs | 3 2 + 1 - 0 !
src/dirent.rs | 10 2 + 8 - 0 !
2 files changed, 4 insertions(+), 9 deletions(-)

 [patch] dirent: drop from<&path>, change from<&str> to from<&cstr>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

this fixes #97 , although there might be more similar issues that the tests
don't expose..

Signed-off-by: Fabian Grnbichler <git@fabian.gruenbichler.email>

relax bindgen | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
use c char | (download)

src/client.rs | 35 18 + 17 - 0 !
src/delta.rs | 31 16 + 15 - 0 !
src/dirent.rs | 13 7 + 6 - 0 !
src/io.rs | 19 10 + 9 - 0 !
src/repos.rs | 3 2 + 1 - 0 !
src/string.rs | 5 3 + 2 - 0 !
src/uri.rs | 11 6 + 5 - 0 !
7 files changed, 62 insertions(+), 55 deletions(-)

---
use pyint | (download)

src/lib.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---