Alexandru Ardelean
09c02844e4
python: enforce the existence of files in the filespecs
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>
10 years ago
Alexandru Ardelean
714b1247b7
python: reduce bloat by removing *.pyo and *.pyc files
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>
10 years ago
Marcel Denia
4715296a79
perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
ef3ac53da2
perl: Don't try to link against libnsl
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>
10 years ago
Marcel Denia
4456537077
perl: Make I8/I16/I32 types explicitly signed for PPC
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>
10 years ago
sbyx
73cbbe4c73
Merge pull request #436 from cyanidium/master
nut: New package for Network UPS Tools
10 years ago
cyanidium
d2e5a9896c
Remove placeholder maintainer email address
10 years ago
Marty R
d8258c35d5
nut: New package for Network UPS Tools
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>
10 years ago
Etienne CHAMPETIER
1f22b19d04
PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
Toke Høiland-Jørgensen
26eae4b9be
Add PKG_LICENSE tags for luci-app-sqm and sqm-scripts.
10 years ago
sbyx
0dcfd07ba6
Merge pull request #425 from MikePetullo/bogofilter
bogofilter: new package for bogofilter spam filter
10 years ago
sbyx
d7c4299b36
Merge pull request #432 from mwarning/master
libs/libsodium: update to 1.0.0
10 years ago
Toke Høiland-Jørgensen
8936f228a5
Merge pull request #433 from hnyman/add-sqm-scripts
Add sqm-scripts & luci-app-sqm: experimental QoS
10 years ago
sbyx
886239be7d
Merge pull request #429 from commodo/python-respin
Python respin
10 years ago
Moritz Warning
4767e3df5a
libs/libsodium: update to 1.0.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
10 years ago
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>
10 years ago
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>
10 years ago
Alexandru Ardelean
02ad9c1915
python: upgrade to version 2.7.8
10 years ago
Alexandru Ardelean
e3145e1fb0
python: add python2 symlink to python as per PEP394
10 years ago
Alexandru Ardelean
b0c21ae7aa
python: use command instead of 'ln -sf'
10 years ago
Alexandru Ardelean
9cdea1ba38
python: include python*-package.mk irespective of DUMP env var
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
b49c17d6c7
python: enforce version assignment
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
3ad7208ba6
python: move python package versioning to python-package.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
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>
10 years ago
sbyx
0dcfc24c04
Merge pull request #431 from commodo/python3-fix
Python3 fix
10 years ago
Alexandru Ardelean
5cb802cac4
python3: fix python host path
10 years ago
Alexandru Ardelean
a964feec68
python3: add python3 symlink to python exec as per PEP394
10 years ago
Alexandru Ardelean
72092dabf2
python3: suffix vars with 3
10 years ago
Alexandru Ardelean
e4d94961c3
python3: include python*-package.mk irespective of DUMP env var
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
dee4a69cea
python3: enforce version assignment
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
9500f50f2b
python3: avoid making python3 the default python command
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
d5d9442928
python3: fixup python-package.mk include
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
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>
10 years ago
Ted Hess
72b9db1122
alsa-lib: remove cross-compile guess (restore old patch)
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
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>
10 years ago
Ted Hess
af0003c3be
Merge pull request #428 from br101/master
ffmpeg: Disable mips32r2 for mips32 CPUs
10 years ago
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>
10 years ago
sbyx
821923b0df
Merge pull request #423 from enigmagroup/master
rename python to python3
10 years ago
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)
10 years ago
W. Michael Petullo
665c5ee68b
bogofilter: new package for bogofilter spam filter
Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years ago
Agent 42
d4bc92fad5
renaming python-package.mk to python3-package.mk
10 years ago
Agent 42
1e6a88dde0
rename package name to python3
10 years ago
Agent 42
5e3393cf94
rename folder to python3
10 years ago
rcmcronny
29ca0b42b2
Update snmpd.init
add support for "disk <partition> <size>" option
example for /etc/config/snmpd
===========
config disk
option partition '/'
option size '500'
===========
10 years ago
Nikos Mavrogiannopoulos
f0a7ad87dd
gnutls: updated to 3.3.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
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
10 years ago
sbyx
d88ade1411
Merge pull request #420 from chris5560/master
ddns-scripts: add retry loop to verify dns and proxy
10 years ago
Ian Leonard
94b4a11fe1
ffmpeg: Update to 2.3.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ian Leonard
ad20ef1147
ffmpeg: add libopus support
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
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>
10 years ago