Commit Graph

2468 Commits

Author SHA1 Message Date
Hannu Nyman baae1b7ab8 Merge pull request #3798 from fededim/master
lftp: updated to 4.7.5
2017-01-08 23:02:44 +02:00
Federico Di Marco d94bc13a8a lftp: updated to 4.7.5
sstp-client: updated to 1.0.11 and moved under VPN submenu

Signed-off-by: fededim@gmail.com
2017-01-08 21:56:04 +01:00
Michael Heimpold 21b9ac9706 ser2net: update to 3.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-01-08 21:50:02 +01:00
Daniel Engberg 677492e02c net/transmission: Refresh patches and minor tweaks
Refresh patches
Add patch to spoof git-version as release
Switch to xz tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-08 21:07:30 +01:00
Toke Høiland-Jørgensen 3b73eb19b0 bcp38: Add note about IPv6 to package description and help text
Fixes #3793.
2017-01-08 19:50:50 +01:00
Cezary Jackiewicz ba55878959 transmission: conversion polarssl to mbedtls
Maintainer: me / @obsy
Compile tested: x86, LEDE
Run tested: X86/geode, LEDE

Description:
- up to current git version: 35fea28d1a37875ef7480ac061754df617805b19
- replace polarssl via mbedtls

Closes https://github.com/openwrt/packages/issues/3731

Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
2017-01-08 19:23:51 +01:00
Hannu Nyman 0392cd0fc7 Merge pull request #3787 from diizzyy/patch-19
net/zerotier: Fix source tarball filename
2017-01-08 15:36:31 +02:00
Aaron Drew 2b85289715 https-dns-proxy: Version bump
Version bump. Now includes support for SRV records, cap on concurrent requests.

Signed-off-by: Aaron Drew <aarond10@gmail.com>
2017-01-08 23:20:03 +11:00
Daniel Engberg 9984b851fa net/zerotier: Fix source tarball filename
HTTP header content-disposition isn't honored resulting in source tarball name only containing version number.
Switch to GIT repo as workaround to avoid clashing filenames.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-08 03:58:20 -06:00
Moritz Warning 8beaec1a9d net/zerotier: improve libupnpc detection
The patch name was wrong and the change could be made in a more elegant way.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-01-07 22:51:53 +01:00
Moritz Warning 47f6006237 zerotier: fix upnp build support
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-01-07 16:38:36 +01:00
Hannu Nyman 50a01b507d Merge pull request #3749 from mwarning/add-zerotier-package
zerotier: add initial package
2017-01-07 12:08:13 +02:00
Philip Prindeville ac531a9c54 isc-dhcp: bump version to latest and fix build issues
Version bumped to 4.3.5.  Separated out compile/install steps since
compiling with $DESTDIR yields bogus results. Removed rfc-3527 patch
as something similar (better) is now upstream (well, more complete
error checking anyway). Change relay scripts from '-l ifname' to
'-U ifname' to correspond to upstream changes.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-01-06 15:52:28 -07:00
Jo-Philipp Wich 399d0e57cd net-snmp: build against libnl-tiny
Instead of causing nondeterministing conditional compilation depending on
whether libnl-core happens to be present or not, fixup the net-snmp package
to link against libnl-tiny which is present by default on the majority of
systems.

In order to successfully build against libnl-tiny, a number of things had
to be fixed in both the upstream configure and the outer Makefile:

- Add a patch which fixes the upstream configure macros to properly handle
  cases where the cache variables for nl_connect() and netlink.h tests are
  predefined. Without this patch, all subsequent link tests in configure
  will fail, causing the build system to assume functions like opendir() or
  readdir() to be missing, leading to build failures later on due to
  conflicting redefinitions of structures and function prototypes

- In the same patch, stop probing the host systems /usr/include/libnl-3 if
  ac_cv_header_netlink_netlink_h is given. This brings the proprietary
  configure bits in line with the behaviour expected from autoconfig in a
  cross compile setting

- Explicitely request nl support by passing the --with-nl flag to configure

- Pass the required cache variables to skip the broken tests for
  nl_connect() and netlink.h

- Amend TARGET_CPPFLAGS to let net-snmp's build system discover nl-tiny's
  netlink/netlink.h and netlink/socket.h

- Enable the autoreconf fixup to regenerate the broken shipped configure
  from patched macros

- Adjust the depends to unconditionally require libnl-tiny

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-06 16:46:28 +01:00
Hannu Nyman a3e7b2dc0e Merge pull request #3774 from dibdot/adblock
adblock: bugfix 2.1.1
2017-01-06 17:17:15 +02: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
Stijn Tintel 74e436fac5 net-snmp: fix libnl dependency for snmpd-static
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-01-06 02:56:03 +01:00
Stijn Tintel 0368739eac net-snmp: enable AgentX support
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-01-05 14:44:45 +01:00
Hannu Nyman 8a227b47db Merge pull request #3765 from dibdot/adblock
adblock: update 2.1.0
2017-01-05 13:50:47 +02:00
Moritz Warning 23983d7a66 zerotier: add initial package
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-01-05 10:55:16 +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
Stijn Tintel 54d955f91a Merge pull request #3759 from commodo/keepalived-default-old-conf
keepalived: use old keepalived.conf by default
2017-01-04 19:48:21 +01:00
Alexandru Ardelean f59f751e9a keepalived: use old keepalived.conf by default
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-01-04 20:46:53 +02:00
Stijn Tintel 28275a74c2 keepalived: fix recvmsg/sendmsg on mips64 again
Commit e73964fa8f incorrectly dropped the
patch 101-update-struct-msghdr.patch. Add it again, and while add it
also add the follow-up patch that was added upstream.

