Commit graph

4094 commits

Author SHA1 Message Date
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
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
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
Daniel Engberg
9eefad0ad1 uwsgi-cgi: General cleanup
* Remove stray LICENSE file added to repo
* Use codeload instead of git
* Add proper (as close as possible) SPDX license
* Drop OpenSSL, PCRE and Libxml2 as dependencies
  Makes it more suitable alternative for small flash devices
* Drop /etc/uwsgi as there's only one config file
* Remove stray /etc/nginx directory
* Reorganize configuration file
* Convert init.d script to use procd
* Hardset 3 threads and processes, seems like a good tradeoff
  between performance and memory usage instead of doing
  auto scaling based on amout of cpu cores/threads

Non-scientific benchmark (tm)
ramips, mt7621, WiTi Board 16/256M

1. 3 threads, 6 processes
2. 2 threads, 2 processes
3. 3 threads, 3 processes

- LuCI Main page

1.48s
1.72s
1.64s

- Status --> Firewall

6.24s
6.39s
6.40s

- Status --> Kernel log

266ms
256ms
251ms

- Network --> Firewall

936ms
1.08s
1.07s

- Network --> Wireless

1.39s
1.42s
1.40s

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-15 22:53:35 +02:00
Lucian Cristian
99eb143b66 clamav: update to 0.100.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-07-15 22:31:45 +03:00
Hannu Nyman
fdf7a9d107
Merge pull request #6466 from Ansuel/nginxfix
nginx: fix bug in uci-defaults scripts
2018-07-15 21:00:31 +03:00
Peter Wagner
651d0a23dc tor: update to 0.3.3.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-07-15 18:47:19 +02:00
Ansuel Smith
433e0fe771
nginx: fix bug in uci-defaults scripts
Currently the uci-defaults scripts reset nginx config even it they are valid due to a bug in the if condition.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-14 23:40:26 +02:00
Sebastian Kemper
f546ac9b80 gnunet: remove iconv hack
Undo previous commit that added an iconv hack. The problem was actually
fixed by including nls.mk in the mariadb package.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 23:06:03 +02:00
Sebastian Kemper
7a0aebbff2 strongswan: include nls.mk for mysql plugin
ibmariadb 10.2 needs to be linked in together with iconv.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 22:31:28 +02:00
Sebastian Kemper
062bd423e5 lighttpd: include nls.mk for mysql plugin
libmariadb 10.2 needs to be linked in together with iconv.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 22:25:06 +02:00
Sebastian Kemper
b43e63b66d lighttpd: fix CONFIGURE_ARGS
With the current layout CONFIGURE_ARGS can end up like this:

--with-mysql --without-mysql

To avoid that join the ifneqs of the two mysql related plugins.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 22:22:56 +02:00
Marko Ratkaj
2794a18bea
Merge pull request #6392 from sartura/geth
geth: add a new package
2018-07-12 14:59:58 +02:00
Andrii Korzh
582f697afd transmission: Allow user to configure web ui home directory
Signed-off-by: Andrii Korzh <andrii.korzh@gmail.com>
2018-07-12 15:40:07 +03:00
Daniel Salzman
99c084d3f0 knot: update to 2.6.8
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-07-10 15:59:03 +02:00
Hannu Nyman
ceb2daec24
Merge pull request #6426 from Ansuel/nginxbump
nginx: bump to latest release
2018-07-09 19:12:41 +03:00
Hannu Nyman
6365c1aa82
Merge pull request #6427 from Ansuel/uwsgiupdate
uwsgi-cgi: bump to latest release
2018-07-09 19:12:16 +03:00
Eneas U de Queiroz
9364a3bac2 radsecproxy: bump to 1.7.1
Version 1.7.1 brings compatibility with openssl 1.1.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-07-09 15:19:23 +02:00
Ansuel Smith
899c3c3165
uwsgi-cgi: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-09 12:30:39 +02:00
Eric Luehrsen
0d8159f5c1 unbound: add README recipe for DNS/TLS outside of UCI
Unbound UCI so far has limited forward configuration lacking
DNS over TLS connection setup tools. User override files
'unbound_srv.conf' and 'unbound_ext.conf' can implement this.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-07-09 01:38:08 -04:00
Yousong Zhou
5eb07af2b7 treewide: add missing mirror hash
They are missed out from the FIXUP check probably because of a flaw in
the fixup-makefile.pl script

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Yousong Zhou
121b10b2bd nginx: allow make check to fixup mirror hash
The $(eval $(call Download,xx)) call need to be at the top level

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Yousong Zhou
79e977a227 nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDS
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Yousong Zhou
77c2de7f35 uwsgi-cgi: fix libcap detection
uwsgi-cgi's build system requires CPP to be set to avoid using include
path from the build system.  Otherwise it may wrongly detect
sys/capability.h of the host system and enables libcap support

