Commit graph

4414 commits

Author SHA1 Message Date
Peter Wagner
cf1093da3b git: drop git-http ca-certificates dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-17 00:00:04 +02:00
Hannu Nyman
daa1ff82ce
Merge pull request #7040 from Andy2244/samba4-fix-typo
samba4: fix typo
2018-09-16 13:31:03 +03:00
Andy Walsh
6d520e7d81 samba4: fix typo
* fix a typo in vfs_extd_audit

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-16 11:19:02 +02:00
Dirk Brenken
9edf4f1c74
Merge pull request #7037 from neheb/rsy
rsyslog: Disable fmhttp as it relies on libcurl
2018-09-16 08:43:39 +02:00
Rosen Penev
40d0f98b16 rsyslog: Disable fmhttp as it relies on libcurl
Fixes the buildbot currently.

Also disabled tests for faster builds. And potential libsystemd.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-15 23:35:15 -07:00
Eric Luehrsen
32ad87ca80 unbound: update to 1.8.0
- adjust a few UCI translations to coordinate with upstream defaults
- remove OpenSSL < 1.1.0 API log error patch which is included upstream

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-09-15 20:42:10 -04:00
Tony Ambardar
9ddc94a374 stubby: add missing dependency on ca-certificates
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-09-16 00:34:38 +01:00
Andy Walsh
d97c3df2a5 krb5: fix keyutils dependency
* if <keyutils.h> is found krb5 pulls in the lib, which than fails to link because of a missing -fPic in libkeyutils.so
* keyutils 1.5.11 will depend on krb5, so we disable it in krb5 to avoid circular dependency

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-15 14:35:18 +02:00
Dirk Brenken
18d0e95446
Merge pull request #6800 from neheb/patch-28
rsyslog: Update to 8.37.0
2018-09-14 21:08:08 +02:00
Dirk Brenken
90bd4c439f
Merge pull request #7018 from Andy2244/samba-4-9-0
samba4: update to 4.9.0
2018-09-14 18:20:29 +02:00
Andy Walsh
31a8f1e98d samba4: update to 4.9.0
* update to 4.9.0
* move vfs_xattr_tdb to defaults
* add vfs_audit, vfs_extd_audit, vfs_full_audit to AD-DC variant
* disable jansson, libarchive by default, enabled for AD-DC variant
* update waf answers

Noteable smb.conf changes:
* store dos attributes Default changed yes
* ea support Default changed yes

Fixes: Timemachine "The identity of the Backup disk ... has changed since the previous backup."

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-14 12:05:04 +02:00
Florian Eckert
d7e5b3a0d0 net/keepalived: enable lvs support
Enable IPVS support.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-13 15:33:25 +02:00
Hans Dedecker
3bc3949e28 strongswan: refresh patches
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-09-13 14:38:51 +02:00
Hans Dedecker
d0ac611bf0 strongswan: fix OpenWrt hotplug script handling
Commit 6cd8fcabe added ipsec hotplug script support by calling "exec
/sbin/hotplug-call ipsec".
Using the exec call breaks the insertion of iptables rules by the _updown.in
script as hotplug-call just replaces the current shell meaning the commands
following exec do not run since the shell is replaced and as a result lead to
connectivity issues.
Fix this by removing the exec command in front of /sbin/hotplug-call.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-09-13 14:37:53 +02:00
Florian Eckert
4868b6f7a8 net/keepalived: update to version 2.0.7
Update keepalived to version 2.0.7.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-13 08:22:55 +02:00
Guo Li
3fc7f7b8cc nfs-kernel-server: fix missing libbsd dependency
libbsd may compile before nfs-kernel-server, it  will make
nfs-kernel-server depends libbsd.so.0, that is not we want to see. so
gave option to 'configure' to disable libbsd detect and tell it we have
no libbsd

Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-11 22:56:46 +02:00
Hannu Nyman
e1bfde01e3
Merge pull request #6948 from yangfl/master
i2pd: Update to 2.20.0
2018-09-11 17:53:22 +03:00
Dirk Brenken
3ca6e420bc
Merge pull request #6992 from Andy2244/wsdd2-fix
wsdd2: fix invalid error message
2018-09-11 08:53:03 +02:00
Dirk Brenken
c68c0b3f1d
Merge pull request #6772 from Andy2244/samba4-avahi
samba4: enable avahi by default, add timemachine support
2018-09-11 08:49:27 +02:00
Andy Walsh
cde778a70a wsdd2: fix invalid error message
* fixed invalid error message

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-10 17:47:32 +02:00
Andy Walsh
4c1a10a30c samba4: enable avahi by default, add timemachine support
* enable avahi by default, so Linux/Mac Clients can see samba shares
* enable timemachine config support
* fix invalid --builtin-libraries
* default to 'mdns name = mdns' in template

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-10 15:40:39 +02:00
David Yang
92f9eb9183 i2pd: Update to 2.20.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-09-10 14:06:00 +08:00
Jonathan Bennett
ffd08a7330 Fwknop: Update to 2.6.10
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2018-09-09 16:52:38 -05:00
Peter Wagner
e5216bb0d5 nfs-kernel-server: update to 2.3.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-09 19:20:22 +02:00
Dirk Brenken
8f2c9712e3
Merge pull request #6889 from jpolnetpl/ddns-fix-ipsource
ddns-scripts: Make dynamic_dns_updater actually respect config option 'ip_source'
2018-09-09 12:42:12 +02:00
Dirk Brenken
eeb418d88a
Merge pull request #6930 from mwarning/zerotier
zerotier: fix multiple instance handling and port setting
2018-09-09 12:38:42 +02:00
Moritz Warning
df8328b3b6 zerotier: fix multiple instance handling and port setting
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-09-09 11:32:38 +02:00
Dirk Brenken
871785944b
Merge pull request #6978 from dibdot/travelmate
travelmate: update 1.2.3
2018-09-09 07:02:23 +02:00
Yousong Zhou
f2bf8d3d4c openvswitch: provide in-tree kmod builds
Open vSwitch 2.10 introduces meters support to the kernel datapath.  In
upstream Linux, the feature is only available since 4.15

This is mainly for make the newly introduced meter features in linux
kernel datapath more easily available

	root@OpenWrt:/# ovs-ofctl -OOpenFlow13 meter-features br0
	OFPST_METER_FEATURES reply (OF1.3) (xid=0x2):
	max_meter:4294967295 max_bands:1 max_color:0
	band_types: drop
	capabilities: kbps pktps burst stats
	root@OpenWrt:/#

