aboutsummaryrefslogtreecommitdiff
path: root/libs/libmicrohttpd
Commit message (Collapse)AuthorAge
* libmicrohttpd: update to 0.9.77Rosen Penev2024-02-11
| | | | | | Fixes CVE-2023-27371 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* 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>
* libmicrohttpd: update to 0.9.75Rosen Penev2022-03-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmicrohttpd: update to 0.9.73Rosen Penev2021-06-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmicrohttpd: update to 0.9.71Rosen Penev2020-07-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmicrohttpd: build with PICRosen Penev2020-05-18
| | | | | | | | | | Fixes compilation when linking statically. Made URL HTTPS. Moved description section for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmicrohttpd: update to 0.9.70Rosen Penev2020-05-05
| | | | | | | | Fix license information. Cleanup Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmicrohttpd: update to version 0.9.69Alexander Couzens2019-12-15
| | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* libmicrohttpd: update to version 0.9.68Daniel Golle2019-10-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmicrohttpd: Prevent Recursive DependencyRob White2019-04-21
| | | | | | | | | | | | | Maintainer: Alexander Couzens lynxis@fe80.eu Compile Tested: Snapshot SDK Run Tested: target - ath79, hardware - gl-ar300m16, package - nodogsplash v3.2.1 and nodogsplash v3.3.1, Openwrt Snapshot. Description: Bump to PKG_RELEASE:=3 Signed-off-by: Rob White <rob@blue-wave.net>
* libmicrohttpd: Prevent Recursive DependencyRob White2019-04-21
| | | | | | | | | | | | | | | Maintainer: Alexander Couzens lynxis@fe80.eu Compile Tested: Snapshot SDK Run Tested: target - ath79, hardware - gl-ar300m16, package - nodogsplash v3.2.1 and nodogsplash v3.3.1, Openwrt Snapshot. Description: If a package depends on libmicrohttpd but does not specify which variant, a recursive dependency error occurs caused by the superfluous CONFLICTS line. With this change, a package will get the named variant, or default to the no-ssl variant if only libmicrohttpd is specified. Signed-off-by: Rob White <rob@blue-wave.net>
* libmicrohttpd: Remove one CONFLICTS statement.Rob White2019-04-04
| | | | | | | Having CONFLICTS for each variant in the other variant causes recursive dependency error, even though the two variants do conflict with each other. This commit removes one of the CONFLICT lines. Build now completes without error on SDK. Signed-off-by: Rob White <rob@blue-wave.net>
* libmicrohttpd: Revert to Named no-ssl VersionRob White2019-04-01
| | | | | | | | | | | | Maintainer: Alexander Couzens lynxis@fe80.eu Compile Tested: Snapshot SDK Run Tested: target - ath79, hardware - gl-ar300m16, package - nodogsplash v3.2.1 and nodogsplash v3.3.1-beta, Openwrt Snapshot. Description: Fix for issue #8180 and resubmitted PR #8563 - Any package with a dependency on the non-ssl version of libmicrohttpd ends up with the ssl version along with libgcrypt, libgnutls, .. This fix reverts the no-ssl version name from libmicrohttpd back to libmicrohttpd-no-ssl as it was in previous versions. The two package names will now be libmicrohttpd-no-ssl and libmicrohttpd-ssl. Signed-off-by: Rob White <rob@blue-wave.net>
* libs/libmicrohttpd: Fix for install sectionsDaniel Engberg2019-01-30
| | | | | | Install libs for -ssl variant Be a bit more specific about what we're installing... Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libmicrohttpd: Update to 0.9.62 and rework MakefileDaniel Engberg2019-01-28
| | | | | | | | Update to 0.9.62 Various cosmetic changes to Makefile Fix variants and default to no ssl variant Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libmicrohttpd: Update to 0.9.60Rosen Penev2018-11-07
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs/libmicrohttpd: Update to version 0.9.59Paul Wassi2018-03-14
| | | | Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* libmicrohttpd: update to version 0.9.55Alexander Couzens2017-06-19
| | | | | | | Compile tested on ar71xx. Runtime tested on ar71xx. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* libmicrohttpd: update to 0.9.52Alexander Couzens2016-11-30
| | | | | | | Compile tested on x86_64. Runtime tested on x86_64. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* libmicrohttpd: add patch to fix inside loop declaration warningAlexander Couzens2016-07-15
| | | | | | already fixed upstream, but 0.9.50 contains this bug Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* Remove incorrect use of PKG_SHA256SUMBaptiste Jonglez2016-07-10
| | | | | | | | | OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the hash is e.g. SHA256 by looking at the length of the hash. This affects libs/libmicrohttpd, mail/ssmtp and utils/mc. Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* libmicrohttpd: update to version 0.9.50Alexander Couzens2016-07-02
| | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* libmicrohttpd: don't use PROVIDES for non-virtual packageDaniel Golle2016-05-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #2126 from lynxis/libmicrohttpdchamptar2016-05-04
|\ | | | | Libmicrohttpd: add build variant for ssl + no-ssl + build parallel
| * libmicrohttpd: build parallelAlexander Couzens2016-02-22
| | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| * libmicrohttpd: implement build variants -ssl and -no-sslAlexander Couzens2016-02-22
| | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #2659 from lynxis/maintainerchamptar2016-05-04
|\ \ | | | | | | libmicrohttpd: take over maintainership
| * | libmicrohttpd: take over maintainershipAlexander Couzens2016-05-04
| |/ | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* / libmicrohttpd: update to 0.9.49Daniel Golle2016-04-15
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmicrohttpd: update to 0.9.44Daniel Golle2015-10-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmicrohttpd: import fixes from subversion repoDaniel Golle2015-06-25
| | | | | | Fixes a memleak as well as a bug in digest authentication. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmicrohttpd: get rid of OpenSSL dependencyDaniel Golle2015-06-25
| | | | | | | | | | | | | | | | Depending on both, GnuTLS and OpenSSL doesn't make sense, we should use either TLS implementation but not both. Use GnuTLS for now and get rid of OpenSSL dependency by explicitely telling the package's build-system to do so using CONFIGURE_ARGS. If future uses of libmicrohttpd require OpenSSL, it probably makes most sense to build several variants of the package, i.e. libmicrohttpd-openssl as well as libmicrohttpd-gnutls. As with most packages making use of any TLS implementation, these are build-time decissions resulting in conflicting variants of the same package which cannot be installed simultanously. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmicrohttpd: update sourceDaniel Golle2015-06-25
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Remove libcrypto dependencyAlexander Ryzhov2015-04-23
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* libmicrohttpd: new package addedMartijn Zilverschoon2014-12-01
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>