Nuno Goncalves [Mon, 23 Jan 2017 19:49:32 +0000 (20:49 +0100)]
nmap: bump version to 7.40 (all patches upstream)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Hannu Nyman [Mon, 23 Jan 2017 18:20:56 +0000 (20:20 +0200)]
Merge pull request #3901 from dibdot/adblock
adblock: update 2.1.5
Dirk Brenken [Mon, 23 Jan 2017 18:03:41 +0000 (19:03 +0100)]
adblock: update 2.1.5
* fix init boot function
* made fetch utility check more bullet proof
* automatically switch between default wget & uclient-fetch
configuration
* output link to online documentation on error
* update documentation
Signed-off-by: Dirk Brenken <dev@brenken.org>
Álvaro Fernández Rojas [Mon, 23 Jan 2017 16:53:03 +0000 (17:53 +0100)]
unzip: patch CVE-2014-9913 and CVE-2016-9844 vulnerabilities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Mirko Vogt [Wed, 18 Jan 2017 14:25:15 +0000 (15:25 +0100)]
freetype: bump to version 2.7
Hannu Nyman [Mon, 23 Jan 2017 07:34:55 +0000 (09:34 +0200)]
Merge pull request #3861 from milani/luajit
luajit: update to trunk
Morteza Milani [Tue, 17 Jan 2017 13:48:56 +0000 (17:18 +0330)]
luajit: update to trunk
This includes a fix in jit module that is essential for MIPS target.
Signed-off-by: Morteza Milani <milani@pichak.co>
Hannu Nyman [Mon, 23 Jan 2017 07:25:52 +0000 (09:25 +0200)]
Merge pull request #3895 from psidhu/fix-ncurses6-gpsd-3.16
utils/gpsd: refresh 0002-ncurses6_detection to 3.16
Pushpal Sidhu [Mon, 23 Jan 2017 07:07:33 +0000 (23:07 -0800)]
utils/gpsd: refresh 0002-ncurses6_detection to 3.16
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
Hannu Nyman [Mon, 23 Jan 2017 06:45:39 +0000 (08:45 +0200)]
Merge pull request #3888 from RussellSenior/fix-gpsd-ncurses-detection
gpsd: add ncurses6 support
Hannu Nyman [Mon, 23 Jan 2017 06:45:15 +0000 (08:45 +0200)]
Merge pull request #3630 from p-wassi/gpsd
utils/gpsd: update, procd, cosmetic, dependencies
Hannu Nyman [Mon, 23 Jan 2017 05:15:24 +0000 (07:15 +0200)]
Merge pull request #3870 from jow-/pen-update
pen: update to v0.34.0
Hannu Nyman [Mon, 23 Jan 2017 05:13:38 +0000 (07:13 +0200)]
Merge pull request #3871 from jow-/nail-fix-build
nail: fix build against OpenSSL with disabled SSLv3
Hannu Nyman [Mon, 23 Jan 2017 05:11:48 +0000 (07:11 +0200)]
Merge pull request #3841 from chris5560/ddns-scripts
ddns-scripts: fix detecting local ip from ip command
Hannu Nyman [Mon, 23 Jan 2017 05:10:05 +0000 (07:10 +0200)]
Merge pull request #3869 from jow-/perl-www-curl-compile-fix
perl-www-curl: fix build against curl >= 7.50
Hannu Nyman [Mon, 23 Jan 2017 05:08:45 +0000 (07:08 +0200)]
Merge pull request #3873 from EricLuehrsen/unbound_odhcpd
unbound: add odhcpd scripts and act like dnsmasq without dnsmasq
Eric Luehrsen [Thu, 29 Dec 2016 06:32:31 +0000 (01:32 -0500)]
unbound: expand UCI to cover some popular dnsmasq features
Unbound+DHCP (server of your choice) should be able to replicate
a lot of what dnsmasq provides. With this change set Unbound
still works with dnsmasq, but also it can work with a plain
DHCP server. Features have been added within the UCI itself
to act like dnsmasq.
- alone: name each interface relative to router hostname
- alone: prevent upstream leakage of your domain and '.local'
- dnsmasq: use dnsmasq UCI to configure forwarding clauses
- dhcp: work with odhcpd as example of companion DHCP-DNS
- dhcp: convert DHCPv4 leases into EUI64 SLAAC for DNS records
- all: enable encrypted remote unbound-control using splice conf
- all: allow user spliced conf-files for hybrid UCI and manual conf
-- 'unbound_srv.conf' will be spliced into the 'server:' clause
-- 'unbound_ext.conf' will add clauses to the end, example 'forward:'
README HOW TO for dnsmasq-in-serial, dnsmasq-in-parallel, and
unbound-with-odhcpd have better/added UCI starters. HOW TO for
including unbound_srv.conf and unbound_ext.conf are added.
Document new UCI: add_local_fqdn, add_wan_fqdn, dhcp4_slaac6,
dhcp_link, domain, and domain_type
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Eric Luehrsen [Sat, 7 Jan 2017 19:19:22 +0000 (14:19 -0500)]
unbound: expand UCI support for odhcpd DHCP-DNS
This is bare minimum change in 'unbound.sh' and
'dnsmasq.sh' to migrate the UCI option set for
more flexibility. The boolean(s) to link to
dnsmasq are being changed to a state to include
odhcpd. It is executable but a small step for
clear change management.
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Eric Luehrsen [Thu, 29 Dec 2016 06:29:17 +0000 (01:29 -0500)]
unbound: add odhcpd specific scripts to link DHCP-DNS
The UCI for Unbound already links to dnsmasq, but what
if with Unbound, we want to configure a plain dhcp server.
Most servers can call a script for lease events. That
script can then formulate DNS records and load them
with unbound-control (dependency).
The files added here work with OpenWRT/LEDE odhcpd, such
that it can be run alone. They can be used as examples
for any dhcp server. 'odhcpd.sh' is to be called by
odhcpd when a lease event occurs. 'odhcpd.awk' is called
internal to the shell script. The awk script handles
any tricky reformating that may be required.
/etc/config/dhcp
config odhcpd 'odhcpd'
option leasetrigger '/usr/lib/unbound/odhcpd.sh'
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Eric Luehrsen [Fri, 23 Dec 2016 07:37:21 +0000 (02:37 -0500)]
unbound: improve NTP hotplug behavior when Unbound is disabled
If Unbound was disabled and at later time enabled, then it
would operate in DNSSEC less-secure mode. When NTP hotplug
was called, the timestamp file was not updated. This was
found testing Unbound vs other tools (bind, dnsmasq).
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
heil [Sun, 22 Jan 2017 20:09:54 +0000 (21:09 +0100)]
package: pcre bump to version 8.40
Signed-off-by: heil <heil@terminal-consulting.de>
Toke Høiland-Jørgensen [Sun, 22 Jan 2017 19:02:59 +0000 (20:02 +0100)]
sqm-scripts: Bump to v1.1.1, depend on kmod-sched-cake
The kmod-sched-cake dependency is to avoid
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Peter Wagner [Sun, 22 Jan 2017 18:29:19 +0000 (19:29 +0100)]
pulseaudio: update to 10.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Sun, 22 Jan 2017 07:09:27 +0000 (09:09 +0200)]
Merge pull request #3567 from nikil/fping
fping: Add package
Hannu Nyman [Sun, 22 Jan 2017 07:02:54 +0000 (09:02 +0200)]
Merge pull request #3569 from nikil/wakeonlan
wakeonlan: Add package
Hannu Nyman [Sun, 22 Jan 2017 06:53:51 +0000 (08:53 +0200)]
Merge pull request #3574 from nikil/progress
progress: Add package
p-wassi [Wed, 7 Dec 2016 22:32:11 +0000 (23:32 +0100)]
utils/gpsd: move package to 'Utilities'
Move package 'gpsd' and 'gpsd-clients' to menuconfig's 'Utilities'
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
p-wassi [Wed, 7 Dec 2016 22:30:05 +0000 (23:30 +0100)]
utils/gpsd: fix dependencies
Remove unneccessary dependencies in gpsd/gpsd-clients/libgps.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
p-wassi [Wed, 7 Dec 2016 22:05:00 +0000 (23:05 +0100)]
utils/gpsd: switch to procd
Rewrite init script for procd support
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Ted Hess [Fri, 20 Jan 2017 21:21:29 +0000 (16:21 -0500)]
Merge pull request #3862 from dibdot/travelmate
travelmate: bugfix 0.3.2
Russell Senior [Fri, 20 Jan 2017 18:16:32 +0000 (10:16 -0800)]
gpsd: add ncurses6 support
Signed-off-by: Russell Senior <russell@personaltelco.net>
Ted Hess [Fri, 20 Jan 2017 18:08:33 +0000 (13:08 -0500)]
Merge pull request #3887 from dibdot/adblock
adblock: bugfix 2.1.2
Ted Hess [Fri, 20 Jan 2017 18:01:15 +0000 (13:01 -0500)]
Merge pull request #3570 from nikil/ifstat
ifstat: Add package
Ted Hess [Fri, 20 Jan 2017 17:53:23 +0000 (12:53 -0500)]
Merge pull request #3573 from nikil/bitlbee
bitlbee: Add package
Jo-Philipp Wich [Fri, 20 Jan 2017 09:11:59 +0000 (10:11 +0100)]
Merge pull request #3623 from p-wassi/oping_190
libs/liboping: update to 1.9.0
Dirk Brenken [Fri, 20 Jan 2017 08:57:33 +0000 (09:57 +0100)]
adblock: bugfix 2.1.2
* fix minor build error in init script
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Tue, 17 Jan 2017 20:18:38 +0000 (21:18 +0100)]
travelmate: bugfix 0.3.2
* refine/speed-up (re-)connect handling
* fix minor build error in init script
* better logging & cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Stijn Tintel [Fri, 20 Jan 2017 05:39:36 +0000 (06:39 +0100)]
vallumd: bump to 0.1.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Ted Hess [Thu, 19 Jan 2017 20:33:07 +0000 (15:33 -0500)]
icecast: Fix configure if both vorbis and tremor host packages installed
Signed-off-by: Ted Hess <thess@kitschensync.net>
Jo-Philipp Wich [Tue, 17 Jan 2017 21:52:04 +0000 (22:52 +0100)]
mosquitto: fix provides <=> package name conflicts
The virtual package declared by PROVIDES must not have the same name as the
variant declaring it, otherwise buildroot will fail with errors like:
cp: '.../pkginfo/mosquitto.provides' and '.../pkginfo/mosquitto.provides' are the same file
In order to fix the above error, rename the existing "mosquitto" and
"libmosquitto" packages into "mosquitto-ssl" and "libmosquitto-ssl"
respectively.
Also substitute use of $(PKG_NAME) with literal "mosquitto" in
Package/* defines to improve readability of the Makefile.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Toke Høiland-Jørgensen [Thu, 19 Jan 2017 10:08:17 +0000 (11:08 +0100)]
flent-tools: Bump version
Jo-Philipp Wich [Wed, 18 Jan 2017 11:08:40 +0000 (12:08 +0100)]
coreutils: add libcap dependency to selected applets
If libcap happens to be present in the environment, coreutils will pick it up
and link some applets against it.
Since the idea of coreutils is to provide a full featured alternative to the
busybox applets, do not inhibit the optional dependency but explicitely
require libcap instead.
Fixes the following error spotted on the buildbots:
Package coreutils-dir is missing dependencies for the following libraries:
libcap.so.2
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
p-wassi [Wed, 7 Dec 2016 23:36:08 +0000 (00:36 +0100)]
libs/libcap: update to 2.25
Update libcap to upstream release 2.25
Since the libattr thing was dropped upstream in [1] it is also removed here.
Then, to overcome an issue in cross-compiling [2], set the Make parameter
according to [3].
Take maintainership of this package.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
[1]:
http://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/commit/?id=
85f38a573fc47472ab792e813b6f6b6f0b1df112
[2]:
libcap: progs/Makefile:30 executes the cross-compiled binary on the host
[3]:
libcap: Make.Rules: comment from lines 74-81
Jo-Philipp Wich [Wed, 18 Jan 2017 03:03:00 +0000 (04:03 +0100)]
nail: fix build against OpenSSL with disabled SSLv3
Extend the existing patch handling disabled SSLv2 to cover the SSLv3 case as
well in order to fix the following build error reported by the buildbot:
openssl.o: In function `ssl_open':
openssl.c:(.text+0xa1c): undefined reference to `SSLv3_client_method'
collect2: error: ld returned 1 exit status
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Wed, 18 Jan 2017 02:53:03 +0000 (03:53 +0100)]
pen: update to v0.34.0
Update the pen package to upstream release v0.34.0 in order to fix the
following build error reported by the buildbot:
ssl.o: In function `ssl_create_context':
ssl.c:(.text+0x9c): undefined reference to `SSLv3_method'
collect2: error: ld returned 1 exit status
Also switch from PKG_MD5SUM to PKG_HASH with SHA256 while we're at it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Wed, 18 Jan 2017 02:40:50 +0000 (03:40 +0100)]
perl-www-curl: fix build against curl >= 7.50
Import a proposed upstream bug fix to allow building against recent curl
versions. Fixes the following error observed by the buildbots:
curlopt-constants.c:129:49: error: 'CURL_STRICTER' undeclared (first use in this function)
if (strEQ(name, "STRICTER")) return CURL_STRICTER;
Upstream bug: https://rt.cpan.org/Public/Bug/Display.html?id=117793
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Luiz Angelo Daros de Luca [Wed, 18 Jan 2017 01:43:47 +0000 (23:43 -0200)]
Merge pull request #3868 from luizluca/ruby_minor
ruby: derive ABI version from VERSION
Luiz Angelo Daros de Luca [Wed, 18 Jan 2017 01:03:53 +0000 (23:03 -0200)]
ruby: derive ABI version from VERSION
There might be no ABI breakage when the first two number
of version are the same.
(No change on generated packages. No need to bumb release)
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Peter Wagner [Tue, 17 Jan 2017 22:49:20 +0000 (23:49 +0100)]
ntpd: cleanup Makefile and hotplug script
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ted Hess [Tue, 17 Jan 2017 20:42:19 +0000 (15:42 -0500)]
Merge pull request #3863 from jow-/socat-fix-build
socat: work around missing stddef.h include
Jo-Philipp Wich [Tue, 17 Jan 2017 20:24:12 +0000 (21:24 +0100)]
socat: work around missing stddef.h include
The buildbots fail to build socat due to the following error:
nestlex.c:14:7: error: unknown type name 'ptrdiff_t'
It appears that certain source files do not include all required headers,
depending on the configure options passed to socat.
Work around the error by passing `-include stddef.h` via `TARGET_CFLAGS` to
forcibly inject this header file into all compilation units.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Ted Hess [Tue, 17 Jan 2017 17:21:42 +0000 (12:21 -0500)]
Merge pull request #3833 from riptidewave93/patch-1
util/beep: Add beep package
Karl Palsson [Tue, 17 Jan 2017 10:43:42 +0000 (10:43 +0000)]
net/mosquitto: add PROVIDES to daemon and library
Adding PROVIDES to both the daemon and library and -nossl variants allow
downstream packages to simply declare a single dependency.
mosquitto-client however, still needs to explicitly depend on the ssl or
nossl variant however.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Ted Hess [Tue, 17 Jan 2017 14:09:31 +0000 (09:09 -0500)]
Merge pull request #3472 from cshore-firmware/pull-request-rsync-acl-options
net/rsync: Make using ACL/XATTR the default if it's core default
Ted Hess [Tue, 17 Jan 2017 00:07:53 +0000 (19:07 -0500)]
Merge pull request #3857 from diizzyy/patch-28
net/socat: Update to 1.7.3.1 and fix SSL
Peter Wagner [Mon, 16 Jan 2017 21:28:01 +0000 (22:28 +0100)]
ntpd: add hotplug script that signals when ntp reaches the stratum level like the sysntp implementation
use ntpq to check the status of the ntp server as all other status scripts included in the ntp tarball are
based on perl which would dramatically increase the footprint of ntpd
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Daniel Engberg [Mon, 16 Jan 2017 21:05:19 +0000 (22:05 +0100)]
net/socat: Update to 1.7.3.1 and fix SSL
Update to 1.7.3.1
Fix SSL builds
Source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/socat/patches/#dirlist
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Peter Wagner [Mon, 16 Jan 2017 20:54:11 +0000 (21:54 +0100)]
alsa-lib: update to 1.1.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Christian Schoenebeck [Mon, 16 Jan 2017 20:08:33 +0000 (21:08 +0100)]
ddns-scripts: 2nd fix detecting local ip from ip command
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Peter Wagner [Mon, 16 Jan 2017 17:53:08 +0000 (18:53 +0100)]
ctorrent-*: delete from repo as there is no active development since 2008 and there are alternatives like aria2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ted Hess [Mon, 16 Jan 2017 13:12:28 +0000 (08:12 -0500)]
Merge pull request #3848 from jp-bennett/master
Fwknopd: Various updates
Ted Hess [Mon, 16 Jan 2017 13:04:31 +0000 (08:04 -0500)]
Merge pull request #3851 from diizzyy/patch-25
sound/shine: Fix compilation with ffmpeg and minor fixes
Daniel Engberg [Mon, 16 Jan 2017 08:52:30 +0000 (09:52 +0100)]
sound/shine: Fix compilation with ffmpeg and minor fixes
Update upstream URLs
Add upsteam patch to avoid name collision with ffmpeg
Source: https://github.com/toots/shine/commit/
3695118267be9b7a9412c86c7c5424ab47efe7ec
Refresh patches
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Chris Blake [Mon, 16 Jan 2017 09:10:38 +0000 (03:10 -0600)]
Update Makefile
danrl [Sat, 14 Jan 2017 13:54:42 +0000 (14:54 +0100)]
wireguard: new version and usability improvements
Signed-off-by: Dan Luedtke <mail@danrl.com>
Ted Hess [Mon, 16 Jan 2017 00:46:57 +0000 (19:46 -0500)]
Merge pull request #3846 from Wedmer/master
[libs/fftw3] Updated to version 3.3.6
Stijn Tintel [Sun, 15 Jan 2017 22:53:04 +0000 (23:53 +0100)]
vallumd: bump to 0.1.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Hauke Mehrtens [Sun, 15 Jan 2017 22:20:51 +0000 (23:20 +0100)]
Merge pull request #3837 from hauke/tor
tor: update to version 0.2.9.8
Vladimir Ulrich [Sun, 15 Jan 2017 22:19:10 +0000 (01:19 +0300)]
[libs/fftw3] Updated to version 3.3.6
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Hauke Mehrtens [Sat, 14 Jan 2017 16:40:43 +0000 (17:40 +0100)]
tor: log to syslog by default
Make tor log to syslog by default instead of stdout.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sat, 14 Jan 2017 14:38:14 +0000 (15:38 +0100)]
tor: add tor-gencert, tor-resolve and torify
These are some additional applications build by the tor package.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sat, 14 Jan 2017 14:26:41 +0000 (15:26 +0100)]
tor: add geoip6 to tor-geoip
This add the IPv6 addresses to the tor-geoip6 package.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sat, 14 Jan 2017 14:29:19 +0000 (15:29 +0100)]
tor: preserve tor keys over sysupgrade
Mark the directories containing the keys for hidden services as
conffiles to preserve them over sysupgrade.
Fixes: #2247
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sat, 14 Jan 2017 14:28:02 +0000 (15:28 +0100)]
tor: update to version 0.2.9.8
In addition update some configure options and use EXTRA_CFLAGS.
Setting RunAsDaemon to 1 will be overwritten by the init script option
"--runasdaemon 0" anyway and we want it in foreground for procd.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Ted Hess [Sun, 15 Jan 2017 22:00:25 +0000 (17:00 -0500)]
Merge pull request #3845 from jp-bennett/master
nano: Update to version 2.7.4
Jonathan Bennett [Sun, 15 Jan 2017 21:52:54 +0000 (15:52 -0600)]
Fwknopd: Various updates
Adds configuration option for NFQ capture, moves often written
configuration files to /var/etc.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
Jonathan Bennett [Sun, 15 Jan 2017 20:45:38 +0000 (14:45 -0600)]
nano: Update to version 2.7.4
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
Nikos Mavrogiannopoulos [Sun, 15 Jan 2017 20:30:10 +0000 (21:30 +0100)]
gnutls: updated to 3.5.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Peter Wagner [Sun, 15 Jan 2017 20:30:08 +0000 (21:30 +0100)]
nfs-kernel-sever: update to 2.1.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
heil [Sun, 15 Jan 2017 20:29:16 +0000 (21:29 +0100)]
memcached: bump to version 1.4.34
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Sun, 15 Jan 2017 20:28:23 +0000 (21:28 +0100)]
prosody: bump to version 0.9.12
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Sun, 15 Jan 2017 20:26:00 +0000 (21:26 +0100)]
haproxy: bump to version 1.7.2
Released version 1.7.2 with the following main changes :
- BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2)
- SCRIPTS: git-show-backports: fix a harmless typo
- SCRIPTS: git-show-backports: add -H to use the hash of the commit message
- BUG/MINOR: stream-int: automatically release SI_FL_WAIT_DATA on SHUTW_NOW
- DOC: lua: documentation about time parser functions
- DOC: lua: section declared twice
- BUG/MINOR: lua/cli: bad error message
- DOC: fix small typo in fe_id (backend instead of frontend)
- BUG/MINOR: Fix the sending function in Lua's cosocket
- BUG/MINOR: lua: memory leak executing tasks
- BUG/MINOR: lua: bad return code
- BUG/MEDIUM: ssl: properly reset the reused_sess during a forced handshake
- BUG/MEDIUM: ssl: avoid double free when releasing bind_confs
- BUG/MINOR: stats: fix be/sessions/current out in typed stats
- BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled
- BUG/MEDIUM: ssl: for a handshake when server-side SNI changes
- BUG/MINOR: systemd: potential zombie processes
- DOC: Add timings events schemas
- BUILD: lua: build failed on FreeBSD.
- BUG/MINOR: option prefer-last-server must be ignored in some case
- MINOR: stats: Support "select all" for backend actions
- BUG/MINOR: sample-fetches/stick-tables: bad type for the sample fetches sc*_get_gpt0
- BUG/MAJOR: channel: Fix the definition order of channel analyzers
- BUG/MINOR: http: report real parser state in error captures
- BUILD: scripts: automatically update the branch in version.h when releasing
- BUG/MAJOR: http: fix risk of getting invalid reports of bad requests
- MINOR: http: custom status reason.
- MINOR: connection: add sample fetch "fc_rcvd_proxy"
- BUG/MINOR: config: emit a warning if http-reuse is enabled with incompatible options
- BUG/MINOR: tools: fix off-by-one in port size check
- BUG/MEDIUM: server: consider AF_UNSPEC as a valid address family
- MEDIUM: server: split the address and the port into two different fields
- MINOR: tools: make str2sa_range() return the port in a separate argument
- MINOR: server: take the destination port from the port field, not the addr
- MEDIUM: server: disable protocol validations when the server doesn't resolve
- BUG/MEDIUM: tools: do not force an unresolved address to AF_INET:0.0.0.0
- BUG/MINOR: ssl: EVP_PKEY must be freed after X509_get_pubkey usage
- MINOR: proto_http.c 502 error txt typo.
- DOC: add deprecation notice to "block"
- BUG/MINOR: Reset errno variable before calling strtol(3)
Signed-off-by: heil <heil@terminal-consulting.de>
Ted Hess [Sun, 15 Jan 2017 20:17:18 +0000 (15:17 -0500)]
Merge pull request #3839 from thess/icecast-update
icecast: Rework dependencies
Luka Perkov [Sun, 15 Jan 2017 18:29:55 +0000 (19:29 +0100)]
libuv: bump to 1.10.2
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
Florian Fainelli [Sun, 15 Jan 2017 18:13:17 +0000 (10:13 -0800)]
Merge pull request #3844 from mhei/update-open-plc-utils
open-plc-utils: update to latest upstream commit
Michael Heimpold [Sun, 15 Jan 2017 18:03:04 +0000 (19:03 +0100)]
open-plc-utils: update to commit
18b7e2a9a17f043fe8ac8b457680aafb1c249c55
This contains a fix for big endian systems.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Stijn Tintel [Fri, 13 Jan 2017 19:38:28 +0000 (20:38 +0100)]
net-snmpd: convert snmpd-static to dummy package
We believe snmpd-static isn't useful, but download stats show it's still
being downloaded. Instead of dropping it, make it a dummy package that
depends on snmpd.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Jo-Philipp Wich <jo@mein.io>
Peter Wagner [Sun, 15 Jan 2017 13:30:57 +0000 (14:30 +0100)]
git: update to 2.11.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Christian Schoenebeck [Sun, 15 Jan 2017 09:30:38 +0000 (10:30 +0100)]
ddns-scripts: fix detecting local ip from ip command
fix detecting local ip from ip command #3834
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Ted Hess [Sat, 14 Jan 2017 23:00:31 +0000 (18:00 -0500)]
icecast: Rework dependencies
Remove private Tremor. (use libvorbisidec in repo)
Remove need for libvorbis (add missing vorbis_comment functions)
Remove openSSL (uses mbedTLS via libcurl)
Add myself as co-maintainer.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Matthias Schiffer [Sat, 14 Jan 2017 17:17:19 +0000 (18:17 +0100)]
libxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Matthias Schiffer [Sat, 14 Jan 2017 17:16:11 +0000 (18:16 +0100)]
libgpg-error: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Stijn Tintel [Sat, 14 Jan 2017 05:09:00 +0000 (06:09 +0100)]
Merge pull request #3835 from stintel/vallumd
vallumd: new package
Stijn Tintel [Sat, 14 Jan 2017 01:03:46 +0000 (02:03 +0100)]
vallumd: new package
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Ted Hess [Fri, 13 Jan 2017 22:38:06 +0000 (17:38 -0500)]
ices: fix linking with libogg
Ted Hess [Fri, 13 Jan 2017 21:38:50 +0000 (16:38 -0500)]
libshout: Update to 2.4.1. Create -nossl variant
Signed-off-by: Ted Hess <thess@kitschensync.net>
Stijn Tintel [Fri, 13 Jan 2017 18:48:02 +0000 (19:48 +0100)]
Merge pull request #3775 from jow-/net-snmp-nl-tiny
net-snmp: build against libnl-tiny
Ted Hess [Fri, 13 Jan 2017 18:37:05 +0000 (13:37 -0500)]
Merge pull request #3785 from diizzyy/patch-17
libs/libstrophe: Fix source tarball filename
Peter Wagner [Fri, 13 Jan 2017 18:14:28 +0000 (19:14 +0100)]
glib2: add --enable-libmount=no to HOST_CONFIGURE_ARGS
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Chris Blake [Fri, 13 Jan 2017 17:32:30 +0000 (11:32 -0600)]
util/beep: Add beep package
This adds the beep utility, which allows users to control a pc speaker device.
Maintainer: me / @riptidewave93
Compile tested: x86/64, LEDE Reboot SNAPSHOT r2709-
b7677f0
Run tested: x86/64, LEDE Reboot SNAPSHOT r2709-
b7677f0. Verify program works.
Signed-off-by: Chris Blake <chrisrblake93@gmail.com>