Christian Lachner [Wed, 25 Sep 2019 09:36:07 +0000 (11:36 +0200)]
haproxy: Update HAProxy to v2.0.6
- Update haproxy download URL and hash
- Add new patches
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Rosen Penev [Tue, 24 Sep 2019 22:08:30 +0000 (15:08 -0700)]
Merge pull request #10054 from flyn-org/pigeonhole
pigeonhole: update to 0.5.7.2
Rosen Penev [Tue, 24 Sep 2019 22:03:31 +0000 (15:03 -0700)]
Merge pull request #10062 from ja-pa/treewide-cpe-id-2
treewide: add PKG_CPE_ID for cvescanner
Rosen Penev [Tue, 24 Sep 2019 19:46:36 +0000 (12:46 -0700)]
protobuf-c: Fix mistake from previous commit
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 24 Sep 2019 19:08:40 +0000 (12:08 -0700)]
Merge pull request #10067 from BKPepe/quassel
quassel-irssi: refresh patches to avoid fuzz
Josef Schlehofer [Tue, 24 Sep 2019 18:36:09 +0000 (20:36 +0200)]
quassel-irssi: refresh patches to avoid fuzz
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 24 Sep 2019 17:50:20 +0000 (10:50 -0700)]
Merge pull request #10046 from neheb/pfix
protobuf fixes from CMake conversion
Rosen Penev [Tue, 24 Sep 2019 17:48:18 +0000 (10:48 -0700)]
Merge pull request #10048 from neheb/avro
avro: Replace PKG_INSTALL with CMAKE_INSTALL
Dirk Brenken [Tue, 24 Sep 2019 13:14:15 +0000 (15:14 +0200)]
Merge pull request #10055 from claell/patch-1
adblock: Cosmetic changes to README.md
Dirk Brenken [Tue, 24 Sep 2019 13:13:41 +0000 (15:13 +0200)]
Merge pull request #10034 from onjen/captive-optional-args
travelmate: add support for optional args in auto-login script
Jan Pavlinec [Thu, 19 Sep 2019 14:07:09 +0000 (16:07 +0200)]
treewide: add PKG_CPE_ID for cvescanner
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Tue, 24 Sep 2019 00:28:10 +0000 (17:28 -0700)]
Merge pull request #9940 from neheb/tr2
transmission: Fix tracker issue with some firewalls
Rosen Penev [Mon, 23 Sep 2019 22:26:59 +0000 (15:26 -0700)]
Merge pull request #10059 from neheb/boooo
boost: Update host libraries
Rosen Penev [Mon, 23 Sep 2019 22:23:41 +0000 (15:23 -0700)]
ola: Fix HOSTPKG linking
Before the CMake update, either protobuf was being installed to HOST
instead of HOSTPKG by mistake or some other problem.
This adds a linker flag to look in the proper location.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 21 Sep 2019 20:25:21 +0000 (13:25 -0700)]
libprotobuf-c: Switch to CMake
Simplifies the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 21 Sep 2019 20:24:13 +0000 (13:24 -0700)]
protobuf: Fix host build
rpath is needed as the host directory instead of hostpkg is used for some
reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 23 Sep 2019 19:06:32 +0000 (12:06 -0700)]
libftdi: Add back Boost_NO_BOOST_CMAKE
Needed by this package for some reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Nikos Mavrogiannopoulos [Mon, 23 Sep 2019 18:57:05 +0000 (20:57 +0200)]
Merge pull request #10045 from yousong/oc-form
openconnect: allow specifying form_entry list
Rosen Penev [Mon, 9 Sep 2019 01:39:33 +0000 (18:39 -0700)]
transmission: Fix tracker issue with some firewalls
Some firewalls mandate a minimum size of 4k for SYN packets, which
transmission does not do by default. Upstream issue here:
https://github.com/transmission/transmission/issues/964
Cleanup:
Fixed license info.
Removed two unnecessary patches.
Ran shell script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 23 Sep 2019 18:11:06 +0000 (11:11 -0700)]
boost: Update host libraries
It seems newer versions of fbthrift require more libraries.
Also added AR7, RB532, and Lantiq ASE to fiber exclusion.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Claudius Ellsel [Mon, 23 Sep 2019 13:52:56 +0000 (15:52 +0200)]
adblock: Cosmetic changes to README.md
Add code blocks for easier reading and change "dns" to "DNS".
Signed-off-by: Claudius Ellsel <claudius.ellsel@live.de>
Yousong Zhou [Mon, 23 Sep 2019 02:12:03 +0000 (02:12 +0000)]
qemu: patch for CVE-2019-15890
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Mon, 23 Sep 2019 01:24:07 +0000 (18:24 -0700)]
jsoncpp: Fix pkgconfig file
Backported upstream patch to make the pkgconfig file more cross compile
friendly. I don't think anything uses this.
Replaced Installev with CMAKE_INSTALL.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 23 Sep 2019 01:03:30 +0000 (18:03 -0700)]
fbzmq: Size optimizations
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 12 Aug 2019 04:46:29 +0000 (21:46 -0700)]
fbthrift: Update to 2019-09-22
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 22 Sep 2019 23:10:05 +0000 (16:10 -0700)]
librsocket-cpp: Update to 2019-09-22
Added URLs.
Added needed Boost patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 22 Sep 2019 23:00:00 +0000 (16:00 -0700)]
libwangle: Update to 2019.09.22.00
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 22 Sep 2019 22:55:06 +0000 (15:55 -0700)]
libfizz: Update to 2019.09.22.00
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 22 Sep 2019 22:49:58 +0000 (15:49 -0700)]
libfolly: Update to 2019.09.22.00
Signed-off-by: Rosen Penev <rosenp@gmail.com>
W. Michael Petullo [Sun, 22 Sep 2019 23:10:32 +0000 (19:10 -0400)]
pigeonhole: update to 0.5.7.2
Fixes CVE-2019-11500.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Sun, 22 Sep 2019 12:03:51 +0000 (15:03 +0300)]
Merge pull request #9907 from yangfl/master
i2pd: Update to 2.28.0
David Yang [Mon, 2 Sep 2019 14:19:14 +0000 (22:19 +0800)]
i2pd: Update to 2.28.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
Rosen Penev [Sat, 21 Sep 2019 22:35:09 +0000 (15:35 -0700)]
miniupnpc: Update to 2.1.
20190824
Switched to CMAKE_INSTALL to get rid of InstallDev.
Added PKG_BUILD_PARALLEL for faster compilation.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 21 Sep 2019 22:28:43 +0000 (15:28 -0700)]
cshark: Switch to standard PKG_SOURCE_VERSION/DATE
Several other cleanups.
Added PKG_BUILD_PARALLEL for faster compilation.
Removed PKG_INSTALL as cmake.mk already defines it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 21 Sep 2019 21:20:41 +0000 (14:20 -0700)]
avro: Replace PKG_INSTALL with CMAKE_INSTALL
Allows removal of the InstallDev section as it's now implicit.
PKG_INSTALL is already defined in cmake.mk
This also installs a pkgconfig file. Added a patch to fix it up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 21 Sep 2019 21:56:07 +0000 (14:56 -0700)]
libftdi1: Fix pkgconfig paths properly
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 21 Sep 2019 21:53:34 +0000 (14:53 -0700)]
libftdi: Fix pkgconfig paths
Switched to CMAKE_INSTALL for simplicity.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Etienne Champetier [Sat, 21 Sep 2019 22:48:31 +0000 (15:48 -0700)]
Merge pull request #10047 from Bloup1net/phantap
phantap: update to latest commit
Diana Dragusin [Sat, 21 Sep 2019 21:44:33 +0000 (14:44 -0700)]
phantap: update to latest commit
7cc6017 phantap-learn: Add another way to detect the victim
8a4b30b phantap-learn: Continue listening for DNS traffic after initial detection
3e1cf09 Improve setup documentation
ddde4b9 Fix neighbour spelling
bee7e92 Readme.md: Update
efb57f6 Readme.md: Update
Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
Daniel Golle [Sat, 21 Sep 2019 19:37:03 +0000 (21:37 +0200)]
serdisplib: add package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Sat, 21 Sep 2019 18:58:34 +0000 (11:58 -0700)]
Merge pull request #10029 from neheb/zst2
zstd: Update to 1.4.3
Rosen Penev [Sat, 21 Sep 2019 18:58:08 +0000 (11:58 -0700)]
Merge pull request #10020 from neheb/cap
libcap: Fix pkgconfig file
Hannu Nyman [Sat, 21 Sep 2019 14:32:32 +0000 (17:32 +0300)]
Merge pull request #9971 from commodo/python-gunicorn
gunicorn: convert to Python packaging format + add Python3 variant
Yousong Zhou [Fri, 20 Sep 2019 09:22:54 +0000 (09:22 +0000)]
openconnect: allow specifying form_entry list
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Johannes Rothe [Thu, 19 Sep 2019 21:17:42 +0000 (23:17 +0200)]
travelmate: add support for optional args in auto-login script
This can be helpful for example in hotels where you need to
enter a new user/password combination every week.
Signed-off-by: Johannes Rothe <mail@johannes-rothe.de>
Florian Eckert [Fri, 20 Sep 2019 18:12:17 +0000 (20:12 +0200)]
Merge pull request #10037 from TDT-AG/pr/
20190920-collectd
collectd: add reload trigger and logfile plugin definition
Rosen Penev [Fri, 20 Sep 2019 17:11:08 +0000 (10:11 -0700)]
Merge pull request #10021 from neheb/gps
gpsd: Fix pkgconfig file for libgps
Florian Eckert [Fri, 20 Sep 2019 14:12:26 +0000 (16:12 +0200)]
collectd: bump PKG_PACKAGE version
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Fri, 20 Sep 2019 13:46:53 +0000 (15:46 +0200)]
collectd: add reload and service trigger
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Fri, 20 Sep 2019 13:21:36 +0000 (15:21 +0200)]
collectd: add logfile plugin definitions
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Alexandru Ardelean [Mon, 12 Aug 2019 07:14:16 +0000 (10:14 +0300)]
gunicorn: convert to Python packaging format + add Python3 variant
And splitting the gunicorn[3] binary/executable away from the
python[3]-gunicorn libraries. This was inspired from Debian packaging.
The gunicorn[3] binaries require the new `python[3]-pkg-resources`
libraries to run, which add ~1.1 MB on the [ram]disk when uncompressed.
For the Python2 variant, the `_gaiohttp.py` is dropped as it fails to
compile, so it would likely be unusable anyway:
```
File "/usr/lib/python2.7/site-packages/gunicorn/workers/_gaiohttp.py", line 84
yield from self.wsgi.close()
^
SyntaxError: invalid syntax
```
People around the web recommend this as well:
https://stackoverflow.com/questions/
25611140/syntax-error-installing-gunicorn
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803170
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803202
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 12 Sep 2019 12:03:50 +0000 (15:03 +0300)]
python,python3: add Py[3]Shebang functions & move outside of script
Some packages just install some Python binaries, that may need their
shebang fixed.
This change adds some utilities to help with that and try to centralize the
sed rules a bit.
It also removes the logic from the `python-package-install.sh` into the
`python-package[3].mk` files. This does 2 things:
1. It minimizes the need for the shell script to know the Python
version 2/3
2. Makes the logic re-usable in packages; especially if the install rules
differ a bit
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 10 Sep 2019 16:51:03 +0000 (19:51 +0300)]
python,python3: split python[3]-pkg-resources from setuptools
This package is required by other packages to run some binaries via
`load_entry_point`.
So, this splits this package away from setuptools.
setuptools is pretty big, akd pkg-resources is also big, but not as big.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 9 Sep 2019 10:10:22 +0000 (13:10 +0300)]
python: change condition check for legacy opt for Python3
As I remember this worked.
But since `set -e` is set, I am a bit paranoid about it. In the sense that
it may fail if `ver` != 3.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Fri, 20 Sep 2019 07:58:29 +0000 (00:58 -0700)]
Merge pull request #9988 from neheb/mot
motion: Update to 4.2.2
Rosen Penev [Fri, 20 Sep 2019 03:58:11 +0000 (20:58 -0700)]
mjpg-streamer: Fix build depends
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 20 Sep 2019 03:55:08 +0000 (20:55 -0700)]
Merge pull request #10032 from cotequeiroz/python-certifi-bump
python-certifi: bump to 2019.9.11
Rosen Penev [Fri, 20 Sep 2019 00:45:02 +0000 (17:45 -0700)]
Merge pull request #9977 from neheb/prot
protobuf: Switch to CMake
Rosen Penev [Fri, 20 Sep 2019 00:44:17 +0000 (17:44 -0700)]
Merge pull request #9975 from neheb/lz44
liblz4: Update to 1.9.2
Rosen Penev [Fri, 20 Sep 2019 00:43:56 +0000 (17:43 -0700)]
Merge pull request #9974 from neheb/libogg
libogg: Update to 1.3.4
Nikos Mavrogiannopoulos [Thu, 19 Sep 2019 18:56:33 +0000 (20:56 +0200)]
Merge pull request #10030 from neheb/p1123
p11-kit: Update to 0.23.17
Eneas U de Queiroz [Thu, 19 Sep 2019 17:29:17 +0000 (14:29 -0300)]
python-certifi: bump to 2019.9.11
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Rosen Penev [Thu, 19 Sep 2019 06:48:26 +0000 (23:48 -0700)]
Merge pull request #10028 from neheb/dj
django: Update to 1.11.24
Rosen Penev [Wed, 18 Sep 2019 21:57:19 +0000 (14:57 -0700)]
p11-kit: Update to 0.23.17
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 18 Sep 2019 21:49:38 +0000 (14:49 -0700)]
zstd: Update to 1.4.3
Bugfix release.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 18 Sep 2019 21:40:47 +0000 (14:40 -0700)]
django: Update to 1.11.24
Fixes a whole bunchs of CVEs:
CVE-2019-3498
CVE-2019-6975
CVE-2019-12308
CVE-2019-12781
CVE-2019-14232
CVE-2019-14233
CVE-2019-14234
CVE-2019-14235
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Golle [Wed, 18 Sep 2019 21:23:59 +0000 (23:23 +0200)]
Merge pull request #10005 from dangowrt/mjpg-streamer-modularize
mjpg-streamer: modularize package
Rosen Penev [Wed, 18 Sep 2019 18:52:08 +0000 (11:52 -0700)]
Merge pull request #10027 from James-TR/fix/pdns-lua-dep
pdns: Explicitly define lua implementation
Jan Pavlinec [Wed, 18 Sep 2019 11:30:11 +0000 (13:30 +0200)]
irssi: update to version 1.2.2 (security fix)
Fixes CVE-2019-15717
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Tue, 17 Sep 2019 23:36:31 +0000 (16:36 -0700)]
pulseaudio: Backport upstream patch
Fixes compilation with recent alsa-libs.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 18 Sep 2019 17:23:26 +0000 (10:23 -0700)]
Merge pull request #10022 from neheb/fork
forked-daapd: Fix compilation with newer alsa-libs
James Taylor [Wed, 18 Sep 2019 14:11:04 +0000 (00:11 +1000)]
pdns: Explicitly define lua implementation
Compile Tested: yes, selects lua as implementation and doesn't pick up luajit
Run Tested: no, minor change
Maintainer: me
Description:
On some architectures PowerDNS was preferring Luajit over Lua, which wasn't added
as a dependency. On previous versions this was controlled by passing `--with-lua`
and `--without-luajit` however this isn't functional anymore.
On the 4.2 series, it is instead possible to define the lua implementation to be
used by passing `--with-lua=[implementation]` ie `--with-lua=lua`
Signed-off-by: James Taylor <james@jtaylor.id.au>
Rosen Penev [Wed, 18 Sep 2019 05:10:23 +0000 (22:10 -0700)]
Merge pull request #10016 from nxhack/libuv_bump
libuv: update to 1.32.0
Hirokazu MORIKAWA [Tue, 17 Sep 2019 05:18:17 +0000 (14:18 +0900)]
libuv: update to 1.32.0
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Tue, 17 Sep 2019 23:15:30 +0000 (16:15 -0700)]
forked-daapd: Fix compilation with newer alsa-libs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 17 Sep 2019 23:09:38 +0000 (16:09 -0700)]
libgd: Fix pkgconfig file for cross compilation
This allows packages that use pkgconfig to find libgd properly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 12 Sep 2019 19:40:05 +0000 (12:40 -0700)]
libogg: Update to 1.3.4
Added PKG_BUILD_PARALLEL for faster compilation.
Added ABI_VERSION to force rebuilds on ABI upgrade.
Added a couple of LDFLAGS for smaller size.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 17 Sep 2019 22:33:08 +0000 (15:33 -0700)]
gpsd: Fix pkgconfig file for libgps
This ensures it can be found properly by any package that uses pkgconfig
to find libgps.
Nothing in the tree currently does.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 17 Sep 2019 22:39:27 +0000 (15:39 -0700)]
libcap: Fix pkgconfig file
Helps packages that use pkgconfig to find libcap when installed in OpenWrt
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 17 Sep 2019 20:36:19 +0000 (13:36 -0700)]
Merge pull request #10007 from neheb/lcdg
lcdgrilo: Fix compilation with newer Vala
Rosen Penev [Tue, 17 Sep 2019 20:35:49 +0000 (13:35 -0700)]
Merge pull request #10018 from ja-pa/treewide-cpe-id
treewide: add PKG_CPE_ID for better cvescanner coverage
Hannu Nyman [Tue, 17 Sep 2019 17:17:16 +0000 (20:17 +0300)]
Merge pull request #10017 from TDT-AG/pr/
20190917-collectd
collectd: add missing uci config sections
Jan Pavlinec [Thu, 12 Sep 2019 12:13:21 +0000 (14:13 +0200)]
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Florian Eckert [Tue, 17 Sep 2019 08:16:39 +0000 (10:16 +0200)]
collectd: bump PKG_PACKAGE version
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 17 Sep 2019 08:08:01 +0000 (10:08 +0200)]
collectd: add iptables uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 16 Sep 2019 13:48:02 +0000 (15:48 +0200)]
collectd: add network uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 16 Sep 2019 12:55:17 +0000 (14:55 +0200)]
collectd: add curl uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 16 Sep 2019 12:27:47 +0000 (14:27 +0200)]
collectd: add apcups uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 17 Sep 2019 06:35:10 +0000 (08:35 +0200)]
Merge pull request #10015 from mwarning/zt
zerotier: update to 1.4.6
Rosen Penev [Mon, 16 Sep 2019 17:01:13 +0000 (10:01 -0700)]
dtc: Add missing dependency to -utils
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 17 Sep 2019 00:49:17 +0000 (17:49 -0700)]
ulogd: Add back autoreconf
Compile fails at times, probably because of the patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Moritz Warning [Mon, 16 Sep 2019 23:37:24 +0000 (01:37 +0200)]
zerotier: update to 1.4.6
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Rosen Penev [Fri, 13 Sep 2019 02:33:03 +0000 (19:33 -0700)]
protobuf: Switch to CMake
Allows PKG_BUILD_PARALLEL to work properly.
Replaced InstallDev section with CMAKE_INSTALL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Sun, 15 Sep 2019 09:09:48 +0000 (11:09 +0200)]
libmodbus: update to 3.1.6
Also fix the license information: in older versions the test programs
were GPL 3 licensed, but meanwhile it changed to BSD license.
But since this package only packages the library itself, we can
safely focus only on the LGPL here which covers the library itself.
While at, fix a minor nitpick during library symlink installation.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 15 Sep 2019 09:08:49 +0000 (11:08 +0200)]
libgpiod: update to 1.4.1
While at, fix minor nitpick during installation of library symlinks.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 15 Sep 2019 09:07:04 +0000 (11:07 +0200)]
libiio: Update to 0.18
While at, fix a minor nitpick while installing shared library symlinks.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Mon, 16 Sep 2019 19:01:37 +0000 (12:01 -0700)]
libftdi1: Apply pkgconfig fixes to libftdipp1 as well
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Sep 2019 18:51:32 +0000 (11:51 -0700)]
libfmt: Fix pkgconfig paths
pkgconfig needs to override these.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Sep 2019 18:50:13 +0000 (11:50 -0700)]
libzstd: Fix pkgconfig paths for cross compilation
pkgconfig needs to override these.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Sep 2019 17:44:38 +0000 (10:44 -0700)]
libftdi1: Partially add back InstallDev
The pkgconfig file needs changing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>