aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | 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>
* | | | | | | 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>