Jo-Philipp Wich [Wed, 17 Jun 2015 21:31:40 +0000 (23:31 +0200)]
libnet-1.2.x: fix musl compatiblity
The correct includes for musl are protected by an __GLIBC__ check in the
upstream sources.
Since musl does not provide own defines to identify itself, simply invert
the condition to !__UCLIBC__ in order to fix the build on all libc flavors
supported by OpenWrt.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Daniel Golle [Tue, 16 Jun 2015 11:12:11 +0000 (13:12 +0200)]
gnunet: update source and fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Steven Barth [Tue, 16 Jun 2015 08:30:20 +0000 (10:30 +0200)]
procps: fix for new musl libc
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Mon, 15 Jun 2015 08:11:26 +0000 (10:11 +0200)]
Merge pull request #1373 from Wedmer/master
[utils/zoneinfo] Updated to the latest version
Steven Barth [Mon, 15 Jun 2015 07:56:57 +0000 (09:56 +0200)]
elfutils: moved to base
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Mon, 15 Jun 2015 07:54:11 +0000 (09:54 +0200)]
bzip2: moved to base
Signed-off-by: Steven Barth <steven@midlink.org>
Vladimir Ulrich [Mon, 15 Jun 2015 01:35:40 +0000 (04:35 +0300)]
[utils/zoneinfo] Updated to the latest version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Ted Hess [Mon, 15 Jun 2015 00:30:56 +0000 (20:30 -0400)]
argp-standalone: Moved to git.openwrt.org/openwrt.git
Signed-off-by: Ted Hess <thess@kitschensync.net>
Nikos Mavrogiannopoulos [Sun, 14 Jun 2015 22:22:40 +0000 (00:22 +0200)]
libseccomp: corrected typo in patch
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 14 Jun 2015 22:20:11 +0000 (01:20 +0300)]
Merge pull request #1345 from dangowrt/fix-libseccomp-with-musl
libseccomp: work-around prctl.h mess
Steven Barth [Sun, 14 Jun 2015 21:08:07 +0000 (23:08 +0200)]
Merge pull request #1371 from mstorchak/smartmontools
smartmontools: update to 6.4
Daniel Golle [Sun, 14 Jun 2015 20:33:19 +0000 (22:33 +0200)]
libevdev: work around macro definition missing in uClibc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 14 Jun 2015 20:19:34 +0000 (22:19 +0200)]
lvm2: update source and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Maxim Storchak [Sun, 14 Jun 2015 19:13:43 +0000 (22:13 +0300)]
smartmontools: update to 6.4
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Michael Heimpold [Fri, 12 Jun 2015 21:59:29 +0000 (23:59 +0200)]
php5: update to 5.6.10
This fixes the following CVEs:
- in PCRE: CVE-2015-2325, CVE-2015-2326
- in sqlite3: CVE-2015-3414, CVE-2015-3415, CVE-2015-3416
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Steven Barth [Fri, 12 Jun 2015 08:34:01 +0000 (10:34 +0200)]
Merge pull request #1362 from oneru/fwknopd
Fwknopd: Set capture interface to wan by default
Daniel Golle [Fri, 12 Jun 2015 06:00:39 +0000 (08:00 +0200)]
libextractor: build giflib plugin
Cherry-picked r34095 'Add giflib-5.1.0 compatibility' into patches to
fix build against recent versions of giflib.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Ted Hess [Thu, 11 Jun 2015 20:17:41 +0000 (16:17 -0400)]
giflib: Import from oldpackages, update to latest version, add myself as maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
heil [Thu, 11 Jun 2015 17:03:14 +0000 (19:03 +0200)]
haproxy: add patches from upstream
- [PATCH 1/2] BUG/MEDIUM: stats: properly initialize the scope before
- [PATCH 2/2] BUG/MEDIUM: http: don't forward client shutdown without
- [PATCH 3/8] BUG/MINOR: check: fix tcpcheck error message
- [PATCH 4/8] CLEANUP: checks: fix double usage of cur / current_step
- [PATCH 5/8] BUG/MEDIUM: checks: do not dereference head of a
- [PATCH 6/8] CLEANUP: checks: simplify the loop processing of
- [PATCH 7/8] BUG/MAJOR: checks: always check for end of list before
- [PATCH 8/8] BUG/MEDIUM: checks: do not dereference a list as a
- [PATCH 09/10] BUG/MEDIUM: peers: apply a random reconnection timeout
- [PATCH 10/10] DOC: Update doc about weight, act and bck fields in the
- [PATCH 11/14] MINOR: ssl: add a destructor to free allocated SSL
- [PATCH 12/14] BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value
- [PATCH 13/14] BUG/MINOR: cfgparse: fix typo in 'option httplog' error
- [PATCH 14/14] BUG/MEDIUM: cfgparse: segfault when userlist is misused
Signed-off-by: heil <heil@terminal-consulting.de>
Jonathan Bennett [Wed, 10 Jun 2015 21:58:56 +0000 (16:58 -0500)]
Fwknopd: Set capture interface to wan by default
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
Matthias Schiffer [Wed, 10 Jun 2015 19:19:41 +0000 (21:19 +0200)]
ethtool: update to 4.0
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Daniel Golle [Wed, 10 Jun 2015 16:12:44 +0000 (18:12 +0200)]
libinput: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 10 Jun 2015 16:12:33 +0000 (18:12 +0200)]
mtdev: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 10 Jun 2015 16:12:20 +0000 (18:12 +0200)]
libevdev: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Luka Perkov [Tue, 9 Jun 2015 12:33:16 +0000 (14:33 +0200)]
Merge pull request #1357 from dangowrt/fix-lxc-on-mpc85xx
lxc: fix build on mpc85xx
Marko Ratkaj [Mon, 8 Jun 2015 13:44:49 +0000 (15:44 +0200)]
netdiscover: add license info
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Mon, 8 Jun 2015 13:44:30 +0000 (15:44 +0200)]
libnet: add license info
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Mon, 8 Jun 2015 13:18:19 +0000 (15:18 +0200)]
sysstat: add license info
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Mon, 8 Jun 2015 13:13:43 +0000 (15:13 +0200)]
luci-app-squid: add package
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Mon, 8 Jun 2015 13:12:15 +0000 (15:12 +0200)]
squid: minor changes in Makefile and init script
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Daniel Golle [Tue, 9 Jun 2015 01:05:53 +0000 (03:05 +0200)]
lxc: fix build on mpc85xx
Initialize ret to 0 so compiler no longer complains about
monitor.c: In function 'lxc_monitor_open':
monitor.c:212:5: error: 'ret' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Naoir [Mon, 8 Jun 2015 22:49:33 +0000 (00:49 +0200)]
Merge pull request #1355 from poranje/lang+perl-device-serialport
perl-device-serialport: add package
Paul Oranje [Mon, 8 Jun 2015 22:00:10 +0000 (00:00 +0200)]
perl-device-serialport: add package
Adds the POSIX port of the Win32::SerialPort module by Kees Cook
Signed-off-by: Paul Oranje <por@xs4all.nl>
heil [Mon, 8 Jun 2015 16:14:46 +0000 (18:14 +0200)]
pcre: fix CVE-2015-3210
- should fix eap buffer overflow in pcre_compile2() / compile_regex()
Signed-off-by: heil <heil@terminal-consulting.de>
Steven Barth [Mon, 8 Jun 2015 16:09:43 +0000 (18:09 +0200)]
strongswan: bump to 5.3.2
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Mon, 8 Jun 2015 10:42:18 +0000 (12:42 +0200)]
Merge pull request #1354 from fededim/master
sstp-client: updated to version 1.0.10
Rupan [Mon, 8 Jun 2015 10:26:13 +0000 (12:26 +0200)]
sstp-client: updated to version 1.0.10
Signed-off-by: Federico Di Marco <fededim@gmail.com>
Marko Ratkaj [Tue, 2 Jun 2015 13:15:08 +0000 (15:15 +0200)]
sysstat: import from old packages
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Steven Barth [Mon, 8 Jun 2015 05:48:08 +0000 (07:48 +0200)]
strongswan: update to 5.3.1, cleanup broken modules
Signed-off-by: Steven Barth <steven@midlink.org>
Luka Perkov [Mon, 8 Jun 2015 00:09:35 +0000 (02:09 +0200)]
Merge pull request #1344 from dangowrt/fix-lxc-seccomp
lxc: allow building with seccomp
Daniel Golle [Sun, 7 Jun 2015 23:27:18 +0000 (01:27 +0200)]
toxcore: new package
This packages the Tox core as well as nTox and tox-bootstrapd.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Luka Perkov [Sun, 7 Jun 2015 22:50:33 +0000 (00:50 +0200)]
libuv: bump to 1.6.1
Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov [Sun, 7 Jun 2015 22:15:51 +0000 (00:15 +0200)]
Merge pull request #1348 from FlorianFieber/vim
vim: Fix editing crontabs with crontab -e
Florian Fieber [Fri, 5 Jun 2015 14:07:56 +0000 (16:07 +0200)]
vim: Fix editing crontabs with crontab -e
Per default, vim creates a new file and keeps the original file as backup.
This leads to crontab checking the backup file for changes instead of the
one actually being edited, resulting in any changes being silently dropped.
Since busybox's crontab saves temporary crontab files in "/etc/crontabs.*"
vim's default of "backupskip=/tmp/*" doesn't circumvent this.
This commit fixes this issue by appending "/etc/crontabs.*" to "backupskip".
Signed-off-by: Florian Fieber <florian@florianfieber.de>
Daniel Golle [Fri, 5 Jun 2015 15:42:34 +0000 (17:42 +0200)]
gnunet: package accidentally dropped peerstore_sqlite
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 5 Jun 2015 15:11:07 +0000 (17:11 +0200)]
xl2tpd: fix xl2tpd options
The previous commit left an unwanted string in the options passed
to xl2tpd-control. Remove that as well.
Also set procd respawn parameter now that I'm at it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 5 Jun 2015 12:04:57 +0000 (14:04 +0200)]
xl2tpd: don't let xl2tpd handle redial
netifd is taking care of that already.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 5 Jun 2015 02:24:32 +0000 (04:24 +0200)]
gnunet: improve packaging and set fix permissions on firstrun
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 5 Jun 2015 02:22:23 +0000 (04:22 +0200)]
gnurl: no longer force-enable TLS-SRP
It might not be available in GnuTLS and is not strictly required
by the gnurl manifest, see
http://www.git.taler.net/?p=gnurl.git;a=blob;f=README;h=
f7521aa431a4e77a58dc558880ff54648d69e072;hb=HEAD#l22
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 4 Jun 2015 23:27:52 +0000 (01:27 +0200)]
gnunet: don't override default to 'n'
Overriding DEFAULT to 'n' prevents packages being build unless
explicitely selected even if ALL is set.
Instead, set 'DEFAULT:=y if PACKAGE_gnunet' for the default
packages and otherweise don't touch DEFAULT.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 4 Jun 2015 12:44:40 +0000 (14:44 +0200)]
libseccomp: work-around prctl.h mess
musl doesn't allow including both, sys/prctl.h and linux/prctl.h.
Thus include linux/prctl.h only on GLIBC systems (that includes
uClibc which defines __GLIBC__)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 4 Jun 2015 11:46:32 +0000 (13:46 +0200)]
lxc: allow building with seccomp
seccomp was unconditionally disabled before.
Also a non-escaped newline in a place where it should be escaped
made the build process skip some CONFIGURE_ARGS.
Fix CONFIGURE_ARGS and add an option to allow building with seccomp.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 4 Jun 2015 00:37:03 +0000 (02:37 +0200)]
gnunet: use templates to package components
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 3 Jun 2015 22:45:14 +0000 (00:45 +0200)]
gnunet: improve packages
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 3 Jun 2015 20:39:55 +0000 (22:39 +0200)]
gnunet: split up into smaller packages, bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Michael Heimpold [Tue, 2 Jun 2015 20:04:42 +0000 (22:04 +0200)]
Merge pull request #1339 from tru7/knxd
knxd: revert to older version
It turned out, that the latest upstream revision is seriously broken. So revert to working version for now.
Othmar Truniger [Tue, 2 Jun 2015 18:21:53 +0000 (20:21 +0200)]
knxd: revert to older version
Signed-off-by: Othmar Truniger <github@truniger.ch>
Marcel Denia [Tue, 2 Jun 2015 13:13:22 +0000 (15:13 +0200)]
db47: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sun, 31 May 2015 23:11:19 +0000 (01:11 +0200)]
db47: Fix format security warning
Signed-off-by: Marcel Denia <naoir@gmx.net>
Paul Fertser [Thu, 28 May 2015 06:22:04 +0000 (09:22 +0300)]
openocd: update to final 0.9.0
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Luka Perkov [Mon, 1 Jun 2015 22:32:14 +0000 (00:32 +0200)]
Merge pull request #1255 from samm-git/master
add lxc-device applet to the utils/lxc
Ted Hess [Mon, 1 Jun 2015 20:55:24 +0000 (16:55 -0400)]
Merge pull request #1336 from roger-/micropython
micropython: update to latest
Ted Hess [Mon, 1 Jun 2015 20:55:04 +0000 (16:55 -0400)]
Merge pull request #1335 from roger-/micropython-lib
micropython-lib: update to latest
Roger [Mon, 1 Jun 2015 16:24:33 +0000 (11:24 -0500)]
micropython-lib: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
Roger [Mon, 1 Jun 2015 16:22:07 +0000 (11:22 -0500)]
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
Michael Heimpold [Sun, 31 May 2015 22:08:57 +0000 (00:08 +0200)]
php5-pecl-libevent: add a patch to force usage of libevent2 headers (refs #1322)
Builtbots currently fail to compile this package with (example message):
... /libevent-0.1.0/libevent.c:1403:42: error: 'EVBUFFER_READ' undeclared (first use in this function)
REGISTER_LONG_CONSTANT("EVBUFFER_READ", EVBUFFER_READ, CONST_CS | CONST_PERSISTENT);
With libevent2, the main include file event.h is deprecated, but includes
enough stuff and other compat includes that it _should work_. I could not figure
out why it fails (all locally builds work out-of-the-box), so this is a trial to
circumvent this compat header file and include the libevent2 headers directly.
While at, add a missing dependency to the sockets extension.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 31 May 2015 21:29:01 +0000 (23:29 +0200)]
mmc-utils: upgrade to latest revision
New features are commands for eMMC cache control and gp partition
creation.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 31 May 2015 21:27:28 +0000 (23:27 +0200)]
Merge pull request #1330 from tru7/knxd
knxd: bump to new version
Daniel Golle [Sun, 31 May 2015 16:45:13 +0000 (18:45 +0200)]
gnunet: improve procd init-script
Directly call /usr/lib/gnunet/libexec/gnunet-service-arm instead
of /usr/bin/gnunet-arm, so it remains attached to procd.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 31 May 2015 16:32:53 +0000 (18:32 +0200)]
gnurl: bump release
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 31 May 2015 16:20:45 +0000 (18:20 +0200)]
gnurl: reduce feature-set to match specs in README
gnurl's README states quite excatly which CONFIGURE_ARGS to pass,
so disable lots of unneeded stuff.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Othmar Truniger [Sun, 31 May 2015 14:00:02 +0000 (16:00 +0200)]
knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
Daniel Golle [Sun, 31 May 2015 13:45:50 +0000 (15:45 +0200)]
libextractor: fix accidental versioning mess
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 31 May 2015 13:43:26 +0000 (15:43 +0200)]
libextractor: package gstreamer plugin
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 31 May 2015 12:02:47 +0000 (14:02 +0200)]
gnunet: use upstream fix for libmicrohttpd detection
The autoconf issue when detecting libmicrohttpd was fixed upstream in
SVN revision 35845. Use that and remove the dirty work-around.
See also:
https://gnunet.org/bugs/view.php?id=3805#c9201
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 31 May 2015 12:13:31 +0000 (14:13 +0200)]
Merge pull request #1329 from ryzhovau/gnurl_ipv6
gnurl: Respect IPv6 settings
Alexander Ryzhov [Sun, 31 May 2015 11:21:58 +0000 (11:21 +0000)]
gnurl: Respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Daniel Golle [Sun, 31 May 2015 05:54:16 +0000 (07:54 +0200)]
gnunet: fixup more dependencies
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 31 May 2015 10:49:53 +0000 (12:49 +0200)]
glpk: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Marcel Denia [Thu, 28 May 2015 21:02:43 +0000 (23:02 +0200)]
db47: Force pthread mutexes, bump PKG_RELEASE
Fixes #1312.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Daniel Golle [Sun, 31 May 2015 05:40:44 +0000 (07:40 +0200)]
gnunet: work-around libmicrohttpd detection
Bug filed upstream:
https://gnunet.org/bugs/view.php?id=3805
Once fixed, this patch can be removed.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 31 May 2015 05:20:51 +0000 (07:20 +0200)]
gnurl: add forgotten MD5SUM
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 31 May 2015 02:54:23 +0000 (04:54 +0200)]
gnunet: fix things and use newer source version
- use newer source version from SVN
- made it detect gnurl
- added init script
- added gnunet user
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 31 May 2015 05:08:01 +0000 (07:08 +0200)]
gnurl: add net package
This is definitely one of the ugliest things I ever got my
hands on. If it even did the job properly, but no, it tries
to install it's headers in /usr/include/curl collidings with
actual curl's headers. Fixed that by installing them into
/usr/include/gnurl instead. Now gnunet can use gnurl.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sat, 30 May 2015 21:09:47 +0000 (23:09 +0200)]
gnunet: add new package
The single 'gnunet' package built should be further split up,
meta-packages for common use-cases should be added.
However, it's not too big to run on devices with 8MB of flash or more,
even in the current monolithic package.
Integration with procd and netifd is not yet implemented.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sat, 30 May 2015 21:08:32 +0000 (23:08 +0200)]
libextractor: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Nikos Mavrogiannopoulos [Sat, 30 May 2015 20:50:55 +0000 (22:50 +0200)]
gnutls: corrected regression with camellia cipher
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Jo-Philipp Wich [Fri, 29 May 2015 15:41:33 +0000 (17:41 +0200)]
nfs-kernel-server: revert CONFIG_IPV6 handling
Building nfs-kernel-server with --enable-ipv6 requires not yet packaged
libtirpc, therfore unconditionally disable IPv6 support again for now.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Ted Hess [Fri, 29 May 2015 10:48:52 +0000 (06:48 -0400)]
Merge pull request #1317 from thess/bridge-update
bridge-utils: Add busybox fixup in postrm
Steven Barth [Fri, 29 May 2015 06:22:26 +0000 (08:22 +0200)]
Merge pull request #1320 from wongsyrone/patch-1
ethtool: add missing quotation mark in Makefile
Syrone Wong [Fri, 29 May 2015 03:15:10 +0000 (11:15 +0800)]
ethtool: add missing quotation mark in Makefile
Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
Nikos Mavrogiannopoulos [Thu, 28 May 2015 18:02:05 +0000 (20:02 +0200)]
ocserv: use freeradius-client library if radius support is requested
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Thu, 28 May 2015 17:57:09 +0000 (19:57 +0200)]
freeradius-client: added library
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Ted Hess [Thu, 28 May 2015 17:19:25 +0000 (13:19 -0400)]
bridge-utils: Add busybox fixup in postrm
Signed-off-by: Ted Hess <thess@kitschensync.net>
Matthias Schiffer [Thu, 28 May 2015 15:05:56 +0000 (17:05 +0200)]
Merge pull request #1292 from ffainelli/ethtool
ethtool: Add option to enable/disable pretty-printing
Marko Ratkaj [Thu, 28 May 2015 14:00:36 +0000 (16:00 +0200)]
ulogd: add json plugin
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Steven Barth [Thu, 28 May 2015 07:20:08 +0000 (09:20 +0200)]
Merge pull request #1314 from commodo/python-2.7.10-upgrade
python: upgrade to 2.7.10
Florian Fainelli [Sat, 23 May 2015 17:44:12 +0000 (10:44 -0700)]
ethtool: Add option to enable/disable pretty-printing
With upstream commit
https://git.kernel.org/cgit/network/ethtool/ethtool.git/commit/?id=
875616dfcbe57ea0f639a20d85fcbad2172ad744
there is now an option to produce a smaller ethtool build which will
disable pretty printing (Ethernet drivers, SFP diagnostics...) for
platforms that do not need it.
Hook a menu configuration option to control that option. Build size
differences on ar71xx:
With:
-rw-r--r-- 1 florian florian 79K mai 23 10:43
bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk
Without:
-rw-r--r-- 1 florian florian 23K mai 23 10:43
bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Alex Samorukov [Wed, 27 May 2015 21:35:11 +0000 (23:35 +0200)]
Add lxc-device applet to the utils/lxc.
lxc-device manages devices in running container.
Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
Peter Wagner [Wed, 27 May 2015 19:32:31 +0000 (21:32 +0200)]
git: update to 2.4.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>