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