feed/packages.git
7 years agoadblock: update 1.2.5 2874/head
Dirk Brenken [Sat, 18 Jun 2016 10:30:03 +0000 (12:30 +0200)]
adblock: update 1.2.5

* restructured sources
* fix logical glitches in config handling
* many corner case fixes & cosmetics
* show runtime errors in LuCI (in lastrun section)

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.2.1 2860/head
Dirk Brenken [Tue, 14 Jun 2016 20:25:02 +0000 (22:25 +0200)]
adblock: update 1.2.1

* small optimizations & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: release 1.2.0 2841/head
Dirk Brenken [Sun, 12 Jun 2016 16:53:51 +0000 (18:53 +0200)]
adblock: release 1.2.0

* rework download/backup/restore handling
* rework firewall handling
* refine whitelist parsing
* changed default null-ip to 198.18.0.1 to prevent conflicts with bcp38
* spread traffic from ad servers (port 80/443) on two uhttpd instances,
this fixes timeouts on sites with many ssl ad server connections, i.e.
youtube.com
* provide statistics & last runtime for LuCI interface
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.1.17 2811/head
Dirk Brenken [Sat, 4 Jun 2016 06:36:47 +0000 (08:36 +0200)]
adblock: update 1.1.17

* change winspy url again
* various cosmetics left out in former release

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.1.16, release 2 2809/head
Dirk Brenken [Fri, 3 Jun 2016 17:40:37 +0000 (19:40 +0200)]
adblock: update 1.1.16, release 2

* workaround for LuCI search path issue

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadblock: update 1.1.16 2807/head
Dirk Brenken [Fri, 3 Jun 2016 13:14:53 +0000 (15:14 +0200)]
adblock: update 1.1.16

* new config option 'adb_restricted' to disable updates of the adblock
config during runtime (no flash writes, disabled by default)
* new update function, to apply latest configuration changes if needed
(/etc/init.d/adblock cfgup)
* fix dns redirect rule
* various optimizations

Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years agoadblock: update 1.1.15 2751/head
Dirk Brenken [Thu, 26 May 2016 15:40:32 +0000 (17:40 +0200)]
adblock: update 1.1.15

* toggle to quickly switch adblocking 'on' or 'off' (/etc/init.d/adblock
toggle)
* new config option 'fetchttl' to set download timeouts (default: 5
seconds)
* better config check, distinct between major/minor changes
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years agoadblock: update 1.1.12 2736/head
Dirk Brenken [Mon, 23 May 2016 19:17:23 +0000 (21:17 +0200)]
adblock: update 1.1.12

* change wget binary naming
* change winspy source url
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years agoadblock: update 1.1.11 2706/head
Dirk Brenken [Mon, 16 May 2016 20:51:07 +0000 (22:51 +0200)]
adblock: update 1.1.11

* fix changed winspy source url in default config
* fix adblock counters in config
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years agoadblock: update 1.1.10 2695/head
Dirk Brenken [Fri, 13 May 2016 07:54:20 +0000 (09:54 +0200)]
adblock: update 1.1.10

* automatic AP mode detection (change nullip address accordingly)
* (de-)compress backups on the fly
* remove hardcoded path for logger
* documentation update
* change maintainer email address
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years agoadblock: update 1.1.2 2669/head
Dirk Brenken [Sun, 8 May 2016 16:57:54 +0000 (18:57 +0200)]
adblock: update 1.1.2

* remove hardcoded paths for system tools like iptables, uci & fetch
(wget)
* support openwrt & lede spin-off
* cosmetics & cleanups

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: update to 1.1.1 2653/head
Dirk Brenken [Mon, 2 May 2016 17:43:46 +0000 (19:43 +0200)]
adblock: update to 1.1.1

* discard uncommitted uci changes in case of processing errors
* init script (stop action) now removes all 'adb_src_count' &
'adb_src_timestamp' entries in config
* updated documentation

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: release 1.1.0 2646/head
Dirk Brenken [Sat, 30 Apr 2016 20:18:25 +0000 (22:18 +0200)]
adblock: release 1.1.0

