Daniel Golle
b6e1de2bdc
gnunet: update source
...
Most of the local patches have been integrated upstream.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 16:39:03 +02:00
Jo-Philipp Wich
e39e96d089
aiccu: fix musl compatibility
...
- Fix redefinition of struct ethhdr
- Restrict the use of res_ninit() and res_nquery() to glibc
- Fix a warning in dn_skipname.c by declaring ns_name_skip() static
- Refresh patches
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 16:35:47 +02:00
Luka Perkov
8a88346ea2
Merge pull request #1385 from dangowrt/fix-f2fs-tools-build-with-musl
...
f2fs-tools: fix build with musl
2015-06-16 15:54:53 +02:00
Yousong Zhou
3083b9ccb3
libpam: fix compilation with musl.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-06-16 21:24:57 +08:00
Ted Hess
c6963e4ac8
Merge pull request #1386 from jow-/socat-musl-compat
...
socat: fix musl compatibility
2015-06-16 09:04:43 -04:00
Jo-Philipp Wich
a0968faedb
socat: fix musl compatibility
...
Do not include netinet/if_ether.h for musl to prevent struct ethhdr
redeclarations.
Also define NETDB_INTERNAL if needed to fix compilation of the network
backends.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 14:58:28 +02:00
Jo-Philipp Wich
acfce97879
picocom: fix compilation with musl ( #1383 )
...
Only use termio.h with glibc or uclibc, for musl include sys/ioctl.h and
termios.h instead.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 14:39:44 +02:00
Daniel Golle
36e4c90f6c
f2fs-tools: fix build with musl
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 14:07:50 +02:00
Daniel Golle
4116e327af
gnunet: update source and fix build with musl
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 13:12:11 +02:00
Steven Barth
ccadda422b
procps: fix for new musl libc
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-16 10:30:20 +02:00
Steven Barth
52a5e8c4ec
Merge pull request #1373 from Wedmer/master
...
[utils/zoneinfo] Updated to the latest version
2015-06-15 10:11:26 +02:00
Steven Barth
9f5d9acb5f
elfutils: moved to base
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-15 09:56:57 +02:00
Steven Barth
0a2681c8e4
bzip2: moved to base
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-15 09:54:11 +02:00
Vladimir Ulrich
12f573dded
[utils/zoneinfo] Updated to the latest version
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-06-15 04:35:40 +03:00
Ted Hess
c6e4370b19
argp-standalone: Moved to git.openwrt.org/openwrt.git
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-14 20:30:56 -04:00
Nikos Mavrogiannopoulos
8b22db13d2
libseccomp: corrected typo in patch
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-15 00:22:40 +02:00
Nikos Mavrogiannopoulos
dfec11ef48
Merge pull request #1345 from dangowrt/fix-libseccomp-with-musl
...
libseccomp: work-around prctl.h mess
2015-06-15 01:20:11 +03:00
Steven Barth
e9f4127027
Merge pull request #1371 from mstorchak/smartmontools
...
smartmontools: update to 6.4
2015-06-14 23:08:07 +02:00
Daniel Golle
b065013042
libevdev: work around macro definition missing in uClibc
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-14 22:33:19 +02:00
Daniel Golle
3a81a9b9fa
lvm2: update source and refresh patches
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-14 22:20:07 +02:00
Nikos Mavrogiannopoulos
6161f40875
Optimized /proc/meminfo parsing
...
Suggested by @jow-
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-14 21:21:04 +02:00
Maxim Storchak
15330a002e
smartmontools: update to 6.4
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-06-14 22:13:43 +03:00
Nikos Mavrogiannopoulos
6091831a5b
transmission: make the memory percentage allowed configurable
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-13 00:28:47 +02:00
Nikos Mavrogiannopoulos
e797b5ff78
transmission: use procd
...
That allows to restart transmission when it crashes, to limit
the memory used by it, as well as be jailed in the directories
it is supposed to access.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-13 00:19:02 +02:00
Michael Heimpold
1ff278f98c
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>
2015-06-12 23:59:29 +02:00
Steven Barth
9cb63f38e8
Merge pull request #1362 from oneru/fwknopd
...
Fwknopd: Set capture interface to wan by default
2015-06-12 10:34:01 +02:00
Daniel Golle
939f2e2dc5
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>
2015-06-12 08:03:05 +02:00
Ted Hess
99263ff573
giflib: Import from oldpackages, update to latest version, add myself as maintainer
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-11 16:17:41 -04:00
heil
d5c18252d4
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>
2015-06-11 19:03:14 +02:00
Jonathan Bennett
a624a63150
Fwknopd: Set capture interface to wan by default
...
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-06-10 21:57:13 -05:00
Matthias Schiffer
ace1918bf5
ethtool: update to 4.0
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-06-10 21:19:41 +02:00
Daniel Golle
ca738e067b
libinput: new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-10 18:17:48 +02:00
Daniel Golle
7fef81c10d
mtdev: new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-10 18:17:47 +02:00
Daniel Golle
615e26e446
libevdev: new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-10 18:17:47 +02:00
Luka Perkov
7f9c9bff61
Merge pull request #1357 from dangowrt/fix-lxc-on-mpc85xx
...
lxc: fix build on mpc85xx
2015-06-09 14:33:16 +02:00
Marko Ratkaj
ca26e17048
netdiscover: add license info
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:20:33 +02:00
Marko Ratkaj
ffc395649b
libnet: add license info
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:19:48 +02:00
Marko Ratkaj
b4f4e3488a
sysstat: add license info
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:19:07 +02:00
Marko Ratkaj
1fac9ac756
luci-app-squid: add package
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:18:04 +02:00
Marko Ratkaj
69116fb9e7
squid: minor changes in Makefile and init script
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:15:36 +02:00
Daniel Golle
c8a6990932
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>
2015-06-09 12:03:20 +02:00
Naoir
32673f9b0b
Merge pull request #1355 from poranje/lang+perl-device-serialport
...
perl-device-serialport: add package
2015-06-09 00:49:33 +02:00
Paul Oranje
7b2de3f296
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>
2015-06-09 00:00:10 +02:00
heil
183ec8af2e
pcre: fix CVE-2015-3210
...
- should fix eap buffer overflow in pcre_compile2() / compile_regex()
Signed-off-by: heil <heil@terminal-consulting.de>
2015-06-08 18:14:46 +02:00
Steven Barth
267174b747
strongswan: bump to 5.3.2
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-08 18:09:58 +02:00
Steven Barth
ee60975f76
Merge pull request #1354 from fededim/master
...
sstp-client: updated to version 1.0.10
2015-06-08 12:42:18 +02:00
Rupan
47486a9889
sstp-client: updated to version 1.0.10
...
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2015-06-08 12:26:13 +02:00
Marko Ratkaj
08631d9c8f
sysstat: import from old packages
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-08 11:46:17 +02:00
Steven Barth
433a621c42
strongswan: update to 5.3.1, cleanup broken modules
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-08 07:48:41 +02:00
Luka Perkov
91fb42ea11
Merge pull request #1344 from dangowrt/fix-lxc-seccomp
...
lxc: allow building with seccomp
2015-06-08 02:09:35 +02:00