aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* 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>
* | | | | | | Merge pull request #14836 from Payne-X6/liburcuRosen Penev2021-02-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | liburcu: update to version 0.12.2
| * | | | | | | liburcu: update to version 0.12.2Jan Hak2021-02-22
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | | Merge pull request #14835 from Payne-X6/masterRosen Penev2021-02-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libedit: update to version 20210216-3.1
| * | | | | | | libedit: update to version 20210216-3.1Jan Hak2021-02-22
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | | Merge pull request #14861 from neheb/canutiRosen Penev2021-02-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | canutils: update to 2020.12.0
| * | | | | | | canutils: update to 2020.12.0Rosen Penev2021-02-22
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14876 from BKPepe/screen-CVE-2021-26937Etienne Champetier2021-02-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | screen: backport fix for CVE-2021-26937
| * | | | | | | screen: backport fix for CVE-2021-26937Josef Schlehofer2021-02-23
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security reports: - https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html This issue can be reproduced even on OpenWrt - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982435 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #14816 from G-M0N3Y-2503/dockerd-maintainenceFlorian Eckert2021-02-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dockerd: misc maintainence
| * | | | | | | dockerd: Package release bumpGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | dockerd: Added iptables wait to ensure rules are addedGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | dockerd: Made blocked_interfaces ip rule REJECTGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changed from DROP to REJECT to be consistant with other firewall rules Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | dockerd: made registry_mirrors and hosts omittableGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved logic out of config writing * Made default config only specify OpenWrt dictated defaults Otherwise, docker defaults can be assumed Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | dockerd: Normalized config quotation marksGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | dockerd: Updated patch file formatGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | | Merge pull request #14878 from br101/pingcheck-updateRosen Penev2021-02-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pingcheck: Update (resolve bugfix)
| * | | | | | | | pingcheck: Update (resolve bugfix)Bruno Randolf2021-02-23
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | | Merge pull request #14858 from neheb/doveRosen Penev2021-02-22
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | dovecot: update to 2.3.13