Commit Graph
100 Commits
Author SHA1 Message Date
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 PenevandGitHub 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 PenevandGitHub b4d504e2b0 Merge pull request #9198 from xinxijishuwyq/master
pigz: add package
2019-06-17 13:32:14 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub dc680c9d4d Merge pull request #9164 from neheb/acme
acme: Update to 2.8.1
2019-06-11 09:18:06 -07:00
Rosen PenevandGitHub 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 PenevandGitHub d3adf72f54 Merge pull request #9216 from jefferyto/newt-python-config
newt: Update python3-config path
2019-06-10 11:27:49 -07:00
Rosen PenevandGitHub 3c70dc5974 Merge pull request #9215 from eglooca/netifyd-v2.88
netifyd: updated to v2.88
2019-06-10 09:26:33 -07:00
Rosen PenevandGitHub 3acd543a53 Merge pull request #9208 from BKPepe/zeroconf
zeroconf: update to version 0.23.0
2019-06-10 08:43:24 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 85db0117e4 Merge pull request #8998 from neheb/ele
elektra: Fix compilation without deprecated OpenSSL APIs
2019-06-10 08:38:41 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 96df1c380f Merge pull request #9181 from neheb/j
inadyn: Update to 2.5
2019-06-09 19:13:24 -07:00
Rosen PenevandGitHub a598857c48 Merge pull request #9124 from neheb/per
perl: Do not build on ARC
2019-06-09 18:59:59 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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
Rosen PenevandGitHub 1968699f98 Merge pull request #9173 from ryzhovau/getdns_lib
getdns: fix library double packing
2019-06-08 01:56:07 -07:00
Rosen PenevandGitHub 26ae692d32 Merge pull request #9190 from neheb/dob
libdouble-conversion: Switch to CP instead of INSTALL_DATA
2019-06-07 23:28:10 -07:00
Rosen PenevandGitHub 3fc1876627 Merge pull request #9104 from neheb/hwl
hwloc: Add PCI support
2019-06-07 22:39:23 -07:00
Rosen Penev c005595e09 pciutils: Install libpci using CP instead of INSTALL_BIN
INSTALL_BIN turns all of the symlinks to files, increasing size.

Updated PCI IDs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-07 17:49:06 -07:00
Rosen PenevandGitHub 1bb38d8a5f Merge pull request #9189 from neheb/gfl
gflags: Use CP instead of INSTALL_DATA
2019-06-07 15:56:49 -07:00
Rosen Penev f564c71404 libdouble-conversion: Switch to CP instead of INSTALL_DATA
INSTALL_DATA turns symlinks into files, increasing the size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-07 14:33:27 -07:00
Rosen Penev c3f3cbe9dc gflags: Use CP instead of INSTALL_DATA
INSTALL_DATA turns the symlinks into files, increasing the size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-07 14:31:19 -07:00
Rosen PenevandGitHub c7428de4b4 Merge pull request #9185 from dengqf6/zt
zerotier: remove ARM32 conservative CFLAGS
2019-06-07 14:20:53 -07:00
Rosen Penev 5e34f4a32b libaio: Backport DESTDIR patch to simplify the Makefile
Fixes issue where OpenWrt CFLAGS like relro were not being passed.

Updated license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-07 14:08:52 -07:00
Rosen PenevandGitHub 0910bffb57 Merge pull request #9178 from neheb/op
opus: Update to 1.3.1
2019-06-07 09:34:26 -07:00
Rosen Penev dd41da3403 inadyn: Update to 2.5
Makefile cleanups.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_INSTALL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-06 22:43:32 -07:00
Rosen PenevandGitHub c3b1fa1ae2 Merge pull request #9179 from neheb/b
yaaw: Remove
2019-06-06 22:23:43 -07:00
Rosen Penev 51e163b84e yaaw: Remove
This has had no updates since 2007. There are also many other aria2 web
interfaces here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-06 22:15:49 -07:00
Rosen Penev 518f01997e opus: Update to 1.3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-06 22:07:24 -07:00
Rosen Penev 0447085fb3 libgabe: Update to 1.0
Switched to codeload to simplify the Makefile

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-06 21:01:05 -07:00
Rosen PenevandGitHub 885c8c8e75 Merge pull request #9168 from ja-pa/vim-security-patch
vim: patch security issue
2019-06-06 18:14:20 -07:00
Rosen PenevandGitHub 9e25a6e528 Merge pull request #9174 from ryzhovau/unbound_lib
unbound: fix library double packing
2019-06-06 14:49:15 -07:00
Rosen PenevandGitHub 074237138d Merge pull request #9159 from neheb/yam
yaml: Update to 0.2.2
2019-06-06 13:29:06 -07:00
Rosen PenevandGitHub 2f45bb323d Merge pull request #9139 from neheb/dou
libdouble-conversion: Update to 3.1.5
2019-06-06 13:18:28 -07:00
Rosen PenevandGitHub 148266a812 Merge pull request #9172 from James-TR/patch-1
dnsdist: Move into IP Adresses and Names
2019-06-06 12:13:14 -07:00
Rosen PenevandGitHub 0f554dcefc Merge pull request #9170 from ja-pa/measurement-kit-0.10.4
measurement-kit: update to version 0.10.4
2019-06-06 09:09:34 -07:00
Rosen PenevandGitHub cf03afc1f4 Merge pull request #9163 from neheb/nn
zstd: Use CP instead of INSTALL_BIN
2019-06-06 08:35:21 -07:00
Rosen PenevandGitHub 5da5c65080 Merge pull request #9165 from neheb/log4
log4cplus: Update to 2.0.4
2019-06-05 23:01:13 -07:00
Rosen PenevandGitHub 35db7a3e52 Merge pull request #9154 from stintel/boost-host-ignore-site-config
boost: ignore site config during host build
2019-06-05 22:53:18 -07:00
Rosen PenevandGitHub fe3e12d8f8 Merge pull request #9166 from nxhack/mg_6_5
mg: update to 6.5
2019-06-05 22:52:23 -07:00
Rosen Penev 81276bac94 log4cplus: Update to 2.0.4
Switch to SourceForge URL. More mirrors available.

