aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | curl: update to 7.80.0Stan Grishin2021-11-12
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | * bump version to 7.80.0 * update maintainer email address Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | openssh-server-pam: add key files as conffilesHuangbin Zhan2021-11-12
| | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | openssh: keep same permission for /etc/sshHuangbin Zhan2021-11-12
| | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | netopeer2: update to 2.0.35Lucian Cristian2021-11-12
| | | | | | | | | | | | | | | | | | | | | | | | needed after libyang update Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | sysrepo: update to 2.0.53Lucian Cristian2021-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | needed after libyang update also drop python3-sysrepo as now is standalone Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | libnetconf2: update to 2.0.24Lucian Cristian2021-11-12
| | | | | | | | | | | | | | | | | | | | | | | | needed after libyang update Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | libyang: update to 2.0.112Lucian Cristian2021-11-12
| | | | | | | | | | | | | | | | | | | | | | | | needed by frr 8+ Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | ovpn-dco: Add packageJianhui Zhao2021-11-12
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | bcm27xx-eeprom: Update to the latest master branch(47976e440)Ren Zongjia2021-11-12
| | | | | | | | | | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | | | wget: update to 1.21.2Huangbin Zhan2021-11-12
| | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | wget: fix hsts timeHuangbin Zhan2021-11-12
| | | | | | | | | | | | | | | | | | | | | | | | `time_t` on musl 1.2 is 64bit, while `long` is 32 bit. we will always get zero time with the original source on mips big endian. Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | modemmanager: fix physdev sysfs path detection in PCIe modemsAleksander Morgado2021-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PCIe physdev path lookup relies on the 'vendor' and 'device' attribute files, instead of the 'idVendor' and 'idProduct' ones, which are USB specific. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | php7: Clean up and update distributed php.ini for php 7.4.25Giovanni Giacobbi2021-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: - Cleaned up whitespace and removed comments (refer to official PHP documentation for that) - Removed directives that no longer exist as of PHP 7.4.25 - Added '~E_DEPRECATED' to 'error_reporting' Directives removed that no longer exist as of PHP 7.4.25: - zend.ze1_compatibility_mode - y2k_compliance - register_globals - register_long_arrays - magic_quotes_gpc - magic_quotes_runtime - magic_quotes_sybase - always_populate_raw_post_data Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net> (cherry picked from commit 7e45ad87f3f2ebcc9e6496ec358a6297e818f90d) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | v4l2tools: add vpx dependency if library installedMichel Promonet2021-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* | | | dnsproxy: Update to 0.39.10Tianling Shen2021-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | dnslookup: Update to 1.5.1Tianling Shen2021-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | v4l2rtspserver: patch live555 fix crash formating time_t as a longMichel Promonet2021-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* | | | multimedia: add v4l2tools & v4l2loopbackMichel Promonet2021-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* | | | docker-compose: Update to version 2.1.1Javier Marcet2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - Fix the maintainers array in MAINTAINERS by @rumpl in #8868 - Introduce up --wait condition by @ndeloof in #8777 - Don't exit on container destroy events by @sdt in #8859 - Update golang to 1.17 by @rumpl in #8873 - Support inherited environment vars on exec by @ulyssessouza in #8857 - Restore support for multiple build-args by @ndeloof in #8889 Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | nano: enable showing line numbers with M-N (Alt-n)Hannu Nyman2021-11-10
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Backport new upstream patch to enable toggling the display of the line numbers with the shortcut key M-N (Alt-n). Also the cmdline option "-l" works. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | CI: do not crash during PKG-INFO generation if there are no packagesPeter van Dijk2021-11-09
| | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | c-ares: bump to 1.18.1Karl Palsson2021-11-09
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://lists.haxx.se/pipermail/c-ares/2021-October/000002.html This includes the update to the domain name, made upstream, ref: https://lists.haxx.se/pipermail/c-ares/2021-September/000001.html Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | mosquitto: bump to 2.0.13Karl Palsson2021-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security and bugfix releases. Changelogs: https://mosquitto.org/blog/2021/10/version-2-0-13-released/ https://mosquitto.org/blog/2021/08/version-2-0-12-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | bossa: add patch to fix flash failures on serialAlexander Couzens2021-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bossa only waited 1ms for the serial device instead calling tcdrain(). Without this patch bossa is failing to flash a ATSAM3S4 8/10 times. Patch has been submitted as PR#150 upstream. https://github.com/shumatech/BOSSA/pull/150 Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | CI: add PKG-INFO metadata filePeter van Dijk2021-11-08
| | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | postfix: prevent displaying config options when not enabledMatthew Hagan2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Postfix's options should not be visible in the config when Postfix is not enabled. Secondly, place the config option menu behind the Postfix option rather than underneath. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | mutt: prevent exposing mutt config options when not enabledMatthew Hagan2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | Ensure Mutt's configuration options do not appear in the config when Mutt is not enabled. Reported-by: Stijn Segers <foss@volatilesystems.org> Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | less: remove less-wideHuangbin Zhan2021-11-08
| | | | | | | | | | | | | | | | | | | | | The package `less` and `less-wide` has same content of the binary file. It's not necessary to keep both packages. Add `PROVIDES` for legacy compat. Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | trojan-go: add new packageTianling Shen2021-11-08
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | docker-compose: Update to version 2.1.0Javier Marcet2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in #8732 - Make command descriptions consistent by @mat007 in #8739 - Restore missing version commands by @Shikachuu in #8738 - Add step in README to install on linux by @Yopadd in #8755 - log --follow must stop when container get killed by @ndeloof in #8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in #8750 - Pass runtime option to containerCreate by @ndeloof in #8783 - Fix compose down --timeout/-t flag by @debdutdeb in #8788 - Fix network_mode "service:x" by @ulyssessouza in #8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in #8779 - Compose exec cannot process more than 32KB of data by @resios in #8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in #8816 - Fix project settings' options order by @ulyssessouza in #8819 - Update link to Docker Community Slack by @mat007 in #8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in #8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in #8847 - Add support for EnableIPv6 by @ndeloof in #8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in #8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in #8838 - Add support for classic builder by @ulyssessouza in #8818 - Fix typo: netwok -> network by @Mygao in #8789 - Bump compose-go to v1.0.5 by @ulyssessouza in #8870 Signed-off-by: Javier Marcet <javier@marcet.info>
* | | mjpg-streamer: fix missing runpathSebastian Kemper2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This partially reverts ac5912e9cb7761b5153bc12343f1af8b224c1d29. CMAKE_SKIP_RPATH=TRUE is set in include/cmake.mk, so the commit removed this from some packages as it is the default anyway. But in mjpg-streamer Makefile this was not set to "TRUE", but to "FALSE". So this line shouldn't have been removed. With this revert the runpath is back and modules can be loaded again from "/usr/lib/mjpg-streamer": readelf -d build_dir/target-mips_24kc_musl/mjpg-streamer-1.0.0/ipkg-mips_24kc/mjpg-streamer/usr/bin/mjpg_streamer Dynamic section at offset 0x1c0 contains 35 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [libjpeg.so.62] 0x00000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x00000001 (NEEDED) Shared library: [libc.so] 0x0000001d (RUNPATH) Library runpath: [/usr/lib/mjpg-streamer] Resolve #17081 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | dockerd: Update to 20.10.10Ren Zongjia2021-11-08
| | | | | | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | | docker: Update to 20.10.10Ren Zongjia2021-11-08
| | | | | | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | | containerd: Update to 1.4.11Ren Zongjia2021-11-08
| | | | | | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | | runc: Update to 1.0.2Ren Zongjia2021-11-08
| | | | | | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | | transmission-web-control: Update to the latest master branch(4b2e1858)Ren Zongjia2021-11-08
| | | | | | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | | knot: update to 3.1.4Jan Hák2021-11-08
| | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | nano: enable line numbers (from cmdline)Hannu Nyman2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable showing line numbers, which makes it easier to find the correct place in long files. Due to the "tiny" build, the functionality is only available from cmdline with "-l" option. For example: nano -l /etc/banner Key shortcut M-n is disabled due to "tiny". See https://savannah.gnu.org/bugs/?61441 for explanation. Also * remove without-slang config option, deprecated in Dec 2020 * adopt AUTORELEASE Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #17077 from commodo/openblas-mips-fixAlexandru Ardelean2021-11-08
|\ \ \ | | | | | | | | openblas: default to MIPS24K target for all mips32 targets
| * | | openblas: default to MIPS24K target for all mips32 targetsAlexandru Ardelean2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported via: https://github.com/openwrt/packages/pull/16823#issuecomment-945312460 This fails in mips_mip32 targets with the output listed below. Using the MIPS24K target works fine. ``` mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32 -mtune=mips32 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-mips_mips32_musl/OpenBLAS-0.3.18=OpenBLAS-0.3.18 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-mips_mips32_gcc-11.2.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-mips_mips32_gcc-11.2.0_musl/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-mips_mips32_gcc-11.2.0_musl/include -DMAX_STACK_ALLOC=2048 -Wall -mabi=32 -DF_INTERFACE_GFORT -fPIC -DNO_LAPACK -DNO_LAPACKE -DNO_AVX512 -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=2 -DMAX_PARALLEL_NUMBER=1 -DBUILD_SINGLE=1 -DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1 -DBUILD_COMPLEX16=1 -DVERSION=\"0.3.18\" -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -DMAX_STACK_ALLOC=2048 -Wall -mabi=32 -DF_INTERFACE_GFORT -fPIC -DNO_LAPACK -DNO_LAPACKE -DNO_AVX512 -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=2 -DMAX_PARALLEL_NUMBER=1 -DBUILD_SINGLE=1 -DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1 -DBUILD_COMPLEX16=1 -DVERSION=\"0.3.18\" -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME=sgemm -DASMFNAME=sgemm_ -DNAME=sgemm_ -DCNAME=sgemm -DCHAR_NAME=\"sgemm_\" -DCHAR_CNAME=\"sgemm\" -DNO_AFFINITY -I.. -I. -UDOUBLE -UCOMPLEX gemm.c -o sgemm.o In file included from ../common.h:581, from gemm.c:41: gemm.c: In function 'sgemm_': ../param.h:3477:25: error: 'sgemm_p' undeclared (first use in this function); did you mean 'sgemm_'? 3477 | #define SGEMM_DEFAULT_P sgemm_p | ^~~~~~~ ../common_param.h:1334:25: note: in expansion of macro 'SGEMM_DEFAULT_P' 1334 | #define SGEMM_P SGEMM_DEFAULT_P | ^~~~~~~~~~~~~~~ ../common_param.h:1482:33: note: in expansion of macro 'SGEMM_P' 1482 | #define GEMM_P SGEMM_P | ^~~~~~~ gemm.c:494:37: note: in expansion of macro 'GEMM_P' 494 | sb = (XFLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B); | ^~~~~~ ../param.h:3477:25: note: each undeclared identifier is reported only once for each function it appears in 3477 | #define SGEMM_DEFAULT_P sgemm_p | ^~~~~~~ ../common_param.h:1334:25: note: in expansion of macro 'SGEMM_DEFAULT_P' 1334 | #define SGEMM_P SGEMM_DEFAULT_P | ^~~~~~~~~~~~~~~ ../common_param.h:1482:33: note: in expansion of macro 'SGEMM_P' 1482 | #define GEMM_P SGEMM_P | ^~~~~~~ gemm.c:494:37: note: in expansion of macro 'GEMM_P' 494 | sb = (XFLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B); | ^~~~~~ make[5]: *** [Makefile:1295: sgemm.o] Error 1 make[5]: Leaving directory '/builder/shared-workdir/ ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #17090 from mhei/php7-pecl-redis-updateMichael Heimpold2021-11-08
|\ \ \ \ | | | | | | | | | | php7-pecl-redis: update to 5.3.4
| * | | | php7-pecl-redis: update to 5.3.4Michael Heimpold2021-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #17089 from mhei/php7-pecl-http-updateMichael Heimpold2021-11-08
|\ \ \ \ \ | | | | | | | | | | | | php7-pecl-http: update to version 3.2.4
| * | | | | php7-pecl-http: update to version 3.2.4Michael Heimpold2021-11-07
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest version, which still has support for PHP 7.x. It's an intermediate step in the transition to PHP 8.x. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #17091 from mhei/php7-pecl-imagick-updateMichael Heimpold2021-11-08
|\ \ \ \ \ | |/ / / / |/| | | | php7-pecl-imagick: update to 3.5.1
| * | | | php7-pecl-imagick: update to 3.5.1Michael Heimpold2021-11-07
|/ / / / | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | pdns-recursor: Update to v4.5.7Wout Bertrums2021-11-05
| | | | | | | | | | | | | | | | Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | | libev: update to 4.33Rosen Penev2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | artifacts: use git commit sha in namePeter van Dijk2021-11-05
| | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | zerotier: update to 1.8.1Oskari Rauta2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: 1.8.0 - Upgrade json.hpp dependency to version 3.10.2 - Check if DNS servers need to be applied on macOS - Set MAC address before bringing up Linux TAP link - Stop binding to temporary IPv6 addresses - Fix for mistakenly using v6 source addresses for v4 routes on some platforms - Fix for MacOS MTU capping issue on feth devices - Implement a workaround for one potential source of a "coma" bug, which can occur if buggy NATs/routers stop allowing the service to communicate on a given port. ZeroTier now reassigns a new secondary port if it's offline for a while unless a secondary port is manually specified in local.conf. Working around crummy buggy routers is an ongoing effort. - A completely rewritten desktop UI for Mac and Windows! 1.8.1 - Fix an issue that could cause clobbering of MacOS IP route settings on restart. - Added additional hardening against address impersonation on networks (also in 1.6.6). - MacOS IPv6 no longer binds to temporary addresses as these can cause interruptions if they expire. - Remove support for REALLY ancient 1.1.6 or earlier network controllers. - Fix numerous UI issues from 1.8.0 (never fully released). Changed to git as source and added $(AUTORELEASE) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>