Luka Perkov
8a88346ea2
Merge pull request #1385 from dangowrt/fix-f2fs-tools-build-with-musl
f2fs-tools: fix build with musl
10 years ago
Yousong Zhou
3083b9ccb3
libpam: fix compilation with musl.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
10 years ago
Ted Hess
c6963e4ac8
Merge pull request #1386 from jow-/socat-musl-compat
socat: fix musl compatibility
10 years ago
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>
10 years ago
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>
10 years ago
Daniel Golle
36e4c90f6c
f2fs-tools: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
4116e327af
gnunet: update source and fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Steven Barth
ccadda422b
procps: fix for new musl libc
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Steven Barth
52a5e8c4ec
Merge pull request #1373 from Wedmer/master
[utils/zoneinfo] Updated to the latest version
10 years ago
Steven Barth
9f5d9acb5f
elfutils: moved to base
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Steven Barth
0a2681c8e4
bzip2: moved to base
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Vladimir Ulrich
12f573dded
[utils/zoneinfo] Updated to the latest version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
Ted Hess
c6e4370b19
argp-standalone: Moved to git.openwrt.org/openwrt.git
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Nikos Mavrogiannopoulos
8b22db13d2
libseccomp: corrected typo in patch
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
dfec11ef48
Merge pull request #1345 from dangowrt/fix-libseccomp-with-musl
libseccomp: work-around prctl.h mess
10 years ago
Steven Barth
e9f4127027
Merge pull request #1371 from mstorchak/smartmontools
smartmontools: update to 6.4
10 years ago
Daniel Golle
b065013042
libevdev: work around macro definition missing in uClibc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
3a81a9b9fa
lvm2: update source and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Nikos Mavrogiannopoulos
6161f40875
Optimized /proc/meminfo parsing
Suggested by @jow-
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Maxim Storchak
15330a002e
smartmontools: update to 6.4
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
10 years ago
Nikos Mavrogiannopoulos
6091831a5b
transmission: make the memory percentage allowed configurable
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
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>
10 years ago
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>
10 years ago
Steven Barth
9cb63f38e8
Merge pull request #1362 from oneru/fwknopd
Fwknopd: Set capture interface to wan by default
10 years ago
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>
10 years ago
Ted Hess
99263ff573
giflib: Import from oldpackages, update to latest version, add myself as maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
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>
10 years ago
Jonathan Bennett
a624a63150
Fwknopd: Set capture interface to wan by default
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
10 years ago
Matthias Schiffer
ace1918bf5
ethtool: update to 4.0
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
10 years ago
Daniel Golle
ca738e067b
libinput: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
7fef81c10d
mtdev: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
615e26e446
libevdev: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Luka Perkov
7f9c9bff61
Merge pull request #1357 from dangowrt/fix-lxc-on-mpc85xx
lxc: fix build on mpc85xx
10 years ago
Marko Ratkaj
ca26e17048
netdiscover: add license info
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Marko Ratkaj
ffc395649b
libnet: add license info
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Marko Ratkaj
b4f4e3488a
sysstat: add license info
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Marko Ratkaj
1fac9ac756
luci-app-squid: add package
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Marko Ratkaj
69116fb9e7
squid: minor changes in Makefile and init script
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
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>
10 years ago
Naoir
32673f9b0b
Merge pull request #1355 from poranje/lang+perl-device-serialport
perl-device-serialport: add package
10 years ago
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>
10 years ago
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>
10 years ago
Steven Barth
267174b747
strongswan: bump to 5.3.2
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Steven Barth
ee60975f76
Merge pull request #1354 from fededim/master
sstp-client: updated to version 1.0.10
10 years ago
Rupan
47486a9889
sstp-client: updated to version 1.0.10
Signed-off-by: Federico Di Marco <fededim@gmail.com>
10 years ago
Marko Ratkaj
08631d9c8f
sysstat: import from old packages
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Steven Barth
433a621c42
strongswan: update to 5.3.1, cleanup broken modules
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Luka Perkov
91fb42ea11
Merge pull request #1344 from dangowrt/fix-lxc-seccomp
lxc: allow building with seccomp
10 years ago
Daniel Golle
3a1b961956
toxcore: new package
This packages the Tox core as well as nTox and tox-bootstrapd.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Luka Perkov
e07a07985e
libuv: bump to 1.6.1
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago