Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps duplicity from 1.2.3 to 2.1.0.

Release notes

Sourced from duplicity's releases.

librsync 2.1.0

Overview

This is a minor release that exposes a few useful utility functions to librsync.h previously only used by rdiff. It also introduces proper exporting of only public symbols in the librsync.h header. The most important fix is for a memory leak when freeing signatures. Upgrading from v2.0.2 is highly recommended for people using librsync and experiencing memory leak problems, but otherwise not urgent.

Included Changes

  • Bump minor version from 2.0.3 to 2.1.0 to reflect additions to librsync.h.

  • Fix exporting of private symbols from librsync library. Add export of useful large file functions rs_file_open(), rs_file_close(), and rs_file_size() to librsync.h. Add export of rs_signature_log_stats() to log signature hashtable hit/miss stats. Improve rdiff error output. (dbaarda, librsync/librsync#130)

  • Updated release process to include stable tarballs. (dbaarda,librsync/librsync#146)

  • Remove redundant and broken --paranoia argument from rdiff. (dbaarda, librsync/librsync#155)

  • Fix memory leak of rs_signature_t->block_sigs when freeing signatures. (telles-simbiose, librsync/librsync#147)

  • Document delta file format. (zmj, librsync/librsync#46)

  • Fix up doxygen comments. (dbaarda, librsync/librsync#151)

Known Issues

  • The debian package configs are still very out of date.

librsync 2.0.2

Overview

This is a minor point release that includes mainly code cleanups and compatibility fixes for different platforms. Upgrading from v2.0.1 is recommended but not urgent for people who don't require any of these fixes.

Included Changes

Known Issues

  • The debian package configs are still very out of date.

librsync 2.0.1

Overview

... (truncated)

Changelog

Sourced from duplicity's changelog.

librsync 2.1.0

Released 2019-08-19

  • Bump minor version from 2.0.3 to 2.1.0 to reflect additions to librsync.h.

  • Fix exporting of private symbols from librsync library. Add export of useful large file functions rs_file_open(), rs_file_close(), and rs_file_size() to librsync.h. Add export of rs_signature_log_stats() to log signature hashtable hit/miss stats. Improve rdiff error output. (dbaarda, librsync/librsync#130)

  • Updated release process to include stable tarballs. (dbaarda, librsync/librsync#146)

  • Remove redundant and broken --paranoia argument from rdiff. (dbaarda, librsync/librsync#155)

  • Fix memory leak of rs_signature_t->block_sigs when freeing signatures. (telles-simbiose, librsync/librsync#147)

  • Document delta file format. (zmj, librsync/librsync#46)

  • Fix up doxygen comments. (dbaarda, librsync/librsync#151)

librsync 2.0.2

Released 2018-02-27

  • Improve CMake install paths configuration (wRAR, librsync/librsync#133) and platform support checking when cross-compiling (fornwall, librsync/librsync#136).

  • Fix Unaligned memory access for rs_block_sig_init() (dbaarda, librsync/librsync#135).

  • Fix hashtable_test.c name collision for key_t in sys/types.h on some platforms (dbaarda, librsync/librsync#134)

  • Format code with consistent style, adding make tidy and make tidyc targets for reformating code and comments. (dbaarda, librsync/librsync#125)

  • Removed perl as a build dependency. Note it is still required for some tests. (dbaarda, librsync/librsync#75)

  • Update RPM spec file for v2.0.2 and fix cmake man page install. (deajan,

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [duplicity](https://github.com/librsync/librsync) from 1.2.3 to 2.1.0.
- [Release notes](https://github.com/librsync/librsync/releases)
- [Changelog](https://github.com/librsync/librsync/blob/master/NEWS.md)
- [Commits](https://github.com/librsync/librsync/commits/v2.1.0)

---
updated-dependencies:
- dependency-name: duplicity
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2023

Superseded by #654.

@dependabot dependabot bot closed this Sep 4, 2023
@dependabot dependabot bot deleted the dependabot/pip/duplicity-2.1.0 branch September 4, 2023 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant