Matthias Schiffer
4bb72d39db
Merge pull request #5399 from NeoRaider/openvswitch-no-sphinx
openvswitch: don't attempt to use sphinx-build found on the build host
7 years ago
Hannu Nyman
4f8d2053d8
Merge pull request #5319 from maxberger/master
ddns-scripts: Support Amazon AWS Route53 as a ddns provider
7 years ago
Matthias Schiffer
751dbaca0b
openvswitch: don't attempt to use sphinx-build found on the build host
openvswitch fails to build on my Arch Linux system, as it tries to use my build
host's sphinx-build with OpenWrt's python. Add an override to ensure this can't
happen.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years ago
Max Berger
0eda1007bb
ddns-scripts: Support Amazon AWS Route53 as a ddns provider
Based on a sh-only route53 update script by Yuval Adam
https://github.com/yuvadm/route53-ddns/blob/master/route53.sh
Signed-off-by: Max Berger <max@berger.name>
7 years ago
Michael Heimpold
e7f345f52a
Merge pull request #5385 from mhei/lighttpd-issue-4210
lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210 )
7 years ago
Matthias Schiffer
00fce347a5
treewide: fix incorrect *_BUILD_DEPENDS
Build depends refer to source package names, not binary package names.
In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of
a source package's binary packages; as the corresponding source packages
are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be
dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to
refer to the correct source package name.
Dependency of mysql-server is adjusted from libncursesw to libncurses
(as libncursesw is a virtual package provided by libncurses), so the build
dependency on ncurses is emitted unconditionally.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years ago
Hannu Nyman
bb089121b3
Merge pull request #5374 from EricLuehrsen/unbound_dnsecu
unbound: fix uci for option domain-insecure:
7 years ago
Eric Luehrsen
aa1a835807
unbound: fix uci for option domain-insecure:
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years ago
Ted Hess
31f8c68e3e
Merge pull request #5288 from roger-/rtsp
v4l2rtspserver: add package
7 years ago
Ted Hess
1f978a135c
Merge pull request #5381 from thess/dnscrypt-proxy-update
dnscrypt-proxy: Updates for new repository/maintainer (same version)
7 years ago
Michael Heimpold
9ca0961d49
lighttpd: fix PKG_CONFIG_DEPENDS ( fixes #4210 )
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years ago
Ted Hess
053e24ada4
Merge pull request #5384 from salzmdan/knot_update
knot: update to 2.6.4
7 years ago
Daniel Salzman
cab906247b
knot: update to 2.6.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
7 years ago
Ted Hess
9df64cfd89
Merge pull request #5383 from salzmdan/liburcu_update
liburcu: update to 0.9.4
7 years ago
Ted Hess
267d673a29
Merge pull request #5382 from salzmdan/libedit_update
libedit: update to 20170329-3.1
7 years ago
Ted Hess
bc80b04a02
dnscrypt-proxy: Updates for new repository/maintainer (same version)
Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years ago
Daniel Salzman
462a1cf87e
libedit: update to 20170329-3.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
7 years ago
Daniel Salzman
16bd451bec
liburcu: update to 0.9.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
7 years ago
Hannu Nyman
229ca9e2e0
Merge pull request #5377 from mstorchak/tgt
tgt: update to 1.0.73
7 years ago
Maxim Storchak
6f79d935ea
tgt: update to 1.0.73
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
7 years ago
Hannu Nyman
bc631e861c
Merge pull request #5376 from jefferyto/python-egg-info
python,python3: undo egg-info removal
7 years ago
Jeffery To
c5cbd44cea
python,python3: undo egg-info removal
This reverts commits 4333d1dcbf
and
074d2863be
, making Python packages
discoverable again by pkg_resources.
Fixes #5361 .
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
7 years ago
Hannu Nyman
f25da592f1
Merge pull request #5372 from MikePetullo/libgee
libgee: update to 0.20.0
7 years ago
Hannu Nyman
3f8b84904f
Merge pull request #5373 from MikePetullo/pigeonhole
pigeonhole: update to 0.4.21
7 years ago
Hannu Nyman
31221a4714
Merge pull request #5355 from hnyman/diffutils36
diffutils: update to 3.6
7 years ago
W. Michael Petullo
842fa46c23
pigeonhole: update to 0.4.21
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
W. Michael Petullo
e140932524
libgee: update to 0.20.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
Michael Heimpold
fb6fd48d10
Merge branch 'ser2net' of https://github.com/mhei/packages ( fixes #5302 )
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years ago
Michael Heimpold
a860319534
Merge pull request #5363 from MikePetullo/grilo
grilo: update to 0.3.4
Travis failed, but local compile test for mxs platform succeeded, so merging.
7 years ago
Michael Heimpold
39fbd12d01
Merge pull request #5365 from MikePetullo/libdmapsharing
libdmapsharing: update to 2.9.39
Travis failed, but I did a compile check for mxs platform which worked without problems so merging.
7 years ago
Matthias Schiffer
114b05a090
announce: remove superfluous + sign from PKG_BUILD_DEPENDS
A + sign does not have meaning in build depends. This Makefile was
overlooked in the previous treewide commit.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years ago
Matthias Schiffer
6e3a609d07
treewide: remove superfluous + signs from PKG_BUILD_DEPENDS
A + sign does not have meaning in build depends.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years ago
Matthias Schiffer
778af6722a
luaposix: move PKG_BUILD_DEPENDS to generic part of Makefile
Also remove the superfluous + sign in PKG_BUILD_DEPENDS (a + sign does not
have meaning in build depends).
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years ago
Roger
613957042b
v4l2rtspserver: add package
Signed-off-by: Roger Dammit <rogerdammit@gmail.com>
7 years ago
Peter Wagner
eede1a6d48
irssi: update to 1.0.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years ago
Nikos Mavrogiannopoulos
7445108611
ocserv: updated to 0.11.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years ago
W. Michael Petullo
c0b7fa6c3e
libdmapsharing: update to 2.9.39
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
W. Michael Petullo
e704062727
grilo: update to 0.3.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
Philip Prindeville
108ec9e955
Merge pull request #5344 from pprindeville/lighttpd-bundle-mod_openssl
lighttpd: CONFIG_LIGHTTPD_SSL includes mod_openssl
7 years ago
Hannu Nyman
0ac99ead7f
Merge pull request #5359 from jefferyto/slide-switch-0.9.1
slide-switch: update to latest version
7 years ago
Jeffery To
3fb411e7cc
slide-switch: update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
7 years ago
Hannu Nyman
1a0801ff09
Merge pull request #5327 from yangfl/master
i2pd: Improve the package, fix #5326
7 years ago
David Yang
fba9ee1512
i2pd: Improve the package, fix #5326
Signed-off-by: David Yang <mmyangfl@gmail.com>
7 years ago
Hannu Nyman
9716c3a685
Merge pull request #5189 from sartura/libhttp-parser_bump_to_2.7.1
libhttp-parser: bump to 2.7.1
7 years ago
Luiz Angelo Daros de Luca
22ede31af6
Merge pull request #5356 from luizluca/ruby-2.5.0
ruby: bump to 2.5.0
7 years ago
Luiz Angelo Daros de Luca
e22dc61d3f
ruby: bump to 2.5.0
2.5.0 introduces many new features and performance improvements.
See: https://www.ruby-lang.org/en/news/2017/12/25/ruby-2-5-0-released/
Packaging changes:
* As date was promoted into a gem, ruby-datetime
was splitted into ruby-date and ruby-time
* New packages for gemified stdlib files:
- ruby-cmath (from ruby-math)
- ruby-date (from ruby-datetime)
- ruby-etc (from ruby-misc)
- ruby-fcntl (from ruby-misc)
- ruby-fileutils (from ruby-filelib)
- ruby-ipaddr (from ruby-socket)
- ruby-scanf (from ruby-misc)
- ruby-stringio (from ruby-misc)
- ruby-strscan (from ruby-misc)
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
7 years ago
Hannu Nyman
f37c3df222
diffutils: update to 3.6
Update GNU diffutils to 3.6
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years ago
Hannu Nyman
88744c6076
Merge pull request #5353 from dibdot/adblock
adblock: update 3.4.1
7 years ago
Dirk Brenken
35234924cb
adblock: update 3.4.1
* enable code to support Turris Omnia forthcoming upstream change
(new kresd 'keep_cache' option) to preserve kresd DNS cache
* fix a 'status' race condition while the adblock process
is running in parallel
* various small speed improvements
* rework debug output
* refine blacklist handling
* enable the (empty) blacklist source in the default config
* email notification supports mstmp, even without sendmail symlink
* email notification writes minimal status to log (one-liner)
* LuCI: refine logfile search term
* LuCI: Textarea 'autoscroll down' in logfile view
* LuCI: Left-align blocklist source table plus a more compact design
Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years ago
Hannu Nyman
9579692d3f
nano: update to 2.9.2
Update nano to 2.9.2
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years ago