Go to file
Sebastian Kemper bdfe75a5cd tiff: version bump to address open CVEs
- Bumps version to 4.0.9. Otherwise about two dozen packages would need
  to be backported. There were no ABI/API changes between 4.0.3 and
  4.0.9, so this is OK.
- Adds a patch from Jow that addresses a macro issue (already in
  master/lede-17.01)
- Adds patches copied from Debian for CVE-2017-18013 and CVE-2017-9935
  on top.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-30 15:32:49 +01:00
admin zabbix: add missing dependency on libiconv ($(ICONV_DEPENDS)) 2016-03-23 12:43:52 +00:00
devel lttng-modules: fix build on recent kernels 2015-04-02 17:02:11 +02:00
ipv6 aiccu: fix requiretls option handling 2015-03-02 21:43:53 +01:00
kernel/exfat-nofuse exfat-nofuse: Depend on BUILD_PATENTED 2015-04-28 18:15:52 +01:00
lang Merge pull request #5095 from wigyori/for-15.05-perl 2017-11-18 12:57:41 +01:00
libs tiff: version bump to address open CVEs 2018-01-30 15:32:49 +01:00
mail fdm: update download URL 2017-11-07 23:27:46 +01:00
multimedia Merge pull request #5102 from wigyori/for-15.05-xupnpd 2018-01-29 09:19:18 +01:00
net Merge pull request #5084 from wigyori/for-15.05-irssi 2018-01-29 09:20:09 +01:00
sound Merge pull request #5094 from wigyori/for-15.05-pianod 2017-11-13 07:20:47 +01:00
utils Merge pull request #5151 from wigyori/for-15.05-bluez 2018-01-29 09:10:29 +01:00
CONTRIBUTING.md CONTRIBUTING.md: Add advice about pull requests 2015-12-15 17:38:35 +02:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md README: Add clarification of this repository's relation to OpenWrt buildroot 2015-04-23 15:43:11 -04:00

README.md

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.