* support more router modes, as long as the firewall and the DNS server
are enabled
* new source sites can be added & changed via awk ruleset in uci config
* source domain count, last update time & overall count will be stored
in uci config
* added 3 new source sites:
   ransomware tracker
   rolist/easylist
   winspy
* switch to minimal inline base64 encoded 1×1 GIF for pixel server
(separate png image no longer needed)
* simplified uci parser
* source download & domain sort optimization
* add whitelist parser with wildcard support
* reduced code size & various cleanups
* updated documentation

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: update 1.0.3 2580/head
Dirk Brenken [Thu, 7 Apr 2016 13:38:30 +0000 (15:38 +0200)]
adblock: update 1.0.3

* remove syntax glitch & cosmetics
* probably the last 1.0.x release

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: update 1.0.2 2558/head
Dirk Brenken [Sat, 26 Mar 2016 11:12:31 +0000 (12:12 +0100)]
adblock: update 1.0.2

* fix corner case during shallalist backup/restore

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: update 1.0.1 2546/head
Dirk Brenken [Wed, 23 Mar 2016 20:02:45 +0000 (21:02 +0100)]
adblock: update 1.0.1

* optimize list sort
* simplified block list removal

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: release 1.0.0 2475/head
Dirk Brenken [Tue, 8 Mar 2016 21:48:00 +0000 (22:48 +0100)]
adblock: release 1.0.0

* add sysctl.org as new adblock source
* add main debug switch (by default all stderr outputs are going to
/dev/null)
* small cleanups
* first 'stable' release! ;-)

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: 0.91.0 2454/head
Dirk Brenken [Fri, 4 Mar 2016 14:23:01 +0000 (15:23 +0100)]
adblock: 0.91.0

* fix blocklist footer/counter
* optimize/rework blocklist rulesets
* change source url for spam404 and yoyo
* code cosmetics & cleanups

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: 0.90.0 2435/head
Dirk Brenken [Sun, 28 Feb 2016 20:26:41 +0000 (21:26 +0100)]
adblock: 0.90.0

* all relevant adblock events will be properly written to syslog/stdout
* removed needless 'debug log' option
* add optional parm 'adb_forcedns' to redirect all queries to local
resolver (default: '1', enabled)
* revised space check
* various code cosmetics & cleanups

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: 0.80.1 2409/head
Dirk Brenken [Mon, 22 Feb 2016 19:57:40 +0000 (20:57 +0100)]
adblock: 0.80.1

* fix ip6tables reject types
* simplified firewall ruleset for IPv4/IPv6
* fix memory detection (swap was always 0)
* fix dnsmasq restart after partial restore
* ad hotplug support, adblock will be started when wan interface comes
up
* change adblock init script accordingly, do nothing on 'boot'
* optimize wget parameters for faster download results (in case of an
error)
* added CC installation notes to readme
* removed needless external online check
* removed needless optional parms 'adb_maxtime', 'adb_maxloop',
'adb_probeipv4' and 'adb_probeipv6'

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: 0.80.0 2400/head
Dirk Brenken [Sun, 21 Feb 2016 15:14:14 +0000 (16:14 +0100)]
adblock: 0.80.0

* removed no longer needed ntp sync
* simplified wan uplink check
* simplified adblock config parser (removed needless callbacks during
parsing)
* partly rearrange config options
* ruadlist/easylist are no longer marked as experimental
* updated documentation (esp. regarding new LuCI frontend)

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: 0.70.2 2396/head
Dirk Brenken [Fri, 19 Feb 2016 12:59:40 +0000 (13:59 +0100)]
adblock: 0.70.2

* fix wan update detection failure

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: 0.70.1 2389/head
Dirk Brenken [Tue, 16 Feb 2016 18:50:38 +0000 (19:50 +0100)]
adblock: 0.70.1

