Commit Graph

1433 Commits

Author SHA1 Message Date
Jianhui Zhao 8a7797d67a rtty: Add package
A reverse proxy WebTTY. It is composed of the client and the server.

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-01-23 15:24:36 +08:00
champtar 0f74fe7c13
Merge pull request #5257 from lynxis/rb_libgcrypt
libgcrypt: remove build timestamp
2018-01-20 22:33:38 +01:00
champtar a1f960f2fa
Merge pull request #5371 from MikePetullo/libsoup
libsoup: update to 2.60.2
2018-01-20 22:04:48 +01:00
Michael Heimpold 6a55acc519 libiio: update to 0.12
- remove upstreamed patch
- remove dependency to libavahi-common which does not exist,
  seems that I have confused library name vs package name (fixes #5480)
(- only compile tested at the moment)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-01-20 22:03:09 +01:00
champtar eae25776a9
Merge pull request #5389 from diizzyy/libs-confuse
confuse: remove myself as maintainer
2018-01-20 21:14:56 +01:00
Hannu Nyman c81e542d19
Merge pull request #5433 from MikePetullo/vips
vips: update to 8.6.1
2018-01-18 16:45:56 +02:00
Peter Wagner d0c37601f7 glib2: update to 2.55.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-01-18 11:29:55 +01:00
Val Kulkov 4ac5219ed9 libfreetype: update to FreeType 2.9
Update to the latest version from upstream.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-01-15 10:46:52 -05:00
W. Michael Petullo d5f11b2cfc vips: update to 8.6.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-01-13 18:10:13 -05:00
Alexandru Ardelean 1476739d5f treewide: use local python-package.mk & python3-package.mk files
This guarantees for the package feeds that
the mk files will always be available for all packages.

Will need to see about external-feed Python packages
a bit later.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-01-10 23:06:23 +02:00
Daniel Engberg 6748888fbb confuse: remove myself as maintainer
Remove myself as maintainer

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-01-09 21:52:36 +01:00
Matthias Schiffer 00fce347a5
treewide: fix incorrect *_BUILD_DEPENDS
Build depends refer to source package names, not binary package names.

In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of
a source package's binary packages; as the corresponding source packages
are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be
dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to
refer to the correct source package name.

Dependency of mysql-server is adjusted from libncursesw to libncurses
(as libncursesw is a virtual package provided by libncurses), so the build
dependency on ncurses is emitted unconditionally.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-01-09 16:36:02 +01:00
Ted Hess 9df64cfd89
Merge pull request #5383 from salzmdan/liburcu_update
liburcu: update to 0.9.4
2018-01-08 14:22:46 -05:00
Daniel Salzman 462a1cf87e libedit: update to 20170329-3.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-01-08 16:34:00 +01:00
Daniel Salzman 16bd451bec liburcu: update to 0.9.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-01-08 16:32:12 +01:00
W. Michael Petullo 11a76cc9dc libsoup: update to 2.60.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-01-07 22:42:02 -05:00
W. Michael Petullo e140932524 libgee: update to 0.20.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-01-07 20:53:09 -05:00
W. Michael Petullo c0b7fa6c3e libdmapsharing: update to 2.9.39
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-01-06 19:32:16 -05:00
Hannu Nyman 9716c3a685
Merge pull request #5189 from sartura/libhttp-parser_bump_to_2.7.1
libhttp-parser: bump to 2.7.1
2018-01-06 09:50:08 +02:00
Daniel Golle cf296664fe postgresql: update to version 9.6.6
Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-05 02:12:24 +01:00
Álvaro Fernández Rojas 8cdc1eb432 libxerces-c: update to v3.2.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2017-12-31 18:45:40 +01:00
Álvaro Fernández Rojas f323fa432c libftdi1: update to v1.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2017-12-31 18:45:26 +01:00
Hannu Nyman ed58b21e8c
Merge pull request #5331 from ClaymorePT/boost_1.66.0
boost: Version Update -> 1.66.0
2017-12-28 19:24:50 +02:00
Carlos Miguel Ferreira e7322fdea4
boost: Version Update -> 1.66.0
This package release updates boost to version 1.66.0.
Boost 1.66.0 brings three new header-only libs:
- Beast [1]: Portable HTTP, WebSocket, and network operations using only C++11
             and Boost.Asio, from Vinnie Falco.
- CallableTraits [2]: A spiritual successor to Boost.FunctionTypes,
                      Boost.CallableTraits is a header-only C++11 library for
                      the compile-time inspection and manipulation of all
                      'callable' types. Additional support for C++17 features,
                       from Barrett Adair.
- Mp11 [3]: A C++11 metaprogramming library, from Peter Dimov.

More info about this release, can be found in [4].

[1]: http://www.boost.org/doc/libs/1_66_0/libs/beast/doc/html/index.html
[2]: http://www.boost.org/doc/libs/1_66_0/libs/callable_traits/doc/html/index.html
[3]: http://www.boost.org/doc/libs/1_66_0/libs/mp11/doc/html/mp11.html
[4]: http://www.boost.org/users/history/version_1_66_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-12-28 13:29:43 +00:00
Hannu Nyman c80c35c37a
Merge pull request #5328 from haraldg/elektra
elektra: update to 0.8.21
2017-12-28 14:45:42 +02:00
Harald Geyer 99666e5d2b elektra: update to 0.8.21
Signed-off-by: Harald Geyer <harald@ccbib.org>
2017-12-28 09:10:32 +00:00
Hannu Nyman 08b1784c59
Merge pull request #5323 from ejurgensen/libunistring_update_098
libunistring: update to 0.9.8
2017-12-26 19:37:39 +02:00
Espen Jürgensen e5bef00dff libunistring: update to 0.9.8
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2017-12-25 19:08:09 +01:00
Ben Smith d6eb6f0565 libs/libgcrypt: switch PKG_SOURCE_URL to https URI
curl hangs with the ftp URI

Signed-off-by: Ben Smith <le.ben.smith@gmail.com>
2017-12-22 00:11:31 -08:00
Hannu Nyman b110f3a305
Merge pull request #5305 from hbl0307106015/ndpi
libndpi: bump to version 2.2
2017-12-22 09:51:36 +02:00
Mislav Novakovic 87efe0f355 libnetconf2: bump to latest version
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-12-21 11:16:40 +01:00
Mislav Novakovic 442bcb56fb libyang: bump to latest version
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-12-21 11:16:29 +01:00
BangLang Huang 0f3c6ad60e libndpi: bump to version 2.2
Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
2017-12-20 17:32:57 +08:00
Damiano Renfer fb4b1925f4 libs/libsodium: update to 1.0.16
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2017-12-18 13:37:10 +01:00
Nikos Mavrogiannopoulos cfec94a01b
Merge pull request #5244 from yousong/p11-err.h
openconnect: fix compilation against libp11 >= 0.4.7
2017-12-15 14:38:55 +01:00
champtar cc452ef941
Merge pull request #5261 from nxhack/bump_to_60_2
icu: update to 60.2
2017-12-13 17:12:34 -08:00
Hirokazu MORIKAWA 1ae5a53f7b icu: update to 60.2
Maintainer: me
Compile tested: ar71xx, LEDE trunk r5488-893a1ed
Run tested: NONE

Description:
upstream update to 60.2
note: fix g++-4 issue

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-12-14 09:35:17 +09:00
Ted Hess 176d157910
Merge pull request #5207 from lynxis/rb_libdbd
libdbi-drivers: remove build timestamp
2017-12-12 09:29:25 -05:00
Nikos Mavrogiannopoulos d15aaed839
Merge pull request #5262 from neheb/patch-1
gnutls: Use HTTP instead of FTP
2017-12-11 15:26:44 +01:00
Alexander Couzens 3531c3a6c0 libwebsockets: remove build hostname
Using the build hostname breaks reproducible builds.
The patch is already merged upstream

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-11 10:51:46 +00:00
Karl Palsson fd00a9eaca libwebsockets: bump to version 2.4.1
No changelog entry upstream unfortunately.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-12-11 10:46:57 +00:00
Rosen Penev 170de23a80 gnutls: Use HTTPS instead of FTP
While recently building asterisk, the make system stalled on gnutls. On my install of Ubuntu 16.04 on WSL, it seems curl can't download from ftp and doesn't even time out properly. Easiest solution is to switch the gnutls Makefile to use HTTPS instead.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-12-10 20:03:37 -08:00
Alexander Couzens 41562db6d3 libgcrypt: remove build timestamp
Build timestamp prevents reproducible builds [0].
The patch is a backport from upstream.

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-10 05:58:56 +01:00
Alexander Couzens 9f370263d0
openldap: remove build host/user/timestamp
Such information from the build system break reproducible builds.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-10 03:03:40 +01:00
Yousong Zhou 3ac5812983 libp11: include also p11_err.h when InstallDev
Fix the following compilation error

    In file included from openconnect-internal.h:95:0,
		     from ssl.c:41:
    /home/yousong/git-repo/lede-project/lede/staging_dir/target-mips_24kc_musl/usr/include/libp11.h: At top level:
    /home/yousong/git-repo/lede-project/lede/staging_dir/target-mips_24kc_musl/usr/include/libp11.h:27:21: fatal error: p11_err.h: No such file or directory
    compilation terminated.
    make[5]: *** [libopenconnect_la-ssl.lo] Error 1

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-08 11:09:28 +08:00
Jo-Philipp Wich 62a3ec91c9
Merge pull request #5225 from diizzyy/patch-110
libs/libpng: Update to 1.6.34
2017-12-06 12:49:45 +01:00
Jo-Philipp Wich 118dda3143
Merge pull request #5224 from diizzyy/patch-109
libs/libgd: Update to 2.2.5
2017-12-06 12:49:20 +01:00
Daniel Engberg e5d99192d6
libs/libpng: Update to 1.6.34
Update libpng to 1.6.34

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-12-04 19:40:45 +01:00
Daniel Engberg 888570f281
libs/libgd: Update to 2.2.5
Update libgd to 2.2.5
CVEs: CVE-2017-6362 + CVE-2017-7890

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-12-04 19:32:29 +01:00
Daniel Engberg c60fa24481
lib/expat: Update to 2.2.5
Update (lib)expat to 2.2.5

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-12-04 19:27:57 +01:00