Commit graph

4119 commits

Author SHA1 Message Date
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
Florian Eckert
b6249f1781 net/mwan3: fix NDP on ipv6 for ra services
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-06-06 10:41:38 +02:00
Toke Høiland-Jørgensen
81873e11ae sqm-scripts: Bump to v1.2.3
Fixes an issue with sqm-scripts not being reloaded on ifup/down.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-06-05 23:37:42 +02:00
Hannu Nyman
3f5c6262c9
Merge pull request #5658 from neheb/e2guardian
e2guardian: Change URL to use git directly.
2018-06-05 21:04:58 +03:00
Hannu Nyman
93d787da02
Merge pull request #6056 from cotequeiroz/rp-pppoe-glibc
rp-pppoe: Fixed compilation with glibc
2018-06-05 18:06:33 +03:00
Hannu Nyman
7e10d79eb4
Merge pull request #6132 from cotequeiroz/freeradius3_openssl-1.1
freeradius3: update to 3.0.17
2018-06-05 18:04:46 +03:00
Ansuel Smith
dc66614a65
uwsgi-cgi: remove useless dep
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-04 22:51:47 +02:00
Eneas U de Queiroz
59563c7040 chaosvpn: changed 'ip' program location to /sbin/ip
This was previously set to /usr/sbin/ip.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-04 15:16:24 -03:00
Dirk Brenken
2e54b64b4f
Merge pull request #6186 from dibdot/adblock
adblock: change winspy url
2018-06-04 14:39:20 +02:00
Hannu Nyman
10eb55f580
Merge pull request #6180 from openwrt/unbound-tfo-v2
unbound: Enable TCP fast open
2018-06-04 15:36:02 +03:00
Dirk Brenken
1aa8e8fe14 adblock: change winspy url
* the windows 7/8.1/10 rules has been merged and the blocklist url
  has been changed

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-06-04 14:29:47 +02:00
Toke Høiland-Jørgensen
17b2c1a23b unbound: Enable TCP fast open
This can reduce the lookup times for TCP lookups with a full RTT for
supported servers.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-06-04 09:19:23 +02:00
Ansuel Smith
bcc1c9615a
uwsgi-cgi: another missing library
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-04 08:35:18 +02:00
Ansuel Smith
e4917a9bc6
uwsgi-cgi: add missing library
This fix compilation error for the missing library libjansson

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-04 07:58:08 +02:00
Yousong Zhou
932cb25b41 shadowsocks-libev: bump to version 3.2.0
Changes summarized by upstream maintainer

  * Add MinGW support by @linusyang.
  * Refine c-ares integration by @xnoreq.
  * Fix building issues with GCC8 by @FlyingheartCN.
  * Minor bug fixes.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-06-04 11:47:17 +08:00
Yousong Zhou
02fa673f82 openvswitch: bump to version 2.9.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-06-04 11:27:54 +08:00
Yousong Zhou
c2f788f054 openvswitch: rework packaging
New scheme mainly provides three packages: openvswitch,
openvswitch-ovn-north, openvswitch-ovn-controller.  These should fit
most usage scenarios.  Other subpackages like openvswitch-libXXX
etc.  are there for dependency management and are hidden from the
menu.

Many python and shell scripts are removed in this revision.  Most of
them cannot run out of box at all for lack of dependencies.  Others
being legacy ones are not that useful now.  Add them back at later time
when real need appears

