aboutsummaryrefslogtreecommitdiff
path: root/libs/neon
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>
* neon: update to 0.32.4Rosen Penev2022-11-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* neon: fix build on macosSergey V. Lobanov2022-01-17
| | | | | | | | neon detects Darwin on target build and fails due to darwin-specific build behaviour. OS detection is disable (as non required) via ne_cv_os_uname=Linux as a part of CONFIGURE_VARS Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* neon: update to 0.32.1Rosen Penev2021-12-20
| | | | | | Add patch to get rid of xmlto dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* neon: install neon-config to host pathRosen Penev2020-12-07
| | | | | | | | Helps old packages that do not use pkgconfig. Fixed paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* neon: update to 0.31.2Rosen Penev2020-07-15
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* neon: add back sed scripts for neon-configSebastian Kemper2020-05-04
| | | | | | | | | | | | | | | | Commit 3a67097 removed the sed scripts that ran on neon-config. Now there is build failure for Asterisk because a host include directory is added to the build: mips_24kc_musl/usr/lib/libintl-stub/include -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include/libxml2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE=\"res_calendar_exchange\" -DAST_MODULE_SELF_SYM=__internal_res_calendar_exchange_self -I/usr/include/neon -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include -pthread -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include res_calendar_exchange.c:34:10: fatal error: ne_session.h: No such file or directory #include <ne_session.h> ^~~~~~~~~~~~~~ compilation terminated. This commit adds back the sed scripts. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* neon: update to 0.31.1Rosen Penev2020-05-02
| | | | | | | | | | | | | | | | Upstream changed. Add license information. Add PKG_BUILD_PARALLEL for faster compilation. Remove several outdated options. Refreshed OpenSSL patch. Other small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* neon: Remove krb5 dependencyEneas U de Queiroz2018-12-06
| | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* neon: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* neon: Fix URLRosen Penev2018-08-02
| | | | | | There seems to be no proper location for this, nor an up to date fork. Arch uses this link so switch to that. 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>
* neon: removed forced LFS support, the library automatically checks for off_t ↵Federico Di Marco2017-06-07
| | | | | | | | type length davfs2: patched build error (#1327) when 'Compile with full language support' option was enabled Signed-off-by: fededim@gmail.com
* Updated packages:Rupan2016-10-04
| | | | | | | - lftp: updated to 4.7.3 - neon: update to 0.30.2 Signed-off-by: Federico Di Marco <fededim@gmail.com>
* neon: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* libs/neon: update to latest, add maintainer, add descriptionEtienne CHAMPETIER2014-09-12
| | | | | | | | the package (ipk) was previously called libneon, so I keep this name instead of neon. Signed-off-by: Federico Di Marco <fededim@gmail.com> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* libs/neon: import from old packagesEtienne CHAMPETIER2014-09-12
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>