| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch comes from
https://github.com/openwrt/packages/pull/20540#issuecomment-1439537287
Fixes:
/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include/curl/curl.h:2515:3: note: declared here
2515 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
| ^~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:347: Curl.o] Error 1
Signed-off-by: Stan Grishin <stangri@melmac.ca>
|
|
|
|
|
|
|
|
|
| |
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
|
|
|
|
| |
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
|
|
|
|
| |
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Import a proposed upstream bug fix to allow building against recent curl
versions. Fixes the following error observed by the buildbots:
curlopt-constants.c:129:49: error: 'CURL_STRICTER' undeclared (first use in this function)
if (strEQ(name, "STRICTER")) return CURL_STRICTER;
Upstream bug: https://rt.cpan.org/Public/Bug/Display.html?id=117793
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
|
|
|
|
|
| |
All packages should now properly depend on all perlbase- and perl- packages
they need.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
|
|
| |
Trigger a rebuild to make everything adapt to perl 5.22.0.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
|
|
| |
Recent changes in the perl package changed the ABI.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
| |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
| |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
| |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
|
|
| |
search.cpan.org seems to have some problems from time to time.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
| |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
| |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
| |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
| |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
|
|
| |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|
Signed-off-by: Marcel Denia <naoir@gmx.net>
|