Hannu Nyman
30694e641e
Merge pull request #6544 from diizzyy/bluez550
bluez: Update to 5.50
6 years ago
W. van den Akker
c34f1806b1
Shorewall6: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years ago
W. van den Akker
c8381d154a
Shorewall: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years ago
W. van den Akker
63f8adecca
Shorewall6-lite: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years ago
W. van den Akker
014310ebae
Shorewall-lite: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years ago
W. van den Akker
cd7c4c27df
Shorewall-core: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years ago
Eneas U de Queiroz
460dbee226
samba4: add nfs-kernel-server/host build dependency
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
Hans Dedecker
ab48f4df18
xtables-addons: rtsp: support destination format address:port
RFC2326 specifies the attribute client_port as the RTP/RTCP port pair on
which the client has chosen to receive media data and control info;
however some clients (mostly STBs) embed the client_port value in the
destination attribute in the form of destination=<address:port> without
specifying the client_port attribute in the SETUP message.
To support such clients check if the destination attribute contains a
port value and use it as port value for the expected RTP connection.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
6 years ago
Hans Dedecker
d01b62924e
xtables-addons: rtsp: fix compile warning/issue
Fix compile issue with Werror:
nf_conntrack_rtsp.c:667:39: error: implicit declaration of function 'nf_ct_zone' [-Werror=implicit-function-declaration]
exp_ct = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t);
Fix compile warning:
nf_conntrack_rtsp.c:474:2: warning: enumeration value 'IP_CT_DIR_MAX' not handled in switch [-Wswitch]
switch (CTINFO2DIR(ctinfo)) {
^~~~~~
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
6 years ago
Dirk Brenken
cc0a638607
Merge pull request #6693 from BKPepe/netdata
netdata: create missing folder /etc/netdata/customs-plugins.d
6 years ago
Rosen Penev
62cc5ce997
arp-scan: Update to 1.9.5
Switch to codeload as well for easier package bumping.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Yousong Zhou
cfab296848
qemu: bump to version 2.12.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
Andy Walsh
18e9a8b479
samba4: add missing avahi service definitions
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Andy Walsh
797a003f3c
qemu-userspace: remove package
* remove samba4 build helper
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Andy Walsh
0c13081965
samba4: switch to waf cross-answer files
* switch waf build to cross-answer files
* move timemachine related vfs modules to default vfs option
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Josef Schlehofer
f47ff3ac24
netdata: create missing folder /etc/netdata/customs-plugins.d
Changes:
- added folder /etc/netdata/customs-plugins.d
which is set in netdata.conf as 2nd plugin directory
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Rosen Penev
47a68e5e62
wavemon: Switch to codeload tarballs
Simpler and easier to bump the version in the future.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
6 years ago
Hannu Nyman
69b24ff27b
Merge pull request #6560 from neheb/mtr2
mtr: Fix compile with libcap
6 years ago
Hannu Nyman
81c61b7ff2
Merge pull request #6595 from MikePetullo/loudmouth
loudmouth: fix build
6 years ago
Hannu Nyman
70a7d26219
Merge pull request #6613 from neheb/cocoa
coova-chilli: Update to 1.4
6 years ago
Rosen Penev
1866b659ac
stoken: Update to 0.92 and switch to normal tarball.
Simplifies the Makefile quite a bit.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Hannu Nyman
f52ffb2e2d
Merge pull request #6660 from neheb/sdr
rtl-sdr: Update to 0.5.4 and switch to tarballs
6 years ago
Hannu Nyman
09be66c143
Merge pull request #6685 from neheb/digi
digitemp: Switch to codeload
6 years ago
Hannu Nyman
c31f9763e8
Merge pull request #6674 from neheb/upnpd
miniupnpd: Update to 2.1.20180706
6 years ago
Hannu Nyman
3bc399fcfc
Merge pull request #6662 from neheb/433
rtl_433: Update to 18.05 and switch to codeload
6 years ago
Hannu Nyman
1883fd785c
Merge pull request #6669 from neheb/patch-9
fio: Update to 3.8
6 years ago
Hannu Nyman
d15d1bf871
Merge pull request #6529 from gladiac1337/feature-haproxy-v1.8.12-updates
haproxy: Update HAProxy patches for v1.8.13 & Update Lua
6 years ago
Jo-Philipp Wich
eded6ed7cf
usbip: remove nonshared flag ( #6681 )
Since https://git.openwrt.org/d0e0b7049f88774e67c3d5ad6b573f7070e5f900 ,
OpenWrt SDKs ship the appropriate sources for building usbip userspace
packages, so special nonshared handling is not required anymore.
Sucessfully tested by compiling usbip utilities for various architectures
using self built SDKs after applying the change linked above.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
6 years ago
Rosen Penev
2eb25c44f4
rtl-ais: Update to 0.3 and switch to codeload ( #6661 )
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
ead9538b2c
ntripcaster: Switch to codeload ( #6653 )
Currently uscan fails on this as it tries to look for a download link in the
wrong location. Switching it to a GitHub tarball will probably fix it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
bd3c9c6643
ntripserver: Fix version and switch to codeload ( #6689 )
1.51 is the version not 1.5.1. codeload simplifies the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
82fc8f87e9
ntripclient: Fix version and switch to codeload ( #6690 )
Version is 1.51, not 1.5.0. Codeload simplifies the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
2a85d7863c
tgt: Switch to codeload
Simplifies the makefile and makes it easier to bump versions.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
baabb53d89
ola: Update to 0.10.7 and switch to codeload
Simpler and easier to bump version.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
8f0d732115
sysrepo: Switch to codeload tarballs
Simpler and faster to bump version.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
7f7170df92
digitemp: Switch to codeload
Simpler and makes version bumps easier.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
8dc7472705
miniupnpd: Update to 2.1.20180706
Switched to upstream mirror 2, which is reachable over HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Eneas U de Queiroz
6cf615d90d
emailrelay: avoind linking with -lpam
The package seems to link to -lpam even when using --without-pam. Set
ac_cv_search_pam_end=no to avoid it.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Christian Lachner
14fcfe6ae9
haproxy: Update HAProxy to v1.8.13 & Lua library to v5.3.5
- Update Lua to v5.3.5
- Add myself as co-maintainer
- Update haproxy download URL and hash
- Changed version-output to always print $(PKG_VERSION)-$(PKG_RELEASE)
- Removed all obsolete patches
Signed-off-by: Christian Lachner <gladiac@gmail.com>
6 years ago
Rosen Penev
81449370b2
scapy: Update to 2.4.0 and change URLs to new
Development has moved to GitHub
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
04bc5aa5a6
fio: Update to 3.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Hannu Nyman
f1acc00ce9
Merge pull request #6496 from neheb/patch-3
ap51-flash: Update to 2018.0 and switch to tarball
6 years ago
Hannu Nyman
04352acedd
Merge pull request #6665 from EricLuehrsen/unbound_20180801
unbound: fix boot time and default run directory
6 years ago
Eric Luehrsen
8830d72bbd
unbound: fix boot time and default run directory
Unbound struggles with boot ifup, so procd triggers changed to push
outside of this noise. Unbound has run in /var/lib/unbound/, so chroot
(jail) protects /etc/, and it can save flash wear. Compiled defaults
reflect this now, so Unbound tools are easier run on the command line.
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
6 years ago
Hannu Nyman
74c043276a
Merge pull request #6664 from zhaojh329/libuhttpd
libuhttpd: Update to 2.2.1
6 years ago
Jianhui Zhao
699f264504
libuhttpd: Update to 2.2.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
6 years ago
Hannu Nyman
2779d451d6
Merge pull request #6641 from neheb/patch-9
knxd: Update to 0.14.25 and switch to codeload
6 years ago
Rosen Penev
3ca6ff90f9
rtl_433: Update to 18.05 and switch to codeload
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
d80dbdbf50
rtl-sdr: Update to 0.5.4 and switch to tarballs
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Daniel F. Dickinson
99eac722c2
gitolite: Point to installation guide for OpenWrt
In the description point to installation guide on OpenWrt Wiki to
make it easier for new users to find and to understand how to use
gitolite on OpenWrt.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago