Commit graph

6243 commits

Author SHA1 Message Date
Dirk Brenken
d960507c5f adblock: bugfix 2.1.2
* fix minor build error in init script

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-01-20 09:57:33 +01:00
Dirk Brenken
43971e29a1 adblock: bugfix 2.1.1
* fix domain query function to support new unbound format

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-01-06 16:10:18 +01:00
Dirk Brenken
092599f126 adblock: update 2.1.0
* add initial unbound support (experimental, see online doc)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-01-05 10:33:29 +01:00
Dirk Brenken
1e99336f3c adblock: update 2.0.4
* small fixes & cosmetics (missed in last commit)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-12-31 14:17:40 +01:00
Dirk Brenken
412f1f58cc adblock: update 2.0.3
* fixed adblock statistics in CC
* print additional list details in adblock statistics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-12-30 22:21:00 +01:00
Dirk Brenken
c842884168 adblock: update 2.0.2
* fixed dnsmasq check if multiple instances are present
* bring back query function on highly demand
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-12-23 07:18:57 +01:00
Dirk Brenken
708d83bc71 adblock: bugfix 2.0.1
* fixed a dnsmasq restart issue (udhcpc error)
* fixed a long standing corner case bug in "disabled" state (does not
remove active block lists!)
* simplified overall sort, removed needless 'for loop'
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-12-22 19:33:59 +01:00
Dirk Brenken
7eedce0a58 adblock: release 2.0.0
* changed complete dnsmasq handling
  - no longer redirect ad requests to internal web server via firewall 
    rules etc., in fact send back a simple NXDOMAIN for all
    ad related (sub-)domains
  - smaller memory footprint for block lists
  - removed needless uhttpd instances
  - removed needless firewall rules/redirects
* init/hotplug system migrated to procd
  - removed hotplug.d script, now using procd interface trigger
* reduced code size/complexity
  - removed needless internal pre-checks & function blocks,
    no longer rely on a separate helper library
  - removed flash writes to adblock config
* support different download tools like wget (default), aria2c,
uclient-fetch, curl (see online doc)
* adblock status/statistics via ubus call (see online doc)
* various bug fixes
* documentation update
* changed makefile copyright notice

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-12-20 12:17:08 +01:00
Dirk Brenken
ecbc056a29 adblock: bugfix 1.5.4
* CC/uclient-fetch compatibility fix

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-11-27 18:47:41 +01:00
Dirk Brenken
8a4917a0a1 adblock: update 1.5.3
* make wget check more flexible,
  fix for broken wget package installations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-28 19:36:04 +02:00
