Commit graph

2099 commits

Author SHA1 Message Date
Stijn Tintel
f225f1fd49 Revert "unixodbc: Update to 2.3.7"
This reverts commit 6d6c15e1e9.

The package no longer cross-compiles when building for the x86/64 target
on an x86/64, resulting in the following error:

Package unixodbc is missing dependencies for the following libraries:
libc.so.6
libpthread.so.0

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-10-19 19:24:23 +03:00
Kevin Darbyshire-Bryant
14ad4cb976 libssh: mark as BROKEN due to CVE-2018-10933
The only known user of this library is currently unable to get their
application to work with with the fixed 0.7.6 release of this library.

To prevent accidental use by unknown parties of a flawed library, mark
it as BROKEN.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-10-19 13:04:27 +01:00
Michael Heimpold
32b413015c
Merge pull request #7212 from nxhack/bump_63_1
icu: update to 63.1
2018-10-18 17:45:37 +02:00
Karl Palsson
2b50949287 libs/c-ares: finaly cpe id update.
Use the correct base 2.2 CPE id from
https://nvd.nist.gov/products/cpe/search instead of the old id.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-18 09:45:46 +00:00
Karl Palsson
9deeb53403 libs/c-ares: fix CPE id
Incorrectly copied from source document.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-18 09:00:41 +00:00
Hirokazu MORIKAWA
1efccb1ea1 icu: update to 63.1
ICU 63 updates to CLDR 34 locale data with many additions and corrections,
and some new languages. ICU adds API for number and currency range formatting,
and API for additional Unicode properties and for constructing custom properties.
CLDR and ICU include data for testing readiness for the upcoming Japanese calendar era.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-10-18 16:59:15 +09:00
Karl Palsson
e5477e3dec lib/c-ares: add PKG_CPE_ID
bump package, but no functional changes

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-17 22:37:20 +00:00
Kevin D-B
f8638be659
Merge pull request #6716 from neheb/patch-26
file: Update to 5.34
2018-10-16 07:38:09 +01:00
Rosen Penev
8d4b700597 libsearpc: Update to 3.1.0
Switch to codeload for simplicity. Rearranged Makefile a bit for consistency between Makefiles.

Removed version dependency for seafile-server to avoid breaking builds.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-14 18:20:07 -07:00
Rosen Penev
bffa9be004 libsoup: Update to 2.65.1
Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Added --disable-gtk-doc-html to fix parallel compilation.

