aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* perl-*: Bump PKG_RELEASEMarcel Denia2015-06-18
| | | | | | Trigger a rebuild to make everything adapt to perl 5.22.0. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Update to 5.22.0Marcel Denia2015-06-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Disable strerror_r usage with muslMarcel Denia2015-06-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Enable threading support by default for all libc implementationsMarcel Denia2015-06-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Upgrade base package dependenciesMarcel Denia2015-06-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Upgrade base package definitionsMarcel Denia2015-06-18
| | | | | | | | - Remove perlbase-cgi - Remove Module::Build from perlbase-module - Remove perlbase-package Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Upgrade configuration files to perl 5.22.0Marcel Denia2015-06-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Have perl's major version number in one central placeMarcel Denia2015-06-18
| | | | | | This will simplify updating the package in the future. Signed-off-by: Marcel Denia <naoir@gmx.net>
* Merge pull request #1416 from jow-/vpnc-musl-compatJo-Philipp Wich2015-06-18
|\ | | | | vpnc: fix musl compatibility
| * vpnc: fix musl compatibilityJo-Philipp Wich2015-06-18
| | | | | | | | | | | | | | | | | | - Add missing `sys/ttydefaults.h` include to `config.c` - Restrict usage of `error.h` to glibc and uclibc only - Avoid including `linux/if_tun.h` on non-glibc/uclibc to prevent musl kernel/libc header conflicts Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | Merge pull request #1410 from jow-/libnet-musl-compatLuka Perkov2015-06-18
|\ \ | | | | | | libnet-1.2.x: fix musl compatiblity
| * | libnet-1.2.x: fix musl compatiblityJo-Philipp Wich2015-06-17
| |/ | | | | | | | | | | | | | | | | | | | | The correct includes for musl are protected by an __GLIBC__ check in the upstream sources. Since musl does not provide own defines to identify itself, simply invert the condition to !__UCLIBC__ in order to fix the build on all libc flavors supported by OpenWrt. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | Merge pull request #1429 from jow-/sysstat-musl-compatLuka Perkov2015-06-18
|\ \ | | | | | | sysstat: fix musl compatibility
| * | sysstat: fix musl compatibilityJo-Philipp Wich2015-06-18
| |/ | | | | | | | | | | | | Add missing `limits.h` and `sys/types.h` includes to the appropriate source files. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | gst1-libav: Fix musl compatibilityTed Hess2015-06-18
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | mocp: Fix musl compatibilityTed Hess2015-06-18
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | mjpg-streamer: Fix musl compatibilityTed Hess2015-06-18
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1413 from thess/libv4l-fixTed Hess2015-06-18
|\ \ | | | | | | libv4l: Fix musl compatibility, update to 1.6.3
| * | libv4l: Fix musl compatibility, update to 1.6.3Ted Hess2015-06-17
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1420 from yousong/libpam-musl-fix-3-sighNikos Mavrogiannopoulos2015-06-18
|\ \ \ | | | | | | | | libpam: fix build.
| * | | libpam: fix build.Yousong Zhou2015-06-18
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | - Update PKG_MD5SUM. - Update PKG_RELEASE. - Update patch 0001- to always use /lib directory. - Refresh other patches. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #1412 from jow-/libdaq-musl-compatLuka Perkov2015-06-18
|\ \ \ | | | | | | | | libdaq: fix musl compatibility
| * | | libdaq: fix musl compatibilityJo-Philipp Wich2015-06-17
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Change occurences of `sys/unistd.h` to the standard `unistd.h` include. Fixes build against musl. Also refresh existing patch since it applied with fuzz. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | Merge pull request #1415 from papaj0e/masterJo-Philipp Wich2015-06-18
|\ \ \ | |_|/ |/| | vnstat: fix musl compatibility
| * | vnstat: fix musl compatibilityPeter Ivanov2015-06-18
|/ / | | | | | | Signed-off-by: Peter Ivanov <pivanov@hotmail.com>
* | ocserv: don't use isolate workers as seccomp is not enabledNikos Mavrogiannopoulos2015-06-17
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | 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