* fix root cause for https timeout issues
* fix startup issues via luci
* detach init start process to fix luci timeout issues
* fix html header in adblock pages
* fix adblock.conf options to single quotes

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: update to 0.70.0 2386/head
Dirk Brenken [Mon, 15 Feb 2016 11:25:21 +0000 (12:25 +0100)]
adblock: update to 0.70.0

* openwrt init system support, see /etc/init.d/adblock
* support for two new adblock sources: openphish and ruadlist/easylist
* partial block list restore, i.e. if a single list download failed
* fix performance regression on sites with links to https ad servers
* removed no longer used samples dir
* updated documentation

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: 0.60.1 2344/head
Dirk Brenken [Wed, 3 Feb 2016 18:19:29 +0000 (19:19 +0100)]
adblock: 0.60.1

- fix possible race condition during startup
- fix duplicate logging during startup
- fix wget parms to prevent partitial downloads
- fix iptables rules to meet openwrt user chains
- added a rule in output chain to reject local ad related requests as
well
- changed default IPv4/IPv6 blackhole ip address to fix routing issues
with windows clients

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoadblock: update to 0.60.0 2304/head
Dirk Brenken [Sat, 23 Jan 2016 21:54:01 +0000 (22:54 +0100)]
adblock: update to 0.60.0

* "zero-conf" installation & setup, usually no manual config changes
required (i.e. ip address, network devices etc.)
* full IPv4 and IPv6 support
* new adblock list source (malwaredomainlist.com)
* adblock related statistics will be done by iptables
* removed curl dependency
* for IPv6 support you need 'kmod-ipt-nat6'
* fix Chaos Calmer compability
* various small changes & fixes
* updated documentation
* updated maintainer email address

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agoadblock: bugfix 2161/head
Dirk Brenken [Mon, 21 Dec 2015 13:35:03 +0000 (14:35 +0100)]
adblock: bugfix

* fix cornercase during domain query removal

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agoadblock: small changes 2158/head
Dirk Brenken [Sun, 20 Dec 2015 21:40:54 +0000 (22:40 +0100)]
adblock: small changes

* add whocares.org as additional source
* add adblock statistics (requires query log)
* cosmetics

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agoadblock: feature update 2138/head
Dirk Brenken [Thu, 17 Dec 2015 10:49:31 +0000 (11:49 +0100)]
adblock: feature update

* add two new blocklist sources: adaway.org and disconnect.me
* each blocklist source will be processed separately (no longer use one
big monolithic adblocklist), duplicates makes no harm to dnsmasq
* url timestamp check to download and process only updated blocklists
* overall duplicate removal in separate blocklists (will be
automatically disabled on low memory systems)
* additional checks & various small changes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agoadblock: maintenance update 2049/head
Dirk Brenken [Sun, 29 Nov 2015 15:44:24 +0000 (16:44 +0100)]
adblock: maintenance update

* remove "downloads" category from shallalist default configuration, due
to false positives (i.e. debian & microsoft update sites)
* remove example white- & blacklist entries
* further optimize shallalist handling
* fix domain merging with empty whitelist
* various minor fixes & enhancements
* documentation update

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agoadblock: bugfix release 2030/head
Dirk Brenken [Thu, 26 Nov 2015 20:14:44 +0000 (21:14 +0100)]
adblock: bugfix release

* fix download parms
* fix tmp vars
* other small fixes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agoadblock: reduce memory consumption 2019/head
Dirk Brenken [Tue, 24 Nov 2015 21:29:05 +0000 (22:29 +0100)]
adblock: reduce memory consumption

* 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>
8 years agoadblock: logging & documentation update 1999/head
Dirk Brenken [Fri, 20 Nov 2015 17:29:32 +0000 (18:29 +0100)]
adblock: logging & documentation update

- 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>
8 years agoadblock: fix redirection issues 1971/head
Dirk Brenken [Sun, 15 Nov 2015 20:17:53 +0000 (21:17 +0100)]
adblock: fix redirection issues

fix more corner cases because of mksh to ash migration
fix logical glitch during startup

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agoMerge pull request #1923 from hnyman/libtorrent
tripolar [Sun, 15 Nov 2015 11:43:52 +0000 (12:43 +0100)]
Merge pull request #1923 from hnyman/libtorrent

