Commit graph

15484 commits

Author SHA1 Message Date
Val Kulkov
139d7b6cb4 libfreetype: update to the latest release
Update to FreeType 2.10.1. Update PKG_LICENSE information.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-07-02 10:52:32 -04:00
Andreas Nilsen
6f6457fb37 hcxtools: Changes to the Makefile, as suggested.
- Now using codeload as suggested.
- Removed PKG_BUILD_PARALLEL, and PKG_USE_MIPS16:=0 as it was no longer needed to build the latest version successfully.
- Moved PKG_MAINTAINER to top.
- Use INSTALL_BIN instead of CP
- Added PKG_LICENSE and PKG_LICENSE_FILES
- Fixed a typo in TITLE
- DCO should be fixed now.

Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-07-02 16:16:44 +02:00
Andreas Nilsen
9e4fc185e2 hcxtools: Fixed PKG_SOURCE_URL
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-07-02 16:16:44 +02:00
Andreas Nilsen
89da0ac020 hcxtools: Added hcxtools and hcxdumptool, created by: @ZerBea.
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-07-02 16:16:23 +02:00
Jeronimo Pellegrini
dd87d0f46a chicken: upgrade to 5.1.0 change Makefile license
* version 5.1.0 of Chicken is out.
* Makefile goes from GPLv2 to GPLv3+
* other small enhancements to Makefile

Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info>
2019-07-02 08:32:47 -03:00
Karl Palsson
c00c826789 ntpdate: use uci configured servers instead of static list
If we're going to have a list of ntp servers, we should at least respect
them.  Fallback to the original static list if no configured servers are
found.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-07-02 09:25:34 +00:00
Robert Högberg
95dedb70f6 squeezelite: Remove codec auto configuration
.. because it's confusing and doesn't seem to add any value.

The "auto configuration" looks for installed codec libraries and tells
squeezelite (through command line arguments) to exclude codec support if a
required library is missing.

If you have installed squeezelite-full, then all required codec libraries
are automatically installed as dependencies and the squeezelite binary won't
even run if there are missing libraries - ie the "auto configuration" will
always find all codecs and never disable any codecs. Toggling "auto
configuration" makes no difference and the setting is just confusing.

If you install squeezelite-mini the "auto configuration" can work, but
library checks are already done by dlopen() calls in squeezelite and codecs
are disabled if the necessary libraries are not found - ie the "auto
configuration" duplicates the library checks of squeezelite itself.

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
2019-07-02 10:01:35 +02:00
Nikos Mavrogiannopoulos
c414edf63f
Merge pull request #9364 from neheb/p11k
p11-kit: Fix compilation with uClibc-ng
2019-07-02 08:29:13 +02:00
Rosen Penev
343e2a07e4
rtorrent: Enable IPv6 support
Other Makefile cleanups as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-01 18:39:17 -07:00
Rosen Penev
655eed48dc
libtorrent: Enable IPv6 and clean up Makefile
This was not touched since I took maintainership.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-01 18:38:57 -07:00
Rosen Penev
084727656d
Merge pull request #9108 from nijel/patch-1
mpd: enable pulseaudio in full package
2019-07-01 18:11:26 -07:00
Rosen Penev
5bd75f1095
Merge pull request #9343 from philenotfound/mutt-bump
mutt: bump to 1.12.1
2019-07-01 18:07:37 -07:00
Rosen Penev
84104309bc
Merge pull request #9350 from neheb/api
apinger: Update to latest git revision
2019-07-01 15:13:16 -07:00
Rosen Penev
d7d4e47960
Merge pull request #9365 from neheb/pth
pthsem: Fix compilation with uClibc-ng
2019-07-01 13:10:40 -07:00
Josef Schlehofer
3666f80d5f
Merge pull request #9353 from BKPepe/yt
youtube-dl: update to version 2019.6.27
2019-07-01 21:31:52 +02:00
Christian Lachner
92b5742300 haproxy: Update HAProxy to v2.0.1
- Update haproxy download URL and hash
- Add new patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-07-01 20:45:28 +02:00
Rosen Penev
9bacdfa9a2
libshout: Update to 2.4.3
Removed inactive maintainer.

Rearranged Makefile for consistency between packages.

