aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* bind: Set PKG_USE_MIPS16:=0Noah Meyerhans2016-09-29
|
* Merge pull request #3263 from Borromini/mii-toolHannu Nyman2016-09-29
|\ | | | | mii-tool: fix variable being declared too early
| * mii-tool: fix variable being declared too earlyStijn Segers2016-09-29
| | | | | | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* | dump1090: update to latest versionÁlvaro Fernández Rojas2016-09-29
|/ | | | | | Also switch git to https. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Merge pull request #3262 from dibdot/adblockHannu Nyman2016-09-29
|\ | | | | adblock: update 1.4.10
| * adblock: update 1.4.10Dirk Brenken2016-09-29
| | | | | | | | | | | | | | | | - add 'enabled' check to iface hotplug event handler - decrease startup priority from 99 to 90 - fix tab indentation in config Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #3072 from salzmdan/masterHannu Nyman2016-09-29
|\ \ | | | | | | Update libedit and Knot DNS
| * | knot: update to 2.3.0Daniel Salzman2016-08-16
| | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
| * | libedit: update to 20160618-3.1Daniel Salzman2016-08-16
| | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | Merge pull request #3224 from jow-/mwan3-local-fixHannu Nyman2016-09-29
|\ \ \ | | | | | | | | mwan3: remove bad local shell variable declarations
| * | | mwan3: remove bad local shell variable declarationsJo-Philipp Wich2016-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Local variable declarations outside of functions are illegal since the Busybox update to v1.25.0, therfore remove them from the appropriate places. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | avahi: Update to 0.6.32. Add netifd proto handler for avahi-autoipdClaudiu Brasovean2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can now specify in '/etc/config/network' config interface 'eth1_autoip' option ifname 'eth1' option proto 'autoip' And netifd would handle the rest of the logic/setup. Signed-off-by: Claudiu Brasovean <cbrasho@gmail.com> Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #3253 from chris5560/masterTed Hess2016-09-28
|\ \ \ \ | | | | | | | | | | ddns-scripts: fix reporting wrong version
| * | | | ddns-scripts: fix reporting wrong versionChristian Schoenebeck2016-09-28
|/ / / / | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | udpxy: update to latest versionÁlvaro Fernández Rojas2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Also switches git to https Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | postgresql: move some binaries to pgsql-cli-extraDaniel Golle2016-09-28
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | bind: Update to 9.9.9-p3 for CVE-2016-2776Noah Meyerhans2016-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | Merge pull request #3246 from diizzyy/patch-7Hannu Nyman2016-09-28
|\ \ \ \ | | | | | | | | | | netdata: update to 1.3.0 and use procd init
| * | | | netdata: update to 1.3.0 and use procd initdiizzyy2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.3.0 Change init.d script to use procd Use release binary instead of git Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #3244 from tsl0922/ttydTed Hess2016-09-27
|\ \ \ \ \ | | | | | | | | | | | | ttyd: new package
| * | | | | Add ttyd packageShuanglei Tao2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | | | | gnutls: remove C99 constructions rejected by compilerNikos Mavrogiannopoulos2016-09-27
| | | | | |
* | | | | | ocserv: updated to 0.11.5Nikos Mavrogiannopoulos2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | Merge pull request #3221 from Borromini/mii-toolTed Hess2016-09-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | mii-tool: re-introduce from oldpackages
| * | | | | | mii-tool: re-introduce from oldpackagesStijn Segers2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* | | | | | | postgresql: clean package to fix duplicate files issueDaniel Golle2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both postgresql-server and postgresql-cli install /usr/bin/psql which thus creates a conflict when installing both packages. Fix this by removing duplicate and useless binaries from the postgresql-server package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #3240 from antonlacon/ffmpeg-2.8.xTed Hess2016-09-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ffmpeg: Update 2.8.8, add codecs, update dlna profile, correct libopus use
| * | | | | | | ffmpeg: Update 2.8.8, add codecs, update dlna profile, correct libopus useIan Leonard2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ffmpeg to 2.8.8. Adds HEVC, Opus, VC-1 and Vorbis to custom and minidlna profiles. This should more closely match formats media being streamed on the local network via DLNA/UPNP. Removes raw aac, ac3 and h264 from minidlna profile. Most players expect this content to come within a container (mkv, mov, mp4, mpegts, etc...), so this was unnecessary for the profile's goals. Remove libopus from being selected by the -custom's audio-dec profile, and as a depend on -audio-dec. -audio-dec uses ffmpeg's internal Opus decoder, not the external library. Don't select specific parsers in libffmpeg-mini profile. The demuxers separate streams from containers. Parsers break up the streams. These are not needed for DLNA/UPNP. If a parser is needed, the ffmpeg configure script should grab it. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | | | Merge pull request #3137 from dangowrt/hd-idle-procdTed Hess2016-09-27
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | hd-idle: convert init script to procd
| * | | | | | | hd-idle: convert init script to procdDaniel Golle2016-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up init script and introduce support for multiple disks. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #3243 from diizzyy/patch-6Hannu Nyman2016-09-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sngrep: update to snapshot 2016-09-27
| * | | | | | | | sngrep: update to snapshot 2016-09-27diizzyy2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update snapshot and change PKG_VERSION layout to be more consistent with base packages. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | Merge pull request #3242 from diizzyy/patch-5Hannu Nyman2016-09-27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | exfat-nofuse: update to snapshot 2016-09-26
| * | | | | | | | exfat-nofuse: update to snapshot 2016-09-26diizzyy2016-09-27
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update snapshot and change PKG_VERSION layout to be more consistent with base packages. Change bz2 to gz for consistency with other base packages. Adds support for Linux 4.7 kernels. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | Merge pull request #3241 from changeway/libstropheHannu Nyman2016-09-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libstrophe: Update to version 0.9.1
| * | | | | | | | libstrophe : Update to version 0.9.1Chih-Wei Chen2016-09-27
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
* | | | | | | | Merge pull request #3237 from diizzyy/patch-4Álvaro Fernández Rojas2016-09-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dmidecode: use url alias
| * | | | | | | | dmidecode: use url aliasdiizzyy2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use url alias instead of hardcoded URL. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | Merge pull request #3223 from chris5560/masterHannu Nyman2016-09-27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | ddns-scripts: bump to version 2.7.5
| * | | | | | | | ddns-scripts: remove postinst (of main package) from MakefileChristian Schoenebeck2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove postinst (of main package) from Makefile because all is done inside uci-defaults scripts Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
| * | | | | | | | ddns-scripts: apply needed changes in uci-defaultsChristian Schoenebeck2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commands to apply changes introduced during release changes, moved from Makefile postinst to /etc/uci-defaults Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
| * | | | | | | | ddns-scripts: no longer break using nslookup and option force_ipversion=1Christian Schoenebeck2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
| * | | | | | | | ddns-scripts: Add more services and minor changesChristian Schoenebeck2016-09-26
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add support of knsupdate (update_nsupdate.sh - url update easydns.com - add some service answers - alphabetic reorder services files for easier reading - rename services/provider (Makefile postinst handle /etc/config/ddns) -- freedns.afraid.org -> afraid.org -- free.editdns.net -> editdns.net -- domains.google.com -> google.com -- spdns.de -> spdyn.de -- strato.de -> strato.com - new provider (looking in deep into https://sourceforge.net/projects/inadyn-mt project) -- dyn.com (= dyndns.org) -- ddnss.de -- dhis.org -- dnspark.com (IPv4 only) -- dynsip.org (IPv4 only) -- dynv6.com -- joker.com (IPv4 only) -- loopia.com (= loopia.se) -- sitelutions.com (IPv4 only) -- system-ns.com (IPv4 only) - new provider (looking in deep into /etc.defaults/ddns_provider.conf file for Synology DiskStation published at https://gist.github.com/ntrepid8/6653274) -- able.or.kr (IPv4 only) -- ddo.jp (IPv4 only) -- dnsmadeeasy.com (IPv4 only) -- oray.com (IPv4 only) - new provider (looking in deep into https://github.com/ipfire/ddns project) -- all-inkl.com -- desec.io -- domopoli.de (IPv4 only) -- opendns.com (IPv4 only) -- udmedia.de -- xlhost.de (IPv4 only) - new provider (looking in deep into https://github.com/yaddns/yaddns project ) -- dyndns.it (IPv4 only) Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | Merge pull request #3234 from diizzyy/patch-2Hannu Nyman2016-09-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gdisk: new package
| * | | | | | | | gdisk: new packagediizzyy2016-09-26
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add gdisk to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | Merge pull request #3233 from psidhu/masterHannu Nyman2016-09-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | psidhu: Update Maintainer Email
| * | | | | | | | gpsd: Update Maintainer EmailPushpal Sidhu2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
| * | | | | | | | evtest: Update Maintainer EmailPushpal Sidhu2016-09-26
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
* | | | | | | | Merge pull request #3203 from TouchStar/feature_gpsd_fixcrossplatformHannu Nyman2016-09-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gpsd: fix cross platform compilation
| * | | | | | | | gpsd: fix cross platform compilationDavid Thornley2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In SConstruct the set of executables in the devenv variable should be adjusted to use the cross compile toolchain (as opposed to host's executables). Achieved by setting target option to the toolchain prefix which corrects compilation on macOS. Note, TARGET_CROSS has to have the hyphen stripped as SConstruct uses the target variable with an implied hyphen (env['target'] + '-' + toolname) Signed-off-by: David Thornley <david.thornley@touchstargroup.com>