Commit graph

3238 commits

Author SHA1 Message Date
Luka Perkov
f48315ba03 Merge pull request #1395 from jow-/pptpd-musl-compat
pptpd: fix musl compatibility
2015-06-17 09:49:21 +02:00
Nikos Mavrogiannopoulos
24a1b1e5ad Merge pull request #1388 from yousong/libpam-musl-fix
libpam: fix compilation with musl.
2015-06-17 09:41:45 +03:00
Nikos Mavrogiannopoulos
5dc38551aa Merge pull request #1363 from nmav/master
transmission: use procd
2015-06-17 08:50:45 +03:00
Jo-Philipp Wich
d94d9bd232 Merge pull request #1392 from jow-/bridge-must-compat
bridge-utils: fix musl compatibility
2015-06-17 02:31:50 +02:00
Jo-Philipp Wich
ba31ff7d5e pptpd: fix musl compatibility
- Ship a net/ppp_defs.h replacement header since musl does not provide one
   but pppd/pppd.h provided by pppd is needing it.
 - Replace deprecated MSG_TRYHARD flag with the proper MSG_DONTROUTE one
 - Unconditionally include string.h in bcrelay to avoid undeclared memset()
   and strcpy() warnings.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 00:12:42 +02:00
Jo-Philipp Wich
b10600d9aa Merge pull request #1389 from jow-/aiccu-musl-compat
aiccu: fix musl compatibility
2015-06-16 19:42:09 +02:00
Jo-Philipp Wich
c10f93b913 bridge-utils: fix musl compatibility
Add missing includes to libbridge.h to define struct timeval and the
required u_int*_t types under musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 19:39:25 +02:00
Ted Hess
94974c17fb Merge pull request #1391 from jow-/avrdude-musl-compat
avrdude: fix musl compatibility
2015-06-16 13:33:55 -04:00
Jo-Philipp Wich
d028771f28 avrdude: fix musl compatibility
- Build with -D_GNU_SOURCE to expose "loff_t" required for libelf.h
 - Include sys/types.h before usb.h to provide missing u_int*_t types

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 19:26:52 +02:00
Ted Hess
b5675064c2 Merge pull request #1378 from rkunze/hdparm
hdparm: Updated to latest version 9.47, removed obsolete patch.
2015-06-16 13:04:15 -04:00
Richard Kunze
791e912871 hdparm: Updated to latest version 9.47, removed obsolete patch.
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2015-06-16 18:37:52 +02:00
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