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
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
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
champtar
15505bb8e8
Merge pull request #5188 from sartura/libuv_bump_to_1.17.0
...
libuv: bump to 1.17.0
2017-12-02 10:44:00 -08:00
Lucian Cristian
60aa236519
uw-imap: copy actual files in devel folder
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com >
2017-12-01 21:53:28 +02:00
Marko Ratkaj
25905cb392
libuv: bump to 1.17.0
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr >
2017-11-29 13:42:28 +01:00
Peter Wagner
6e2007c59d
glib2: update to 2.55.0
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2017-11-27 00:13:35 +01:00
Michael Heimpold
5812df23de
Merge pull request #5065 from lucize/uwimap
...
uw-imap: add uw-imap toolkit, prereq for php7-mod-imap
2017-11-25 07:30:19 +01:00
Peter Wagner
ba9fcb1fe0
alsa-lib: update to 1.1.5
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2017-11-21 21:10:32 +01:00
Val Kulkov
d71da65581
libfreetype: restore host build
...
Restore host building on request from a user. Apparently, packages
outside of openwrt/packages feed rely on Freetype 2 building on host.
While at it, remove sed-editing of freetype-config that is no longer
necessary. The current version of freetype-config correctly identifies
prefix, exec_prefix, includedir and libdir.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com >
2017-11-20 15:42:18 -05:00
Michael Heimpold
1c4f928f92
libiio: add patch to fix build on buildbots
...
On buildbots, the building directory seems to be not a subdir of
a git repo, so a variable expands into an empty string which in turn
results in a syntax error:
--snip--
-- Looking for in6addr_any - found
-- Found Git: /data/bowl-builder/arm_cortex-a5/build/sdk/staging_dir/host/bin/git (found version "2.1.4")
fatal: Not a git repository (or any parent up to mount point /data)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
CMake Error at CMakeLists.txt:114 (if):
if given arguments:
"STREQUAL" "/data/bowl-builder/arm_cortex-a5/build/sdk/build_dir/target-arm_cortex-a5_musl_eabi/libiio-0.11"
Unknown arguments specified
-- Configuring incomplete, errors occurred!
--snap--
The patch quotes the if arguments and thus fixes the build.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2017-11-18 22:06:19 +01:00
Mirko Vogt
acef284695
libs/libudev-fbsd: add patch to surround symbols with extern C
...
Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de >
2017-11-18 17:08:25 +01:00
Hirokazu MORIKAWA
367cd73bf0
avahi: Changed the condition of InstallDev
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2017-11-17 16:02:33 +09:00
Val Kulkov
b2b31e7ef3
libfreetype: update to 2.8.1, fix host install issue
...
This commit updates Freetype 2 to the latest upstream version and fixes
the issue where freetype-config was incorrectly installed into the
host, rather than the target, staging directory, therefore causing
compilation issues with other packages that depend on libfreetype.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com >
2017-11-14 16:19:13 -05:00
Lucian Cristian
b23b3285ab
uw-imap: add uw-imap toolkit, prereq for php7-mod-imap
...
most patches are added from Fedora
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com >
2017-11-13 19:00:11 +02:00
champtar
0055c14a09
Merge pull request #5073 from nxhack/icu4c-60_1
...
icu: bump to 60.1
2017-11-08 17:14:50 -08:00
Hirokazu MORIKAWA
37be5e57bc
icu: bump to 60.1
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2017-11-07 10:44:57 +09:00
champtar
d326b4fcb1
Merge pull request #4921 from TDT-GmbH/20171009-add-packages-license-tags
...
add some packages license tags
2017-11-06 17:27:48 -08:00
Daniel Golle
395d5ece4f
postgresql: update to version 9.6.5
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-11-07 01:30:02 +01:00
Daniel Golle
643a2aa3fe
libextractor: update to version 1.6
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-11-07 01:30:02 +01:00
Daniel Golle
a6ecd386dc
libp11: update to version 0.4.7
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-11-07 01:30:02 +01:00
Daniel Golle
d81cf8f228
glpk: update to version 4.63
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-11-07 01:30:02 +01:00
champtar
e28ad2acd3
Merge pull request #5056 from antonlacon/sqlite-3.21
...
sqlite: update to 3.21.0
2017-11-03 18:10:57 -04:00
Michael Heimpold
93fad8456a
libxml2: update to 2.9.7
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2017-11-03 22:22:30 +01:00
Ian Leonard
04f699f6ea
sqlite: update to 3.21.0
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2017-11-02 17:21:01 -07:00
Hannu Nyman
d6414cf42b
Merge pull request #5041 from StevenHessing/noddos
...
noddos: bump to v0.5.5
2017-11-02 17:36:07 +02:00
Steven Hessing
1267369d95
libyaml: introducing libyaml-cpp package
...
Signed-off-by: Steven Hessing <steven.hessing@gmail.com >
2017-11-01 21:25:51 -07:00
Jiri Slachta
288a54b17f
Merge pull request #5046 from miska/libxslt
...
libxslt: Update to version 1.1.31
2017-11-01 09:34:01 +02:00
Michal Hrusecky
0e275385af
libxslt: Update to version 1.1.31
...
Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net >
2017-10-31 22:52:20 +01:00
Michael Heimpold
b9e0b2680c
libiio: fix copy & paste error for iiod description
...
At the moment, the description for libiio is hidden by the short one, which
is intended for iiod. Fix this by removing the redefinition.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2017-10-31 21:36:55 +01:00
Michael Heimpold
493c69efb5
libiio: update to 0.11
...
While at, add a missing word in the description of the -utils package.
(Only compile tested at the moment for mxs platform.)
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2017-10-31 12:57:11 +01:00
Vladimir Ulrich
6c2bf61c02
libs/fftw3: Updated to the latest release
...
Signed-off-by: Vladimir Ulrich <admin@evl.su >
2017-10-30 17:42:08 +03:00
Florian Eckert
17743cd918
libs/libcap: add license tag
...
add license tag
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2017-10-30 14:51:56 +01:00
Florian Eckert
e8c7ec009b
libs/libgpg-error: add license tag
...
add license tag
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2017-10-30 14:51:56 +01:00
Florian Eckert
eb39775d76
libs/libgcrypt: add license tag
...
add license tag
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2017-10-30 14:51:56 +01:00
Florian Eckert
43d24da2bf
libs/openldap: add license tag
...
add license tag
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2017-10-30 14:51:56 +01:00
Peter Wagner
7651605329
glib2: update to 2.54.2
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2017-10-29 16:24:52 +01:00
Daniel Engberg
fb98124db3
libs/faad2: Update to 2.8.6
...
Update faad2 to 2.8.6
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2017-10-29 09:11:39 +01:00
Hannu Nyman
bc4671ac5b
Merge pull request #5000 from kissg1988/seafile
...
seafile: upgrade to 6.2.2
2017-10-25 19:59:35 +03:00
Karl Palsson
c97d4999f8
libwebsockets: Upgrade to 2.4.0 and drop wolfssl for mbedtls
...
Libwebsockets 2.4.0 now includes mbedtls as a first class citizen.
Drop the problematic and poorly supported wolf/cyassl variant and add
mbedtls variant instead.
Signed-off-by: Karl Palsson <karlp@etactica.com >
2017-10-25 10:53:25 +00:00
Hirokazu MORIKAWA
f90bba4046
icu: fix CVE-2017-14952 Double-Free Vulnerability
...
http://www.sourcebrella.com/blog/double-free-vulnerability-international-components-unicode-icu/
https://security-tracker.debian.org/tracker/CVE-2017-14952
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2017-10-24 02:35:19 -05:00
Gergely Kiss
252442d294
seafile: upgrade to 6.2.2
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com >
2017-10-22 23:43:09 +02:00
Eduardo Abinader
2fb9ccdbc9
libs/check: update to 0.12.0
...
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com >
2017-10-22 20:00:06 +02:00