Thomas Heil
222b9f50f3
Merge pull request #6995 from neheb/odbc
...
unixodbc: Update to 2.3.7
2018-09-23 23:34:49 +02:00
Thomas Heil
405016ebd7
Merge pull request #7074 from neheb/patch-41
...
apr: Update to 1.6.5
2018-09-23 23:29:09 +02:00
Peter Wagner
5757a045b2
glib2: update to 2.56.3
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2018-09-23 20:28:30 +02:00
champtar
a462e7e02e
Merge pull request #6899 from diizzyy/patch-12
...
libs/sqlite: Update to 3.24.0
2018-09-23 10:07:55 -07:00
Hannu Nyman
988dcca2d8
Merge pull request #6633 from cotequeiroz/libftdi1_cmake-3.12
...
libftdi1: Fix compilation with cmake 3.12
2018-09-23 19:51:02 +03:00
Ted Hess
80e40c393b
boost: Bump PKG_RELEASE to force buildbot re-builds
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2018-09-21 11:43:22 -04:00
Ted Hess
dd8b637646
boost: Fix mips32r1 cpu builds (exclude Boost.fiber)
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2018-09-20 14:25:11 -04:00
Jo-Philipp Wich
d344c56f9e
Merge pull request #6981 from neheb/png
...
libpng: Update to l.6.35
2018-09-19 07:39:13 +02:00
Rosen Penev
5abd420c65
apr: Update to 1.6.5
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-18 19:45:49 -07:00
Carlos Miguel Ferreira
0d94d04856
boost: Package Makefile Revision
...
Boost.Fiber is now disabled for Targets which use mips32 or mips64 cpu type.
This commit fixes issue [1]
[1]: https://github.com/openwrt/packages/issues/6987
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com >
2018-09-18 16:03:27 +01:00
Rosen Penev
cfb6ece7c2
glib2: Update to 2.56.2
...
Adjusted some configure flags. Disabled some documentation to save on
build time. It seems to have also fixed parallel building on mvebu at
least.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-17 21:21:08 +02:00
Othmar Truniger
5bcccac30f
libfmt: bump to version 5.2.0
...
Signed-off-by: Othmar Truniger <github@truniger.ch >
2018-09-17 20:10:55 +02:00
Nikos Mavrogiannopoulos
a016fd0d82
Merge pull request #6936 from neheb/patch-25
...
p11-kit: Update to 0.23.14
2018-09-17 08:32:12 +02:00
Nikos Mavrogiannopoulos
3f8762f6f0
Merge pull request #6971 from neheb/secc
...
libseccomp: Update to 2.3.3
2018-09-17 08:31:56 +02:00
Rosen Penev
992b9d0f92
libpng: Update to 1.6.35
...
Fixes CVE-2018-13785 and CVE-2018-14048.
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-14 18:45:47 -07:00
Dirk Brenken
bfce974428
Merge pull request #6799 from neheb/patch-27
...
libfastjson: Update to 0.99.8 + switch to tarball
2018-09-14 21:06:37 +02:00
Karl Palsson
21c29aa2a9
libwebsockets: bump to 3.0.1
...
As usual, LWS upstream completely failed to maintain their changelog.
Skimming the git log by hand, probably the biggest change of note here
is fixed compatibility with openssl 1.1.0
Tested on ath79.
Signed-off-by: Karl Palsson <karlp@etactica.com >
2018-09-12 17:35:28 +00:00
Rosen Penev
6d6c15e1e9
unixodbc: Update to 2.3.7
...
Switched to HTTP as FTP can be problematic. uscan for example has issues
figuring out the latest version.
Added PKG_CPE_ID for proper CVE tracking.
Reorganized Makefile for consistency with other projects.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-09-10 12:55:07 -07:00
Jiri Slachta
64c3cf7675
Merge pull request #6887 from neheb/tiff
...
tiff: Fix CVE-2017-17095
2018-09-10 17:55:24 +02:00
Luiz Angelo Daros de Luca
134e8bb18d
Merge pull request #6354 from luizluca/hplip-3.18.6
...
Hplip 3.18.6 and (lib)cups
2018-09-09 23:11:09 -03:00
Dirk Brenken
7f4b067490
Merge pull request #6646 from neheb/patch-18
...
libuvc: Update to 0.0.6 and switch to codeload
2018-09-09 18:08:21 +02: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