Commit graph

1917 commits

Author SHA1 Message Date
Yousong Zhou
e38c100612 treewide: remove obsolete references to avr32
This is a long overdue followup commit to openwrt/openwrt@5d9eeab
("build: remove obsolete references to cris and avr32")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-28 12:03:20 +08:00
Jianhui Zhao
099d045c7c libuwsc: Update to 3.0.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-09-28 12:01:17 +08:00
Luiz Angelo Daros de Luca
db8a36a25b libcups: fix build for x86
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-09-27 16:13:20 -03:00
Peter Wagner
1166618115 glib2: update to 2.58.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-25 22:30:42 +02:00
Ted Hess
8c6215cd78
Merge pull request #7100 from thess/boost-work
boost: Makefile and package changes to support builds with both Python versions selected
2018-09-25 11:48:45 -04:00
Guo Li
d0766135ad getdns: add note for remove libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-25 17:11:17 +08:00
Guo Li
035b22b208 getdns: remove libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-25 17:11:17 +08:00
Guo Li
8365744b80 getdns: fix missing libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-25 17:11:17 +08:00
Ted Hess
7947583519 boost: Makefile and package changes to support builds with both Python 2.x and Python 3.x versions.
Python versioning is automatically configured from lang/python repository xxx-version.mk files.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-24 14:33:39 -04:00
Othmar Truniger
43fb48b7e0 libfmt: upgrade to version 5.2.1
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-09-24 19:58:19 +02:00
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
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
b17b11939e libupm: don't set SWIG_DIR, force python 2.7
CMake 3.0.12 uses SWIG_DIR to set SWIG_LIB, used as the library
install location, which defaults to
$(STAGING_HOSTPKG)/share/sig/(SWIGVERSION).  If it is set, then the
original installed swig library directory is ignored, and compilation
fails:
[  0%] 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.

Also, cmake picks up python3, while package wants 2.7, so we add
-DPython_ADDITIONAL_VERSIONS=2.7 to force use of 2.7, not 3.x.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-08-07 10:31:54 -03: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