Nikos Mavrogiannopoulos
2cfdc7a804
gnutls: updated to 3.4.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
9 yıl önce
Marcel Denia
3b96e6d759
libidn: Update to 1.31
Signed-off-by: Marcel Denia <naoir@gmx.net >
9 yıl önce
Hauke Mehrtens
b38a8c1457
dhcpcd: fix build with musl
Do not cast to caddr_t, but use a void * instead, the members are all void *.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
9 yıl önce
Hauke Mehrtens
f8fd638736
liblo: fix build with musl
When sys/poll.h gets included it results in a warning, to include
poll.h. All warnings are treated as errors by liblo.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
9 yıl önce
Hauke Mehrtens
ac1ad5c387
kismet: fix build with musl
Without these patches kismet does not build with musl.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
9 yıl önce
Toke Høiland-Jørgensen
ac9c0ae11d
Adopt the netperf package.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk >
9 yıl önce
Hauke Mehrtens
71f5ef9b28
Merge pull request #1561 from hauke/iotivity-ulibc
iotivity: deactivate it on uclibc
9 yıl önce
Hauke Mehrtens
bc804531b8
iotivity: deactivate it on uClibc
IoTivity makes use of std::sto* and this is deactivated because GCC
things uClibc does not support C11, but it supports this part, not C11
completely. To make IoTivity work with uClibc a patch for this bug is
needed:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393
An option would be this patch:
https://github.com/maximeh/buildroot/blob/master/package/gcc/4.9.1/850-libstdcxx-uclibc-c99.patch
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
9 yıl önce
Daniel Gimpelevich
b3a6cf1ea4
vpnc: bump release
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us >
9 yıl önce
Daniel Gimpelevich
f1ee8796fb
vpnc: corrected call to proto_add_host_dependency
9 yıl önce
Hauke Mehrtens
ed2f47672d
bluez: update to version 5.31
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
9 yıl önce
Hauke Mehrtens
99d5c28e2c
bluez: add btmgmt tool
The btmgmt tool is needed to activate BL LE support.
Currently it is not installed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
9 yıl önce
Hauke Mehrtens
ade5a8df29
pps-tools: remove kernel dependencies
pps-tools builds on kernel 4.1, but instead of adding this kernel,
remove the check as all kernel versions currently supported by OpenWrt
are listed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
9 yıl önce
Nuno Goncalves
097c3085aa
tcsh: add source mirrors
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com >
9 yıl önce
Steven Barth
b70ffeb76d
Merge pull request #1547 from adam2104/master
dnscrypt-proxy: add support for -E/--ephemeral-keys option.
9 yıl önce
Jonathan McCrohan
998c8468d3
sslh: disable libpcre probe support
Backport upstream commit 3aefaf3 which allows sslh to be built without
libpcre support. This was brought about by the move to musl which
doesn't support the non-POSIX REG_STARTEND regexec eflag.
Fixes: #1506
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com >
9 yıl önce
Etienne CHAMPETIER
1515019df5
screen: update to 4.3.1
refresh patches
quickly run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
9 yıl önce
Etienne CHAMPETIER
ebb09ecc03
monit: update to 5.14
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
9 yıl önce
Etienne CHAMPETIER
70a741cb33
zabbix: increase PKG_RELEASE
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
9 yıl önce
Etienne CHAMPETIER
f58e0a6407
zabbix: switch zabbix_agentd to procd
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
9 yıl önce
Etienne CHAMPETIER
e3576f3d0f
zabbix: add option to run daemon in foreground
this will allow us to switch to procd and use jailing ...
this patch come from https://support.zabbix.com/browse/ZBXNEXT-611
big thanks to Boris Manojlovic
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
9 yıl önce
Hauke Mehrtens
d6dbd9739a
Merge pull request #1555 from ericschultz/patch-1
Fixed broken link in README.md
9 yıl önce
Eric Schultz
a5ec498127
Fixed broken link in README.md
I've fixed the obtain.firmware.sdk link.
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org >
9 yıl önce
Ted Hess
9b1c22725b
Merge pull request #1552 from MikePetullo/openldap
openldap: update to 2.4.41
9 yıl önce
W. Michael Petullo
7a6daac995
openldap: update copyright dates
Signed-off-by: W. Michael Petullo <mike@flyn.org >
9 yıl önce
Ted Hess
7d6343a37e
Merge pull request #1551 from roger-/micropython
micropython: update to fix build issue
9 yıl önce
Ted Hess
64421d7fa4
Merge pull request #1169 from ryzhovau/lighttpd_lua
lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
9 yıl önce
Nikos Mavrogiannopoulos
03134441f2
openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
9 yıl önce
W. Michael Petullo
2b0837030e
openldap: update to 2.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org >
9 yıl önce
Roger
e67868c7ad
micropython: update to fix build issue
9 yıl önce
Nikos Mavrogiannopoulos
3c3cc25dc4
ocserv: more explicit documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
9 yıl önce
Nikos Mavrogiannopoulos
2765d7b779
openconnect: corrected call to proto_add_host_dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
9 yıl önce
Ted Hess
d3f98cc3b5
Merge pull request #1537 from sairon/tvheadend-new-package
tvheadend: add new package
9 yıl önce
Steven Barth
dced064891
Merge pull request #1548 from aTanW/master
joe: bump to new upstream v4.0
9 yıl önce
Steven Barth
11dafa41d1
Merge pull request #1549 from salzmdan/master
knot: update to 1.6.4
9 yıl önce
Daniel Salzman
460af9c2e5
knot: update to 1.6.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz >
9 yıl önce
aTanW
8d63ef4d47
joe: bump to new upstream v4.0
Signed-Off-By: Vitaly Protsko <villy@sft.ru >
---
Makefile | 8 ++++----
files/joerc | 28 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 4 deletions(-)
9 yıl önce
Adam Gensler
7a0a4144d8
dnscrypt-proxy: add support for -E/--ephemeral-keys option.
Signed-off-by: Adam Gensler <openwrt@a.gnslr.us >
9 yıl önce
Steven Barth
7f33167a89
Merge pull request #1546 from arfett/master
mwan3-luci updates for CC/trunk compatibility
9 yıl önce
Daniel Golle
25660aad62
lvm2: update sources and improve packaging
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
9 yıl önce
Daniel Golle
7b6e938790
gnunet: bump source, improve packaging
* fix two typos in Makefile
* package transports seperately
* enable all installed transports by default
* use logfile so we don't stdio-choke gnunet-service-arm
-> should use syslog instead...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
9 yıl önce
arfett
09b7de4782
mwan3-luci update to version 1.4-3
Fixed two issues in Chaos Calmer and trunk:
-troubleshooting page not displaying
-UCI arguments out of order because of switch to musl c library from uclibc
Signed-off-by: Aedan "arfett" Renner <chipdankly@gmail.com >
9 yıl önce
Jan Čermák
4e676203b3
tvheadend: add new package
Tvheadend is a TV streaming server and recorder for Linux. Legacy
Makefile for tvheadend was used as a skeleton, but most of its parts
were rewritten or updated later.
Procd init script allows to set some configuration options (these are
commented out in default Uci config for documentation purposes) and is
written in a way that it puts only configuration that needs to be
persistent to main memory. EPG database which is large and updated
regularly is put to tmpfs (this can be disabled in config).
Signed-off-by: Jan Čermák <jan.cermak@nic.cz >
9 yıl önce
Saverio Proto
cf5f2586b0
tinc: version bump 1.0.26
Signed-off-by: Saverio Proto <zioproto@gmail.com >
9 yıl önce
Ted Hess
e5aa1527ba
Merge pull request #1539 from t-8ch/esniper
esniper: add esniper
9 yıl önce
Steven Barth
79c31e27d0
Merge pull request #1545 from dvlemplgk/patch-3
open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
9 yıl önce
dvlemplgk
157d4734aa
open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de >
9 yıl önce
Steven Barth
92306fc880
Merge pull request #1533 from leitec/add-ngircd-v2
[v2] ngircd: import from oldpackages and update to 22.1
9 yıl önce
Ted Hess
ef3b276ccb
Merge pull request #1540 from thess/knxd-fix
knxd: Fix build dependencies w/argp-standalone, add libstdcpp
9 yıl önce
Ted Hess
e470ae5ccf
knxd: Fix build dependencies w/argp-standalone, add libstdcpp
Signed-off-by: Ted Hess <thess@kitschensync.net >
9 yıl önce