Hannu Nyman
0638d6abe7 Merge pull request #3344 from tsl0922/ttyd-1.1.0
ttyd: update to 1.1.0
2016-10-15 18:56:34 +03:00
Shuanglei Tao
b375b81f15 ttyd: update to 1.1.0
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2016-10-15 23:46:52 +08:00
Hannu Nyman
03161d9448 Merge pull request #3303 from karlp/pulls/lua-kepler-urls
Pulls/lua kepler urls
2016-10-15 13:18:15 +03:00
Hannu Nyman
d2a393a607 Merge pull request #3267 from karlp/pulls/luasql-doc-url
lang: luasql: update URL to current
2016-10-15 13:18:10 +03:00
Yousong Zhou
45f6380e37 Merge pull request #3337 from jazzgs/feature_opencv
opencv: install missing pkgconfig file in staging folder
2016-10-14 20:15:11 -05:00
Hannu Nyman
ffce02f10f Merge pull request #3277 from diizzyy/patch-12
automake: switch to xz tarball
2016-10-15 01:11:21 +03:00
Hannu Nyman
b58a5ce47a Merge pull request #3276 from diizzyy/patch-11
autoconf: switch to xz tarball
2016-10-15 01:10:55 +03:00
Hannu Nyman
bec4668d09 Merge pull request #2701 from cshore/pull-request-rp-pppoe
rp-pppoe: Add back from oldpackages with build fixes and enhanced pac…
2016-10-14 13:08:35 +03:00
Nuno Goncalves
1da82b171c tcsh: remove patches as they are now upstream
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-10-14 10:30:55 +02:00
Hannu Nyman
3c698f2285 Merge pull request #3341 from dibdot/adblock
adblock: update 1.5.2
2016-10-13 23:15:36 +03:00
Dirk Brenken
65bcae0986 adblock: update 1.5.2
* turris omnia compatibility fix

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-13 22:02:24 +02:00
Daniel Golle
885dff12f0 gnunet: update to SVN r38151 and break-out dhtcache plugins
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-13 02:30:16 +02:00
jazzgs
316aa08c96 opencv: install missing pkgconfig file in staging folder
Signed-off-by: jazzgs <jazzgs@users.noreply.github.com>
2016-10-12 14:09:46 +02:00
Álvaro Fernández Rojas
5d032bce1f dosfstools: merge tools into a single package and remove symlinks
- 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>
2016-10-12 13:52:26 +02:00
Álvaro Fernández Rojas
dcd7fcfa5b dosfstools: update to v4.0
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>
2016-10-12 13:52:26 +02:00
Álvaro Fernández Rojas
fe48e6c802 libxerces-c: use xz and sha256 and switch from git to apache releases
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:47:13 +02:00
Álvaro Fernández Rojas
a0a35439c2 dmidecode: switch to xz and sha256
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:45:53 +02:00
Álvaro Fernández Rojas
cd13ac4ae1 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 10:48:38 +02:00
Álvaro Fernández Rojas
9bea699e89 pciutils: update to v3.5.2
Also switches source to .xz and hash to sha256

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 10:48:02 +02:00
Ted Hess
e327156211 ffmpeg: Build without altivec on powerpc hfp platforms
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-10-11 13:39:41 -04:00
Hannu Nyman
27ec517ee7 Merge pull request #3336 from diizzyy/patch-18
nano: Switch to xz tarball
2016-10-11 18:53:27 +03:00
Daniel Engberg
02ad44838c nano: Switch to xz tarball
Switch to xz tarball, less bandwidth used as it's about half in size (1M vs 1.9M).

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-10-11 17:34:28 +02:00
Hannu Nyman
556454d7d8 Merge pull request #3334 from dibdot/adblock
adblock: bugfix 1.5.1
2016-10-11 18:18:52 +03:00
Dirk Brenken
aa5cf5d4a2 adblock: bugfix 1.5.1
* fix uhttpd detection in tcp 4+6 configurations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-11 17:09:05 +02:00
Daniel Golle
05a65d9353 Merge pull request #3332 from klirichek/FixedLvm2Build
lvm2: fixed fixed missing dependency from librt
2016-10-11 14:31:30 +02:00
klirichek
e9c753b6dd Fixed missing dependency of lvm2 package 2016-10-11 18:43:14 +07:00
Daniel Golle
e32b189944 gnunet: update to SVN r38096
Wrap around dhtcache vs. datacache confusion which prevented
the datacache service from starting.
While at it, sanetize default package selection.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-11 01:03:35 +02:00
Daniel Golle
ce46b633e2 postgresql: properly stop service
postmaster always detaches from procd, work around by using
pg_ctl to stop the server.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-11 01:03:27 +02:00
Hannu Nyman
80f63634fc Merge pull request #3329 from nitroshift/patch-2
Netdata: update to v. 1.4.0
2016-10-10 19:09:40 +03:00
nitroshift
77e9cba6f1 Netdata: update to v. 1.4.0
Maintainer: Sebastian Careba nitroshift@yahoo.com
Compile tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953
Run tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953

Description:

Updated package to latest release.

Signed-off-by: Sebastian Careba nitroshift@yahoo.com
2016-10-10 12:46:03 +03:00
Ted Hess
3ac5e168d4 Merge pull request #3318 from rest-switch/avro
avro: Apache Avro C Library 1.8.1
2016-10-09 14:04:13 -04:00
Othmar Truniger
689277a901 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-10-09 08:27:43 +02:00
John Clark
ec02fb40b6 avro: Apache Avro C Library 1.8.1
Signed-off-by: John Clark <inindev@gmail.com>
Tested-by: John Clark <inindev@gmail.com>
2016-10-08 21:48:28 -04:00
Nikos Mavrogiannopoulos
4d95c6e6ec Merge pull request #3310 from jow-/ocserv-avoid-depends
ocserv: avoid implicit dependencies
2016-10-08 07:20:18 +02:00
Ted Hess
5d10d10707 Merge pull request #3279 from diizzyy/patch-14
m4: switch to xz tarball
2016-10-07 17:03:31 -04:00
Ted Hess
c8e16b22ff Merge pull request #3311 from dibdot/adblock
adblock: update 1.5.0
2016-10-07 16:37:18 -04:00
Jo-Philipp Wich
22c35987c1 ocserv: avoid implicit dependencies
Explicitely disable liblz4 and external libtalloc support in order to avoid
implicit dependencies leading to the following error on build environments
that happen to provide liblz4 and libtalloc:

    Package ocserv is missing dependencies for the following libraries:
    liblz4.so.1
    libtalloc.so.2

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-10-07 19:21:29 +02:00
Dirk Brenken
dcfbfd9b1a adblock: update 1.5.0
* add new 'envchk'function to check adblock environment only,
  i.e. check volatile firewall rules or uhttpd instances
  without list updates
* add new optional parm 'adb_loglevel',
  set it to "0" to mute output (print only errors)
* set hotplug priority to '90' as well (missed in the last commit)
* documentation update
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-07 19:19:03 +02:00
Ted Hess
b49b2836bb mpd: Update to 0.19.19, update config options
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-10-07 09:31:01 -04:00
Michael Heimpold
2b324358e5 mii-tool: use current date for source tarball (fixes #3263)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-06 23:45:52 +02:00