Below are a simple listing of additions

 - initscript now incorporate also ovn north and controller support
 - ovn-ctl and ovs-ctl can be invoked directly from within $PATH

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-06-04 11:27:54 +08:00
Hannu Nyman
efa81850f2
Merge pull request #6166 from cotequeiroz/nut_openssl-1.1
nut: added compatibility with openssl-1.1
2018-06-04 00:04:51 +03:00
Ansuel Smith
fee38c1cdf
uwsgi-cgi: fix error
Bad makefile, fix missing separator error.
Also add PKG_MIRROR_HASH

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-03 19:58:24 +02:00
Hannu Nyman
83bbfa4270
Merge pull request #6096 from xavifr/master
lighttpd: Auth in version 1.4.48 is broken with musl, fixed in 1.4.49
2018-06-03 17:16:56 +03:00
Hannu Nyman
967ad04e77
Merge pull request #6083 from Ansuel/master
uwsgi-cgi: New package
2018-06-03 17:09:46 +03:00
Hannu Nyman
fb5736dd1c
Merge pull request #6103 from Ansuel/ddns-fix
ddns-scripts: fix unefficent sh script
2018-06-03 14:53:04 +03:00
Hannu Nyman
362adcbde4
Merge pull request #6116 from cotequeiroz/aircrack-ng_openssl-1.1
aircrack-ng: add openssl 1.1 compatibility
2018-06-03 09:52:15 +03:00
Hannu Nyman
ce37c5fb65
Merge pull request #6117 from cotequeiroz/bitlbee_openssl-1.1
bitlbee: added openssl 1.1 support
2018-06-03 09:50:55 +03:00
Hannu Nyman
6e42b4b129
Merge pull request #6170 from MikePetullo/krb5
krb5: set replay cache directory to /tmp
2018-06-03 09:47:10 +03:00
W. Michael Petullo
536d555456 krb5: set replay cache directory to /tmp
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-06-02 15:54:24 -04:00
Ansuel Smith
8bb49eb5ed
ddns-scripts: fix unefficent sh script
Currently this 3 variable are used only 1 time in the sh script and cause 10s of delay for them to load... move them to load only if it's required by the command. This also fix luci-app-ddns delay problem derived by calling dns_lucihelper (that use tdns_functions to load data) for the version.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-02 18:04:16 +02:00
Ansuel Smith
157baf5c65
nginx: Package bump to 1.14.0
This bump nginx package to latest stable.
Also add support for the brotli compression module and head_more module.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-02 14:02:37 +02:00
Eneas U de Queiroz
1a9a7cc280 nut: added compatibility with openssl-1.1
Also added a fix in a check for empty string.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-01 12:04:32 -03:00
Ansuel Smith
034e2bde7a
ariang: Bump to latest version
This upgrade ariang webui to latest version

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-05-31 20:18:40 +02:00
Martin Blumenstingl
96ae89c801 net/vnstat: enable auto-respawn when vnstatd crashes
Originally this was indended as a fix for devices without RTC support
which do not have the correct time set after a reboot (until ntp is able
to update the system time). vnstat checks if there is a time difference
between the latest entry in the database and detects that the system time
is incorrect. In this case vnstat does not start (to prevent database
corruption), the following message is reported instead:
'Error: Interface "..." has previous update date too much in the future,
exiting.'
Once we have network connectivity (and ntp has updated the system time)
vnstat starts correctly though.
vnstat 1.18 fixes this by waiting a few minutes (instead of exiting) and
the following message is logged:
"Latest database update is in the future (db: 2018-04-28 08:39:11 > now:
2018-04-28 08:07:18). Giving the system clock up to 5 minutes to sync
before continuing."

