aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lxc: lxc-ls depends on lxc-configLuka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* lxc: bump to 1.0.6Luka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* nspr: bump to 3.16.6Luka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* file: bump to 5.20Luka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* lxc: set default lxcpath to /lxcLuka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* rpcd-mod-lxc: add package for rpcd lxc moduleLuka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* lxc: add missing lxc-init packageLuka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* Merge pull request #450 from commodo/python3-update-1-2-3sbyx2014-10-21
|\ | | | | Python3 update 1 2 3
| * python3: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensionsAlexandru Ardelean2014-10-20
| | | | | | | | | | | | | | This mostly helps to avoid confusion when modules are cross-compiled. Otherwise build folders are named with the host's platform name. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: enable shared python3 lib; make this the normAlexandru Ardelean2014-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will reduce the bloat when users will want to compile in their Python C extensions. There will be a initial bloat (several kb) if just Python is installed, but that will be compensated when users will add more C extensions. During the build we also have to add Python's PKG_BUILD_DIR so that the shared lib is found when compiling Python's built-in C extensions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: add LD and LDSHARED env vars to Build/Compile/Py3ModAlexandru Ardelean2014-10-20
| | | | | | | | | | | | Tells the host Python to use the target's linker. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: add PYTHON3_INC_DIR var to CPPFLAGSAlexandru Ardelean2014-10-20
| | | | | | | | | | | | | | The target's PYTHON3_INC_DIR should take precedence over the host's include dir when cross-compiling. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: export CC + CCSHARED env vars to cross-compile Python C extensions ↵Alexandru Ardelean2014-10-20
| | | | | | | | | | | | properly Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: add patch to disable package compiles/tests during cross-builtsAlexandru Ardelean2014-10-20
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: add ac_cv_buggy_getaddrinfo=no to config.site fileAlexandru Ardelean2014-10-20
| | | | | | | | | | | | Required when IPv6 support gets enabled. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: patch setup.py so that it does not include system include dirsAlexandru Ardelean2014-10-20
| | | | | | | | | | | | | | | | | | | | | | Seems that the Python C extensions were being (or at least trying to be) build using '/usr/include' as the first include folder. Seems this issue was already fixed on MacOS X and now we've extended it for our case. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: enforce the existence of files in the filespecsAlexandru Ardelean2014-10-20
| | | | | | | | | | | | | | | | Seems that this allows some goofs, because some files silently do not get copied and the build succeeds, even though it shouldn't. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: reduce bloat by removing *.pyo and *.pyc filesAlexandru Ardelean2014-10-20
| | | | | | | | | | | | | | Seems that if you add a package folder this would also include the compiled python3 files which increases fw size. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #449 from commodo/python-update-3sbyx2014-10-21
|\ \ | | | | | | python: fix source folder for libpython
| * | python: fix source folder for libpythonAlexandru Ardelean2014-10-20
| |/ | | | | | | | | | | | | | | | | | | | | This fix is quite critical since it fixes copying the libpython shared lib. The previous source folder we've used is ok, it has the shared lib, but libpython2.7.so is not a symlink of libpython2.7.so.1.0, but rather a copy of it. Which means that libpython2.7.so takes twice as much space on the target's flash. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | fastd: re-enable link-time optimizationMatthias Schiffer2014-10-21
| | | | | | | | | | | | The toolchain is fixed, so LTO can be enabled again. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | Merge pull request #452 from ejurgensen/forked-daapdTed Hess2014-10-20
|\ \ | | | | | | forked-daapd: add gperf host tool dependency
| * | forked-daapd: add gperf host tool dependencyejurgensen2014-10-20
| | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | Merge pull request #451 from ejurgensen/upstreamTed Hess2014-10-20
|\ \ \ | |/ / |/| | gperf: modified copy from oldpackages, upgrade to 3.0.4
| * | gperf: modified copy from oldpackages, upgrade to 3.0.4ejurgensen2014-10-20
|/ / | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | Merge pull request #447 from openwrt/libxml2-updateMichael Heimpold2014-10-20
|\ \ | | | | | | libxml2: update to 2.9.2
| * | libxml2: update to 2.9.2Steven Barth2014-10-20
| |/ | | | | | | | | | | fixes CVE-2014-3660, CVE-2014-0191 among other issues Signed-off-by: Steven Barth <steven@midlink.org>
* / unrar: Update to version 5.2.1, refresh patch.Álvaro Fernández Rojas2014-10-20
|/ | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* strongswan: update to 5.2.1Steven Barth2014-10-20
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* cyrus-sasl / postfix: work around recursive dependency issue in toolchainSteven Barth2014-10-20
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Merge pull request #445 from commodo/python-update-2sbyx2014-10-20
|\ | | | | Python update 2
| * python: use libncursesw instead of libncursesAlexandru Ardelean2014-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | Python's build scripts prefer ncursesw, and if it is detected it will be used. The problem will occur when linking, since ncursesw libs may not be installed if not added as deps, but the sources will be compiled against ncursesw. Reference from Python's HISTORY file: Patch #1428494: Prefer linking against ncursesw over ncurses library. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensionsAlexandru Ardelean2014-10-19
| | | | | | | | | | | | | | This mostly helps to avoid confusion when modules are cross-compiled. Otherwise build folders are named with the host's platform name. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: enable shared python lib; make this the normAlexandru Ardelean2014-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will reduce the bloat when users will want to compile in their Python C extensions. There will be a initial bloat (several kb) if just Python is installed, but that will be compensated when users will add more C extensions. During the build we also have to add Python's PKG_BUILD_DIR so that the shared lib is found when compiling Python's built-in C extensions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: add LD and LDSHARED env vars to Build/Compile/PyModAlexandru Ardelean2014-10-19
| | | | | | | | | | | | Tells the host Python to use the target's linker. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: add PYTHON_INC_DIR var to CPPFLAGSAlexandru Ardelean2014-10-19
| | | | | | | | | | | | | | The target's PYTHON_INC_DIR should take precedence over the host's include dir when cross-compiling. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: do not install pyconfig.h on the targetAlexandru Ardelean2014-10-19
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: export CC + CCSHARED env vars to cross-compile Python C extensions ↵Alexandru Ardelean2014-10-19
| | | | | | | | | | | | properly Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #435 from MikePetullo/bogofiltersbyx2014-10-20
|\ \ | | | | | | bogofilter: depend on db47 with statistics support
| * | bogofilter: create /usr/sbin before installing postfix-bogofilter thereW. Michael Petullo2014-10-19
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | bogofilter: depend on db47 with statistics supportW. Michael Petullo2014-10-19
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | Merge remote-tracking branch 'openwrt/master' into bogofilterW. Michael Petullo2014-10-19
| |\ \
| * | | bogofilter: install postfix-bogofilter scriptW. Michael Petullo2014-10-19
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #434 from MikePetullo/db47sbyx2014-10-20
|\ \ \ \ | | | | | | | | | | db47: add option to turn off small build
| * | | | db47: add a variant full which builds statistics etc. supportW. Michael Petullo2014-10-19
| | |/ / | |/| | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #386 from Shulyaka/postfixsbyx2014-10-20
|\ \ \ \ | |/ / / |/| | | postfix: new packages for Postfix MTA
| * | | Postfix MTADenis Shulyaka2014-10-20
| | | | | | | | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | Merge pull request #443 from ott/mastersbyx2014-10-19
|\ \ \ \ | |_|_|/ |/| | | knot: Split utils subpackage
| * | | knot: Split utils subpackageMatthias-Christian Ott2014-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | knot-utils consists of kdig, khost, knsec3hash and knsupdate. In order to reduce the size of software installed on a device it is useful to include a minimal collection of software and thus it should be possible to install the utilities individually. bind also creates a subpackage for each utility. Signed-off-by: Matthias-Christian Ott <ott@mirix.org>
* | | | Merge pull request #444 from cyanidium/mastersbyx2014-10-19
|\ \ \ \ | | | | | | | | | | nut: Updated copyright (c) notice