Christian Lachner
1784615d36
haproxy: Update HAProxy to v1.8.20
...
- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.20.html )
- Make halog use our CFLAGS
- Update statically linked LUA to v5.3.5
Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-06-19 14:34:29 +02:00
Rosen Penev
7290c123d8
Merge pull request #9232 from neheb/13
...
[18.06]haproxy: Remove unnecessary OpenSSL depends
2019-06-15 15:46:06 -07:00
Rosen Penev
356bb11623
haproxy: Remove unnecessary OpenSSL depends
...
All of these are either not needed or not valid.
Added a patch to remove the OPENSSL_WITH_DEPRECATED dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 430906bd78
)
(refreshed patches)
2019-06-15 15:03:36 -07:00
Deng Qingfang
3afd619828
lm-sensors: install libsensors using CP instead of INSTALL_DATA
...
INSTALL_DATA turns all of the symlinks to files, increasing size.
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
(cherry-picked from 3417ee0122
)
2019-06-14 11:44:37 -07:00
Carlos Miguel Ferreira
d8ecf9cb7c
boost: Release update with minor fix
...
This commit fixes the bug described in issue #8146 [1], where the
package fails to build if the boost package is selected without
selecting any of the internal non-header-only libraries.
[1]: https://github.com/openwrt/packages/issues/8146
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
(cherry-picked from 92c93ca0f4
)
2019-06-14 11:34:45 -07:00
Jonas Gorski
efa0b885ad
znc: update my email address
...
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2019-06-11 14:27:52 +02:00
Rosen Penev
45e1b91aeb
Merge pull request #9193 from ryzhovau/getdns_lib-18.06
...
getdns: fix library double packing (18.06 branch)
2019-06-08 11:41:35 -07:00
Alexander Ryzhov
55e357b66e
getdns: fix library double packing
...
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
2019-06-08 20:29:58 +03:00
Jo-Philipp Wich
810f22da8f
nlbwmon: update to latest Git HEAD
...
4574e6e nfnetlink: prevent tight retry loops
163a211 client: fix commit error information
21290db nlbwmon: merge existing data
abe701d database: do not overwrite unexpectedly preexisting databases
ef3fa58 socket: handle EAGAIN on send()
Ref: https://github.com/jow-/nlbwmon/issues/23
Ref: https://github.com/jow-/nlbwmon/issues/26
Ref: https://github.com/jow-/nlbwmon/issues/30
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit c528e01f4c
)
2019-06-06 09:31:24 +02:00
Rosen Penev
5d3cb594e4
Merge pull request #9058 from micmac1/sqlite3-arm-endian-owrt18
...
(18.06) sqlite3: fix arm endian issue
2019-05-23 23:43:06 -07:00
Sebastian Kemper
d13f831ba8
sqlite3: fix arm endian issue
...
Forum user portuquesa raised a topic (see [1]) about being unable to use
Asterisk on his armeb xscale device. We narrowed it down to sqlite3.
Asterisk was unable to insert a simple table into its db.
In short, sqlite3 assumes little endian for every ARM device. This worked OK
for 4 Byte (unaligned) access. But once upstream (back in 2015) added a
function which accesses 2 Bytes (see [2]) this failed for some (if not all) ARM
big endian devices. ARM CPUs are bi-endian for 4 Byte reads but not for 2 Byte
reads.
This patch fixes the problem by setting the endianness adequately for
ARM targets, for both 32 bit and 64 bit varieties. The patch was applied
upstream (see [3]).
[1] https://forum.openwrt.org/t/solved-asterisk13-or-15-sqlite3-database-problem/36856
[2] 329428e208
[3] https://www.sqlite.org/src/info/b7aad929619f7043
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-05-23 20:37:27 +02:00
Rosen Penev
48687a5819
Merge pull request #8966 from BKPepe/18.06-ytdl
...
[OpenWrt 18.06] youtube-dl: update to version 2019.05.11
2019-05-13 13:33:44 -07:00
Josef Schlehofer
5387239ad1
youtube-dl: update to version 2019.05.11
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-05-12 11:41:04 +02:00
Josef Schlehofer
76ebe2be00
Merge pull request #8765 from BKPepe/1806-urllib3
...
[OpenWrt 18.06] python-urllib3: update to 1.24.3
2019-05-12 11:09:35 +02:00
Rosen Penev
ec5e894ce7
Merge pull request #8954 from jonathanunderwood/openwrt-18.06-getdns-stubby-from-master
...
[18.06] stubby and getdns: cherry pick commits from master
2019-05-11 12:14:15 -07:00
Peter Wagner
54928eb69d
nfs-kernel-server: use portmap, drop rpcbind
2019-05-11 18:03:06 +02:00
Jonathan G. Underwood
09e18eef72
stubby: set PKG_SOURCE_VERSION using PKG_VERSION
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-11 10:30:23 +01:00
Jonathan G. Underwood
f8c8b96e78
stubby: remove PKG_SOURCE from Makefile
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-11 10:30:23 +01:00
Jonathan G. Underwood
28c328d666
stubby: add support for TLS configuration options
...
- tls_cipher_list
- tls_ciphersuites
- tls_min_version
- tls_max_version
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-11 10:30:23 +01:00
Jonathan G. Underwood
eec23a91b3
stubby: add support for tls_port resolver config option ( #8889 )
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-11 10:30:23 +01:00
Jonathan G. Underwood
5415cc7b29
stubby: update to 0.2.6
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-11 10:30:23 +01:00
Jonathan G. Underwood
b1cc26adf2
getdns: update to version 1.5.2
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-11 10:27:56 +01:00
Rosen Penev
813d49c69f
stubby: Update PKG_RELEASE
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-11 10:26:26 +01:00
Jonathan G. Underwood
3b498844ac
stubby: fix handling of pkis in config ( #8888 )
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-11 10:26:09 +01:00
Jannik Vieten
95daecd815
stubby: fixed duplicate IPv6 address in stubby.yml; fixed typo in README.md
...
Signed-off-by: Jannik Vieten <me@exploide.net>
2019-05-11 10:25:52 +01:00
Rosen Penev
eca82ce3db
Merge pull request #8938 from lucize/doveup18
...
dovecot: [18.06] update to 2.2.36.1
2019-05-09 17:05:30 -07:00
Lucian Cristian
2c87aeba17
dovecot: update to 2.2.36.1
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-05-09 22:31:47 +03:00
Josef Schlehofer
8459433eb8
python-urllib3: update to 1.24.3
...
- Fixes CVE-2019-9740, CVE-2019-11324
- RFC 3986 compliant
- Fix TITLE, which was too long for make menuconfig
- Add PKG_LICENSE_FILES
- Remove current maintainer
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-05-08 19:23:10 +02:00
Rosen Penev
0141067413
Merge pull request #8781 from neheb/pros
...
[18.06] Prosody: backport changes from master
2019-05-07 10:38:12 -07:00
Rosen Penev
41c85f8ef5
Merge pull request #8767 from neheb/cr2
...
[18.06] crtmpserver: Update to official git repo
2019-05-07 10:35:45 -07:00
Rosen Penev
9e4966bd30
Merge pull request #8816 from neheb/lo
...
[18.06] loudmouth: Disable debug and fix compilation
2019-05-03 11:43:10 -07:00
Rosen Penev
55b505f821
Merge pull request #8815 from neheb/gr
...
[18.06] grilo: Remove build dependency on perl-xml-parser
2019-05-03 09:40:29 -07:00
Rosen Penev
1663a01863
Merge pull request #8881 from micmac1/maria_10.1.39
...
(18.06) mariadb: bump to 10.1.39
2019-05-03 09:39:07 -07:00
Jiri Slachta
78328ebe34
libxslt: add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2019-05-03 08:38:07 +02:00
Jiri Slachta
816c7aed67
Merge pull request #8882 from micmac1/xslt-cve-18
...
(18.06) libxslt: backport patch for CVE-2019-11068
2019-05-03 08:36:35 +02:00
Sebastian Kemper
2eb2a94da4
mariadb: bump to 10.1.39
...
Fixes CVE-2019-2614 and CVE-2019-2627.
Added PKG_CPE_ID.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-05-02 22:09:25 +02:00
Sebastian Kemper
d03db02bcc
libxslt: backport patch for CVE-2019-11068
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-05-02 21:21:04 +02:00
Rosen Penev
d3c324d8bc
Merge pull request #8871 from neheb/ad
...
[18.06] addrwatch: Add -std=gnu89 to fix compilation
2019-05-02 00:15:33 -07:00
Rosen Penev
fb9238b61d
addrwatch: Add -std=gnu89 to fix compilation
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-01 14:24:37 -07:00
Nikos Mavrogiannopoulos
5fae371ab6
Merge pull request #8779 from neheb/libsec
...
[18.06] libseccomp: Update to 2.3.3
2019-05-01 20:15:16 +02:00
Rosen Penev
3ca88ff6df
Merge pull request #8780 from neheb/apc
...
[18.06] apcupsd: preset shutdown binary
2019-04-30 11:53:23 -07:00
Rosen Penev
1d44e408f4
Merge pull request #8770 from neheb/es
...
[18.06] espeak: Fix build issues. Cleanup patches
2019-04-30 11:50:48 -07:00
Rosen Penev
759e836746
Merge pull request #8772 from neheb/oa
...
[18.06] oath-toolkit: Add patch from Fedora to fix compilation
2019-04-30 11:49:37 -07:00
Rosen Penev
ea1429f690
Merge pull request #8778 from neheb/liba
...
[18.06] libartnet: Fix compile with GCC7
2019-04-30 11:49:10 -07:00
Rosen Penev
46d30c2215
Merge pull request #8850 from EricLuehrsen/unbound_dhcp_1806
...
[18.06] unbound: fix local dns synthesis corner cases
2019-04-30 11:47:36 -07:00
Peter Wagner
7f7fda67bd
add rpcbind
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-04-30 19:19:55 +02:00
Eric Luehrsen
80429e0a5b
unbound: fix local dns synthesis corner cases
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-04-29 22:51:55 -04:00
Rosen Penev
1f77a05825
Merge pull request #8777 from neheb/sendm
...
[18.06] sendmail: link with gcc instead of ld
2019-04-28 13:53:08 -07:00
Rosen Penev
071a926dd3
Merge pull request #8817 from neheb/bonnnnn
...
bonnie++: Remove wrongly added patch during cherry-pick
2019-04-27 17:41:53 -07:00
Rosen Penev
ddc48c3d5a
bonnie++: Remove wrongly added patch during cherry-pick
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-27 17:40:18 -07:00