Rosen Penev
4d5007db6e
libp11: Update to 0.4.9
...
Reorganized Makefile a little bit for consistency with other packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-08 11:14:53 -07:00
Rosen Penev
c91ee4ea2d
libseccomp: Update to 2.3.3
...
Added PKG_BUILD_PARALLEL for faster compilation.
Removed PKG_FORMAT_SECURITY as it's not needed to be disabled anymore.
Removed patch as musl has been updated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-08 10:46:00 -07:00
Rosen Penev
7bbb112be2
libuvc: Update to 0.0.6 and switch to codeload
...
Switched to codeload and reorganized Makefile to be more consistent with
other projects.
Added PKG_BUILD_PARALLEL for faster compilation.
Minor whitespace fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-08 10:33:39 -07:00
Guo Li
d0e0385f11
classpath: fix this statement may fall through
...
gnu_java_math_GMP.c:1135:13: error: this statement may fall through [-Werror=implicit-fallthrough=]
res = mpz_popcount (_this);
~~~~^~~~~~~~~~~~~~~~~~~~~~
gnu_java_math_GMP.c:1136:7: note: here
default:
^~~~~~~
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-06 02:07:47 +08:00
Michael Heimpold
7124f0b6c9
Merge pull request #6953 from nxhack/make_icu_tools_selectable
...
icu: build additional packages / Full ICU Data and ICU Tools
Tested on mxs platform.
Tested-by: Michael Heimpold <mhei@heimpold.de>
2018-09-05 12:55:01 +02:00
Hirokazu MORIKAWA
38c150dfa3
icu: build additional packages / Full ICU Data package and ICU Tools package
...
add Full ICU DATA package & ICU DATA Tools package.
add package description.
see: https://github.com/openwrt/packages/issues/6536
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-09-05 12:30:31 +09:00
Ted Hess
b65ad650c9
Merge pull request #6876 from MikePetullo/keyutils
...
keyutils: add new package
2018-09-04 15:23:38 -04:00
Ted Hess
f86e4b5524
Merge pull request #6658 from MikePetullo/hwloc
...
hwloc: add new package
2018-09-04 15:23:12 -04:00
Dirk Brenken
eb87a83e4b
Merge pull request #6940 from Andy2244/libtirpc-update-114
...
libtirpc: update to 1.1.4
2018-09-04 19:30:11 +02:00
W. Michael Petullo
ba254ecaaa
libdmapsharing: Update to 3.9.3
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-09-03 16:07:48 -04:00
Dirk Brenken
2dd81d6d71
Merge pull request #6885 from neheb/ldns
...
ldns: Fix two CVEs
2018-09-03 16:09:42 +02:00
Michael Heimpold
76b915c249
expat: fix host build issue with docbook
...
Additionally to the fix issued for #6923 , we need to disable the docbook
usage also for the host build. This prevents the following error:
checking for docbook2man... docbook2man
configure: error: Your local docbook2man was found to work with SGML rather
than XML. Please install docbook2X and use variable DOCBOOK_TO_MAN to point
configure to command docbook2x-man of docbook2X.
Or use DOCBOOK_TO_MAN="xmlto man --skip-validation" if you have xmlto around.
You can also configure using --without-docbook if you can do without a man
page for xmlwf.
Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
2018-09-03 13:39:04 +02:00
Andy Walsh
da1d5de868
libtirpc: update to 1.1.4
...
* update to 1.1.4
* remove merged patch
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-03 10:06:54 +02:00
Rosen Penev
e3fd149ae2
p11-kit: Update to 0.23.14
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-02 14:50:54 -07:00
Ted Hess
b2b44c9f3e
libv4l: Upgrade to 1.14.2. Adding RDS and CEC components
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-01 15:18:28 -04:00
Ted Hess
b01d2c5a72
Merge pull request #6910 from neheb/patch-35
...
libupnp: Update to 1.6.25
2018-09-01 12:02:34 -04:00
Rosen Penev
1b93344924
libupnp: Update to 1.6.25
...
Added PKG_BUILD_PARALLEL for faster compilation.
Removed copyright line.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-01 08:31:20 -07:00
Ted Hess
a603a9a26a
Merge pull request #6919 from neheb/tdb
...
tdb: Remove libbsd dependency
2018-09-01 10:08:32 -04:00
Andy Walsh
6186f46d2e
expat: disable docbook
...
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-01 14:16:16 +02:00
Rosen Penev
33dc529e00
tdb: Remove libbsd dependency
...
libbsd gets picked up since it's no longer limited to glibc.
Patch identical to libtalloc one. Same codebase.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-31 16:48:35 -07:00
Ted Hess
53aa4049a6
Merge pull request #6898 from diizzyy/patch-11
...
lib/expat: Update to 2.2.6
2018-08-29 13:23:17 -04:00
Ted Hess
72a46ce355
libtalloc: Remove libbsd dependencies. Add myself as maintainer
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-28 18:21:14 -04:00
Daniel Engberg
499f964f0f
libs/sqlite: Update to 3.24.0
...
Update sqlite to 3.24.0
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-28 22:44:54 +02:00
Daniel Engberg
305fa09524
lib/expat: Update to 2.2.6
...
Update (lib)expat to 2.2.6
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-28 22:42:05 +02:00
Dirk Brenken
2e54c41a24
Merge pull request #6798 from MikePetullo/vips
...
vips: update to 8.6.5
2018-08-27 09:59:45 +02:00
Dirk Brenken
fd28123001
Merge pull request #6846 from jsiverskog/protobuf_c_change_maintainer
...
protobuf-c: Change maintainer
2018-08-27 09:41:21 +02:00
Rosen Penev
a430500ffb
tiff: Fix CVE-2017-17095
...
Fedora does not have a fix for this but Debian does. Took fix from there.
There are two more CVEs as reported by uscan but I can't seem to find
patches for those.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-26 21:23:50 -07:00
Rosen Penev
7f561b97c3
ldns: Fix two CVEs
...
CVE-2017-1000231 and CVE-2017-1000232.
Taken from Fedora.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-26 21:05:49 -07:00
W. Michael Petullo
d71da004d9
keyutils: add new package
...
This is based on earlier work by Tobias Waldvogel.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-08-26 02:37:40 -04:00
Luiz Angelo Daros de Luca
8ea219b03f
libvpx: add PKG_CPE_ID id
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-08-26 02:28:37 -03:00
Rosen Penev
6d51a4091c
libartnet: Fix compile with GCC7
...
error: memset' used with length equal to number of elements without
multiplication by element size
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-25 22:14:07 -07:00
Rosen Penev
3f3eda645b
file: Update to 5.34
...
Get rid of autoreconf to speed up build.
Fixed project URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-24 15:18:21 -07:00
W. Michael Petullo
c06e5ba978
vips: update to 8.6.5
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-08-24 05:53:17 -04:00
Rosen Penev
853e9d1c38
libextractor: Update to 1.7
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-23 14:46:19 -07:00
Martin Schiller
be0e664fb9
libiio: add missing dependency to zlib
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-08-23 08:52:59 +02:00
Ted Hess
d97e89d256
Merge pull request #6828 from neheb/patch-32
...
freetype: Add PKG_CPE_ID for proper CVE tracking
2018-08-22 18:42:59 -04:00
Ted Hess
31573ca348
Merge pull request #6816 from neheb/patch-4
...
avahi: Add CPE ID to track CVEs
2018-08-22 16:03:41 -04:00
Ted Hess
1417cec3dd
Merge pull request #6837 from neheb/patch-33
...
giflib: Add PKG_CPE_ID for proper CVE tracking
2018-08-22 15:58:48 -04:00
Ted Hess
d67647f64f
Merge pull request #6827 from neheb/flac
...
flac: Fix CVE-2017-6888
2018-08-22 15:57:16 -04:00
Michael Heimpold
8d059948be
Merge pull request #6839 from neheb/xml2
...
libxml2: Fix CVE-2018-14404
2018-08-22 21:24:38 +02:00
Jacob Siverskog
f3d2f1698c
protobuf-c: Change maintainer
...
Change maintainer to Rosen Penev as agreed upon
(https://github.com/openwrt/packages/pull/6778#issuecomment-414479840 ).
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2018-08-22 17:47:19 +02:00
Hannu Nyman
4e5822a2bc
Merge pull request #6822 from ClaymorePT/boost_1.68.0
...
boost: Package Version Update -> 1.68.0
2018-08-22 18:02:38 +03:00
Dirk Brenken
40e35d14eb
Merge pull request #6825 from neheb/patch-21
...
confuse: Update to 3.2.2
2018-08-22 16:50:48 +02:00
Dirk Brenken
a3e8990510
Merge pull request #6645 from neheb/patch-16
...
libdmapsharing: Update to 3.9.2
2018-08-22 16:47:03 +02:00
Dirk Brenken
28fbe2369f
Merge pull request #6778 from neheb/proto
...
protobuf-c: Update to 1.3.1
2018-08-22 16:34:34 +02:00
Dirk Brenken
309a1fb200
Merge pull request #6829 from zhaojh329/libuwsc
...
libuwsc: Update to 2.0.5
2018-08-22 16:27:35 +02:00
Rosen Penev
b7870ea711
libxml2: Fix CVE-2018-14404
...
Embarrasingly, I missed this one last time.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-21 13:59:56 -07:00
Rosen Penev
9c43fd81d5
gnutls: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-21 12:47:25 -07:00
Rosen Penev
3f20518a34
giflib: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-21 12:44:24 -07:00
Jianhui Zhao
826e9366b0
libuwsc: Update to 2.0.5
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-08-21 18:11:28 +08:00
Rosen Penev
456ae2f541
freetype: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-20 21:40:57 -07:00
Rosen Penev
20fe720732
flac: Fix CVE-2017-6888
...
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-20 21:38:07 -07:00
Rosen Penev
4c59ee99e9
confuse: Update to 3.2.2
...
Fix for CVE-2018-14447
God rid of pointless autoreconf.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-20 20:59:34 -07:00
Rosen Penev
0e29ec3ca0
cyrus-sasl: Update to 2.1.27-rc8
...
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-20 20:53:53 -07:00
Carlos Miguel Ferreira
e0e80c1d2c
boost: Package Version Update -> 1.68.0
...
This package update provides one new library:
- YAP: An expression template library for C++14 and later, from Zach Laine [1].
More info can be found at the usual place [2].
[1] : https://www.boost.org/libs/yap/
[2] : https://www.boost.org/users/history/version_1_68_0.html
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2018-08-21 02:13:59 +01:00
Rosen Penev
9be580359e
c-ares: Add CPE ID to track CVEs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-19 15:13:18 -07:00
Rosen Penev
61cdf7b4d6
avahi: Add CPE ID to track CVEs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-19 15:05:41 -07:00
Jiri Slachta
e3681cb107
Merge pull request #6780 from neheb/tiff
...
tiff: Fix remaining CVEs
2018-08-19 19:10:32 +02:00
Rosen Penev
e7aea55d56
libfastjson: Update to 0.99.8 + switch to tarball
...
Using the tarball allows getting rid of autoreconf and speeding up the build.
Also easier to bump the package.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-18 14:01:36 -07:00
Michael Heimpold
77d8472ed5
Merge pull request #6781 from neheb/xml2
...
libxml2: Fix CVE-2018-9251 and CVE-2018-14567
2018-08-18 13:13:29 +02:00
Rosen Penev
0d9b5dd468
libxml2: Fix CVE-2018-9251 and CVE-2018-14567
...
Also added the CPE ID.
Taken from Fedora.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-17 18:46:27 -07:00
Rosen Penev
29ffbead75
tiff: Fix remaining CVEs
...
Taken from Fedora. Reordered them so as to apply properly.
Added a CPE ID.
Added parallel build for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-17 18:19:00 -07:00
Michael Heimpold
010dc61d7b
libgpiod: update to 1.1.1
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-08-17 23:18:57 +02:00
Rosen Penev
be07e5d2f9
protobuf-c: Update to 1.3.1
...
Switched to regular tarballs. Makes updating easier and avoids having to
autoreconf. Simplifies Makefile slightly.
Updated project URL. Some Makefile reorganization was done for consistency
with other packages.
Added parallel build for faster building.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-17 13:16:26 -07:00
Sebastian Kemper
43ec390bd7
postgresql: security bump to 9.6.10
...
This update includes fixes for the following CVEs:
- CVE-2018-1115
- CVE-2018-10925
- CVE-2018-10915
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-08-15 16:55:22 +02:00
Leonardo Medici
907c1c461b
libgphoto2: update package 2.5.19
...
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-08-13 12:00:59 +02:00
Nikos Mavrogiannopoulos
e020ead085
Merge pull request #6742 from neheb/p11
...
p11-kit: Update to 0.23.13
2018-08-13 08:17:04 +02:00
Ted Hess
c5afcd21af
Merge pull request #6649 from neheb/int
...
intltool: Update to 0.51
2018-08-12 19:23:19 -04:00
Rosen Penev
23e57c7394
p11-kit: Update to 0.23.13
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-12 13:13:30 -07:00
W. Michael Petullo
6412ce93a2
hwloc: add new package
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-08-09 17:42:47 -04:00
Andy Walsh
4896e9c36e
libtirpc: enable host build
...
* include /etc/netconfig
* cleanup old patches
* update via patch to 1.0.4-rc2
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-08 22:30:19 +02:00
Eneas U de Queiroz
e7408d94c5
libmraa: don't set SWIG_DIR
...
CMake 3.0.12 uses SWIG_DIR to set SWIG_LIB, is used as the library
install location, which defaults to
$(STAGING_HOSTPKG)/share/sig/(SWIGVERSION). If it is set, then the
installed swig library directory is ignored, and compilation fails:
[ 32%] Swig source
:1: Error: Unable to find 'swig.swg'
:3: Error: Unable to find 'python.swg'
Instead of setting it manually, let the default be used, which works
well.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-08-06 10:47:19 -03:00
Hannu Nyman
81c61b7ff2
Merge pull request #6595 from MikePetullo/loudmouth
...
loudmouth: fix build
2018-08-05 22:15:47 +03:00
Jianhui Zhao
699f264504
libuhttpd: Update to 2.2.1
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-08-03 14:41:14 +08:00
Rosen Penev
db2a4b1be0
neon: Fix URL
...
There seems to be no proper location for this, nor an up to date fork.
Arch uses this link so switch to that.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-02 15:18:53 +08:00
Rosen Penev
ee1693b84c
intltool: Update to 0.51
...
Upstream has moved. @GNOME only has old versions.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 18:34:08 -07:00
Rosen Penev
397cb607a0
libdmapsharing: Update to 3.9.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 14:19:57 -07:00
Rosen Penev
ff30d1e443
libesmtp: Fix compile with OpenSSL 1.1.0
...
Also switched back to official tarball.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-31 20:31:11 -07:00
Eneas U de Queiroz
0e9e060775
libftdi1: Fix compilation with cmake 3.12
...
Applied a patch submitted upstream that fixes a compilation error with
cmake >= 3.12 Error: Unable to find 'swig.swg' [...] 'python.swg'
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-07-31 18:12:28 -03:00
Daniel Golle
bf4efafa2e
Merge pull request #6625 from neheb/hiredis
...
hiredis: Switch to codeload tarball
2018-07-31 01:43:38 +02:00
Rosen Penev
93fcb20ce4
libevdev: Update to 1.5.9
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-30 16:32:19 -07:00
Rosen Penev
1fb9c4b5e8
hiredis: Switch to codeload tarball
...
Simpler makefile. Also fixes uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-30 16:25:26 -07:00
Ted Hess
e67a932bd1
libmpdclient: Update to 2.14. Use autotools
...
Package versions newer than 2.11 require meson/ninja which OpenWrt does not
support in its build environment. These files provide the minimum autotool
configuration necessary to build later versions.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-07-30 10:24:06 -04:00
Yousong Zhou
7bbec3b06b
dtc: bump to version 1.4.7
...
Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
2018-07-30 09:26:13 +08:00
W. Michael Petullo
6e49fd1c34
eventlog: remove package
...
The eventlog package is no longer required by syslog-ng, and it conflicts
with the files installed by syslog-ng. No other package requires eventlog,
the external eventlog library project has not been updated in a long time,
and syslog-ng is no longer compatible with the external eventlog library.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-28 13:28:52 -04:00
W. Michael Petullo
ca6d16370b
loudmouth: fix build
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-27 23:16:05 -04:00
Ted Hess
dec589ca4b
Merge pull request #6582 from MikePetullo/libpsl
...
libpsl: depend on libidn2 and libunistring
2018-07-26 10:06:42 -04:00
W. Michael Petullo
eca595a19e
libpsl: depend on libidn2 and libunistring
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-25 22:31:51 -04:00
Rosen Penev
5399ded599
xmlrpc-c: Fix TLS dependency
...
The configure script now looks for a TLS library. Remove the option.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-25 17:05:41 -07:00
Rosen Penev
6ba094a415
libtorrent: Update to 0.13.7
...
Switched to tarball. Should be faster.
Codeload is used as the regular tarball is on the rtorrent github page
with rtorrent's versioning.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-22 16:43:03 -07:00
Rosen Penev
e868c06e7f
dtc: Fix dead URLs
...
Fixes uscan. URL taken from Debian.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-22 19:22:07 +08:00
Jianhui Zhao
960dfe244a
libuhttpd: Update to 2.1.2
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-07-20 00:26:17 +08:00
Hannu Nyman
b5032297f1
Merge pull request #6440 from neheb/patch-12
...
libhttp-parser: Update to 2.8.1
2018-07-18 22:56:28 +03:00
Hannu Nyman
06036e96a9
Merge pull request #6435 from neheb/patch-9
...
libxerces-c: Update to 3.2.1
2018-07-18 22:55:50 +03:00
Hannu Nyman
9f1f8826a5
Merge pull request #6469 from micmac1/zdb-nls
...
libzdb: remove iconv hack, include nls.mk
2018-07-16 16:58:05 +03:00
Hannu Nyman
b9ee4c3df1
Merge pull request #6477 from MikePetullo/libsoup
...
libsoup: update to 2.63.2
2018-07-16 16:54:51 +03:00
Hannu Nyman
089dd1675d
Merge pull request #6476 from MikePetullo/libpsl
...
libpsl: add new package
2018-07-16 16:54:37 +03:00
Hannu Nyman
74b7fd3eb5
Merge pull request #6486 from MikePetullo/libgcrypt
...
libgcrypt: update to 1.8.3
2018-07-16 16:53:36 +03:00
Hannu Nyman
a7ded79507
Merge pull request #6489 from neheb/patch-3
...
libtalloc: Update to 2.1.14
2018-07-16 16:52:55 +03:00
Hannu Nyman
9f5f28588d
Merge pull request #6472 from MikePetullo/libgpg-error
...
libgpg-error: update to 1.32
2018-07-16 16:52:12 +03:00
BangLang Huang
d1804d38d4
tdb: bump to latest version
...
Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
2018-07-16 11:05:26 +08:00
Rosen Penev
79b4a9b334
libtalloc: Update to 2.1.14
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-15 19:47:50 -07:00
W. Michael Petullo
eafc36fbc5
libgcrypt: update to 1.8.3
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-15 20:25:16 -04:00
W. Michael Petullo
b2ba4a2e08
libgpg-error: update to 1.32
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-15 02:18:03 -04:00
W. Michael Petullo
df91a9cc11
libsoup: update to 2.63.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-15 00:48:10 -04:00
W. Michael Petullo
779cc8ea62
libpsl: add new package
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-15 00:46:42 -04:00
Rosen Penev
34e67aa83c
libhttp-parser: Update to 2.8.1
...
Switched to codeload instead of git for downloads. Should be faster and more reliable.
Re-organized the Makefile slightly
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-14 16:38:55 -07:00
Sebastian Kemper
b25b0fc2eb
libzdb: remove iconv hack, include nls.mk
...
mariadb was sorted out by including nls.mk. Include it also in libzdb
and get rid of the previously introduced hack.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 23:12:03 +02:00
Hannu Nyman
8aba46bdcc
Merge pull request #6430 from neheb/patch-2
...
yaml: Update to 0.2.1
2018-07-10 18:09:36 +03:00
Hannu Nyman
64679fb295
Merge pull request #6449 from MikePetullo/vips
...
vips: update to 8.6.4
2018-07-10 18:03:57 +03:00
Nikos Mavrogiannopoulos
d12b9f7de1
Merge pull request #6436 from neheb/patch-10
...
libradcli: Update to 1.2.10
2018-07-10 12:39:57 +02:00
W. Michael Petullo
2e82a6bbbe
vips: update to 8.6.4
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-09 18:43:14 -04:00
Rosen Penev
525748f709
libradcli: Update to 1.2.10
...
Cosmetic fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-09 14:42:05 -07:00
Hannu Nyman
2dfdccfc01
Merge pull request #6434 from neheb/patch-7
...
libtalloc: Update to 2.1.13
2018-07-09 19:11:00 +03:00
Hannu Nyman
7cdb28ab9e
Merge pull request #6441 from neheb/patch-14
...
libantlr3c: Update to 3.4
2018-07-09 19:07:45 +03:00
Ted Hess
f1248985bb
Merge pull request #6431 from neheb/patch-3
...
xmlrpc-c: Update to 1.39.13
2018-07-09 07:17:22 -04:00
Yousong Zhou
5eb07af2b7
treewide: add missing mirror hash
...
They are missed out from the FIXUP check probably because of a flaw in
the fixup-makefile.pl script
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Yousong Zhou
19bde8da68
libsoc: fix compilation error caused by multiple goals on make
...
Error of the following kind can happen when parallel build with goals "all" and
"install" both specified on the command line. Seems like make can parallelly
build for both targets causing race conditions
make[3]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-5b788d4d'
Making all in lib
Making install in lib
make[4]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-5b788d4d/lib'
CC libsoc_la-gpio.lo
make[4]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-5b788d4d/lib'
CC libsoc_la-spi.lo
CC libsoc_la-gpio.lo
CC libsoc_la-file.lo
CC libsoc_la-i2c.lo
CC libsoc_la-spi.lo
CC libsoc_la-pwm.lo
CC libsoc_la-board.lo
CC libsoc_la-file.lo
CC libsoc_la-conffile.lo
CC libsoc_la-debug.lo
CC libsoc_la-pwm.lo
CC libsoc_la-conffile.lo
CCLD libsoc.la
OpenWrt-libtool: link: `libsoc_la-pwm.lo' is not a valid libtool object
make[4]: *** [libsoc.la] Error 1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Rosen Penev
7751997919
libantlr3c: Update to 3.4
...
Added HTTPS everywhere
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 19:51:17 -07:00
Rosen Penev
7b5c002634
libxerces-c: Update to 3.2.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 19:08:44 -07:00
Rosen Penev
89ea575406
libtalloc: Update to 2.1.13
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 19:05:43 -07:00
Rosen Penev
51b672df37
xmlrpc-c: Update to 1.39.13
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 18:10:03 -07:00
Rosen Penev
85c38f590f
yaml: Update to 0.2.1
...
Some URL fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 18:04:28 -07:00
Sebastian Kemper
9c7613dd25
libzdb: fix uclibc build issue
...
libmariadb 10.2 needs to be linked in together with iconv. On musl and
glibc iconv is part of libc. That's not the case for uclibc, where
libiconv-full needs to be used. This commit adds -liconv to the linker
flags and aids libzdb in finding libiconv.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 12:02:51 +02:00
Othmar Truniger
96101ff899
libfmt: bump to new release 5.1.0
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-07-07 21:56:10 +02:00
Hannu Nyman
1d5d6e6f1c
Merge pull request #5646 from neheb/libnet
...
libnet: Change PKG_SOURCE_URL to use @SF macro.
2018-07-07 20:32:41 +03:00
Hannu Nyman
5a27e1c4cd
Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1
...
seafile: upgrade to 6.3.0
2018-07-07 20:29:21 +03:00
Rosen Penev
cee70880ad
libnet: Change PKG_SOURCE_URL to use @SF macro.
...
More flexible with more mirrors.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-07 10:29:01 -07:00
Hannu Nyman
3a0f4fe8c3
Merge pull request #6249 from neheb/patch-10
...
apr-util: Update to 1.6.1
2018-07-07 20:23:18 +03:00
Hannu Nyman
70a3298867
Merge pull request #6218 from neheb/patch-2
...
apr: Update to 1.6.3
2018-07-07 20:20:47 +03:00
Hannu Nyman
d222edcf68
Merge pull request #6280 from neheb/zmq
...
zmq: Update to 4.1.6
2018-07-06 23:37:59 +03:00
Ted Hess
a81df2bc61
Merge pull request #6383 from thess/add-nasm
...
ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module dependency
2018-07-06 12:31:45 -04:00
W. Michael Petullo
ebeb0607d2
libdmapsharing: update to 3.9.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-06 10:17:05 +08:00
Eneas U de Queiroz
3bcaa7a4fe
protobuf-c: bump to 1.3.0
...
Version 1.2.1 does not currently compile without a patch.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-07-06 09:53:55 +08:00
Rosen Penev
4b9ec8dbae
libwebsockets: Update to 3.0.0
...
Removed upstreamed patch.
Also added a patch to fix Travis.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Karl Palsson <karlp@etactica.com>
2018-07-05 10:45:01 +00:00
Matija Amidzic
1a910ebd5e
libnetconf2: update to 0.11.37
...
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-07-02 13:37:32 +02:00
Matija Amidzic
e39d52d45a
libyang: update to 0.15.130
...
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-07-02 13:37:32 +02:00
Yousong Zhou
d03e32c513
treewide: fix missing/wrong MIRROR_HASH for sources from github
...
Some of them forgot to update MIRROR_HASH on version change, others
updated with wrong hash value. The new values were generated from
tarballs prepared by the newly introduced github-tarball download
methoded and confirmed consistent with those from sources.openwrt.org
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-02 10:40:47 +08:00
Ted Hess
75f0499469
ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module dependency
...
Both libraries on X86 platforms require NASM instead of YASM going forward.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-06-28 19:54:09 -04:00
Luiz Angelo Daros de Luca
b218acac62
libcups: import cups from old-packages (for hplip)
...
This package is needed only to provide libcups.so and
libcups-image.so for hplip. No ipk is generated as
hplip-cups is currently disabled until full cups is provided.
cups was bumped to version 2.2.8
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-06-28 02:09:46 -03:00
Hannu Nyman
1e8db5b38d
Merge pull request #6355 from Ansuel/jasson
...
jansson: bump to latest stable
2018-06-26 22:11:05 +03:00
Ansuel Smith
d4db2ea7e7
jansson: bump to latest stable
...
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-26 12:20:11 +02:00
Hirokazu MORIKAWA
d66f3a6ced
icu: update to 62.1
...
Update to ICU 62 (62.1)
ICU 62 includes number format skeleton support in MessageFormat, ICU4C DecimalFormat wrapping the new NumberFormatter implementation for improved performance.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-06-25 11:19:10 +09:00
Hannu Nyman
2b749fd530
Merge pull request #6253 from neheb/patch-14
...
freetype: Update to 2.9.1
2018-06-24 21:47:17 +03:00
Hannu Nyman
88a4356096
Merge pull request #6293 from neheb/patch-16
...
libgee: Update to 0.20.1
2018-06-24 21:43:14 +03:00
Philip Prindeville
9e97da85e8
Merge pull request #6248 from diizzyy/patch-1
...
openldap: Switch tarball sources to https and http
2018-06-24 11:09:53 -06:00
Rosen Penev
cafab6d3f7
freetype: Update to 2.9.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-20 14:02:10 -07:00
Jianhui Zhao
f498829e0e
libuwsc: Update to 2.0.4
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-18 23:18:51 +08:00
Ted Hess
870ebb1b8d
Merge pull request #6299 from jsmcconn/fix-avahi-runtime-dir
...
avahi: patch systemd runtime_dir change in 0.7
2018-06-16 20:27:49 +00:00
Jeremiah McConnell
933037e998
avahi: patch systemd runtime_dir change in 0.7
...
In avahi 0.7 the runtime_dir was updated to be /run instead of /var/run
for better systemd compatibility. Patch out that change to fix
avahi-daemon.
Signed-off-by: Jeremiah McConnell <miah@miah.com>
2018-06-15 15:26:19 -06:00