Libtorrent and rtorrent: update version, disable ipv6 to fix compilation

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agoMerge pull request #1952 from dibdot/master
Ted Hess [Sat, 14 Nov 2015 15:43:27 +0000 (10:43 -0500)]
Merge pull request #1952 from dibdot/master

adblock: additional check for running dns query background task

8 years agoMerge pull request #1958 from mlichvar/chrony-script-improvements
Ted Hess [Sat, 14 Nov 2015 15:38:24 +0000 (10:38 -0500)]
Merge pull request #1958 from mlichvar/chrony-script-improvements

chrony: improve hotplug and init scripts

8 years agochrony: improve hotplug and init scripts 1958/head
Miroslav Lichvar [Sat, 14 Nov 2015 07:59:52 +0000 (08:59 +0100)]
chrony: improve hotplug and init scripts

- fix the init script to read the right config
- rework the init script to allow reusing its code in the hotplug script
- find wan interfaces in the hotplug script instead of using hardcoded
  name and set the online/offline status separately for IPv4/IPv6
- allow NTP access on interfaces that are configured after chronyd start
- add NTP servers obtained from DHCP, options are specified in a new
  dhcp_ntp_server config section
- start chronyd before the network service, include a patch to always
  have IP_FREEBIND defined, which seems to be missing with uclibc

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
8 years agortorrent: update to 0.9.6, disable ipv6 1923/head
Hannu Nyman [Fri, 6 Nov 2015 12:02:55 +0000 (14:02 +0200)]
rtorrent: update to 0.9.6, disable ipv6

Update rtorrent to 0.9.6.
Update patches.
Disable ipv6 in rtorrent, as ipv6 is disabled also in libtorrent.

Libtorrent compilation has been broken since #1181 got merged
and ipv6 got enabled. Users have seen issues like #1316 and #1804

IPv6 support in libtorrent & rtorrent master is not complete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agolibtorrent: update to 0.13.6, disable ipv6, remove ipv6 hack
Hannu Nyman [Fri, 6 Nov 2015 11:44:16 +0000 (13:44 +0200)]
libtorrent: update to 0.13.6, disable ipv6, remove ipv6 hack

Fix libtorrent compilation by:
* Disable ipv6
* Remove the problematic patches/120-... ipv6 hack at the same time,
  as it is a 5-year old hack to fix one ipv6 problem.
* Update libtorrent to git master HEAD (0.13.6).

Libtorrent compilation has been broken due to patches/120-...
since #1181 got merged and ipv6 got enabled.
Users have seen issues like #1316 and #1804

IPv6 support in libtorrent master is not compelete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoMerge pull request #1936 from mmaraya/master
Ted Hess [Fri, 13 Nov 2015 14:10:05 +0000 (09:10 -0500)]
Merge pull request #1936 from mmaraya/master

port-mirroring: new package for copying network packets

8 years agoport-mirroring: copy network packets with optional support for TaZmen Sniffer Protoco... 1936/head
Mike Maraya [Sun, 8 Nov 2015 19:35:44 +0000 (14:35 -0500)]
port-mirroring: copy network packets with optional support for TaZmen Sniffer Protocol (TZSP)

Signed-off-by: Mike Maraya <mike.maraya@gmail.com>
8 years agoadblock: additional check for running dns query background task 1952/head
Dirk Brenken [Thu, 12 Nov 2015 13:56:04 +0000 (14:56 +0100)]
adblock: additional check for running dns query background task

fix for possible query log config change (enabled => disabled)

Please apply to upstream - thank you!

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agoMerge pull request #1949 from dibdot/master
Steven Barth [Thu, 12 Nov 2015 08:12:32 +0000 (09:12 +0100)]
Merge pull request #1949 from dibdot/master

adblock: busybox "tr" does not support character classes by default

