aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | xz: move alternatives to /usr/libexecHuangbin Zhan2020-11-21
| | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | treewide: move binary of alternatives to libexec, rename as suggestedHuangbin Zhan2020-10-08
| | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | coreutils: move alternatives to /usr/libexecHuangbin Zhan2020-06-12
| | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | open2300: link library to relative path instead of absoluteRosen Penev2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | Fixes an InstallDev dead link. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | mdnsresponder: bring back LN hackRosen Penev2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that the Makefile of mdnsreponder links to absolute paths instead of relative ones. This is an issue when compiling. Fix for InstallDev as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14250 from zhaojh329/libuhttpdRosen Penev2020-12-17
|\ \ \ \ | | | | | | | | | | libuhttpd: Update to 3.5.0
| * | | | libuhttpd: Update to 3.5.0Jianhui Zhao2020-12-17
| |/ / / | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | Merge pull request #14247 from gstrauss/lighttpd-1.4.57Rosen Penev2020-12-17
|\ \ \ \ | | | | | | | | | | lighttpd: update to lighttpd 1.4.57
| * | | | lighttpd: update to lighttpd 1.4.57 release hashGlenn Strauss2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to lighttpd 1.4.57 release hash * remove patches incorporated upstream Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | lighttpd: cleaner TLS dependency logic in MakefileGlenn Strauss2020-12-17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | incorporate suggestion from cotequeiroz (Eneas U de Queiroz) https://github.com/openwrt/packages/issues/14142#issuecomment-739583111 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | Merge pull request #14254 from dbermond/miniupnpc-add-installdevRosen Penev2020-12-17
|\ \ \ \ | |/ / / |/| | | miniupnpc: add InstallDev
| * | | miniupnpc: add InstallDevDaniel Bermond2020-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit ef388ff1f3f2 removed 'CMAKE_INSTALL:=1', and this makes the development files to be not installed anymore on 'staging_dir'. Being such, packages that needs to link against libminiupnpc fails to build, because it cannot find the headers and the library. Adding an InstallDev fixes this. Build-tested on: ipq806x (R7800) Run-tested on: ipq806x (R7800) Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | qemu: add patch for qga guest-shutdown commandYousong Zhou2020-12-17
| | | | | | | | | | | | | | | | | | | | Ref: https://github.com/openwrt/packages/issues/14244 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #14243 from Payne-X6/masterJosef Schlehofer2020-12-16
|\ \ \ \ | | | | | | | | | | knot: update to version 3.0.3
| * | | | knot: update to 3.0.3Jan Hak2020-12-16
|/ / / / | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | mwan3: update versionAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de> - Changed version string Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | mwan3: add more error logging to routing functionsAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | mwan3: improve route flushing on mwan3 stopAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | | | | | | | | | only attempt to flush routes for the relevant family Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | mwan3: fix race condition in route loadingAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | mwan3: fix linkdown routes not being addedAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | Merge pull request #14241 from neheb/mdnsRosen Penev2020-12-16
|\ \ \ \ | | | | | | | | | | mdnsreponder: use install paths instead of build ones
| * | | | mdnsreponder: use install paths instead of build onesRosen Penev2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason, the build ones do not get generated when compiling in parallel. PKG_INSTALL_DIR is the correct solution anyway. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14242 from neheb/nss2Rosen Penev2020-12-16
|\ \ \ \ \ | | | | | | | | | | | | nss: update to 3.60
| * | | | | nss: update to 3.60Rosen Penev2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to fix compilation with musl 1.2.x. Install nss-config file and fix it up. Might help some packages... Refreshed others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14236 from commodo/python-updates1Rosen Penev2020-12-15
|\ \ \ \ \ \ | |/ / / / / |/| | | | | python-chardet,cryptography: bump versions
| * | | | | python-cryptography: bump to version 3.3.1Alexandru Ardelean2020-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regenerated patches from: https://github.com/pyca/cryptography/pull/4920 The patch names were kept as generated via 'git format-patch 3.3.1..' And ran through quilt. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | python-chardet: bump to version 4.0.0Alexandru Ardelean2020-12-16
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #10643 from kmcopper/opensshRosen Penev2020-12-15
|\ \ \ \ \ | | | | | | | | | | | | OpenSSH: Add failsafe support
| * | | | | openssh: add openwrt failsafe supportKyle Copperfield2020-12-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds failsafe support to the openssh package. Roughly based on an earlier patch. Ref: https://github.com/openwrt/openwrt/pull/865 Signed-off-by: Jeff Kletsky <git-commits@allycomm.com> Signed-off-by: Kyle Copperfield <kmcopper@danwin1210.me>
* | | | | Merge pull request #13884 from neheb/connRosen Penev2020-12-15
|\ \ \ \ \ | | | | | | | | | | | | conntrack-tools: update to 1.4.6
| * | | | | conntrack-tools: update to 1.4.6Rosen Penev2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed patch as upstream fixed libtirpc support differently. Switched to normal tarballs for simplicity. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14238 from commodo/sudoRosen Penev2020-12-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | sudo: change maintainer to myself
| * | | | | | sudo: update to 1.9.3p1Rosen Penev2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorder several things for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | sudo: group all install dirs into a single groupAlexandru Ardelean2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly a cosmetic change. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | sudo: change maintainer to myselfAlexandru Ardelean2020-12-15
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package seems abandoned. This changes ownership to myself. It shouldn't be a high-maintenance work to keep it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #14234 from neheb/ksmbdRosen Penev2020-12-15
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | ksmbd: update to 3.3.2
| * | | | | ksmbd: update to 3.3.2Rosen Penev2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The major changes are: Fix some of xfstests tests failures when actimeo=0 mount option is not used in local.config of xfstests. WSL reparse tags support for special files. Fix several permission issues. Set O_PATH and O_NONBLOCK flags to open_flags. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | CI: test aarch64_cortex-a53 instead of _genericPaul Spooren2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The aarch64_cortex-a53 architecture is used by more targets and should therefore be tested rather than the relatively rare _generic one. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | podman: update to version 2.2.1Daniel Golle2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | cni-plugins: update to version 0.9.0Daniel Golle2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #14184 from pprindeville/issue#14183Philip Prindeville2020-12-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | bind: add support for the 'rndc' utility
| * | | | | | bind: add support for the 'rndc' utilityPhilip Prindeville2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the control port on named that rncd uses to talk to it. Use rndc to allow for lightweight reloads of some (per-zone) or all of the database without an interruption of service. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | Merge pull request #14230 from neheb/p11kNikos Mavrogiannopoulos2020-12-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | p11-kit: update to 0.23.22
| * | | | | | | p11-kit: update to 0.23.22Rosen Penev2020-12-14
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport upstream patch that fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | docker-compose: Updated `docker-ce` -> `docker`Gerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | dockerd: Updated to 20.10.0Gerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SELinux and Seccomp are now enabled via the kernel options themselves * Config.in now uses CGroupsV2 by default but optionally allows V1 Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | docker: Split from dockerd and update to v20.10.0Gerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | libnetwork: Updated to 2020-11-25 for dockerdGerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source Version: a543cbc4871f904b0efe205708eb45d72e65fd8b Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | tini: Updated to v0.19.0 for dockerdGerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed obsolete workaround * Set Git source hash for executables to display Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | containerd: Updated to v1.4.3 for dockerdGerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SELinux and Seccomp are now enabled via the kernel options themselves Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>