aboutsummaryrefslogtreecommitdiff
path: root/libs/libtasn1
Commit message (Collapse)AuthorAge
* 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>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* libtasn1: update to 4.19.0Rosen Penev2022-11-03
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtasn1: don't build host shared libsRosen Penev2021-10-21
| | | | | | Avoids rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtasn1: fix host build under old GCCRosen Penev2020-05-24
| | | | | | | prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8 defaults to std=gnu89, breaking the build. GCC5 defaults to gnu99. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtasn1: updated to 4.16.0Nikos Mavrogiannopoulos2020-02-02
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* libtasn1: add host-buildAndy Walsh2019-12-13
| | | | | | * samba4 complains that it cant find the libasn1 host bins Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* libtasn1: updated to 4.15.0Nikos Mavrogiannopoulos2019-12-02
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* 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>
* libtasn1: Update to 4.14Rosen Penev2019-07-30
| | | | | | | | Fixes CVE-2018-1000654 Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtasn1: Optimize compilation for sizeRosen Penev2019-02-09
| | | | | | | | | | | | Disabled doc and valgrind tests to speed up compilation. Added --disable-ld-version-script to reduce compiled size. Added -Wl,--gc-sections to reduce compiled size. From 28339 to 27700 bytes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtasn1: Update to 4.13Rosen Penev2018-06-07
| | | | | Fixes CVE-2017-10790 and CVE-2018-6003 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtasn1: Change URL to point to official website instead of download linkRosen Penev2018-02-20
| | | | | | Cosmetic change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtasn1: updated to 4.12Nikos Mavrogiannopoulos2017-06-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libs/libtasn1: Update to 4.9Daniel Engberg2016-12-16
| | | | | Update 4.9 and use URL alias Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libtasn1: corrected library licenseNikos Mavrogiannopoulos2016-06-16
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libtasn1: add license tagFlorian Eckert2016-05-31
| | | | | | show the license for this package in opkg Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
* libtasn1: updated to version 4.8Nikos Mavrogiannopoulos2016-04-25
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libtasn1: updated to 4.7Nikos Mavrogiannopoulos2015-09-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libtasn1: fix md5sumJohn Crispin2015-03-29
| | | | | | the SDK builder breaks on this package due to a bad md5sum Signed-off-by: John Crispin <blogic@openwrt.org>
* libtasn1: updated to 4.4Nikos Mavrogiannopoulos2015-03-29
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libtasn1: updated to 4.3Nikos Mavrogiannopoulos2015-03-14
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libtasn1: updated to version 4.2Nikos Mavrogiannopoulos2014-09-15
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libtasn1: updated to 4.1Nikos Mavrogiannopoulos2014-08-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Added maintainerNikos Mavrogiannopoulos2014-07-30
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libtasn1: updated to version 4.0Nikos Mavrogiannopoulos2014-07-06
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Backported and update the libtasn1 package.Nikos Mavrogiannopoulos2014-06-20
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>