aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | libebml: removeRosen Penev2022-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since libmatroska was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libmatroska: removeRosen Penev2022-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since gerbera was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | nextdns: Update to version 1.38.0Olivier Poitrey2022-11-17
|/ / / / | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #19905 from ne20002/bcp38Toke Høiland-Jørgensen2022-11-16
|\ \ \ \ | | | | | | | | | | bcp38: migrate to nftables
| * | | | bcp38: migrate to nftablesStefan Brusch2022-11-16
| |/ / / | | | | | | | | | | | | Signed-off-by: Stefan Brusch <ne20002@gmx.ch>
* | | | yq: Update to 4.30.4Tianling Shen2022-11-16
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | ovpn-dco: bump package to fix kernel 6.1 compileJohn Thomson2022-11-15
| | | | | | | | | | | | | | | | Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
* | | | siit: fix kernel 5.16 compileJohn Thomson2022-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | siit-1.2/siit.c:1379:9: error: implicit declaration of function 'random_ether_addr' [-Werror=implicit-function-declaration] 1379 | random_ether_addr(dev->dev_addr); | ^~~~~~~~~~~~~~~~~ Linux 3.6 renamed random_ether_addr to eth_random_addr [0] Linux 5.16 removed random_ether_addr [1] [0]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0a4dd594982a321699000218715e28664ec49169 [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ba530fea8ca1b57ee71d4e62f287a5d7ed92f789 Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
* | | | btop: Update to 1.2.13Tianling Shen2022-11-15
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | btop: append `--utf-force` argument by defaultTianling Shen2022-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | btop reads the `LANG` env variable to delect if the system has utf8 support, which exists on common Linux distributions. However, OpenWrt does not ship it, and results in btop reporting "No UTF-8 locale detected!". Users have to manually pass `--utf-force` to make btop happy. To make it OOTB, append `--utf-force` argument by default via alias. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | expat: update to 2.5.0Rosen Penev2022-11-14
|/ / / | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2022-43680 Added GitHub mirror. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / sed: update GNU sed to v4.9Russell Senior2022-11-14
|/ / | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | yq: Update to 4.30.2Tianling Shen2022-11-13
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #19890 from mhei/mmc-utils-updateMichael Heimpold2022-11-13
|\ \ | | | | | | mmc-utils: update to latest upstream revision
| * | mmc-utils: update to latest upstream revisionMichael Heimpold2022-11-12
|/ / | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | yq: Update to 4.30.1Tianling Shen2022-11-12
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | qemu: enable usb passthrough by defaultNicola Corna2022-11-11
| | | | | | | | | | | | | | The total uncompressed size increase (qemu-system-x86_64 and the new libusb dependency) is less than 1%. Signed-off-by: Nicola Corna <nicola@corna.info>
* | privoxy: correctly format /etc/services additionsJosh Powers2022-11-11
| | | | | | | | | | | | | | | | | | | | | | This adds the missing protocol (e.g. /tcp and /udp) to the entry in /etc/services. If the entry already exists, it will add the /tcp to it. Otherwise, it will look and add the tcp and udp entries if either is missing. fixes: openwrt#19665 Signed-off-by: Josh Powers <powersj@fastmail.com>
* | modemmanager: fix unquoted strings when launching pppdAleksander Morgado2022-11-11
| | | | | | | | Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | libmaxminddb: update to 1.7.1Rosen Penev2022-11-11
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | neon: update to 0.32.4Rosen Penev2022-11-11
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | hwinfo: Backport build fix for glibc 2.36Hauke Mehrtens2022-11-11
| | | | | | | | | | | | This backports a build fix for hwinfo when compiling against glibc 2.36. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | ulogd: bump to version 2.0.8Alexandru Ardelean2022-11-11
| | | | | | | | | | | | Removed upstream patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | crun: Update to version 1.6Hauke Mehrtens2022-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes compilation problems with glibc 2.36. Full changelog: * crun-1.6 - runc compatibility: -v now prints the version string. - build: fix build with glibc 2.36. - container: drop intermediate userns custom feature. - cgroup: change the delegate cgroup semantic so that the cgroup is created in the container payload after the cgroup namespace is created. - seccomp: use helper process to send file descriptor to the listener socket. It enables to be notified on every syscall without hanging the main process. - linux: add a fallback to using kill(2) if pidfd_send_signal(2) fails with ENOSYS. - krun: add support for krun-sev. - wasmtime: always grant file system capability for workdir inside the container. - wasmtime: inherit arguments list from the handler instead of the current process. - wasmedge: use released wasmedge library instead of libwasmedge_c.so. * crun-1.5 - add mono based native .NET handler - new Wasmtime backend for running WebAssembly - add support for wasmedge 0.10 and dropping support for wasmedge 0.9.x - dropping support for experimental `WasmEdgeProcess` from wasmedge handler - honor process user's uid when setting the HOME environment variable - create the current working directory if it is missing in the container - fallback to using a tmpfs mount if umount of /sys and /proc fails - fallback to netlink to setup lo device - fix creating devices in the rootfs - fallback to using io.weight if io.bfq.weight doesn't exist - remove tun/tap from the default allow list - linux: devices mounts have noexec and nosuid - fix copyup of files from the container to the tmpfs - honor $PATH for newgidmap and newguidmap - krun: limit the number of vCPUs to 8 - cgroup: add support for cpu.idle Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | netifyd: Updated to v4.2.2.Darryl Sokoloski2022-11-11
| | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | openvpn: update to 2.5.8Ivan Pavlov2022-11-11
| | | | | | | | | | | | | | Mostly bugfix release For details refer to https://github.com/OpenVPN/openvpn/blob/v2.5.8/Changes.rst Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | knxd: bump to upstream version 0.14.56Othmar Truniger2022-11-11
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | btrfs-progs: Update to version 6.0.1Hauke Mehrtens2022-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes compilation problems with glibc 2.36. Full Changelog: btrfs-progs-6.0 (2022-10-11) ----------------------------- * fi usage: in tabular output, print total size and slack size * mkfs: * option -O now accepts values from -R to unify the interface (-R will continue to work) * zone reset and discard is done in parallel on all devices * removed option --leafsize, deprecated long time ago * corrupt-block: recalculate checksum when changing generation * fixes: * convert: fix reserved range detection and overlaps * mkfs: fix creating files with reserved inode numbers with --rootdir * receive: escape filenames in command attributes * fix extent buffer leaks after transaction abort * experimental: * mkfs: support for block-group-tree (kernel 6.1) * fsverity in send (protocol v3, WIP) * btrfstune -b converts to block-group-tree * other: * cleanups, refactoring * new and updated tests * update documentation btrfs-progs-6.0.1 (2022-11-04) """""""""""""""""""""""""""""" * send: minor speed up for v2 due to increased buffer size * resize: invalid command line options fail with error code * quota rescan: * add long options --status and --wait * new option to wait but don't start rescan * qgroup show: print path by default, updated format * qgroup: new subcommand clear-stale, remove qgroups without their subvolumes * experimental: * add warnings to commands that have it enabled (mkfs, image, btrfstune) * other: * documentation, help text, error message updates btrfs-progs-5.19 (2022-08-16) ----------------------------- * send: support protocol version 2 * fi show: print all missing devices * device stats: add tabular output * replace: add alias to device group (device replace) * check: validate free space tree items * fixes: * convert: support large filesystems (block count > 32bit) * recognize filesystems with verity enabled * mkfs and DUP could write out of order, fix it for zoned mode * build: * optional support for LZO and ZSTD in receive * compatibility with glibc 2.36 (mount.h) * add fallbacks for new GCC builtins * other: * corrupt-block: target specific items, offsets * documentation updates, new pages from wiki * new tests btrfs-progs-5.19.1 (2022-09-12) """"""""""""""""""""""""""""""" * fix memory leaks (extent buffer, path) * check: verify block device size vs item * rescue fix-device-size: allow to shrink device item * receive: fix crash on wrong pinter free() * other: * experimental: support for block-group-tree * documentation updates * new tests btrfs-progs-5.18 (2022-05-25) ----------------------------- * fixes: * dump-tree: don't print traling zeros in checksums * recognize paused balance as exclusive operation state, allow to start device add * convert: properly initialize target filesystem label * mkfs: don't create free space bitmaps for empty filesystem * restore: make lzo support build-time configurable, print supported compression in help text * update kernel-lib sources * other: * documentation updates, finish conversion to RST, CHANGES and INSTALL could be included into RST * fix build detection of experimental mode * new tests btrfs-progs-5.18.1 (2022-06-06) """"""""""""""""""""""""""""""" * fixes: * convert: fix self reference of toplevel directory * build: make kernel lib headers compatible with C++ * zoned mode: verify minimum zone size 4MiB * libbtrfs: cleanups, merge headers and remove declarations of unexported symbols * other: documentation updates btrfs-progs-5.17 (2022-04-26) ----------------------------- * check: * repair wrong num_devices in superblock * recognize overly long xattr names * fix wrong total bytes check for seed device * auto-repair on read on RAID56 * property set: unify handling of empty value to mean default, changed meaning for property 'compression' to allow reset to default and to set NOCOMPRESS, since kernel 5.14 * fixes: * dump-tree: print fs-verity items * fix location of system chunk on zoned filesystem * do not allow setting seeding flag on a filesystem with dirty log * mkfs and subpage support: use sectorsize as nodesize fallback for mixed profiles * preparatory work for extent tree v2, global roots * experimental feature (unstable interface, not built by default, do not use for production) * btrfstune: option --csum to switch checksum algorithm * other: * cleanups, refactoring * update documentation build, remove asciidocs leftovers * update fssum to consider xattrs * add fsstress Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | Merge pull request #19866 from pprindeville/isc-dhcpd-detect-reload-properlyPhilip Prindeville2022-11-11
|\ \ | | | | | | isc-dhcp: Fix logic to detect if the config file is unchanged
| * | isc-dhcp: Fix logic to detect if the config file is unchangedPhilip Prindeville2022-11-08
| | | | | | | | | | | | | | | | | | Thanks for Jaymin Patel for pointing the broken logic out. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #19865 from pprindeville/issue#19757Philip Prindeville2022-11-11
|\ \ \ | | | | | | | | strongswan: Fix PSK's when using multiple connections
| * | | strongswan: Fix PSK's when using multiple connectionsPhilip Prindeville2022-11-08
| |/ / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #19879 from hgl/acmeToke Høiland-Jørgensen2022-11-11
|\ \ \ | | | | | | | | acme: simplify flock usage
| * | | acme: simplify flock usageGlen Huang2022-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Glen Huang <i@glenhuang.com>
* | | | v2ray-geodata: Update to latest versionTianling Shen2022-11-10
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | xray-core: Update to 1.6.3Tianling Shen2022-11-10
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | gg: Update to 0.2.14Tianling Shen2022-11-10
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | libsoup3: update to 3.2.1Rosen Penev2022-11-10
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | taglib: update to 1.13Rosen Penev2022-11-10
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | mpg123: update to 1.31.1Rosen Penev2022-11-10
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | golang: update to version 1.18.8Josef Schlehofer2022-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes following CVEs: - CVE-2022-32189 (version 1.18.5 [1]] - CVE-2022-27664 (version 1.18.6 [2]) - CVE-2022-32190 (version 1.18.6 [2]) - CVE-2022-2879 (version 1.18.7 [3]) - CVE-2022-2880 (version 1.18.7 [3]) - CVE-2022-41715 (version 1.18.7 [3]) - CVE-2022-41716 (version 1.18.8 [4]) and refreshed patch [1] https://groups.google.com/g/golang-announce/c/YqYYG87xB10 [2] https://groups.google.com/g/golang-announce/c/x49AQzIVX-s [3] https://groups.google.com/g/golang-announce/c/xtuG5faxtaU [4] https://groups.google.com/g/golang-announce/c/mbHY1UY3BaM Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | ffmpeg: libffmpeg-full package should provide libffmpeg package, tooJosef Schlehofer2022-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | The previous solution overwrote the provide from ``define Package/libffmpeg/Default``, but that's not what was wanted. Thus libffmpeg-full should provide three packages libffmpeg, libffmpeg-mini and libffmpeg-audio-dec Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #19855 from pprindeville/strongswan-update-5.9.8Philip Prindeville2022-11-08
|\ \ \ | | | | | | | | strongswan: Update to 5.9.8
| * | | strongswan: Update to 5.9.8Philip Prindeville2022-11-08
| |/ / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | hdparm: Update to version 9.65Hauke Mehrtens2022-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes compilation problems with glibc 2.36. Full Changelog: hdparm-9.65: - Another --Istdin fix: cannot read log pages when no device specified hdparm-9.64: - fix truncated output buf with --Istdin hdparm-9.63: - new --sanitize-overwrite-passes flag, courtesy Michal Grzedzicki. - "Plurals patch" from Martin Guy. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | speex: update to 1.2.1Rosen Penev2022-11-07
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libtalloc: update to 2.3.4Rosen Penev2022-11-07
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libssh: update to 0.10.4Rosen Penev2022-11-07
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libxerces-c: update to 3.2.4Rosen Penev2022-11-07
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #19796 from stangri/master-simple-adblockStan Grishin2022-11-07
|\ \ \ | | | | | | | | simple-adblock: update to 1.9.2-4