Size comparison between in-tree and upstreamed modules are attached

	  2800 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch-geneve-intree/lib/modules/4.14.67/vport-geneve.ko
	  2736 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch-geneve/lib/modules/4.14.67/vport-geneve.ko
	  2596 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch-gre-intree/lib/modules/4.14.67/vport-gre.ko
	  2536 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch-gre/lib/modules/4.14.67/vport-gre.ko
	288320 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch-intree/lib/modules/4.14.67/openvswitch.ko
	118984 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch/lib/modules/4.14.67/openvswitch.ko
	  2792 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch-lisp-intree/lib/modules/4.14.67/vport-lisp.ko
	  2788 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch-stt-intree/lib/modules/4.14.67/vport-stt.ko
	  3668 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch-vxlan-intree/lib/modules/4.14.67/vport-vxlan.ko
	  3400 Sep  5 08:47 ipkg-mips_24kc/kmod-openvswitch-vxlan/lib/modules/4.14.67/vport-vxlan.ko

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-09 09:51:14 +08:00
Yousong Zhou
76e57b333d openvswitch: multiple fixes for 2.10
- initscript: skip when ctl scripts are absent.  When only ovs is
   installed, this will quash error messages of ovn-ctl not found when
   invoking stop
 - openvswitch-common: include ovs-kmod-ctl
 - patches: ovs-save: compatible with busybox ip command

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-09 09:51:14 +08:00
Dirk Brenken
1d69658670 travelmate: update 1.2.3
* remove needless third status "not connected", use only "running / not
connected" and "connected"
* change indentation from spaces to tabs (saves 4kb)
* small fixes
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-08 22:28:04 +02:00
Rosen Penev
de26b21879 miniupnpc: Update to 2.1
Switched URL to official HTTPS variant.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-08 11:39:06 -07:00
Florian Eckert
5c8298f279 net/stunnel: add archive mirror
The registered URLs only point to the latest version. After adding the archive
URL we could now download older version again.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-06 22:59:00 +08:00
Guo Li
e656745031 mtr: add autoreconf
The official tarball does not contain configure, we should set
PKG_FIXUP=autoreconf to generate one

