summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge commit 'c5c04da3'debian/0.13__git20200326.g8e8b63c-1Reinhard Tartler2020-05-10
|\
| * debian/changelog: updateReinhard Tartler2020-05-10
| |
| * Update upstream source from tag 'upstream/0.13__git20200326.g8e8b63c'Reinhard Tartler2020-05-10
| |\ | | | | | | | | | Update to upstream version '0.13~~git20200326.g8e8b63c' with Debian dir 146ac8a7ff562d7e5d267f163099a8a17834c057
| | * New upstream version 0.13~~git20200326.g8e8b63cReinhard Tartler2020-05-10
| | |
* | | debian/changelog: updatedebian/0.13__git20190527.g039c4a1-4Reinhard Tartler2020-02-15
| | |
* | | Bump Standards-VersionReinhard Tartler2020-02-15
|/ / | | | | | | (no changes needed)
* | restore additional historical changelogdebian/0.13__git20190527.g039c4a1-3Reinhard Tartler2019-07-20
| |
* | restore historical changelogReinhard Tartler2019-07-20
| |
* | really upload to unstableReinhard Tartler2019-07-20
| |
* | Upload to unstabledebian/0.13__git20190527.g039c4a1-2Reinhard Tartler2019-07-20
| |
* | debian/NEWS: add some notes on new upstream revisiondebian/0.13__git20190527.g039c4a1-1Reinhard Tartler2019-05-30
| |
* | Add DEP-3 style headers to local patchesReinhard Tartler2019-05-30
| |
* | debian/changelog: cleanup whitespaceReinhard Tartler2019-05-30
| |
* | sync source tree with upstream tarballReinhard Tartler2019-05-30
| |
* | debian/changelog: Prepare new uploadReinhard Tartler2019-05-30
| |
* | Update upstream source from tag 'upstream/0.13__git20190527.g039c4a1'Reinhard Tartler2019-05-28
|\| | | | | | | Update to upstream version '0.13~~git20190527.g039c4a1' with Debian dir 2f67398c74e85067e31e6bf62658e5870a79e436
| * New upstream version 0.13~~git20190527.g039c4a1Reinhard Tartler2019-05-28
| |
* | debian/control: Update Vcs- headers to point to salsaReinhard Tartler2019-05-27
| |
* | debian/changelog: updateReinhard Tartler2019-03-10
| |
* | Merge tag 'upstream/0.13__git20180819.g2f5b556'Reinhard Tartler2019-03-10
|\| | | | | | | Upstream version 0.13~~git20180819.g2f5b556
| * New upstream version 0.13~~git20180819.g2f5b556Reinhard Tartler2019-03-10
| |
* | debian/watch: Track git HEAD on githubReinhard Tartler2019-03-10
| | | | | | | | | | | | | | upstream does not plan to make specific releases anymore, and promises to keep "master" in releasable state all the time. The suggestion is therefore to track the 'master' branch. cf http://lists.boxbackup.org/pipermail/boxbackup/2019-January/006690.html
* | update debian/changelogdebian/0.13__git20180313.g16a11e86-1Reinhard Tartler2018-03-14
| |
* | Merge branch 'upstream'Reinhard Tartler2018-03-14
|\|
| * Merge branch 'master' of https://github.com/boxbackup/boxbackup into upstreamReinhard Tartler2018-03-14
| |\
| | * Merge pull request #26 from boxbackup/fix_raidfile_i386Chris Wilson2018-03-13
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix raidfile tests on 32-bit Linux. A recent fix for Solaris (commit 81e9aa6545f7f19124c9f5e88982b867d8732965) broke support for 32-bit Linux (which wasn't spotted at the time, because we didn't have any 32-bit builders). Try a different approach: detect explicitly whether the `lseek` syscall takes a 64-bit integer offset, regardless of the size of `off_t` in user space. CMake: Add support for M4 CXX flag detection in CMakeLists. Reimplement autoconf tests for 64-bit lseek. Fix error in t-gdb when no debugger is detected. Thanks to Reinhard Tartler (our Debian package maintainer) for pointing out the error, and James O'Gorman for setting up i386 builders to ensure that it's fixed and cannot recur.
| | | * Merge branch 'master' into fix_raidfile_i386Chris Wilson2018-03-12
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #24 from boxbackup/openssl_1_1_testingChris Wilson2018-03-04
| | |\ \ | | | | | | | | | | Fix OpenSSL 1.1 compatibility
| | | * | Workaround SourceForget brokenness in AppVeyor buildsChris Wilson2018-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Download NSIS and Boost archives ourselves and install in correct places for Chocolatey and CMake to find and use them, instead of trying to download them from SourceForge.
| | | | * Add support for M4 CXX flag detection in CMakeListsChris Wilson2018-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables all flags that are detected by M4 builds to be detected by CMake builds as well (except for -Wall which enables a bunch of junk). (cherry picked from commit 2ea8a9706d79a386729c7b2d814089e90bac6926) (cherry picked from commit c6038419372534dba578da0c1b506bebc64f8f67)
| | | | * Fix error in t-gdb when no debugger is detectedChris Wilson2018-03-08
| | | | |
| | | | * Fix raidfile tests on 32-bit LinuxChris Wilson2018-03-08
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A recent fix for Solaris (commit 81e9aa6545f7f19124c9f5e88982b867d8732965) broke support for 32-bit Linux (which wasn't spotted because we didn't have any 32-bit builders). Try a different approach: detect whether the lseek syscall takes a 64-bit integer offset, and use that if possible. CMake: reimplement autoconf tests for 64-bit lseek (cherry picked from commit 138ea5d174f146f14d91a16bf5d1ce8e479d2024)
* | | | New upstream pre-release (requested by upstream)debian/0.13__git20180303.g6178fd34-1Reinhard Tartler2018-03-03
| | | | | | | | | | | | | | | | | | | | - New upstream pre-release (requested by upstream) - Compile against libssl 1.1 (again) (Closes: #870775)
* | | | Merge branch 'upstream' into HEADReinhard Tartler2018-03-03
|\| | |
| * | | Merge remote-tracking branch 'github/openssl_1_1_testing' into upstreamReinhard Tartler2018-03-03
| |\ \ \ | | | |/ | | |/|
| | * | Use OSX builds to test OpenSSL 1.1 compatibility as wellChris Wilson2018-03-03
| | | | | | | | | | | | | | | | | | | | See https://github.com/alex/pyopenssl/commit/02225c659a1441e5caeca0a327f85b241633f781 for example
| | * | Reimplement OpenSSL 1.1 supportChris Wilson2018-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This time I have made the minimum number of changes necessary to make OpenSSL 1.1 work, and also added more tests which would have caught the issues with the previous attempt. Thanks to Johann Glaser for testing out the new version and reporting the issue with decryption!
| | * | Add test for decrypting previously-encrypted directory fixtureChris Wilson2018-03-02
| | | |
| | * | Add a test that we can setup Blowfish encryption properlyChris Wilson2018-02-27
| | | |
| | * | Revert "Add support for OpenSSL 1.1 and replace deprecated function calls"Chris Wilson2018-02-25
| | |/ | | | | | | | | | | | | | | | Until shown to be safe. See message from Johann Glaser to the mailing list. This reverts commit 85e7efc3fa0477f60318d2cd2144503a9ea8feb9.
* | | Revert to libssl 1.1 on upstream's request. This will be reverted as soon as ↵debian/0.13__git20180102.g6d7e9562-2Reinhard Tartler2018-02-28
| | | | | | | | | | | | the issues caused by openssl 1.1 are addressed. Until then, this Reopens: #870775.
* | | Drop deprecated invocations to autotools helpersdebian/0.13__git20180102.g6d7e9562-1Reinhard Tartler2018-02-20
| | |
* | | README.Debian: Fix typoReinhard Tartler2018-02-20
| | |
* | | drop unneded patchesReinhard Tartler2018-02-20
| | |
* | | Fix detection logic for tune2fsReinhard Tartler2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | * debian/boxbackup-server.config: Fix quoting of variables primarily fixing the logic that handles when tune2fs is not available. * Have boxbackup-server package Recommend e2fsprogs since the package configuration (optionally) uses tune2fs in some cases. (Closes: #887274)
* | | update packaging for 0.13 prereleaseReinhard Tartler2018-02-20
| | |
* | | Merge branch 'upstream'Reinhard Tartler2018-02-20
|\| |
| * | Merge tag 'BoxBackup-0.12.master.180102.6d7e956' into upstreamReinhard Tartler2018-02-20
| |\|
| | * Merge pull request #22 from boxbackup/openssl_1_1Chris Wilson2018-01-02
| | |\ | | | | | | | | Fix compatibility with OpenSSL 1.1
| | | * Add support for OpenSSL 1.1 and replace deprecated function callsChris Wilson2018-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/boxbackup/boxbackup/issues/16 for details. Thanks to Chris West @FauxFaux for the initial patch! Use OpenSSL 1.1.0g for Windows superbuild. Fix Windows build by removing calls to obsolete do_ms.bat <https://stackoverflow.com/questions/39076244/why-there-is-no-ms-do-ms-bat-after-perl-configure-vc-win64a/39247560#39247560>. Workaround for incorrect library suffixes searched by FindOpenSSL <https://gitlab.kitware.com/cmake/cmake/issues/17604>. Link OpenSSL statically and fix missing dependency on crypt32.lib. (cherry picked from commit edd3687f067c68b131822e0064cdeff5bf7a3835) (cherry picked from commit b003e009d1fccadf55a0f59a01c66f7b80f9b3e5) (cherry picked from commit cc6e20466b857f7e20d816a2c20cb36f112398ab) (cherry picked from commit 303c6405e3bc1e673dbc691792e0633742c01f4e) (cherry picked from commit 4e24006f75142a254f1a7db76cf9da1e752d9283) (cherry picked from commit 448ac48a89538f67f508f8d21931c5e6e90472c0) (cherry picked from commit 00b3bb0697219ef8c742698dd43d53b538e362b1)