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
Jan Pavlinec
8f1f0ec9ab
libarchive: patch security issues
...
Fixes
CVE-2019-1000019
CVE-2019-1000020
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-02-12 11:53:04 +01: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
Daniel Engberg
aa1d7d134c
utils/bash: Import upstream patches for 5.0
...
Source:
ftp://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-001
ftp://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-002
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-02-09 13:41:43 +00: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
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>
2019-02-09 13:35:58 +01:00
Daniel Engberg
e39ae54762
bluez: Cosmetic fixes
...
Use $(INSTALL_BIN) instead of $(CP) when installing binaries
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-02-09 13:01:56 +01:00
Rosen Penev
ea5f175f44
xz: Compile with PIC to fix linking errors
...
While researching CircleCI build failures, I came across a linking error
relating to liblzma, where ld instructs to recompile with fPIC.
Unfortunately, this increases filesize. Added some configure flags to try
to mitigate is somewhat.
Removed maintainer as he is no longer active.
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-09 00:23:36 -08:00
Rosen Penev
ca3c43af1d
keyutils: Make reproducible
...
Based on debian patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-08 20:50:24 -08:00
Hannu Nyman
fb209cf568
Merge pull request #8111 from neheb/ng
...
ngircd: Update to 25
2019-02-08 19:31:13 +02:00
Hannu Nyman
9e5e6124b5
Merge pull request #8126 from jefferyto/tgt-init
...
tgt: Update init script
2019-02-08 19:30:40 +02:00
Hannu Nyman
a12700a7dc
Merge pull request #8156 from BKPepe/youtube-dl-2019.02.08
...
youtube-dl: update to version 2019.02.08
2019-02-08 19:29:56 +02:00
Toke Høiland-Jørgensen
56cc1423c6
Merge ACME fixes
...
Closes #8149
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2019-02-08 17:18:28 +01:00
Toke Høiland-Jørgensen
71cedd6ec4
acme: Bump package revision
...
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2019-02-08 17:17:37 +01:00
Adrien DAURIAT
3439c008e5
acme: Fix loading credentials
...
Move loading credential function before cert renewal call as credentials might be needed for some renewal operations ( ex: DNS )
Signed-off-by: Adrien DAURIAT <16813527+dauriata@users.noreply.github.com>
[toke@toke.dk: Port to master branch]
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2019-02-08 17:17:13 +01:00
Josef Schlehofer
48b3242c8f
youtube-dl: update to version 2019.02.08
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-02-08 15:41:23 +01:00
Daniel Golle
243b06bef5
Merge pull request #7631 from neheb/patch-1
...
cryptsetup: replace libgcrypt with AFALG and remove OpenSSL variant
2019-02-08 14:12:00 +01:00