Rosen Penev
3d7002431f
Merge pull request #9569 from neheb/zmq
...
libzmq: Remove uClibc++ support
2019-07-27 09:38:55 -07:00
Rosen Penev
035dfd530c
Merge pull request #9551 from neheb/elek
...
elektra: Switch to Lua 5.3
2019-07-25 20:36:23 -07:00
Rosen Penev
a654d585dd
elektra: Switch to Lua 5.3
...
After the introduction of Lua 5.3 to OpenWrt, elektra picks it up instead
of 5.1. Since 5.1 is unsupported anyway, switch to 5.3.
Added liblua to PKG_BUILD_DEPENDS as the FindLua script is broken. Having
it here allows compilation to continue.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-25 18:38:23 -07:00
Rosen Penev
f431f442a3
Merge pull request #8680 from lucize/intltool-perl
...
intltool: depend on hostpkg first
2019-07-25 13:39:11 -07:00
Rosen Penev
ad11587c40
libzmq: Remove uClibc++ support
...
libzmq is used by fbzmq, which absolutely requires libstdcpp since it's a
C++14 project. There's no point in using two libc++.
Cleaned up Makefile for consistency between packages.
Added nanosleep patch for platforms that are missing usleep.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-25 12:32:16 -07:00
Rosen Penev
1caaec2b9b
Merge pull request #9507 from ja-pa/lmdb
...
lmdb: add new package
2019-07-25 10:59:06 -07:00
Rosen Penev
303d99bb60
Merge pull request #9441 from ja-pa/zmq-security-fix
...
zeromq: update to version 4.1.7 (security fix)
2019-07-25 10:38:04 -07:00
Rosen Penev
9f85670353
Merge pull request #9444 from ja-pa/expat-security-fix
...
expat: update to version 2.2.7 (security fix)
2019-07-25 10:37:29 -07:00
Rosen Penev
83b354dbd0
Merge pull request #9535 from dengqf6/pcre
...
pcre: remove unnecessary dependency on C++ lib
2019-07-25 10:33:08 -07:00
Eneas U de Queiroz
2593eabd6b
treewide: Capitalize submenus
...
Fixed a typo in tcpreplay.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
2019-07-25 09:35:40 +08:00
Jan Pavlinec
f77c53cff1
libxslt: patch security issues
...
Fixes:
CVE-2019-13117
CVE-2019-13118
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-07-24 15:36:56 +02:00
Jan Pavlinec
8f3378e86d
libarchive: update to version 3.4.0
...
Changes:
remove backported patches
add bsdtar libopenssl variant
switch to github codeload
polish tab/spaces
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-07-23 17:27:38 +02:00
DENG Qingfang
41814de0fc
pcre: remove unnecessary dependency on C++ lib
...
Add libpcrecpp to PKG_CONFIG_DEPENDS to properly trigger
reconfiguration, avoiding unnecessary dependency.
This reverts commit 17090fecf1 .
This reverts commit ec138f51ab .
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn >
2019-07-23 14:01:29 +08:00
Rosen Penev
626949defc
Merge pull request #9531 from neheb/rto
...
rtorrent bump
2019-07-22 12:30:50 -07:00
Rosen Penev
46dabcf89b
libsigc++: Update to 2.10.2
...
No actual difference. Just regenerated documentation.
Small Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-22 12:06:59 -07:00
Rosen Penev
a328861269
libtorrent: Update to 0.13.8
...
Removed upstreamed patches.
Small change to IPv6 configure flag.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-22 12:06:58 -07:00
Rosen Penev
791145bb5c
Merge pull request #9523 from micmac1/sqlite329
...
sqlite3: bump to 3.29.0
2019-07-22 07:34:48 -07:00
Sebastian Kemper
2f7fbde7d6
sqlite3: bump to 3.29.0
...
Also drops upstreamed patch.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2019-07-19 21:21:10 +02:00
Jan Pavlinec
f311ec0161
lmdb: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-07-19 16:12:38 +02:00
Rosen Penev
1f1cec28b7
nss: Replace usleep with nanosleep
...
usleep is deprecated and is optionally not available with uClibc-ng.
Added PKG_LICENSE_FILES.
Added PKG_CPE_ID for proper CVE tracking.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-19 00:37:13 -07:00
Rosen Penev
c8734591ca
Merge pull request #8589 from vk496/tesseract
...
tesseract: leptonica: add package
2019-07-18 09:41:06 -07:00
Jan Pavlinec
70c62ef2d7
expat: update to version 2.2.7 (security fix)
...
Fixes:
CVE-2018-20843
Changes:
add PKG_CPE_ID
switch to xz
remove maintainer
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-07-18 13:56:02 +02:00
Eneas U de Queiroz
e841d74b77
oniguruma: fix CVE-2019-13224 & CVE-2019-13225
...
The patches were taken from upstream commits.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
2019-07-17 16:55:32 -03:00
Rosen Penev
d861fb7c00
Merge pull request #9472 from lucize/nssup
...
nss: update to 3.45
2019-07-16 22:44:05 -07:00
Sven Roederer
abaca50b57
librouteros: add package
...
librouteros is a library to communicate with RouterOS, the operating system of MikroTik's
RouterBoards. It uses the API port provided by those systems to connect and talk to the
devices.
API connections must be explicitly enabled. To do so, issue the following command:
> /ip service enable api
Signed-off-by: Sven Roederer <devel-sven@geroedel.de >
2019-07-15 00:19:32 +02:00
Lucian Cristian
80c7a5c119
nss: update to 3.45
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com >
2019-07-14 22:56:38 +03:00
Valentín Kivachuk
cfb5dbb4aa
leptonica: add package
...
Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications.
Signed-off-by: Valentín Kivachuk <vk18496@gmail.com >
2019-07-14 17:45:10 +02:00
Rosen Penev
88026d17bf
Merge pull request #9371 from neheb/gpge
...
libgpg-error: Fix compilation with GAWK 5.0
2019-07-10 11:23:39 -07:00
Jan Pavlinec
92bf4b4012
zeromq: update to version 4.1.7 (security fix)
...
Fixes:
CVE-2019-13132
Added CPE ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-07-10 15:20:19 +02:00
Rosen Penev
c2b4d2d28f
newt: Fix compile with full NLS
...
Linker flag was missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-09 16:58:32 -07:00
Rosen Penev
3ac6e38d62
liburcu: Update to 0.11.1
...
Cleanup Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-08 20:12:29 -07:00
Rosen Penev
895b6eab11
Merge pull request #9344 from neheb/sho
...
libshout: Update to 2.4.3
2019-07-08 18:39:46 -07:00
Rosen Penev
f3ebb45dad
Merge pull request #9381 from neheb/gdb
...
gdbm: Update to 1.18.1
2019-07-08 13:02:38 -07:00
Rosen Penev
0d8b4e5896
Merge pull request #9360 from neheb/frr3ge
...
libprotobuf-c: Update to 1.32
2019-07-07 08:41:44 -07:00
Daniel Golle
8f8662adf0
Merge pull request #9253 from dddaniel/master
...
postgresql: Update to version 11.3
2019-07-07 09:40:56 +02:00
Rosen Penev
0860268f22
libextractor: Add missing header
...
Fixes compilation with -Wimplicit-function-declaration
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-06 17:53:30 -07:00
Rosen Penev
04308bd652
Merge pull request #9387 from neheb/v4l23
...
libv4l: Add missing INTL dependency
2019-07-05 13:01:39 -07:00
Rosen Penev
a60b0a8a8d
Merge pull request #9377 from zhaojh329/libuwsc
...
libuwsc: update to 3.3.2
2019-07-04 22:48:21 -07:00
Rosen Penev
3254ae3323
Merge pull request #9299 from neheb/hgfhgh
...
protobuf: Update to 3.8.0
2019-07-04 12:11:38 -07:00
Rosen Penev
dcba53b40b
libv4l: Add missing INTL dependency
...
Needed for FULL NLS. Not bumping PKG_RELEASE as this is no-op.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-03 21:00:05 -07:00
Rosen Penev
83234d13ea
gdbm: Update to 1.18.1
...
Fixes compilation with -Werror=implicit-function-declaration
This has received no version updates for over 5 years.
Cleaned up Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-03 18:36:50 -07:00
Jianhui Zhao
46ec912121
libuwsc: update to 3.3.2
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com >
2019-07-04 01:37:47 +08:00
Rosen Penev
a6d7ad8573
Merge pull request #9368 from neheb/torr
...
RTorrent updates
2019-07-02 21:50:04 -07:00
Rosen Penev
6896d0af32
Merge pull request #9335 from neheb/libn
...
libnetconf2: Fix compilation without deprecated OpenSSL APIs
2019-07-02 21:12:48 -07:00
Rosen Penev
9afde0d39a
libgpg-error: Fix compilation with GAWK 5.0
...
Patch from Upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-02 10:17:58 -07:00
Rosen Penev
5f6130859a
Merge pull request #9369 from val-kulkov/freetype-package
...
libfreetype: update to the latest release
2019-07-02 08:27:22 -07:00
Val Kulkov
139d7b6cb4
libfreetype: update to the latest release
...
Update to FreeType 2.10.1. Update PKG_LICENSE information.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com >
2019-07-02 10:52:32 -04:00
Nikos Mavrogiannopoulos
c414edf63f
Merge pull request #9364 from neheb/p11k
...
p11-kit: Fix compilation with uClibc-ng
2019-07-02 08:29:13 +02:00
Rosen Penev
655eed48dc
libtorrent: Enable IPv6 and clean up Makefile
...
This was not touched since I took maintainership.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-01 18:38:57 -07:00
Rosen Penev
9bacdfa9a2
libshout: Update to 2.4.3
...
Removed inactive maintainer.
Rearranged Makefile for consistency between packages.
Added --without-pic to avoid both -fPIC and -fpic.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-01 11:43:44 -07:00