aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libuhttpd: Update to 3.10.0Jianhui Zhao2021-02-27
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* Merge pull request #14894 from cotequeiroz/php7-pecl-imagikEneas U de Queiroz2021-02-26
|\ | | | | php7: adjust build with QUILT
| * php7: fix build with QUILTEneas U de Queiroz2021-02-26
| | | | | | | | | | | | | | | | | | | | | | | | When building with QUILT, unlike the regular build, Build/Prepare does not apply the patches. So when buildconf is called with QUILT on, at the end of Build/Prepare, it will not have the patched sources, and build will fail. To fix the problem, run buildconf in Build/Prepare only when QUILT is off, and do it in Build/Configure otherwise. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * php7: fix pecl build with QUILTEneas U de Queiroz2021-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit d741a64b7 ("lang/php7: Don't run phpize7 with QUILT") changed pecl.mk to not run phpize7 during Package/prepare if QUILT is set. The intention was to allow prepare, refresh and update targets to run without building dependencies. As a side-effect, Package/configure and Package/compile fail when QUILT is defined because they can't find ./configure or a Makefile. It also impacts the github tests run with pull requests, because QUILT is defined there. To avoid that failure and still keep the prepare, refresh, and update speedup, call phpize7 before Package/Configure if QUILT is defined. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | Merge pull request #14906 from nxhack/node_14160Rosen Penev2021-02-25
|\ \ | | | | | | node: bump to v14.16.0
| * | node: bump to v14.16.0Hirokazu MORIKAWA2021-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to v14.16.0 February 2021 Security Releases - HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion (Critical) (CVE-2021-22883) - DNS rebinding in --inspect (CVE-2021-22884) - OpenSSL - Integer overflow in CipherUpdate (CVE-2021-23840) Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | mstpd: bump to version 0.0.9Alexandru Ardelean2021-02-26
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #14901 from cotequeiroz/lxcRosen Penev2021-02-25
|\ \ \ | | | | | | | | lxc: fix build without seccomp if libseccomp built
| * | | lxc: fix build without seccomp if libseccomp builtEneas U de Queiroz2021-02-25
| |/ / | | | | | | | | | | | | | | | | | | This fixes compiling lxc without seccomp support if libseccomp is already installed to the staging dir. Patches were applied upstream. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | Merge pull request #14902 from stangri/master-vpn-policy-routingRosen Penev2021-02-25
|\ \ \ | |/ / |/| | vpn-policy-routing: update user netflix file
| * | vpn-policy-routing: update user netflix fileStan Grishin2021-02-26
|/ / | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | Merge pull request #14896 from rsalvaterra/torfixRosen Penev2021-02-25
|\ \ | | | | | | tor: fix building without OpenSSL engine support
| * | tor: fix building without OpenSSL engine supportRui Salvaterra2021-02-25
| | | | | | | | | | | | | | | | | | Otherwise it would fail with linking errors. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | Merge pull request #14807 from G-M0N3Y-2503/dockerd-use-host-dnsFlorian Eckert2021-02-25
|\ \ \ | | | | | | | | Dockerd: Added option to configrue docker to use host Dnsmasq for DNS
| * | | dockerd: Package release bumpGerard Ryan2021-02-25
| | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | dockerd: set docker zone chain defaults to ACCEPTGerard Ryan2021-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Since the docker0 is a private network by default we can be more accepting like the LAN is by default Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | dockerd: Added option to set dns serversGerard Ryan2021-02-25
| |/ / | | | | | | | | | | | | | | | | | | * The default server is the default switch so that queries will go through the hosts dnsmasq by default Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | Merge pull request #14752 from neheb/mcRosen Penev2021-02-25
|\ \ \ | |/ / |/| | mc: update to 4.8.26
| * | mc: update to 4.8.26Rosen Penev2021-02-14
| | | | | | | | | | | | | | | | | | | | | Refreshed patches and added one from alpine linux to fix musl compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14893 from cotequeiroz/setoolsRosen Penev2021-02-24
|\ \ \ | | | | | | | | setools: Avoid using host libraries
| * | | setools: Avoid using host librariesEneas U de Queiroz2021-02-24
| | |/ | |/| | | | | | | | | | | | | | | | This adds $STAGING_DIR to library search paths in setup.py, to avoid picking up host libraries when linking. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | Merge pull request #14891 from cotequeiroz/snort-libdaqEneas U de Queiroz2021-02-24
|\ \ \ | | | | | | | | snort[3],libdaq[3]: install/use libdaq 2&3 in their own dir
| * | | libdaq3,snort3: install/use libdaq3 in its own dirEneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If used with default paths, libdaq 2.x and libdaq 3.x will overwrite some of the other version's files. Install them in different places to avoid trouble. Snort is the only package that uses libdaq, so update it at the same time to avoid creating a failing commit. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | libdaq,snort: install/use libdaq2 in its own dirEneas U de Queiroz2021-02-24
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If used with default paths, libdaq 2.x and libdaq 3.x will overwrite some of the other version's files. Install them in different places to avoid trouble. Snort is the only package that uses libdaq, so update it at the same time to avoid creating a failing commit. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | Merge pull request #14886 from cotequeiroz/golangRosen Penev2021-02-24
|\ \ \ | | | | | | | | treewide, affected packages: fix build with golang 1.16
| * | | oci-runtime-tools: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | libnetwork: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | dockerd: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | docker: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | containerd: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | cni: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | tor-fw-helper: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | restic-rest-server: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | Merge pull request #14885 from commodo/django-bumpRosen Penev2021-02-24
|\ \ \ \ | | | | | | | | | | django: bump to version 3.1.7
| * | | | django: bump to version 3.1.7Alexandru Ardelean2021-02-24
| | |/ / | |/| | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmai.com>
* | | | Merge pull request #14887 from stangri/master-vpn-policy-routingRosen Penev2021-02-24
|\ \ \ \ | | | | | | | | | | vpn-policy-routing: custom user scripts improvements
| * | | | vpn-policy-routing: custom user scripts improvementsStan Grishin2021-02-24
| |/ / / | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #14881 from nickberry17/mm_libqmi_libqrtrRosen Penev2021-02-24
|\ \ \ \ | | | | | | | | | | Update libqmi, ModemManager and add libqrtr-glib
| * | | | modemmanager: bump to version 1.16.0Nicholas Smith2021-02-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
| * | | | libqmi: bump to 1.28.0Nicholas Smith2021-02-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
| * | | | libqrtr-glib: add libqrtr-glibNicholas Smith2021-02-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | | | | Merge pull request #14892 from cotequeiroz/libupm_python2Rosen Penev2021-02-24
|\ \ \ \ \ | |_|/ / / |/| | | | libupm: enforce disabling python2
| * | | | libupm: enforce disabling python2Eneas U de Queiroz2021-02-24
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there are more than two python3 interpreters, and no python2, libupm thinks one of them is python2 and fails. Avoid that by telling it that python2 was not found. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | gost_engine: remove OPENSSL_WITH_GOST restraintEneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL now is always built with GOST support, and OPENSSL_WITH_GOST symbol was removed. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | nano: update to version 5.6Hannu Nyman2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade nano to version 5.6 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | ovn: bump to version 20.12.0Yousong Zhou2021-02-24
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | openvswitch: bump to version 2.15.0Yousong Zhou2021-02-24
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quote NEWS item > - Building the Linux kernel module from the OVS source tree is > deprecated > * Support for the Linux kernel is capped at version 5.8 > * Only bug fixes for the Linux OOT kernel module will be accepted. > * The Linux kernel module will be fully removed from the OVS source > tree > in OVS branch 2.18 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | CI: enhance package detection logicIlya Lipnitskiy2021-02-23
|/ / | | | | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | Merge pull request #14860 from neheb/coovRosen Penev2021-02-23
|\ \ | | | | | | coova-chilli: update to 1.6
| * | coova-chilli: update to 1.6Rosen Penev2021-02-22
| | | | | | | | | | | | | | | | | | | | | | | | Remove usptreamed patches. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>