| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During startup, motion calls pthread_getspecific() through motion_log()
before pthread_key_create() has been called yet. This works on glibc and
uclibc but segfaults on musl because motion is relying on undefined
behaviour here.
Move the pthread initialization before motion_startup() so that
tls_key_threadnr is initialized when motion_log() is called.
Also enforce the use of strerror_r() on musl by defining XSI_STRERROR_R
on all non-glibc systems because the supposed replacement code is broken
and crashes on musl.
References:
http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2015x09x30x203633
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
|
|
|
|
|
| |
if a user's env has PERL_MM_OPT defined collect will fail to build. Adding
--with-perl-bindings="" will override this env var.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
|\
| |
| | |
collectd: netlink module re-enabled
|
| |
| |
| |
| | |
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Collectd netlink module re-enabled and libnl library dependency
satisfied with mini libmnl.
$(eval $(call BuildPlugin,netlink,netlink
input,netlink,+PACKAGE_collectd-mod-netlink:ip
+PACKAGE_collectd-mod-netlink:libmnl))
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
|
| |
| |
| |
| | |
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \
| | |
| | | |
open-plc-utils: upgrade to latest git revision and fix compilation
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Buildbots are reporting the following error:
../mme/ARPCPrint.c: In function 'ARPCPrint':
../mme/ARPCPrint.c:123:2: error: incompatible type for argument 3 of 'vfprintf'
vfprintf (fp, (char *)(&data->LIST [LE16TOH (data->STROFFSET)]), (void *)(&data->LIST [LE16TOH (data->ARGOFFSET)]));
^
In file included from /store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/fortify/stdio.h:20:0,
from ../mme/ARPCPrint.c:68:
/store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/stdio.h:108:5: note: expected '__isoc_va_list' but argument is of type 'void *'
Fix this by definition __UCLIBC__ to enable a workaround for this
issue.
While at, switch to HTTPS URL for cloning the git repo.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Attila Lendvai <attila@lendvai.name>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
|\ \ \
| | | |
| | | | |
libcanfestival: add new package
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | | |
The old scheme didn't make any sense...not that there was a scheme really.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will make microperl unable to build. That's okay, since we haven't
been building it for quite a while now.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
perlbase-essential and perlbase-config depend on functionality from
each other. Previously, this was solved by just making perlbase-config depend
on perlbase-essential.
However, since a simple "use lib" is enough to trigger pulling in Config, this
approach doesn't seem to make much sense. So let's just make perlbase-essential
depend on perlbase-config instead.
This pulls in perlbase-config as a dependency to pretty much every Perl package,
so in the future we might want to just merge Config into perlbase-essential.
Thanks to Robert Högberg for spotting this.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Drop patch now included upstream.
More information: http://mosquitto.org/2015/09/version-1-4-4-released/
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
|\ \ \
| | | |
| | | | |
perlbase-data: Add dependency on perlbase-bytes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Dumper.pm, included in perlbase-data, uses module bytes, so add dependency
on openwrt package perlbase-bytes.
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
nut: Fix required dependencies.
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
scapy: add new package
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \ \
| | | | |
| | | | | |
krb5: update to 1.13.2
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
[Minor fixes]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \
| |/ /
|/| | |
lighttpd: update to 1.4.37
|
|/ /
| |
| |
| | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| |
| |
| |
| | |
Use gettext-version PKG_FIXUP to install up-to-date gettext
infrastructure. autoreconf is still run implicitely as well.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
htpdate: add htpdate package based on AA feed
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Source homepage has changed, and sources are updated to version 1.1.1
released 25 August 2015.
Patch adjtimex still applies.
Changes in version 1.1.1:
- Fixed out of bound issue and a missing null-terminated string (thanks
to Tobias Stöckmann)
Signed-off-by: Tijs Van Buggenhout <tvbuggen@netzerk.be>
|
|\ \ \
| | | |
| | | | |
python3: upgrade to version 3.5.0
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
| |/
|/|
| |
| |
| |
| | |
rip gitorious.org
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
Revert "sane-backends: import from oldpackages"
|
|/ / |
|