aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* 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
| | |
| * | python: include python*-package.mk irespective of DUMP env varAlexandru Ardelean2014-10-15
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python: enforce version assignmentAlexandru Ardelean2014-10-15
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python: move python package versioning to python-package.mkAlexandru Ardelean2014-10-15
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python: add old python 2 package backAlexandru Ardelean2014-10-15
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | 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>