This still adds a procd respawn trigger to let procd automatically
restart vnstat in case:
- vnstat it crashes
- no valid system time is received for a long time (no network
  connectivity, broken NTP servers, ...)

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2018-05-31 13:03:38 +02:00
Martin Blumenstingl
e1acbd55b6 net/vnstat: port the init-script to procd
This ports the init-script from the legacy functions to procd. There
should be no functional changes with this patch.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2018-05-31 13:03:38 +02:00
Hannu Nyman
4bacddbbed
Merge pull request #6131 from cotequeiroz/conserver_openssl-1.1
conserver: bump to v8.2.2 - adds openssl 1.1 compatibility
2018-05-30 17:42:46 +03:00
Hannu Nyman
a02335741d
Merge pull request #6153 from TDT-AG/pr/20180530-net-mwan3-fix-connected-networks
net/mwan3: fix connected networks
2018-05-30 16:40:51 +03:00
Florian Eckert
acf7278fb8 net/mwan3: update version to 2.6.17
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-30 12:57:49 +02:00
Florian Eckert
7ea690ea3c net/mwan3: fix update on connected ip networks
If an interface is not tracked by mwan3 or enabled and this interface is
setup by netifd, then the connected ipset is not update by mwan3.
To fix this also call connected ipset update code even if the interface
is not tracked or enabled by mwan3.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-30 12:56:50 +02:00
Peter Wagner
1673e33b20 git: update to 2.17.1
Fixes CVE-2018-11233 and CVE-2018-11235

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-05-30 01:07:15 +02:00
Eneas U de Queiroz
b941c8d932 noddos: add compatibility with openssl 1.1
Adapted minor piece of code to the new API.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-29 16:42:31 -03:00
Xavier Franquet
429b955ca2 Merge remote-tracking branch 'upstream/master' 2018-05-29 09:07:16 +02:00
Eric Luehrsen
36e1aa0892 unbound: add root zone file cache option
Add the possibility to use Unbound auto-zone: clause to
fetch complete root, arpa, in-addr.arpa, and ip6.arpa
zone files. This can speed up recursion when users
access many ccTLD or connection logging hits many PTR.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-05-28 23:32:12 -04:00
Eric Luehrsen
cdeefec73e unbound: provide transparent defaults with documentation
Some resource options bundled many Unbound.conf options and
made customizing on top of UCI difficult. Make it easier to
use Unbound built defaults (blank conf sections).

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-05-28 23:32:12 -04:00
Eneas U de Queiroz
731a00aae5 conserver: update to v8.2.2
Adds openssl compatibility.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-28 23:31:54 -03:00
Stijn Tintel
7bb68c74e2 strongswan: bump to 5.6.3
Fixes the following CVEs:
- CVE-2018-5388
- CVE-2018-10811

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-05-28 23:38:53 +03:00
Hannu Nyman
1dc97d9206
Merge pull request #6140 from neheb/tr
transmission: Update to 2.94
2018-05-30 13:59:07 +03:00
Peter Wagner
0d1f48893c nfs-kernel-server: update to 2.3.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-05-28 20:53:18 +02:00
Yousong Zhou
86ece31c66 openvswitch: remove ovs-parse-backtrace
It's a python script and requires backtrace support when building
openvswitch which requires glibc.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-28 18:06:44 +08:00
Yousong Zhou
a65da6a79a openvswitch: remove docker related utilities
The overlay and underlay driver, and ovs-docker utilities requires setup
and dependencies that are just not available in known maintained state.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-28 17:41:51 +08:00
Rosen Penev
a46d0ffb83 transmission: Update to 2.94
Mainly a bugfix for XSS. Patches have been refreshed.

Added an upstream fix for TLS verification. Now enabled by default.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-27 15:18:12 -07:00
Hannu Nyman
763dab4eb8
Merge pull request #5897 from oldium/fwknopd-device-fix
fwknopd: More reliable network dependency
2018-05-28 00:37:11 +03:00
Eneas U de Queiroz
86e4b33a9d ibrdtnd: added openssl 1.1 compatibility
This patch adds compatibility with openssl 1.1.0 to ibrdtnd.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-27 07:48:06 -03:00
Eneas U de Queiroz
9ded227056 freeradius3: update to 3.0.17
Latest stable release, support for openssl 1.1

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-25 17:33:12 -03:00
Eneas U de Queiroz
3c78b49ab5 chaosvpn: add compatibility with openssl 1.1
This patch has been merged upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-25 09:24:27 -03:00
Hannu Nyman
61c4f98c4c
Merge pull request #6127 from mwarning/zerotier
zerotier: update to version 1.2.10
2018-05-25 15:19:59 +03:00
Moritz Warning
0bc668aded zerotier: update to version 1.2.10
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-25 13:08:06 +02:00
Eneas U de Queiroz
b2dcf42108 bitlbee: added openssl 1.1 support
This patch was submitted upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-24 23:57:24 -03:00
Eneas U de Queiroz
168ccaafbf aircrack-ng: adds openssl 1.1 compatibility
Applied a patch that was merged upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-24 22:19:13 -03:00
Eneas U de Queiroz
0c995cabe7 rp-pppoe: Fixed compilation with glibc
Do not inlcude <netinet/in.h> when using glibc to avoid various
redefinitions.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:24:35 -03:00
Eneas U de Queiroz
633fe0dbdf usbip: adapt package to new kernel/libudev
The sources for usbip are within the kernel.  A patch that was included
with the package, which changed the old signal name SIGCLD to the new
one, SIGCHLD, was merged upstream.  However, different targets use
different kernel versions.  Current version 4.14 and 4.9 are fine, but
older versions do not have the patch applied.  So, I used
-DSIGCLD=SIGCHLD to please both worlds.

