aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 #431 from commodo/python3-fixsbyx2014-10-15
|\ | | | | Python3 fix
| * python3: fix python host pathAlexandru Ardelean2014-10-15
| |
| * python3: add python3 symlink to python exec as per PEP394Alexandru Ardelean2014-10-15
| |
| * python3: suffix vars with 3Alexandru Ardelean2014-10-15
| |
| * python3: include python*-package.mk irespective of DUMP env varAlexandru Ardelean2014-10-15
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: enforce version assignmentAlexandru Ardelean2014-10-15
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: avoid making python3 the default python commandAlexandru Ardelean2014-10-15
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: fixup python-package.mk includeAlexandru Ardelean2014-10-15
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* haproxy: patches from upstreamThomas Heil2014-10-14
| | | | | | | -[PATCH 1/2] BUG/MEDIUM: systemd: set KillMode to 'mixed' -[PATCH 2/2] BUG/MEDIUM: config: avoid skipping disabled proxies Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* alsa-lib: remove cross-compile guess (restore old patch)Ted Hess2014-10-14
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* openssh,ntpd: move USERID to the server only as the client utils don't need ↵Peter Wagner2014-10-14
| | | | | | a user/group Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #428 from br101/masterTed Hess2014-10-14
|\ | | | | ffmpeg: Disable mips32r2 for mips32 CPUs
| * ffmpeg: Disable mips32r2 for mips32 CPUsBruno Randolf2014-10-14
|/ | | | | | | Some CPUs, such as the au1500 are MIPS32 but not MIPS32r2 and we have to explicitly disable mips32r2 in the ffmpeg configure script. Signed-off-by: Bruno Randolf <br1@einfach.org>
* Merge pull request #423 from enigmagroup/mastersbyx2014-10-14
|\ | | | | rename python to python3
| * renaming python-package.mk to python3-package.mkAgent 422014-10-13
| |
| * rename package name to python3Agent 422014-10-13
| |
| * rename folder to python3Agent 422014-10-13
| |
* | Merge pull request #416 from fededim/mastersbyx2014-10-14
|\ \ | |/ |/| sstp-client: new appication has been ported in packages feeds under net/sstp-client (version 1.0.9)
| * net/sstp-client: new package version 1.0.9Rupan2014-10-10
| | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | gnutls: updated to 3.3.9Nikos Mavrogiannopoulos2014-10-13
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #421 from antonlacon/ffmpeg-2.3.xTed Hess2014-10-12
|\ \ | | | | | | ffmpeg: update to 2.3.4 and add libopus support to libffmpeg
| * | ffmpeg: Update to 2.3.4Ian Leonard2014-10-11
| | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | ffmpeg: add libopus supportIan Leonard2014-10-11
| | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | Merge pull request #420 from chris5560/mastersbyx2014-10-12
|\ \ \ | |/ / |/| | ddns-scripts: add retry loop to verify dns and proxy
| * | ddns-scripts: add retry loop to verify dns and proxyChristian Schoenebeck2014-10-11
|/ / | | | | | | | | | | | | | | Changed the verify of DNS server and proxy at script start to retry the verify if there are connection problems during verify plus some minor changes. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | Merge pull request #419 from epgdatacapbon/mastersbyx2014-10-11
|\ \ | | | | | | ddns-scripts: Add MyDNS.JP
| * | ddns-scripts: Add MyDNS.JPepgdatacapbon2014-10-11
|/ / | | | | | | | | | | | | MyDNS.JP, a dynamic DNS service, is added to ddns-scripts. http://www.mydns.jp/ Signed-off-by: sstream <sstream00@yahoo.co.jp>
* | Merge pull request #408 from blogic/useridsbyx2014-10-10
|\ \ | | | | | | generic userid: use the new USERID api
| * | generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | | | | | | | | | | | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* | | Merge pull request #418 from thess/shadow-build-fixsbyx2014-10-10
|\ \ \ | | | | | | | | shadow: Add libiconv to PKG_BUILD_DEPENDS
| * | | shadow: Add libiconv to PKG_BUILD_DEPENDSTed Hess2014-10-10
|/ / / | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | libmpdclient: Remove doxygen dependency, cleanup MakefileTed Hess2014-10-10
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | net/mosquitto: Bump to version 1.3.5Karl Palsson2014-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Minor point release due to delay in 1.4. This is a bugfix release. See: http://mosquitto.org/2014/10/version-1-3-5-released/ for changelog Signed-off-by: Karl Palsson <karlp@remake.is>
* | | openconnect: fixed description of ca file locationNikos Mavrogiannopoulos2014-10-09
| | | | | | | | | | | | Resolves #407
* | | Merge pull request #411 from mirabilos/mkshsbyx2014-10-09
|\ \ \ | | | | | | | | move mksh to github; update it
| * | | mksh: SECURITY update to R50dThorsten Glaser2014-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new upstream version - update my eMail address - add maintainer and licence tag Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
| * | | mksh: moved to githubThorsten Glaser2014-10-09
|/ / / | | | | | | | | | Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
* | | haproxy: maintenance release to fix no critical bugsThomas Heil2014-10-08
| | | | | | | | | | | | | | | | | | - bump to version 1.5.5 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | fastd: disable link-time optimization to fix build with current toolchainMatthias Schiffer2014-10-08
| | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | libmpdclient: Update to latest 2.9 release, add license infTed Hess2014-10-08
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #405 from thess/libpq-dep-fixJo-Philipp Wich2014-10-08
|\ \ \ | |/ / |/| | libpq: Fix missing dependency (shadow-utils)
| * | libpq: Fix missing dependency (shadow-utils)Ted Hess2014-10-07
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #396 from commodo/python-migrationsbyx2014-10-08
|\ \ \ | | | | | | | | python: import from old packages and update to version 3.4
| * | | python: reset packages and start off with minimal pythonAlexandru Ardelean2014-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: upgrade to version 3.4.1Alexandru Ardelean2014-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some notes: - Python 3 (at least version 3.4) is pretty cross-compiler-friendly, so a lot of patches were thrown away. - Arguments below were moved to ./files/config.site file, and disabled ac_cv_have_chflags=no \ ac_cv_have_lchflags=no \ ac_cv_py_format_size_t=no \ ac_cv_have_long_long_format=yes \ ac_cv_buggy_getaddrinfo=no \ - --without-ensurepip added, because the build wants to ensure that it works; that's a good idea, but for now, it requires special setup, and we can do that later - --without-pymalloc added, becase in Python 3, modules are suffixed with m; e.g. so some paths are python3.4m instead of python3.4 all this is detailed here: http://legacy.python.org/dev/peps/pep-3149/ Maybe it will be a good idea to re-add this back Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: reorganize packageAlexandru Ardelean2014-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make python-mini the top-level and default Python package. Make the other packages subpackages of the top-level python package. Make old python package the python-full package. Note: at this point, this package can be split/renamed to python-legacy should anyone need Python 2. After this commit it's going to be Python 3 all the way. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: update copyright & maintainerAlexandru Ardelean2014-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: import package as-is from old packagesAlexandru Ardelean2014-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | tor: update to the latest stable versionPeter Wagner2014-10-07
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>