make[4]: *** No targets specified and no makefile found.  Stop.

Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-06 15:57:18 +08:00
Ted Hess
ce013d1190
Merge pull request #6951 from MikePetullo/dmapd
dmapd: update to 0.0.77
2018-09-05 12:50:15 -04:00
Dirk Brenken
c7de9d1957
Merge pull request #6956 from dibdot/adblock
adblock: bugfix 3.5.5v2
2018-09-05 17:50:54 +02:00
Dirk Brenken
cd3f925210 adblock: bugfix 3.5.5v2
* fix uci wrapper calls
* fix link in readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-05 17:39:57 +02:00
Yousong Zhou
483e12a9ec openvswitch: depends on libunbound
This was introduced in Open vSwitch 2.10 in commit 771680d ("DNS: Add
basic support for asynchronous DNS resolving")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-05 06:22:06 +00:00
W. Michael Petullo
5f8c3e5538 dmapd: update to 0.0.77
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-09-05 01:12:00 -04:00
Michael Heimpold
97a0cde430 net/mosquitto: install pkg-config files
Install the .pc files to staging directory to help other packages
to find the libraries.

Since the build does not use CMake, we need to manually install the
files and replace two variables using sed.

Filed upstream as https://github.com/eclipse/mosquitto/pull/950

Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
Tested-by: Karl Palsson <karlp@etactica.com>
2018-09-04 21:44:43 +00:00
Dirk Brenken
8dbd0cc8cc
Merge pull request #6859 from Andy2244/samba4-update-4.8.5
samba4: update to 4.8.5
2018-09-04 17:05:46 +02:00
Dirk Brenken
633574f331
Merge pull request #6853 from stangri/https-dns-proxy
https-dns-proxy: new init script and config files
2018-09-04 16:48:52 +02:00
Toke Høiland-Jørgensen
bee578bc2b radsecproxy: Bump to v1.7.2
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-09-04 14:48:48 +02:00
Dirk Brenken
b263b2fecb
Merge pull request #6935 from Ansuel/nginxup
nginx: bump to latest release
2018-09-04 08:20:43 +02:00
Dirk Brenken
aab7ab556f
Merge pull request #6929 from Ansuel/ariang
ariang: fix nginx support script logic
2018-09-04 07:56:29 +02:00
Ansuel Smith
8245d6f071
ariang: fix nginx support script logic
Currently the uci-defaults script doesn't check if the rule is already present. This prevent any problem related by this.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-09-03 21:09:59 +02:00
Dirk Brenken
49a480c959
Merge pull request #6866 from gladiac1337/feature-haproxy-v1.8.13-updates
haproxy: Update all patches for HAProxy v1.8.13
2018-09-03 16:12:56 +02:00
Dirk Brenken
bb4ea84cfe
Merge pull request #6904 from lucize/clamav-milter
clamav: enable clamav-milter
2018-09-03 16:00:28 +02:00
Dirk Brenken
fd770a90d7
Merge pull request #6507 from kenkeys/spoofer-133
spoofer: add package
2018-09-03 15:20:36 +02:00
Dirk Brenken
38167a0ae8
Merge pull request #6632 from t-8ch/esniper_2.35
Esniper: update to 2.35
2018-09-03 15:16:06 +02:00
Stan Grishin
ccb5de4436 https-dns-proxy: new init script and config files
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-09-02 18:35:45 -07:00
Ansuel Smith
eb7d34261b
nginx: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-09-02 18:45:03 +02:00
Christian Schoenebeck
bfae05139f radicale: add extra command "export_storage" to init script
add extra command "export_storage" to export data for use with Radicale 2.x.x
remove myself as PKG_MAINTAINER, give back to the community

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2018-09-02 16:52:04 +02:00
Rosen Penev
b5e6d2c784 mtr: Switch to official tarball and remove hackish patches (#6738)
Should properly report version now.

Cosmetic makefile changes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-02 00:55:55 +01:00
Andy Walsh
8040e8c9a6 samba4: update to 4.8.5
* update to 4.8.5
* enable aesni support for x86_64
* add 'unbundle libbsd' patch
* update smb.conf.template (disable spoolss)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-01 14:03:09 +02:00
Dirk Brenken
4987f066f9 adblock: update 3.5.5
* accept only ascii aka punycode chars in blocklists to prevent possible
dns backend warnings
* fix cornercase issues in json parsing (backend & frontend)
* slightly optimize tld compression performance
* refine logging
* use uci wrapper where possible
* change indentation from spaces to tabs (saves 8kb)
* add experimental youtube blocklist source

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-01 08:35:35 +02:00
Daniel Engberg
cfba4f0874 nfs-kernel-server: Switch to xz tarball
Switch to smaller xz tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-31 19:50:59 +02:00
Hannu Nyman
d0668b02fc
Merge pull request #6515 from ptpt52/mwan3
refine mwan3 link selection
2018-08-31 11:59:36 +03:00
Ted Hess
5f254b504d
Merge pull request #6917 from thess/socat-work
socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC
2018-08-30 15:26:45 -04:00
Ted Hess
8f56973564 socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-30 14:47:43 -04:00
Hannu Nyman
59acb420e4
Merge pull request #6897 from cshoredaniel/pr-nut-fixes
nut: A number of fixes and enhancements
2018-08-30 19:58:45 +03:00
Chen Minqiang
9e75edcf2c mwan3: fix missing device in mwan3_set_policy()
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2018-08-29 22:54:42 +08:00
Lucian Cristian
f8d6b64f7b clamav: enable clamav-milter
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-08-29 15:04:45 +03:00
Daniel F. Dickinson
2e624f9833 nut: bump PKG_RELEASE
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:35:05 -04:00
Daniel F. Dickinson
1b6dbe7a7b nut: Remove duplicate/extraneous lines
Removes a duplicate directory creation and a stray newline.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:35:05 -04:00
Daniel F. Dickinson
df6beaa2ea nut: Makefile: Fix typo in description
Cosmetic edit.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:35:05 -04:00
Daniel F. Dickinson
461393810d nut: Use quotes around filenames
Avoid potential issues with space or other strangeness by
quoting filenames through the initscripts.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:35:01 -04:00
Daniel F. Dickinson
01b7ea91a1 nut: Fix license information
The source code has multiple licenses so update SPD-X header.

NB: The previously unlisted licenses are not applicable to parts
actually built in any configuration for OpenWrt, but rather to
unused (by us) source code.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:17:23 -04:00
Daniel F. Dickinson
b72c739e9e nut: Avoid building docs
Reduce compilation time and complexity by not building documentation
we don't use.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:17:23 -04:00
Daniel F. Dickinson
39250c08db nut: Drop unnecessary dependency on libwrap
We're using --without-wrap unconditionally anyway, so this legacy
dependency needs to be removed.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:17:23 -04:00
Daniel F. Dickinson
a2f64b3bac nut: Reduce user error with POWERDOWNFLAG
Instead of making POWERDOWNFLAG an uci option the user can
only change it via initscript edits.  This avoids chance for users
to miss the required change to nut-driver when setting an UCI option
for nut-monitor which results in failure to do FSD on the UPS.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:17:19 -04:00
Daniel F. Dickinson
cf446c7c47 nut: Use diff non-privileged user for upsmon
By default use a non-privileged user that is different than
the server or driver (when they are running non-privileged).
This is recommended by upstream.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:16:34 -04:00
Daniel F. Dickinson
56c1bc51a9 nut: Use 'real' procd for nut-cgi
Even though nut-cgi doesn't run a daemon, using procd triggers
is helpful for updating the generated config file when the
UCI config changes.  So implement this and 'modernize' nut-cgi initscript

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:16:33 -04:00
Daniel F. Dickinson
2fca922cf0 nut: nut-cgi: Add support for upsset
This allows config for setting variables and/or running
commands from the CGI.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:15:18 -04:00
Daniel F. Dickinson
918a62f919 nut: Make FSD really work
Forced shutdown of the UPS was not actually happening before
due to lack of specific commands doing the shutdown.  This
(and the nut-driver initscript) fix that.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:15:14 -04:00
Daniel F. Dickinson
f6a2a97d2f nut: Use 'real' procd init for nut-monitor
This fully procdifies nut-monitor, which fixes some issues with
very slow restarts (due to /lib/functions/procd.sh using a very
long delay for non-native scripts doing restart) as well as gives
respawning, etc.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:14:20 -04:00
Daniel F. Dickinson
1cd4dcfa99 nut: Add USB hotplug support
usbhid-ups has the necessary information in the source, so
let's support USB hotplugging out of the box.  Takes advantage of
the procd support now in nut-server initscript.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:12:53 -04:00
Daniel F. Dickinson
ceff68837d nut: Reorganize nut-server to clarify nut-driver
Clarify the different between the common nut-driver portions of
nut-server and the nut-server (upsd) proper.  nut-driver can't
be used without nut-server so there is no compelling reason
to split into a separate package, but the reorganization makes
such a move easier and makes it clear what each bit is for.

While we continue to use a single initscript, it's a properly
procdified one which handles the upsd daemon as a different
instance than the driver instances.  This resolves a race
condition in which upsd and drivers fail to start do to
a degree of interdepedence.

Also properly 'procd'ifies the nut-server initscript.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:12:53 -04:00
Daniel F. Dickinson
5790053eba nut: Add missing conffiles
We want to include the symlinks to the generated configurations
in conffiles so that if the user replaces them symlinks with
traditional NUT configuration it is preserved across sysupgrade.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-28 15:19:39 -04:00
Michal Hrusecky
6345dfc74d
socat: Do not use libbsd
Make sure that libbsd is not picked up during configuration even if it is
compiled before socat is.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2018-08-28 13:57:26 +02:00
Toke Høiland-Jørgensen
b91dafd14b sqm-scripts: Bump to v1.2.4
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-08-28 12:12:57 +02:00
Peter Wagner
eacb9464e9 openssh: update to 7.8p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-08-27 21:30:14 +02:00
Jacek Politowski
dee7740968 ddns-scripts: Respect config option 'ip_source'
Option 'ip_source' was silently ignored during public IP discovery.

Discovery (in spite of chosen 'ip_source') was based only on
'ip_network', 'ip_interface', 'ip_script' or 'ip_url' options (in this
order) if they were set. This could lead to misleading log entries
"Detect local IP on '$ip_source'" pointing to source that wasn't really
used.

Now only option relevant to configured 'ip_source' is taken into
account.

Signed-off-by: Jacek Politowski <dev@jpol.net.pl>
2018-08-27 19:47:41 +02:00
Yousong Zhou
585e8e8572 shadowsocks-libev: README.md: reword text about REDIRECT
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-27 08:38:12 +00:00
Dirk Brenken
1fcc9ef17a
Merge pull request #6868 from dibdot/ddns-fix
ddns-scripts: revert latest noglob/subshell changes
2018-08-27 09:29:22 +02:00
Moritz Warning
8938517832 kadnode: update to version 2.2.5
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-08-26 23:04:45 +02:00
Hannu Nyman
d2e615324d
Merge pull request #6850 from Ansuel/ariangnginx
ariang: add nginx support
2018-08-26 19:48:22 +03:00
Ansuel Smith
aad05bff5a
ariang: add nginx support and update
This adds nginx support for ariang webui and update it to latest commit.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-08-26 11:59:02 +02:00
Dirk Brenken
2e13d92b4f ddns-scripts: revert latest noglob/subshell changes
* partly revert 9e79e1b to fix #6861
* simplify CURL_SSL detection
* bump package version in Makefile & script library

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-08-26 07:15:46 +02:00
Christian Lachner
2cc76214e1 haproxy: Update all patches for HAProxy v1.8.13
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.13.html)
- Raise PKG_RELEASE to 2

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-08-25 18:51:06 +02:00
Dirk Brenken
650e8cc2fe
Merge pull request #6790 from MikePetullo/dmapd
dmapd: update to 0.0.76
2018-08-22 16:47:46 +02:00
Dirk Brenken
b0481bc356
Merge pull request #6691 from neheb/ola
ola: Update to 0.10.7 and switch to codeload
2018-08-22 16:43:40 +02:00
Dirk Brenken
016581d121
Merge pull request #6770 from diizzyy/patch-7
net/stunnel: Update to 5.48
2018-08-22 16:35:05 +02:00
Dirk Brenken
531b7958b0
Merge pull request #6845 from wodu/linuxptp_maint
linuxptp: Upgrade to v2.0
2018-08-22 16:29:57 +02:00
Toke Høiland-Jørgensen
56b6d49ce4 acme: Fix bugs from upstream's change to socat
The upstream acme.sh package changed to using socat instead of netcat;
update the dependencies to reflect this, and pass --listen-v6 when running
in standalone mode (since socat only listens on IPv4 by default).

Also add a missing cleanup call when certificate issuance fails.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-08-22 16:03:15 +02:00
Wojciech Dubowik
10b2786245 linuxptp: Upgrade to v2.0
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
2018-08-22 13:03:06 +02:00
Rob Mosher
e3144f00a3 cshark: update to latest git HEAD
This fixes GCC8 compile due to buffer overrun

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
2018-08-21 13:39:31 -04:00
Yousong Zhou
1b485efbcb openvswitch: bump to version 2.10.0
- Rebased the python target/host separation patch
 - Dropped the now-in-upstream openssl-1.1 compat patch
 - Added a patch to disable tests/

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-21 13:51:37 +00:00
Ruixi Zhou
fa257720ab nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)
Nginx provide WebDAV methods PUT, DELETE, MKCOL, COPY, and MOVE with
http_dav_module. But most WebDAV clients that require additional WebDAV
methods (PROPFIND & OPTIONS) to operate. Add missing methods support
with Arutyunyan Roman (arutyunyan.roman@gmail.com)'s nginx-dav-ext-module.
(see: http://nginx.org/en/docs/http/ngx_http_dav_module.html
https://github.com/arut/nginx-dav-ext-module)

Example config:
	location / {
		dav_methods PUT DELETE MKCOL COPY MOVE;
		dav_ext_methods PROPFIND OPTIONS;

		root /var/root/;
	}

Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
2018-08-21 08:14:44 +08:00
Robby K
bb7b3204e0 freeradius3: Enable the EAP-PWD module.
This enables the EAP-PWD module, which allows for logging in with only
a username and password, while still being secure (see the links below
for the details of this EAP method, if interested).

https://en.wikipedia.org/wiki/Extensible_Authentication_Protocol#EAP_Password_(EAP-PWD)

Also found this blog post which talks about EAP-PWD and its benefits:
https://dustri.org/b/eap-pwd-wifi-security-done-right.html

Signed-off-by: Robby K <robbyke@gmail.com>
2018-08-20 20:02:14 +02:00
Dirk Brenken
31a3852044
Merge pull request #6747 from mark0n/fix-curl-variable
ddns-scripts: Fix problems detecting if curl is SSL capable
2018-08-20 18:04:16 +02:00
Martin Konrad
c9b5b02200 ddns-scripts_route53-v1: Fix problems detecting curl
Ensure cURL is installed and has SSL support. This fixes
issue 6744.

Signed-off-by: Martin Konrad <info@martin-konrad.net>
2018-08-20 11:30:37 -04:00
Hannu Nyman
fee4bb8e64
Merge pull request #6789 from Ansuel/fixuwsgi
uwsgi-cgi: improve luci support
2018-08-20 18:04:29 +03:00
Hannu Nyman
70e991b394
Merge pull request #6788 from Ansuel/fixnginx
nginx: improve luci config
2018-08-20 18:04:05 +03:00
Ansuel Smith
c94a9968f7
uwsgi-cgi: improve luci support
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-08-20 14:56:26 +02:00
Ansuel Smith
0f21ab6391
nginx: improve luci config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-08-20 14:55:53 +02:00
Karl Palsson
97869b7a25 net/mosquitto: update to 1.5.1
Bugfix release.  Full changelog at:
https://mosquitto.org/blog/2018/08/version-151-released/

Of most interest to OpenWrt:
* Remove use of AI_ADDRCONFIG, which means the broker can be used on systems where only the loopback interface is defined.
* Fix IPv6 addresses not being able to be used as bridge addresses.
* Fix problem opening listeners on Pi caused by unsigned char being default.
* Fix segfault on startup if bridge CA certificates could not be read.
* Fix possible endian issue when reading the memory_limit option.
* library and client bugfixes including: https://github.com/openwrt/packages/issues/6765

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-08-20 10:47:44 +00:00
Dirk Brenken
5b5e20dfc2
Merge pull request #6810 from Andy2244/rpcbind-update
rpcbind: update to 1.2.5
2018-08-20 10:17:57 +02:00
Peter Wagner
8f8fa47234 ntpd: update to 4.2.8p12
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-08-19 23:38:02 +02:00
Andy Walsh
7a88e515d0 rpcbind: update to 1.2.5
* update to 1.2.5
* fix wrong URL
* adapt to bin/sbin from new version

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-19 16:36:03 +02:00
Rosen Penev
6e14e47024
rsyslog: Update to 8.37.0
HTTPS to everything

Remove autoreconf as it's not needed and slows down the build.

Build in parallel for faster building.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-18 14:09:35 -07:00
W. Michael Petullo
3f60075c06 dmapd: update to 0.0.76
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-08-18 15:47:40 -04:00
Dirk Brenken
1ddb7746bb
Merge pull request #6673 from neheb/patch-21
scapy: Update to 2.4.0 and change URLs to new
2018-08-17 16:37:30 +02:00
Dirk Brenken
5a31cbf7c5
Merge pull request #6763 from neheb/patch-24
geth: Update to 1.8.13
2018-08-17 14:33:08 +02:00
Dirk Brenken
f1e866a2da
Merge pull request #6774 from EricLuehrsen/unbound_20180815
unbound: drop odhcpd leases with wrong field count
2018-08-17 14:28:44 +02:00
Hannu Nyman
dbb8bbc919
Merge pull request #6659 from cshoredaniel/pr-update-gitolite3
Updates for gitolite package
2018-08-17 11:37:57 +03:00
Eric Luehrsen
59617f076d unbound: drop odhcpd leases with wrong field count
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-08-16 22:46:49 -04:00
Daniel Engberg
faff71c576
net/stunnel: Update to 5.48
Update stunnel to 5.48

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-16 23:09:47 +02:00
Hannu Nyman
e972aca8e5
Merge pull request #6755 from Andy2244/samba4-update
samba4: update to 4.8.4
2018-08-16 17:30:20 +03:00
Jo-Philipp Wich
d2014c75b7
Merge pull request #6698 from dedeckeh/pr-xtables-addons-rtsp
Pr xtables addons rtsp
2018-08-16 15:57:49 +02:00
Jo-Philipp Wich
65d9b3f92b
Merge pull request #6562 from KarlVogel/host_sanitize
ddns-scripts: sanitize host charset and shell escape characters
2018-08-16 15:44:28 +02:00
Peter Wagner
a87f450c67 rpcbind: disable libwrap explicitly if it's not enabled to avoid linking against it
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-08-16 11:51:14 +02:00
Rosen Penev
2e7bdcd618
geth: Update to 1.8.13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-15 19:21:36 -07:00
Andy Walsh
7358fc99fd samba4: update to 4.8.4
* remove perl, python host depends
* fixes: CVE-2018-1139, CVE-2018-1140, CVE-2018-10858, CVE-2018-10918, CVE-2018-10919
* remove avahi timemachine service file (4.8 handles this automatically via avahi client-lib)
* fix more optional depends

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-15 17:35:38 +02:00
Ted Hess
6b65499c42
Merge pull request #6651 from neheb/ntp
ntpclient: Update to 2015_365
2018-08-12 19:22:25 -04:00
Andy Walsh
2c919ee00b snort: switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Andy Walsh
deaa180a5c netatalk: remove librpc depends
* disable nfsquota for now, since libtirpc misses some headers for it

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Andy Walsh
22ebb5a8d6 nfs-kernel-server: switch to libtirpc, enable ipv6
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Andy Walsh
05ce9dc99c rpcbind: add rpcbind package, remove portmap
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Ruixi Zhou
806abc556e nginx: Fix warnings while compile rtmp and ts modules
Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
2018-08-12 20:53:46 +08:00
tripolar
9b3c6720a6
Merge pull request #6706 from Andy2244/nfs-kernel-server-res_querydomain-fix
nfs-kernel-server: fix missing host symbol res_querydomain
2018-08-11 11:12:39 +02:00
Dirk Brenken
dee3bf8f80
Merge pull request #6732 from dibdot/travelmate
travelmate: update 1.2.2
2018-08-10 19:32:45 +02:00
Dirk Brenken
fa15900552
Merge pull request #6688 from neheb/sysrepo
sysrepo: Switch to codeload tarballs
2018-08-10 16:06:54 +02:00
Dirk Brenken
005137e348
Merge pull request #6692 from neheb/tgt
tgt: Switch to codeload
2018-08-10 16:04:02 +02:00
Dirk Brenken
bc78ad8200 travelmate: update 1.2.2
* fix restart behaviour after successful connection
* fix labeling of faulty stations
* optimize re-connect behaviour at locations where multiple uplinks with
the same SSID are in range
* use procd pidfile handling
* refine logging
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-08-10 15:46:53 +02:00
Eric Luehrsen
1cccacf359 unbound: log openssl-1.0.2 lacks TLS host verification
ssl_set1_host() is not available without openssl-1.1.0. Unbound can not do
host cert verification. DNS over TLS connects, but hosts are unverified. A
patch for log err is added with a noitce in README.md.
(see: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=658)

Also, squash some minor robustness and TLS usability fixes.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-08-10 02:11:13 -04:00
Chen Minqiang
7817aced2b mwan3: mwan3rtmon sleep time configurable
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2018-08-09 05:06:17 +08:00
Chen Minqiang
46ed09408e mwan3: refine link selection
- globals src_ip to none
 - ip route back to source
 - add mwan3rtmon
 - update version to 2.7

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2018-08-09 05:06:17 +08:00
Dirk Brenken
8727443f61
Merge pull request #6696 from neheb/arp
arp-scan: Update to 1.9.5
2018-08-08 15:57:48 +02:00
Andy Walsh
19dfe3b173 nfs-kernel-server: fix missing host symbol res_querydomain/missing-include-dir
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-08 11:45:15 +02:00
W. van den Akker
c34f1806b1
Shorewall6: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-08-06 20:58:32 +02:00
W. van den Akker
c8381d154a
Shorewall: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-08-06 20:58:19 +02:00
W. van den Akker
63f8adecca
Shorewall6-lite: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-08-06 20:58:06 +02:00
W. van den Akker
014310ebae
Shorewall-lite: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-08-06 20:57:53 +02:00
W. van den Akker
cd7c4c27df
Shorewall-core: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-08-06 20:57:23 +02:00
Eneas U de Queiroz
460dbee226 samba4: add nfs-kernel-server/host build dependency
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-06 17:31:23 +00:00
Hans Dedecker
ab48f4df18 xtables-addons: rtsp: support destination format address:port
RFC2326 specifies the attribute client_port as the RTP/RTCP port pair on
which the client has chosen to receive media data and control info;
however some clients (mostly STBs) embed the client_port value in the
destination attribute in the form of destination=<address:port> without
specifying the client_port attribute in the SETUP message.
To support such clients check if the destination attribute contains a
port value and use it as port value for the expected RTP connection.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-08-06 17:52:40 +02:00
Hans Dedecker
d01b62924e xtables-addons: rtsp: fix compile warning/issue
Fix compile issue with Werror:

nf_conntrack_rtsp.c:667:39: error: implicit declaration of function 'nf_ct_zone' [-Werror=implicit-function-declaration]
   exp_ct = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t);