Added --without-pic to avoid both -fPIC and -fpic.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-01 11:43:44 -07:00
Rosen Penev
145e9942e2
pthsem: Fix compilation with uClibc-ng
Makefile cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-01 11:19:50 -07:00
Rosen Penev
f443d9eb13
p11-kit: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-01 11:13:31 -07:00
Rosen Penev
12378cd4d3
flashrom: Add ARC support
Mainly endian definitions are needed.

Removed sys/io.h patch. It's a GNU header unsupported by uClibc-ng.

Cleaned up Makefile slightly.

Added HTTPS everywhere.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-01 10:39:54 -07:00
Phil Eichinger
dfd6a8f12d mutt: bump to 1.12.1
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2019-07-01 16:20:43 +02:00
Yousong Zhou
8897ea4d51 openvswitch: conditionally depends on nf_conncount.ko
This is required for conntrack zone limit support.  Linux upstream
commit is 11efd5cb ("openvswitch: Support conntrack zone limit")

Ref: https://github.com/openwrt/packages/issues/9274#issuecomment-507181166
Reported-by: Lech Perczak <lech.perczak@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-07-01 13:45:38 +00:00
Rosen Penev
753553980d
libprotobuf-c: Update to 1.32
Remove upstreamed patch.

Updated License information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-30 18:04:18 -07:00
Michael Heimpold
c92ef21886
Merge pull request #9339 from TDT-AG/pr/20190627-libgpiod-dependency
libgpiod: remove dependency to kernel version
2019-06-30 23:05:03 +02:00
Josef Schlehofer
2c4d3abb05
Merge pull request #9262 from BKPepe/unidecode_update
python3-unidecode: Update to version 1.1.0
2019-06-30 14:54:17 +02:00
Josef Schlehofer
899d5cee89
Merge pull request #9161 from BKPepe/click
click: update to version 7.0
2019-06-30 14:53:19 +02:00
Peter Wagner
d76f90fd43 nfs-kernel-server: update to 2.4.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-06-30 13:10:35 +02:00
Rosen Penev
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
Jeffery To
9a8434276c obfs4proxy: Update to 0.0.11
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-06-30 03:15:35 +08:00
Josef Schlehofer
537341c7e5
youtube-dl: update to version 2019.6.27
Add python3-setuptools as dependency

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-29 17:24:09 +02:00
Rosen Penev
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
Hannu Nyman
364b0bb52a
Merge pull request #9321 from ysc3839/frp
frp: add uci config integration
2019-06-29 08:00:59 +03:00
Rosen Penev
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
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
dff6d2639e apinger: Update to latest git revision
This project seems abandoned. Updated to latest version.

Also cleaned up the Makefile quite a bit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-28 11:38:42 -07:00
Rosen Penev
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
Lucian Cristian
559afd02c6 openfortivpn: add package
An open implementation of Fortinet's proprietary PPP+SSL VPN solution

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-06-28 11:56:27 +03:00
Rosen Penev
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
3bf6085db9
Merge pull request #9341 from lucize/nssup
nss: update to 3.44.1
2019-06-27 08:20:06 -07:00
Lucian Cristian
9a4dae73b4 nss: update to 3.44.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-06-27 17:20:57 +03:00
Martin Schiller
6f62810e27 libgpiod: remove dependency to kernel version
Now that we only use kernel versions that support libgpiod,
we can remove the dependency on the kernel version.

This enables libgpiod to be used with linux 4.19.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-27 13:41:49 +02:00
Rosen Penev
3945290c28 noddos: Fix compilation without deprecated OpenSSL APIs
Rearranged Makefile for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed ca-certificates dependency. ca-bundle is enough.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-27 00:36:15 -07:00
Rosen Penev
45527a9475 libnetconf2: Fix compilation without deprecated OpenSSL APIs
Reorganized Makefile for consistency between packages.

Removed InstallDev section. It is already implied by CMAKE_INSTALL

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-27 00:33:54 -07:00
Rosen Penev
f444b5e4d5 Netopeer2: Fix compilation without deprecated OpenSSL APIs
Reorganized Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-27 00:32:57 -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
Dirk Brenken
2138012a2e
Merge pull request #9331 from dibdot/travelmate
travelmate: update 1.4.8
2019-06-27 08:17:19 +02:00