Commit graph

1370 commits

Author SHA1 Message Date
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
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
Nikos Mavrogiannopoulos
889ef7e32d gnutls: updated to 3.5.16
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-10-21 20:24:35 +02:00
Hannu Nyman
3c1fb8eb24 Merge pull request #4933 from sartura/sysrepo_release
Sysrepo release
2017-10-21 09:45:28 +03:00
Hannu Nyman
655f96fe05 Merge pull request #4985 from ClaymorePT/boost_1.65.1_r2
boost: Bug-fix release
2017-10-21 09:11:11 +03:00
Michael Heimpold
90c49a21e7 Merge pull request #4982 from stintel/iiod
libiio: add iiod init script
2017-10-20 21:21:18 +02:00
Carlos Miguel Ferreira
ecb166740c
boost: Bug-fix release
This release fixes the following issues
[1] - A second run to build Boost was executed, even though
       Boost.Python3 was not selected.
[2] - Because wserialization and coroutine2 targets were removed from
       Boost building system, the flags "--without-wserialization" and
       "--without-coroutine2" no longer work and are now suppressed.
       The option coroutine2 just selects the necessary dependencies for
       the header-library to work.
       The sub-package wserialization just selects the serialization
       dependency and packs the wserialization shared object.

[1]: cf67f5f47a (comments)
[2]: https://github.com/openwrt/packages/issues/4974

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-10-20 19:03:38 +01:00
Stijn Tintel
ebf5896009 libiio: add iiod init script
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-10-20 19:14:25 +03:00
Stijn Tintel
6d4f6a31fe libxml2: install cmake module
Since version 2.9.2, libxml2 provides its own cmake module. Install it
to avoid packages built with cmake and requiring libxml2 to fall back to
cmake's FindLibXml2 module, which seems to detect host libxml2 instead
of the one in staging_dir.

Fixes #4917.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-10-20 17:46:51 +03:00
Jo-Philipp Wich
9b9ef2375d Merge pull request #4940 from diizzyy/patch-95
libs/libpng: Update to 1.6.32
2017-10-19 11:24:05 +02:00
Marko Ratkaj
949f7f1947 libuv: bump to 1.15.0
Update libuv to version 1.15.0

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-17 15:28:17 +02:00
Daniel Engberg
afdadd7377 libs/libpng: Update to 1.6.32
Update libpng to 1.6.32
Add ARM NEON optimization

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-16 22:50:37 +02:00
Jonathan Bennett
14af50642c qrencode: Update to 4.0.0
Adds a minor patch to optionally omit the XML tag when including svg inline.
Singed-off-by: Jonathan Bennett <JBennett@Incomsystems.biz>
2017-10-16 12:08:10 -05:00
Hannu Nyman
f550fe4ad8 Merge pull request #4942 from DocLM/gphoto2
ibgphoto2 and gphoto2: Update to 2.5.16 and 2.5.15
2017-10-16 18:11:12 +03:00
Leonardo Medici
52879d761c libgphoto2: update package to 2.5.16
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2017-10-15 20:29:40 +02:00
Peter Wagner
ec1fe2f190 glib2: update to 2.54.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-15 19:47:03 +02:00
Mislav Novakovic
240232a231 libnetconf2: bump to latest version
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-10-12 11:28:39 +02:00
Mislav Novakovic
422c3b9d3f libyang: bump to latest version
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-10-12 11:28:39 +02:00
Michael Heimpold
7d7105a481 libxml2: upgrade to 2.9.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-10-07 21:18:59 +02:00
Daniel Engberg
490b8c0446 libs/libevent: Remove from tree (#4886)
libevent(1) is deprecated and superseded by libevent2 (in tree), additionally
we don't have any users (packages) left using libevent(1).

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-01 11:10:54 +02:00
champtar
a035a7d8fe Merge pull request #3980 from amir-sabbaghi/glog
glog: new package
2017-09-24 15:53:27 -07:00
Amir Sabbaghi
c0420e4f5c glog: new package
glog is C++ implementation of the Google logging module

Signed-off-by: Amir Sabbaghi <asaba90@gmail.com>
2017-09-24 00:14:42 -07:00
champtar
e438594b9c Merge pull request #4845 from ClaymorePT/boost_1.65.1_r1
boost: 1.65.1 Update
2017-09-23 15:36:09 -07:00