mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
4216ad05af5e51dc7760e33f62bd54cb75f5fe70
Bug-fix release. Fixes 20+ bugs and includes some performance improvements. All users are encouraged to upgrade. Highlights (all platforms): * Fixed a 4.1.0 bug that failed to report some filesystem errors to RPC clients querying free space. * Fixed a 4.1.0 bug that kept a torrent's updated queue position from being shown. * Fixed a 4.1.0 bug that caused torrents' queuing order to sometimes be lost between sessions. * Hardened .torrent parsing by exiting sooner if 'pieces' has an invalid size. * Reverted a 4.1.0 RPC change that broke some 3rd party code by returning floats rather than integers for speed limit fields. * Fixed crash when pausing a torrent and editing its tracker list at the same time. * Fixed 4.1.0 crash on arm32 by switching crc32 libraries to Mark Adler's crcany. * Require UTF-8 filenames in .torrent files (per BitTorrent spec). * Fixed crash when parsing a .torrent file with a bad 'pieces' key. * Fixed potential fd leak when launching scripts on POSIX systems. * Changed network traffic algorithm to spread bandwidth more evenly amongst peers. Link: https://github.com/transmission/transmission/releases/tag/4.1.1 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
…
…
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.
Languages
Makefile
51.3%
Shell
33.6%
C
7.5%
UnrealScript
2.9%
C++
1.7%
Other
2.8%