Rosen Penev [Sat, 11 May 2019 19:29:32 +0000 (12:29 -0700)]
Merge pull request #8933 from commodo/readme-ext-feeds
lang/python/README.md: add note about use in other packages feeds
Rosen Penev [Sat, 11 May 2019 19:12:26 +0000 (12:12 -0700)]
Merge pull request #8907 from neheb/hfs
hfsprogs: Fix compilation with uClibc-ng
Rosen Penev [Sat, 11 May 2019 19:11:22 +0000 (12:11 -0700)]
Merge pull request #8899 from neheb/post
postfix: Fix compilation with uClibc-ng
Rosen Penev [Sat, 11 May 2019 19:09:08 +0000 (12:09 -0700)]
Merge pull request #8861 from neheb/tv
tvheadend: Fix compilation on GCC8
Rosen Penev [Sat, 11 May 2019 19:08:41 +0000 (12:08 -0700)]
Merge pull request #8908 from neheb/art
libartnet: Fix compilation with GCC8
Rosen Penev [Sat, 11 May 2019 19:07:48 +0000 (12:07 -0700)]
Merge pull request #8910 from neheb/rs
rsyslog: Remove unnecessary depends
Rosen Penev [Sat, 11 May 2019 19:05:22 +0000 (12:05 -0700)]
Merge pull request #8832 from neheb/libssh
libssh: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Sat, 11 May 2019 19:04:07 +0000 (12:04 -0700)]
Merge pull request #8947 from jonathanunderwood/stubby-0.2.6
stubby: update to 0.2.6
Rosen Penev [Sat, 11 May 2019 18:57:44 +0000 (11:57 -0700)]
Merge pull request #8955 from ammubhave/fixfollydeps
libfolly: Fix folly missing deps
Amol Bhave [Sat, 11 May 2019 13:35:01 +0000 (06:35 -0700)]
libfolly: Fix folly missing deps
Description: folly automatically picks up lz4 and unwind if they are found
by its cmake build script. This is causing buildbot failure.
Include these libraries in DEPENDS as well.
Test Plan:
- build packages liblz4 and libunwind
- build folly, and check that it throws an error
- add this patch, and rebuild
- verify that it succeeds this time around
Compile Tested: nbg6817, openwrt master
Maintainer: me
Signed-off-by: Amol Bhave <ambhave@fb.com>
Rosen Penev [Sat, 11 May 2019 04:43:58 +0000 (21:43 -0700)]
Merge pull request #8941 from ammubhave/add_libwangle
libwangle: Add new package libwangle
Rosen Penev [Sat, 11 May 2019 04:37:35 +0000 (21:37 -0700)]
Merge pull request #8948 from micmac1/maria10224
mariadb: security bump + init script brush-up
Daniel Golle [Fri, 10 May 2019 21:40:21 +0000 (23:40 +0200)]
gawk: update to version 5.0.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 10 May 2019 21:34:28 +0000 (23:34 +0200)]
Werkzeug: update to version 0.15.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 10 May 2019 21:22:39 +0000 (23:22 +0200)]
pcsc-tools: update to version 1.5.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 10 May 2019 21:20:26 +0000 (23:20 +0200)]
pcsc-lite: update to version 1.8.25
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 10 May 2019 21:15:14 +0000 (23:15 +0200)]
libp11: update to version 0.4.10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jonathan G. Underwood [Fri, 10 May 2019 20:50:58 +0000 (21:50 +0100)]
stubby: set PKG_SOURCE_VERSION using PKG_VERSION
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Jonathan G. Underwood [Fri, 10 May 2019 20:19:09 +0000 (21:19 +0100)]
stubby: remove PKG_SOURCE from Makefile
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Jonathan G. Underwood [Fri, 10 May 2019 20:16:05 +0000 (21:16 +0100)]
stubby: add support for TLS configuration options
- tls_cipher_list
- tls_ciphersuites
- tls_min_version
- tls_max_version
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Sebastian Kemper [Fri, 10 May 2019 20:42:39 +0000 (22:42 +0200)]
mariadb: init script update
- added trailing '--' to logger to make it foolproof
- user is extracted from config instead of using hard-coded value
- log directory is now also extracted from config (if set)
- directory creation is now done via awk script (more robust)
- improved log messages
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Daniel Golle [Fri, 10 May 2019 20:36:35 +0000 (22:36 +0200)]
gnurl: update to version 7.64.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Sebastian Kemper [Fri, 10 May 2019 20:27:04 +0000 (22:27 +0200)]
mariadb: bump to 10.2.24
From Release Notes:
Security
MDEV-18686 - Add option to PAM authentication plugin to allow case insensitive username matching
bugfix - multi-update checked privileges on views incorrectly (commit
5057d4637525eadad438d25ee6a4870a4e6b384c)
MDEV-19276 - during connect, write error log warning for ER_DBACCESS_DENIED_ERROR, if log_warnings > 1
MDEV-17456 - Malicious SUPER user can possibly change audit log configuration without leaving traces.
Fixes for the following security vulnerabilities:
CVE-2019-2614
CVE-2019-2627
CVE-2019-2628
OpenWrt changes:
- added PKG_CPE_ID
- shortened default description to make "opkg info" output easier on the eyes
- refreshed patches
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Amol Bhave [Fri, 10 May 2019 01:03:11 +0000 (18:03 -0700)]
libwangle: Add new package libwangle
Wangle is a framework providing a set of common client/server
abstractions for building services in a consistent, modular, and
composable way.
tested with: master on nbg6817 and arc700.
Signed-off-by: Amol Bhave <ambhave@fb.com>
Jonathan G. Underwood [Fri, 10 May 2019 19:22:12 +0000 (20:22 +0100)]
stubby: add support for tls_port resolver config option (#8889)
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Jonathan G. Underwood [Fri, 10 May 2019 18:58:48 +0000 (19:58 +0100)]
stubby: update to 0.2.6
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Rosen Penev [Fri, 10 May 2019 18:58:13 +0000 (11:58 -0700)]
Merge pull request #8928 from neheb/evh
libevhtp: Update to 1.2.0
Rosen Penev [Fri, 10 May 2019 18:56:52 +0000 (11:56 -0700)]
Merge pull request #8940 from ammubhave/add_libfizz
libfizz: Add libfizz package
Rosen Penev [Fri, 10 May 2019 18:55:53 +0000 (11:55 -0700)]
Merge pull request #8942 from ammubhave/add_rsocket
librsocket-cpp: Add new package librsocket-cpp
Rosen Penev [Fri, 10 May 2019 18:54:34 +0000 (11:54 -0700)]
Merge pull request #8945 from jonathanunderwood/getdns-1.5.2
getdns: update to version 1.5.2
Jonathan G. Underwood [Fri, 10 May 2019 18:32:10 +0000 (19:32 +0100)]
getdns: update to version 1.5.2
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Amol Bhave [Fri, 10 May 2019 01:17:52 +0000 (18:17 -0700)]
librsocket-cpp: Add new package librsocket-cpp
C++ implementation of RSocket
RSocket is a binary protocol for use on byte stream transports such as
TCP, WebSockets, and Aeron. (https://rsocket.io/)
This ships with two separte libraries, yarpl and rsocket
Patch 100 is already upstream
(https://github.com/rsocket/rsocket-cpp/commit/
862202c6e99a49a8cbd304644d98d3f419b429d8).
Patch 101 in process of upstreaming as it needs to made compatible with
using both gold and ld.
[Dependency of https://github.com/facebook/openr]
Compile tested: openwrt master - nbg6817, arc700
Signed-off-by: Amol Bhave <ambhave@fb.com>
Amol Bhave [Tue, 7 May 2019 08:23:55 +0000 (01:23 -0700)]
libfizz: Add libfizz package
Fizz is a TLS 1.3 implementation.
Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with
the final specification), and 23. All major handshake modes are
supported, including PSK resumption, early data, client authentication,
and HelloRetryRequest.
Compile tested: nbg6817 and arc700, openwrt master
Signed-off-by: Amol Bhave <ambhave@fb.com>
Rosen Penev [Fri, 10 May 2019 15:18:17 +0000 (08:18 -0700)]
Merge pull request #6808 from xueliu/new-lora-gateway
LoRa: Add package lora-gateway-hal
Rosen Penev [Fri, 10 May 2019 15:08:39 +0000 (08:08 -0700)]
Merge pull request #7876 from ammubhave/add_libfolly_stacked
libfolly: Add package for folly library
Rosen Penev [Fri, 10 May 2019 15:06:48 +0000 (08:06 -0700)]
Merge pull request #8097 from brunompena/package-tac_plus
tac_plus: New package
Rosen Penev [Fri, 10 May 2019 15:04:15 +0000 (08:04 -0700)]
Merge pull request #8936 from audricschiltknecht/fix-freeradius3-sql
freeradius3: Fix conffiles for mod-sql-* packages
Audric Schiltknecht [Thu, 9 May 2019 17:02:44 +0000 (13:02 -0400)]
freeradius3: Fix conffiles for mod-sql-* packages
Signed-off-by: Audric Schiltknecht <audric.schiltknecht@viagenie.ca>
Daniel Engberg [Fri, 10 May 2019 09:27:21 +0000 (11:27 +0200)]
Merge pull request #8943 from Andy2244/samba4-update-4-9-7
samba4: update to 4.9.7
Andy Walsh [Fri, 10 May 2019 09:12:21 +0000 (11:12 +0200)]
samba4: update to 4.9.7
* update to 4.9.7
* add write_list, read_list UCI support
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Yousong Zhou [Sun, 5 May 2019 18:11:40 +0000 (18:11 +0000)]
python-packages: strip quotes around index-url
With pip3.7, `--index-url ""` is different from absence of --index-url
argument. Apply the same for python3 variant
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Sun, 5 May 2019 17:14:05 +0000 (17:14 +0000)]
python3-packages: port from python-packages
This is largely done by suffixing "python" or "py" with "3". The
README.md file is also copied here and we intend to maintain it
independently from its python2 counterpart.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Fri, 10 May 2019 08:00:48 +0000 (01:00 -0700)]
stubby: Update PKG_RELEASE
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 10 May 2019 07:57:34 +0000 (00:57 -0700)]
Merge pull request #7101 from ammubhave/add_libmstch
libmstch: add mstch library
Rosen Penev [Fri, 10 May 2019 07:56:13 +0000 (00:56 -0700)]
Merge pull request #8922 from nxhack/node_support_mips64
node: add mips64 support
Hirokazu MORIKAWA [Tue, 7 May 2019 03:43:14 +0000 (12:43 +0900)]
node: add mips64 support
see: https://github.com/openwrt/packages/pull/8796
And remove uclibc depends
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Amol Bhave [Sat, 5 Jan 2019 04:13:57 +0000 (20:13 -0800)]
libfolly: Add package for folly library
folly is an open-source C++ library developed and used at Facebook.
Adding this package will enable adding further packages that depend on
this.
Depends on PR #7098, PR #7101, PR #7126, PR #7877
Maintainer: me
Compile tested: openwrt-18.06 for ipq40xx, ipq806x, x86 and ar71xx
Run tested: Tested on devices running on the above architectures.
Verified that dependent packages can successfully build and run using
the libfolly.so shared library.
Signed-off-by: Amol Bhave <ambhave@fb.com>
Amol Bhave [Mon, 24 Sep 2018 19:04:28 +0000 (12:04 -0700)]
libmstch: add mstch library
mstch is an implementation of the the mustache templates using C++.
This package will build mstch static library that can be used by
other packages.
Signed-off-by: Amol Bhave <ambhave@fb.com>
Rosen Penev [Fri, 10 May 2019 00:07:13 +0000 (17:07 -0700)]
Merge pull request #8939 from jonathanunderwood/stubby-fix-8888
[WIP] stubby: fix handling of pkis in config (#8888)
Jonathan G. Underwood [Thu, 9 May 2019 23:26:38 +0000 (00:26 +0100)]
stubby: fix handling of pkis in config (#8888)
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Yousong Zhou [Thu, 9 May 2019 06:12:55 +0000 (06:12 +0000)]
shadowsocks-libev: README.md: add "incompatible changes" section
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Mon, 6 May 2019 15:59:14 +0000 (15:59 +0000)]
shadowsocks-libev: move plugin options to server section
Plugin options are properties of shadowsocks deployment as a whole,
including both server and each client components. Multiple client
instances accessing the same server will need to share the same plugin
settings
With this change, plugin options will need to specified to "server" and
"ss-server" section, not to each component section.
Fixes: c19e949 ("shadowsocks-libev: add plugin options support")
Reference: https://github.com/openwrt/packages/issues/8903#issuecomment-
489674137
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Wed, 8 May 2019 23:50:43 +0000 (16:50 -0700)]
Merge pull request #8932 from ammubhave/boost_copy_cmake
boost: Copy cmake in InstallDev step
Rosen Penev [Wed, 8 May 2019 22:45:39 +0000 (15:45 -0700)]
Merge pull request #8931 from TDT-AG/pr/
20190508-keepalived
keepalived: update to version 2.0.16
Xue Liu [Sun, 19 Aug 2018 11:24:30 +0000 (13:24 +0200)]
lora-gateway-hal: Add package lora-gateway
Add a package for the Semtech lora-gateway-hal.
This package includes three sub packages which
are libloragw, lora-gateway-tests and lora-gateway-utils.
Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
Michael Heimpold [Wed, 8 May 2019 19:45:00 +0000 (21:45 +0200)]
Merge pull request #8911 from neheb/set
set2net: Remove false depends
Josef Schlehofer [Wed, 8 May 2019 17:31:58 +0000 (19:31 +0200)]
Merge pull request #8806 from BKPepe/python-urllib3
python-urllib3: update to version 1.25.2
Josef Schlehofer [Wed, 8 May 2019 15:57:29 +0000 (17:57 +0200)]
Merge pull request #8831 from BKPepe/zeroconf
python-zeroconf: update to version 0.22.0
Josef Schlehofer [Wed, 8 May 2019 15:19:15 +0000 (17:19 +0200)]
Merge pull request #7792 from trldp/master
Hashdeep: add package
Josef Schlehofer [Wed, 8 May 2019 13:26:31 +0000 (15:26 +0200)]
Merge pull request #8802 from dddaniel/master
python-boto3: Add new package
Alexandru Ardelean [Wed, 8 May 2019 11:46:21 +0000 (14:46 +0300)]
lang/python/README.md: add note about use in other packages feeds
By popular demand, via:
https://github.com/openwrt/packages/issues/8892#issuecomment-
489992926
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Amol Bhave [Wed, 8 May 2019 09:01:45 +0000 (02:01 -0700)]
boost: Copy cmake in InstallDev step
Copy the cmake directory in the InstallDev step.
I am currently trying out actual host build for boost i.e. compiling
boost libaries for host tools. When I do that, that step installs the
boost cmake files in staging_dir/host.
This breaks other packages that use cmake to compile and use boost as a
dependency. This is because, their compilation step now begins using
staging_dir/host version of Boost, rather than the target version of
boost. Cmake gives priority to cmake version of Boost config, over
finding boost headers manually.
This change resolves that problem by installing the BoostConfig.cmake
file in staging_dir/<target> as well.
Compile tested: nbg6817
Signed-off-by: Amol Bhave <ambhave@fb.com>
Florian Eckert [Mon, 6 May 2019 07:02:24 +0000 (09:02 +0200)]
keepalived: update to version 2.0.16
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Rosen Penev [Tue, 7 May 2019 21:17:27 +0000 (14:17 -0700)]
libevhtp: Update to 1.2.0
In the tree, libevhtp is used only for Seafile. This is the most recent
version that Haiwen lists as working.
Updated threads patch for OpenSSL 1.1.
Removed Maintainer as he is inactive.
Simplified Makefile a little bit and reorganized for consistency between
packages.
Fixed compilation with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 7 May 2019 22:37:56 +0000 (15:37 -0700)]
Merge pull request #8923 from ammubhave/fixboost
boost: Fix boost apply_visitor for lvalue variants
Florian Eckert [Tue, 7 May 2019 19:15:39 +0000 (21:15 +0200)]
Merge pull request #8311 from TDT-AG/pr/
20190227-collectd
collectd: add uci config support
Rosen Penev [Tue, 7 May 2019 17:47:37 +0000 (10:47 -0700)]
Merge pull request #8909 from neheb/msm2
msmtp: Remove uClibc hack
Rosen Penev [Tue, 7 May 2019 15:30:44 +0000 (08:30 -0700)]
Merge pull request #8913 from neheb/ptp
linuxptp: Remove false depends
Rosen Penev [Tue, 7 May 2019 08:17:34 +0000 (01:17 -0700)]
Merge pull request #8868 from neheb/icu
icu: Fix compilation with uClibc-ng
Amol Bhave [Tue, 7 May 2019 07:31:01 +0000 (00:31 -0700)]
boost: Fix boost apply_visitor for lvalue variants
Boost 1.70.0 broke the apply_visitor functions for lvalue reference
variants.
This imports the patch that fixes this issue from upstream.
Tested this by compiling a library
(https://github.com/facebookincubator/fizz) that works with 1.69 but
breaks with 1.70. And then, importing this patch and trying the
compilation again.
Compile tested: nbg6817
Maintainer: @ClaymorePT
Signed-off-by: Amol Bhave <ambhave@fb.com>
Rosen Penev [Tue, 7 May 2019 06:13:00 +0000 (23:13 -0700)]
Merge pull request #8870 from neheb/zst
zstd: Fix compilation on uClibc-ng
Rosen Penev [Tue, 7 May 2019 01:55:17 +0000 (18:55 -0700)]
Merge pull request #7099 from ammubhave/add_libsigar
libsigar: add sigar libary
Amol Bhave [Mon, 24 Sep 2018 18:15:21 +0000 (11:15 -0700)]
libsigar: add sigar libary
sigar is a System Information Gatherer And Reporter library for C++
Adding the package so other C++ packages that depends on this library
can build.
This creates a libsigar.so shared library.
Signed-off-by: Amol Bhave <ambhave@fb.com>
Ted Hess [Mon, 6 May 2019 20:19:18 +0000 (16:19 -0400)]
Merge pull request #8916 from diizzyy/net-socat-1733
net/socat: Update to 1.7.3.3
Hans Dedecker [Mon, 6 May 2019 19:39:32 +0000 (21:39 +0200)]
luafilesystem: fix PKG_MIRROR_HASH
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Rosen Penev [Mon, 6 May 2019 18:38:56 +0000 (11:38 -0700)]
Merge pull request #8921 from ysc3839/tr-web-control
Revert "transmission-web: set conflicts with transmission-web-control"
Rosen Penev [Mon, 6 May 2019 18:38:09 +0000 (11:38 -0700)]
Merge pull request #8920 from mstorchak/tgt
tgt: update to 1.0.77
Maxim Storchak [Mon, 6 May 2019 12:45:19 +0000 (15:45 +0300)]
tgt: update to 1.0.77
- update to 1.0.77
- apply patches from Rosen Penev for compatibility with uClibc-ng
- add an option for rotation_rate selection
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Richard Yu [Mon, 6 May 2019 16:12:22 +0000 (00:12 +0800)]
Revert "transmission-web: set conflicts with transmission-web-control"
This reverts commit
18c9a03770793e084eab5601d51b21ca4b374f75.
To fix "make menuconfig" shows "recursive dependency detected".
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Daniel Danzberger [Thu, 25 Apr 2019 20:40:39 +0000 (22:40 +0200)]
python-boto3: Add new package
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
Yousong Zhou [Sun, 5 May 2019 16:53:39 +0000 (16:53 +0000)]
shadowsocks-libev: add plugin options support
Reference: https://github.com/openwrt/packages/issues/8903
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Josef Schlehofer [Mon, 6 May 2019 10:36:53 +0000 (12:36 +0200)]
Merge pull request #8902 from ja-pa/measurement-kit-0.10.3
measurement-kit: update to version 0.10.3
Daniel Engberg [Mon, 6 May 2019 10:19:19 +0000 (12:19 +0200)]
Merge pull request #8613 from diizzyy/libx264
libs/libx264: Update to
20190324 and rework Makefile
Daniel Engberg [Mon, 6 May 2019 09:48:45 +0000 (11:48 +0200)]
Merge pull request #8918 from mstorchak/tmux
tmux: update to 2.9a
Daniel Engberg [Sat, 6 Apr 2019 20:35:33 +0000 (20:35 +0000)]
libs/libx264: Update to
20190324 and rework Makefile
* Update (lib)x264 to
20190324
* Stop using GNU Autotools and use libx264's own
configuration facility
* Drop hardcoded CFLAGS, x264 will handle those fine on its own
This will override toolchain optimizaion and set -O3
irregardless of setting.
* Rework LTO and ASM optmization selection to make it more
compact and readable. This drops optimization for x86 32-bit
which is being deprecated in favour of x86_64 in general and
the very few systems still in use that doesn't support 64-bit
are too slow to be usable anyway.
* Import patches to fix compilation on ARM and x86 (32-bit)
from OpenEmbedded
* Minor style fixes to Makefile
Source: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-multimedia/x264/x264
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Maxim Storchak [Mon, 6 May 2019 09:00:37 +0000 (12:00 +0300)]
tmux: update to 2.9a
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Daniel Engberg [Mon, 6 May 2019 08:25:42 +0000 (08:25 +0000)]
net/socat: Update to 1.7.3.3
Update socat to 1.7.3.3
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Rosen Penev [Mon, 6 May 2019 07:47:31 +0000 (00:47 -0700)]
Merge pull request #8886 from lnslbrty/update/nDPI
libndpi: update to 2.8.0
Ted Hess [Mon, 6 May 2019 00:57:17 +0000 (20:57 -0400)]
Merge pull request #8912 from neheb/faad
faad2: Remove uClibc hack
Rosen Penev [Sun, 5 May 2019 21:27:07 +0000 (14:27 -0700)]
linuxptp: Remove false depends
It seems ever since the switch to uClibc-ng, this builds perfectly fine.
Moved PKG_MAINTAINER variable for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 5 May 2019 21:29:03 +0000 (14:29 -0700)]
faad2: Remove uClibc hack
OpenWrt uses uClibc-ng now, and it seems that these are no longer needed
as it seems faad2 automatically renames these functions.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 5 May 2019 21:30:45 +0000 (14:30 -0700)]
set2net: Remove false depends
These depends actually have the effect of disabling ser2net when uClibc-ng
is selected. Remove them.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 5 May 2019 21:32:23 +0000 (14:32 -0700)]
rsyslog: Remove unnecessary depends
It seems these are actually not required.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 5 May 2019 21:34:10 +0000 (14:34 -0700)]
msmtp: Remove uClibc hack
This seems to no longer be needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 5 May 2019 22:30:07 +0000 (15:30 -0700)]
libartnet: Fix compilation with GCC8
Previous GCC7 fix was incorrect and GCC8 correctly complains about it.
Fix it properly.
Also cleaned up the Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 5 May 2019 22:31:38 +0000 (15:31 -0700)]
hfsprogs: Fix compilation with uClibc-ng
Replaced deprecated and unsupported valloc with posix_memalign.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 3 May 2019 05:32:09 +0000 (22:32 -0700)]
postfix: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 5 May 2019 18:50:43 +0000 (11:50 -0700)]
Merge pull request #8846 from neheb/get
geth: Update to 1.8.27
Rosen Penev [Sun, 5 May 2019 18:50:22 +0000 (11:50 -0700)]
Merge pull request #8736 from neheb/erla
erlang: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Sun, 5 May 2019 18:49:51 +0000 (11:49 -0700)]
Merge pull request #8518 from neheb/i
libimobiledevice packages updated to git