Commit graph

2099 commits

Author SHA1 Message Date
Hannu Nyman
c0154044a0
Merge pull request #7415 from neheb/mraa
libmraa: Add back version patch
2018-12-09 11:43:30 +02:00
Hannu Nyman
09ad63a69f
Merge pull request #7610 from cotequeiroz/elektra_host-no-ruby
elektra: skip ruby plugin in host/compile
2018-12-08 14:13:16 +02:00
Hannu Nyman
2d920cb3e7
Merge pull request #7606 from cotequeiroz/libyaml-cpp_soname
libyaml-cpp: copy file matching libs soname
2018-12-08 14:11:14 +02:00
Hannu Nyman
08944806f5
Merge pull request #7609 from cotequeiroz/libndpi-symlinks
libndpi: fix copying of library
2018-12-08 13:08:30 +02:00
Eneas U de Queiroz
ec317934b2 libglog: fix removing libunwind dependency
ac_cv_header_libunwind_h needs to be set to 0, as ac_cv_have_libunwind_h
overwritten based on the former's value.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 17:06:01 -02:00
Eneas U de Queiroz
e723f29792 elektra: skip ruby plugin in host/compile
Linking is failing, and the plugin is not needed for the host build
anyway.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 16:30:36 -02:00
Eneas U de Queiroz
562aea68f7 libndpi: fix copying of library
The package was copying a symbolic link, not the library itself.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 16:03:10 -02:00
Hannu Nyman
c8e7dfe085
Merge pull request #7601 from neheb/dh
dtndht: Add -std-gnu89 to fix compilation problems.
2018-12-07 17:20:34 +02:00
Hannu Nyman
465da66ff6
Merge pull request #7598 from cotequeiroz/neon_no-krb5
neon: Remove krb5 dependency
2018-12-07 17:19:44 +02:00
Eneas U de Queiroz
da9dda6412 libyaml-cpp: copy file matching libs soname
The soname is not set to the full version, but only major.minor.
This uses libyaml-cpp.so.?.? to try to get it right.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 09:35:13 -02:00
Eneas U de Queiroz
72f9bf3a56 libtins: copy libtins.so.* to package
Package was installing libins.so, but the soname is set to
libtins.so.4.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 08:03:18 -02:00
Rosen Penev
bfc2435f7d libsndfile: Fix MIRROR_HASH
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-07 06:15:39 +01:00
Eneas U de Queiroz
2bc28eb40c psqlodbc: bump to 10.03.0000, fix --with-unixodbc
Update to 10.03.0000.

--with-unixodbc should point to the odbc_config binary, not to the top
of the install directory $(STAGING_DIR)/usr.

