Commit graph

7041 commits

Author SHA1 Message Date
Eric Luehrsen
ee8b15cad2 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>
2017-01-22 20:53:04 -05:00
heil
7c374fa372 package: pcre bump to version 8.40
Signed-off-by: heil <heil@terminal-consulting.de>
2017-01-22 21:09:54 +01:00
Toke Høiland-Jørgensen
a84d421b18 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>
2017-01-22 20:05:15 +01:00
Peter Wagner
c509d76872 pulseaudio: update to 10.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-01-22 19:29:19 +01:00
Hannu Nyman
272cbb0f38 Merge pull request #3567 from nikil/fping
fping: Add package
2017-01-22 09:09:27 +02:00
Hannu Nyman
8c846b691a Merge pull request #3569 from nikil/wakeonlan
wakeonlan: Add package
2017-01-22 09:02:54 +02:00
Hannu Nyman
bb5aefd116 Merge pull request #3574 from nikil/progress
progress: Add package
2017-01-22 08:53:51 +02:00
Ted Hess
42d6e40423 Merge pull request #3862 from dibdot/travelmate
travelmate: bugfix 0.3.2
2017-01-20 16:21:29 -05:00
Ted Hess
03c3686ea8 Merge pull request #3887 from dibdot/adblock
adblock: bugfix 2.1.2
2017-01-20 13:08:33 -05:00
Ted Hess
fcc03cb31a Merge pull request #3570 from nikil/ifstat
ifstat: Add package
2017-01-20 13:01:15 -05:00
Ted Hess
56204441e4 Merge pull request #3573 from nikil/bitlbee
bitlbee: Add package
2017-01-20 12:53:23 -05:00
Jo-Philipp Wich
1a2a65dd81 Merge pull request #3623 from p-wassi/oping_190
libs/liboping: update to 1.9.0
2017-01-20 10:11:59 +01:00
Dirk Brenken
d960507c5f adblock: bugfix 2.1.2
* fix minor build error in init script

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-01-20 09:57:33 +01:00
Dirk Brenken
fe1d073873 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>
2017-01-20 09:12:03 +01:00
Stijn Tintel
554d096512 vallumd: bump to 0.1.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-01-20 06:39:36 +01:00
Ted Hess
c82573e64e icecast: Fix configure if both vorbis and tremor host packages installed
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-01-19 15:34:13 -05:00
Jo-Philipp Wich
8dd6ca99fc 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>
2017-01-19 10:41:53 +00:00
Toke Høiland-Jørgensen
75dfd85619 flent-tools: Bump version 2017-01-19 11:08:17 +01:00
Jo-Philipp Wich
d548d6bf1f 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>
2017-01-18 12:10:44 +01:00
p-wassi
b85f3d20b7 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
2017-01-18 11:20:27 +08:00
Luiz Angelo Daros de Luca
12df5439b8 Merge pull request #3868 from luizluca/ruby_minor
ruby: derive ABI version from VERSION
2017-01-17 23:43:47 -02:00
Luiz Angelo Daros de Luca
d549a9a343 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>
2017-01-17 23:05:18 -02:00
Peter Wagner
fe80861f7c ntpd: cleanup Makefile and hotplug script
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-01-17 23:49:20 +01:00
Ted Hess
646f85cce6 Merge pull request #3863 from jow-/socat-fix-build
socat: work around missing stddef.h include
2017-01-17 15:42:19 -05:00
Jo-Philipp Wich
5e0596b541 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>
2017-01-17 21:24:12 +01:00
Ted Hess
94a8fef222 Merge pull request #3833 from riptidewave93/patch-1
util/beep: Add beep package
2017-01-17 12:21:42 -05:00
Karl Palsson
a52eee16d8 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>
2017-01-17 17:06:42 +00:00
Ted Hess
b4f0cdedcf 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
2017-01-17 09:09:31 -05:00
Ted Hess
13316fd67f Merge pull request #3857 from diizzyy/patch-28
net/socat: Update to 1.7.3.1 and fix SSL
2017-01-16 19:07:53 -05:00
Peter Wagner
d5b4f5bd72 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>
2017-01-16 22:28:01 +01:00
Daniel Engberg
8c0a4bf6c5 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>
2017-01-16 22:05:41 +01:00
Peter Wagner
a0c957d73c alsa-lib: update to 1.1.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-01-16 21:54:11 +01:00
Peter Wagner
7cdb8745b2 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>
2017-01-16 18:53:08 +01:00
Ted Hess
735d35fbb3 Merge pull request #3848 from jp-bennett/master
Fwknopd: Various updates
2017-01-16 08:12:28 -05:00
Ted Hess
cff84b9b53 Merge pull request #3851 from diizzyy/patch-25
sound/shine: Fix compilation with ffmpeg and minor fixes
2017-01-16 08:04:31 -05:00
Daniel Engberg
b82caa0ebe sound/shine: Fix compilation with ffmpeg and minor fixes
Update upstream URLs
Add upsteam patch to avoid name collision with ffmpeg
Source: 3695118267
Refresh patches

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-16 13:34:01 +01:00
Chris Blake
99605fb630 Update Makefile 2017-01-16 03:10:38 -06:00
danrl
e0c2f5bdc8 wireguard: new version and usability improvements
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-01-16 11:20:07 +08:00
Ted Hess
b75248b45b Merge pull request #3846 from Wedmer/master
[libs/fftw3] Updated to version 3.3.6
2017-01-15 19:46:57 -05:00
Stijn Tintel
0eb9dbdd1e vallumd: bump to 0.1.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-01-15 23:53:04 +01:00
Hauke Mehrtens
62679585f8 Merge pull request #3837 from hauke/tor
tor: update to version 0.2.9.8
2017-01-15 23:20:51 +01:00
Vladimir Ulrich
5cb98f890e [libs/fftw3] Updated to version 3.3.6
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-01-16 01:19:10 +03:00
Hauke Mehrtens
275874dc22 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>
2017-01-15 23:18:47 +01:00
Hauke Mehrtens
239ed96b0d 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>
2017-01-15 23:18:47 +01:00
Hauke Mehrtens
f382d5da0d 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>
2017-01-15 23:18:47 +01:00
Hauke Mehrtens
3c3f709792 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>
2017-01-15 23:18:47 +01:00
Hauke Mehrtens
66b9522c26 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>
2017-01-15 23:18:47 +01:00
Ted Hess
28d7c88581 Merge pull request #3845 from jp-bennett/master
nano: Update to version 2.7.4
2017-01-15 17:00:25 -05:00
Jonathan Bennett
e5251d1815 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>
2017-01-15 15:52:54 -06:00
Jonathan Bennett
f167378f3d nano: Update to version 2.7.4
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2017-01-15 14:45:38 -06:00