aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | ocserv: use procd for init fileNikos Mavrogiannopoulos2015-06-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #1408 from jow-/screen-musl-compatJo-Philipp Wich2015-06-17
|\ \ \ \ \ | | | | | | | | | | | | screen: fix musl compatibility
| * | | | | screen: fix musl compatibilityJo-Philipp Wich2015-06-17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Add missing `os.h` include to `utmp.c` to pull in the required `utmp.h` header. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | Merge pull request #1405 from jow-/zabbix-musl-compatJo-Philipp Wich2015-06-17
|\ \ \ \ \ | | | | | | | | | | | | zabbix: fix musl compatibility
| * | | | | zabbix: fix musl compatibilityJo-Philipp Wich2015-06-17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under musl a compilation unit cannot include both linux/kernel.h and sys/sysinfo.h at the same time since that leads to a redefinition of `struct sysinfo`. Change the autoconf template to include linux/kernel.h while testing for sys/sysinfo.h to test for that conflict. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | Merge pull request #1403 from jow-/perl-musl-compatNaoir2015-06-17
|\ \ \ \ \ | | | | | | | | | | | | perl: fix musl compatibility
| * | | | | perl: fix musl compatibilityJo-Philipp Wich2015-06-17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add patch to inhibit the libm IEEE math switch on musl - Add postprocessing for config.sh to the Makefile to fixup defines for musl, idea taken from http://patchwork.openembedded.org/patch/91707/ This is the least invasive approach I could come up to fix the build failure asap. Another possibility is maintaining yet another set of musl specific architecture config files, but I think that this introduces a lot of maintenance overhead. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | ocserv: disabled MIPS16Nikos Mavrogiannopoulos2015-06-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | openconnect: updated to 7.06 and disabled MIPS16Nikos Mavrogiannopoulos2015-06-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | transmission: increase the number of retries for respawnNikos Mavrogiannopoulos2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default 5 per hour is too small for transmission which may crash quite some times. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | flashrom: fix build with muslÁlvaro Fernández Rojas2015-06-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | Merge pull request #1406 from jow-/xinetd-musl-compatJonathan McCrohan2015-06-17
|\ \ \ \ \ | | | | | | | | | | | | xinetd: fix musl compatibility
| * | | | | xinetd: fix musl compatibilityJo-Philipp Wich2015-06-17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass HAVE_RLIM_T via TARGET_CPPFLAGS since configure uses that define but never actually declares it. Without doing that, `config.h` tries to declare `rlim_t` itself which leads to `config.h:126:16: error: 'long long long' is too long for GCC` with musl on at least x86_64. Also refresh patches while we're at it. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | gnutls: updated to 3.4.2Nikos Mavrogiannopoulos2015-06-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | gnunet: update sourceDaniel Golle2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get rid of another cross-compile patch now fixed upstream Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #1401 from kooiot/masterTed Hess2015-06-17
|\ \ \ \ \ | | | | | | | | | | | | libzmq upgrade to 4.1.1 lzmq upgrade to 0.4.3
| * | | | | libzmq upgrade to 4.1.1Dirk Chang2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lzmq upgrade to 0.4.3 Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | | | | | Merge pull request #1393 from hnyman/vsftpd-muslTed Hess2015-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | vsftpd: fix musl compatibility
| * | | | | | vsftpd: fix musl compatibilityHannu Nyman2015-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make vsftpd to compile with musl, while preserving uclibc compatibility. When using musl: * disable UTMPX functionality * disable -lnsl option in upstream Makefile Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Merge pull request #1397 from hnyman/rngtools-muslTed Hess2015-06-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | rng-tools: musl compatibility
| * | | | | | | rng-tools: musl compatibilityHannu Nyman2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make rng-tools to compile with musl by adding similar argp dependencies as with uclibc. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | Merge pull request #1402 from openwrt/acpidThomas Heil2015-06-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | acpid: Import from oldpackages, update to latest version, add myself as
| * | | | | | | | acpid: Import from oldpackages, update to latest version, add myself asheil2015-06-17
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maintainer, ensure musl compatibility - with acpid kvm based setups can react on acpi shutdown and reboot actions Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | Merge pull request #1400 from yousong/libpam-fix-musl-2Nikos Mavrogiannopoulos2015-06-17
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | libpam: bump to 1.2.0
| * | | | | | | libpam: bump to 1.2.0Yousong Zhou2015-06-17
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add configure options --disable-nis, --disable-regenerate-docu - 000-OE-libpam-xtests.patch is not relevant in OpenWrt - 001-no_nis.patch was dropped because we now --disable-nis - 002-no_yywrap.patch was dropped be cause it was fixed in 1.2.0 - 003-no_doc was dropped because we ignore doc/ with --disable-regenreate-docu - 004-fix_lib64 was replaced by new 0001-build-use-host_cpu... - pam_rhosts will not be built with musl because ruserok{,_af{ are not available - pam_lastlog will not be built with musl because logwtmp is missing Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* / / / / / / [sqm-scripts/luci-app-sqm] Document how to disable shaping on a per ↵Toke Høiland-Jørgensen2015-06-17
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | direction basis sqm-scripts for a long time interprets a "Down- or Upload speed" of zero as an indication that the shaper should be disabled. Note that really shaping an individual direction down o zero will make the link effectively dead for tcp (think reverse ACK traffic). Son instead of allowing the user to configure something broken, 0 was "over-loaded" to denote no shaping since several years, but that information has not been documented visibly to the users. This commit aims at fixing that oversight. Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* | | | | | Merge pull request #1395 from jow-/pptpd-musl-compatLuka Perkov2015-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | pptpd: fix musl compatibility
| * | | | | | pptpd: fix musl compatibilityJo-Philipp Wich2015-06-17
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | Merge pull request #1388 from yousong/libpam-musl-fixNikos Mavrogiannopoulos2015-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | libpam: fix compilation with musl.
| * | | | | | libpam: fix compilation with musl.Yousong Zhou2015-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #1363 from nmav/masterNikos Mavrogiannopoulos2015-06-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | transmission: use procd
| * | | | | | | Optimized /proc/meminfo parsingNikos Mavrogiannopoulos2015-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by @jow- Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
| * | | | | | | transmission: make the memory percentage allowed configurableNikos Mavrogiannopoulos2015-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
| * | | | | | | transmission: use procdNikos Mavrogiannopoulos2015-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #1392 from jow-/bridge-must-compatJo-Philipp Wich2015-06-17
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | bridge-utils: fix musl compatibility
| * | | | | | | bridge-utils: fix musl compatibilityJo-Philipp Wich2015-06-16
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #1389 from jow-/aiccu-musl-compatJo-Philipp Wich2015-06-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | aiccu: fix musl compatibility
| * | | | | | | aiccu: fix musl compatibilityJo-Philipp Wich2015-06-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | | Merge pull request #1391 from jow-/avrdude-musl-compatTed Hess2015-06-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | avrdude: fix musl compatibility
| * | | | | | | avrdude: fix musl compatibilityJo-Philipp Wich2015-06-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | | Merge pull request #1378 from rkunze/hdparmTed Hess2015-06-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hdparm: Updated to latest version 9.47, removed obsolete patch.
| * | | | | | | hdparm: Updated to latest version 9.47, removed obsolete patch.Richard Kunze2015-06-16
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de>
* | | | | | | gnunet: update sourceDaniel Golle2015-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the local patches have been integrated upstream. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #1385 from dangowrt/fix-f2fs-tools-build-with-muslLuka Perkov2015-06-16
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | f2fs-tools: fix build with musl
| * | | | | | f2fs-tools: fix build with muslDaniel Golle2015-06-16
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | 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>