Rosen Penev
238f1402ca
Merge pull request #9632 from neheb/rd
...
libredblack: Update to 1.3
2019-08-04 21:37:15 -07:00
Rosen Penev
0d3f61913e
Merge pull request #9550 from ja-pa/libarchive-3.4.0
...
libarchive: update to version 3.4.0
2019-08-04 06:54:35 -07:00
Rosen Penev
6e8cb556e4
libredblack: Update to 1.3
...
Technically the same version, but this uses the normal tarball instead of
a random GitHub repository.
Cleaned up Makefile as a result.
Removed Python dependency. rbgen is not used for the package.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-08-02 15:24:02 -07:00
Nikos Mavrogiannopoulos
15884f28a1
gnutls: updated to 3.6.9
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com >
2019-08-02 21:27:39 +02:00
Rosen Penev
1432866818
libglog: Replace deprecated usleep with nanosleep
...
Optionally fixes compilation with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-31 13:38:43 -07:00
Rosen Penev
85fab04196
libglog: Switch to CMake
...
Allows removal of InstallDev as well as further simplification. Also 100KB
smaller package.
Added some C/LDFLAGS to further reduce the size.
Small Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-31 13:38:42 -07:00
Rosen Penev
57cf47fb2e
Merge pull request #9615 from neheb/sig
...
libsigar: Remove deprecated rindex function
2019-07-31 06:47:40 -07:00
Rosen Penev
08192a7d73
Merge pull request #9610 from neheb/tirp
...
libtirpc: Remove deprecated b functions
2019-07-31 06:46:59 -07:00
Rosen Penev
b134eb3800
libsigar: Remove deprecated rindex function
...
Optionally unavailable with uClibc-ng.
Switched to local tarballs. .xz is smaller.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-31 00:02:41 -07:00
Rosen Penev
a7f8ddc00b
libtirpc: Remove deprecated b functions
...
Optionally fixes compilation with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-30 23:51:34 -07:00
Rosen Penev
8482407d7c
libtasn1: Update to 4.14
...
Fixes CVE-2018-1000654
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-30 15:41:28 -07:00
Rosen Penev
77512a6717
Merge pull request #9598 from nxhack/libhttp-parser_for_macos
...
libhttp-parser: fix build error on macos
2019-07-29 18:06:49 -07:00
Hirokazu MORIKAWA
5b76339f09
libhttp-parser: fix build error on macos
...
Maintainer: @ageekymonk, me
Compile tested: head r10622-e09da01,ath79,arm_cortex-a9+vfpv3,mipsel
Run tested: mipsel
Description:
fix build error on macos
https://github.com/openwrt/packages/issues/9587
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2019-07-29 17:45:22 +09:00
Rosen Penev
2abbc83c9d
yajl: Update to modern standards
...
Replaced git:// link with https:// which gets through firewalls easier.
Replaced archive with .xz. The one currently in the mirrors has the wrong
hash. .xz is also smaller than .gz.
Eliminated already default CMake option.
Eliminated Build/InstallDev with CMAKE_INSTALL.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-28 20:21:38 -07:00
Michael Heimpold
ec2cbce031
libgpiod: update to 1.4
...
While at, update SPDX identifier.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2019-07-28 23:46:17 +02:00
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