Acked-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 23:46:13 -02:00
Eneas U de Queiroz
42484857f0 neon: Remove krb5 dependency
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 23:25:35 -02:00
Rosen Penev
717423d280 dtndht: Add -std-gnu89 to fix compilation problems.
bootstrapping.c:225:6: warning: implicit declaration of function 'blacklist_is_enabled' [-Wimplicit-function-declaration]
bootstrapping.c:226:3: warning: implicit declaration of function 'blacklist_blacklist_id'; did you mean 'dht_blacklisted'? [-Wimplicit-function-declaration]

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-06 13:52:45 -08:00
Hannu Nyman
fe50a38549
Merge pull request #7532 from neheb/uw
libuwsc: Fix compilation without deprecated OpenSSL APIs
2018-12-06 19:46:05 +02:00
Hannu Nyman
903c34e289
Merge pull request #7520 from neheb/patch-1
libgcrypt: Аdd PKC_CPE_ID for proper CVE tracking
2018-12-06 19:44:23 +02:00
Eneas U de Queiroz
e4693dd939 unixodbc: fix clean-build compilation
For host compilation, the configure-generated config.h from the target
compilation is used in place of the host-generated file.  When the
target package is compiled with clean-build, that file is gone.  This
saves the file under $(STAGING_DIR), and fetch it from there.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 12:03:02 -02:00
Eneas U de Queiroz
8dc012dfad unixodbc: Fix LIB_PREFIX in host build
When copying config.h from PKG_BUILD_DIR to HOST_BUILD_DIR, LIB_PREFIX
is set to /usr/lib.  Then when odbc_config is run, it reports /usr/lib
as the --lib-dir, and in --libs as well, and dependent packages may
fail.  Set it to $(STAGING_DIR)/usr/lib to make it right.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 10:30:17 -02:00
Hannu Nyman
bb99808597
Merge pull request #7539 from neheb/patch-4
libyaml-cpp: Add PKD_CPE_ID for proper CVE tracking
2018-12-06 12:23:03 +02:00
Hannu Nyman
228c24de8a
Merge pull request #7545 from neheb/cap
libcap: Update to 2.26
2018-12-06 10:37:10 +02:00
Hannu Nyman
6db5546c49
Merge pull request #7553 from micmac1/tiff-4010-switches
tiff: disable ZSTD and WebP codecs explicitly
2018-12-06 10:35:13 +02:00
Hannu Nyman
ae102f4ef8
Merge pull request #7561 from neheb/neon
neon: Fix compilation without deprecated OpenSSL APIs
2018-12-04 21:48:21 +02:00
Hannu Nyman
6c348ceb80
Merge pull request #7560 from neheb/nop
libnopoll: Fix compilation without deprecated OpenSSL APIs
2018-12-04 21:48:04 +02:00
Peter Wagner
bcb6fb3b7c libsndfile: add PKG_SOURCE_DATE
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-03 23:09:50 +01:00
Rosen Penev
02c2fa14b2 libuwsc: Update to 3.1.1
Some consistency updates in the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-03 12:42:37 -08:00
Rosen Penev
4d9f9e6a33 neon: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-02 16:20:53 -08:00
Rosen Penev
e8d6e9d647 libnopoll: Fix compilation without deprecated OpenSSL APIs
Switched to codeload for simplicity and consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-02 16:11:57 -08:00
Peter Wagner
d2eaf4c3ca libsndfile: switch to cmake
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-02 11:42:34 +01:00
Hannu Nyman
2b44a18df1
Merge pull request #7477 from neheb/poco
poco: Update to 1.9.0
2018-12-02 12:39:55 +02:00
Sebastian Kemper
ce14236117 tiff: disable ZSTD and WebP codecs explicitly
tiff 4.0.10 added two new compression codecs, ZSTD and WebP. If the
respective libraries are found, these codecs will be built. Currently
they're not built, because these libraries do not exist in OpenWrt.

This commit adds the configure switches to disable these codecs. It's
likely that any of these libs will make their way into OpenWrt sooner or
later, so this commit prevents the related build failures (missing
depends).

If there is a need to enable these codecs in tiff in the future, then
this can be done, obviously, but at least there will be no build failure
suprises in the meantime.

Also, this commit corrects the homepage of libtiff.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-02 11:16:26 +01:00
Peter Wagner
37aeee740c libsndfile: switch to git
Fixes CVEs:
CVE-2017-6892
CVE-2017-8361
CVE-2017-8362
CVE-2017-8363
CVE-2017-8365
CVE-2017-12562
CVE-2017-14245
CVE-2017-14246
CVE-2017-14634
CVE-2018-13139
CVE-2018-13419

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-01 13:48:37 +01:00
Rosen Penev
e8845b49a2 libupm: Update to 1.7.1
The libmraa update introduced several API changes that broke libupm.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-30 13:01:44 -08:00
Rosen Penev
ca4536b39f libmraa: Add several subpackages
Also added back the version patch to fix compilation with libupm.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-30 12:55:22 -08:00
Rosen Penev
e440aeaf69 libcap: Update to 2.26
Minor adjustments to Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-30 12:42:30 -08:00
Hannu Nyman
72f0383d16
Merge pull request #7533 from neheb/ibr
ibrcommon: Backport patch fixing compilation without deprecated APIs
2018-11-30 17:16:06 +02:00
Rosen Penev
ce91be78dd
libyaml-cpp: Add PKD_CPE_ID for proper CVE tracking
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-29 18:01:01 -08:00
Hannu Nyman
5147125784
Merge pull request #7412 from thess/libpsl-work
libpsl: Fix build errors when BUILD_NLS=y
2018-11-29 17:50:10 +02:00
Hannu Nyman
20fea29727
Merge pull request #7441 from neheb/ow
libowfat: Update to 0.32
2018-11-29 17:49:38 +02:00
Rosen Penev
1a60062217 ibrcommon: Backport patch fixing compilation without deprecated APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 10:59:16 -08:00
Hannu Nyman
726b0fc92c
Merge pull request #7347 from neheb/microh
libmicrohttpd: Update to 0.9.60
2018-11-27 20:30:14 +02:00
Rosen Penev
788fda356e loudmouth: Disable debug and fix no deprecated API compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 10:04:46 -08:00
Rosen Penev
ea7cb9c5aa libgcrypt: Аdd PKG_CPE_ID for proper CVE tracking
Also did some cosmetic adjustments for consistency.

