Rosen Penev and GitHub
29f3fc9f13
Merge pull request #9354 from jefferyto/obfs4proxy-0.0.11
...
obfs4proxy: Update to 0.0.11
2019-06-29 14:24:47 -07:00
Rosen Penev and GitHub
f4ab089271
Merge pull request #9351 from neheb/3tr435
...
linknx: Update iconv patch to work with libiconv-full
2019-06-28 22:44:49 -07:00
Rosen Penev and GitHub
b1301fb678
Merge pull request #9336 from neheb/coov
...
coova-chili: Fix compilation with newer GCC
2019-06-28 19:08:21 -07:00
Rosen Penev and GitHub
16612bea78
Merge pull request #9280 from neheb/log
...
kea: Don't install to STAGING_DIR_HOST
2019-06-28 19:07:55 -07:00
Rosen Penev
ee94a1e912
linknx: Update iconv patch to work with libiconv-full
...
libiconv-full requires a const char for its second parameter. Otherwise
-fpermissive error is thrown.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-28 16:01:04 -07:00
Rosen Penev
d6a72daec9
log4cplus: Build in parallel
...
Added PKG/HOST_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-28 14:34:22 -07:00
Rosen Penev
d93fd61d62
kea: Don't install to STAGING_DIR_HOST
...
STAGING_DIR_HOST is for packages under tools/ , not host packages.
Reorganized Makefile for consistency between packages.
Added PKG/HOST_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-28 14:33:46 -07:00
Rosen Penev and tripolar
732b1c4c0e
nfs-kernel-server: Fix compile with uClibc-ng
...
NS_MAXMSG is not defined.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-28 20:12:15 +02:00
Rosen Penev
266b0ba9d9
coova-chili: Fix compilation with newer GCC
...
Added -Wno-error to fix.
Also added patch to fix compilation without deprecated OpenSSL APIs.
Added PKG_BUILD_PARALLEL for faster compilation.
Switched libcyassl to libwolfssl.
Reorganized makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-28 10:34:27 -07:00
Rosen Penev and GitHub
7fb0a94fb5
Merge pull request #9333 from neheb/hap
...
haproxy: Fix compilation without deprecated OpenSSL APIs
2019-06-27 13:00:38 -07:00
Rosen Penev and GitHub
3bf6085db9
Merge pull request #9341 from lucize/nssup
...
nss: update to 3.44.1
2019-06-27 08:20:06 -07:00
Rosen Penev
49382922f8
haproxy: Fix compilation without deprecated OpenSSL APIs
...
It seems there is a mistake in the version I sent upstream.
Cleaned up Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-27 00:31:37 -07:00
Rosen Penev and GitHub
de34fb0669
Merge pull request #9312 from neheb/lnk
...
linknx: Fix compilation with libiconv
2019-06-26 12:32:53 -07:00
Rosen Penev and GitHub
ccedb509de
Merge pull request #9324 from sotux/master-ddns-scripts
...
ddns-scripts: modify deSEC update url
2019-06-26 09:42:58 -07:00
Rosen Penev and GitHub
b268532566
Merge pull request #9285 from neheb/ele2
...
elektra: Fix compilation with uClibc-ng
2019-06-26 09:31:05 -07:00
Rosen Penev and GitHub
1084c60655
Merge pull request #9323 from luizluca/hplip-nopython
...
hplip: python is not needed even for build
2019-06-25 22:17:35 -07:00
Rosen Penev and GitHub
881e6667fe
Merge pull request #9082 from jefferyto/radicale-py2-removal
...
radicale: Remove Py2 variant, rename Py3 variant
2019-06-25 19:07:21 -07:00
Rosen Penev and GitHub
c5d7317c47
Merge pull request #9223 from BKPepe/itsdangerous
...
itsdangerous: Makefile polishing
2019-06-25 19:00:41 -07:00
Rosen Penev and GitHub
e4f3ea44de
Merge pull request #9222 from ekinzie/luajit-64
...
luajit: fix building for 64-bit targets
2019-06-25 18:23:38 -07:00
Rosen Penev
fec9257655
linknx: Fix compilation with libiconv
...
This applies to uClibc-ng and libiconv-full
Switched to building with uClibc++.
Fixed license information.
Fixed BUILD_DEPENDS.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-25 16:23:23 -07:00
Rosen Penev and GitHub
7d7580615f
Merge pull request #9304 from James-TR/update/pdns-auth
...
pdns-auth: Bump version to 4.1.10
2019-06-25 08:45:37 -07:00
Rosen Penev and GitHub
d4a84ba4c7
Merge pull request #9267 from ysc3839/frp
...
frp: add new package
2019-06-24 11:06:06 -07:00
Rosen Penev
6dbbc17b1f
openconnect: Fix DTLS with OpenSSL
...
Backported upstream patches that fix this.
Removed local patch that fixes libp11 with version 0.4.7, which is not
used anymore. Upstream has a different solution.
License fixes and Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-24 10:58:20 -07:00
Rosen Penev and GitHub
b4015743ce
Merge pull request #9302 from micmac1/mariadb-arc-aio
...
mariadb: add dependency on libaio for arc as well
2019-06-24 07:19:25 -07:00
Rosen Penev and GitHub
1d8646c3ac
Merge pull request #9301 from neheb/n4342
...
pfring: Update to 7.4.0
2019-06-23 19:16:24 -07:00
Rosen Penev
4e5b6ae5a8
pfring: Update to 7.4.0
...
Fixes compilation with kernel 4.19.
Added PKG_BUILD_PARALLEL for faster compilation.
Some small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-23 18:31:58 -07:00
Rosen Penev and GitHub
11ca10f0e5
Merge pull request #9295 from neheb/gam
...
gammu: Update to 1.40.0
2019-06-23 08:12:22 -07:00
Rosen Penev and GitHub
d62098470f
Merge pull request #9183 from James-TR/pdns-auth
...
pdns: add package
2019-06-23 07:51:18 -07:00
Rosen Penev and GitHub
f3887e746d
Merge pull request #9293 from BKPepe/boost
...
boost: Makefile polishing and fix raw kconfig syntax
2019-06-23 07:47:31 -07:00
Rosen Penev and GitHub
0f9db08be3
Merge pull request #9296 from gladiac1337/haproxy-v2.0.0-fix
...
haproxy: Fix issue #9294 & update patches
2019-06-23 07:45:12 -07:00
Rosen Penev and GitHub
3314964e63
Merge pull request #9281 from neheb/dos
...
dosfsutils: Properly fix iconv linking
2019-06-22 14:04:37 -07:00
Rosen Penev
2e2929366b
gammu: Update to 1.40.0
...
Cleaned up Makefile for consistency between packages.
Switched to CMAKE_INSTALL to get rid of the InstallDev section.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-22 13:16:06 -07:00
Rosen Penev and GitHub
e0e997350f
Merge pull request #9257 from neheb/bn
...
libaio: Update to 0.3.112
2019-06-22 12:30:24 -07:00
Rosen Penev and GitHub
3afa70ddea
Merge pull request #7023 from luizluca/switchdev_poller
...
switchdev_poller: add new package (RFC)
2019-06-22 00:34:13 -07:00
Rosen Penev
50719a639a
elektra: Fix compilation with uClibc-ng
...
Add patch that checks for libiconv instead of iconv. nls.mk handles this.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-21 12:25:54 -07:00
Rosen Penev and GitHub
d68afee955
Merge pull request #9276 from neheb/fbz
...
fbzmq: Fix compilation with newer GCC
2019-06-21 08:31:21 -07:00
Rosen Penev and GitHub
dd035c54e0
Merge pull request #9282 from neheb/uvc
...
uvcdynctrl: Fix compilation with uClibc-ng
2019-06-20 21:39:11 -07:00
Rosen Penev
6f18a460fe
uvcdynctrl: Fix compilation with uClibc-ng
...
Got rid of libiconv-full dependency. Relying on nls.mk
Fixed up the license information.
Added CMAKE_INSTALL to get rid of the InstallDev section.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-20 16:46:06 -07:00
Rosen Penev
fbfe49d7ff
dosfsutils: Properly fix iconv linking
...
Necessary when using libiconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-20 15:24:41 -07:00
Rosen Penev and GitHub
274b111782
Merge pull request #9180 from neheb/unr
...
unrar: Update to 5.7.5
2019-06-20 09:55:00 -07:00
Rosen Penev and GitHub
5a24cf1969
Merge pull request #9277 from neheb/md
...
mdnsresponder: Fix compilation with uClibc-ng
2019-06-20 09:50:50 -07:00
Rosen Penev
4dda57d73c
p11-kit: Update to 0.23.16.1
...
Added --as-needed linker flag for smaller size.
Small configure adjustments.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-20 00:24:57 -07:00
Rosen Penev
16e5309750
mdnsresponder: Fix compilation with uClibc-ng
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-19 14:54:19 -07:00
Rosen Penev
50f8657141
fbzmq: Fix compilation with newer GCC
...
Added -faligned-new to fix compilation.
As fbzmq is passing -Werror, fixed compilation with newer GCC versions.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-19 13:32:06 -07:00
Rosen Penev and GitHub
d1517aa627
Merge pull request #9264 from cotequeiroz/bcrypt
...
bcrypt: add python-cffi/host build dependency
2019-06-19 12:19:10 -07:00
Rosen Penev and GitHub
8530ae7cfd
Merge pull request #9256 from BKPepe/pycurl
...
python-curl: update to version 7.43.0.3
2019-06-18 23:28:42 -07:00
Rosen Penev and GitHub
5f08a7b01d
Merge pull request #9265 from nxhack/libupm_2.0.0
...
libupm: update to 2.0.0
2019-06-18 20:56:26 -07:00
Rosen Penev and GitHub
b38b69c971
Merge pull request #9266 from zhaojh329/libuhttpd
...
libuhttpd: update to 2.2.2
2019-06-18 20:55:44 -07:00
Rosen Penev and GitHub
205df2eb36
Merge pull request #9099 from CGretski/feature_ostiary
...
ostiary: Initial package creation
2019-06-18 18:57:54 -07:00
Rosen Penev and GitHub
8adf60ff28
Merge pull request #8829 from flyn-org/mdnsresponder
...
mdnsresponder: update to IETF104
2019-06-18 18:43:27 -07:00
Rosen Penev
7cd204e99e
libaio: Update to 0.3.112
...
Replace inactive maintainer with myself.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-18 11:02:47 -07:00
Rosen Penev and GitHub
59c9ec6bfe
Merge pull request #9146 from commodo/seafile-cleanup1
...
seafile-seahub,django: cleanup seafile a bit, add python3 variants for django & django-constance
2019-06-18 10:39:42 -07:00
Rosen Penev and GitHub
b81891e984
Merge pull request #9009 from neheb/n
...
poco: Remove
2019-06-18 10:35:25 -07:00
Rosen Penev
ec2f632603
poco: Do not build on ARC
...
Not supported.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-18 10:09:33 -07:00
Rosen Penev and GitHub
df6d4f1f78
Merge pull request #9244 from neheb/boo
...
Bosst change to HOSTPKG
2019-06-17 17:55:16 -07:00
Rosen Penev
4fe5a63b5e
fbzmq: Switch to HOSTPKG
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-17 14:55:14 -07:00
Rosen Penev
e4da1cb462
libmstch: Switch HOST to HOSTPKG
...
HOST should be used by tools only, not for host packages.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-17 14:53:59 -07:00
Rosen Penev
9af485036f
fbthrift: Install to STAGING_DIR_HOSTPKG
...
As part of the boost change. Also get rid of various CMake options as
CMake can find everything properly now.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-17 14:53:58 -07:00
Rosen Penev and GitHub
b4d504e2b0
Merge pull request #9198 from xinxijishuwyq/master
...
pigz: add package
2019-06-17 13:32:14 -07:00
Rosen Penev and GitHub
cf863bc1ec
Merge pull request #9138 from neheb/lz4
...
liblz4: Update to 1.9.1 and switch to codeload
2019-06-17 12:46:42 -07:00
Rosen Penev and GitHub
994ac05ac2
Merge pull request #9236 from neheb/na
...
libnatpmp: Switch to CMake
2019-06-17 12:45:53 -07:00
Rosen Penev
2838fbc38d
libfolly: Fix compilation for older ARM platforms
...
ARM6 and below do not support the yield instruction. Do not use it there.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-17 12:29:37 -07:00
Rosen Penev
45d2000f9c
boost: Install HOST libraries to HOSTPKG
...
After talking to @jow on IRC, we found two problems. STAGING_DIR_HOST is
designed for tools, not host packages. Changing this to HOSTPKG allows
CMake and pkgconfig to work properly with fbthrift.
The host-libraries should not be modular like this for host packages.
Changed to eliminate them and to only build the needed ones. This can be
changed as conditions change.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-17 12:29:36 -07:00
Rosen Penev and GitHub
ae5c8603a7
Merge pull request #8956 from antonyantony/libreswan-fixes-1
...
Libreswan packages fixes upgrade 3.29 and dnssec
2019-06-16 17:59:50 -07:00
Rosen Penev and GitHub
45d40b4a88
Merge pull request #9035 from neheb/ibr
...
ibr*: Switch to uClibc++
2019-06-15 15:00:44 -07:00
Rosen Penev
a5b63c14c5
libnatpmp: Switch to CMake
...
Allows simplifying the Makefile. CMake patch is from upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-15 14:52:06 -07:00
Rosen Penev
c7172a4d4d
php7-pecl-http: Fix wrong licurl define
...
libcurl changed the option name a while back.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-15 12:53:41 -07:00
Rosen Penev and GitHub
dfeff9888a
Merge pull request #8950 from ammubhave/add_fbzmq
...
fbzmq: Add fbzmq library
2019-06-14 13:40:08 -07:00
Rosen Penev
388d28e897
liblz4: Update to 1.9.1 and switch to codeload
...
Simplifies the Makefile.
Remove build hacks and use CMake
Use PKG_BUILD_PARALLEL for faster compilation.
Switch to the Compression submenu to group this with the others.
Added lz4 binaries to be installable.
Add Optimization option.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-14 11:37:17 -07:00
Rosen Penev and GitHub
485382f216
Merge pull request #8035 from val-kulkov/imagemagick-package
...
imagemagick: reintroduce package, cleanup and upgrade
2019-06-14 09:04:08 -07:00
Rosen Penev and GitHub
8100c69d2e
Merge pull request #9218 from neheb/fgo
...
Update Facebook tools
2019-06-14 08:45:16 -07:00
Rosen Penev
197837f0e2
librsocket-cpp: Update to 2019-06-11
...
Fix compilation with newer GCC
Added Maintainer.
Reorganized Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-13 16:17:04 -07:00
Rosen Penev
e101e6bcde
fbthrift: Update to 2019.06.10.00
...
Rearranged Makefile for consistency between packages.
Added -Dlib_only to save some time.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-13 16:16:48 -07:00
Rosen Penev
feb2d68d50
libwangle: Update to 2019.06.10.00
...
Added Maintainer.
Rearranged Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-13 16:14:15 -07:00
Rosen Penev
c5256240b6
libfizz: Update to 2019.06.10.00
...
Fixes compilation when ChaCha20 is missing from OpenSSL 1.1
Added Maintainer.
Rearranged Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-13 16:14:15 -07:00
Rosen Penev
0577157816
libfolly: Update to 2019.06.10.00
...
Partially restore uclibc patch. Some parts were upstreamed while others
were not.
Fixes compilation without ChaCha20 support in OpenSSL 1.1 and above.
Depend on libunwind conditionally. libunwind is not supported on all
targets. Depending on it unconditionally makes libfolly and dependent
packages unavailable on those targets.
Added missing Maintainer.
Several Makefile rearrangements for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-13 16:14:15 -07:00
Rosen Penev and GitHub
ab0e95fa67
Merge pull request #9226 from dengqf6/libsensors
...
lm-sensors: install libsensors using CP instead of INSTALL_DATA
2019-06-12 18:36:53 -07:00
Rosen Penev and GitHub
dc680c9d4d
Merge pull request #9164 from neheb/acme
...
acme: Update to 2.8.1
2019-06-11 09:18:06 -07:00
Rosen Penev and GitHub
7d89a7cfa6
Merge pull request #9134 from neheb/o
...
libcoap: Update to 4.2.0 and switch to codeload
2019-06-10 11:52:55 -07:00
Rosen Penev and GitHub
d3adf72f54
Merge pull request #9216 from jefferyto/newt-python-config
...
newt: Update python3-config path
2019-06-10 11:27:49 -07:00
Rosen Penev and GitHub
3c70dc5974
Merge pull request #9215 from eglooca/netifyd-v2.88
...
netifyd: updated to v2.88
2019-06-10 09:26:33 -07:00
Rosen Penev and GitHub
3acd543a53
Merge pull request #9208 from BKPepe/zeroconf
...
zeroconf: update to version 0.23.0
2019-06-10 08:43:24 -07:00
Rosen Penev and GitHub
f961f11ca4
Merge pull request #9210 from nxhack/homebridge_0_4_50
...
node-homebridge: update to 0.4.50
2019-06-10 08:42:44 -07:00
Rosen Penev and GitHub
da2f5a7217
Merge pull request #9207 from BKPepe/ruamel
...
ruamel-yaml: update to version 0.15.97
2019-06-10 08:42:07 -07:00
Rosen Penev and GitHub
85db0117e4
Merge pull request #8998 from neheb/ele
...
elektra: Fix compilation without deprecated OpenSSL APIs
2019-06-10 08:38:41 -07:00
Rosen Penev and GitHub
15fba58d0b
Merge pull request #9199 from jefferyto/python-config-staging-dir-host
...
python,python3: Move python-config to $(STAGING_DIR)/host
2019-06-10 08:37:57 -07:00
Rosen Penev and GitHub
76ec2891e3
Merge pull request #9213 from ja-pa/python3-flask-login
...
python3-flask-login: add new package
2019-06-10 08:36:37 -07:00
Rosen Penev and GitHub
e4355175b3
Merge pull request #9214 from jefferyto/python-twisted-19.2.1
...
python-twisted: Update to 19.2.1
2019-06-10 08:35:40 -07:00
Rosen Penev and GitHub
96908de413
Merge pull request #9209 from kuoruan/golang-environment
...
golang: Add the ability to custom build environment
2019-06-10 08:34:26 -07:00
Rosen Penev
a1cd83307d
acme: Update to 2.8.1
...
Fix license info to use SPDX name.
Switched to wget instead of curl to avoid having a dependency on 2 SSL
libraries.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-09 19:18:58 -07:00
Rosen Penev and GitHub
96df1c380f
Merge pull request #9181 from neheb/j
...
inadyn: Update to 2.5
2019-06-09 19:13:24 -07:00
Rosen Penev and GitHub
a598857c48
Merge pull request #9124 from neheb/per
...
perl: Do not build on ARC
2019-06-09 18:59:59 -07:00
Rosen Penev and GitHub
9dd7f45cf9
Merge pull request #9187 from neheb/aio
...
libaio: Backport DESTDIR patch to simplify the Makefile
2019-06-09 18:59:24 -07:00
Rosen Penev and GitHub
a0706c0423
Merge pull request #9192 from antonlacon/ffmpeg-custom
...
ffmpeg: install ffserver and ffprobe when using custom versions
2019-06-09 18:58:45 -07:00
Rosen Penev and GitHub
82712dd808
Merge pull request #9140 from neheb/or
...
liblo: Update to 0.30 and remove maintainer
2019-06-09 18:45:21 -07:00
Rosen Penev and GitHub
38dcd42b87
Merge pull request #9151 from neheb/po
...
powertop: Do not use fstack-protector on ARC
2019-06-09 09:58:40 -07:00
Rosen Penev and GitHub
224841faba
Merge pull request #9203 from sartura/libuv_bump_to_1.29.1
...
libs: libuv: bump to 1.29.1
2019-06-09 09:05:06 -07:00
Rosen Penev and GitHub
df3f038fb3
Merge pull request #9204 from sartura/dhcpcd_bump_to_7.2.2
...
net: dhcpcd: bump to 7.2.2
2019-06-09 09:04:33 -07:00
Rosen Penev and GitHub
8f9f68e627
Merge pull request #9205 from sartura/sysstat_bump_to_12.0.5
...
utils: sysstat: bump to 12.0.5
2019-06-09 09:03:11 -07:00
Rosen Penev and GitHub
1c4b6fef5f
Merge pull request #9191 from neheb/pciu
...
pciutils: Install libpci using CP instead of INSTALL_BIN
2019-06-08 08:32:13 -07:00