aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* 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
| * | | | nut: Updated (c) noticeMarty R2014-10-19
|/ / / / | | | | | | | | | | | | Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
* | | | dovecot: update to 2.2.14Peter Wagner2014-10-19
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | openssh: update to 6.7p1Peter Wagner2014-10-19
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #440 from ejurgensen/masterTed Hess2014-10-18
|\ \ \ \ | | | | | | | | | | forked-daapd and required libraries
| * | | | forked-daapd: add version 22.0ejurgensen2014-10-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
| * | | | mxml: copy from oldpackages and update Makefile slightlyejurgensen2014-10-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
| * | | | libunistring: add version 0.9.4ejurgensen2014-10-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
| * | | | libavl: add version 0.3.5ejurgensen2014-10-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
| * | | | libantlr3c: add version 3.2ejurgensen2014-10-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | lvm2: add from old repo and updateDaniel Golle2014-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add patch to fix blkid header location as suggested in #17877 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | irssi: update to 0.8.17Peter Wagner2014-10-18
| |/ / / |/| | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #442 from hnyman/patch-sqmToke Høiland-Jørgensen2014-10-18
|\ \ \ \ | | | | | | | | | | sqm-scripts: Fix a minor bug, add copyrights, improve logging
| * | | | sqm-scripts: Fix a minor bug, add copyrights, improve loggingHannu Nyman2014-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes committed to the cerowrt original repo after the initial import here: - Better license & copyright statements, as requested - Fixed a minor bug in stopping sqm - Logging improvements - Dead code removed - Typos corrected Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | nfs-kernel-server: update to 1.3.1Peter Wagner2014-10-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #439 from commodo/openvswitch-ipsecsbyx2014-10-18
|\ \ \ \ \ | |/ / / / |/| | | | Openvswitch IPSec Monitor + Python Bindings
| * | | | openvswitch: add openvswitch-ipsesc package backAlexandru Ardelean2014-10-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | openvswitch: add openvswitch-python subpackageAlexandru Ardelean2014-10-17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Requires python package. Required by other openvswitch subpackages (like openvswitch-python). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #438 from commodo/python-update-1sbyx2014-10-18
|\ \ \ \ | |/ / / |/| | | Python update 1
| * | | python: add libopenssl and libcrypto as package depsAlexandru Ardelean2014-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: _md5 + _sha libs are now grouped under _hashlibsAlexandru Ardelean2014-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: add patch to disable package compiles/tests during cross-builtsAlexandru Ardelean2014-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: add ac_cv_buggy_getaddrinfo=no to config.site fileAlexandru Ardelean2014-10-17
| | | | | | | | | | | | | | | | | | | | | | | | Required when IPv6 support gets enabled. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: patch setup.py so that it does not include system include dirsAlexandru Ardelean2014-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | python: enforce the existence of files in the filespecsAlexandru Ardelean2014-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | python: reduce bloat by removing *.pyo and *.pyc filesAlexandru Ardelean2014-10-17
|/ / / | | | | | | | | | | | | | | | | | | Seems that if you add a package folder this would also include the compiled python files which increases fw size. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | perl: Bump PKG_RELEASEMarcel Denia2014-10-16
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | perl: Don't try to link against libnslMarcel Denia2014-10-16
| | | | | | | | | | | | | | | | | | | | | | | | And also remove all other references to avoid confusion. libnsl isn't really needed. Removing it allows glibc based toolchains to build perl. Signed-off-by: Marcel Denia <naoir@gmx.net>