libudev-fbsd currently used by openwrt does not implement the
udev_device_get_devpath function.  eudev's implementation of libudev
sets it as (src/libudev/libudev-device.c):
udev_device->devpath = udev_device->syspath + strlen("/sys");
I used a command-line define to use the same logic, as it works with
new and old versions of the kernel--the use of ..devpath is quite
recent.

I also linked with libbsd, when using glibc.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:18:17 -03:00
Xavier Franquet
a565ef8eaa SNMPD: Add snmp_extend config option
Signed-off-by: Xavier Franquet <xavier@franquet.es>
2018-05-23 16:04:13 +02:00
Xavier Franquet
425331f316 Lighttpd: Update to 1.4.49
At 1.4.48, base64 decode is broken when libc sees `char` as `unsigned char`

d4083effab

Signed-off-by: Xavier Franquet <xavier@franquet.es>
2018-05-23 15:38:53 +02:00
W. van den Akker
4473c576bf
Shorewall6: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-23 08:26:44 +02:00
W. van den Akker
015c433282
Shorewall: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-23 08:26:20 +02:00
W. van den Akker
0200f56ea1
Shorewall6-lite: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-23 08:26:08 +02:00
W. van den Akker
f7cd33b67a
Shorewall-lite: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-23 08:25:53 +02:00
W. van den Akker
45b2cfe7ac
Shorewall-core: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-23 08:25:35 +02:00
Ansuel Smith
6fe09e86d1
uwsgi-cgi: New package
Uwsgi compiled with cgi profile to support plain cgi for ngix webserver

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-05-21 17:24:09 +02:00
Yousong Zhou
af5ebf6220 xl2tpd: bump to version 1.3.12
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-21 16:09:26 +08:00
Hannu Nyman
5a30601780
Merge pull request #6080 from kuoruan/aria2
aria2: Bump 1.34.0
2018-05-21 08:41:43 +03:00
Hsing-Wang Liao
be5feb784a aria2: Bump 1.34.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2018-05-21 10:38:24 +08:00
Moritz Warning
f7cfb61edc kadnode: update to version 2.2.3
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-21 02:18:34 +02:00
Hannu Nyman
269b3d8c44
Merge pull request #6075 from mwarning/kadnode
kadnode: update to version 2.2.2
2018-05-20 19:28:58 +03:00
Hannu Nyman
6e0c49be57
Merge pull request #6072 from wvdakker/master
Shorewall: Bump to 5.2.0.3
2018-05-20 19:28:19 +03:00
Hannu Nyman
2c9889ce2a
Merge pull request #5562 from Andy2244/krb5-fix
krb5: update depends, fix FS#1310
2018-05-20 19:27:42 +03:00
Moritz Warning
1632a5d307 kadnode: update to version 2.2.2
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-20 02:29:41 +02:00
W. van den Akker
c045dd5214
Shorewall6: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-19 11:10:25 +02:00
W. van den Akker
9244b1c305
Shorewall: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-19 10:56:54 +02:00