Matthias Schiffer
700ce5ea86
usbip: fix build
Package/usbip/install was referring to the wrong filename for usb.ids in
dl/.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years ago
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
Jeffery To
6bd2eaf415
python-ipaddress: update to 1.0.19
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
7 years ago
Jeffery To
bbcd4b053a
python-gmpy2: add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
7 years ago
Jeffery To
f47dfab5ae
python-cryptography: update to 2.1.4, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
7 years ago
Jeffery To
320857993b
python-attrs: update to 17.4.0, add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
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
Daniel Engberg
746c548dfc
pcsc-tools: remove myself as maintainer
Remove myself as maintainer
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years ago
Daniel Engberg
ab4303d588
utils/tio: Update to 1.28
Update tio to 1.28
Remove myself as maintainer
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
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
Alexandru Ardelean
c54b312043
python,python3: honour the SOURCE_DATE_EPOCH for the build-info
The Modules/getbuildinfo.c allows the use of DATE and TIME
macros to be defined via CFLAGS.
These vars, control the build date & time when the
interpreter is opened, and can be read via the
`platform._sys_version()` function.
So, a conversion from SOURCE_DATE_EPOCH to DATE & TIME
is required at build-time.
This is especially needed for `platform._sys_version()`
to work.
The installation of pip seems to rely on this.
The logic has been adapted from:
https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal#Makefile
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
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
c5de0c7f8a
grilo-plugins: update to 0.3.5
Signed-off-by: W. Michael Petullo <mike@flyn.org>
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