CPP variable was once introduced into build system in 2017 but then
reverted in b957e45 ("rukes.mk: this patch broken grub2 builds")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Ansuel Smith
d42df123ae
nginx: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-08 20:31:48 +02:00
Sebastian Kemper
acc59d3a0a gnunet: fix uclibc build issue
libmariadb 10.2.x needs to be linked in together with iconv. On glibc
and musl iconv is part of libc. But on uclibc libiconv-full needs to be
used.

gnunet only has access to iconv on uclibc when BUILD_NLS is selected.
This commit adds hidden symbol GNUNET_HAS_ICONV_SUPPORT which sorts this
out.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 16:23:17 +02:00
Hannu Nyman
e9cdac56c2
Merge pull request #6229 from sartura/dhcpcd_bump_to_7.0.5
dhcpcd: bump to 7.0.5
2018-07-07 20:36:52 +03:00
Hannu Nyman
5a27e1c4cd
Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1
seafile: upgrade to 6.3.0
2018-07-07 20:29:21 +03:00
Hannu Nyman
4c2775c2db
Merge pull request #6251 from neheb/patch-12
esniper: Update to 2.33.0
2018-07-07 20:23:47 +03:00
Hannu Nyman
85c96ddacd
Merge pull request #6393 from yangfl/master
i2pd: Update to 2.19.0
2018-07-06 23:26:18 +03:00
Hannu Nyman
63ce209dea
Merge pull request #6406 from MikePetullo/krb5
krb5: update to 1.16.1
2018-07-06 23:22:28 +03:00
Hannu Nyman
346925a2b1
Merge pull request #6328 from Ansuel/reworknginx
nginx: bump and add build variant and other fix
2018-07-06 18:12:55 +03:00
Ansuel Smith
c351abecfa
nginx: bump and add build variant and other fix
This add 2 variant of nginx so we can have package with SSL config flag preselected. This also add support for 2 more module and upgrade gninx to latest version. Also add myself as secondary maintainer to apply luci modification quickly.
Use of autoreconf to fix problems with recompilation on every new build (even if the version is the same). Add a patch to ignore on invalid configure option instead of trow error.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-06 16:53:25 +02:00
W. Michael Petullo
8256b96743 krb5: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-06 08:45:36 -04:00
Mislav Novakovic
8e6a40aee2 geth: add a new package
The package was tested on raspberry pi 3. Geth needs about two hours to
fully sync the first try and uses an additional 250Mb of storage.

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-07-06 12:47:00 +02:00
Simon Tretter
d0cc437f94 rsync: Add IPv6 functionality
Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
2018-07-06 16:57:41 +08:00
W. Michael Petullo
b4a3ac3d70 dmapd: update to 0.0.75
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-06 10:17:05 +08:00
Marko Ratkaj
920df55058
Merge pull request #6358 from sartura/sysrepo-release-0.7.4
Sysrepo release 0.7.4
2018-07-05 09:55:38 +02:00
Daniel F. Dickinson
b4fe49d2b2 nut: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:51:28 -04:00
Daniel F. Dickinson
5de5ac2afb gitolite: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:50:43 -04:00
Daniel F. Dickinson
6aac16b164 rp-pppoe: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:49:35 -04:00
Hannu Nyman
d1952a7bd1
Merge pull request #6340 from gladiac1337/feature-haproxy-v1.8.10
haproxy: Update HAProxy to v1.8.12
2018-07-03 19:22:23 +03:00
David Yang
afe2038f55 i2pd: Update to 2.19.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-07-03 18:51:45 +08:00
David Yang
86106ecb80 i2pd: Move DATADIR to /var/lib/i2pd, fix #5693
Original author: dartraiden <wowemuh@gmail.com>

Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-07-03 18:51:45 +08:00
Matija Amidzic
ed44e02f53 sysrepo: update to 0.7.4
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-07-02 13:39:20 +02:00
Matija Amidzic
ba647c04b5 netopeer2: update to 0.5.26
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-07-02 13:37:32 +02:00
Yousong Zhou
d03e32c513 treewide: fix missing/wrong MIRROR_HASH for sources from github
Some of them forgot to update MIRROR_HASH on version change, others
updated with wrong hash value.  The new values were generated from
tarballs prepared by the newly introduced github-tarball download
methoded and confirmed consistent with those from sources.openwrt.org

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-02 10:40:47 +08:00
Noah Meyerhans
50ce6735f8
bind: Explicitly disable libatomic support (#6375)
By default, libatomic is conditionally enabled on some platforms, but it's not
strictly necessary. We'll disable it here globally rather than introduce an
unnecessary dependency.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2018-06-28 08:23:58 -07:00
Christian Lachner
c3864f5397 haproxy: Update HAProxy to v1.8.12
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-06-28 08:42:54 +02:00
Toke Høiland-Jørgensen
0768374b73 acme: Not all fields should be mandatory in Luci
Fixes #6370.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-06-27 23:06:06 +02:00
Eneas U de Queiroz
06dbce29e3 seafile-server: avoid error creating superuser
Make sure ccnet-server is running during the final setup step to avoid
an error creating django superuser

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-27 11:21:00 -03:00
Eric Luehrsen
21864670fa unbound: limit outside script source to init funciton scope
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-06-26 22:41:00 -04:00
Eric Luehrsen
9493e27e69 unbound: clean up domain periods and unnecessary quotes
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-06-26 22:41:00 -04:00
Hannu Nyman
e2e11fbb99
Merge pull request #6062 from cotequeiroz/usbip-remove_patches
usbip: remove obsolete patches, adapt package to new kernel/libudev
2018-06-26 23:25:36 +03:00
Christian Lachner
26035630cf haproxy: Update HAProxy to v1.8.11
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-06-26 15:05:55 +02:00
Peter Wagner
b3eb0d235e tor: update to 0.3.3.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-06-25 21:45:13 +02:00
Yousong Zhou
1e07e684a8 openssh: let opkg manage openssh symlinks of ssh, scp
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-06-25 14:09:25 +08:00
Christian Lachner
f332d68c6c haproxy: Update HAProxy to v1.8.10
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-06-24 20:18:56 +02:00
Eric Luehrsen
6a2239cbc0 unbound: update to 1.7.3
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-06-23 12:47:14 -04:00
Daniel Golle
f2ef609821 ola: enable and ship web stuff
Make OLA more useful for untrained users which depend on the built-in
webserver. We may split the ola package into smaller parts to allow
not having web-stuff in case this breaks the space-constraints for some
users.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-06-23 11:04:24 +02:00
Eneas U de Queiroz
c5012d6788 seafile-ccnet: fixed deprecated API patch
RSA key generation failure check was backwards.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-22 17:54:42 -03:00
Peter Wagner
ecf1e74183 git: update to 2.18.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-06-22 20:04:23 +02:00
Eneas U de Queiroz
c05f2e8bd6 seafile-seahub: added new python dependencies
Several required dependencies were added:
    django-formtools
    django-simple-captcha
    django-webpack-loader
    python-qrcode
    python-requests
    python-requests-oauthlib

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-22 14:38:58 -03:00
Eneas U de Queiroz
05f890950e seafile-server: Fix SystemInfo table in sqlite db.
Added a patch applied upstream.
 - Fix that table SystemInfo can't be created in sqlite db.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-22 14:32:18 -03:00
Daniel Golle
c10b5a3ff7 ola: implement Host/Install for ola_protoc_plugin
Should fix build with SDK on buildbots.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-06-21 11:55:02 +02:00
Daniel Golle
abdbf50221 ola: update to 0.10.6, fix build with recent protobuf
Recent protobuf requires C++11 while OLA was forcing C++98 in order
to keep using auto_ptr without getting warnings... Use gnu++11 to make
everyone happy and live with the warnings about auto_ptr being
deprecated.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-06-20 22:00:32 +02:00
Stijn Tintel
b157cf4feb
Merge pull request #6098 from xavifr/b-snmp-add-extend
snmpd: Add snmp_extend config option

Closes #5764
2018-06-20 18:03:23 +03:00
Hannu Nyman
0a264360d6
Merge pull request #6289 from Ansuel/nginxpack
nginx: add luci-support package
2018-06-17 15:04:13 +03:00
Hannu Nyman
99158896be
Merge pull request #6302 from Ansuel/uwsgi-su
uwsgi-cgi: improve uwsgi configuration
2018-06-17 12:42:32 +03:00
Ansuel Smith
052996773a
uwsgi-cgi: improve uwsgi configuration
This fix wrong configuration to the luci uwsgi conf

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-16 16:08:23 +02:00
Hannu Nyman
93c6d0fabe
Merge pull request #6290 from Ansuel/uwsgi-su
uwsgi: add luci-support package
2018-06-16 09:12:49 +03:00
Hannu Nyman
ecfc219c2b
Merge pull request #6292 from cotequeiroz/nut_openssl-1.1
nut: Add PKG_FIXUP:=autoreconf
2018-06-16 09:11:14 +03:00
Saverio Proto
8704bba6ce tinc: version bump 1.0.34
Signed-off-by: Saverio Proto <zioproto@gmail.com>
2018-06-15 17:02:22 +02:00
Ansuel Smith
c89dc49dfb
uwsgi: add luci-support package
This adds additional specific files to support luci on the nginx

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-14 20:37:20 +02:00
Ansuel Smith
4195561666
nginx: add luci-support package
This adds an additional file for ngix that contains all the files need to make luci works on the nginx webserver.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-14 19:58:44 +02:00
Hans Dedecker
29a46cff81
Merge pull request #6296 from cotequeiroz/rp-pppoe-glibc
rp-pppoe: redo glibc patch
2018-06-14 17:34:04 +02:00
Eneas U de Queiroz
e40d67a48f rp-pppoe: redo glibc patch
Previous fix broke compilation with kernel < 4.8

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-14 12:00:55 -03:00
Noah Meyerhans
2e030a7b81 bind: update PKG_LICENSE to reflect upstream change
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2018-06-13 21:48:18 -07:00
Noah Meyerhans
037f1def7d bind: Update to version 9.11.3 and optionally support eddsa for dnssec
EdDSA support is optional and currently defaults to being disabled.

The following security issues are addressed with this update:

  * An error in TSIG handling could permit unauthorized zone transfers
    or zone updates. These flaws are disclosed in CVE-2017-3142 and
    CVE-2017-3143.
  * The BIND installer on Windows used an unquoted service path, which
    can enable privilege escalation. This flaw is disclosed in
    CVE-2017-3141.
  * With certain RPZ configurations, a response with TTL 0 could cause
    named to go into an infinite query loop. This flaw is disclosed in
    CVE-2017-3140.
  * Addresses could be referenced after being freed during resolver
    processing, causing an assertion failure. The chances of this
    happening were remote, but the introduction of a delay in
    resolution increased them. This bug is disclosed in CVE-2017-3145.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2018-06-13 21:46:03 -07:00
Eneas U de Queiroz
6543859dab nut: Add PKG_FIXUP:=autoreconf
We need to force this since a *.m4 file is patched.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-13 16:33:47 -03:00
Eric Luehrsen
a7fd69233d unbound: improve local zone evaluation in UCI
When UCI local zone is private and static, Unbound covered private
addresses with defaults. Optional delegated global IP6 prefix
protection lacked a static zone, but it was prevented from appearing
in global DNS responses. Domain names router-as-TLD, "lan." and
"local." were static, but they lacked default SOA or NS such as
Unbound had assinged to private addresses. Clean up these local
zones UCI evaluation and block global DNS inclusion.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-06-12 22:32:54 -04:00
Eric Luehrsen
d6e7f64a3d unbound: update to 1.7.2
A few bug fixes but importantly fix a deadlock on
AXFR configuration when notify occurs (auth-zone:)

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-06-12 22:03:51 -04:00
Philip Prindeville
7716f410c4
Merge pull request #6268 from pprindeville/dhcp-update-resolv.conf
isc-dhcp: write resolv.conf per network & dhcp settings
2018-06-12 17:20:06 -06:00
Philip Prindeville
db6adb616d isc-dhcp: write resolv.conf per network & dhcp settings
The internal nameservers and the DHCP default domain should be
squirted into /tmp/resolv.conf.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-06-12 13:52:06 -06:00
Thomas Heil
970172eb12
Merge pull request #5807 from gladiac1337/feature-haproxy-v1.8.5
Update HAProxy to v1.8.9
2018-06-12 15:03:09 +02:00
Thomas Heil
58bb225966
Merge pull request #6157 from Ansuel/nginx-module
nginx: Package bump to 1.14.0
2018-06-12 15:02:36 +02:00
Yousong Zhou
81094b3937 openvswitch: README.md: remove TODO items
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-06-12 10:57:17 +08:00
Hannu Nyman
510ea619a4
Merge pull request #6206 from Ansuel/ariang
ariang: dep rework
2018-06-12 00:03:52 +03:00
Ansuel Smith
286ad4be5a
ariang: add ariang-nginx metapackage
Permit to install a version of ariang with nginx as webserver.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-11 22:25:34 +02:00
Hannu Nyman
cef54639f2
Merge pull request #6217 from neheb/patch-1
autossh: Update to 1.4f
2018-06-11 22:39:15 +03:00
Hannu Nyman
16c5a020a2
Merge pull request #6258 from neheb/patch-19
addrwatch: Update to 1.0.1
2018-06-11 22:23:14 +03:00
Hannu Nyman
4a9405502c
Merge pull request #6272 from commodo/ulogd-update
ulogd: bump to version 2.0.7
2018-06-11 22:20:18 +03:00
Eneas U de Queiroz
302454f527 seafile-server: bump to 6.3.0
Added patch to remove openssl 1.1 deprecated API.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-11 16:15:48 -03:00
Marko Ratkaj
efb6927097
Merge pull request #6210 from cotequeiroz/squid_openssl-1.1
squid: Upgrade to 4.0.24 beta
2018-06-11 14:03:39 +02:00
Alexandru Ardelean
e947914286 ulogd: bump to version 2.0.7
It's been quite a long time since there was a release, and this one
includes quite a bit of fixes/updates.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-06-11 12:55:15 +03:00
Michael Heimpold
ffcb3516b5 u2pnpd: update to 0.4
While at, switch to xz-tarball.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-06-10 22:31:08 +02:00
Daniel Golle
4dcd1d4d07 gnunet: update to 0.12 pre-release snapshot
GNUnet licence changed to AGPL-3.0.
Happy pre-release testing ;)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-06-10 21:09:07 +02:00
Hannu Nyman
d6b44859f6
Merge pull request #6231 from ldir-EDB0/fixminiupnpd
miniupnpd: fix build error when ASLR enabled
2018-06-10 14:55:57 +03:00
Hannu Nyman
63dd87276f
Merge pull request #6235 from cotequeiroz/umurmur_openssl-1.1
umurmur: update to version 0.2.17
2018-06-10 14:55:29 +03:00
Hannu Nyman
4ae59b0a60
Merge pull request #6255 from neheb/patch-16
tcpreplay: Update to 4.2.6
2018-06-10 11:21:20 +03:00
Rosen Penev
f199ca1401 addrwatch: Update to 1.0.1
Switch to codeload for smaller filesize. We need to run autoreconf anyway

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-09 19:49:44 -07:00
Rosen Penev
fdd3c032ef pen: Update to 0.34.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-09 16:00:58 -07:00
Rosen Penev
cf4af4f553 tcpreplay: Update to 4.2.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-09 15:46:36 -07:00
Rosen Penev
daaa90157a
esniper: Update to 2.33.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-09 15:03:21 -07:00
Hannu Nyman
496068bef9
Merge pull request #6164 from cotequeiroz/noddos_openssl-1.1
noddos: add compatibility with openssl 1.1
2018-06-09 18:30:10 +03:00
Michal Lipka
269b4ce218 ddns-scripts: New ddns script for polish service FreeDNS.42.pl
new ddns script for polish service FreeDNS.42.pl where you can
host your own domains for free