8 years agoadblock: busybox "tr" does not support character classes by default 1949/head
Dirk Brenken [Thu, 12 Nov 2015 03:59:48 +0000 (04:59 +0100)]
adblock: busybox "tr" does not support character classes by default

bugfix: busybox "tr" does not support character classes by default and
generates (partly) odd domain names.

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agogit: update to 2.6.3
Luka Perkov [Wed, 11 Nov 2015 23:53:44 +0000 (00:53 +0100)]
git: update to 2.6.3

Signed-off-by: Luka Perkov <luka@openwrt.org>
8 years agomuninlite: refresh patches
Jonathan McCrohan [Wed, 11 Nov 2015 23:45:12 +0000 (23:45 +0000)]
muninlite: refresh patches

Purely cosmetic changes only.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
8 years agomuninlite: Fix fetching data for interfaces with a dash in the name
Martin Blumenstingl [Sat, 7 Nov 2015 17:23:08 +0000 (18:23 +0100)]
muninlite: Fix fetching data for interfaces with a dash in the name

munin-node passes the original interface name (as extracted from
/proc/net/dev) to if_* and if_err_*. Thus replacing dash with underscore
results in interfaces not being found anymore.

Closes: #1927
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
8 years agomuninlite: Fix parsing the available network interface names
Martin Blumenstingl [Sat, 7 Nov 2015 17:11:58 +0000 (18:11 +0100)]
muninlite: Fix parsing the available network interface names

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
8 years agomuninlite: Enable the df plugin again and fix parsing disk usage
Martin Blumenstingl [Sat, 7 Nov 2015 16:12:11 +0000 (17:12 +0100)]
muninlite: Enable the df plugin again and fix parsing disk usage

Closes: #1926
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
8 years agolcd4linux: fix endian issues with GLCD2USB plugin
Jonathan McCrohan [Wed, 11 Nov 2015 23:02:55 +0000 (23:02 +0000)]
lcd4linux: fix endian issues with GLCD2USB plugin

Patch submitted by Vladimir Ermakov.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
8 years agoMerge pull request #1946 from dibdot/master
Ted Hess [Wed, 11 Nov 2015 22:00:32 +0000 (17:00 -0500)]
Merge pull request #1946 from dibdot/master

adblock: uci support, dynamic uhttpd instance support plus various fixes

8 years agoMerge pull request #1947 from danielg4/master
Ted Hess [Wed, 11 Nov 2015 21:52:58 +0000 (16:52 -0500)]
Merge pull request #1947 from danielg4/master

vpnc: dirty hack for musl compatibility

8 years agovpnc: dirty hack for musl compatibility 1947/head
Daniel Gimpelevich [Wed, 11 Nov 2015 21:29:43 +0000 (13:29 -0800)]
vpnc: dirty hack for musl compatibility

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
8 years agoadblock: uci support, dynamic uhttpd instance support plus various fixes 1946/head
Dirk Brenken [Wed, 11 Nov 2015 18:36:34 +0000 (19:36 +0100)]
adblock: uci support, dynamic uhttpd instance support plus various fixes

* add uci support
* add dynamic uhttpd instance support
  (no longer rely on uhttpd config changes)
* package reordering
* plus various fixes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agolibftdi: fix cmake build issues
Álvaro Fernández Rojas [Wed, 11 Nov 2015 18:25:22 +0000 (19:25 +0100)]
libftdi: fix cmake build issues

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
8 years agoMerge pull request #1942 from padre-lacroix/master
Ted Hess [Wed, 11 Nov 2015 18:13:17 +0000 (13:13 -0500)]
Merge pull request #1942 from padre-lacroix/master

bandwidthd: Addition of a variant of the bandwidthd package.

8 years agoMerge pull request #1943 from dubek/rsyslog
Ted Hess [Wed, 11 Nov 2015 18:04:40 +0000 (13:04 -0500)]
Merge pull request #1943 from dubek/rsyslog

Add rsyslog package

8 years agonet/rsyslog: add new package 1943/head
Dov Murik [Tue, 3 Nov 2015 21:17:38 +0000 (16:17 -0500)]
net/rsyslog: add new package