Fixes #3757.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-01-04 19:02:03 +01:00
Stijn Tintel 8915b1e03b net-snmp: fix libnl dependency
When libnl-core is enabled, but libnl isn't, build fails because of a
missing dependency on libnl-3.so.200. Depending on libnl-core seems to
work for both cases.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-01-04 13:16:56 +01:00
Hans Dedecker 6282bf2114 net-snmp : update to 5.7.3
Update to 5.7.3 by refreshing patches; remove 800-format-security
as upstream integrated.
Add libnl dependency in the package Makefile as net-snmp will check
if libnl is enabled in config_os_libs2.
Remove unneeded PKG_FIXUP build variable.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-01-04 12:05:34 +01:00
Daniel Engberg 19db3f6ba9 Update sngrep to 1.4.2
Update sngrep to 1.4.2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-04 06:18:16 +01:00
Stijn Tintel ae5d8d674b Merge pull request #3322 from SvenRoederer/feature/add_snmp-mibs
net-snmp: add package snmp-mibs
2017-01-04 01:13:08 +01:00
Toke Høiland-Jørgensen 6dee23a0f6 sqm-scripts: Update to v1.1.0 2017-01-03 23:22:54 +01:00
Sven Roederer daeb5fd506 net-snmp: add package snmp-mibs
this installs the default MIBS-files under /usr/share/snmp/mibs .
Also aligns the defines to the same sorting-scheme.

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
2017-01-03 22:11:21 +01:00
Stijn Tintel e6b554763e net-snmp: take over maintainership
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-01-03 19:40:59 +01:00
Alberto Bursi e55c088877 sqm-scripts: use https link (#3741)
change download link from git:// to https:// .
Git links are less safe (not encrypted) and, more importantly, they are blocked by company firewalls.
Https links do not have either issue.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2017-01-03 11:23:07 +01:00
Damiano Renfer 4174f03b43 net/dnscrypt-proxy: update to 1.9.1. Change config system, use config file instead of command line args, no changes made to existing UCI part. Add blacklists support
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2017-01-02 20:08:43 +01:00
Daniel Engberg 18536d8e28 net/cshark: New version layout, use mbed TLS and xz
Move git hash to PKG_VERSION instead of PKG_RELEASE
Use xz git tarball instead of gz
Add dependency to ustream-mbedtls as mbed TLS 1.3 is deprecated.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-01 09:31:38 +01:00
Hannu Nyman 16bb20cfe5 Merge pull request #3727 from commodo/keepalived-update-me
keepalived: update to 1.2.19, switch maintainer to me, refresh PRs 2312 & 2340
2016-12-31 17:12:38 +02:00
Alexandru Ardelean e73964fa8f keepalived: upgrade to version 1.2.19
Dropped patches, unrequired.
There is a newer version released, but I cannot vouch for it yet.
We've been using this one for about a year now.

Since, I only recently became maintainer of `keepalived`, I will
push this as the current stable one, and start using a newer
version internally, before releasing it to the public.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-12-31 16:26:51 +02:00
Alexandru Ardelean 70d7f3b367 keepalived: add myself as maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-12-31 16:07:36 +02:00
Hannu Nyman f90396ee0f Merge pull request #3726 from dibdot/adblock
adblock: update 2.0.4
2016-12-31 15:28:22 +02:00
Hannu Nyman 2353c1148f Merge pull request #3725 from dibdot/travelmate
travelmate: update 0.3.0
2016-12-31 15:27:50 +02: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 c4356a02d5 travelmate: update 0.3.0
* switch to procd interface trigger
    * no additional active monitor/polling in the background
    * simplified code
* new option "trm_maxwait", how long (in seconds)
    should travelmate wait for wlan interface reload action
    (default: '20')
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-12-31 14:14:29 +01:00
Hannu Nyman 07052a6b9c Merge pull request #3724 from fededim/master
softethervpn: updated to version 4.22-9634
2016-12-31 14:32:36 +02:00
Federico Di Marco 45fcd8c37e softethervpn: updated to version 4.22-9634
- bugfix #3629
- readded nossl3 patch

Signed-Off-by: Federico Di Marco <fededim@gmail.com>
2016-12-31 13:23:33 +01:00
Ben Kelly 8483011a51 keepalived: suppress reloads when config md5 has no change
Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-12-31 12:39:05 +02:00
Ben Kelly 0b16c2ada2 keepalived: Fix ordering of config sections
keepalived seems to be rather particular about which config parameters
come before others.

When defining a virtual IP address, keepalived will check to see if the
vrrp instance is associated with a valid interface. Previously, the
interface parameter was declared after the virtual IP address which
caused an error when keepalived tried to run this check. Keepalived
tries to fall back to checking if 'eth0' exists.

The fix is to re-order the config stanzas so that the interface
parameter comes before the virtual IP address definitions.

Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-12-31 12:37:14 +02:00
Ben Kelly 37d9426ac5 keepalived: Fix track_* option in vrrp_instance defn
Also fix ordering of config stanzas

We were parsing the track_script and track_interface definitions to
include the weight param when configuring a vrrp_instance. This is not
correct, as the weight param inside a vrrp instance is used to augment
the one defined in the script.

We were also not taking into account vrrp_script stanzas

This commit skips the parsing and simply lists the name of the
track/vrrp object

Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-12-31 12:31:40 +02:00
Hannu Nyman 6e8b77c088 Merge pull request #3717 from zx2c4/patch-1
net/wireguard: update to 0.0.20161230
2016-12-31 12:20:41 +02:00
Alexandru Ardelean a883235e13 keepalived: add uci config support
Adding @scrpi (Ben Kelly).
Initial UCI config support was written by me (@commodo)

Updates & fixes added by Ben.

Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-12-31 12:15:54 +02:00
Alexandru Ardelean e5c3d4433f keepalived: convert init script to procd format
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-12-31 12:15:22 +02:00
Alexandru Ardelean e40ba7cc8e keepalived: make the use of libnl optional
keepalived seems to work fine without it.
There is fall-back code that kicks in when it's not present.

So, we will build against (or pull) the libnl package only
if there is another package that pulls it.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-12-31 12:07:56 +02:00
Hannu Nyman 540eba6541 Merge pull request #3697 from psyborg55/master
mwan3-luci: update to 1.4-5
2016-12-31 10:19:37 +02:00
Federico Di Marco b13e3f8fd2 softethervpn: updated to version 4.22-9634
- bugfix #3629

Signed-Off-by: Federico Di Marco <fededim@gmail.com>
2016-12-31 04:23:29 +01:00
Jason A. Donenfeld 37425e787e net/wireguard: update to 0.0.20161230
Simple version bump; no changes needed other than filename and hash.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-12-31 03:26:08 +01:00
Hannu Nyman a876e13fd6 Merge pull request #3716 from dibdot/adblock
adblock: update 2.0.3
2016-12-30 23:54:15 +02: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
leonghui 35f3f59c87 aria2: update to 1.30.0
Maintainer: @kuoruan
Compile tested: mips
Run tested: mips

Issue with magnet links not starting is fixed: https://github.com/aria2/aria2/issues/793
2016-12-29 21:03:03 +08:00
ascob 9cbc078e2c dynapoint: add new package (fixes #3304)
Dynapoint is a dynamic access point manager

Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
Acked-by: Thomas Huehn <thomas.huehn@evernet-eg.de>

- minor whitespace fixes/cleanups
- squashed multiple commits into a single one before merge

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-12-27 22:31:18 +01:00
heil afda05e417 haproxy: bump to 1.7.1-19
- fix wrong ncurses depency
 - integrate patches from mainline

Signed-off-by: heil <heil@terminal-consulting.de>
2016-12-27 00:24:38 +01:00
heil f8b42ce2c9 package apache: upgrade to 2.4.25
- refresh patches

Signed-off-by: heil <heil@terminal-consulting.de>
2016-12-26 23:42:01 +01:00
Christian Schoenebeck 10e0400a23 ddns-scripts: no longer build public_suffix_list.dat.gz during build
- no longer build public_suffix_list.dat.gz during build #3678
- replace "\s" with "[[:space:]]" inside Makefile because "\s" ignored by some sed versions
- tools/public_suffix_list.sh still available to rebuild public_suffix_list.dat.gz outside OpenWRT/LEDE build system

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-25 16:02:52 +01:00
Christian Schoenebeck 3065760a84 ddns-scripts: get public_suffix_list.dat without using secure connection
Get public_suffix_list.dat without using secure connection. #3678

File generated during build, because it's the only option to have an
actual version packaged.
Long term Cloudflare_v1 package will be changed to no longer need
public_suffix_list.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-24 15:52:19 +01:00
psyborg55 f86d2dece5 mwan3-luci: update to 1.4-5
Maintainer: @arfett
Compile tested: ramips, xiaomi mini, r49946
Run tested: ramips, xiaomi mini, r49946

Description: Bump to 1.4-5. Added new page for wifi configuration edit, similar how the current network configuration page works.
Also enabled collecting of wifi configuration in troubleshooting page.

Signed-of-by: Tomislav Požega pozega.tomislav@gmail.com
2016-12-24 14:44:12 +01:00
Jason A. Donenfeld 52039ed443 net/wireguard: version bump
Update to a new wireguard version. Simple version bump.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-12-24 14:48:44 +08:00
danrl 7d34e8e5f4 wireguard: add protocol dependency for endpoints
Endpoint dependency implemented. The actual endpoint is used exclusively. Using
this approach we are dual-stack safe (not errors on missing protocol) and create
only the dependency that are really necessary.

Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-12-24 14:33:00 +08:00
Hannu Nyman 96d5c779b2 Merge pull request #3692 from dibdot/adblock
adblock: update 2.0.2
2016-12-23 09:46:51 +02: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
Hannu Nyman b81e0b2839 Merge pull request #3690 from dibdot/adblock
adblock: bugfix 2.0.1
2016-12-22 20:43:32 +02: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
heil 0f9bf14e66 haproxy: remove old patches
- remove old patches from 1.6
 - fix download url for 1.7
 - fixes #3687

Signed-off-by: heil <heil@terminal-consulting.de>
2016-12-22 10:40:11 +01:00
Hannu Nyman 1cee6e8802 Merge pull request #3655 from onikitenko/vsftpd-fix
vsftpd: Fix compilation error on x86
2016-12-22 10:17:05 +02:00
Peter Wagner 89b8be4135 openssh: update to 7.4p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-12-22 00:48:51 +01:00
Christian Schoenebeck 97acd6eb2d ddns-scripts: fix return codes if provider's data already up to date
Fix return codes, if ip data at Godaddy.com and Cloudflare.com are
already up to date, handle it as succesful update.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-20 20:09:50 +01:00
Alex Nikitenko beab35d113 vsftpd: Fix vsftpd compilation error for x86
Signed-off-by: Alex Nikitenko <alex.nikitenko@sirinsoftware.com>
2016-12-20 18:31:26 +02:00
heil 16d8e5a0eb nginx: bump version to latest stable 1.10.2
Signed-off-by: heil <heil@terminal-consulting.de>
2016-12-20 16:37:53 +01:00
heil 82d75119b9 haproxy:
bump to version 1.7.1

 - remove old patches

Signed-off-by: heil <heil@terminal-consulting.de>
2016-12-20 16:32:09 +01:00
Jo-Philipp Wich c964379fc4 Merge pull request #3658 from jow-/openvswitch-kmod-compile-time
openswitch: improve build time for kmod-only builds
2016-12-20 15:07:00 +01:00
Hannu Nyman 3b40d63013 Merge pull request #3681 from dibdot/adblock
adblock: release 2.0.0
2016-12-20 13:48:09 +02: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
Hannu Nyman e265556e51 Merge pull request #3665 from EricLuehrsen/unbound_1_6_0
unbound: update to 1.6.0
2016-12-20 10:39:12 +02:00
Daniel Engberg 1dd2958ab8 net/dnscrypt-proxy: Use bz2 tarball
Use bz2 tarball, saves space and bandwidth. 
Use SHA256 checksum instead of MD5.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-12-19 11:14:46 +01:00
Damiano Renfer 96f1cafbaa net/dnscrypt-proxy: update to 1.8.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2016-12-19 10:27:39 +01:00
Eric Luehrsen 82c2368177 unbound: UCI updates to take advantage of 1.6.0
- UCI to take advantage of "qname-minimisation-strict:"
- UCI to block chaos reponses bind, server, and version
- UCI to limit or prefer recrusion over IP4 or IP6

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-12-18 22:38:19 -05:00
Eric Luehrsen c0a630001b unbound: bugfix for UCI script typos
- UCI option dnsmasq_gate_name typo in few locations
- NTP hotplug to check /etc/init.d/unbound not ..dnsmasq

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-12-18 22:38:19 -05:00
Eric Luehrsen e9226f1d26 unbound: update 1.6.0
- future opportunity: added "views:" clause
-- consider won't need UCI for security instances
-- consider access lists, forwards, views, and tags
-- consider query denial for DNS amplification defense
- future opportunity: thrifted "local-zone:" memory bloat
-- consider adblock package to feed thru unbound-control
-- consider access lists, forwards, views, and tags
-- consider offering LuCI parental controls or other

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-12-18 22:38:19 -05:00
Hannu Nyman 4b0147d8d0 Merge pull request #3673 from zorun/bmon_4.0
bmon: Bump to 4.0, update copyright
2016-12-18 21:52:39 +02:00
Hannu Nyman fd1ed3d5bb Merge pull request #3674 from zx2c4/wireguard-bump
net/wireguard: version bump
2016-12-18 21:52:09 +02:00
Christian Schoenebeck b6377ba8db ddns-scripts: fixes for cloudflare v4
- update_cloudflare_com_v4.sh: enclose urls in single quotes
- dynamic_dns_functions.sh: force to return only one ip, if using nslookup to get registered ip

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-18 20:35:39 +01:00
Jason A. Donenfeld c3f5ca5683 net/wireguard: version bump
Update to new snapshot version. We also make IPV6 optional, and
conditionally selecting the udptunnel6 module, using the same trick that
the strongswan package also uses for this kind of dependency expression.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-12-18 18:36:54 +01:00
Baptiste Jonglez 200834c7c2 bmon: Bump to 4.0, update copyright
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-12-18 18:33:05 +01:00
Hannu Nyman ff8c524606 Revert "package/wireguard bump version to 0.0.20161216" 2016-12-18 14:14:11 +02:00
viisauksena cd81a48f20 package/wireguard bump version to 0.0.20161216
package/wireguard bump version to 0.0.20161216
Signed-off-by: Jens Viisauksena github_patch@viisauksena.de
2016-12-18 02:03:41 +01:00
Hauke Mehrtens 703c91f722 tor: update to version 0.2.8.11
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2016-12-17 13:55:20 +01:00
danrl 0510753c25 jool: version bump (fixes #3657)
Latest upstream changes explicitly include `net/ip6_checksum.h`.
Fixes issue #3657.

Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-12-17 02:45:39 -06:00
Jo-Philipp Wich bf7ef2af12 openswitch: improve build time for kmod-only builds
When only kmod-openvswitch is enabled, which commonly happens during LEDE
release builds, there is no need to build the entire userland of openvswitch
as this is done at a later stage on systems dedicated to build only userspace
packages.

This change conditionalizes the dependency on python, which means that python
prerequisites are only compiled if the openvswitch-python package is enabled,
which allows us to eliminate the entire python dependency chain.

Furthermore, this change sets MAKE_PATH to the kernel module sub directory
if only kmod-openvswitch is enabled which causes the openvswitch build system
to only process sources related to the .ko files.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-12-16 02:57:26 +01:00
Jo-Philipp Wich c2f712935d Merge pull request #3604 from danrl/jool
jool: added support for Jool SIIT/NAT64
2016-12-14 19:43:14 +01:00
danrl 95a9364f05 jool: added support for Jool SIIT/NAT64
This adds support for the Jool SIIT/NAT64 translating kernel modules and user
space tools.

Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-12-14 19:36:08 +01:00
Dominik Menke 8dd99f4f7f libuecc: use shared instead of static library
This patch prepares for another future package (ecdsautils),
which builds multiple binaries all linked to libuecc.

The changes are a direct copy of [1]. The original commit
message was:

> commit cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1
> From: Matthias Schiffer <mschiffer@universe-factory.net>
> Date: Tue, 3 May 2016 21:33:34 +0200
> Subject: libuecc: use shared instead of static library
>
> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

[1]: cb2ecbfdf0/patches/packages/openwrt/0007-libuecc-use-shared-instead-of-static-library.patch

Signed-off-by: Dominik Menke <dom@digineo.de>
2016-12-14 10:47:51 +01:00
Miroslav Lichvar 9dd760815a chrony: enable asynchronous name resolving
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2016-12-13 14:06:56 +01:00
Hannu Nyman 73231f6d21 Merge pull request #3642 from danrl/dns64
unbound: added DNS64 support
2016-12-13 11:04:01 +02:00
Christian Schoenebeck 13d1169d5e ddns-scripts: set default verbose=0 so scripts run in background
fix #3645 and https://github.com/lede-project/source/pull/596#issuecomment-266395456

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-12 21:07:20 +01:00
Eric Luehrsen c189596a4a Unbound: added UCI support for DNS64
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Signed-off-by: Dan Luedte <mail@danrl.com>
2016-12-12 08:12:26 +01:00
Christian Schoenebeck 099acdb89e ddns-scripts: fix answer of changeip.com
fix answer of changeip.com #3292

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-11 10:47:51 +01:00
Nikos Mavrogiannopoulos 2becb18c52 Merge pull request #3639 from kholk/master
ocserv: Add libev prefix to stop configure stage failure
2016-12-10 19:00:55 +01:00
Christian Schoenebeck c380d595a8 ddns-scripts: extended/updated Makefile
modified Makefile to:
- stop service before install when updating reported at http://forum.lede-project.org/t/ddns-scripts-upgrade-issue/456/1
- run uci-defaults for all packages
- modify services files only on new installation
still some commands already covered by default_postinst() etc. but they are in there for backward compatibilty.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-09 20:14:06 +01:00
Angelo G. Del Regno 5f6e8651db ocserv: Add libev prefix to stop configure stage failure
This version of ocserv needs us to explicitly specify the prefix
for libev. Add a --with-libev-prefix parameter to make the
configure stage to get the right library.

Signed-off-by: Angelo G. Del Regno <kholk11@gmail.com>
2016-12-09 15:03:16 +01:00
Hannu Nyman c7652be39c Merge pull request #3635 from p-wassi/lftp_474
net/lftp: update to 4.7.4
2016-12-09 10:24:06 +02:00
Yousong Zhou 25621beab4 reaver: use 65536 as snaplen with pcap
It should fix issue #3333.  The patch was formed with help from
t6x/reaver-wps-fork-t6x#101

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-12-08 09:54:30 -06:00
p-wassi bfc5df51e2 net/lftp: update to 4.7.4
Update lftp to upstream release 4.7.4
Also update the list of package mirrors.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-12-08 10:42:11 +01:00
Eric Luehrsen 1ed2270670 Unbound: fix regression of manual conf for power user
- History: prior to package 1.5.10-3 /var/lib/unbound was not used
- History: prior to package 1.5.10-4 no UCI scripts were provided
- Problem: UCI 'option manual_conf 1' only copied unbound.conf and root.key
- Problem: power users that had complex file nests cannot use this
- Fix: README.md includes instructions for /var/lib/unbound jail
- Fix: unbound.sh copies ALL of /etc/unbound for 'option manual_conf 1'

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-12-08 00:57:28 -05:00
Daniel Golle 72ea367a15 Merge pull request #3627 from ryzhovau/opentracker-conf
opentracker: do not rewrite conf files
2016-12-07 16:45:25 +01:00
Jo-Philipp Wich b7c332fab4 Merge pull request #3498 from fededim/master
softethervpn: added new package 4.21-9613
2016-12-07 15:18:52 +01:00
Alexander Ryzhov 4b1f9ad9cf opentracker: do not rewrite conf files
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-12-07 16:09:53 +03:00
Matthias Schiffer ba5695c1b4 Merge pull request #3626 from p-wassi/ethtool_48
net/ethtool: update to 4.8
2016-12-07 11:39:11 +01:00
Noah Meyerhans 3de60fac7b Merge pull request #3594 from stintel/bind
bind: disable libjson support
2016-12-06 20:26:20 -08:00
p-wassi a0f2a825c1 net/ethtool: update to 4.8
Update ethtool to upstream release 4.8

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-12-05 20:54:49 +01:00
Christian Schoenebeck 4ae1484a19 ddns-scripts: various fixes
fixes reported in #3621 #3617 #3616

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-05 20:40:09 +01:00
Hannu Nyman 5f106b0077 Merge pull request #3609 from wodu/linuxptp_package
linuxptp: Update to version 1.8
2016-12-05 11:03:13 +02:00
Christian Schoenebeck 1c20dcb71a ddns-scripts: update to 2.7.6-1
- tld_names.dat.gz
  - rename to public_suffix_list.dat.gz
  - (re)created during build
  - new location /usr/share
- move services files to /etc/ddns
- new services
  - CloudFlare.com-v4 using API-Version 4 without using public_suffix_list.dat
  - GoDaddy.com
  - both depending on cURL package
  - both with modified syntax for option domain ( NEW: [host[.subdom]@]domain.tld )
- new service
  - Now-DNS.com formerly Now-IP.com
- service afraid.org now supports key-auth and basic-auth
- new command line options for dynamic_dns_updater.sh and dynamic_dns_updater.sh
- adapted ddns.init and ddns.hotplug to new command line options
- renaming config options inside section global

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-04 16:47:09 +01:00
Jonas Gorski 6fccd8801e znc: allow running without modules
Now that we don't ship any modules by default, znc might be started
without any modules. Unfortunately znc refuses to start without any
modules, so patch out the appropriate check.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2016-12-03 17:52:28 +01:00
Jonas Gorski c5d465a53c Merge pull request #3508 from kdarbyshirebryant/zncplayback
znc: add advanced playback module
2016-12-03 17:47:07 +01:00
Jonas Gorski a6a6cf2d47 Merge pull request #3504 from kdarbyshirebryant/zncprocd
znc: run as user znc & use procd
2016-12-03 17:44:37 +01:00
Hannu Nyman 799610ca8e Merge pull request #3610 from dibdot/travelmate
travelmate: update 0.2.7
2016-12-03 01:59:12 +02:00
Dirk Brenken 811bda6982 travelmate: update 0.2.7
* no longer rely on static ap ifnames in wireless config
* other small fixes & cleanups

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-12-02 22:11:21 +01:00
Wojciech Dubowik 398c7ea919 linuxptp: Update to version 1.8
Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
2016-12-02 13:54:35 +01:00
Hannu Nyman ff69a86076 Merge pull request #3597 from zx2c4/patch-1
net/wireguard: version bump
2016-12-02 12:11:19 +02:00
Daniel Golle e404b5e7a6 gnurl: update to version 7.51.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-12-02 00:56:51 +01:00
Peter Wagner c64a84937e nfs-kernel-server: update to 1.3.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-12-01 16:11:37 +01:00
Hannu Nyman 9033f4ba92 Merge pull request #3598 from val-kulkov/subversion-1.9.5
net/subversion: update to 1.9.5
2016-11-30 18:28:12 +02:00
Hannu Nyman 6b1606b63f Merge pull request #3448 from black-roland/dnscrypt-resolvers
dnscrypt-proxy: Updated resolvers list
2016-11-30 18:23:50 +02:00
Val Kulkov b337886c78 update subversion from 1.9.4 to 1.9.5
Compile tested: ar71xx
Run tested: ar71xx

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2016-11-30 11:20:59 -05:00
Black Roland 4bbec2ff50 dnscrypt-proxy: Updated resolvers list
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
2016-11-30 23:09:46 +09:00
Eric Luehrsen c9e5929ff9 Unbound: Update scripts to build conf file from UCI
-unbound.sh implements the majority of requirements in README.md
-rootzone.sh reloads a small subset for alternate trigger maintenance
-unbound.init sets procd triggers on Unbound and dnsmasq (dhcp) UCI
-two part commit squashed with Makefile included

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-11-29 20:49:46 -05:00
Eric Luehrsen e8efcadcd5 Unbound: Add files to enable forward link to dnsmasq
-dnsmasq really provides nice local DHCP-DNS records
-Unbound host records would be clumsy to update
-Unbound can be configured to forward to dnsmasq
-iptools provided to facilitate PTR records
-flexible ipv6 colon notation is a bit complex

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-11-29 20:49:46 -05:00
Eric Luehrsen 2202548ff0 Unbound: Add UCI primer files
-README.md to describe the UCI in detail
-unbound.uci to get you started

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-11-29 20:49:46 -05:00
Eric Luehrsen 416534f95d Unbound: Add hotplug/ntp script to request restart
-DNSSEC needs time, time needs ntp, or power off RTC
-Many consumer routers are cost thrifted without RTC
-Conf "val-override-date: -1" disables time inside DNSSEC
-Need restart as option is not dynamically switchable
-hotplug/ntp is used to set file /var/lib/unbound/unbound.time
-UCI will add or remove option depending on flag-like-file

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-11-29 20:49:46 -05:00
Jason A. Donenfeld f8916c2f33 net/wireguard: version bump
Update to new snapshot version.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-11-29 23:52:01 +01:00
Stijn Tintel 5e69d51463 bind: disable libjson support
If libjson-c is detected during bind-libs configure phase, bind-libs
will be built with libjson support. This results in a missing dependency
error during install phase. Solve this by disabling libjson support.
2016-11-29 12:39:29 +01:00
Toke Høiland-Jørgensen 4cebee84ca acme: Update to v1.4.
This updates to the latest git version of acme.sh and drops the patch to
disable timestamps from the output (since that is now supported
upstream).

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-11-28 23:14:24 +01:00
Daniel Golle 80bcb0bf29 gnunet: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-11-28 15:10:45 +01:00
Daniel Engberg b0e60f21cc net/sngrep: Update to 1.4.1
Updates sngrep to 1.4.1
Use xz as tarball compression instead of tar.gz

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-11-28 10:55:15 +01:00
Daniel Engberg 86257f8550 net/stunnel: Update to 5.38
Updates stunnel to version 5.38

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-11-28 08:56:44 +01:00
Peter Wagner 640d377622 ntpd: update to 4.2.8p9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-11-27 20:18:56 +01:00
Hannu Nyman fade37e5df Merge pull request #3581 from dibdot/adblock
adblock: bugfix 1.5.4
2016-11-27 20:02:39 +02: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
Nikos Mavrogiannopoulos 75f2d6f71e ocserv: explicitly disable lz4 building
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-11-27 18:06:11 +01:00
Hannu Nyman cce1bfbfb8 Merge pull request #3555 from nikil/aggregate
aggregate: Add package
2016-11-26 12:06:42 +02:00
Nikil Mehta 631ca3af76 aggregate: Add package
Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
2016-11-26 01:34:28 -08:00
W. Michael Petullo 410e4ea3d1 lighttpd: add option to build mod_authn_file.so
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-11-25 11:11:47 -05:00
Toke Høiland-Jørgensen 5a90e41b30 acme: Update to v1.3.
This version handles transitioning from a previous certificate that was
issues using the staging server, adds more debug logging, and handles
state directories better if issuing fails.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-11-25 15:42:16 +01:00
W. Michael Petullo 0456a74a8b krb5: install include properly and leave libcom_err* in place
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-11-24 15:06:21 -05:00
Ben Rosser b9e5831e0f quassel-irssi: add new package
quassel-irssi is an irssi plugin that allows irssi to connect to
Quassel cores. Quassel is a distributed IRC client in which the
core can run independently and be connected to by quassel clients
over the network.

Signed-off-by: Ben Rosser <rosser.bjr@gmail.com>
2016-11-23 20:11:50 -06:00
Hannu Nyman 377929c78e Merge pull request #3529 from viisauksena/patch-4
net/wireguard - bump to experimental-0.0.20161116.1
2016-11-23 10:44:08 +02:00
viisauksena a56138a8cd net/wireguard - bump to experimental-0.0.20161116.1
use latest tag https://git.zx2c4.com/WireGuard/tag/?h=experimental-0.0.20161116.1
Maintainer @zorun
Signed-off-by: Jens Viisauksena <wireguard@viisauksena.de>
2016-11-23 03:10:08 +01:00
p-wassi c4b205088c net/sshfs: update to 2.8
Update sshfs to upstream release 2.8

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-11-22 21:05:35 +01:00
neheb 7c4090f0c9 nmap: Fix compile with stripped down openssl. fix #3300
Signed-off by: Rosen Penev <rosenp@gmail.com>
2016-11-22 16:44:14 +01:00
Saverio Proto e16322cfa7 tinc: version bump 1.0.30
Signed-off-by: Saverio Proto <zioproto@gmail.com>
2016-11-21 20:34:35 +01:00
Miroslav Lichvar 1c4cc233d4 chrony: update to 2.4.1
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2016-11-21 19:19:13 +01:00
Hannu Nyman b543186c7c Merge pull request #3538 from commodo/tcpreplay-upgrade
tcpreplay: upgrade to 4.1.2
2016-11-21 10:42:32 +02:00
Alexandru Ardelean 612a0d5ebb tcpreplay: upgrade to 4.1.2
Contains patch that fixes compat with musl:
7c942b71d4

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@riverbed.com>
2016-11-21 10:39:13 +02:00
Daniel Engberg 169703d3e7 net/stunnel: Update to 5.37
Updates stunnel to version 5.37

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-11-20 22:59:07 +01:00
Hannu Nyman 3e836ed939 Merge pull request #3507 from newkit/feature_wifischedule
wifischeduler: turns WiFi on and off according to a schedule
2016-11-20 18:44:13 +02:00
Hannu Nyman d0825edaa2 Merge pull request #3518 from JimmyS83/master
UltraVNC Repeater
2016-11-20 17:56:02 +02:00
JimmyS83 7c305d4cf8 Added UltraVNC Repeater
Signed-off-by: Jirka Spicak <robutek@gmail.com>
2016-11-20 16:43:55 +01:00
Toke Høiland-Jørgensen 6a8e4abf9d sqm-scripts: Bump to v1.0.9
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-11-19 16:49:05 +01:00
Noah Meyerhans d1c890896c bind: set sysconfdir to /etc/bind
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2016-11-17 20:42:49 -08:00
Michael Heimpold 194ff8a6b3 ser2net: update to 3.2
Beside some bugfixes, this adds multi-connection support.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-17 22:16:57 +01:00
Daniel Golle 7dfde96143 Merge pull request #3469 from bobafetthotmail/patch-1
freeradius2: create temp directory /tmp/radiusd
2016-11-17 15:54:48 +01:00
Kevin Darbyshire-Bryant a6715c17ff znc: run as user znc & use procd
Create & run znc as a specific user rather than nobody.  Converted to
use procd, removing dependencies on znc's 'droproot' module & 'su'

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2016-11-17 10:28:43 +00:00
Nathaniel Wesley Filardo 49b19f01a6 gnunet: add PKG_CONFIG_DEPENDS for all components
Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
2016-11-16 16:51:08 -05:00
Nikos Mavrogiannopoulos 3cb487bed5 ocserv: updated to 0.11.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-11-16 19:21:37 +01:00
danrl c5a6eb25d9 wireguard-tools: Add missing directory
fixes issue #3515

Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-11-16 11:02:44 +01:00
Nils Koenig ad34a2b53c Added wifischedule
Turns WiFi on and off according to a schedule

Signed-off-by: Nils Koenig <openwrt@newk.it>
2016-11-16 02:25:35 +01:00
Stijn Tintel abe11a3982 Merge pull request #3501 from dedeckeh/pr-strongswan-netlink
strongswan: Fix compile error due to __kernel_nlink_t being re-defined
2016-11-15 21:46:12 +01:00
danrl 124ee5c30d wireguard-tools: Add netifd protocol helper
Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-11-15 16:45:12 +01:00
Baptiste Jonglez ff769f54b0 wireguard: Bump to 0.0.20161110
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-11-14 00:25:12 +01:00
Hannu Nyman a787d9df04 Merge pull request #3511 from dibdot/travelmate
travelmate: bugfix 0.2.6
2016-11-13 20:39:15 +02:00
Dirk Brenken 70c08bfc22 travelmate: bugfix 0.2.6
* fix two potential race conditions in ap/sta handling

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-11-13 19:32:40 +01:00
heil 3ad569d645 haproxy: integrate patches from mainline and fix depencies to OPENSSL_..
- haproxy 1.6 needs OPENSSL_WITH_DEPRECATED, OPENSSL_WITH_EC NPM ...
 - fix buildflags for lua, so its not build with the host compiler
 - fix duplication of defines

Signed-off-by: heil <heil@terminal-consulting.de>
2016-11-13 16:25:13 +01:00
Kevin Darbyshire-Bryant 8de1538419 znc: add advanced playback module
The advanced playback module makes it possible for IRC clients to avoid
undesired repetitive buffer playback. IRC clients may request the module
to send a partial buffer playback starting from and ending to a certain
point of time.

Particularly useful with (supporting) mobile clients such as Mutter,
Colloquy & others.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>

---

Unfortunately playback.cpp is not included as part of the standard ZNC
modules and so has been added as a patch.
2016-11-13 09:11:43 +00:00
Yousong Zhou de80f3f1f5 Merge pull request #3421 from miska/rsyslog
rsyslog: Add uClibc dependencies
2016-11-11 04:04:49 -06:00
Rupan 75fcb14dc0 softethervpn: added new package 4.21-9613
- based on the work done by el1n with his authorization (https://github.com/el1n/OpenWRT-package-softether)
- updated softethervpn to latest version
- introduced necessary patches for lede compatibility (nossl3)

Signed-Off-by: Federico Di Marco <fededim@gmail.com>
2016-11-10 16:14:59 +01:00
Peter Wagner 08575b71c3 git: update to 2.10.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-11-10 01:45:48 +01:00
heil 353f0c653b package haproxy: fix typo for buildvariant nossl
Signed-off-by: heil <heil@terminal-consulting.de>
2016-11-10 00:04:09 +01:00
heil 079d911cfb haproxy: bump to version 1.6.9 mainline and pending patches
Signed-off-by: heil <heil@terminal-consulting.de>
2016-11-09 23:42:43 +01:00
Michael Heimpold 56f34f0c03 ser2net: add missing dependency to librt when using uClibc
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-09 20:37:52 +01:00
Daniel Golle 45ad75fe36 gnunet: update source and follow upstream switch to git
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-11-09 11:58:14 +01:00
Hans Dedecker 8b69c86664 strongswan: Fix compile error due to __kernel_nlink_t being re-defined
Patch 101-musl-fixes defines __kernel_nlink_t as void; but using
a pre-3.6.11 kernel on an arm cortex defines __kernel_nlink_t as
unsigned short using uclibc
Fix the compile issue by not redefining __kernel_nlink_t

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-11-09 11:32:54 +01:00
Baptiste Jonglez 70c72dc0cf wireguard: Bump to 0.0.20161105
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-11-07 22:55:09 +01:00
Michael Heimpold c90a92f945 ser2net: upgrade to 3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-07 20:26:40 +01:00
Florian Fainelli acec7dff2e Merge pull request #3436 from p-wassi/master
net/cifs-utils: missing dependency
2016-11-06 11:41:33 -08:00
Hannu Nyman bc638d3100 Merge pull request #3484 from dibdot/travelmate
travelmate: update 0.2.5
2016-11-06 20:13:10 +02:00
Dirk Brenken 32fb90fd68 travelmate: update 0.2.5
* small performance optimization, code cleanup
* change copyright notice in makefile
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-11-06 18:58:09 +01:00
tripolar df159f8777 Merge pull request #2923 from cshore/pull-request-gitweb
net/git: Add building of gitweb
2016-11-06 15:52:58 +01:00
Hannu Nyman 236d4d41f0 Merge pull request #3399 from mrphs/patch-1
Tor: update to 0.2.8.9 and use sha256 instead of md5
2016-11-06 12:22:59 +02:00
Hannu Nyman b84bc42e6c Merge pull request #3432 from ryzhovau/transmission-src
transmission: fix source URL
2016-11-06 11:56:30 +02:00
Hannu Nyman 9baa2e6e8b Merge pull request #3260 from cshore/pull-request-gitolite
net/gitolite: Add gitolite for git repo administration/access control
2016-11-06 11:52:59 +02:00
Hannu Nyman 51812c6abe Merge pull request #3470 from cshore/pull-request-update-rp-pppoe
net/rp-pppoe: Update to 3.12
2016-11-06 11:41:37 +02:00
Alberto Bursi 4b52906828 freeradius2: create temp directory /tmp/radiusd
Fixes issue openwrt#3403 "radiusd requires a temporary directory to be existent for certain operations, like verification of certificates."

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-06 00:50:15 +01:00
Toke Høiland-Jørgensen feb006f202 acme: Update timestamp patch for new version.
Fixes butched update to 1.2.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-11-04 19:08:35 +01:00
Toke Høiland-Jørgensen 20d7233913 acme: New version 1.2.
This version will use the standalone (netcat) mode of acme.sh during
verification instead of exposing uhttpd to the internet for the duration
of the verification. It will also add an ip6tables rule to also support
verification over IPv6.

Also contains an updated version of acme.sh.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-11-04 12:43:16 +01:00
Michael Heimpold f2a5123170 ser2net: add missing dependency to libpthread when using uClibc
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-03 23:49:19 +01:00
Baptiste Jonglez 766b146fbe wireguard: Bump to 0.0.20161103
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-11-03 21:53:59 +01:00
Luka Perkov b8e6501c10 Merge pull request #3426 from ryzhovau/fossil-src
fossil: fix source URL
2016-11-02 14:05:29 +01:00
Stijn Tintel e122cb0571 Merge pull request #3039 from dedeckeh/strongswan-musl
strongswan: Include musl.h after _GNU_SOURCE define
2016-11-02 14:51:32 +02:00
Hans Dedecker fbbab2e7a7 strongswan: Include musl.h after _GNU_SOURCE define
musl.h was included before _GNU_SOURCE in 101-musl-fixes patch
leading to compilation issue on gcc (RTLD_DEFAULT not being
defined in dlfcn.h due to __USE_GNU not being set).
As described in the feature test macro man page feature macro
can be defined in the source code but need to be defined before
including any headers.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-11-02 13:44:43 +01:00
Noah Meyerhans ad52af9a16 bind: update to 9.10.4-p4
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2016-11-01 22:29:58 -07:00
Nima Fatemi 372cec7e69 Tor: update to 0.2.8.9
- update to 0.2.8.9
    - use sha256 instead of md5 for integrity check
    - add dependency: libcap

signed-off-by: Nima Fatemi <nima@torproject.org>
2016-11-01 15:36:18 -04:00
p-wassi 9679056507 net/cifs-utils: missing dependency
'cifsmount' alone is not able to mount a SMB share, after
having installed kmod-fs-cifs this was possible.
So I guess adding kmod-fs-cifs as a dependency to cifsmount is ok.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-11-01 19:08:08 +01:00
Alexander Ryzhov 20e3133c6c transmission: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-11-01 08:50:42 +03:00
Alexander Ryzhov c942952d6b fossil: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-10-31 14:03:37 +03:00
Stijn Tintel 37f4ba2377 strongswan: take over maintainership
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-10-31 11:01:30 +02:00
Stijn Tintel 7d0ee222df strongswan: bump to 5.5.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-10-31 11:01:30 +02:00
Stijn Tintel fc67bf7c2b strongswan: preserve /etc/strongswan.d during upgrade
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-10-31 11:01:30 +02:00
Michal Hrušecký 7471cc4a7a
rsyslog: Add uClibc dependencies
Package doesn't build with uClibc without them, but no change for other libc
variants so no need to bump revision.

Signed-off-by: Michal Hrušecký Michal.Hrusecky@nic.cz
2016-10-30 23:08:55 +01:00
Hannu Nyman cb4980e81a Merge pull request #3413 from zorun/wireguard
wireguard: Bump to 0.0.20161025
2016-10-30 09:48:21 +02:00
Eric Luehrsen 8dfd5d0b84 Unbound: Incorporate hotplug/iface and root.key in tmpfs
-Patch for /etc/unbound/unbound.conf
--All work done in /var/lib/unbound/
--chroot or jail to /var/lib/unbound/
-Init script points to /usr/lib/unbound.sh
-Makefile to install new scripts in the package

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-30 00:22:53 -04:00
Eric Luehrsen cb56829c98 Unbound: Add scripts to manage root.key in tmpfs
-Unbound RFC 5011 is busy and writes frequently
-RFC 5011 creates working files in same directory
-DNSSEC root.key managed in /var/lib/unbound
-Protect against flash ROM wear out in /etc/unbound
-Scripts will copy back every 7 days instead

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-30 00:22:53 -04:00
Eric Luehrsen b228d5e969 Unbound: Add hotplug/iface script to request restart
-Rebind to new interfaces cleanly
-Detach from old interfaces cleanly
-Some conf options do not reload dynamically
-Unbound grows some and this will shrink it

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-30 00:22:53 -04:00
Baptiste Jonglez 0c60737b38 wireguard: Bump to 0.0.20161025
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-10-29 23:20:26 +02:00
Hannu Nyman a6942cb229 Merge pull request #3412 from dibdot/travelmate
travelmate: update 0.2.4
2016-10-29 23:12:06 +03:00
Dirk Brenken b2de32aab0 travelmate: update 0.2.4
* change option 'trm_iw' to boolean,
  1 => use iw (default)
  0 => use iwinfo
* option 'trm_maxretry' now accepts '0' to disable this check at all
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-29 21:40:12 +02:00
Vasilis Tsiligiannis 99d620f09e nsd: Update to v4.1.13
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2016-10-29 17:25:33 +03:00
Hannu Nyman 21af22a0a5 Merge pull request #3409 from dibdot/adblock
adblock: update 1.5.3
2016-10-29 11:41:29 +03:00
W. Michael Petullo 1215622476 lighttpd: update to 1.4.42
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-10-29 04:17:08 -04: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
Alexandru Ardelean c093978cca nmap: fix build on MacOS X
The configure script (for libdnet) seems to find <net/bpf.h>
and detect some BSD stuff.

The lidnet's Makefile wants to include eth-bsd.c, arp-bsd.c
and other BSD friends.

This seems to put a cork on it, and no BSD stuff appears anymore.
[at least on my system].

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-10-28 18:31:38 +02:00
Daniel Golle 981a596c5f gnunet: update to SVN r38231
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-28 15:02:05 +02:00
Hannu Nyman d24a365936 Merge pull request #3406 from dibdot/travelmate
travelmate: update 0.2.3
2016-10-28 09:20:46 +03:00
Dirk Brenken c8507b9eb4 travelmate: update 0.2.3
* simplified network setup
* refine scan-timeout between different radios
* raise error counter on lost uplink connections too
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-28 07:16:03 +02:00
Daniel Dickinson 748cd39ff0 net/gitolite: Add gitolite for git repo administration/access control
Adds gitolite package which is a handy administrative tool for
managing shared git repositories.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
2016-10-23 17:39:04 -04:00
Daniel Dickinson f6611ab828 net/rp-pppoe: Update to 3.12
Update package to latest stable upstream and update my maintainer email

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
2016-10-23 17:35:07 -04:00
Michael Heimpold dbfaf0db07 Merge pull request #3228 from mhei/ser2net-update
ser2net: update to 3.0
2016-10-23 23:00:50 +02:00
Hannu Nyman b2c66cf412 Merge pull request #3374 from chris5560/master
privoxy: fix handling config section "system"
2016-10-23 23:55:34 +03:00
Hannu Nyman ad8e78cde7 Merge pull request #3354 from MikePetullo/lcdringer
lcdringer: add new package
2016-10-23 23:54:28 +03:00
Daniel Dickinson 536dea0c65 net/git: Add building of gitweb
gitweb is a handy git web interface; add building of it

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
2016-10-23 14:51:15 -04:00
Hannu Nyman 397bcb9a1c Merge pull request #3358 from EricLuehrsen/unbound_uci
Unbound: Group patch work for example.conf.in
2016-10-23 19:44:08 +03:00
Saverio Proto 6bea54e74e tinc: version bump 1.0.29 2016-10-23 12:04:45 +02:00
Christian Schoenebeck b7f09b9bbd privoxy: fix handling config section "system"
- privoxy.init fix handling of config section "system"
- change start/stop to start=95 and stop=10

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-10-22 20:31:37 +02:00
Ted Hess a69f52516b Merge pull request #3367 from kuoruan/aria2
Update Aria2 and webui-aria2
2016-10-22 10:06:43 -04:00
Alberto Bursi 493ea1afb4 openconnect: added missing libs for openssl
added missing libraries to fix issue https://github.com/openwrt/packages/issues/3301

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-22 14:05:16 +02:00
Nuno Goncalves 3a6f39fc14 nmap: bump version to 7.31
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-10-22 13:54:41 +02:00
Hsing-Wang Liao d05f692e1b webui-aria2: update to 2016-10-11
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-10-21 21:57:21 +08:00
Hsing-Wang Liao 1ee74fafad aria2: update to 1.28.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-10-21 21:52:58 +08:00
W. Michael Petullo 3e8342fa53 lcdringer: add new package
Lcdringer is a tool which runs on a Raspberry Pi with an LCD
display. Lcdringer connects to an XMPP server, listens for messages
sent to a particular Jabber ID, and displays these incoming messages
while playing an audible alarm. Lcdringer also responds to the messages
it receives with an indication of whether or not the audible alarm was
acknowledged with a button press.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-10-20 23:26:11 -04:00
Eric Luehrsen 3bd81acfb4 Unbound: Give USERID explicit numbers for clean install
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-20 21:52:22 -04:00
Eric Luehrsen acf40cf6ae Unbound: Group patch work for example.conf.in
-Remove interlaced configuration changes
--Less sensitive to upstream example.conf changes
--Easier to read patch-of-patch work for maintenance
-Use MEMORY CONTROL EXAMPLE from http://unbound.net/
--Review and rework with respect to previous pacakge
--Effectively the same configuration as previous package
-Disable DNSSEC by default due to real-time chicken-n-egg
--Many OpenWrt target devices have no power-off clock (reboot)
--User choice of work around should be conscious
--Initial install should not fail reboot with DNSSEC default
-Add some defaults explicitly to prevent surprises

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-20 21:52:22 -04:00
Peter Wagner 78d163bdea git: update to 2.10.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-10-21 00:35:15 +02:00
Alexis Green e0de4048e5 rsyslog: do not daemonize rsyslogd and allow procd to manage it
Signed-off-by: Alexis Green <alexis@cessp.it>
2016-10-18 18:56:01 -07:00
Hannu Nyman 524e19171c unbound: fix whitespace
* Fix upstream whitespace change in the patch.
* Minor cleanup to the header.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-10-18 18:24:17 +03:00
Stijn Segers 56891725c1 unbound: update to 1.5.10
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
2016-10-18 18:22:37 +03:00