Remove InstallDev section. This is already included with CMAKE_INSTALL.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-05 18:48:17 -07:00
Rosen Penev 9229c04303 zstd: Use CP instead of INSTALL_BIN
INSTALL_BIN turns symlinks into actual files, which increases the total
size for no reason.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-05 18:08:36 -07:00
Rosen Penev 1bacf19f7b yaml: Update to 0.2.2
Remove inactive maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-05 13:45:16 -07:00
Rosen PenevandGitHub f4402d4770 Merge pull request #9145 from neheb/fio
fio: Update to 3.14
2019-06-05 10:02:15 -07:00
Rosen PenevandGitHub ca622012df Merge pull request #9156 from ammubhave/bump_re2
libre2: Update to 2019-06-01
2019-06-05 08:59:08 -07:00
Rosen PenevandGitHub 4907b43007 Merge pull request #9149 from ffflorian/feat/ddns-inwx
ddns-scripts: Add INWX service
2019-06-05 01:45:35 -07:00
Rosen PenevandGitHub 8f0f613af0 Merge pull request #9131 from jefferyto/python-bpo-35907
python,python3: Fix CVE-2019-9948 - local_file:// allowed in urllib
2019-06-05 01:23:46 -07:00
Rosen PenevandGitHub a1138c676f Merge pull request #9141 from neheb/sod
libsodium: Update to 1.0.18
2019-06-04 12:24:10 -07:00
Rosen Penev 02a4ac87c0 powertop: Do not use fstack-protector on ARC
Not compatible. Instead of setting PKG_SSP, I had to do this as the
powertop Makefile defines it.

Use $(FPIC) instead of -fPIC to fix potential issues.

Removed musl patch. Not needed anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-04 11:51:26 -07:00
Rosen PenevandGitHub 272329d662 Merge pull request #9135 from neheb/n2
google-authenticator-libpam: Update to version 1.06
2019-06-04 09:11:35 -07:00
Rosen Penev 0b9f6181c7 fio: Update to 3.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-04 01:04:51 -07:00
Rosen PenevandGitHub 1784a4d2cf Merge pull request #9142 from nxhack/hid_0_7_9
node-hid: update to 0.7.9
2019-06-03 23:27:09 -07:00
Rosen Penev a7ca263a3e liblo: Update to 0.30 and remove maintainer
Add PKG_BUILD_PARALLEL for faster compilation.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-03 20:07:08 -07:00
Rosen Penev efc45ea3ca libsodium: Update to 1.0.18
Added PKG_BUILD_PARALLEL for faster compilation.

Several Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-03 20:04:46 -07:00
Rosen Penev 22d5b005c9 libdouble-conversion: Update to 3.1.5
Remove Upstreamed patch.

Replace InstallDev section with CMAKE_INSTALL.

Cleanup Install section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-03 19:52:44 -07:00
Rosen Penev f1b142beb1 libcoap: Update to 4.2.0 and switch to codeload
Simplifies the Makefile.

Added PKG_BUILD_PARALLEL for faster compilation.

Added ABI_VERSION parameter to handle package updates.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-03 17:55:12 -07:00
Rosen Penev be07c43150 google-authenticator-libpam: Update to version 1.06
Simplifies the Makefile slightly. This also uses a proper release instead
of a random git commit.

Added LICENSE Information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-03 16:54:41 -07:00
Rosen PenevandGitHub 81440bd35b Merge pull request #9025 from cshoredaniel/pr-update-nbd
nbd: Update to 3.19 and remove unneed patches
2019-06-03 14:23:45 -07:00
Rosen PenevandGitHub 5093dc4bc3 Merge pull request #9123 from neheb/make
make: Do not use libelf
2019-06-03 09:20:27 -07:00
Rosen PenevandGitHub fc08b8d75e Merge pull request #9125 from neheb/vim
vim: Remove bogus libelf dependency
2019-06-03 09:20:12 -07:00
Rosen PenevandGitHub 15a0606403 Merge pull request #9100 from jefferyto/isolate-host-python
python,python3: Better isolate host Python
2019-06-03 02:11:20 -07:00
Rosen PenevandGitHub 88c709829a Merge pull request #9127 from mstorchak/tgt
tgt: update to 1.0.78
2019-06-03 02:10:30 -07:00
Rosen PenevandGitHub bb5a8c43b6 Merge pull request #9121 from jefferyto/python-cryptography-2.7
python-cryptography: Update to 2.7
2019-06-03 02:09:20 -07:00
Rosen PenevandGitHub 8185120be4 Merge pull request #9119 from jefferyto/python-bpo-30458
python,python3: Fix CVE-2019-9740 and CVE-2019-9947
2019-06-03 02:08:32 -07:00
Rosen Penev 7df4cc1a43 vim: Remove bogus libelf dependency
Unused and Unneeded.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-02 16:21:37 -07:00
Rosen PenevandGitHub 423c20fbaf Merge pull request #9120 from jefferyto/newt-0.52.21
newt: Update to 0.52.21
2019-06-02 15:56:54 -07:00
Rosen Penev 52453b921b perl: Do not build on ARC
Not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-02 15:49:58 -07:00
Rosen Penev 91c97efbf4 make: Do not use libelf
libelf is used under Solaris for nlist. This is not needed in OpenWrt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-02 14:06:24 -07:00