aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | 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>
* | | | | | | | | Merge pull request #14850 from 1715173329/xr-mterRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | xray-core: remove myself from maintainters
| * | | | | | | | | xray-core: remove myself from maintaintersTianling Shen2021-02-23
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@gmail.com>
* | | | | | | | | Merge pull request #13677 from ja-pa/knot-resolver-upstreamRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | knot-resolver: add new package
| * | | | | | | | | knot-resolver: add new packageJan Pavlinec2021-02-23
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | Merge pull request #14838 from ja-pa/python-packaging-20.9Rosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-packaging: update to version 20.9
| * | | | | | | | | python-packaging: update to version 20.9Jan Pavlinec2021-02-22
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - add python-urllib dependency Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | Merge pull request #14859 from neheb/cuRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | curl: update to 7.75.0
| * | | | | | | | | curl: update to 7.75.0Rosen Penev2021-02-22
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #14864 from neheb/shRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libshout: update to 2.4.5
| * | | | | | | | | libshout: update to 2.4.5Rosen Penev2021-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #14867 from stangri/master-vpn-policy-routingRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vpn-policy-routing: update config file, support PROCD_RELOAD_DELAY
| * | | | | | | | | | vpn-policy-routing: update config file, support PROCD_RELOAD_DELAYStan Grishin2021-02-23
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | | Merge pull request #14841 from ja-pa/python-py-1.10.0-upRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-py: update to version 1.10.0
| * | | | | | | | | | python-py: update to version 1.10.0Jan Pavlinec2021-02-23
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-29651 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | Merge pull request #14846 from ja-pa/pytho-pytest-xdist-2.2.1Rosen Penev2021-02-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-pytest-xdist: update to version 2.2.1
| * | | | | | | | | | python-pytest-xdist: update to version 2.2.1Jan Pavlinec2021-02-22
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>