aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Shorewall-core: Bump to 5.2.3.7.W. van den Akker2020-03-07
| | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* vala: update to 0.48.0Rosen Penev2020-03-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #11513 from jpellegrini/masterRosen Penev2020-03-06
|\ | | | | chicken-scheme: version 5.2.0; include compiler
| * chicken-scheme: version 5.2.0; include compilerJeronimo Pellegrini2020-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The Makefile creates two packages: - chicken-scheme-interpreter, same that was created with the previous version of the Makefile (except that this one includs Chicken 5.2.0); - chicken-scheme-full, which includes the compiler, debugger, profiler, and module manager. The -full package has some peculiarities: It is somewhat large, although that is not really an issue, since it depends on gcc, which already needs more than 100Mb space. The binaries are not stripped, because stripped binaries seem to break the compiler (generated objects are not properly linked). Since the package is large and depends on an even larger one, this shouldn't be a problem. Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info>
* | jool: update to 4.0.7Rosen Penev2020-03-06
| | | | | | | | | | | | Adds support for kernel 5.4 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | youtube-dl: update to version 2020.3.6Josef Schlehofer2020-03-06
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #11158 from jmarcet/schrootRosen Penev2020-03-05
|\ \ | | | | | | schroot: new package to securely enter a chroot and run a command or login shell
| * | schroot: new package to securely enter a chroot and run a command or login shellJavier Marcet2020-03-04
| | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | minidlna: remove unneeded }Rosen Penev2020-03-05
| | | | | | | | | | | | | | | | | | Was a mistake while rebasing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11509 from neheb/lvmDaniel Golle2020-03-05
|\ \ \ | | | | | | | | lvm2: update to 2.03.08
| * | | lvm2: update to 2.03.08Rosen Penev2020-03-04
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Replace ' ' with TAB for consistency between packages. Refresh patches and remove outdated ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11508 from neheb/cryptDaniel Golle2020-03-05
|\ \ \ | | | | | | | | cryptsetup: update to 2.3.0
| * | | cryptsetup: update to 2.3.0Rosen Penev2020-03-04
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_INSTALL for consistency between packages. Add PKG_BUILD_PARALLEL for faster compilation. Fix wrong locking path. First discovered here: https://forum.openwrt.org/t/cannot-setup-dm-crypt/56836 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11413 from neheb/debDaniel Golle2020-03-05
|\ \ \ | | | | | | | | debootstrap: update to 1.0.118
| * | | debootstrap: update to 1.0.118Rosen Penev2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added _GNU_SOURCE define to fix compilation warning. Added patch to fix uclient-fetch as it does not support -nv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11511 from TDT-AG/pr/20200305-keepalivedRosen Penev2020-03-05
|\ \ \ \ | | | | | | | | | | keepalived: fix building with disable libipvs dynamic
| * | | | keepalived: fix building with disable libipvs dynamicFlorian Eckert2020-03-05
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of upstream staging commit to fix compilation issue with x86_64 as ppc64le build hosts. https://github.com/pqarmitage/keepalived/commit/42c020aab6e51d09f22a2e4a33ce6fd73009e2dc This fixes #10642. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #11510 from jefferyto/remove-shinitRosen Penev2020-03-05
|\ \ \ \ | |/ / / |/| | | shinit: Remove package
| * | | shinit: Remove packageJeffery To2020-03-05
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | The original patch[1] this package was based on has been merged into OpenWrt master, making this package unnecessary. [1]: https://patchwork.ozlabs.org/patch/1094493/ Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11400 from neheb/auiRosen Penev2020-03-04
|\ \ \ | | | | | | | | libaudiofile: remove
| * | | libaudiofile: removeRosen Penev2020-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package is completely unused. It's apparently optional with mpd, but has been unused for some time. It's also infested with CVEs. Last non-git update is from 2013. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11506 from jefferyto/golang-1.14Rosen Penev2020-03-04
|\ \ \ \ | | | | | | | | | | golang: Update to 1.14
| * | | | golang: Update to 1.14Jeffery To2020-03-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #11499 from neheb/minidRosen Penev2020-03-04
|\ \ \ \ \ | | | | | | | | | | | | minidlna: fix issues
| * | | | | minidlna: fix issuesRosen Penev2020-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed cover resizing patch. It doesn't work right. Removed SIGHUP reload. While minidlna handles it, it needs work to function properly. Removed service_triggers. They don't work for similar reasons as above. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #11491 from RussellSenior/add-gnu-sedRosen Penev2020-03-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | sed: add Gnu sed
| * | | | | | sed: add Gnu sedRussell Senior2020-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | | | | | Merge pull request #11436 from neheb/avh2Rosen Penev2020-03-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | avahi: update to 0.8
| * | | | | | | avahi: update to 0.8Rosen Penev2020-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up Makefile slightly. Update configure options for the new version. Remove first patch and update the other one. Use a different solution for the stack protector on certain platforms. Run script through shellcheck. Small quote fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11237 from neheb/sqRosen Penev2020-03-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | squeezelite: update to 1.9.6-1206
| * | | | | | | | squeezelite: update to 1.9.6-1210Rosen Penev2020-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebased patches. Ran init script through shellcheck. Several Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #11453 from neheb/gptkRosen Penev2020-03-04
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | gptfdisk: update to 1.0.5
| * | | | | | | | gptfdisk: update to 1.0.5Rosen Penev2020-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patches. Refresh remaining one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | tdb: bump to 1.4.3Alexander Ryzhov2020-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* | | | | | | | | squid: fix 'localhet' typo in squid.confJonathan Elchison2020-03-04
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Elchison <JElchison@Gmail.com>
* | | | | | | | Merge pull request #11468 from dengqf6/xt-3.9Jo-Philipp Wich2020-03-04
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | xtables-addons: update to 3.9, fix build on kernel 5.4
| * | | | | | | xtables-addons: update to 3.9DENG Qingfang2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
| * | | | | | | xtables-addons: fix packetscript build with 5.3DENG Qingfang2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use skb_ensure_writable instead Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
| * | | | | | | xtables-addons: update rtsp extensionDENG Qingfang2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 57394bc Fix build with Linux 5.3 b95d68c Use uint for module parameter type for setup_timeout, remove -ve check Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | grilo-plugins: update to 0.3.11W. Michael Petullo2020-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backports patches from grilo-plugins master to support libdmapshare's 4.0 API. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | Merge pull request #11494 from fantom-x/irqbalance-2Hannu Nyman2020-03-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | irqbalance: support reload_config & start later
| * | | | | | | | irqbalance: support reload_config & start laterMarc Benoit2020-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for reload_config This service does not need to start so early (even before the netwrok is up). Start it after the device is mostly up and operational. Compile-tested on: ipq806x Runtime-tested on: ipq806x Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* | | | | | | | | linknx: convert to procdRosen Penev2020-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed options UCI parameter. It's not terribly useful. Most of the parameters can be replaced with procd functionality. procd also demands processes to run in the foreground. Removed -fno-builtin. It seems to be a legacy option. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #11493 from TDT-AG/pr/20200303-bondingRosen Penev2020-03-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bonding: add missing policies
| * | | | | | | | | bonding: add missing policiesHelge Mader2020-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | | | | | | | | | Merge pull request #11492 from ja-pa/measurement-kit-0.10.11Rosen Penev2020-03-03
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | measurement-kit: update to version 0.10.11
| * | | | | | | | | measurement-kit: update to version 0.10.11Jan Pavlinec2020-03-03
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | Merge pull request #11490 from nxhack/node_serialport_807Rosen Penev2020-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | node-serialport: update to 8.0.7
| * | | | | | | | | node-serialport: update to 8.0.7Hirokazu MORIKAWA2020-03-03
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | Merge pull request #11489 from nxhack/node_serialport_bindings_807Rosen Penev2020-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | node-serialport-bindings: update to 8.0.7