Rosen Penev
05c39b5dde
dovecot: Fix compilation with OpenSSL 1.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-13 18:57:57 -08:00
Hannu Nyman
b4c129f81d
Merge pull request #7674 from neheb/task
...
taskwarror: Update to 2.5.1
2019-02-13 22:11:35 +02:00
Nikos Mavrogiannopoulos
d136a22231
Merge pull request #8168 from neheb/tas
...
libtasn1: Optimize compilation for size
2019-02-13 19:55:24 +01:00
Ted Hess
6f0c8edfb0
Merge pull request #8116 from antonlacon/ffmpeg-next
...
ffmpeg: update to 3.4.5
2019-02-13 12:00:48 -05:00
Hannu Nyman
436f18f269
Merge pull request #8190 from cshoredaniel/pr-gitolite-dropbear
...
gitolite: Drop openssh dependency
2019-02-13 18:51:38 +02:00
Hannu Nyman
9d1319af53
Merge pull request #8181 from jefferyto/golang-packaging-updates
...
golang: packaging updates
2019-02-13 18:50:33 +02:00
Hannu Nyman
5524d12e86
Merge pull request #8197 from Cynerd/python3-twisted
...
twisted: add Python3 variant
2019-02-13 18:49:51 +02:00
Ted Hess
d08b07f364
Merge pull request #8150 from ClaymorePT/boost_1.69.0_r2
...
boost: Release update with minor fix
2019-02-13 11:42:00 -05:00
Nikos Mavrogiannopoulos
752208683f
Merge pull request #8167 from neheb/p112
...
p11-kit: Update to 0.23.15
2019-02-13 09:18:21 +01:00
Carlos Miguel Ferreira
92c93ca0f4
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>
2019-02-12 23:04:01 +00:00
Hauke Mehrtens
63d108e4ae
Merge pull request #8158 from neheb/io
...
iotivity: Backport upstream patch to fix GCC 7+ compilation
2019-02-12 23:27:09 +01:00
Rosen Penev
0e17306c29
iotivity: Backport upstream patch to fix GCC 7+ compilation
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-12 11:23:14 -08:00
Jeffery To
da2974620e
rtl-ais: Update init script
...
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.
This also fixes some space-indented lines to use tabs.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-12 18:03:20 +00:00
Karel Kočí
045e76c8e9
twisted: add Python3 variant
...
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-02-12 18:33:38 +01:00
Hannu Nyman
4eb0c6b2ab
Merge pull request #8196 from commodo/python-batch-updates
...
python,python3: batch updates
2019-02-12 19:32:41 +02:00
Hannu Nyman
66e68603f3
Merge pull request #8185 from micmac1/maria-10222
...
mariadb: update to 10.2.22 + clean up shared lib deps
2019-02-12 19:31:33 +02:00
Hannu Nyman
3613472b24
Merge pull request #8192 from gladiac1337/feature-haproxy-v1.8.19
...
haproxy: Update HAProxy to v1.8.19
2019-02-12 19:30:06 +02:00
Ted Hess
96921a2e7f
Merge pull request #8159 from neheb/xz
...
xz: Compile with PIC to fix linking errors
2019-02-12 10:52:32 -05:00
Yousong Zhou
b69810b8ec
shadowsocks-libev: ss-rules: fix flushing ipv6 rules
...
"-6" has to be the first argument
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-12 11:53:16 +00:00
Yousong Zhou
8cba4a7f8b
shadowsocks-libev: ss-rules: tweak for readability
...
- quash errors on detection of ipv6 nat
- remove unnecessary rule args "--comment ..." and "-p ..."
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-12 11:49:40 +00:00
Alexandru Ardelean
382f1ec6e4
python-pyopenssl: bump to version 19.0.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-02-12 12:39:55 +02:00
Alexandru Ardelean
e31f3b5a13
python-lxml: bump to version 4.3.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-02-12 12:39:55 +02:00
Alexandru Ardelean
c2fe5fae42
python-cryptography: bump to version 2.5
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-02-12 12:39:54 +02:00
Alexandru Ardelean
a06a7870f3
python-pyasn1-modules: bump to version 0.2.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-02-12 12:31:55 +02:00
Alexandru Ardelean
c767598097
python,python3: fix CVE-2019-5010 - Denial of Service
...
This patch addresses issue:
[ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service
Link to Python issue:
https://bugs.python.org/issue35746
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-02-12 12:31:55 +02:00
Alexandru Ardelean
ed862da936
python,python3: move shebang handle in install script
...
This extends the Python[3] shebang fixup to all packages.
Only Python scripts in `/usr/bin` will be handled at the moment. Later it
may make sense to also cover executables in `/bin`, though typically Python
executables shouldn't be placed there.
Previously the shebang handling was only done for python[3]-pip &
python[3]-setuptools.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-02-12 12:31:55 +02:00
Alexandru Ardelean
1bf7679211
python,python3: make deletion tolerant for paths with spaces
...
Piping to xargs does not handle spaces in paths too well, because it splits
up the paths.
For deleting empty dirs, we also need to do several retries, otherwise
`find` will try to go through the directories after they're deleted.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-02-12 12:31:54 +02:00
Christian Lachner
b8d3db6fec
haproxy: Update HAProxy to v1.8.19
...
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-02-12 08:58:53 +01:00
Luiz Angelo Daros de Luca
f9b16dea51
ruby: fix build for uclibc
...
Backporting upstream fix. Closes #8051 .
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-02-12 01:48:52 -02:00
Peter Wagner
5d4ec805fd
irssi: update to 1.2.0
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-02-12 00:48:34 +01:00
Sebastian Kemper
874701cdab
mariadb: bump to 10.2.22
...
From upstream release notes:
- Backport Information Schema CHECK_CONSTRAINTS Table.
- MDEV-17475: Maximum value of table_definition_cache is now 2097152.
- InnoDB ALTER TABLE fixes: MDEV-16499, MDEV-18186, MDEV-18237, MDEV-18222,
MDEV-18256, MDEV-18016, MDEV-16849
- Mariabackup fixes: MDEV-18185, MDEV-18201, MDEV-18194
- Galera crash recovery fix: MDEV-15740
- Encryption fixes: MDEV-18129, MDEV-18183, MDEV-18279
- Fixes for the following security vulnerabilities:
- CVE-2019-2510
- CVE-2019-2537
OpenWrt notes:
- OpenSSL patch dropped as issue fixed upstream
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-02-11 21:49:22 +01:00
Sebastian Kemper
f4fda3f7f6
mariadb: fix libmariadb depends
...
The shared library does not depend on libatomic nor libstdcpp anymore.
This is very good news for the users of said lib.
This commit updates the depends accordingly.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-02-11 21:44:42 +01:00
Hannu Nyman
a182185381
Merge pull request #8135 from ja-pa/unbound-update
...
unbound: update to version 1.9.0 and remove old patch
2019-02-11 21:53:37 +02:00
Yousong Zhou
c84a66112c
shadowsocks-libev: flush ss rules on entry
...
Fixes issue reported in openwrt/luci#2527
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-11 13:34:56 +00:00
Jeffery To
6a8c72c7b0
golang: Ignore GOFLAGS, GO111MODULE environment variables
...
These were added in Go 1.11.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-11 20:33:45 +08:00
Jeffery To
7dc1f3e029
golang: Install go.mod/go.sum by default
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-11 20:33:45 +08:00
Jeffery To
a80d54fc49
golang: Install files with .cpp/.hpp suffixes by default
...
This also updates the URL for dh-golang.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-11 20:33:44 +08:00
Jeffery To
081808ce69
golang: Fix handling of filenames with spaces
...
Closes #7127 .
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-11 20:33:44 +08:00
Jan Pavlinec
f986379802
unbound: update to version 1.9.0
...
Changes:
-remove old dns64 patch
-refresh openssl deprecated patch
-add DoT error log patch https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=4206
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-02-11 12:34:22 +01:00
Michael Heimpold
1d4081dd4c
php7: fix cross compiling patch ( fixes #8166 )
...
Fixes: e148924a4
("php7: update to 7.2.15")
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-02-10 21:50:25 +01:00
Jan Pavlinec
4729c3fddf
openssh: patch scp security issues
...
Fixes
CVE-2019-6109
CVE-2019-6111
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-02-10 16:22:41 +01:00
Hannu Nyman
20aae8b5a5
Merge pull request #8164 from diizzyy/patch-6
...
bluez: Cosmetic fixes
2019-02-10 14:42:24 +02:00
Hannu Nyman
8fe39f58b4
Merge pull request #8169 from dengqf6/uwsgi
...
uwsgi-cgi: update to 2.0.18 and use official tarball
2019-02-10 14:41:31 +02:00
Deng Qingfang
b35862d06e
uwsgi-cgi: update to 2.0.18 and use official tarball
...
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-02-10 20:25:10 +08:00
Rosen Penev
1e9baf47a6
libtasn1: Optimize compilation for size
...
Disabled doc and valgrind tests to speed up compilation.
Added --disable-ld-version-script to reduce compiled size.
Added -Wl,--gc-sections to reduce compiled size.
From 28339 to 27700 bytes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-09 23:27:17 -08:00
Rosen Penev
a67fef3d60
p11-kit: Update to 0.23.15
...
Disable debug to save some space: 163689 vs. 155034 bytes.
Add -Wl,--gc-sections. Down to 138627 bytes.
Miscellaneous cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-09 22:58:00 -08:00
Hannu Nyman
80622fef63
Merge pull request #8162 from neheb/key
...
keyutils: Make reproducible
2019-02-10 00:00:25 +02:00
Rosen Penev
a03aacd97b
taskwarrior: Update to 2.5.1
...
Makefile adjustments for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-09 09:54:58 -08:00
Daniel Golle
58f1de60f8
libudev-fbsd: update to git source as of 2017-12-16
...
Remove patches 001-fix-unused.patch and 002-replace-nitems.patch,
similar fixes to make libudev-fbsd compile were applied upstream.
Refresh remaining patches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-02-09 18:25:24 +01:00
Hannu Nyman
a4ebdf389c
Merge pull request #7823 from BKPepe/owfs3.2p3
...
owfs: update to version v3.2p3
2019-02-09 14:41:20 +02:00