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
Hannu Nyman and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
85c96ddacd
Merge pull request #6393 from yangfl/master
...
i2pd: Update to 2.19.0
2018-07-06 23:26:18 +03:00
Hannu Nyman and GitHub
63ce209dea
Merge pull request #6406 from MikePetullo/krb5
...
krb5: update to 1.16.1
2018-07-06 23:22:28 +03:00
Hannu Nyman and GitHub
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
Simon Tretter and Yousong Zhou
d0cc437f94
rsync: Add IPv6 functionality
...
Signed-off-by: Simon Tretter <simon@mediaarchitectu.re >
2018-07-06 16:57:41 +08:00
W. Michael Petullo and Yousong Zhou
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
0a264360d6
Merge pull request #6289 from Ansuel/nginxpack
...
nginx: add luci-support package
2018-06-17 15:04:13 +03:00
Hannu Nyman and GitHub
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 and GitHub
93c6d0fabe
Merge pull request #6290 from Ansuel/uwsgi-su
...
uwsgi: add luci-support package
2018-06-16 09:12:49 +03:00
Hannu Nyman and GitHub
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 and GitHub
29a46cff81
Merge pull request #6296 from cotequeiroz/rp-pppoe-glibc
...
rp-pppoe: redo glibc patch
2018-06-14 17:34:04 +02:00