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
Rosen Penev
21de3c1acf
loudmouth: Disable debug and fix compilation
...
Reduces size and and eliminates -Werror
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 788fda356e
)
2019-04-27 17:37:28 -07:00
Rosen Penev
79e69bf412
grilo: Remove build dependency on perl-xml-parser
...
Given that we don't enable a bunch of stuff, we can patch this out.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from e7dacf3cd3
)
2019-04-27 17:30:45 -07:00
Guo Li
c3f6660b8b
nfs-kernel-server: fix missing libbsd dependency
...
libbsd may compile before nfs-kernel-server, it will make
nfs-kernel-server depends libbsd.so.0, that is not we want to see. so
gave option to 'configure' to disable libbsd detect and tell it we have
no libbsd
Signed-off-by: Guo Li <uxgood.org@gmail.com>
(cherry picked from commit 3fc7f7b8cc
)
2019-04-27 19:53:33 +02:00
Peter Wagner
d2f254a729
nfs-kernel-server: update to 2.3.3
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
(cherry picked from commit e5216bb0d5
)
2019-04-27 19:53:33 +02:00
Daniel Engberg
dac119d492
nfs-kernel-server: Switch to xz tarball
...
Switch to smaller xz tarball
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(cherry picked from commit cfba4f0874
)
2019-04-27 19:53:33 +02:00
Andy Walsh
f1ab32ab62
nfs-kernel-server: switch to libtirpc, enable ipv6
...
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
(cherry picked from commit 22ebb5a8d6
)
2019-04-27 19:53:33 +02:00
Andy Walsh
5ab569a069
nfs-kernel-server: fix missing host symbol res_querydomain/missing-include-dir
...
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
(cherry picked from commit 19dfe3b173
)
2019-04-27 19:53:33 +02:00
Peter Wagner
20809ba6a7
nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily error
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
(cherry picked from commit b1be3f9c06
)
2019-04-27 19:53:33 +02:00
Peter Wagner
2c137a7a5a
nfs-kernel-server: update to 2.3.2
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
(cherry picked from commit 0d1f48893c
)
2019-04-27 19:53:33 +02:00