Signed-off-by: Dov Murik <dmurik@us.ibm.com>
8 years agolibs/libestr: add new package (needed for net/rsyslog)
Dov Murik [Tue, 3 Nov 2015 21:16:51 +0000 (16:16 -0500)]
libs/libestr: add new package (needed for net/rsyslog)

Signed-off-by: Dov Murik <dmurik@us.ibm.com>
8 years agoMerge pull request #1940 from commodo/python-setuptools-upgrade
Steven Barth [Wed, 11 Nov 2015 09:46:27 +0000 (10:46 +0100)]
Merge pull request #1940 from commodo/python-setuptools-upgrade

python-setuptools: upgrade to version 18.5

8 years agobandwidthd: Addition of a variant of the bandwidthd package. 1942/head
Jean-Michel Lacroix [Tue, 10 Nov 2015 20:13:52 +0000 (15:13 -0500)]
bandwidthd: Addition of a variant of the bandwidthd package.

Addition of the bandwidthd-pgsql package variant that can save also
in a postgres database.

Modification of bandwidthd.config to have the default IP address
of an OpenWrt router (192.168.1.1)

Addition of a small OpenWrt logo in the logo.gif

Compile tested on CC and trunk (ar71xx and mvebu in both cases)
run tested on CC (ar71xx) and trunk (r47397 on mvebu)

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
8 years agopython-setuptools: upgrade to version 18.5 1940/head
Alexandru Ardelean [Tue, 10 Nov 2015 10:48:08 +0000 (12:48 +0200)]
python-setuptools: upgrade to version 18.5

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years agoMerge pull request #1914 from sairon/fossil-fix-makefile
Luka Perkov [Tue, 10 Nov 2015 00:33:21 +0000 (01:33 +0100)]
Merge pull request #1914 from sairon/fossil-fix-makefile

fossil: fix Makefile for GNU Make < 3.82

8 years agoMerge pull request #1939 from damianorenfer/master
Ted Hess [Mon, 9 Nov 2015 19:59:50 +0000 (14:59 -0500)]
Merge pull request #1939 from damianorenfer/master

libs/libsodium: update to 1.0.6

8 years agolibs/libsodium: update to 1.0.6 1939/head
Damiano Renfer [Mon, 9 Nov 2015 19:04:24 +0000 (20:04 +0100)]
libs/libsodium: update to 1.0.6

Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
8 years agoMerge pull request #1931 from mstorchak/tmux
Álvaro Fernández Rojas [Mon, 9 Nov 2015 06:06:48 +0000 (07:06 +0100)]
Merge pull request #1931 from mstorchak/tmux

tmux: update to 2.1

8 years agoMerge pull request #1930 from mstorchak/tgt
Álvaro Fernández Rojas [Mon, 9 Nov 2015 06:06:18 +0000 (07:06 +0100)]
Merge pull request #1930 from mstorchak/tgt

tgt: update to 1.0.61

8 years agoMerge pull request #1932 from mstorchak/acl
Álvaro Fernández Rojas [Mon, 9 Nov 2015 06:04:17 +0000 (07:04 +0100)]
Merge pull request #1932 from mstorchak/acl

acl: update to 20150921

8 years agoMerge pull request #1933 from mstorchak/attr
Álvaro Fernández Rojas [Mon, 9 Nov 2015 06:03:58 +0000 (07:03 +0100)]
Merge pull request #1933 from mstorchak/attr

attr: update to 20150922

8 years agoMerge pull request #1929 from Zokormazo/grep
Álvaro Fernández Rojas [Mon, 9 Nov 2015 06:00:28 +0000 (07:00 +0100)]
Merge pull request #1929 from Zokormazo/grep

grep: update to 2.22

8 years agoMerge pull request #1935 from mstorchak/netatalk
Álvaro Fernández Rojas [Mon, 9 Nov 2015 06:00:17 +0000 (07:00 +0100)]
Merge pull request #1935 from mstorchak/netatalk

netatalk: fix dependency: libattr instead of attr

