aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libpam: fix compilation with musl.Yousong Zhou2015-06-16
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #1386 from jow-/socat-musl-compatTed Hess2015-06-16
|\ | | | | socat: fix musl compatibility
| * socat: fix musl compatibilityJo-Philipp Wich2015-06-16
| | | | | | | | | | | | | | | | | | | | 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>
* | picocom: fix compilation with musl (#1383)Jo-Philipp Wich2015-06-16
|/ | | | | | | 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>
* gnunet: update source and fix build with muslDaniel Golle2015-06-16
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* procps: fix for new musl libcSteven Barth2015-06-16
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Merge pull request #1373 from Wedmer/masterSteven Barth2015-06-15
|\ | | | | [utils/zoneinfo] Updated to the latest version
| * [utils/zoneinfo] Updated to the latest versionVladimir Ulrich2015-06-15
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | elfutils: moved to baseSteven Barth2015-06-15
| | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | bzip2: moved to baseSteven Barth2015-06-15
|/ | | | Signed-off-by: Steven Barth <steven@midlink.org>
* argp-standalone: Moved to git.openwrt.org/openwrt.gitTed Hess2015-06-14
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libseccomp: corrected typo in patchNikos Mavrogiannopoulos2015-06-15
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #1345 from dangowrt/fix-libseccomp-with-muslNikos Mavrogiannopoulos2015-06-15
|\ | | | | libseccomp: work-around prctl.h mess
| * libseccomp: work-around prctl.h messDaniel Golle2015-06-04
| | | | | | | | | | | | | | | | musl doesn't allow including both, sys/prctl.h and linux/prctl.h. Thus include linux/prctl.h only on GLIBC systems (that includes uClibc which defines __GLIBC__) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #1371 from mstorchak/smartmontoolsSteven Barth2015-06-14
|\ \ | | | | | | smartmontools: update to 6.4
| * | smartmontools: update to 6.4Maxim Storchak2015-06-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | libevdev: work around macro definition missing in uClibcDaniel Golle2015-06-14
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: update source and refresh patchesDaniel Golle2015-06-14
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | php5: update to 5.6.10Michael Heimpold2015-06-12
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #1362 from oneru/fwknopdSteven Barth2015-06-12
|\ \ \ | | | | | | | | Fwknopd: Set capture interface to wan by default
| * | | Fwknopd: Set capture interface to wan by defaultJonathan Bennett2015-06-10
| | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | libextractor: build giflib pluginDaniel Golle2015-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | giflib: Import from oldpackages, update to latest version, add myself as ↵Ted Hess2015-06-11
| | | | | | | | | | | | | | | | | | | | | | | | maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | haproxy: add patches from upstreamheil2015-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [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>
* | | | ethtool: update to 4.0Matthias Schiffer2015-06-10
|/ / / | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | libinput: new packageDaniel Golle2015-06-10
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | mtdev: new packageDaniel Golle2015-06-10
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libevdev: new packageDaniel Golle2015-06-10
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #1357 from dangowrt/fix-lxc-on-mpc85xxLuka Perkov2015-06-09
|\ \ \ | | | | | | | | lxc: fix build on mpc85xx
| * | | lxc: fix build on mpc85xxDaniel Golle2015-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | netdiscover: add license infoMarko Ratkaj2015-06-09
| | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | libnet: add license infoMarko Ratkaj2015-06-09
| | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | sysstat: add license infoMarko Ratkaj2015-06-09
| | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | luci-app-squid: add packageMarko Ratkaj2015-06-09
| | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | squid: minor changes in Makefile and init scriptMarko Ratkaj2015-06-09
|/ / / | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | Merge pull request #1355 from poranje/lang+perl-device-serialportNaoir2015-06-09
|\ \ \ | | | | | | | | perl-device-serialport: add package
| * | | perl-device-serialport: add packagePaul Oranje2015-06-09
|/ / / | | | | | | | | | | | | | | | Adds the POSIX port of the Win32::SerialPort module by Kees Cook Signed-off-by: Paul Oranje <por@xs4all.nl>
* | | pcre: fix CVE-2015-3210heil2015-06-08
| | | | | | | | | | | | | | | | | | - should fix eap buffer overflow in pcre_compile2() / compile_regex() Signed-off-by: heil <heil@terminal-consulting.de>
* | | strongswan: bump to 5.3.2Steven Barth2015-06-08
| | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | Merge pull request #1354 from fededim/masterSteven Barth2015-06-08
|\ \ \ | | | | | | | | sstp-client: updated to version 1.0.10
| * | | sstp-client: updated to version 1.0.10Rupan2015-06-08
| | | | | | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | sysstat: import from old packagesMarko Ratkaj2015-06-08
| | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | strongswan: update to 5.3.1, cleanup broken modulesSteven Barth2015-06-08
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | Merge pull request #1344 from dangowrt/fix-lxc-seccompLuka Perkov2015-06-08
|\ \ \ \ | | | | | | | | | | lxc: allow building with seccomp
| * | | | lxc: allow building with seccompDaniel Golle2015-06-04
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seccomp was unconditionally disabled before. Also a non-escaped newline in a place where it should be escaped made the build process skip some CONFIGURE_ARGS. Fix CONFIGURE_ARGS and add an option to allow building with seccomp. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | toxcore: new packageDaniel Golle2015-06-08
| | | | | | | | | | | | | | | | | | | | | | | | This packages the Tox core as well as nTox and tox-bootstrapd. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | libuv: bump to 1.6.1Luka Perkov2015-06-08
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | Merge pull request #1348 from FlorianFieber/vimLuka Perkov2015-06-08
|\ \ \ \ | | | | | | | | | | vim: Fix editing crontabs with crontab -e
| * | | | vim: Fix editing crontabs with crontab -eFlorian Fieber2015-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | gnunet: package accidentally dropped peerstore_sqliteDaniel Golle2015-06-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>