Hannu Nyman
da7e25264c
luci-app-sqm: Luci GUI for sqm-scripts QoS
...
This is the Luci GUI for managing SQM QoS System.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-10-15 19:11:46 +03:00
Hannu Nyman
5113575fb9
sqm-scripts: Smart Queue Management - experimental QoS
...
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:
8ce2936110
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>
2014-10-15 18:56:37 +03:00
Alexandru Ardelean
02ad9c1915
python: upgrade to version 2.7.8
2014-10-15 16:49:49 +03:00
Alexandru Ardelean
e3145e1fb0
python: add python2 symlink to python as per PEP394
2014-10-15 10:02:57 +03:00
Alexandru Ardelean
b0c21ae7aa
python: use command instead of 'ln -sf'
2014-10-15 10:02:57 +03:00
Alexandru Ardelean
9cdea1ba38
python: include python*-package.mk irespective of DUMP env var
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-15 10:02:54 +03:00
Alexandru Ardelean
b49c17d6c7
python: enforce version assignment
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-15 10:02:49 +03:00
Alexandru Ardelean
3ad7208ba6
python: move python package versioning to python-package.mk
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-15 10:02:48 +03:00
Alexandru Ardelean
d5bd7dd36e
python: add old python 2 package back
...
According to PEP394 (http://legacy.python.org/dev/peps/pep-0394/ )
the 'python' command should refer to 'python2'.
In our case, this means we should reboot the old python package.
We could rename the package name to python2, but that would
just complicate things a bit with other packages, and
since we're doing this reboot, such a complication would be
unnecessary.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-15 10:02:33 +03:00
sbyx
0dcfc24c04
Merge pull request #431 from commodo/python3-fix
...
Python3 fix
2014-10-15 08:57:39 +02:00
Alexandru Ardelean
5cb802cac4
python3: fix python host path
2014-10-15 09:13:24 +03:00
Alexandru Ardelean
a964feec68
python3: add python3 symlink to python exec as per PEP394
2014-10-15 09:13:24 +03:00
Alexandru Ardelean
72092dabf2
python3: suffix vars with 3
2014-10-15 09:12:41 +03:00
Alexandru Ardelean
e4d94961c3
python3: include python*-package.mk irespective of DUMP env var
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-15 09:11:00 +03:00
Alexandru Ardelean
dee4a69cea
python3: enforce version assignment
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-15 09:10:29 +03:00
Alexandru Ardelean
9500f50f2b
python3: avoid making python3 the default python command
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-15 09:08:09 +03:00
Alexandru Ardelean
d5d9442928
python3: fixup python-package.mk include
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-15 09:08:06 +03:00
Thomas Heil
0e45b40fb5
haproxy: patches from upstream
...
-[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>
2014-10-14 23:33:27 +02:00
Ted Hess
72b9db1122
alsa-lib: remove cross-compile guess (restore old patch)
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-14 15:43:11 -04:00
Peter Wagner
0d260899aa
openssh,ntpd: move USERID to the server only as the client utils don't need a user/group
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-10-14 18:00:42 +02:00
Ted Hess
af0003c3be
Merge pull request #428 from br101/master
...
ffmpeg: Disable mips32r2 for mips32 CPUs
2014-10-14 11:43:19 -04:00
Bruno Randolf
e652eb6243
ffmpeg: Disable mips32r2 for mips32 CPUs
...
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>
2014-10-14 10:17:11 +01:00
sbyx
821923b0df
Merge pull request #423 from enigmagroup/master
...
rename python to python3
2014-10-14 07:16:08 +02:00
sbyx
d64c82da77
Merge pull request #416 from fededim/master
...
sstp-client: new appication has been ported in packages feeds under net/sstp-client (version 1.0.9)
2014-10-14 07:13:15 +02:00
W. Michael Petullo
665c5ee68b
bogofilter: new package for bogofilter spam filter
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-13 17:54:53 -04:00
Agent 42
d4bc92fad5
renaming python-package.mk to python3-package.mk
2014-10-13 22:58:43 +02:00
Agent 42
1e6a88dde0
rename package name to python3
2014-10-13 12:21:16 +02:00
Agent 42
5e3393cf94
rename folder to python3
2014-10-13 12:20:34 +02:00
rcmcronny
29ca0b42b2
Update snmpd.init
...
add support for "disk <partition> <size>" option
example for /etc/config/snmpd
===========
config disk
option partition '/'
option size '500'
===========
2014-10-13 10:30:43 +02:00
Nikos Mavrogiannopoulos
f0a7ad87dd
gnutls: updated to 3.3.9
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-13 09:20:31 +02:00
Ted Hess
01e8f2c259
Merge pull request #421 from antonlacon/ffmpeg-2.3.x
...
ffmpeg: update to 2.3.4 and add libopus support to libffmpeg
2014-10-12 09:11:20 -04:00
sbyx
d88ade1411
Merge pull request #420 from chris5560/master
...
ddns-scripts: add retry loop to verify dns and proxy
2014-10-12 14:21:18 +02:00
Ian Leonard
94b4a11fe1
ffmpeg: Update to 2.3.4
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-10-11 22:13:15 -07:00
Ian Leonard
ad20ef1147
ffmpeg: add libopus support
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-10-11 22:13:15 -07:00
Christian Schoenebeck
8a9124dfc0
ddns-scripts: add retry loop to verify dns and proxy
...
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>
2014-10-11 11:00:19 +02:00
sbyx
28f8dfc928
Merge pull request #419 from epgdatacapbon/master
...
ddns-scripts: Add MyDNS.JP
2014-10-11 09:35:11 +02:00
epgdatacapbon
bb59066b10
ddns-scripts: Add MyDNS.JP
...
MyDNS.JP, a dynamic DNS service, is added to ddns-scripts.
http://www.mydns.jp/
Signed-off-by: sstream <sstream00@yahoo.co.jp>
2014-10-11 09:30:00 +09:00
sbyx
21e7de8f06
Merge pull request #408 from blogic/userid
...
generic userid: use the new USERID api
2014-10-10 22:55:05 +02:00
sbyx
636b9b0092
Merge pull request #418 from thess/shadow-build-fix
...
shadow: Add libiconv to PKG_BUILD_DEPENDS
2014-10-10 22:51:36 +02:00
Ted Hess
8d8a501f1f
shadow: Add libiconv to PKG_BUILD_DEPENDS
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-10 16:41:39 -04:00
Rupan
39a1f62bf2
net/sstp-client: new package version 1.0.9
...
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2014-10-10 19:30:34 +02:00
Ted Hess
13ddb6bedc
libmpdclient: Remove doxygen dependency, cleanup Makefile
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-10 09:12:22 -04:00
Karl Palsson
5291d127a4
net/mosquitto: Bump to version 1.3.5
...
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>
2014-10-10 12:58:01 +00:00
Nikos Mavrogiannopoulos
ad9853f2e8
openconnect: fixed description of ca file location
...
Resolves #407
2014-10-09 22:14:36 +02:00
sbyx
c998eb05ad
Merge pull request #411 from mirabilos/mksh
...
move mksh to github; update it
2014-10-09 14:54:41 +02:00
Thorsten Glaser
d341cf9dcc
mksh: SECURITY update to R50d
...
- new upstream version
- update my eMail address
- add maintainer and licence tag
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-10-09 14:15:30 +02:00
Thorsten Glaser
a219ffc012
mksh: moved to github
...
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-10-09 14:15:19 +02:00
Thomas Heil
f42d4f63ee
haproxy: maintenance release to fix no critical bugs
...
- bump to version 1.5.5
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-10-08 23:28:24 +02:00
Matthias Schiffer
884c6f38e1
fastd: disable link-time optimization to fix build with current toolchain
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-10-08 23:11:33 +02:00
Ted Hess
57976ed8f7
libmpdclient: Update to latest 2.9 release, add license inf
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-08 11:03:28 -04:00