Rosen Penev [Sun, 5 Aug 2018 08:45:56 +0000 (01:45 -0700)]
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>
Rosen Penev [Sun, 5 Aug 2018 08:42:10 +0000 (01:42 -0700)]
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>
Rosen Penev [Sun, 5 Aug 2018 08:41:23 +0000 (01:41 -0700)]
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>
Hannu Nyman [Fri, 3 Aug 2018 20:51:35 +0000 (23:51 +0300)]
Merge pull request #6496 from neheb/patch-3
ap51-flash: Update to 2018.0 and switch to tarball
Hannu Nyman [Fri, 3 Aug 2018 14:22:46 +0000 (17:22 +0300)]
Merge pull request #6665 from EricLuehrsen/unbound_20180801
unbound: fix boot time and default run directory
Eric Luehrsen [Wed, 1 Aug 2018 02:59:24 +0000 (22:59 -0400)]
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>
Hannu Nyman [Fri, 3 Aug 2018 06:53:43 +0000 (09:53 +0300)]
Merge pull request #6664 from zhaojh329/libuhttpd
libuhttpd: Update to 2.2.1
Jianhui Zhao [Fri, 3 Aug 2018 06:41:14 +0000 (14:41 +0800)]
libuhttpd: Update to 2.2.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Hannu Nyman [Fri, 3 Aug 2018 05:59:45 +0000 (08:59 +0300)]
Merge pull request #6641 from neheb/patch-9
knxd: Update to 0.14.25 and switch to codeload
Kevin D-B [Thu, 2 Aug 2018 21:32:13 +0000 (22:32 +0100)]
Merge pull request #6657 from ldir-EDB0/maintainer
miniupnpd: remove my maintainership
Kevin Darbyshire-Bryant [Thu, 2 Aug 2018 21:28:18 +0000 (22:28 +0100)]
miniupnpd: remove my maintainership
Practicalities of life have intervened and I am no longer able to
dedicate the time required to look after this package.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Peter Wagner [Thu, 2 Aug 2018 21:17:35 +0000 (23:17 +0200)]
nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily error
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ted Hess [Thu, 2 Aug 2018 20:32:01 +0000 (16:32 -0400)]
Merge pull request #6652 from neheb/patch-21
shairport-sync: Update to 3.2.1
Hannu Nyman [Thu, 2 Aug 2018 17:59:56 +0000 (20:59 +0300)]
Merge pull request #6491 from neheb/pci
pciutils: Update to 3.6.1
Hannu Nyman [Thu, 2 Aug 2018 17:56:27 +0000 (20:56 +0300)]
Merge pull request #6590 from neheb/bridge
bridge-utils: Update to 1.6
Hannu Nyman [Thu, 2 Aug 2018 17:55:48 +0000 (20:55 +0300)]
Merge pull request #6583 from zhaojh329/wifidog-ng
wifidog-ng: Update to 2.0.0
Hannu Nyman [Thu, 2 Aug 2018 17:55:18 +0000 (20:55 +0300)]
Merge pull request #6603 from neheb/email
emailrelay: Update to 2.0
Stijn Tintel [Thu, 2 Aug 2018 16:42:31 +0000 (19:42 +0300)]
Merge pull request #6423 from micmac1/strongswan-uclibc-iconv
strongswan: fix uclibc build issue
Stijn Tintel [Thu, 2 Aug 2018 16:41:08 +0000 (19:41 +0300)]
Merge pull request #5069 from dedeckeh/pr-netsnmp-fw
net-snmp: fix inbound firewall rule support
Stijn Tintel [Thu, 2 Aug 2018 16:39:46 +0000 (19:39 +0300)]
Merge pull request #6405 from TDT-AG/pr/
20180704-strongswan-add-openwrt-hotplug
strongswan: add hotplug script user handling
Stijn Tintel [Thu, 2 Aug 2018 16:24:06 +0000 (19:24 +0300)]
Merge pull request #6655 from cshoredaniel/pr-fix-nut-upsmon-no-server
nut: Fix for nut-upsmon without nut-server
Hannu Nyman [Thu, 2 Aug 2018 15:58:23 +0000 (18:58 +0300)]
Merge pull request #6236 from cotequeiroz/mailsend_openssl-1.1
mailsend: bump to v. 1.19, add openssl 1.1
Daniel F. Dickinson [Thu, 2 Aug 2018 09:10:18 +0000 (05:10 -0400)]
nut: Fix for nut-upsmon without nut-server
nut-monitor failed to create required dir /var/etc/nut, as
well as failing to set appropriate user on the directory and
conf files. Fixing this closes
https://github.com/openwrt/packages/issues/6644
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Rosen Penev [Thu, 2 Aug 2018 04:53:44 +0000 (21:53 -0700)]
neon: Fix URL
There seems to be no proper location for this, nor an up to date fork.
Arch uses this link so switch to that.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Thu, 2 Aug 2018 07:18:06 +0000 (10:18 +0300)]
Merge pull request #6648 from neheb/patch-20
redsocks: Update to 0.5
Rosen Penev [Thu, 2 Aug 2018 01:51:33 +0000 (18:51 -0700)]
shairport-sync: Update to 3.2.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Ted Hess [Wed, 1 Aug 2018 22:51:36 +0000 (18:51 -0400)]
Merge pull request #6643 from neheb/patch-11
crelay: Update to 0.12 and switch to codeload
Rosen Penev [Wed, 1 Aug 2018 21:49:01 +0000 (14:49 -0700)]
redsocks: Update to 0.5
Also switched to codeload for simplicity
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 1 Aug 2018 21:14:37 +0000 (14:14 -0700)]
crelay: Update to 0.12 and switch to codeload
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 1 Aug 2018 18:50:12 +0000 (11:50 -0700)]
knxd: Update to 0.14.25 and switch to codeload
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Philip Prindeville [Wed, 1 Aug 2018 17:40:16 +0000 (13:40 -0400)]
Merge pull request #6623 from pprindeville/perl-5.28.0
perl: update to 5.28
Philip Prindeville [Wed, 1 Aug 2018 00:28:41 +0000 (18:28 -0600)]
perl: build with -fno-strict-liasing and -fwrapv
Looking at Configure and Porting/config.sh, it seems that Perl
requires both of these options to build correctly.
Should fix FS #1464.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hannu Nyman [Wed, 1 Aug 2018 16:10:56 +0000 (19:10 +0300)]
Merge pull request #6635 from neheb/patch-9
linknx: Update to 0.0.1.36 and switch to codeload
Hannu Nyman [Wed, 1 Aug 2018 16:10:38 +0000 (19:10 +0300)]
Merge pull request #6636 from neheb/libesmtp
Libesmtp
Hannu Nyman [Wed, 1 Aug 2018 16:08:01 +0000 (19:08 +0300)]
Merge pull request #6639 from Andy2244/samba4-libgcrypt-libpam-fix
samba4: add optional lib dependencies (libgcrypt, libpam)
Hannu Nyman [Wed, 1 Aug 2018 16:06:33 +0000 (19:06 +0300)]
Merge pull request #6637 from chris5560/ddns-master
ddns-scripts: bump to version 2.7.8-1
Andy Walsh [Wed, 1 Aug 2018 11:59:00 +0000 (13:59 +0200)]
samba4: add optional lib dependencies (libgcrypt, libpam)
* add libgcrypt, libpam to optional libs
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Christian Schoenebeck [Wed, 1 Aug 2018 07:36:33 +0000 (09:36 +0200)]
ddns-scripts: bump to version 2.7.8-1
- remove Cloudflare v1 protocol support #6084 #6519
- fix goip.de update url #6448 #6519
- change Cloudflare v4 to read "Proxied" from current setting at Cloudflare Dashboard #5097 #6364 #6505
- fix replace of password inside logfile #6568
- remove myself as PKG_MAINTAINER
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Jo-Philipp Wich [Wed, 1 Aug 2018 06:02:18 +0000 (08:02 +0200)]
Merge pull request #6531 from jow-/privoxy-fix-uci-parsing
privoxy: fix uci configuration parsing after upstream OpenWrt changes
Rosen Penev [Wed, 1 Aug 2018 01:50:32 +0000 (18:50 -0700)]
linknx: Update to 0.0.1.36 and switch to codeload
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 1 Aug 2018 03:25:09 +0000 (20:25 -0700)]
libesmtp: Fix compile with OpenSSL 1.1.0
Also switched back to official tarball.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Philip Prindeville [Sun, 1 Jul 2018 17:34:19 +0000 (11:34 -0600)]
perl: update to 5.28
Refresh patches 900 and 910.
Add fix (920) for improperly gated variable.
Add workaround (020) for Storable's run-time check for stacksize.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Rosen Penev [Sat, 28 Jul 2018 22:31:42 +0000 (15:31 -0700)]
emailrelay: Update to 2.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Tue, 31 Jul 2018 19:46:17 +0000 (22:46 +0300)]
Merge pull request #6420 from micmac1/lighttpd-uclibc-iconv
lighttpd: fix uclibc build issue
Hannu Nyman [Tue, 31 Jul 2018 19:43:48 +0000 (22:43 +0300)]
Merge pull request #6527 from val-kulkov/pigeonhole-package
dovecot-pigeonhole: fix compilation with full language support
Hannu Nyman [Tue, 31 Jul 2018 19:42:59 +0000 (22:42 +0300)]
Merge pull request #6541 from neheb/patch-9
acl: Switch to tarballs
Hannu Nyman [Tue, 31 Jul 2018 19:41:17 +0000 (22:41 +0300)]
Merge pull request #6612 from neheb/patch-19
chaosvpn: Update to 2.19 and switch to codeload
Hannu Nyman [Tue, 31 Jul 2018 19:39:59 +0000 (22:39 +0300)]
Merge pull request #6606 from neheb/patch-18
softflowd: Fix URL
Hannu Nyman [Tue, 31 Jul 2018 19:38:50 +0000 (22:38 +0300)]
Merge pull request #6622 from neheb/patch-11
inadyn: Update to 2.3.1
Daniel Golle [Mon, 30 Jul 2018 23:44:34 +0000 (01:44 +0200)]
Merge pull request #6468 from micmac1/gnunet-nls
gnunet: remove iconv hack
Daniel Golle [Mon, 30 Jul 2018 23:43:38 +0000 (01:43 +0200)]
Merge pull request #6625 from neheb/hiredis
hiredis: Switch to codeload tarball
Rosen Penev [Mon, 30 Jul 2018 23:25:26 +0000 (16:25 -0700)]
hiredis: Switch to codeload tarball
Simpler makefile. Also fixes uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 30 Jul 2018 22:44:11 +0000 (15:44 -0700)]
inadyn: Update to 2.3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jo-Philipp Wich [Mon, 30 Jul 2018 18:57:59 +0000 (20:57 +0200)]
Merge pull request #5273 from brianjmurrell/add-foolsm
Add package foolsm
Ted Hess [Mon, 30 Jul 2018 14:36:47 +0000 (10:36 -0400)]
Merge pull request #6579 from thess/mpc-autotools
mpc: Update to 0.30. Use autotools
Ted Hess [Mon, 30 Jul 2018 14:36:21 +0000 (10:36 -0400)]
Merge pull request #6578 from thess/libmpdclient-autotools
libmpdclient: Update to 2.14. Use autotools
Ted Hess [Wed, 25 Jul 2018 19:46:00 +0000 (15:46 -0400)]
libmpdclient: Update to 2.14. Use autotools
Package versions newer than 2.11 require meson/ninja which OpenWrt does not
support in its build environment. These files provide the minimum autotool
configuration necessary to build later versions.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Wed, 25 Jul 2018 20:39:29 +0000 (16:39 -0400)]
mpc: Update to 0.30. Use autotools
Package versions newer than 0.28 require meson/ninja which OpenWrt does not
support in its build environment. These files provide the minimum autotool
configuration necessary to build later versions.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Hannu Nyman [Mon, 30 Jul 2018 12:56:54 +0000 (15:56 +0300)]
Merge pull request #6611 from neheb/ccrypt
ccrypt: Update to 1.11
Rosen Penev [Thu, 26 Jul 2018 20:04:30 +0000 (13:04 -0700)]
acme: Update to 2.7.9
Switch to codeload. Simplifies the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Mon, 30 Jul 2018 09:39:54 +0000 (12:39 +0300)]
Merge pull request #6615 from Ansuel/nginx
nginx: bump to latest release
Ansuel Smith [Mon, 30 Jul 2018 09:14:07 +0000 (11:14 +0200)]
nginx: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Jo-Philipp Wich [Mon, 30 Jul 2018 07:36:15 +0000 (09:36 +0200)]
Merge pull request #5563 from Andy2244/samba-4.8
samba4: add package samba-4.8
Jo-Philipp Wich [Mon, 30 Jul 2018 05:01:20 +0000 (07:01 +0200)]
Merge pull request #6573 from EricLuehrsen/unbound_20180721
unbound: add UCI for forward stub and auth zone clauses
Philip Prindeville [Mon, 30 Jul 2018 04:43:35 +0000 (00:43 -0400)]
Merge pull request #6586 from neheb/patch-14
acpica-unix: Update to
20180629
Eric Luehrsen [Fri, 29 Jun 2018 00:41:37 +0000 (20:41 -0400)]
unbound: add UCI for forward stub and auth zone clauses
With growing interest, DNS over TLS can be setup in Unbounds foward-zone:
clause. A broader UCI solution is added to support forward-, stub-, and
auth- zone clauses in a new 'zone' section. This implentation required
reworking scripts, because they did not scale. 'forward_domain' and
'prefetch_root' options are removed, and superceded by 'zone' section.
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Rosen Penev [Mon, 30 Jul 2018 01:43:10 +0000 (18:43 -0700)]
chaosvpn: Update to 2.19 and switch to codeload
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 30 Jul 2018 01:36:20 +0000 (18:36 -0700)]
ccrypt: Update to 1.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Yousong Zhou [Sun, 29 Jul 2018 23:56:38 +0000 (23:56 +0000)]
dtc: bump to version 1.4.7
Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
Hannu Nyman [Sun, 29 Jul 2018 19:42:57 +0000 (22:42 +0300)]
Merge pull request #6609 from mwarning/zerotier
zerotier: update to version 1.2.12
Hannu Nyman [Sun, 29 Jul 2018 19:39:51 +0000 (22:39 +0300)]
Merge pull request #6550 from sartura/geth_update_1.8.12
geth: update to 1.8.12
Hannu Nyman [Sun, 29 Jul 2018 19:38:31 +0000 (22:38 +0300)]
Merge pull request #6528 from val-kulkov/subversion-package
subversion: bump to the latest stable bugfix release
Dirk Brenken [Sun, 29 Jul 2018 19:29:51 +0000 (21:29 +0200)]
Merge pull request #6600 from dibdot/travelmate
travelmate: update 1.2.1
Dirk Brenken [Sat, 28 Jul 2018 17:22:43 +0000 (19:22 +0200)]
travelmate: update 1.2.1
* no longer rename faulty uplinks in /etc/config/wireless, but save
uplink state in json runtime information. To reset the saved state
simply restart travelmate processing.
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rafał Miłecki [Sun, 29 Jul 2018 19:18:06 +0000 (21:18 +0200)]
lxc: bump PKG_RELEASE after backporting nl patch
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Rafał Miłecki [Sun, 29 Jul 2018 19:08:05 +0000 (21:08 +0200)]
lxc: nl: avoid NULL pointer dereference
This backports upstream fix from the master branch.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Moritz Warning [Sun, 29 Jul 2018 18:36:13 +0000 (20:36 +0200)]
zerotier: update to version 1.2.12
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Rosen Penev [Sun, 29 Jul 2018 07:57:09 +0000 (00:57 -0700)]
softflowd: Fix URL
Found using uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Francesco Molitierno [Mon, 23 Jul 2018 19:22:12 +0000 (21:22 +0200)]
p910nd: Change start init sequence to 99
Delay startup of p910nd to give devices more time to enumerate
Fixes issue #4752
Tested on mir3g
Signed-off-by: Francesco Molitierno <francyesc0@hotmail.it>
Thomas Heil [Sat, 28 Jul 2018 22:21:28 +0000 (00:21 +0200)]
Merge pull request #6587 from neheb/acpid
acpid: Update to 2.0.30
Jo-Philipp Wich [Sat, 28 Jul 2018 18:12:21 +0000 (20:12 +0200)]
Merge pull request #6601 from MikePetullo/eventlog
eventlog: remove package
W. Michael Petullo [Sat, 28 Jul 2018 17:28:52 +0000 (13:28 -0400)]
eventlog: remove package
The eventlog package is no longer required by syslog-ng, and it conflicts
with the files installed by syslog-ng. No other package requires eventlog,
the external eventlog library project has not been updated in a long time,
and syslog-ng is no longer compatible with the external eventlog library.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Jo-Philipp Wich [Sat, 28 Jul 2018 17:21:51 +0000 (19:21 +0200)]
Merge pull request #6471 from BKPepe/master
owfs: update to the latest version (v3.2p2)
Jonas Gorski [Fri, 27 Jul 2018 19:42:04 +0000 (21:42 +0200)]
znc: revert cmake build artifacts from makefile
Revert some cmake stuff that accidentially made it into the Makefile to
unbreak the build.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Jonas Gorski [Mon, 16 Jul 2018 10:47:40 +0000 (12:47 +0200)]
znc: update my email address
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Jonas Gorski [Thu, 12 Jul 2018 13:22:30 +0000 (15:22 +0200)]
znc: drop unneeded root check patch
We don't run znc as root anymore, so no need to do the root check after
loading the config.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Rosen Penev [Tue, 12 Jun 2018 00:46:09 +0000 (17:46 -0700)]
znc: Update to 1.7.1
Notable Changes:
* New IRCv3.2 capabilities support on client and server side
* Increased max line lengths
* support for stripping color control codes
* various bug fixes
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[jonas.gorski: add notable changes, switch to 1.7.1]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Rosen Penev [Fri, 27 Jul 2018 03:17:21 +0000 (20:17 -0700)]
bridge-utils: Update to 1.6
Switch to official tarballs. Simpler and faster.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Eneas Queiroz [Fri, 27 Jul 2018 03:00:29 +0000 (00:00 -0300)]
ipsec-tools: compile with openssl 1.1, compile fix (#6141)
Added compatibility with openssl 1.1, and also fixed a compiler
warning about implicit declaration.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Rosen Penev [Thu, 26 Jul 2018 20:15:51 +0000 (13:15 -0700)]
acpid: Update to 2.0.30
Remove obsolete patch. Also update the website.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 26 Jul 2018 20:09:34 +0000 (13:09 -0700)]
acpica-unix: Update to
20180629
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Andy Walsh [Wed, 31 Jan 2018 13:17:11 +0000 (14:17 +0100)]
samba4: add package samba-4.8
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Jo-Philipp Wich [Thu, 26 Jul 2018 18:33:34 +0000 (20:33 +0200)]
Merge pull request #6274 from TDT-AG/pr/
20180611-add-bonding-proto
net/bonding: added protohandler package for netifd
Jo-Philipp Wich [Thu, 26 Jul 2018 18:18:31 +0000 (20:18 +0200)]
Merge pull request #6462 from korzhyk/web_home
transmission: Allow user to configure web ui home directory
Jianhui Zhao [Thu, 26 Jul 2018 15:28:41 +0000 (23:28 +0800)]
wifidog-ng: Update to 2.0.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Ted Hess [Thu, 26 Jul 2018 14:07:16 +0000 (10:07 -0400)]
Merge pull request #6548 from neheb/picocom
picocom: Update to 3.1
Ted Hess [Thu, 26 Jul 2018 14:06:42 +0000 (10:06 -0400)]
Merge pull request #6582 from MikePetullo/libpsl
libpsl: depend on libidn2 and libunistring
Ted Hess [Thu, 26 Jul 2018 14:05:29 +0000 (10:05 -0400)]
Merge pull request #6580 from neheb/xmlrpc
xmlrpc-c: Fix TLS dependency
W. Michael Petullo [Thu, 26 Jul 2018 02:30:16 +0000 (22:30 -0400)]
libpsl: depend on libidn2 and libunistring
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Rosen Penev [Sun, 22 Jul 2018 17:49:32 +0000 (10:49 -0700)]
picocom: Update to 3.1
Switched to new upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>