Fix compile warning:

nf_conntrack_rtsp.c:474:2: warning: enumeration value 'IP_CT_DIR_MAX' not handled in switch [-Wswitch]
  switch (CTINFO2DIR(ctinfo)) {
  ^~~~~~

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-08-06 17:39:02 +02:00
Rosen Penev
62cc5ce997 arp-scan: Update to 1.9.5
Switch to codeload as well for easier package bumping.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 21:42:34 -07:00
Andy Walsh
18e9a8b479 samba4: add missing avahi service definitions
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-06 09:50:54 +08:00
Andy Walsh
0c13081965 samba4: switch to waf cross-answer files
* switch waf build to cross-answer files
* move timemachine related vfs modules to default vfs option

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-06 09:50:54 +08:00
Rosen Penev
47a68e5e62 wavemon: Switch to codeload tarballs
Simpler and easier to bump the version in the future.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-08-05 21:00:06 +01:00
Hannu Nyman
69b24ff27b
Merge pull request #6560 from neheb/mtr2
mtr: Fix compile with libcap
2018-08-05 22:18:17 +03:00
Hannu Nyman
70a7d26219
Merge pull request #6613 from neheb/cocoa
coova-chilli: Update to 1.4
2018-08-05 22:14:52 +03:00
Hannu Nyman
c31f9763e8
Merge pull request #6674 from neheb/upnpd
miniupnpd: Update to 2.1.20180706
2018-08-05 20:17:18 +03:00
Hannu Nyman
d15d1bf871
Merge pull request #6529 from gladiac1337/feature-haproxy-v1.8.12-updates
haproxy: Update HAProxy patches for v1.8.13 & Update Lua
2018-08-05 20:13:46 +03:00
Jo-Philipp Wich
eded6ed7cf usbip: remove nonshared flag (#6681)
Since https://git.openwrt.org/d0e0b7049f88774e67c3d5ad6b573f7070e5f900,
OpenWrt SDKs ship the appropriate sources for building usbip userspace
packages, so special nonshared handling is not required anymore.

Sucessfully tested by compiling usbip utilities for various architectures
using self built SDKs after applying the change linked above.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-08-05 10:49:33 +02:00
Rosen Penev
ead9538b2c ntripcaster: Switch to codeload (#6653)
Currently uscan fails on this as it tries to look for a download link in the
wrong location. Switching it to a GitHub tarball will probably fix it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 10:45:56 +02:00
Rosen Penev
bd3c9c6643 ntripserver: Fix version and switch to codeload (#6689)
1.51 is the version not 1.5.1. codeload simplifies the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 10:42:10 +02:00
Rosen Penev
82fc8f87e9 ntripclient: Fix version and switch to codeload (#6690)
Version is 1.51, not 1.5.0. Codeload simplifies the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 10:41:23 +02:00
Rosen Penev
2a85d7863c tgt: Switch to codeload
Simplifies the makefile and makes it easier to bump versions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-04 19:44:06 -07:00
Rosen Penev
baabb53d89 ola: Update to 0.10.7 and switch to codeload
Simpler and easier to bump version.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-04 19:32:27 -07:00
Rosen Penev
8f0d732115 sysrepo: Switch to codeload tarballs
Simpler and faster to bump version.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-04 17:02:18 -07:00
Rosen Penev
8dc7472705 miniupnpd: Update to 2.1.20180706
Switched to upstream mirror 2, which is reachable over HTTPS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-04 11:55:33 -07:00
Christian Lachner
14fcfe6ae9 haproxy: Update HAProxy to v1.8.13 & Lua library to v5.3.5
- Update Lua to v5.3.5
- Add myself as co-maintainer
- Update haproxy download URL and hash
- Changed version-output to always print $(PKG_VERSION)-$(PKG_RELEASE)
- Removed all obsolete patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-08-04 11:22:43 +02:00
Rosen Penev
81449370b2
scapy: Update to 2.4.0 and change URLs to new
Development has moved to GitHub

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-03 20:45:51 -07:00
Eric Luehrsen
8830d72bbd unbound: fix boot time and default run directory
Unbound struggles with boot ifup, so procd triggers changed to push
outside of this noise. Unbound has run in /var/lib/unbound/, so chroot
(jail) protects /etc/, and it can save flash wear. Compiled defaults
reflect this now, so Unbound tools are easier run on the command line.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-08-03 03:27:03 -04:00
Hannu Nyman
2779d451d6
Merge pull request #6641 from neheb/patch-9
knxd: Update to 0.14.25 and switch to codeload
2018-08-03 08:59:45 +03:00
Daniel F. Dickinson
99eac722c2 gitolite: Point to installation guide for OpenWrt
In the description point to installation guide on OpenWrt Wiki to
make it easier for new users to find and to understand how to use
gitolite on OpenWrt.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-02 21:04:00 -04:00
Daniel F. Dickinson
f27c3ae565 gitolite: Permit SSH login for gitolite user (git)
The user defined in order to own and admin gitolite directories needs
to not be expired else logins such SSH access will not be allowed for
that user.  So we unexpire user git by default.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-02 21:04:00 -04:00
Daniel F. Dickinson
46d91345c2 gitolite: Update to 3.6.8
Update to newest release.  We also drop a now unnecesary patch.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-02 21:03:52 -04:00
Kevin D-B
f2c06977a9
Merge pull request #6657 from ldir-EDB0/maintainer
miniupnpd: remove my maintainership
2018-08-02 22:32:13 +01:00
Kevin Darbyshire-Bryant
d5aaba2702 miniupnpd: remove my maintainership
Practicalities of life have intervened and I am no longer able to
dedicate the time required to look after this package.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-08-02 22:30:31 +01:00
Peter Wagner
b1be3f9c06 nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily error
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-08-02 23:17:35 +02:00
Hannu Nyman
d4039aac6c
Merge pull request #6590 from neheb/bridge
bridge-utils: Update to 1.6
2018-08-02 20:56:27 +03:00
Hannu Nyman
430b7a4e90
Merge pull request #6583 from zhaojh329/wifidog-ng
wifidog-ng: Update to 2.0.0
2018-08-02 20:55:48 +03:00
Stijn Tintel
bdc6b8c5e2
Merge pull request #6423 from micmac1/strongswan-uclibc-iconv
strongswan: fix uclibc build issue
2018-08-02 19:42:31 +03:00
Stijn Tintel
1709b83091
Merge pull request #5069 from dedeckeh/pr-netsnmp-fw
net-snmp: fix inbound firewall rule support
2018-08-02 19:41:08 +03:00
Stijn Tintel
78e3c2b1a9
Merge pull request #6405 from TDT-AG/pr/20180704-strongswan-add-openwrt-hotplug
strongswan: add hotplug script user handling
2018-08-02 19:39:46 +03:00
Daniel F. Dickinson
98fdf16ecb nut: Fix for nut-upsmon without nut-server
nut-monitor failed to create required dir /var/etc/nut, as
well as failing to set appropriate user on the directory and
conf files.  Fixing this closes
https://github.com/openwrt/packages/issues/6644

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-02 08:40:12 -04:00
Rosen Penev
f0f305f0de ntpclient: Update to 2015_365
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 18:44:44 -07:00
Rosen Penev
be162db830 redsocks: Update to 0.5
Also switched to codeload for simplicity

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 15:07:09 -07:00
Rosen Penev
d73242f32e
knxd: Update to 0.14.25 and switch to codeload
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 11:50:12 -07:00
Hannu Nyman
28d24bc08f
Merge pull request #6635 from neheb/patch-9
linknx: Update to 0.0.1.36 and switch to codeload
2018-08-01 19:10:56 +03:00
Hannu Nyman
c7674fd548
Merge pull request #6639 from Andy2244/samba4-libgcrypt-libpam-fix
samba4: add optional lib dependencies (libgcrypt, libpam)
2018-08-01 19:08:01 +03:00
Andy Walsh
efdd707dc7 samba4: add optional lib dependencies (libgcrypt, libpam)
* add libgcrypt, libpam to optional libs

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-01 13:59:00 +02:00
Christian Schoenebeck
a6551b2cbc ddns-scripts: bump to version 2.7.8-1
- remove Cloudflare v1 protocol support #6084 #6519
- fix goip.de update url #6448 #6519
- change Cloudflare v4 to read "Proxied" from current setting at Cloudflare Dashboard #5097 #6364 #6505
- fix replace of password inside logfile #6568
- remove myself as PKG_MAINTAINER

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2018-08-01 09:36:33 +02:00
Jo-Philipp Wich
d0bac09ae5
Merge pull request #6531 from jow-/privoxy-fix-uci-parsing
privoxy: fix uci configuration parsing after upstream OpenWrt changes
2018-08-01 08:02:18 +02:00
Rosen Penev
32d1a74330 linknx: Update to 0.0.1.36 and switch to codeload
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-31 20:40:48 -07:00
Thomas Weißschuh
b2cce2fd5e esniper: update to 2.35
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
2018-07-31 23:36:53 +02:00
Hannu Nyman
7c21db5fbc
Merge pull request #6420 from micmac1/lighttpd-uclibc-iconv
lighttpd: fix uclibc build issue
2018-07-31 22:46:17 +03:00
Hannu Nyman
0dfa85ef15
Merge pull request #6612 from neheb/patch-19
chaosvpn: Update to 2.19 and switch to codeload
2018-07-31 22:41:17 +03:00
Hannu Nyman
c54ab71685
Merge pull request #6606 from neheb/patch-18
softflowd: Fix URL
2018-07-31 22:39:59 +03:00
Hannu Nyman
2fb64ad1a7
Merge pull request #6622 from neheb/patch-11
inadyn: Update to 2.3.1
2018-07-31 22:38:50 +03:00
Daniel Golle
668b1abbbf
Merge pull request #6468 from micmac1/gnunet-nls
gnunet: remove iconv hack
2018-07-31 01:44:34 +02:00
Rosen Penev
14e3e5a733
inadyn: Update to 2.3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-30 15:44:11 -07:00
Jo-Philipp Wich
591a481594
Merge pull request #5273 from brianjmurrell/add-foolsm
Add package foolsm
2018-07-30 20:57:59 +02:00
Rosen Penev
24b7f5b36e acme: Update to 2.7.9
Switch to codeload. Simplifies the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-30 13:16:11 +02:00
Ansuel Smith
2e3dec9746
nginx: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-30 11:15:27 +02:00
Jo-Philipp Wich
644ff72edb
Merge pull request #5563 from Andy2244/samba-4.8
samba4: add package samba-4.8
2018-07-30 09:36:15 +02:00
Eric Luehrsen
408047628e unbound: add UCI for forward stub and auth zone clauses
With growing interest, DNS over TLS can be setup in Unbounds foward-zone:
clause. A broader UCI solution is added to support forward-, stub-, and
auth- zone clauses in a new 'zone' section. This implentation required
reworking scripts, because they did not scale. 'forward_domain' and
'prefetch_root' options are removed, and superceded by 'zone' section.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-07-29 23:24:09 -04:00
Rosen Penev
a67193e2ca coova-chilli: Update to 1.4
Switch to codeload for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-29 20:06:04 -07:00
Rosen Penev
827b1ad69e
chaosvpn: Update to 2.19 and switch to codeload
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-29 18:43:10 -07:00
Hannu Nyman
d952f83e05
Merge pull request #6609 from mwarning/zerotier
zerotier: update to version 1.2.12
2018-07-29 22:42:57 +03:00
Hannu Nyman
4754ba5055
Merge pull request #6550 from sartura/geth_update_1.8.12
geth: update to 1.8.12
2018-07-29 22:39:51 +03:00
Hannu Nyman
0122ef4300
Merge pull request #6528 from val-kulkov/subversion-package
subversion: bump to the latest stable bugfix release
2018-07-29 22:38:31 +03:00
Dirk Brenken
094718bfe5
Merge pull request #6600 from dibdot/travelmate
travelmate: update 1.2.1
2018-07-29 21:29:51 +02:00
Dirk Brenken
bfe8850ee5 travelmate: update 1.2.1
* no longer rename faulty uplinks in /etc/config/wireless, but save
uplink state in json runtime information. To reset the saved state
simply restart travelmate processing.

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-29 21:18:51 +02:00
Moritz Warning
9e81f2511a zerotier: update to version 1.2.12
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-07-29 20:36:13 +02:00
Rosen Penev
436a875ee3
softflowd: Fix URL
Found using uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-29 00:57:09 -07:00
Francesco Molitierno
a9072f7a1a p910nd: Change start init sequence to 99
Delay startup of p910nd to give devices more time to enumerate
Fixes issue #4752

Tested on mir3g
Signed-off-by: Francesco Molitierno <francyesc0@hotmail.it>
2018-07-29 13:50:28 +08:00
Rosen Penev
664861af7e mtr: Fix compile with libcap
Selecting libcap in addition to mtr causes it to error with

Package mtr is missing dependencies for the following libraries:
libcap.so.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-27 18:42:15 -07:00
Jonas Gorski
8f52298397 znc: revert cmake build artifacts from makefile
Revert some cmake stuff that accidentially made it into the Makefile to
unbreak the build.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2018-07-27 21:42:04 +02:00
Jonas Gorski
6c0de5b93b znc: update my email address
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2018-07-27 15:10:49 +02:00
Jonas Gorski
a9051ca918 znc: drop unneeded root check patch
We don't run znc as root anymore, so no need to do the root check after
loading the config.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2018-07-27 15:10:42 +02:00
Rosen Penev
cb202c0acb znc: Update to 1.7.1
Notable Changes:
 * New IRCv3.2 capabilities support on client and server side
 * Increased max line lengths
 * support for stripping color control codes
 * various bug fixes

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[jonas.gorski: add notable changes, switch to 1.7.1]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2018-07-27 15:09:41 +02:00
Rosen Penev
aa69320bc8 bridge-utils: Update to 1.6
Switch to official tarballs. Simpler and faster.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-26 20:17:21 -07:00
Eneas Queiroz
57c8664b31 ipsec-tools: compile with openssl 1.1, compile fix (#6141)
Added compatibility with openssl 1.1, and also fixed a compiler
warning about implicit declaration.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-07-26 20:00:29 -07:00
Andy Walsh
0d23c9f2ea samba4: add package samba-4.8
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-07-26 21:38:19 +02:00
Jo-Philipp Wich
2d79ac1fa3
Merge pull request #6274 from TDT-AG/pr/20180611-add-bonding-proto
net/bonding: added protohandler package for netifd
2018-07-26 20:33:34 +02:00
Jo-Philipp Wich
5e7e696afb
Merge pull request #6462 from korzhyk/web_home
transmission: Allow user to configure web ui home directory
2018-07-26 20:18:31 +02:00
Jianhui Zhao
840a9ad63f wifidog-ng: Update to 2.0.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-07-26 23:40:25 +08:00
tripolar
404a42cecf
Merge pull request #6565 from diizzyy/patch-6
wget: Disable libpsl to fix builds on buildbots
2018-07-25 08:20:18 +02:00
Karl Vogel
9e79e1b668 ddns-scripts: sanitize host charset and shell escape characters
Since certain characters are dangerous to pass as-is to a sub shell,
sanitize the character set and only allow characters that are considered
valid for DNS hosts and filter shell escape characters on generic parameters.

Disable pathname expansion on RUNPROG evals to disable the shell expanding *,
? and [ in the arguments.

Signed-off-by: Karl Vogel <karl.vogel@gmail.com>
2018-07-25 08:18:46 +02:00
Val Kulkov
6804daa918 subversion: bump to the latest stable bugfix release
While at it, add build dependency on apr-util.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-07-24 17:14:49 -04:00
Dirk Brenken
ad41a6fdd3
Merge pull request #6570 from dibdot/adblock
adblock: bugfix 3.5.4 v2
2018-07-24 22:14:52 +02:00
Dirk Brenken
b03075ba51 adblock: bugfix 3.5.4 v2
* fix wrong firewall syntax of the last commit

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-24 21:53:03 +02:00
Daniel Engberg
89d62c60db wget: Disable libpsl to fix builds on buildbots
Disable libpsl to fix dependency issue on buildbots

http://downloads.lede-project.org/snapshots/faillogs/arm_cortex-a9_neon/packages/wget/ssl/compile.txt

"...
Package wget is missing dependencies for the following libraries:
libpsl.so.5"

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-24 14:21:01 +02:00
Mislav Novakovic
6dc43598d4 geth: update to 1.8.12
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-07-23 10:57:28 +02:00
Peter Wagner
b6a399fbfa rtorrent: fix MAINTAINER
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-07-23 01:30:34 +02:00
tripolar
2edf5c5513
Merge pull request #6545 from neheb/patch-11
rtorrent: Update to 0.9.7
2018-07-23 01:21:33 +02:00
Rosen Penev
7d5a934c97 rtorrent: Update to 0.9.7
Also switch to tarball. Should be faster.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-22 16:09:33 -07:00
Dirk Brenken
7bbf84b441
Merge pull request #6532 from dibdot/adblock
adblock: 3.5.4
2018-07-22 21:08:30 +02:00
Rosen Penev
0264b90152 mtr: Update to 0.92 and switch to tarball
Should be faster.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-22 18:03:07 +01:00
Dirk Brenken
eb2891cd99 adblock: 3.5.4
backend:
* add low priority mode (nice level 10), disabled by default
* enhance 'Force DNS' to redirect ports 53, 853 and 5353

frontend:
* switch to dynamic XHR polling for runtime information and logfile
viewing
* add new 'Refresh' button to reload blocklists
* various cleanups & small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-21 22:27:04 +02:00
Jo-Philipp Wich
3113d62393 privoxy: fix uci configuration parsing after upstream OpenWrt changes
OpenWrt changed the way the uci shell parsing functions deal with list
configuration items.

This change broke the generation of the privoxy runtime configuration
because no callbacks were emitted anymore.

Fix the problem by defining a list_cb() that simply calls the existing
option_cb() to deal with list item values.

Ref: c9c0fc28a9 ("base-files: fix UCI config parsing and callback handling")
Ref: https://forum.lede-project.org/t/openwrt-snapshot-privoxy-error/15919
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-21 21:16:03 +02:00
Hannu Nyman
bdfaeb236f
Merge pull request #6514 from Ansuel/nginx_root
nginx: change default user for luci conf
2018-07-21 18:58:26 +03:00
Hannu Nyman
ef409b726f
Merge pull request #6510 from Ansuel/nginxfix
nginx: add http_sub_module
2018-07-21 18:57:52 +03:00
Ansuel Smith
a93066b529
uwsgi-cgi: fix compilation on Darwin system
Currently the uwsgiconfig python script append some additional compilation flag based on the host system. This fix some problem related with this by hardcoding usgi_os variable to Linux

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-18 18:45:21 +02:00
Helge Mader
7996908046 net/bonding: added protohandler package for netifd
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2018-07-18 13:01:00 +02:00
Ansuel Smith
8174576cdb
nginx: add http_sub_module and other fix
Someone requested this module to be included, so create the config flag for it.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-18 04:02:14 +02:00
Ansuel Smith
a12f6d57db
nginx: change default user for luci conf
Currently the nginx user for the default luci config is root... This is dangerous and unnecessary, reset it back to nobody nogroup.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-18 04:01:54 +02:00
Ansuel Smith
0410c7b238
uwsgi-cgi: set socket to 666 permission
Currently the socket file for uwsgi can be open only from root user, change this to permit other use to use it. (Needed for nginx to use uwsgi as nobody or dedicated user)

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-18 01:52:09 +02:00
Ken Keys
de5dcb6b03 spoofer: add package
The spoofer client is part of a system to measure the Internet's resistance
to packets with a spoofed (forged) source IP address.

Signed-off-by: Ken Keys <kkeys@caida.org>
2018-07-17 10:18:46 -07:00
Hannu Nyman
3e7c95498a
Merge pull request #6485 from Ansuel/nginxfix
nginx: make virtual package provide nginx
2018-07-17 17:40:46 +03:00
Stan Grishin
ac34bf910e simple-adblock: better download processing, luci-app integration, lists optimization, firewall integration
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-07-16 17:41:39 -07:00
Rosen Penev
3f5d28d7a6 umurmur: Switch to tarball
Should be a faster download

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-16 16:55:18 -07:00
Hannu Nyman
64ccc26f06
Merge pull request #6483 from lucize/clamup
clamav: update to 0.100.1
2018-07-16 16:55:06 +03:00
Florian Eckert
6cd8fcabe6 strongswan: add openwrt hotplug script handling
Ipsec user script (/etc/ipsec.user) now get called indirectly by openwrt
"/sbin/hotplug-call". So other packages could also install their scripts
in "/etc/hotplug.d/ipsec".

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-07-16 11:34:57 +02:00
Ansuel Smith
4474f91eea
nginx: make virtual package provide nginx
Some package needs nginx as dependency this permit to use nginx-ssl and nginx-all-module as dep for them.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-15 23:24:33 +02:00