aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | node-yarn: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node-homebridge: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node: Major update from v14 to v16Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update also changes npm from v6 to v8. This change also requires node module packages to be modified. Each package will be updated later. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #17303 from CarlosDerSeher/feature_bt_agentFlorian Eckert2022-04-16
|\ \ \ \ \ | |_|_|_|/ |/| | | | bt-agent: add new package
| * | | | bluez-tools: Add package bluezetoolsKarl Osterseher2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Karl Osterseher <karli_o@gmx.at>
* | | | | ola: fix compilation with musl 1.2.3Rosen Penev2022-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream sent patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | golang: Fix conditionals not strippedJeffery To2022-04-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | golang: Update to 1.18.1Jeffery To2022-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for: * CVE-2022-24675 - encoding/pem: stack overflow * CVE-2022-28327 - crypto/elliptic: generic P-256 panic when scalar has too many leading zeroes This also adds -buildvcs=false to omit VCS information in Go programs. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | yq: Update to 4.24.5Tianling Shen2022-04-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | uvol: update to version 0.8Daniel Golle2022-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump version to reset PKG_RELEASE counter. Add missing dependency on ucode-mod-math which is needed for the mkdtemp() implementation used to format UBI volumes. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | adguardhome: Update v0.107.6James White2022-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Go 1.18 patch as upstream source has updated go dependencies Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | miniupnpd: bump to latest git sourceZiMing Mo2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: ZiMing Mo <msylgj@immortalwrt.org>
* | | | | kitty-terminfo: Terminfo for kitty, an OpenGL-based terminal emulatorJitao Lu2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* | | | | bison: new packageW. Michael Petullo2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | flex: new packageW. Michael Petullo2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | zlog: update PKG_SOURCE to avoid dl clashesMarko Ratkaj2022-04-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* | | | | zlog: add new packageMarko Ratkaj2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library. Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* | | | | pdns: update to 4.6.2Peter van Dijk2022-04-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | pdns-recursor: update to 4.6.2Peter van Dijk2022-04-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | openssh: update to 9.0p1Sibren Vasse2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | | | yq: Update to 4.24.4Tianling Shen2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated GO_PKG due to upstream changes. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | cloudflared: Update to 2022.4.1Tianling Shen2022-04-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | uvol: unbreak if LVM is installed but unusedDaniel Golle2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix and simplify console output, make sure uvol doesn't break in case of LVM being installed but not used. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | transmission: add 'incomplete' and 'watch' dirs to ujail mountsAlexander Egorenkov2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To fix the errors: Sun Apr 10 14:19:41 2022 daemon.err transmission-daemon[29831]: [2022-04-10 14:19:41.098] watchdir Failed to open directory "/mnt/sda1/openwrt/transmission/watch" (2): No such file or directory (watchdir.c:358) and Sun Apr 10 14:20:18 2022 daemon.err transmission-daemon[30175]: [2022-04-10 14:20:18.641] Couldn't create "/mnt/sda1/openwrt/transmission/incomplete": Permission denied (file-posix.c:243) References: - https://github.com/openwrt/packages/issues/17674 Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* | | | | Merge pull request #18268 from jamesmacwhite/ooniprobe-v3.14.1Jeffery To2022-04-13
|\ \ \ \ \ | | | | | | | | | | | | ooniprobe: Update to v3.14.2
| * | | | | ooniprobe: Update 3.14.2James White2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | | adblock: 4.1.3-8Dirk Brenken2022-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new 'hblock' compilation source (XL, see https://hblock.molinero.dev for reference) * print runtime/date information in ISO-8601 standard format * minor cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | haveged: update to 1.9.18Hannu Nyman2022-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update haveged to version 1.9.18 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | syncthing: Update to 1.19.2Jeffery To2022-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes patch based on upstream change[1] to fix compilation with Go 1.18. Fixes https://github.com/openwrt/packages/issues/18267. [1]: https://github.com/syncthing/syncthing/commit/e30898ddb3e51225d4bda8661a1510c5cc9afe08 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | open-vm-tools: update to 12.0.0Rosen Penev2022-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update patches with the Alpine Linux ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | uacme: add libev dependency to uacme-ualpnEneas U de Queiroz2022-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dependency has a PACKAGE_uacme-ualpn condition so that libev won't be unnecessarily built if uacme-ualpn is not selected. Remove PKG_USE_MIPS16:=0, as it is not necessary when not using the libev that is bundled with uacme. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | Merge pull request #18273 from cotequeiroz/openscMichael Heimpold2022-04-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | opensc: do not build man pages
| * | | | | | opensc: do not build man pagesEneas U de Queiroz2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --disable-man to configure flags to skip building man pages. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | telegraf: Update to version 1.22.1Jonathan Pagel2022-04-09
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | | Merge pull request #18263 from TDT-AG/pr/20220406-keepalivedFlorian Eckert2022-04-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | keepalived: fix makfile
| * | | | | | keepalived: fix libip6tc dependencyFlorian Eckert2022-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | keepalived: add missing CONFIG_ prefix to PKG_CONFIG_DEPENDS elementsFlorian Eckert2022-04-06
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | xfrpc: fast reverve proxy client in c languageDengfeng Liu2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | | | | domoticz: update to 2022.1Lucian Cristian2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change to codeload fix python 3.10 plugin loading and usage Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | docker-compose: Update to version 2.4.1Javier Marcet2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - now we use directly the Docker CLI to run autoremove flag should be p… by @glours - use ssh config when building from compose up by @glours - get Tty from container to know adequate way to attach to by @ndeloof Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | django: bump to version 4.0.3Alexandru Ardelean2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | squashfs-tools: bump to version 4.5.1Alexandru Ardelean2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #18266 from 1715173329/cfJosef Schlehofer2022-04-07
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | cloudflared: Update to 2022.4.0
| * | | | | cloudflared: Update to 2022.4.0Tianling Shen2022-04-07
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | tvheadend: add noacl config option for serverAlexander Egorenkov2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for --noacl option to disable all access control checks. Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* | | | | Merge pull request #18228 from jamesmacwhite/adguardhome-v0.107.5-go-1.18-fixJeffery To2022-04-08
|\ \ \ \ \ | | | | | | | | | | | | [master] adguardhome: Patch quic-go to fix compilation on Go 1.18
| * | | | | adguardhome: Patch quic-go to fix compilation on Go 1.18James White2022-04-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | | Merge pull request #18246 from 1715173329/dlJeffery To2022-04-08
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | dnslookup: Update to 1.6.0
| * | | | | dnslookup: Update to 1.6.0Tianling Shen2022-04-06
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo error: `AUTORELESE` > `AUTORELEASE`. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #18244 from liudf0716/apfree-wifidogAlexandru Ardelean2022-04-06
|\ \ \ \ \ | | | | | | | | | | | | apfree-wifidog: fix compile error