8 years agoacl: update to 20150921 1932/head
Maxim Storchak [Sun, 8 Nov 2015 10:34:41 +0000 (12:34 +0200)]
acl: update to 20150921

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
8 years agoattr: update to 20150922 1933/head
Maxim Storchak [Sun, 8 Nov 2015 10:35:14 +0000 (12:35 +0200)]
attr: update to 20150922

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
8 years agogrep: update to 2.22 1929/head
Julen Landa Alustiza [Sun, 8 Nov 2015 18:35:31 +0000 (19:35 +0100)]
grep: update to 2.22
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
8 years agotmux: update to 2.1 1931/head
Maxim Storchak [Sun, 8 Nov 2015 17:33:49 +0000 (19:33 +0200)]
tmux: update to 2.1

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
8 years agotgt: update to 1.0.61 1930/head
Maxim Storchak [Sun, 8 Nov 2015 10:32:30 +0000 (12:32 +0200)]
tgt: update to 1.0.61

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
8 years agonetatalk: fix dependency: libattr instead of attr 1935/head
Maxim Storchak [Sun, 8 Nov 2015 10:19:03 +0000 (12:19 +0200)]
netatalk: fix dependency: libattr instead of attr

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
8 years agophp5: update to 5.6.15
Michael Heimpold [Sat, 7 Nov 2015 16:37:45 +0000 (17:37 +0100)]
php5: update to 5.6.15

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agolibmraa: board detection was broken after the name changed
John Crispin [Fri, 6 Nov 2015 21:34:59 +0000 (22:34 +0100)]
libmraa: board detection was broken after the name changed

Signed-off-by: John Crispin <blogic@openwrt.org>
8 years agoMerge pull request #1894 from hnyman/xz522
Nico [Fri, 6 Nov 2015 14:36:51 +0000 (15:36 +0100)]
Merge pull request #1894 from hnyman/xz522

utils/xz: update to 5.2.2

8 years agoMerge pull request #1917 from thess/boost-build
Ted Hess [Thu, 5 Nov 2015 18:50:41 +0000 (13:50 -0500)]
Merge pull request #1917 from thess/boost-build

boost: Add ignore-site-config option to bjam

8 years agoMerge pull request #1919 from sairon/tvheadend-update
Ted Hess [Thu, 5 Nov 2015 18:47:22 +0000 (13:47 -0500)]
Merge pull request #1919 from sairon/tvheadend-update

tvheadend: update to v4.0.7

8 years agolibwebsockets: Bump to version 1.5
Karl Palsson [Thu, 5 Nov 2015 13:59:22 +0000 (13:59 +0000)]
libwebsockets: Bump to version 1.5

Very minor changes in this release, but best to keep up.

Full changelog available at
http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog

Signed-off-by: Karl Palsson <karlp@remake.is>
8 years agotvheadend: update to v4.0.7 1919/head
Jan Čermák [Thu, 5 Nov 2015 12:35:00 +0000 (13:35 +0100)]
tvheadend: update to v4.0.7

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agofossl: update to 1.34
Luka Perkov [Wed, 4 Nov 2015 20:44:03 +0000 (21:44 +0100)]
fossl: update to 1.34

Signed-off-by: Luka Perkov <luka@openwrt.org>
8 years agoMerge pull request #1916 from chris5560/master
Ted Hess [Wed, 4 Nov 2015 21:05:23 +0000 (16:05 -0500)]
Merge pull request #1916 from chris5560/master

ddns-scripts: rollup to version 2.5.0-1

8 years agoboost: Add ignore-site-config option to bjam 1917/head
Ted Hess [Wed, 4 Nov 2015 20:33:10 +0000 (15:33 -0500)]
boost: Add ignore-site-config option to bjam

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agopianod: Remove svn version check from builds
Ted Hess [Wed, 4 Nov 2015 20:30:12 +0000 (15:30 -0500)]
pianod: Remove svn version check from builds

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agoddns-scripts: rollup to version 2.5.0-1 1916/head
Christian Schoenebeck [Wed, 4 Nov 2015 20:28:28 +0000 (21:28 +0100)]
ddns-scripts: rollup to version 2.5.0-1

