aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | sqm-scripts: Bump to v1.0.2.Toke Høiland-Jørgensen2015-08-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | bash: Update to 4.3.42Marcel Denia2015-08-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | mosquitto: fix crash on client disconnectKarl Palsson2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch backported from upstream. Was only noticed on musl and freebsd clients. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=475707 Fixes github issue #1692 Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | mosquitto: bump to version 1.4.3Karl Palsson2015-08-25
|/ / / / | | | | | | | | | | | | | | | | | | | | Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/ Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | dbus: bump to 1.9.20Steven Barth2015-08-25
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | libsigc++: bump to 2.5.2Steven Barth2015-08-25
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | Merge pull request #1653 from yousong/xl2tpd-fixSteven Barth2015-08-25
|\ \ \ \ | |_|_|/ |/| | | Xl2tpd fix
| * | | xl2tpd: switch to github devel branch.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several patches here and pull requests at the upstream github project page were merged into the devel branch. Switch to that until the next stable release. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | xl2tpd: conditionally build with flags for more verbose log output.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | xl2tpd: add new config option checkup_interval.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | xl2tpd: reword the comment on overriding OFLAGS in MAKE_FLAGS.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | xl2tpd: tweak generating pppoptfile.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | xl2tpd: fix aliveness check for xl2tpd process.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change aims to address the following 2 issues - The control file was there yet xl2tpd process was not - The control file's existence prevented xl2tpd from start Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | xl2tpd: tweak getting value of mtu config option.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | xl2tpd: remove check for $ERROR.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | L2TP with xl2tpd has no proto_task in the context of netifd and because of this there is no valid $ERROR to check for when doing tearing down. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #1702 from the-alien/python-ldapSteven Barth2015-08-24
|\ \ \ \ | | | | | | | | | | python-ldap: added python-ldap package
| * | | | python-ldap: added python-ldap packagealien2015-08-23
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Dimtrij Trefilov <the-alien@live.ru>
* | | | Merge pull request #1705 from commodo/python-setuptools-upgradeSteven Barth2015-08-24
|\ \ \ \ | | | | | | | | | | python-setuptools: upgrade to version 18.2
| * | | | python-setuptools: upgrade to version 18.2Alexandru Ardelean2015-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #1706 from commodo/python-pip-upgradeSteven Barth2015-08-24
|\ \ \ \ \ | | | | | | | | | | | | python-pip: upgrade to version 7.1.2
| * | | | | python-pip: upgrade to version 7.1.2Alexandru Ardelean2015-08-24
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | memcached: fix musl buildheil2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - thx to alpinelinux for the patch (http://git.alpinelinux.org/cgit/aports/plain/main/memcached/musl-includes.patch) - remove depency to libenvent and replace it libevent2 should fix issue #1542 Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | haproxy: fixes for upstream version 1.5.14heil2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [PATCH 1/4] BUG/MINOR: log: missing some ARGC_* entries in - [PATCH 2/4] DOC: usesrc root privileges requirements - [PATCH 3/4] BUILD: ssl: Allow building against libssl without SSLv3. - [PATCH 4/4] DOC/MINOR: fix OpenBSD versions where haproxy works Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | unixodbc: update to 2.3.3heil2015-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | acpid: update to 2.0.25heil2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove 001-musl-compat-patch Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | libuv: fix download pathJohn Crispin2015-08-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | | | | python: add dependency to bz2 host buildJohn Crispin2015-08-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | | | | zabbix: update to 2.4.6 (and refresh patches)Etienne CHAMPETIER2015-08-23
|/ / / / | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | rtklib: bump version to 2.4.2 p11, close #1624Nuno Goncalves2015-08-23
| | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | Merge pull request #1667 from plntyk/fix_gcc5_netperfToke Høiland-Jørgensen2015-08-23
|\ \ \ \ | | | | | | | | | | netperf: fix gcc5
| * | | | netperf: fix gcc5Dirk Neukirchen2015-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default C standard changed in gcc5 so set old variant Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | | | Merge pull request #1698 from mstorchak/lsofSteven Barth2015-08-23
|\ \ \ \ \ | | | | | | | | | | | | lsof: update to 4.89
| * | | | | lsof: update to 4.89Maxim Storchak2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - build from original tarball - fix ipv6 support: enable if not completely disabled - drop useless LSOF_INCLUDE override Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #1699 from yousong/reaverSteven Barth2015-08-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | reaver: import from oldpackages.
| * | | | | | reaver: import from oldpackages.Yousong Zhou2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update copyright year. - Add PKG_LICENSE:=GPL-2.0 from the Google Code project page. - Add autoreconf as the PKG_FIXUP method. - Add myself as the package maintainer. - Add a patch to fix building with musl-libc. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #1701 from thess/hidapi-fixTed Hess2015-08-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hidapi: Fix iconv depends
| * | | | | | | hidapi: Fix iconv dependsTed Hess2015-08-21
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | mpd: Fix BUILD_NLS=y full language support (regression)Ted Hess2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | php5: fix the two different maintainer fields into one (fixes #1688)Michael Heimpold2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | crelay: Update to V0.9, add startup config fileTed Hess2015-08-21
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #1671 from plntyk/fix_musl_dtndhtJonas Gorski2015-08-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | dtndht: fix musl build
| * | | | | | dtndht: fix musl buildDirk Neukirchen2015-08-19
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | add missing headers on musl Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | | | | Merge pull request #1694 from jsiverskog/protobuf-maintainer2Jonas Gorski2015-08-21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | protobuf: add myself as maintainer.
| * | | | | protobuf: add myself as maintainer.Jacob Siverskog2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
* | | | | | Merge pull request #1670 from plntyk/fix_musl_crtmpserverJo-Philipp Wich2015-08-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | crtmpserver: fix musl build
| * | | | | | crtmpserver: fix musl buildDirk Neukirchen2015-08-19
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | MAX values should be defined in stdint.h Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | | | | Merge pull request #1695 from plntyk/fix_postgresql_variousJo-Philipp Wich2015-08-21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix various postgresql issues
| * | | | | postgresql: fix potential snprintf issueDirk Neukirchen2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adopt buildroot commit: 3d3f70b567718ae308b5704ddd7d107c4849309e spotted while reviewing buildroot changes to postgresql Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * | | | | postgresql: fix uclibc locale.h bugDirk Neukirchen2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reported in forum: https://forum.openwrt.org/viewtopic.php?id=59137 issue was discovered and fixed already in buildroot git commit id: f5e4ca10220e2325d3a34c0a423388e40b27dbdf Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * | | | | postgresql: add missing librt dependencyDirk Neukirchen2015-08-21
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | fixes build error with uclibc Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>