Signed-off-by: Michal Lipka <michal@sysadmin.care>

(commits from PR #6150 squashed together)
2018-06-09 13:37:54 +03:00
Christian Pointner
30ba69f1a4 uanytun: bump to v. 0.3.7
Adds support for openssl 1.1.0.
Removed all patches as they are now integrated into upstream.

Thanks to: Eneas U de Queiroz <cote2004-github@yahoo.com> for his OpenSSL patch

Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2018-06-08 21:50:32 +02:00
Hannu Nyman
48a587d826
Merge pull request #6136 from cotequeiroz/ibrdtnd_openssl-1.1
ibrdtnd: added openssl 1.1 compatibility
2018-06-08 20:13:38 +03:00
Eneas U de Queiroz
87b7135201 umurmur: update to version 0.2.17
This version supports openssl-1.1.
Added a patch to update openssl 1.1 deprecated API.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-08 12:08:22 -03:00
Kevin Darbyshire-Bryant
48d9c84a99 miniupnpd: fix build error when ASLR enabled
Add -fPIC to TARGET_LD_FLAGS

ce9TpAS.ltrans0.ltrans.o: relocation R_MIPS16_26 against `syslog' can not
be used when making a shared object; recompile with -fPIC
cce9TpAS.ltrans0.ltrans.o: error adding symbols: Bad value

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-06-08 15:25:09 +01:00
Eneas U de Queiroz
90f4b935bd squid: incorporated ideas from PR#5196
Incorporated @ratkaj configuration options and patches.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-08 10:03:24 -03:00
Marko Ratkaj
dc469653e7 dhcpcd: bump to 7.0.5
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-06-08 14:15:43 +02:00
Dirk Brenken
f93d518c2c
Merge pull request #6207 from dibdot/adblock
adblock: update 3.5.3
2018-06-08 07:04:25 +02:00
Rosen Penev
87a616f339 reaver: Update to 1.6.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 10:30:34 +08:00
Rosen Penev
e227456efa
autossh: Update to 1.4f
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 18:17:49 -07:00
Eneas U de Queiroz
dec7628ea9 squid: Upgrade to 4.0.24 beta
This beta version brings compatibility with openssl 1.1

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-07 18:16:02 -03:00
Dirk Brenken
18190c1fbb adblock: update 3.5.3
backend:
* enhance the whitelist function. Now sub-domains could be whitelisted
  (e.g. 'fakenews.facebook.com'), even if the correspondent tld is
  blacklisted (e.g. 'facebook.com') - this makes whitelisting
  much more flexible and predictable
* rework the domain query function to adapt the whitelist changes
* refine startup error checks/messages
* small fixes

luci:
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-06-07 21:12:42 +02:00
Eneas U de Queiroz
10345fbba5 openvswitch: add openssl-1.1 compatibility
Do not call library initialization when compiling with openssl 1.1.

The package generates the C source files for its DH parameters at
compile time using the host installed openssl.  This patch adds a DH
source, using the same parameters, compatible with openssl 1.0 and 1.1.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-07 07:27:57 +08:00
Eneas U de Queiroz
21568764a4 seafile-seahub: bump to 6.3.0
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-06 18:34:16 -03:00
Eneas U de Queiroz
113ab03629 seafile-ccnet: bump to 6.3.0
Added patch to remove openssl 1.1 deprecated API.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-06 18:32:37 -03:00
Hannu Nyman
f837e8c4c7
Merge pull request #6128 from cotequeiroz/chaosvpn_openssl-1.1
chaosvpn: add compatibility with openssl 1.1
2018-06-06 21:41:35 +03:00