Commit graph

17273 commits

Author SHA1 Message Date
James Taylor
c9fa74bf43 h2o: add package
H2O is a new generation HTTP server that provides quicker response to users
  with less CPU utilization when compared to older generation of web servers.
  Designed from ground-up, the server takes full advantage of HTTP/2 features
  including prioritized content serving and server push, promising outstanding
  experience to the visitors of your web site.

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-10 21:32:52 +11:00
James Taylor
da867f65cb libwslay: add package
Wslay is a WebSocket library written in C. It implements the protocol version 13
 described in RFC 6455. This library offers 2 levels of API: event-based API and
 frame-based low-level API. For event-based API, it is suitable for non-blocking
 reactor pattern style. You can set callbacks in various events. For frame-based
 API, you can send WebSocket frame directly. Wslay only supports data transfer
 part of WebSocket protocol and does not perform opening handshake in HTTP.

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-09 13:07:43 +11:00
Rosen Penev
6cff09119b
Merge pull request #10720 from James-TR/update-pdns-auth
pdns: Upgrade to PowerDNS Authoritative 4.2.1
2019-12-07 21:36:41 -08:00
James Taylor
fd62baea73 pdns: Upgrade to PowerDNS Authoritative 4.2.1
Upgraded to pdns-4.2.1 and corrected issues with dependency management on
modules, in addition to moving zone2ldap under the ldap backend (It's only
compiled if ldap backend is enabled)

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-08 14:03:00 +11:00
Rosen Penev
4de2aadc1f
Merge pull request #10716 from James-TR/update-libfstrm
libfstrm: upgrade to 0.6.0
2019-12-07 09:45:46 -08:00
James Taylor
79c74254dc libfstrm: upgrade to 0.6.0
Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-08 02:57:14 +11:00
Josef Schlehofer
2c22dcd3dc
nnn: Update to version 2.8.1
Removed findutils-xargs dependency due to added busybox support in version 2.8

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-06 21:47:32 +01:00
Yousong Zhou
cfb1371019 spice: configure --without-sasl
Fixes openwrt/packages#10709

Ref: https://github.com/openwrt/packages/issues/10709
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-12-06 02:18:14 +00:00
Rosen Penev
ff3447954c
Merge pull request #10633 from nmeyerhans/iputils
iputils: Move the iputils tools to the packages feed
2019-12-05 17:11:38 -08:00
Noah Meyerhans
556698cedf iputils: Move the iputils tools to packages
Per discussion in https://github.com/openwrt/openwrt/pull/1804, iputils is
moving from the main openwrt repository to the packages feed, and is switching
from the abandoned skbuff.net upstream to github.com/iputils/iputils

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2019-12-05 17:06:40 -08:00
Hannu Nyman
4562ce77ec
Merge pull request #10699 from ysc3839/ttyd
ttyd: add reload trigger
2019-12-05 22:16:04 +02:00
Rosen Penev
31b1d0033a
Merge pull request #10672 from stintel/motion
motion: add basic procd init script and fix streaming
2019-12-05 10:03:23 -08:00
Rosen Penev
e233326470
Merge pull request #10702 from mhei/fix-gdlib-pkgconfig
libgd: fix version in generated pkg-config .pc file
2019-12-05 09:58:58 -08:00
Rosen Penev
4ed070fea9
Merge pull request #10708 from PolynomialDivision/libuwifinew
libuwifi: update to latest version
2019-12-05 09:49:49 -08:00
Stijn Tintel
f32a06a877
Merge pull request #10610 from paulfertser/strongswan-set-reqid
strongswan: allow to specify per-connection reqid with UCI
2019-12-05 14:37:51 +02:00
Nick Hainke
2c35ddce70 libuwifi: update to latest version
Signed-off-by: Nick Hainke <vincent@systemli.org>
2019-12-05 12:46:37 +01:00
Rosen Penev
936a52610a
unrar: Update to 5.8.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-04 10:14:29 -08:00
Rosen Penev
b661fc6851
Merge pull request #10705 from neheb/bk
keyutils: Update to 1.6.1
2019-12-04 10:07:41 -08:00
Rosen Penev
31c674c4a3
keyutils: Update to 1.6.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-03 19:49:16 -08:00
Rosen Penev
a4fd94ad6f
Merge pull request #10703 from mhei/libsasl2-improvements
cyrus-sasl: install pkg-config file and fine-tune installed files
2019-12-03 16:16:02 -08:00
Michael Heimpold
c9ce769b1a cyrus-sasl: install pkg-config file and fine-tune installed files
Installing the .pc files helps other programs to detect
the presence of libsasl2.

While at, reduce the glob pattern a little bit to not
include unneeded symlinks.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-12-03 22:34:32 +01:00
Michael Heimpold
2065eb8147 libgd: fix version in generated pkg-config .pc file
With the previous change to cmake, the generated pkg-config .pc
file does not contain the library version anymore. This breaks
programs which checks for a specific version, e.g. upcoming PHP 7.4.

The version is not filled because of a variable misnaming,
which was not covered by the imported upstream patch.

