summaryrefslogtreecommitdiffstats
path: root/package/git-crypt
Commit message (Collapse)AuthorAgeFilesLines
* git-crypt: disable for gcc affected by bug #64735Baruch Siach2018-08-281-0/+5
| | | | | | | | | | | git-crypt needs exception_ptr. gcc older than 7 don't provide that on all architectures due to gcc bug #64735. Fixes: http://autobuild.buildroot.net/results/2a7/2a76ce39bc639b4f17ff33f8447d9094215e68d8/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/git-crypt: fix build with gcc-4.9Bernd Kuhls2018-08-201-1/+2
| | | | | | | | | | | Fixes In file included from commands.cpp:32:0: crypto.hpp:60:7: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr<Aes_impl> impl; Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/git-crypt: bump version to 0.6.0Bernd Kuhls2018-08-203-5/+10
| | | | | | | | | | | | | | | Quoting from release notes: https://www.agwa.name/git/git-crypt.git/raw/master/NEWS "v0.6.0 (2017-11-26) * Add support for OpenSSL 1.1 (still works with OpenSSL 1.0). * Switch to C++11 (gcc 4.9 or higher now required to build). [...]" Added license hashes. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* boot, package: use SPDX short identifier for GPLv3/GPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* git-crypt: new packageFrancesco Negri2017-01-303-0/+42
[Peter: git is a runtime dependency, use pkg-config for openssl dependencies, use make install] Signed-off-by: Francesco Negri <francesconegri@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud