aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #12010 from dl12345/dovecotRosen Penev2020-04-29
|\ \ \ \ \ | |_|_|/ / |/| | | | dovecot: remove incorrect PKG_BUILD_DEPENDS
| * | | | dovecot: remove incorrect PKG_BUILD_DEPENDSIan Cooper2020-04-30
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package Makefile contains a PKG_BUILD_DEPENDS=libiconv line, which apart from being incorrect if libiconv-full is specified in the build configuration, is also unnecessary, since the package Makefile already includes nls.mk which sets PKG_BUILD_DEPENDS appropriately. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | | | Merge pull request #11998 from jefferyto/uwsgi-pypiRosen Penev2020-04-29
|\ \ \ \ | |/ / / |/| | | uwsgi: Use pypi.mk to download source tarball
| * | | uwsgi: Use pypi.mk to download source tarballJeffery To2020-04-29
| | |/ | |/| | | | | | | | | | | | | | | | This also removes PKG_BUILD_DIR, which does not need to be explicitly set. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | switchdev-poller: netifd now keep dev downLuiz Angelo Daros de Luca2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 19.07, netifd will not try to bring a device up after someone brought it down. This way, there is no need to rename the device. It also fixes a rename error on 19.07 when the *_down device was being in use (by netifd?). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #11997 from jefferyto/scapy-python-packageRosen Penev2020-04-29
|\ \ \ | | | | | | | | scapy: Use Python packaging, PyPI download
| * | | scapy: Use Python packaging, PyPI downloadJeffery To2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the package to use the default Python package build recipe, adds a src package, and changes to download from PyPI (using pypi.mk). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #12006 from TELUS-BBA/coreutils-fixRosen Penev2020-04-29
|\ \ \ \ | | | | | | | | | | coreutils: add upstream patch fixing aarch64 compilation
| * | | | coreutils: add upstream patch fixing aarch64 compilationScott Roberts2020-04-29
| | |/ / | |/| | | | | | | | | | | | | | | | | | ls: restore 8.31 behavior on removed directories Signed-off-by: Scott Roberts <ttocsr@gmail.com>
* | | | Merge pull request #12003 from jefferyto/python-cryptography-2.9.2Rosen Penev2020-04-29
|\ \ \ \ | | | | | | | | | | python-cryptography: Update to 2.9.2
| * | | | python-cryptography: Update to 2.9.2Jeffery To2020-04-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #12001 from jefferyto/radicale2-cleanupRosen Penev2020-04-29
|\ \ \ \ \ | | | | | | | | | | | | radicale2: Clean up Makefile
| * | | | | radicale2: Clean up MakefileJeffery To2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove preinst, the default prerm script will stop the service * Use default Python package filespec and shebang fix Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #12005 from dl12345/master-perlRosen Penev2020-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | perl: fix compilation on x86_64 with glibc and ssp
| * | | | | | perl: fix compilation on x86_64 with glibc and sspIan Cooper2020-04-29
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl fails to compile on x86_64 with glibc and stack smashing protection enabled due to libssp not being specified in the ldflags. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | | | | | Merge pull request #12002 from dl12345/masterRosen Penev2020-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | procps-ng: remove unnecessary PKG_BUILD_DEPENDS
| * | | | | | procps-ng: remove unnecessary PKG_BUILD_DEPENDSIan Cooper2020-04-29
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package Makefile contains an unnecessary PKG_BUILD_DEPENDS line that builds gettext and libiconv even in cases where the build has gettext-full and libiconv-full selected. This behaviour can and does mask errors in other package Makefiles that are dependent on libiconv-full if it is compiled before these packages by causing libiconv-stub to be created and put in the staging tree and potentially linked against by these dependent packages when they omit to specify an appropriate PKG_BUILD_DEPENDS line. procps-ng does not require gettext or libiconv to be built in order to compile correctly. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* / / / / / travelmate: fix captive portal detectionDirk Brenken2020-04-29
|/ / / / / | | | | | | | | | | | | | | | | | | | | * made captive portal detection more bullet proof, fixes #11990 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #11968 from yangfl/masterToke Høiland-Jørgensen2020-04-29
|\ \ \ \ \ | |/ / / / |/| | | | acme: fix some errors
| * | | | acme: Bump release versionDavid Yang2020-04-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
| * | | | acme: Handle ecc cert correctlyDavid Yang2020-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error was: The domain 'example.com' seems to have a ECC cert already, please add '--ecc' parameter if you want to use that cert. Signed-off-by: David Yang <mmyangfl@gmail.com>
| * | | | acme: Handle log message correctlyDavid Yang2020-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error was: logger: unrecognized option: renew Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | Merge pull request #11993 from jefferyto/bash-sys-bashrcRosen Penev2020-04-29
|\ \ \ \ \ | | | | | | | | | | | | bash: Import upstream patches, enable system-wide .bashrc file, source /etc/shinit
| * | | | | bash: Enable system-wide .bashrc file, source /etc/shinitJeffery To2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables a system-wide .bashrc file (/etc/bash.bashrc), as well as some other options related to startup files, and sources /etc/shinit for interactive shells. Fixes https://bugs.openwrt.org/index.php?do=details&task_id=3019. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | bash: Import upstream patchesJeffery To2020-04-29
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source: https://ftp.gnu.org/gnu/bash/bash-5.0-patches/ (bash50-003 to bash50-017) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #11989 from cherrot/ddns-cloudflare-v4Rosen Penev2020-04-29
|\ \ \ \ \ | |_|_|/ / |/| | | | ddns-scripts: cloudflare.com-v4: Fix grep pattern
| * | | | ddns-scripts: cloudflare.com-v4: Fix grep patterns.Zheng Luo2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related commit: 0080bb4b Use `\s*` instead of ` \?` to match 0 or multiple spaces. Signed-off-by: Zheng Luo <cherrotluo@gmail.com>
* | | | | Merge pull request #11737 from antonlacon/ffmpeg-4.2Rosen Penev2020-04-28
|\ \ \ \ \ | |_|/ / / |/| | | | ffmpeg: update to 4.2.2
| * | | | ffmpeg: drop call to disable PATENTED_ENCODERSIan Leonard2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Presently, this attempts to disable atrac3, h264, hevc and vc1. These encoders don't exist or are done through other programs (eg libx264). Handling of those other programs is done elsewhere. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | ffmpeg: add upstream patches fixing MIPS compilationRosen Penev2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the Makefile references. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | ffmpeg: don't provide libavresampleIan Leonard2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libavresample has bene deprecated for a number of years. Its replacement is libswresample. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | ffmpeg: enable gnutls support in libffmpeg-fullIan Leonard2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provides access to services requiring a secure connection. Chosen over openssl for license reason (can't redistribute). To my knowledge, libressl will have the same issue. mbed-tls is the only other ssl/tls provider, and this package is complicated enough. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | ffmpeg: update to 4.2.2Ian Leonard2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop upstreamed libfdk-aac patches. ffserver was removed in 4.0. ffmpeg does not have a replacement. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | Merge pull request #11982 from Robby-/master-freeradius3_update_3_0_21Rosen Penev2020-04-28
|\ \ \ \ \ | | | | | | | | | | | | freeradius3: Update to 3.0.21
| * | | | | freeradius3: Update to 3.0.21Robby K2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest stable release. Signed-off-by: Robby K <robbyke@gmail.com>
| * | | | | freeradius3: Removed patches/004-fix-target-python-header-detection.patch as ↵Robby K2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it is no longer needed for the freeradius3-mod-python3 package to compile and updated the Makefile to reflect this due to the following change/commit in freeradius: https://github.com/FreeRADIUS/freeradius-server/commit/307678b268cf8898a65632147ecc40d37ea3f9d3 This is in preparation for the 3.0.21 update. Signed-off-by: Robby K <robbyke@gmail.com>
| * | | | | freeradius3: Refreshed patches/002-disable-session-cache-CVE-2017-9148.patch ↵Robby K2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in preparation for the 3.0.21 update. Signed-off-by: Robby K <robbyke@gmail.com>
| * | | | | freeradius3: Fix the ordering in the Makefile.Robby K2020-04-28
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Robby K <robbyke@gmail.com>
* | | | | Merge pull request #11769 from cbz/masterRosen Penev2020-04-28
|\ \ \ \ \ | | | | | | | | | | | | dnscrypt-proxy: Changed 'Provider Key' for securedns to current value
| * | | | | dnscrypt-proxy: Changed 'Provider Key' for securedns to current valueChris E2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chris E <cbz@pobox.com>
* | | | | | Merge pull request #11987 from Payne-X6/liburcuRosen Penev2020-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | liburcu: update to version 0.12.1
| * | | | | | liburcu: update to version 0.12.1Jan Hák2020-04-28
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jhak@jhak.nic.cz>
* | | | | | Merge pull request #11988 from Payne-X6/libeditRosen Penev2020-04-28
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | libedit: update to version 20193112-3.1
| * | | | | libedit: update to version 20193112-3.1Jan Hák2020-04-28
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jhak@jhak.nic.cz>
* | | | | Merge pull request #11984 from commodo/fix-seafileHannu Nyman2020-04-28
|\ \ \ \ \ | | | | | | | | | | | | net: seafile-server: fix build
| * | | | | net: seafile-server: select procps-ngAlexandru Ardelean2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise seafile-server isn't selectable since it depends that this package be enabled. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | net: seafile-server: add libevent2 deps on PKG_BUILD_DEPENDSAlexandru Ardelean2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And libevent2-pthreads to DEPENDS. While building with -j12 I seem to get: [ sometimes this also includes libevent2-openssl ] ``` -- EVHTP_VERSION : 1.2.18 -- EVHTP_DISABLE_SSL : OFF -- EVHTP_DISABLE_EVTHR : OFF -- EVHTP_DISABLE_REGEX : OFF -- EVHTP_BUILD_SHARED : -- EVHTP_USE_JEMALLOC : -- EVHTP_USE_TCMALLOC : -- CMAKE_BUILD_TYPE : Release -- CMAKE_INSTALL_PREFIX : /usr -- CMAKE_BINARY_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- CMAKE_CURRENT_BINARY_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- CMAKE_CURRENT_SOURCE_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- PROJECT_BINARY_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- PROJECT_SOURCE_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- CMAKE_MODULE_PATH : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/cmake -- CMAKE_SYSTEM_NAME : Linux -- CMAKE_SYSTEM_VERSION : 1 -- CMAKE_C_COMPILER : /home/sandu/work/openwrt/openwrt/staging_dir/toolchain-i386_pentium4_gcc-8.4.0_musl/bin/i486-openwrt-linux-musl-gcc -- CMAKE_AR : /home/sandu/work/openwrt/openwrt/staging_dir/toolchain-i386_pentium4_gcc-8.4.0_musl/bin/i486-openwrt-linux-musl-gcc-ar -- CMAKE_RANLIB : /home/sandu/work/openwrt/openwrt/staging_dir/toolchain-i386_pentium4_gcc-8.4.0_musl/bin/i486-openwrt-linux-musl-gcc-ranlib -- CFLAGS : -Os -pipe -march=pentium4 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -ffile-prefix-map=/home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18=libevhtp-1.2.18 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DNDEBUG -- Configuring done CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: LIBEVENT_THREAD linked by target "evhtp" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 linked by target "test_proxy" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_basic" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_client" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_https_client" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_vhost" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_basic" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_extensive" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_chunked" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_query" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_perf" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_pause" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_https_server" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_vhost" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_request_fini" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER CMAKE_ASM_COMPILER_ARG1 CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS DL_LIBRARY CMake Generate step failed. Build files cannot be regenerated correctly. ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #11985 from commodo/django-pkgs-bumpsHannu Nyman2020-04-28
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Django pkgs bumps
| * | | | | django-appconf: bump to version 1.0.4Alexandru Ardelean2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | django-compressor: bump to version 2.4Alexandru Ardelean2020-04-28
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>