summaryrefslogtreecommitdiffstats
path: root/rules/libgcrypt.make
Commit message (Collapse)AuthorAgeFilesLines
* define and use PTXDIST_BUILD_TIMESTAMPMichael Olbrich2018-11-101-1/+1
| | | | | | | A lot of packages use such a build timestamp. Define it once and use it everywhere. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: version bump 1.8.2 -> 1.8.3Michael Olbrich2018-07-231-4/+4
| | | | | | | | Also disable capabilities for now. It's the default and used like this in Debian. With capabilities enabled, libgcrypt will drop privileges which can cause problems for tools using libgcrypt, e.g. cryptsetup. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: version bump 1.8.1 -> 1.8.2Clemens Gruber2018-01-251-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* License report: unify all license listsJuergen Borleis2017-12-081-1/+1
| | | | | | | | If a package uses more than one license at a time, the keyword "AND" should illustrate this. Follow this rule for all packages with more than one license in their list. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* libgcrypt: version bump 1.8.0 -> 1.8.1Clemens Gruber2017-09-051-2/+3
| | | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> [mol: rebased ontop of the other update] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: version bump to 1.8 stable releaseJuergen Borleis2017-08-291-2/+3
| | | | | | | | | | | From the announcement: "This is a new stable version of Libgcrypt with full API and ABI compatibility to the 1.7 series. Its main features are support Blake-2, XTS mode, an improved RNG, and performance improvements for the ARM architecture." Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: version bump 1.7.7 -> 1.7.8Robert Schwebel2017-07-051-2/+2
| | | | | | | This fixes CVE-2017-7526. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: version bump 1.7.6 -> 1.7.7Clemens Gruber2017-06-211-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: version bump 1.7.5 -> 1.7.6Clemens Gruber2017-02-071-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: fix for x86Michael Olbrich2017-01-141-3/+5
| | | | | | | ac_cv_sys_symbol_underscore is not autodetected when cross-compiling and the default is wrong for x86. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: --disable-asm for more archiecturesMichael Olbrich2017-01-131-1/+11
| | | | | | | | | | | | | | | | PowerPC fails with: Error: .size expression for _gcry_mpih_add_n does not evaluate to a constant x86 (32 bit) fails with: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_lshift' ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_add_n' ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_addmul_1' ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_submul_1' ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_mul_1' ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_sub_n' ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_rshift' Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: update 1.7.3 -> 1.7.5Clemens Gruber2017-01-111-13/+25
| | | | | | | | | Also add configure options explicitly and enable ASM for all architectures except m68k/ColdFire. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> [mol: enable capabilities] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: bump version and make build more reproducibleClemens Gruber2016-10-201-3/+6
| | | | | | | Version bump, add build timestamp, disable documentation and tests. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: add license information and license files for report generationJuergen Borleis2015-02-061-0/+4
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt, libgpg-error: add http URLMarc Kleine-Budde2014-05-211-1/+1
|
* libgcrypt: version bump to 1.5.3Michael Grzeschik2013-11-191-2/+2
| | | | | Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: version bump to 1.5.0Marc Kleine-Budde2013-02-131-6/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* libgcrypt: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [libgcrypt] targetinstall consolidationRobert Schwebel2010-10-221-4/+1
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* binconfig_glob: remove custom install stageMarc Kleine-Budde2010-01-101-13/+1
| | | | | | | | With commit 61211865e20efac9042ad89a9a5c28e4bc0d3100 and 6eb09c4e84b06d07818c020a80d8dccf4a28692c there's no need for a custom install stage to install '*-config' files. This patch removes it. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [libgcrypt] add new packageErwin Rol2010-01-061-0/+104
- libgcrypt is needed by libmicrohttpd when wanting https Signed-off-by: Erwin Rol <erwin@erwinrol.com> [mkl: some cleanups in libgcrypt-config] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>