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
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
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
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
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
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>
2015-06-08 01:27:18 +02:00
Luka Perkov
e07a07985e
libuv: bump to 1.6.1
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-06-08 00:53:52 +02:00
Luka Perkov
14d0753e97
Merge pull request #1348 from FlorianFieber/vim
...
vim: Fix editing crontabs with crontab -e
2015-06-08 00:15:51 +02:00
Florian Fieber
9f4c0abc22
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>
2015-06-05 20:32:44 +02:00
Daniel Golle
9b5a7966ff
gnunet: package accidentally dropped peerstore_sqlite
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-05 17:42:34 +02:00