Cleaned up and reorganized configure flags.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-13 21:10:03 -07:00
Peter Wagner
5837cc1038 glib2: Install glib binaries
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-10-13 12:30:14 +02:00
Hannu Nyman
0a9ed54ac3
Merge pull request #7175 from sartura/sysrepo-release-0.7.5
Sysrepo release 0.7.5
2018-10-12 16:36:05 +03:00
Rosen Penev
d033024be9 libpsl: Disable documentation and enable parallel building
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-11 17:40:12 -07:00
Mislav Novakovic
0ebbcf792e libnetconf2: update to 0.12-r1
PR includes switch to codeload tarballs.

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-10-11 13:50:12 +02:00
Mislav Novakovic
77307df42b libyang: update to 0.16-r1
PR includes switch to codeload tarballs.

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-10-11 13:50:12 +02:00
Hannu Nyman
e022528b60
Merge pull request #7132 from jzapater/jj
libical: update to version 3.0.4
2018-10-10 20:26:15 +03:00
Daniel Engberg
e6599366e5 libs/libx264: Update to snapshot 20181006
Update libx264 to snapshot 20181006
Add 464fp to ASM blacklist (doesn't support AltiVec instructions)
Enable LTO by default for platforms that uses ASM
Remove a few whitespaces (cosmetic)

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-10-09 07:58:37 +02:00
Rosen Penev
8e7a7cf544 hiredis: Update to 0.14.0
Added PKG_BUILD_PARALLEL for faster building.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-08 13:47:18 -07:00
Ted Hess
988a9886d4
Merge pull request #7153 from neheb/xml
xmlrpc-c: Update to 1.43.08
2018-10-08 14:07:49 -04:00
Jianhui Zhao
44577488a6 libuwsc: update to 3.1.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-10-08 22:26:21 +08:00
Jose Zapater
3633868250
libical: update to version 3.0.4
Signed-off-by: Jose Zapater <jzapater@gmail.com>
2018-10-08 12:21:18 +02:00
Rosen Penev
2ebbfc6ef1 xmlrpc-c: Update to 1.43.08
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-07 15:06:53 -07:00
Stijn Tintel
bf47fe3d27 libpfring: disable libnl
When libnl is built, libpfring links against it. This causes the build
to fail due to a missing dependency. Disable libnl to avoid this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-10-07 13:21:51 +03:00
Othmar Truniger
6a42de51d8 libfmt: switch to github codeload
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-10-05 21:56:07 +02:00
Stijn Tintel
b15958a6cb libpfring: fix kmod dependency
The kmod package was renamed from kmod-pfring to kmod-pf-ring, but the
dependency was not updated.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-10-03 11:00:49 +03:00
BangLang Huang
bc01c8eae6 libpfring: add new package
PF_RING is a high speed packet capture library that turns a commodity PC into an efficient and cheap
network measurement box suitable for both packet and active traffic analysis and manipulation.
Moreover, PF_RING opens totally new markets as it enables the creation of efficient application such as
traffic balancers or packet filters in a matter of lines of codes.

github : https://github.com/ntop/pf_ring
official : https://www.ntop.org

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
[rename kmod-pfring to kmod-pf-ring]
2018-10-02 20:43:48 +03:00
Rosen Penev
bf9f919551 libaio: Update to 0.3.111
Switched to new upstream at pagure.io.

Refreshed debian patches.

Added KERNEL_AIO dependency. Even though the generic kernel config lists
CONFIG_AIO=y, it's still disabled by default. This fixes all packages
that depend on libaio.

Added myself as maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-30 18:58:05 -07:00
Rosen Penev
ef0064d59b pcre2: Update to 10.32
Fixed SourceForge link and removed ftp mirror.

Added PKG_BUILD_PARALLEL for faster compilation.

Small adjustments for consistency between other Makefiles.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-30 18:54:47 -07:00
Daniel Golle
04eb431cbe libgabe: add package
only static library builds for now, seems to be sufficient for GNUnet.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-09-30 17:56:43 +02:00
Daniel Golle
4c5d254586 libpbc: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-09-30 17:56:43 +02:00
Deng Qingfang
b437fdf6bc libev: update to 4.24
Compile & runtime tested: ar71xx, ramips, mvebu

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-09-29 23:43:07 +08:00
Nikos Mavrogiannopoulos
16ee897b12 gnutls: updated to 3.5.19
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-09-29 10:04:48 +02:00
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
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
Rosen Penev
c496142561
glpk: Update to 4.65
Add HTTPS too.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-14 14:32:06 -07:00
Jianhui Zhao
17acf04279 libuwsc: update to 2.0.3
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-14 14:20:02 +08:00
Rosen Penev
42fe970013
libgee: Update to 0.20.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-13 19:10:22 -07:00
Hannu Nyman
2e2129e5ca
Merge pull request #6266 from neheb/patch-18
libstrophe: Update to 0.9.2
2018-06-13 17:52:58 +03:00
Hannu Nyman
41c150b833
Merge pull request #6264 from neheb/patch-16
libnetfilter-acct: Update to 1.0.3
2018-06-13 17:52:01 +03:00
Rosen Penev
299344694e zmq: Update to 4.1.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-12 15:18:20 -07:00
Rosen Penev
86d0ba6029 file: Disable libseccomp by default
Fixes the buildbot. libseccomp is not that useful for file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-12 14:53:58 -07:00
Thomas Heil
235bb3827a
Merge pull request #6242 from neheb/patch-4
pcre: Update to 8.42
2018-06-12 15:01:50 +02:00
Marko Ratkaj
eb05fe6132
Merge pull request #6252 from neheb/patch-13
file: Update to 5.33
2018-06-12 11:00:51 +02:00
Rosen Penev
ce55532f30 file: Update to 5.33
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-11 16:34:31 -07:00
Ted Hess
7869955eca
Merge pull request #6260 from neheb/patch-21
avahi: Update to 0.7
2018-06-11 19:44:35 +00:00
Hannu Nyman
04ddfd0982
Merge pull request #6243 from neheb/patch-6
pcre2: Update to 10.31
2018-06-11 22:28:05 +03:00
Rosen Penev
1509fd7123 avahi: Update to 0.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 16:43:51 -07:00
Rosen Penev
bb1543e81e libnetfilter-acct: Update to 1.0.3
Remove dead URL and FTP since it tends to be unreliable. Main URL was switched to HTTPS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 12:32:07 -07:00
Rosen Penev
cd38fe4285
libstrophe: Update to 0.9.2
Switched from direct git to codeload. Should make it more reliable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 12:27:55 -07:00
Rosen Penev
c235c21a93
apr-util: Update to 1.6.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-09 14:56:37 -07:00
Daniel Engberg
ae756a71be
openldap: Switch tarball sources to https and http
Switch from ftp which can be broken on corp firewalls to https and http.
Mirrors taken from https://www.openldap.org/software/download/ and
https://www.openldap.org/software/download/OpenLDAP/MIRRORS
Place master site as last resort.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-06-09 22:18:12 +02:00
Rosen Penev
29d77afce1 pcre2: Update to 10.31
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 19:08:59 -07:00
Rosen Penev
18c3fbcc9f
pcre: Update to 8.42
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 18:45:07 -07:00
W. Michael Petullo
8a914ba4e1 openldap: update to 2.4.46
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-06-08 19:39:23 -04:00
Hannu Nyman
c2c5ae98e3
Merge pull request #6220 from neheb/patch-4
liblo: Update to 0.29
2018-06-08 20:05:16 +03:00
Hannu Nyman
94c2560c8c
Merge pull request #6223 from neheb/patch-8
yaml: Update to 0.1.7
2018-06-08 20:04:45 +03:00
Hannu Nyman
72a4a2dede
Merge pull request #6227 from sartura/libuv_bump_to_1.20.3
libuv: bump to 1.20.3
2018-06-08 20:04:11 +03:00
Nikos Mavrogiannopoulos
79609ca2d7
Merge pull request #6215 from neheb/patch-6
libtasn1: Update to 4.13
2018-06-08 14:36:41 +02:00
Marko Ratkaj
de1152a954 libuv: bump to 1.20.3
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-06-08 12:31:29 +02:00
Rosen Penev
21f2894120 p11-kit: Update to 0.23.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 20:00:59 -07:00
Rosen Penev
6c55bd2449
yaml: Update to 0.1.7
Changed URL to HTTPS as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 19:09:05 -07:00
Rosen Penev
33aa21f6fd
liblo: Update to 0.29
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 18:55:54 -07:00
Rosen Penev
82cc7c4e6c
apr: Update to 1.6.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 18:22:12 -07:00
Ted Hess
39f3aa2277
Merge pull request #6211 from neheb/patch-1
libogg: Update to 1.3.3
2018-06-08 01:09:19 +00:00
Ted Hess
7879666795
Merge pull request #6212 from neheb/patch-2
libsamplerate: Update to 0.1.9
2018-06-08 01:09:05 +00:00
Ted Hess
079bd7cb5d
Merge pull request #6213 from neheb/patch-4
faad2: Update to 2.8.8
2018-06-08 01:08:51 +00:00
Rosen Penev
5977b8eacf
libtasn1: Update to 4.13
Fixes CVE-2017-10790 and CVE-2018-6003

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 17:50:55 -07:00
Rosen Penev
7854718e9f
giflib: Update to 5.1.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 17:06:42 -07:00
Rosen Penev
0c8b7ef14e
faad2: Update to 2.8.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 17:03:50 -07:00
Rosen Penev
cef6415cac libsamplerate: Update to 0.1.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 16:54:47 -07:00
Rosen Penev
cd103a7479 libogg: Update to 1.3.3
Also switch to HTTPS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 16:46:52 -07:00
Hannu Nyman
2cfe32d7dd
Merge pull request #6205 from sartura/protobuf-c
protobuf-c: add build time dependency protobuf
2018-06-07 19:45:20 +03:00
Mislav Novakovic
a35581902c protobuf-c: add build time dependency protobuf
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-06-07 12:27:12 +02:00
Eneas U de Queiroz
9a9871e4c3 libsearpc: bump to version 3.0.8
Even though there's no git tag, configure.ac sets that version number.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-06 18:30:53 -03:00
Hannu Nyman
4f65442ab0
Merge pull request #6194 from ldir-EDB0/fixldns
ldns: fix cross compiling on darwin
2018-06-05 18:02:54 +03:00
Hannu Nyman
63d5b9bab4
Merge pull request #6102 from cotequeiroz/libssh_openssl-1.1
libssh: added openssl 1.1 compatibility
2018-06-05 14:20:12 +03:00
Hannu Nyman
994e4da5f2
Merge pull request #6139 from ejurgensen/mxml_update_211
mxml: update to 2.11
2018-06-05 14:19:19 +03:00
Kevin Darbyshire-Bryant
2a2af82b3f ldns: fix cross compiling on darwin
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-06-05 10:48:36 +01:00
Espen Jürgensen
1ca9c6305b mxml: update to 2.11
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2018-06-05 09:45:20 +02:00
Vladimir Ulrich
018e960c78 fftw3: Updated to the latest release
Removed obsolete patch file.
Removed BROKEN dependency for fftw3l variant as it builds well with musl.

Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-06-04 23:31:58 +03:00
Hannu Nyman
cce905b3a9
Merge pull request #6089 from cotequeiroz/ibrcommon_openssl-1.1
ibrcommon: add openssl 1.1 compatibility
2018-06-04 20:47:34 +03:00
Hannu Nyman
b183546085
Merge pull request #6100 from cotequeiroz/libnopoll_openssl-1.1
libnopoll: upgrade to version 0.4.6 for openssl 1.1 support
2018-06-04 20:28:43 +03:00
Hannu Nyman
663c2353b6
Merge pull request #6093 from cotequeiroz/ldns_openssl-1.1
ldns: Upgrade to version 1.7.0
2018-06-04 20:27:52 +03:00
Hannu Nyman
097288ad8a
Merge pull request #6172 from ldir-EDB0/bumplibidn2
libidn2: bump to v2.0.5
2018-06-04 00:02:50 +03:00
Kevin Darbyshire-Bryant
be9687c369 libidn2: bump to v2.0.5
* Version 2.0.5 (released 2018-05-18)

** Switched the default library behavior to IDNA2008 as amended
   by TR#46 (non-transitional). That default behavior is enabled when
   no flags are specified to function calls. Applications can utilize the
   %IDN2_NO_TR46 flag to switch to the unamended IDNA2008. This is done in
   the interest of interoperability based on the fact that this is what application
   writers care about rather than strict compliance with a particular protocol.

** Fixed memleak in idn2_to_unicode_8zlz().

** Return error (IDN2_ICONV_FAIL) on charset conversion errors.

** Fixed issue with STD3 rules applying in non-transitional
   TR46 mode.

** idn2: added option --usestd3asciirules.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-06-03 19:14:06 +01:00
Hannu Nyman
408af14f86
Merge pull request #6108 from cotequeiroz/openldap_openssl-1.1
openldap: use /dev/urandom as entropy source
2018-06-03 20:46:03 +03:00
Hannu Nyman
f92312d8b2
Merge pull request #6063 from cotequeiroz/tdb-symlinks
tdb: avoid installing duplicate files
2018-06-03 17:18:36 +03:00
Hannu Nyman
86195e9904
Merge pull request #6104 from cotequeiroz/libtorrent_openssl-1.1
libtorrent: add support for openssl 1.1
2018-06-03 17:15:38 +03:00
Hannu Nyman
77786f0807
Merge pull request #6099 from cotequeiroz/libmraa-0.9
libmraa: Upgrade to version 0.9.0
2018-06-03 17:14:38 +03:00
Othmar Truniger
2f7d6ef03a libfmt: bump to version 5.0.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-06-02 18:46:48 +02:00
Ted Hess
9764354572
Merge pull request #6146 from neheb/libshout
libshout: Fix OpenSSL 1.1.0 without deprecated APIs
2018-05-30 17:04:42 +00:00
Rosen Penev
f51d3846d8 libshout: Fix OpenSSL 1.1.0 without deprecated APIs
Previous patch was incomplete and broke with deprecated APIs
disabled.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-29 18:31:20 -07:00
Hannu Nyman
1024a23021
Merge pull request #6114 from kenkeys/protobuf-lite
Protobuf lite
2018-05-29 21:14:29 +03:00
Leonardo Medici
737ecaa3ed libgphoto2: update package 2.5.18
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-05-28 20:44:29 +02:00
Espen Jürgensen
b57c254cf9 libunistring: update to 0.9.10
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2018-05-27 23:19:30 +02:00
Hannu Nyman
908acafafd
Merge pull request #6097 from cotequeiroz/libevhtp_openssl-1.1
libevhtp: add openssl 1.1 compatibility
2018-05-27 09:44:19 +03:00
Hannu Nyman
85e66d906f
Merge pull request #6106 from cotequeiroz/uw-imap_openssl-1.1
uw-imap: add openssl 1.1 compatibility
2018-05-26 20:50:18 +03:00
Hannu Nyman
95c9027602
Merge pull request #6105 from cotequeiroz/libzdb_openssl-1.1
libzdb: add compatibility with openssl 1.1
2018-05-24 22:52:28 +03:00
Eneas U de Queiroz
b06bac022a openldap: use /dev/urandom as entropy source
When cross-compiling, the configure script doesn't use /dev/urandom as
entropy source, which would have been the case if we were building it
natively.  Instead it tries to use an EGD, which openwrt doesn't supply.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-24 10:29:40 -03:00
Ted Hess
11e87d3ba9
Merge pull request #6101 from cotequeiroz/libshout_openssl-1.1
libshout: add openssl 1.1.0 compatibility
2018-05-24 10:56:12 +00:00
Eneas U de Queiroz
b087da8530 uw-imap: add openssl 1.1 compatibility
Patch to compile with openssl 1.1

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 23:39:04 -03:00
Eneas U de Queiroz
0f9a536daf libzdb: add compatibility with openssl 1.1
This patch merely updates the detection of the ssl library.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 23:26:21 -03:00
Eneas U de Queiroz
3ef44db435 libtorrent: add support for openssl 1.1
Used a patch that was merged upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 22:41:48 -03:00
Ken Keys
07daa086e6 protobuf: upgrade to version 3.5.1
Signed-off-by: Ken Keys <kkeys@caida.org>
2018-05-23 16:39:29 -07:00
Ken Keys
d078dbed7b protobuf: add smaller protobuf-lite package variant
Signed-off-by: Ken Keys <kkeys@caida.org>
2018-05-23 16:37:35 -07:00
Eneas U de Queiroz
b96a1f3ea6 libssh: added openssl 1.1 compatibility
This patch was backported from upstream master branch.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 18:35:16 -03:00
Eneas U de Queiroz
bb31b90d73 libshout: add openssl 1.1.0 compatibility
Avoid calling deprecated and unnecessary library initialization
functions with openssl >= 1.1.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 15:37:53 -03:00
Eneas U de Queiroz
43a1c3ebe5 libnopoll: upgraded to version 0.4.6
Upgraded to support openssl 1.1.0.  This is the current stable release.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 15:15:27 -03:00
Eneas U de Queiroz
420b203af6 libmraa: Upgrade to version 0.9.0
This version is compatible with the version of node currently in use.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:30:29 -03:00
Eneas U de Queiroz
75d9ab331d tdb: avoid installing duplicate files
Use $(CP) instead of $(INSTALL) so that libtdb.so.1 is installed as
symlink, and not duplicated.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:16:09 -03:00
Eneas U de Queiroz
2d695144a0 libevhtp: add openssl 1.1 compatibility
This patch is a backport of upstream changes.
I read the Makefile warning and made sure it only updates the openssl
calls and data types to the new API.  It does not touch anything else!

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:06:22 -03:00
Eneas U de Queiroz
c027c088f6 ibrcommon: add openssl 1.1 compatibility
This patch has been merged upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:00:52 -03:00
Eneas U de Queiroz
55bffaace8 ldns: Upgrade to version 1.7.0
This version adds compatibility with openssl 1.1.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-22 23:21:49 -03:00
Michael Heimpold
0356afbc12 libiio: update to 0.15
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-05-21 14:52:46 +02:00
Michael Heimpold
265d5aa390 libgpiod: update to 1.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-05-21 14:45:35 +02:00
Ted Hess
97e43710a5
Merge pull request #5917 from diizzyy/patch-2
libs/libx264: Update to snapshot 20180401
2018-05-14 21:20:48 +00:00
Hannu Nyman
bdc67f63b4
Merge pull request #6023 from ClaymorePT/boost_1.67.0_r2
boost: Package Release 2 (minor fixes)
2018-05-14 22:49:14 +03:00
Hannu Nyman
b8b6576cd4
Merge pull request #6054 from zhaojh329/libuwsc
libuwsc: Update to 2.0.2
2018-05-14 22:44:03 +03:00
Jianhui Zhao
0e475d9a3d libuwsc: Update to 2.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-05-15 00:04:37 +08:00
Kevin Darbyshire-Bryant
f83ac49d06 libidn: bump to v1.35 (2018-05-11)
Bump to v1.35
Refresh patches.
Update Makefile to use new '--disable-doc' configure flag.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-05-14 11:22:42 +01:00