No code changes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-26 09:43:15 -08:00
Yousong Zhou
a21282bd04 pixman: bump to version 0.36.0
Patch 0005 is now included in upstream commit 7c6066b ("pixman-private:
include <float.h> only in C code")
2018-11-26 03:46:30 +00:00
Hannu Nyman
8e277d28a8
Merge pull request #7443 from neheb/patch-20
libxerces-c: Update to 3.2.2
2018-11-25 17:12:25 +02:00
Hannu Nyman
d39a9082e1
Merge pull request #7469 from neheb/loud
loudmouth: Fix compilation issue with newer glib
2018-11-25 09:52:53 +02:00
Luiz Angelo Daros de Luca
e792bbd84e
Merge pull request #7500 from neheb/patch-3
libcups: Update to 2.2.9
2018-11-24 23:37:35 -02:00
Rosen Penev
f6d24fe8a4 hwloc-utils: Add ncurses dependency
The lstopo utility has support for it. As ncurses is quite widespread,
might as well add support instead of patching it out.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-24 10:59:03 -08:00
Hannu Nyman
f6f089517c
Merge pull request #6628 from neheb/patch-14
libtins: Update to 4.0
2018-11-24 09:10:58 +02:00
Hannu Nyman
5ca7964932
Merge pull request #7409 from neheb/hwl
libhwloc: Update to 2.0.2
2018-11-24 08:32:20 +02:00
Hannu Nyman
6ed42bd725
Merge pull request #7440 from neheb/patch-15
libjpeg: Update to 9c
2018-11-24 08:29:54 +02:00
Rosen Penev
5d067631b0
libcups: Update to 2.2.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-21 15:18:18 -08:00
Rosen Penev
775d83e723 libradcli: Update to 1.2.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-21 15:09:08 -08:00
W. Michael Petullo
60c34288e4 cyrus-sasl: Update to 2.1.27
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-11-20 21:32:34 -05:00
Rosen Penev
05d11f13c3 poco: Update to 1.9.0
Some minor adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-19 14:07:23 -08:00
Daniel Golle
25e399fa1c
Merge pull request #7395 from eduardoabinader/bump-libevdev-1.6.0
libevdev: bump to 1.6.0
2018-11-19 17:59:55 +01:00
Rosen Penev
5b60d54939 loudmouth: Fix compilation issue with newer glib
Loudmouth enforces -Werror which errors on deprecated APIs.

Also switched to codeload for Makefile consistency between projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 13:48:51 -08:00
Kevin Darbyshire-Bryant
c2212e8d64 libidn2: drop maintainer
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-18 17:31:59 +00:00
Kevin Darbyshire-Bryant
4bcfce490a libidn: drop maintainer
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-18 17:31:26 +00:00
Rosen Penev
c2ee3e4833 sqlite3: Update to 3.53
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 13:13:48 -08:00
Rosen Penev
74e05686db libyaml-cpp: Update to 0.6.2 + switch to codeload
Simpler. Got rid of tests for a faster compile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 11:27:19 -08:00
Rosen Penev
845aab78a9 postgresql: Update to 9.6.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-16 17:32:00 -08:00
Hannu Nyman
f14c380333
Merge pull request #7435 from neheb/patch-8
libestr: Update to 0.1.11
2018-11-16 23:00:16 +02:00
Rosen Penev
1f321f768b libestr: Update to 0.1.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-16 12:15:44 -08:00
Jiri Slachta
4e0438f5a9
Merge pull request #7369 from neheb/libssh2
libssh2: Fix compilation with deprecated APIs disabled
2018-11-16 12:44:34 +01:00
Rosen Penev
049ddc2447
libxerces-c: Update to 3.2.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:16:16 -08:00
Rosen Penev
2a4b6e4651 libowfat: Update to 0.32
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:09:43 -08:00
Rosen Penev
68f806899e libjpeg: Update to 9c
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:04:59 -08:00
Michael Heimpold
41e0923d56 libgpiod: update to 1.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-11-15 23:22:16 +01:00
Rosen Penev
1c10f60c13 tiff: Update to 4.0.10
Fixes all CVEs as well as a few more.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 09:36:55 -08:00
Hannu Nyman
0bdfdf354a
Merge pull request #7410 from neheb/pfr
libpfring: Fix compilation when missing lex
2018-11-14 17:25:33 +02:00
Rosen Penev
3ea82cd800 libpfring: Fix compilation when missing lex
Buildbots are missing lex, which is normally a symlink to flex. This
solution is used elsewhere in the package but missing here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 13:41:47 -08:00
Ted Hess
ad3497bad8 libpsl: Fix build errors when BUILD_NLS=y
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-11-13 16:35:11 -05:00
Ted Hess
0daec55ce5 libsoup: fix intltool host dependency. Cleaup some build args
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-11-13 16:31:57 -05:00
Rosen Penev
ac346e48d7 libhwloc: Update to 2.0.2
Fix buildbot by disabling several libraries that get automatically picked
up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 12:12:32 -08:00
Ted Hess
263fdf74e8
Merge pull request #7372 from eduardoabinader/bump-opus-tools-0.2
opus-tools: bump to 0.2
2018-11-12 13:04:42 -05:00
Eduardo Abinader
62c2fd4679 libopusenc: required by opus-tools 0.2
new dep on opus-tools a638dfa37bd857e14b088e0ccade701dc6aafc79

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-12 13:02:21 +01:00
Eduardo Abinader
e18e775f46 libevdev: bump to 1.6.0
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-11 18:54:14 +01:00
Rosen Penev
083f6fcdba libtins: Update to 4.0
Switched to codeload. Simpler.

Added InstallDev.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-11 05:54:00 -08:00
Hannu Nyman
71475c739b
Merge pull request #7342 from neheb/uw
uw-imap: Fix compilation without deprecated APIs for OpenSSL
2018-11-11 14:47:23 +02:00
Hannu Nyman
734bca0709
Merge pull request #7388 from lucize/libyang-frr
libyang: enable LYD_PRIV
2018-11-11 14:29:00 +02:00
Lucian Cristian
72e69e36d2 libyang: enable LYD_PRIV
this is needed for frr (frrouting.org)

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-11-11 14:20:02 +02:00
Hannu Nyman
98d1575747
Merge pull request #7337 from neheb/netconf
libnetconf2: Remove OpenSSL engine support
2018-11-11 14:03:26 +02:00
Thomas Heil
795210bdac
Merge pull request #7290 from neheb/apr
apr: Fix pid_t format
2018-11-11 11:36:12 +01:00
Hannu Nyman
95d66e9810
Merge pull request #7138 from diizzyy/patch-13
libs/libx264: Update to snapshot 20181006
2018-11-11 12:11:11 +02:00
Hannu Nyman
fa42f59c9b
Merge pull request #6705 from cotequeiroz/libupm_swig
libupm: don't set SWIG_DIR, force python 2.7
2018-11-11 11:16:28 +02:00
Hannu Nyman
665c44ea97
Merge pull request #7333 from neheb/libaio
libaio: Update to 0.3.111
2018-11-10 19:52:47 +02:00
Hannu Nyman
8372b84f0d Revert "keyutils: Update to 1.5.11"
This reverts commit 41f2036afe.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-10 17:22:36 +02:00
Eduardo Abinader
9eba4f5801 opusfile: required by opus-tools 0.2
new dep on opus-tools
e9bbfacf0a1bbade70005fa730cc50e838baaa32

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-10 10:25:38 +01:00
Hannu Nyman
5571751282
Merge pull request #7242 from neheb/key
keyutils: Update to 1.5.11
2018-11-10 11:18:52 +02:00
Hannu Nyman
f179b804ae
Merge pull request #7243 from neheb/patch-46
liboping: Update to 1.10.0
2018-11-10 11:17:58 +02:00
Hannu Nyman
17086f62d0
Merge pull request #7262 from neheb/patch-22
qrencode: Update to 4.0.2
2018-11-10 11:17:22 +02:00
Hannu Nyman
783dd94ab7
Merge pull request #7318 from neheb/mraa
libmraa: Update to 2.0.0
2018-11-10 10:15:34 +02:00
Rosen Penev
ba3b4942b4 libssh2: Fix compilation with deprecated APIs disabled
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 18:47:50 -08:00
Rosen Penev
7bc5aba1df libssh: Fix compile without OpenSSL deprecated APIs
Backported several patches from version 0.8 to fix this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 23:52:32 +00:00
Rosen Penev
e54ecea1b0 libwebsockets: Fix build without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 12:25:58 +00:00
Marko Ratkaj
32bfce961b libs: file: bump version to 5.35
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-09 10:57:58 +01:00
Marko Ratkaj
48796c1ecb
Merge pull request #7329 from sartura/libuv_bump_version_to_1.23.2
libs: libuv: bump version to 1.23.2
2018-11-09 10:42:10 +01:00
Rosen Penev
466fd71328 libndpi: Add patches from the 2.4-stable branch to fix compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-08 11:31:34 -08:00
Rosen Penev
b0d454986a libnetconf2: Remove OpenSSL engine support
It's not even used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-08 07:51:23 -08:00
Rosen Penev
0aea7c69fd cyrus-sasl: Fix compilation without deprecated APIs on OpenSSL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-08 07:47:33 -08:00
Hannu Nyman
3e6acdb603
Merge pull request #7340 from neheb/openldap
openldap: Backport patch to fix compilation without deprecated APIs
2018-11-08 17:28:22 +02:00
Rosen Penev
659e4c8a16 libmicrohttpd: Update to 0.9.60
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-07 18:57:16 -08:00
Rosen Penev
2bdea124ee uw-imap: Fix compilation without deprecated APIs for OpenSSL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 19:13:52 -08:00
Rosen Penev
10d243a921 openldap: Backport patch to fix compilation without deprecated APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 19:06:38 -08:00
Rosen Penev
a5c9c79797 libevhtp: Fix compilation on OpenSSL 1.0.2 without deprecated APIs
Also switched to the proper upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 11:35:21 -08:00
Rosen Penev
9428e4cbd2 libaio: Update to 0.3.111
Switched to new upstream at pagure.io.

Refreshed debian patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 09:25:47 -08:00
Marko Ratkaj
21be76ee83 libs: libuv: bump version to 1.23.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-06 17:32:07 +01:00
Rosen Penev
bae4f3edb3 libmraa: Update to 2.0.0
Switched to codeload for simplicity and easier package bumping.

Rearranged Makefile for consistency with other projects.

All of the patches seem to have been upstreamed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-05 20:13:34 -08:00
Ted Hess
9753c21d5c
Merge pull request #7232 from neheb/patch-11
libarchive: Update to 3.3.3
2018-11-05 17:40:08 -05:00
Michael Heimpold
6b655766de
Merge pull request #6851 from neheb/patch-4
libextractor: Update to 1.7

Merged after maintainer timeout. I also successfully compile tested for mxs platform.
2018-11-05 21:00:47 +01:00
Mislav Novakovic
e4eac8f33e libyang: update to 0.16-r2
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-11-05 12:29:58 +01:00
Rosen Penev
3ee65300d1 libldns: Fix OpenSSL deprecated API usage
Tested with OpenSSL 1.0.2 and 1.1.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[minor tweak to add #ifdef HAVE_SSL in host2str.c]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-04 10:22:05 +00:00
Espen Jürgensen
fec70fc0d7 mxml: update to 2.12
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2018-11-03 21:56:41 +01:00
Hannu Nyman
f1af1c2855
Merge pull request #7299 from neheb/nd
libndpi: Backport upstream patch to fix compilation
2018-11-03 09:17:00 +02:00
Hannu Nyman
37fd6c45f1
Merge pull request #6697 from cotequeiroz/libmraa_swig_dir
libmraa: don't set SWIG_DIR
2018-11-03 09:14:36 +02:00
Rosen Penev
ff7cde3cb4 libndpi: Backport upstream patch to fix compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-02 19:49:19 -07:00
Hannu Nyman
df1f0a791d
Merge pull request #7287 from neheb/patch-2
libgcrypt: Update to 1.8.4
2018-11-02 19:12:19 +02:00
Hannu Nyman
12418009bb
Merge pull request #7233 from neheb/patch-25
libndpi: Update to 2.4
2018-10-31 20:07:20 +02:00
Rosen Penev
3ad6e4a259 apr: Fix several format sizes
The configure script assumes that several sizes are 64-bit when cross
compiling. Backport a patch from the Yotco project to fix this.

Fixes apache compilation issue as Apache passes -Werror.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-31 09:53:50 -07:00
Rosen Penev
51b34affd6
libgcrypt: Update to 1.8.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-30 17:49:54 -07:00
Karl Palsson
4078b7a5d5 libs/c-ares: Update to 1.15.0
Full changelog at https://c-ares.haxx.se/changelog.html

Of interest:
* fixes warnings with modern gcc
* reports not found for onion addresses per RFC7686

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-29 14:37:08 +00:00
Kevin Darbyshire-Bryant
bf457e9629
Merge pull request #7209 from ldir-EDB0/libssh
libssh: bump to 0.7.6 CVE-2018-10933 fix
2018-10-29 09:15:52 +00:00
Kevin Darbyshire-Bryant
72096874d0 libssh: bump to 0.7.6 CVE-2018-10933 fix
Bump from 0.7.5 to 0.7.6.  Upstream changelog:

Fixed CVE-2018-10933
Added support for OpenSSL 1.1
Added SHA256 support for ssh_get_publickey_hash()
Fixed config parsing
Fixed random memory corruption when importing pubkeys

Backported upstream patches since 0.7.6 to fix interactive
authentication issues amongst other things:

9d5cf209 libcrypto: Fix memory leak in evp_final()
10397321 gssapi: Set correct state after sending GSSAPI_RESPONSE (select mechanism OID)
7ad80ba1 server: Fix compile error
acb0e4f4 examples: Explicitly track auth state in samplesshd-kbdint
3fe7510b messages: Check that the requested service is 'ssh-connection'
734e3ce6 server: Set correct state after sending INFO_REQUEST (Kbd Interactive)
e4c6d591 packet: Add missing break in ssh_packet_incoming_filter()
f81ca616 misc: Add strndup implementation if not provides by the OS

Refresh patches.
Remove local backport for OpenSSL 1.1 support as is now in release
Remove PKG_INSTALL & CMAKE vars that are defaulted anyway
Add PKG_CPE_ID:=cpe:/a:libssh:libssh for CVE tracking
Remove BROKEN tag as is no longer broken

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-10-29 09:08:11 +00:00
Rosen Penev
eed77a988b libpam: Update to 1.3.0
Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 20:27:33 -07:00
Bruno Randolf
42fdfe14a0 websocketpp: Add package (WebSocket++)
WebSocket++ is a header only C++ library that implements RFC6455 The
WebSocket Protocol.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2018-10-28 19:57:08 +00:00
Rosen Penev
ea626f0ecd qrencode: Update to 4.0.2
Small Makefile reorganization for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 10:15:01 -07:00
Hannu Nyman
5302ac5cfc
Merge pull request #7063 from neheb/patch-38
libsearpc: Update to 3.1.0
2018-10-28 18:40:41 +02:00
Hannu Nyman
25e9ced018 Revert "libaio: Update to 0.3.111"
This reverts commit bf9f919551.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-10-28 16:46:26 +02:00
Karl Palsson
6ade0d1933 lib/c-ares: remove duplicate cpe-id
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2018-10-28 14:21:40 +00:00
Hannu Nyman
d65bff264a
Merge pull request #7184 from neheb/soup
libsoup: Update to 2.65.1
2018-10-28 15:16:08 +02:00
Hannu Nyman
c37f21f668
Merge pull request #6367 from neheb/libaio
libaio: Update to 0.3.111
2018-10-28 14:51:41 +02:00
Hannu Nyman
55c2b406d2
Merge pull request #6626 from neheb/libevdev
libevdev: Update to 1.5.9
2018-10-28 14:47:59 +02:00
Hannu Nyman
a0a21f7112
Merge pull request #7055 from neheb/patch-6
pcre2: Update to 10.32
2018-10-28 14:44:11 +02:00
Hannu Nyman
0ac9ccb718
Merge pull request #7157 from neheb/hid
hiredis: Update to 0.14.0
2018-10-28 14:35:05 +02:00
Hannu Nyman
7662fb4cef
Merge pull request #6817 from neheb/patch-30
c-ares: Add CPE ID to track CVEs
2018-10-28 14:33:47 +02:00
Hannu Nyman
9b955767fc
Merge pull request #6879 from neheb/libartnet
libartnet: Fix compile with GCC7
2018-10-28 14:33:20 +02:00
Hannu Nyman
f6b523045c
Merge pull request #6826 from neheb/patch-22
cyrus-sasl: Update to 2.1.27-rc8
2018-10-28 14:32:08 +02:00
Hannu Nyman
2c65634748
Merge pull request #6973 from neheb/p11
libp11: Update to 0.4.9
2018-10-28 14:30:21 +02:00
Hannu Nyman
edd02d564a
Merge pull request #7216 from neheb/patch-9
libopus: Update to 1.3.0
2018-10-28 14:08:40 +02:00
Daniel Engberg
e291038cbc
sbc: Bump to 1.4
Minor bugfix
Remove Dirk as maintainer, hasn't been active in years

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-10-23 09:29:25 +02:00
Rosen Penev
41f2036afe keyutils: Update to 1.5.11
Added Kerberos dependency as it's required now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-22 19:26:36 -07:00
Rosen Penev
81cb10c597
liboping: Update to 1.10.0
Updated URLs.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-22 19:16:54 -07:00
Rosen Penev
6ad8893dcf
libndpi: Update to 2.4
Switched to codeload for simplicity and easier package bumping.

Added PKG_BUILD_PARALLEL for faster compilation.

Reordanized Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-21 18:24:58 -07:00
Rosen Penev
7a024a8f54
libarchive: Update to 3.3.3
Added HTTPS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-21 18:10:32 -07:00
Dirk Brenken
a478c21d39
Merge pull request #7219 from neheb/patch-18
libglog: Remove libunwind dependency
2018-10-21 22:48:02 +02:00
Peter Wagner
072fad310f alsa-lib: update to 1.1.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-10-21 20:38:37 +02:00
Rosen Penev
ca9d59631d libglog: Remove libunwind dependency
Switched to codeload and updated Makefile for consistency between projects

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-20 11:41:16 -07:00
Rosen Penev
b177162cdb libopus: Update to 1.3.0
Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-19 17:57:26 -07:00
Rosen Penev
414df31c74 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.

Add PKG_FIXUP:=autoreconf, needed to avoid host lib leakage on hosts
with unixodbc installed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[add PKG_FIXUP:=autoreconf - thanks jow]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-10-19 19:56:06 +03:00