Debian Patches
Status for zbackup/1.5-4
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
remove_external_travisci_img.patch | the README file will be converted from Markdown to HTML duringbuild time. To avoid fetching content from external sources when it is accessed, the status image from Travis CI was removed. |
Tiago Ilieve <tiago.myhro@gmail.com> | not-needed | |||
remove_throw.patch | remove deprecated throw specification Just remove those. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | debian | 2021-11-07 | |
protobuf.patch | second prameter is no op for SetTotalBytesLimit() This function signature was even removed. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | 2022-06-06 | ||
set_min_cmake_v35.patch | set minimal CMake version to 3.5 Change cmake_minimum_required() to 3.5 | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | debian | 2025-09-03 | |
0004-ObjectsIteratorComp_operator_const.patch | diff -pNaru5 a/objectcache.hh b/objectcache.hh | no | ||||
0005-explicit-std-string.patch | Apparently previous gcc versions coerced these to std::string before trying to concatenate or throw. Now it's trying with std::basic_string_view and string_view which doesn't support concatenate operator+ or automatic coerce to string. config.cc:602:41: error: no match for ‘operator+’ (operand types are ‘absl::lts_20250512::string_view’ {aka ‘std::basic_string_view<char>’} and ‘const char [2]’) message.cc:34:46: error: no matching function for call to ‘Message::exCantParse::exCantParse(absl::lts_20250512::string_view)’ diff -pNaru5 a/config.cc b/config.cc |
no |