aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | 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>
* | | | | | | | Merge pull request #14723 from svaaz/masterRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sysrepo: fix plugind option for verbosity
| * | | | | | | | sysrepo: fix plugind option for verbositySrinivasan Raju2021-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysrepo-plugind -d -v 0 : -v is the correction option for verbosity Signed-off-by: Srinivasan Raju <srinir@outlook.com>
* | | | | | | | | Merge pull request #14862 from neheb/boiRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | boinc: update to 7.16.16
| * | | | | | | | | boinc: update to 7.16.16Rosen Penev2021-02-22
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #14782 from dddaniel/masterRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-psycopg2: Add new package
| * | | | | | | | | python-psycopg2: Add new packageDaniel Danzberger2021-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Psycopg is the most popular PostgreSQL adapter for the Python programming language It's used by the python-sqlalchemy for postgresql This package was removed by this commit for lacking python3 support: c37b15e1c49cf27de8f34f43e93a7a5c184be9e0 Version 2.8.6 used in this package now supports pyhton3 Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | | | | | | | | | Merge pull request #14874 from neheb/jsoRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | jsoncpp: disable exceptions
| * | | | | | | | | | jsoncpp: disable exceptionsRosen Penev2021-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces size: 59724 to 44439 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #14696 from luizluca/ruby-3.0.0Rosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ruby: update to 3.0.0
| * | | | | | | | | | | ruby: update to 3.0.0Luiz Angelo Daros de Luca2021-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release goal is performance, concurrency, and typing. See details in https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/ New subpackages (reflect of mostly complete upstream ruby gemification) - ruby-abbrev (from ruby-misc) - ruby-base64 (from ruby-misc) - ruby-coverage (from ruby-misc) - ruby-continuation (from ruby-misc) - ruby-debug (from ruby-debuglib) - ruby-english (from ruby-misc) - ruby-expect (from ruby-misc) - ruby-fiber (from ruby-misc) - ruby-find (from ruby-filelib) - ruby-io-nonblock (from ruby-multithread) - ruby-io-wait (from ruby-multithread) - ruby-monitor (from ruby-multithread) - ruby-net-ftp (from ruby-net) - ruby-net-http (from ruby-net) - ruby-net-imap (from ruby-net) - ruby-net-pop (from ruby-net) - ruby-net-protocol (from ruby-net) - ruby-objspace (from ruby-debuglib) - ruby-open-uri (from ruby-net) - ruby-pathname (from ruby-filelib) - ruby-pp (from ruby-prettyprint) - ruby-pty (from ruby-misc) - ruby-rbs (NEW) - ruby-resolv (from ruby-socket) - ruby-resolv-replace (from ruby-socket) - ruby-securerandom (from ruby-misc) - ruby-set (from ruby-misc) - ruby-shellwords (from ruby-misc) - ruby-syslog (from ruby-logger) - ruby-tempfile (from ruby-filelib) - ruby-tmpdir (from ruby-filelib) - ruby-tsort (from ruby-misc) - ruby-typeprof (NEW) - ruby-un (from ruby-mkmf) - ruby-weakref (from ruby-misc) Removed subpackages - ruby-debuglib (split into ruby-debug,ruby-objspace) - ruby-filelib (split into ruby-find,ruby-pathname,ruby-tempfile,ruby-tmpdir) - ruby-misc (split into ruby-abbrev,ruby-base64,ruby-continuation, ruby-coverage,ruby-english,ruby-expect,ruby-fiber,ruby-securerandom, ruby-set,ruby-shellwords,ruby-tsort,ruby-weakref) - ruby-multithread (split into ruby-io-nonblock,ruby-io-wait,ruby-monitor) - ruby-net (split into ruby-net-ftp,ruby-net-http,ruby-net-imap,ruby-net-pop, ruby-net-protocol,ruby-open-uri) - ruby-net-telnet (removed upstream) - ruby-sdbm (removed upstream) - ruby-webrick (removed upstream) - ruby-xmlrpc (removed upstream) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>