Lucian Cristian
78b842da56
dovecot: update to 2.3.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
Hannu Nyman
dd76c9c14a
Merge pull request #6245 from neheb/patch-9
hdparm: Update to 9.56
6 years ago
Hannu Nyman
d222edcf68
Merge pull request #6280 from neheb/zmq
zmq: Update to 4.1.6
6 years ago
Hannu Nyman
4eda808119
Merge pull request #6332 from micmac1/mysql-python-up
python-mysql: upgrade to 1.3.12
6 years ago
Hannu Nyman
85c96ddacd
Merge pull request #6393 from yangfl/master
i2pd: Update to 2.19.0
6 years ago
Hannu Nyman
63ce209dea
Merge pull request #6406 from MikePetullo/krb5
krb5: update to 1.16.1
6 years ago
Ted Hess
a81df2bc61
Merge pull request #6383 from thess/add-nasm
ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module dependency
6 years ago
Hannu Nyman
346925a2b1
Merge pull request #6328 from Ansuel/reworknginx
nginx: bump and add build variant and other fix
6 years ago
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>
7 years ago
W. Michael Petullo
8256b96743
krb5: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years ago
Simon Tretter
d0cc437f94
rsync: Add IPv6 functionality
Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
6 years ago
W. Michael Petullo
b4a3ac3d70
dmapd: update to 0.0.75
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
W. Michael Petullo
ebeb0607d2
libdmapsharing: update to 3.9.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
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>
7 years ago
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
6df3f67231
.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
7 years ago
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>
7 years ago
Yousong Zhou
b9cfb7f3c6
i2c-tools: fix stale PKG_SOURCE_URL
Fixes openwrt/packages#5075
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
Marko Ratkaj
920df55058
Merge pull request #6358 from sartura/sysrepo-release-0.7.4
Sysrepo release 0.7.4
6 years ago
Hannu Nyman
ea3acfe623
Merge pull request #6400 from cshoredaniel/pr-cshoredaniel-maintainer-changes
cshoredaniel maintainer changes
6 years ago
Daniel F. Dickinson
d93d21a0b8
gnupg: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago
Daniel F. Dickinson
d35e0eafd6
findutils: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago
Daniel F. Dickinson
eb13e5b335
msmtp-scripts: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago
Daniel F. Dickinson
b4fe49d2b2
nut: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago
Daniel F. Dickinson
5de5ac2afb
gitolite: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago
Daniel F. Dickinson
6aac16b164
rp-pppoe: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago
Hannu Nyman
4a5c3dc79e
Merge pull request #6288 from sdelafond/diffutils_x86
diffutils: fix 'compilation error on x86_64
6 years ago
Hannu Nyman
f84ac71bc5
Merge pull request #6301 from micmac1/mariadb-up-102
mariadb: bump to 10.2 release series
6 years ago
Hannu Nyman
3ab201cc0c
Merge pull request #6309 from diizzyy/patch-2
tmux: Add path to global conf file
6 years ago
Hannu Nyman
d1952a7bd1
Merge pull request #6340 from gladiac1337/feature-haproxy-v1.8.10
haproxy: Update HAProxy to v1.8.12
6 years ago
David Yang
afe2038f55
i2pd: Update to 2.19.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
6 years ago
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>
7 years ago
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>
7 years ago
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>
6 years ago
Philip Prindeville
54121977fe
Merge pull request #6389 from pprindeville/perl-text-csv_xs-update-1.36
perl-text-csv_xs: update to 1.36
6 years ago
Michael Heimpold
045fdb5336
php7: update to 7.2.7
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years ago
Felix Fietkau
3b45e95542
vim: disable darwin support
Fixes build on Mac OS X hosts
Signed-off-by: Felix Fietkau <nbd@nbd.name>
6 years ago
Matija Amidzic
ed44e02f53
sysrepo: update to 0.7.4
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
7 years ago
Matija Amidzic
ba647c04b5
netopeer2: update to 0.5.26
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
7 years ago
Matija Amidzic
1a910ebd5e
libnetconf2: update to 0.11.37
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
7 years ago
Matija Amidzic
e39d52d45a
libyang: update to 0.15.130
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
7 years ago
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>
6 years ago
Yousong Zhou
7c2c1cd66a
luai2c: remove it for missing sources
The github repo is gone
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
Philip Prindeville
a0831458c2
perl-text-csv_xs: update to 1.36
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years ago
Hannu Nyman
28d488f70c
Merge pull request #6368 from neheb/patch-15
unrar: Update to 5.6.5
6 years ago
Hannu Nyman
9e5d0b54c1
Merge pull request #6276 from diizzyy/utils-dbus
dbus: Update to 1.12.8
6 years ago
Sebastian Kemper
272974aecf
gammu: update lazy depend
libmariadbclient is now libmariadb. Update gammu depend to reflect that.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
6 years ago
Michael Heimpold
4529584690
Merge pull request #6333 from micmac1/php7-mysqlnd
php7: use mysqlnd
6 years ago
Hannu Nyman
b5b604f95a
Merge pull request #6366 from neheb/patch-14
gnupg: Update to 1.4.23
6 years ago
Hannu Nyman
bacba85c77
Merge pull request #6372 from jefferyto/golang-compile-arguments
golang: Makefile improvements
6 years ago
David Woodhouse
6a6a1e9e32
rtl-sdr: fix build when GCC decides not to emit inlines
Maybe we should use something other than -Os for this code anyway; it's
generally quite CPU-intensive.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
6 years ago