To not mangle the upstream patch, add an additional patch to
fix things up.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-12-03 21:39:33 +01:00
Rosen Penev
87b21390ba
Merge pull request #10701 from Andy2244/samba4-fix-krb5-compile_et
samba4: make host-buildtools private/add suffix
2019-12-03 11:15:23 -08:00
Andy Walsh
1298a4ceda samba4: make host-buildtools private/add suffix
* fix openwrt/packages#10700
* add suffix to asn1_compile, compile_et to avoid krb5 conflicts
* bundle samba's com_err

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-12-03 16:06:07 +01:00
Karl Palsson
5da8ae16b2 mosquitto: bump to version 1.6.8
This is a bugfix release.
Full changelog available at:
https://mosquitto.org/blog/2019/11/version-1-6-8-released/

Many smaller fixes in various areas, nothing particularly standout as of
special interest to OpenWrt.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-12-03 13:14:16 +00:00
Richard Yu
7331df7bac
ttyd: add reload trigger
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-12-03 09:17:12 +08:00
Rosen Penev
8dd0aa83fc
Merge pull request #10690 from lucize/nssup
nss: update to 3.47.1 and fix xscale
2019-12-02 16:56:52 -08:00
Rosen Penev
392a8f4d52
Merge pull request #10696 from jefferyto/byobu-1.130
byobu: Update to 5.130
2019-12-02 13:29:07 -08:00
Rosen Penev
ca2449bda9
Merge pull request #10677 from ja-pa/measurement-kit-update
measurement-kit: add InstallDev section
2019-12-02 13:27:59 -08:00
Nikos Mavrogiannopoulos
2dd76ae765 gnutls: fixed pkg-hash to the right one
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-12-02 17:42:23 +01:00
Nikos Mavrogiannopoulos
9bd1b0d4f2 libtasn1: updated to 4.15.0
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-12-02 17:22:14 +01:00
Nikos Mavrogiannopoulos
b36825be75 gnutls: updated to 3.6.11
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-12-02 17:14:48 +01:00
Jan Pavlinec
df853b2d20
measurement-kit: update package
Changes:
-add InstallDev section
-remove uclibc patch (issue fixed in upstream)

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-12-02 15:00:21 +01:00
Jeffery To
51a047b96f byobu: Update to 5.130
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-12-02 21:15:41 +08:00
Florian Eckert
e8d34f8640
Merge pull request #10695 from urusha/master
arp-scan: update to 1.9.7
2019-12-02 13:30:28 +01:00
Dirk Brenken
63c000a31a
Merge pull request #10624 from G-M0N3Y-2503/feature_cache_domains_order_fix
cache-domains: Changed to hotplug script
2019-12-02 13:12:32 +01:00
Gerard Ryan
124deec9ae cache-domains: Changed to hotplug script
Since we have to restart dnsmasq to reload the config anyway, this
package doesn't need to run before anything. We do however need to
wait for the network so I've changed this service to be a hotplug
script and utility script.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-12-02 19:16:42 +10:00
Sergey Urushkin
569e06c82f arp-scan: update to 1.9.7
Signed-off-by: Sergey Urushkin <urusha.v1.0@gmail.com>
2019-12-02 09:51:19 +03:00
Rosen Penev
54266c99b2
zstd: Fix compilation with uClibc-ng
Upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-01 20:52:04 -08:00
Rosen Penev
1d434b00e7
Merge pull request #10688 from neheb/ope
openconnect: Switch to HTTPS for the source URL
2019-12-01 16:51:29 -08:00
Rosen Penev
70e4d5e627
Merge pull request #10656 from neheb/lcd
lcd4linux: Add limits header for PATH_MAX
2019-12-01 16:51:06 -08:00
Stijn Tintel
34718f5c1d motion: fix streaming
Streaming was broken since version 4.2. Backport upstream fix.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-12-02 01:20:24 +02:00
Stijn Tintel
eaa1d5aa18 motion: add basic procd init script
Disable the init script by default to avoid log pollution; motion is
very verbose when it cannot open the configured camera.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-12-02 00:10:04 +02:00
Hannu Nyman
421dae85a3 nano: update to 4.6
Update nano editor to version 4.6

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-12-01 14:18:08 +02:00
Lucian Cristian
3bacf6e9cb nss: update to 3.47.1 and fix xscale
also refresh patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-12-01 12:48:18 +02:00
Rosen Penev
13513957f8
Merge pull request #10681 from gram25gwh/ddns-scripts-https-afraid-org
ddns-scripts: Change protocols of afraid.org urls to HTTPS.
2019-11-30 23:51:37 -08:00
Kwonjin Jeong
e25b558999 ddns-scripts: Change protocols of afraid.org urls to HTTPS.
- Use HTTPS protocol for updating urls for afraid.org to protect the password.
- Bump/align package version number.

Signed-off-by: Kwonjin Jeong <gram25gwh@gmail.com>
2019-12-01 15:24:38 +09:00
Rosen Penev
a8c2180b8e perl-www: Update to 6.43
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-30 21:15:19 -08:00
Rosen Penev
5e4d40adc1
minidlna: Fix URL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-30 21:05:47 -08:00
Rosen Penev
32539ed310
Merge pull request #10658 from neheb/evt
evtest: Fix compilation with musl
2019-11-30 18:36:54 -08:00