Commit graph

11087 commits

Author SHA1 Message Date
Rosen Penev
c7c40703d0 fdm: Switch to GitHub releases.
Sourceforge link went away. The GitHub mirror also has the wrong path.

Replaced compatibility patches with upstream solution.

Also added an OpenSSL 1.1.0 compile fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-07 10:22:57 -07:00
Hannu Nyman
f42a51aeee
Merge pull request #6230 from sartura/sysstat_bump_to_11.6.4
sysstat: bump to 11.6.4
2018-07-07 20:22:57 +03:00
Hannu Nyman
25aee63d23
Merge pull request #6221 from neheb/patch-5
zsh: Update to 5.5.1
2018-07-07 20:21:08 +03:00
Hannu Nyman
70a3298867
Merge pull request #6218 from neheb/patch-2
apr: Update to 1.6.3
2018-07-07 20:20:47 +03:00
Hannu Nyman
5bbbc36b3b
Merge pull request #6216 from neheb/patch-7
acpid: Update to 2.0.29
2018-07-07 20:20:27 +03:00
Hannu Nyman
5ae519b79e
Merge pull request #6407 from lucize/doveup
dovecot: update to 2.3.2
2018-07-07 13:02:56 +03:00
Lucian Cristian
78b842da56 dovecot: update to 2.3.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-07-06 23:58:38 +03:00
Michael Heimpold
b7f71c69d8 php7: fix load order of mysqli extension
This problem was reported by Teun Lubberhuizen, thanks!

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-07-06 22:53:54 +02:00
Hannu Nyman
dd76c9c14a
Merge pull request #6245 from neheb/patch-9
hdparm: Update to 9.56
2018-07-06 23:38:26 +03:00
Hannu Nyman
d222edcf68
Merge pull request #6280 from neheb/zmq
zmq: Update to 4.1.6
2018-07-06 23:37:59 +03:00
Hannu Nyman
4eda808119
Merge pull request #6332 from micmac1/mysql-python-up
python-mysql: upgrade to 1.3.12
2018-07-06 23:26:55 +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
Ted Hess
a81df2bc61
Merge pull request #6383 from thess/add-nasm
ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module dependency
2018-07-06 12:31:45 -04: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
W. Michael Petullo
ebeb0607d2 libdmapsharing: update to 3.9.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-06 10:17:05 +08:00
Eneas U de Queiroz
3bcaa7a4fe protobuf-c: bump to 1.3.0
Version 1.2.1 does not currently compile without a patch.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-07-06 09:53:55 +08:00
Sebastian Kemper
c9a9f6f98a luasql: fix compile with mariadb-10.2.x
This is in anticipation of the mariadb upgrade to 10.2.x. luasql compile
fails:

In file included from src/ls_mysql.c:21:0:
src/ls_mysql.c: In function 'luaopen_luasql_mysql':
src/ls_mysql.c:605:25: error: expected ')' before 'MYSQL_SERVER_VERSION'
     lua_pushliteral (L, MYSQL_SERVER_VERSION);
                         ^
src/ls_mysql.c:605:5: error: too few arguments to function 'lua_pushlstring'
     lua_pushliteral (L, MYSQL_SERVER_VERSION);
     ^
/home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/lua.h:175:16: note: declared here
 LUA_API void  (lua_pushlstring) (lua_State *L, const char *s, size_t l);
                ^~~~~~~~~~~~~~~

To fix this cherry-pick upstream commit
6df3f672313f8dbca219199c8ec8d20c0247347f.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-05 11:32:57 +00:00
Rosen Penev
4b9ec8dbae libwebsockets: Update to 3.0.0
Removed upstreamed patch.

Also added a patch to fix Travis.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Karl Palsson <karlp@etactica.com>
2018-07-05 10:45:01 +00:00
Yousong Zhou
b9cfb7f3c6 i2c-tools: fix stale PKG_SOURCE_URL
Fixes openwrt/packages#5075

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-05 17:06:01 +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
Hannu Nyman
ea3acfe623
Merge pull request #6400 from cshoredaniel/pr-cshoredaniel-maintainer-changes
cshoredaniel maintainer changes
2018-07-05 09:42:12 +03:00
Daniel F. Dickinson
d93d21a0b8 gnupg: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:54:49 -04:00
Daniel F. Dickinson
d35e0eafd6 findutils: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:53:23 -04:00
Daniel F. Dickinson
eb13e5b335 msmtp-scripts: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:52:40 -04: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
4a5c3dc79e
Merge pull request #6288 from sdelafond/diffutils_x86
diffutils: fix 'compilation error on x86_64
2018-07-04 20:18:26 +03:00
Hannu Nyman
f84ac71bc5
Merge pull request #6301 from micmac1/mariadb-up-102
mariadb: bump to 10.2 release series
2018-07-03 19:28:49 +03:00
Hannu Nyman
3ab201cc0c
Merge pull request #6309 from diizzyy/patch-2
tmux: Add path to global conf file
2018-07-03 19:22:43 +03: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
Hirokazu MORIKAWA
9ce4d5191f node: bump to 8.11.3
Update to v8.11.3 Several security fixes:
CVE-2018-7167, CVE-2018-7161, CVE-2018-1000168,CVE-2018-7158, CVE-2018-7159, CVE-2018-7160

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-07-03 10:32:43 +08:00
Philip Prindeville
fc3beffeff travis: don't need git cloning progress
Since Travis runs as a batch job and logs are typically looked at
after-the-fact (if at all), there's not any point to seeing progress
when cloning git repos.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-07-03 10:31:44 +08:00
Philip Prindeville
54121977fe
Merge pull request #6389 from pprindeville/perl-text-csv_xs-update-1.36
perl-text-csv_xs: update to 1.36
2018-07-02 16:22:57 -06:00
Michael Heimpold
045fdb5336 php7: update to 7.2.7
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-07-02 22:42:48 +02:00
Felix Fietkau
3b45e95542 vim: disable darwin support
Fixes build on Mac OS X hosts

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-07-02 17:00:44 +02: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
Matija Amidzic
1a910ebd5e libnetconf2: update to 0.11.37
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-07-02 13:37:32 +02:00
Matija Amidzic
e39d52d45a libyang: update to 0.15.130
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
Yousong Zhou
7c2c1cd66a luai2c: remove it for missing sources
The github repo is gone

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-02 10:40:47 +08:00