Hannu Nyman
b4c129f81d
Merge pull request #7674 from neheb/task
taskwarror: Update to 2.5.1
6 years ago
Nikos Mavrogiannopoulos
d136a22231
Merge pull request #8168 from neheb/tas
libtasn1: Optimize compilation for size
6 years ago
Ted Hess
6f0c8edfb0
Merge pull request #8116 from antonlacon/ffmpeg-next
ffmpeg: update to 3.4.5
6 years ago
Hannu Nyman
436f18f269
Merge pull request #8190 from cshoredaniel/pr-gitolite-dropbear
gitolite: Drop openssh dependency
6 years ago
Hannu Nyman
9d1319af53
Merge pull request #8181 from jefferyto/golang-packaging-updates
golang: packaging updates
6 years ago
Hannu Nyman
5524d12e86
Merge pull request #8197 from Cynerd/python3-twisted
twisted: add Python3 variant
6 years ago
Ted Hess
d08b07f364
Merge pull request #8150 from ClaymorePT/boost_1.69.0_r2
boost: Release update with minor fix
6 years ago
Nikos Mavrogiannopoulos
752208683f
Merge pull request #8167 from neheb/p112
p11-kit: Update to 0.23.15
6 years ago
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>
6 years ago
Hauke Mehrtens
63d108e4ae
Merge pull request #8158 from neheb/io
iotivity: Backport upstream patch to fix GCC 7+ compilation
6 years ago
Rosen Penev
0e17306c29
iotivity: Backport upstream patch to fix GCC 7+ compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
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>
6 years ago
Karel Kočí
045e76c8e9
twisted: add Python3 variant
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
6 years ago
Hannu Nyman
4eb0c6b2ab
Merge pull request #8196 from commodo/python-batch-updates
python,python3: batch updates
6 years ago
Hannu Nyman
66e68603f3
Merge pull request #8185 from micmac1/maria-10222
mariadb: update to 10.2.22 + clean up shared lib deps
6 years ago
Hannu Nyman
3613472b24
Merge pull request #8192 from gladiac1337/feature-haproxy-v1.8.19
haproxy: Update HAProxy to v1.8.19
6 years ago
Ted Hess
96921a2e7f
Merge pull request #8159 from neheb/xz
xz: Compile with PIC to fix linking errors
6 years ago
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>
6 years ago
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>
6 years ago
Alexandru Ardelean
382f1ec6e4
python-pyopenssl: bump to version 19.0.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years ago
Alexandru Ardelean
e31f3b5a13
python-lxml: bump to version 4.3.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years ago
Alexandru Ardelean
c2fe5fae42
python-cryptography: bump to version 2.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years ago
Alexandru Ardelean
a06a7870f3
python-pyasn1-modules: bump to version 0.2.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years ago
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>
6 years ago
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>
6 years ago
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>
6 years ago
Christian Lachner
b8d3db6fec
haproxy: Update HAProxy to v1.8.19
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
6 years ago
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>
6 years ago
Peter Wagner
5d4ec805fd
irssi: update to 1.2.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
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>
6 years ago
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>
6 years ago
Hannu Nyman
a182185381
Merge pull request #8135 from ja-pa/unbound-update
unbound: update to version 1.9.0 and remove old patch
6 years ago
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>
6 years ago
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>
6 years ago
Jeffery To
7dc1f3e029
golang: Install go.mod/go.sum by default
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
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>
6 years ago
Jeffery To
081808ce69
golang: Fix handling of filenames with spaces
Closes #7127 .
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
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>
6 years ago
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>
6 years ago
Jan Pavlinec
4729c3fddf
openssh: patch scp security issues
Fixes
CVE-2019-6109
CVE-2019-6111
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
6 years ago
Hannu Nyman
20aae8b5a5
Merge pull request #8164 from diizzyy/patch-6
bluez: Cosmetic fixes
6 years ago
Hannu Nyman
8fe39f58b4
Merge pull request #8169 from dengqf6/uwsgi
uwsgi-cgi: update to 2.0.18 and use official tarball
6 years ago
Deng Qingfang
b35862d06e
uwsgi-cgi: update to 2.0.18 and use official tarball
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
6 years ago
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>
6 years ago
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>
6 years ago
Hannu Nyman
80622fef63
Merge pull request #8162 from neheb/key
keyutils: Make reproducible
6 years ago
Rosen Penev
a03aacd97b
taskwarrior: Update to 2.5.1
Makefile adjustments for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
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>
6 years ago
Hannu Nyman
a4ebdf389c
Merge pull request #7823 from BKPepe/owfs3.2p3
owfs: update to version v3.2p3
6 years ago
Michael Heimpold
e148924a4c
php7: update to 7.2.15
Also refresh patch which does not apply cleanly anymore.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years ago