Commit Graph

9452 Commits

Author SHA1 Message Date
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>
2018-01-09 16:36:02 +01:00
Hannu Nyman bb089121b3
Merge pull request #5374 from EricLuehrsen/unbound_dnsecu
unbound: fix uci for option domain-insecure:
2018-01-09 14:26:45 +02:00
Eric Luehrsen aa1a835807 unbound: fix uci for option domain-insecure:
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-01-09 00:21:42 -05:00
Ted Hess 31f8c68e3e
Merge pull request #5288 from roger-/rtsp
v4l2rtspserver: add package
2018-01-08 16:27:49 -05:00
Ted Hess 1f978a135c
Merge pull request #5381 from thess/dnscrypt-proxy-update
dnscrypt-proxy: Updates for new repository/maintainer (same version)
2018-01-08 16:23:32 -05:00
Ted Hess 053e24ada4
Merge pull request #5384 from salzmdan/knot_update
knot: update to 2.6.4
2018-01-08 14:55:35 -05:00
Daniel Salzman cab906247b knot: update to 2.6.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-01-08 20:33:19 +01:00
Ted Hess 9df64cfd89
Merge pull request #5383 from salzmdan/liburcu_update
liburcu: update to 0.9.4
2018-01-08 14:22:46 -05:00
Ted Hess 267d673a29
Merge pull request #5382 from salzmdan/libedit_update
libedit: update to 20170329-3.1
2018-01-08 14:22:17 -05:00
Ted Hess bc80b04a02 dnscrypt-proxy: Updates for new repository/maintainer (same version)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-01-08 13:55:33 -05:00
Daniel Salzman 462a1cf87e libedit: update to 20170329-3.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-01-08 16:34:00 +01:00
Daniel Salzman 16bd451bec liburcu: update to 0.9.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-01-08 16:32:12 +01:00
Hannu Nyman 229ca9e2e0
Merge pull request #5377 from mstorchak/tgt
tgt: update to 1.0.73
2018-01-08 15:58:49 +02:00
Maxim Storchak 6f79d935ea tgt: update to 1.0.73
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2018-01-08 15:21:24 +02:00
Hannu Nyman bc631e861c
Merge pull request #5376 from jefferyto/python-egg-info
python,python3: undo egg-info removal
2018-01-08 13:59:29 +02:00
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>
2018-01-08 17:26:54 +08:00
Hannu Nyman f25da592f1
Merge pull request #5372 from MikePetullo/libgee
libgee: update to 0.20.0
2018-01-08 09:20:11 +02:00
Hannu Nyman 3f8b84904f
Merge pull request #5373 from MikePetullo/pigeonhole
pigeonhole: update to 0.4.21
2018-01-08 09:19:44 +02:00
Hannu Nyman 31221a4714
Merge pull request #5355 from hnyman/diffutils36
diffutils: update to 3.6
2018-01-08 09:18:49 +02:00
W. Michael Petullo 842fa46c23 pigeonhole: update to 0.4.21
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-01-07 21:18:11 -05:00
W. Michael Petullo e140932524 libgee: update to 0.20.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-01-07 20:53:09 -05:00
Michael Heimpold fb6fd48d10 Merge branch 'ser2net' of https://github.com/mhei/packages (fixes #5302)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-01-07 21:21:03 +01:00
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.
2018-01-07 21:03:59 +01:00
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.
2018-01-07 21:02:40 +01:00
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>
2018-01-07 20:37:53 +01:00
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>
2018-01-07 20:08:31 +01:00
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>
2018-01-07 20:08:31 +01:00
Roger 613957042b v4l2rtspserver: add package
Signed-off-by: Roger Dammit <rogerdammit@gmail.com>
2018-01-07 12:51:23 -05:00
Peter Wagner eede1a6d48 irssi: update to 1.0.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-01-07 18:35:23 +01:00
Nikos Mavrogiannopoulos 7445108611 ocserv: updated to 0.11.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-01-07 16:38:43 +01:00
W. Michael Petullo c0b7fa6c3e libdmapsharing: update to 2.9.39
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-01-06 19:32:16 -05:00
W. Michael Petullo e704062727 grilo: update to 0.3.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-01-06 18:33:19 -05:00
Philip Prindeville 108ec9e955
Merge pull request #5344 from pprindeville/lighttpd-bundle-mod_openssl
lighttpd: CONFIG_LIGHTTPD_SSL includes mod_openssl
2018-01-06 14:17:58 -07:00
Hannu Nyman 0ac99ead7f
Merge pull request #5359 from jefferyto/slide-switch-0.9.1
slide-switch: update to latest version
2018-01-06 15:55:09 +02:00
Jeffery To 3fb411e7cc slide-switch: update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-06 18:10:32 +08:00
Hannu Nyman 1a0801ff09
Merge pull request #5327 from yangfl/master
i2pd: Improve the package, fix #5326
2018-01-06 10:46:15 +02:00
David Yang fba9ee1512 i2pd: Improve the package, fix #5326
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-01-06 16:19:02 +08:00
Hannu Nyman 9716c3a685
Merge pull request #5189 from sartura/libhttp-parser_bump_to_2.7.1
libhttp-parser: bump to 2.7.1
2018-01-06 09:50:08 +02:00
Luiz Angelo Daros de Luca 22ede31af6
Merge pull request #5356 from luizluca/ruby-2.5.0
ruby: bump to 2.5.0
2018-01-05 22:30:59 -02:00
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>
2018-01-05 22:09:47 -02:00
Hannu Nyman f37c3df222 diffutils: update to 3.6
Update GNU diffutils to 3.6

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-05 22:50:28 +02:00
Hannu Nyman 88744c6076
Merge pull request #5353 from dibdot/adblock
adblock: update 3.4.1
2018-01-05 22:31:03 +02:00
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>
2018-01-05 20:25:28 +01:00
Hannu Nyman 9579692d3f nano: update to 2.9.2
Update nano to 2.9.2

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-05 19:24:39 +02:00
Hannu Nyman b8b29d1c11
Merge pull request #5352 from wvdakker/master
Shorewall: Bump to version 5.1.10.2
2018-01-05 19:14:10 +02:00
Daniel Golle cf296664fe postgresql: update to version 9.6.6
Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-05 02:12:24 +01:00
Daniel Golle 072d43f6be lvm2: update to version 2.02.177
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-05 02:12:24 +01:00
Daniel Golle f56fc5754c pcsc-lite: update to version 1.8.23
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-05 02:12:24 +01:00
Daniel Golle cfd9f621f6 gnurl: update to version 7.57.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-04 23:59:34 +01:00
W. van den Akker 7c9f477654
Shorewall6: Bump to version 5.1.10.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-01-04 22:44:46 +01:00