aboutsummaryrefslogtreecommitdiff
path: root/utils/ecdsautils/Makefile
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* ecdsautils: update to v0.4.1Matthias Schiffer2022-05-05
| | | | | | | | This fixes CVE-2022-24884. Also update the package URL to match the source repository. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ecdsautils: Cleanup Makefile to modern standardsRosen Penev2019-07-31
| | | | | | | | | | | | | | Replaced git:// with https:// as it gets through firewalls easier. Moved URL to new home. Added LICENSE information. Replaced InstallDev section with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* ecdsautils/libecdsautil: add 0.3.2.20160630Dominik Menke2016-12-14
These changes are a direct copy of [1]. The original commit messages were: > commit 0a6411b56b9edeba1809ffe45c03dbb7261bf45c > Author: Matthias Schiffer <mschiffer@universe-factory.net> > Date: Sun May 8 11:39:22 2016 +0200 > > ecdsautils: update to current git, add libecdsautil > > The addition of libecdsautil required us to switch from statically > linked libuecc to a shared library (as we also want shared > libecdsautil). > commit 05bc59f3196b1dc05afe845e1df0073e40f0757d > Author: Nils Schneider <nils@nilsschneider.net> > Date: Mon Jul 21 14:51:42 2014 +0200 > > ecdsautils: update to v0.3.2 > commit db7d9410b3e21f5770f28a3c537ba6a681c24e62 > Author: Nils Schneider <nils@nilsschneider.net> > Date: Thu Jul 10 16:28:10 2014 +0200 > > ecdsautils: download using git instead of http > commit 3a1b6541b43d4801608c391d64582af41e7a155a > Author: Nils Schneider <nils.schneider@gmail.com> > Date: Wed Feb 6 13:30:26 2013 +0100 > > Add ecdsautils v0.2 [1]: https://github.com/freifunk-gluon/packages/blob/0a6411b56b9edeba1809ffe45c03dbb7261bf45c/utils/ecdsautils/Makefile Signed-off-by: Dominik Menke <dom@digineo.de>