aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | btrfs-progs: remove no longer needed patchDaniel Golle2015-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xattr.h header location no longer needs to be patched. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | ocserv: corrected path for ocserv-fwNikos Mavrogiannopoulos2015-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | ocserv: correct md5sum, install ocserv-fw, and eliminate ip dependencyNikos Mavrogiannopoulos2015-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | ocserv: updated to 0.10.10Nikos Mavrogiannopoulos2015-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | libshout: Fix build/configure errorsTed Hess2015-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | Merge pull request #2011 from gmagnotta/masterTed Hess2015-11-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | created mt-st project
| * | | | | | | created mt-st projectgmagnotta2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Magnotta giuseppe.magnotta@gmail.com
* | | | | | | | Merge pull request #2003 from stintel/strongswanSteven Barth2015-11-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | strongswan: fix bug in 5.3.4
| * | | | | | | | strongswan: add upstream patch for bug in 5.3.4Stijn Tintel2015-11-28
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://wiki.strongswan.org/issues/1213 Removed the changes to charon-xpc.c because they didn't apply and are only used on OS X anyway. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | Merge pull request #2022 from dibdot/mcHannu Nyman2015-11-28
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | mc: add ash subshell support
| * | | | | | | mc: add ash subshell supportDirk Brenken2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * backport a slightly modified subshell patch to stable 4.8.15 (see ticket: https://www.midnight-commander.org/ticket/2742) * enable subshell support by default Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | Merge pull request #2030 from dibdot/adblockHannu Nyman2015-11-26
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | adblock: bugfix release
| * | | | | | | adblock: bugfix releaseDirk Brenken2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix download parms * fix tmp vars * other small fixes Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | wget: backport upstream fix to re-enable disabling ipv6Hannu Nyman2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream wget 1.17 compilation breaks with --disable-ipv6 configuration. Backport an upstream commit that fixes the disabling of ipv6 in wget. http://git.savannah.gnu.org/cgit/wget.git/commit/?id=2cfcadf5e6d5c444765aa460915ae27109a8dbce Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | znc: drop GCC dependenciesJonas Gorski2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWrt trunk's lowest supported GCC version is 4.8, so we don't need to depend on specific versions anymore. Fixes visibility with GCC 5, the current default. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | | | | | Merge pull request #2025 from hnyman/wget-nosslHannu Nyman2015-11-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | wget: fix nossl variant in 1.17
| * | | | | | | | wget: fix nossl variant in 1.17Hannu Nyman2015-11-26
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wget-nossl variant for wget 1.17 is broken in upstream. Copy a patch from upstream mailing list to fix compilation. http://lists.gnu.org/archive/html/bug-wget/2015-11/msg00074.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | Merge pull request #1973 from thess/libshout-workTed Hess2015-11-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make 2 variants for libshout. Update oggfwd to use full variant.
| * | | | | | | | oggfwd: Build with libshout-fullTed Hess2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | libshout: Make 2 variants (with/without speex & theora)Ted Hess2015-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | Merge pull request #1968 from thess/smstools-workTed Hess2015-11-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | smstools3: Fix NLS build dependencies
| * | | | | | | | | smstools3: Fix NLS build dependencies, improper CFLAGS overrides and LFLAGS ↵Ted Hess2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added to MAKE_VARS Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | Merge pull request #1965 from thess/redsocks-buildTed Hess2015-11-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | redsocks: updates to latest source and gcc build options
| * | | | | | | | | | redsocks: updates to latest source and gcc build optionsTed Hess2015-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | gnutls: updated to 3.4.7Nikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | | | ocserv: always advertise the local domain to peerNikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | | | vpnc-script: don't attempt to resolve domains which match the local domainNikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | | | ocserv: Added option to pass split-dns configuration to clientsNikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #1975 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | | | vpnc-script: create dnsmasq entries for connections where default domain is setNikos Mavrogiannopoulos2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #1975 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | | | Merge pull request #2015 from ClaymorePT/p11_kit_1Nikos Mavrogiannopoulos2015-11-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | p11-kit: Version update
| * | | | | | | | | | | p11-kit: Version updateCarlos Miguel Ferreira2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just a regular version update - Package gnutls requires the 0.23.1 to compile. Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | | | | | | | | | Merge pull request #2019 from dibdot/adblockHannu Nyman2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | adblock: reduce memory consumption
| * | | | | | | | | | | adblock: reduce memory consumptionDirk Brenken2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rework shallalist processing: significantly reduce memory consumption during archive extraction and merging. * considerable reduce memory consumption during adblock source processing. * considerable reduce memory consumption of sort (sorts only the domain list and not the bigger dnsmasq file) other changes: * auto detection/defaults for adb_if, adb_dev, adb_ntpsrv, adb_maxloop, adb_maxtime and adb_minspace - these options can be safely removed from previous adblock configuration file * check total memory and main uhttpd configuration on startup * documentation update Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | | | | | Merge pull request #1961 from hnyman/gnomeHannu Nyman2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libgee, grilo, grilo-plugins: use GNOME alias to fix downloads in buildbot
| * | | | | | | | | | | | libgee, grilo, grilo-plugins: use GNOME alias to fix downloads in buildbotHannu Nyman2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch grilo, grilo-plugins and libgee to use the @GNOME alias for source download in order to fix download problems in buildbot. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | | | | Merge pull request #1995 from br101/masterTed Hess2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | pingcheck: Add new package
| * | | | | | | | | | | | | pingcheck: Add new packageBruno Randolf2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pingcheck is a daemon for OpenWRT which checks the online status of individual network interfaces and makes this information available via UBUS and by triggering "online" and "offline" scripts. It is maintained at: https://github.com/br101/pingcheck Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | | | | | | | | Merge pull request #1999 from dibdot/adblockHannu Nyman2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | adblock: logging & documentation update
| * | | | | | | | | | | | | adblock: logging & documentation updateDirk Brenken2015-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - centralized logging via separate function to stdout, syslog and file - remove dependencies between helper functions - add two new options "adb_maxtime" and "adb_maxloop" - add description to every adblock config option (see adblock.conf.sample) - update README.md Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | | | | | | | Merge pull request #1998 from hnyman/adviceHannu Nyman2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | CONTRIBUTING.md: Add advice about pull requests
| * | | | | | | | | | | | | CONTRIBUTING.md: Add advice about pull requestsHannu Nyman2015-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "best practices" advice about working with pull requests. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | | | | | Merge pull request #2017 from thomasp11/masterLuka Perkov2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cshark: update to latest git HEAD
| * | | | | | | | | | | | | | cshark: update to latest git HEADThomas Peterson2015-11-24
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #2008 from ollie27/libpngupdateJo-Philipp Wich2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libpng: update to 1.2.54
| * | | | | | | | | | | | | | libpng: update to 1.2.54Oliver Middleton2015-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for CVE-2015-7981 and CVE-2015-8126. Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #2016 from padre-lacroix/masterJo-Philipp Wich2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bandwidthd: fix build with gcc5
| * | | | | | | | | | | | | | | bandwidthd: fix build with gcc5Jean-Michel Lacroix2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a small fix to allow the package to compile with gcc5 Addition of the -std=gnu89 CFLAGS. Small correction of the copyright date of file bandwidthd.init Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | | | | | | | | | | | Merge pull request #1984 from jefferyto/host-python-packageSteven Barth2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | python: add capability to install python packages for the host
| * | | | | | | | | | | | | | | python: add capability to install python packages for the hostJeffery To2015-11-24
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some python packages (e.g. cffi) compile one or more shared libraries as part of their setup process. When these packages are setup dependencies of other packages (e.g. cryptography), these packages (and their shared libraries) will need to be loaded on the host system. This adds a makefile, similar to python-package.mk, to simplify installing python packages on the host. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #2006 from dwmw2/masterJo-Philipp Wich2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | collectd: enable nut plugin