aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* git: update to 2.10.1Peter Wagner2016-10-21
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #3359 from alexgrin/masterHannu Nyman2016-10-20
|\ | | | | rsyslog: do not daemonize rsyslogd and allow procd to manage it
| * rsyslog: do not daemonize rsyslogd and allow procd to manage itAlexis Green2016-10-18
| | | | | | | | Signed-off-by: Alexis Green <alexis@cessp.it>
* | Merge pull request #3361 from diizzyy/patch-20Hannu Nyman2016-10-20
|\ \ | | | | | | netdata: Streamline package
| * | netdata: Streamline packageDaniel Engberg2016-10-20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | * Change maintainer to myself, asked by current maintainer * Remove atomic workaround, it's been fixed upstream in 1.4.0 * Install all plugins, disable those that depends on external applications * Remove bundled pyYAML library, use package if you want to use python plugins * Remove "unused" files in webdata directory, saves about 900k Downside is that some _very_ old browsers might break however since netdata is very heavy on javscript you still need a somewhat recent one anyway to get a decent experience. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #3355 from bobafetthotmail/masterHannu Nyman2016-10-19
|\ \ | |/ |/| gdisk: enabled more utils and changed package name
| * gdisk: enabled more utils and changed package nameAlberto Bursi2016-10-18
| | | | | | | | | | | | | | | | | | I needed also sgdisk (script-friendly) and while I was at it I added also cgdisk (uses ncurses interface), all as separate packages. re-arranged the package folder and set /usr/sbin for install folder as most tools seem to go in there and not in /sbin. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | Merge pull request #3291 from NeoRaider/autotoolsMatthias Schiffer2016-10-18
|\ \ | | | | | | autotools: don't rely on STAGING_DIR_HOST
| * | automake: don't rely on STAGING_DIR_HOSTMatthias Schiffer2016-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're currently preparing a change in LEDE that will change the host staging dirs in a way that might break the sed commands used by the automake Makefile. Change the command in a way that doesn't depend on the path of the staging dir. While it would be nicer to modify the configure script to use the correct path in the first place, this doesn't work for the perl path, as perl is used in shebang lines and must thus be an absolute path. Some scripts are used both during build and on the target system, so fixing up the scripts in the install step seems like the best option. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| * | autoconf: don't rely on STAGING_DIR_HOSTMatthias Schiffer2016-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | We can just set M4 in the configure command instead of fixing up the paths using sed afterwards. This makes the build more robust (and we're currently preparing a change of the host staging dirs in LEDE that might break this otherwise). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| * | libtool-bin: don't rely on STAGING_DIR_HOSTMatthias Schiffer2016-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | We can just set GREP and SED in the configure command instead of fixing up the paths using sed afterwards. This makes the build more robust (and we're currently preparing a change of the host staging dirs in LEDE that might break this otherwise). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | unbound: fix whitespaceHannu Nyman2016-10-18
| | | | | | | | | | | | | | | | | | | | | * Fix upstream whitespace change in the patch. * Minor cleanup to the header. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | unbound: update to 1.5.10Stijn Segers2016-10-18
| | | | | | | | | | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* | | Merge pull request #3347 from dibdot/travelmateHannu Nyman2016-10-18
|\ \ \ | |_|/ |/| | travelmate: new package, release 0.2.2
| * | travelmate: new package, release 0.2.2Dirk Brenken2016-10-17
| |/ | | | | | | | | | | | | * a connection manager for travel router (see readme.md for details) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #3353 from diizzyy/patch-19Hannu Nyman2016-10-17
|\ \ | | | | | | gdisk: Use libpopt instead of popt as dependency
| * | gdisk: Use libpopt instead of popt as dependencyDaniel Engberg2016-10-17
|/ / | | | | | | | | Adds correct dependency Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | openssh: Unregister the KEXINIT handler after message has beenPeter Wagner2016-10-17
| | | | | | | | | | | | | | | | | | | | received. Otherwise an unauthenticated peer can repeat the KEXINIT and cause allocation of up to 128MB -- until the connection is closed. Reported by shilei-c at 360.cn https://github.com/openssh/openssh-portable/commit/ec165c392ca54317dbe3064a8c200de6531e89ad Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #3348 from hansmi/masterHannu Nyman2016-10-16
|\ \ | | | | | | net/unbound: Change maintainer to Eric Luehrsen
| * | net/unbound: Change maintainer to Eric LuehrsenMichael Hanselmann2016-10-16
| |/ | | | | | | | | | | | | Eric has offered to take over maintainership for the net/unbound package. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
* | php5/php5-pecl-*: R.I.P.Michael Heimpold2016-10-16
| | | | | | | | | | | | | | Remove the php5 stuff since php7 is in place for several weeks and all depended in-tree packages has been migrated. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: update to 7.0.12Michael Heimpold2016-10-16
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #3344 from tsl0922/ttyd-1.1.0Hannu Nyman2016-10-15
|\ | | | | ttyd: update to 1.1.0
| * ttyd: update to 1.1.0Shuanglei Tao2016-10-15
|/ | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* Merge pull request #3303 from karlp/pulls/lua-kepler-urlsHannu Nyman2016-10-15
|\ | | | | Pulls/lua kepler urls
| * luaexpat: Use new URL for documentationKarl Palsson2016-10-05
| | | | | | | | | | | | keplerproject.org is long gone. Use current maintainer website. Signed-off-by: Karl Palsson <karlp@etactica.com>
| * lua-xavante: use new URL for documentationKarl Palsson2016-10-05
| | | | | | | | | | | | keplerproject.org is long gone. Signed-off-by: Karl Palsson <karlp@etactica.com>
| * lua-wsapi: Use new URL for documentationKarl Palsson2016-10-05
| | | | | | | | | | | | keplerproject.org has been long gone. Signed-off-by: Karl Palsson <karlp@etactica.com>
| * lua-rings: use new URL for documentationKarl Palsson2016-10-05
| | | | | | | | | | | | keplerproject.org is long gone. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | Merge pull request #3267 from karlp/pulls/luasql-doc-urlHannu Nyman2016-10-15
|\ \ | | | | | | lang: luasql: update URL to current
| * | lang: luasql: update URL to currentKarl Palsson2016-09-30
| | | | | | | | | | | | | | | | | | | | | Old keplerproject.org urls are all down. github project source for this project references new githubio website. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | Merge pull request #3337 from jazzgs/feature_opencvYousong Zhou2016-10-14
|\ \ \ | | | | | | | | opencv: install missing pkgconfig file in staging folder
| * | | opencv: install missing pkgconfig file in staging folderjazzgs2016-10-12
| | | | | | | | | | | | | | | | Signed-off-by: jazzgs <jazzgs@users.noreply.github.com>
* | | | Merge pull request #3277 from diizzyy/patch-12Hannu Nyman2016-10-15
|\ \ \ \ | | | | | | | | | | automake: switch to xz tarball
| * | | | automake: switch to xz tarballdiizzyy2016-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #3276 from diizzyy/patch-11Hannu Nyman2016-10-15
|\ \ \ \ \ | | | | | | | | | | | | autoconf: switch to xz tarball
| * | | | | autoconf: switch to xz tarballdiizzyy2016-10-01
| |/ / / / | | | | | | | | | | | | | | | | | | | | Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #2701 from cshore/pull-request-rp-pppoeHannu Nyman2016-10-14
|\ \ \ \ \ | | | | | | | | | | | | rp-pppoe: Add back from oldpackages with build fixes and enhanced pac…
| * | | | | rp-pppoe: Add back from oldpackages with build fixes and enhanced packagingDaniel Dickinson2016-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add back from oldpackages with fixes for build errors and UCIfication (for LuCI app submitted in a related PR (against LuCI repo)). NOTE: Untested packages have been marked with @BROKEN. This can be undone of others report success with the sniffer Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* | | | | | tcsh: remove patches as they are now upstreamNuno Goncalves2016-10-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | Merge pull request #3341 from dibdot/adblockHannu Nyman2016-10-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock: update 1.5.2
| * | | | | | adblock: update 1.5.2Dirk Brenken2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * turris omnia compatibility fix Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | gnunet: update to SVN r38151 and break-out dhtcache pluginsDaniel Golle2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | dosfstools: merge tools into a single package and remove symlinksÁlvaro Fernández Rojas2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Merge mkfs.fat/fsck.fat/fatlabel into a single package. - Remove compatibility symlinks. - Take over maintainership. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | dosfstools: update to v4.0Álvaro Fernández Rojas2016-10-12
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates dosfstools to the latest release available and uses the new automatically generated Makefiles instead of a hard coded compilation. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | libxerces-c: use xz and sha256 and switch from git to apache releasesÁlvaro Fernández Rojas2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | dmidecode: switch to xz and sha256Álvaro Fernández Rojas2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | dump1090: update to latest versionÁlvaro Fernández Rojas2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | pciutils: update to v3.5.2Álvaro Fernández Rojas2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switches source to .xz and hash to sha256 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | ffmpeg: Build without altivec on powerpc hfp platformsTed Hess2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>