aboutsummaryrefslogtreecommitdiff
path: root/libs/libgcrypt
Commit message (Collapse)AuthorAge
* libgcrypt: update to 1.10.3W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgcrypt: update to 1.10.2W. Michael Petullo2023-05-20
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* libgcrypt: update to 1.10.1W. Michael Petullo2022-05-11
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgcrypt: update to 1.9.4Rosen Penev2021-09-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgcrypt: update to 1.9.3W. Michael Petullo2021-05-10
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgcrypt: fix config fileRosen Penev2020-12-10
| | | | | | Change the prefix instead of each path. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgcrypt: update to 1.8.7W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgcrypt: update to 1.8.6Rosen Penev2020-07-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgcrypt: Update to 1.8.5Rosen Penev2019-09-12
| | | | | | Fixed up license information. Only the library is packaged. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* libgcrypt: Аdd PKG_CPE_ID for proper CVE trackingRosen Penev2018-11-26
| | | | | | | | Also did some cosmetic adjustments for consistency. No code changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgcrypt: Update to 1.8.4Rosen Penev2018-10-30
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgcrypt: update to 1.8.3W. Michael Petullo2018-07-15
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #5257 from lynxis/rb_libgcryptchamptar2018-01-20
|\ | | | | libgcrypt: remove build timestamp
| * libgcrypt: remove build timestampAlexander Couzens2017-12-10
| | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. The patch is a backport from upstream. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | libs/libgcrypt: switch PKG_SOURCE_URL to https URIBen Smith2017-12-22
|/ | | | | | curl hangs with the ftp URI Signed-off-by: Ben Smith <le.ben.smith@gmail.com>
* libs/libgcrypt: add license tagFlorian Eckert2017-10-30
| | | | | | add license tag Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* 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>
* libgcrypt: update to version 1.6.6Daniel Golle2016-08-19
| | | | | | | Fixes CVE-2016-6313: Entropy Loss and Output Predictability in the Libgcrypt PRNG Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Revert "mysql: disable SSP for ppc (toolchain issue?)"Steven Barth2015-06-22
| | | | | | This reverts commit e1e671139ca98c39fd6dffe3e7aaf2359cce4533. Signed-off-by: Steven Barth <steven@midlink.org>
* mysql: disable SSP for ppc (toolchain issue?)Steven Barth2015-06-19
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* libgcrypt: enable all ciphers; one of the programs built requires ECC codeW. Michael Petullo2014-07-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgcrypt: update tarball MD5 and avoid building docs and testsW. Michael Petullo2014-07-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgcrypt: update to 1.6.1W. Michael Petullo2014-07-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Copy libgcrypt package from old repositoryW. Michael Petullo2014-07-19
Signed-off-by: W. Michael Petullo <mike@flyn.org>