aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 #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>
* perl: Make I8/I16/I32 types explicitly signed for PPCMarcel Denia2014-10-16
| | | | | | | | Type signedness is undefined for char. char may actually be unsigned for some CPUs. This fixes various bugs on PPC, like negative array indices. Signed-off-by: Marcel Denia <naoir@gmx.net>
* Merge pull request #436 from cyanidium/mastersbyx2014-10-16
|\ | | | | nut: New package for Network UPS Tools
| * Remove placeholder maintainer email addresscyanidium2014-10-15
| |
| * nut: New package for Network UPS ToolsMarty R2014-10-15
|/ | | | | | | | | | | An older version of nut is in oldpackages. This commit is based on that package and bumps the version to the latest release along with unifying the server and client packages. More build options are provided for any custom configuration but the defaults provide a working client and server install which only needs a UPS driver. Drivers still build as individual packages to minimise bloat. SSL support has also been added. Signed-off-by: Martin Rowe <cyanidium@users.noreply.github.com>
* PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)Etienne CHAMPETIER2014-10-15
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* Add PKG_LICENSE tags for luci-app-sqm and sqm-scripts.Toke Høiland-Jørgensen2014-10-15
|
* Merge pull request #425 from MikePetullo/bogofiltersbyx2014-10-15
|\ | | | | bogofilter: new package for bogofilter spam filter
| * bogofilter: new package for bogofilter spam filterW. Michael Petullo2014-10-13
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #432 from mwarning/mastersbyx2014-10-15
|\ \ | | | | | | libs/libsodium: update to 1.0.0
| * | libs/libsodium: update to 1.0.0Moritz Warning2014-10-15
| | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | Merge pull request #433 from hnyman/add-sqm-scriptsToke Høiland-Jørgensen2014-10-15
|\ \ \ | | | | | | | | Add sqm-scripts & luci-app-sqm: experimental QoS
| * | | luci-app-sqm: Luci GUI for sqm-scripts QoSHannu Nyman2014-10-15
| | | | | | | | | | | | | | | | | | | | | | | | This is the Luci GUI for managing SQM QoS System. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
| * | | sqm-scripts: Smart Queue Management - experimental QoSHannu Nyman2014-10-15
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sqm-scripts is a new QoS system from Cerowrt / Bufferbloat. I have tested it in my own community build. More info at: http://www.bufferbloat.net/projects/cerowrt/wiki/Smart_Queue_Management http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310 Dave Täht submitted this first via openwrt-devel mailing list in March 2014, but that was not picked up before the switch to Github: http://patchwork.openwrt.org/patch/5078/ Original code used as the base: https://github.com/dtaht/ceropackages-3.10/commit/8ce293611094a0d65c5b62ce80d25f0e30603cf5 I have modified: - set the default interface to be eth1, like the Openwrt default. - modified config to hide some of the advanced options by default - beautified Makefile a bit - added Toke Høiland-Jørgensen <toke@toke.dk> as the maintainer, as discussed in https://github.com/dtaht/ceropackages-3.10/issues/8#issuecomment-59215905 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #429 from commodo/python-respinsbyx2014-10-15
|\ \ \ | |/ / |/| | Python respin
| * | python: upgrade to version 2.7.8Alexandru Ardelean2014-10-15
| | |
| * | python: add python2 symlink to python as per PEP394Alexandru Ardelean2014-10-15
| | |
| * | python: use command instead of 'ln -sf'Alexandru Ardelean2014-10-15
| | |