- add -V / --version parameter to show version information
- new option lookup_host as host to use by nslookup/host to validate IP address changes, to be separate from [DOMAIN] parameter which produces a lot of questions in the forum and on multi-host updates
- new option param_enc for optional usage inside update_url [PARAMENC] (will be send urlencoded)
- new option param_opt for optional usage inside update_url [PARAMOPT]
- new service strato.de (IPv4 only) requested by ludwig.jaffe@
- new service variomedia.de (IPv4 & IPv6) requested by Wolfgang Oertl #1884
- rewritten function get_service_data to read services/service_ipv6 file
- allow 3rd parameter inside services/service_ipv6 file - here should be the answer of the ddns provider on success. If parameter is set, it's checked by ddns-scripts and report errors to logfile/syslog if failed and retry
- updated tld_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agotvheadend: Fix build dependency for iconv libs
Ted Hess [Wed, 4 Nov 2015 19:51:07 +0000 (14:51 -0500)]
tvheadend: Fix build dependency for iconv libs

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agoMerge pull request #1915 from thess/sps-update
Ted Hess [Wed, 4 Nov 2015 19:22:47 +0000 (14:22 -0500)]
Merge pull request #1915 from thess/sps-update

shairport-sync: Add "mini" package (no soxr, no avahi, use polarssl)

8 years agoshairport-sync: Add "mini" package (no soxr, no avahi, use polarssl) 1915/head
Ted Hess [Wed, 4 Nov 2015 19:08:51 +0000 (14:08 -0500)]
shairport-sync: Add "mini" package (no soxr, no avahi, use polarssl)

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agofossil: fix Makefile for GNU Make < 3.82 1914/head
Jan Čermák [Wed, 4 Nov 2015 17:12:21 +0000 (18:12 +0100)]
fossil: fix Makefile for GNU Make < 3.82

make defconfig (or feeds update) raised following error for fossil
package on Ubuntu 14.04 LTS with GNU Make 3.81:
    Makefile:47: *** missing separator.  Stop.

To fix this, empty blocks are now defined instead of using undefine
directive which was added in GNU Make 3.82.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agoMerge pull request #1913 from dddaniel/master
Ted Hess [Wed, 4 Nov 2015 16:08:45 +0000 (11:08 -0500)]
Merge pull request #1913 from dddaniel/master

atftp: fix invalid read in tftp_send_request.

8 years agoatftp: fix invalid read in tftp_send_request. 1913/head
Daniel Danzberger [Wed, 4 Nov 2015 15:28:50 +0000 (16:28 +0100)]
atftp: fix invalid read in tftp_send_request.

This invalid read of 1 byte caused a segfault
on some arm platforms.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
8 years agoMerge pull request #1910 from dajhorn/liblz4-r131
Steven Barth [Wed, 4 Nov 2015 00:39:06 +0000 (01:39 +0100)]
Merge pull request #1910 from dajhorn/liblz4-r131

liblz4: update to r131

8 years agopppossh: use exec with pty option to eliminate a level of bufferbloat
Yousong Zhou [Fri, 30 Oct 2015 07:42:41 +0000 (15:42 +0800)]
pppossh: use exec with pty option to eliminate a level of bufferbloat

While at it, also do the following fixes

 - Drop the URL pointing to the old github repo
 - Fix detection of default set of private keys

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
8 years agosqm-scripts: Bump to v1.0.4.
Toke Høiland-Jørgensen [Mon, 2 Nov 2015 17:05:14 +0000 (18:05 +0100)]
sqm-scripts: Bump to v1.0.4.

8 years agoMerge pull request #1900 from jefferyto/python-crypto
Steven Barth [Mon, 2 Nov 2015 02:23:42 +0000 (03:23 +0100)]
Merge pull request #1900 from jefferyto/python-crypto

python-crypto: import pycrypto from old packages feed