Alexandru Ardelean [Fri, 31 Oct 2014 10:25:05 +0000 (12:25 +0200)]
openvswitch: add +kmod-vxlan dependency for kernels >= 3.12
When OVS detects a kernel version >= 3.12 it does not build
it's own vxlan module and tries to use the kernel's, when building
the OVS kernel module.
I also pushed a patch to the OpenWRT trunk to add a +kmod-vxlan package.
This will add the kernel's vxlan.ko kernel module if it exists.
So, for kernel >= 3.12, this package should exist and be installed
when installing OVS.
Tested on OpenWRT trunk with kernel 3.14.18.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Petar Koretic [Thu, 30 Oct 2014 16:04:27 +0000 (17:04 +0100)]
luci-app-lxc: code cleanup
Number of suggested rewrites:
* use lua ubus bindings instead of os.execute
* combine multiple actions to use same handler 'lxc_action' and pass
actions as arguments to consolidate code
* read openwrt version from lua directly
* start using String.prototype.format for string formatting
Also, drop 'rename' and 'clone' until they are fully functional on all
platforms.
Thanks Jo-Philipp for suggestions on how to improve the code.
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
champtar [Thu, 30 Oct 2014 17:13:13 +0000 (18:13 +0100)]
Merge pull request #486 from commodo/ovs-build-fix2
openvswitch: add patch "datapath: Backport __ip_select_ident() function"
champtar [Thu, 30 Oct 2014 17:11:11 +0000 (18:11 +0100)]
Merge pull request #485 from commodo/ovs-build-fix
openvswitch: fix build for gcc versions below 4.9
Alexandru Ardelean [Thu, 30 Oct 2014 16:22:03 +0000 (18:22 +0200)]
openvswitch: add patch "datapath: Backport __ip_select_ident() function"
Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
sbyx [Thu, 30 Oct 2014 12:42:49 +0000 (13:42 +0100)]
Merge pull request #478 from sourceindex/added-new-kismet-package
kismet: new kismet wireless package
sbyx [Thu, 30 Oct 2014 12:42:14 +0000 (13:42 +0100)]
Merge pull request #484 from MikePetullo/master
bogofilter: depend on libdb47, not libdb47-full (related to #459)
W. Michael Petullo [Thu, 30 Oct 2014 11:05:45 +0000 (07:05 -0400)]
bogofilter: depend on libdb47, not libdb47-full (related to #459)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Petar Koretic [Thu, 30 Oct 2014 08:46:45 +0000 (09:46 +0100)]
luci-app-lxc: add package for luci lxc app
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Luka Perkov [Thu, 30 Oct 2014 10:24:35 +0000 (06:24 -0400)]
lxc: move patch
Signed-off-by: Luka Perkov <luka@openwrt.org>
Jo-Philipp Wich [Thu, 30 Oct 2014 10:17:37 +0000 (11:17 +0100)]
Merge pull request #483 from jow-/wget-1.16
wget: update to v1.16
Alexandru Ardelean [Thu, 30 Oct 2014 08:31:42 +0000 (10:31 +0200)]
openvswitch: fix build for gcc versions below 4.9
Seems that while fixing the build for GCC 4.9
I broke the build for GCC 4.8, because that KCFLAG I added
causes a build error (since it's not recognized).
The fix is to add KCFLAG only when GCC 4.9 is used.
OpenVSwitch now builds successfully with GCC 4.8 and 4.9.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Sebastian Wendel [Tue, 28 Oct 2014 14:52:56 +0000 (15:52 +0100)]
kismet: added missing PKG_LICENSE tag
Signed-off-by: Sebastian Wendel<packages@sourceindex.de>
Sebastian Wendel [Sat, 18 Oct 2014 04:24:59 +0000 (06:24 +0200)]
kismet: added new version of the kismet wireless network system
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
Nikos Mavrogiannopoulos [Wed, 29 Oct 2014 22:23:56 +0000 (23:23 +0100)]
luci-app-ocserv and luci-proto-openconnect were moved to openwrt/luci repo
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Jo-Philipp Wich [Wed, 29 Oct 2014 21:08:07 +0000 (22:08 +0100)]
wget: update to v1.16
The update fixes CVE-2014-4877 which allows malicious FTP servers
to modify local filesystem contents through specificially crafted
symlinks.
Please backport to for-14.07 too.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Jo-Philipp Wich [Wed, 29 Oct 2014 20:56:20 +0000 (21:56 +0100)]
collectd: unbreak collectd-mod-sensors
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Marcel Denia [Tue, 28 Oct 2014 12:45:43 +0000 (13:45 +0100)]
db47: Drop -full variant and integrate it into the normal one
Signed-off-by: Marcel Denia <naoir@gmx.net>
Ted Hess [Wed, 29 Oct 2014 16:47:59 +0000 (12:47 -0400)]
ffmpeg: Upgrade to 2.4.2. Supress libffmpeg-custom when ALL selected
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Wed, 29 Oct 2014 14:33:52 +0000 (10:33 -0400)]
Merge pull request #480 from Noltari/shairport-next
shairport: improve config and init script
Luka Perkov [Wed, 29 Oct 2014 07:38:29 +0000 (03:38 -0400)]
lxc: organize patches
Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov [Wed, 29 Oct 2014 07:36:56 +0000 (03:36 -0400)]
lxc: fix lxc-destroy
Signed-off-by: Luka Perkov <luka@openwrt.org>
Álvaro Fernández Rojas [Tue, 28 Oct 2014 21:33:00 +0000 (22:33 +0100)]
shairport: improve config and init script (disabled, respawn, err file, meta dir, audio output options).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Nikos Mavrogiannopoulos [Tue, 28 Oct 2014 11:31:48 +0000 (12:31 +0100)]
openconnect: use SIGINT to bring down openconnect
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Tue, 28 Oct 2014 10:58:42 +0000 (11:58 +0100)]
openconnect: forward SIGINT to app
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
sbyx [Tue, 28 Oct 2014 09:39:08 +0000 (10:39 +0100)]
Merge pull request #477 from commodo/openvswitch-gcc-4.9
OpenVswitch GCC 4.9 build fix
Alexandru Ardelean [Tue, 28 Oct 2014 09:25:59 +0000 (11:25 +0200)]
openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 28 Oct 2014 09:22:56 +0000 (11:22 +0200)]
openvswitch: add patch for adding KCFLAGS var to the OVS build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
sbyx [Tue, 28 Oct 2014 07:05:38 +0000 (08:05 +0100)]
Merge pull request #473 from Shulyaka/mailman
mailman: New mailman package (mailing list manager)
sbyx [Tue, 28 Oct 2014 07:04:47 +0000 (08:04 +0100)]
Merge pull request #472 from Shulyaka/dnspython
python-dns: New python-dns package
Álvaro Fernández Rojas [Mon, 27 Oct 2014 21:21:51 +0000 (22:21 +0100)]
udpxy: rework init script and add disabled/respawn configs.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Mon, 27 Oct 2014 19:57:08 +0000 (20:57 +0100)]
shairplay: add respawn config.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Mon, 27 Oct 2014 19:56:14 +0000 (20:56 +0100)]
dump1090: remove interactive options, hardcode quiet and add respawn config.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Jo-Philipp Wich [Sun, 26 Oct 2014 14:40:12 +0000 (15:40 +0100)]
Merge pull request #422 from rcmcronny/patch-1
Update snmpd.init - add support for disk config option
Nikos Mavrogiannopoulos [Sun, 26 Oct 2014 11:42:02 +0000 (12:42 +0100)]
ocserv: updated to 0.8.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Denis Shulyaka [Sat, 25 Oct 2014 22:51:01 +0000 (01:51 +0300)]
mailman: New mailman package (mailing list manager)
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
sbyx [Sun, 26 Oct 2014 09:03:54 +0000 (10:03 +0100)]
Merge pull request #471 from Shulyaka/master
postfix: version update to 2.11.3
Denis Shulyaka [Sat, 25 Oct 2014 22:38:03 +0000 (01:38 +0300)]
New python-dns package
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
Álvaro Fernández Rojas [Sat, 25 Oct 2014 19:48:57 +0000 (21:48 +0200)]
shairplay: add new package.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Denis Shulyaka [Sat, 25 Oct 2014 17:17:54 +0000 (21:17 +0400)]
postfix 2.11.3
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
Ted Hess [Sat, 25 Oct 2014 15:34:41 +0000 (11:34 -0400)]
Merge pull request #465 from Noltari/avahi-next
avahi: add libavahi-compat-libdnssd support.
Álvaro Fernández Rojas [Fri, 24 Oct 2014 00:50:57 +0000 (02:50 +0200)]
avahi: add libavahi-compat-libdnssd support.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Ted Hess [Sat, 25 Oct 2014 14:56:24 +0000 (10:56 -0400)]
libmpdclient: Add patch for musl libc compatibility (from upstream repo)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Álvaro Fernández Rojas [Sat, 25 Oct 2014 14:14:08 +0000 (16:14 +0200)]
dump1090: update to latest version, add init script and config.
Signed-off-by: Roger D <rogerdammit@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
sbyx [Sat, 25 Oct 2014 13:30:48 +0000 (15:30 +0200)]
Merge pull request #470 from commodo/python-fix-base-package
python: add _sysconfigdata.py to python base package
Alexandru Ardelean [Sat, 25 Oct 2014 12:01:49 +0000 (15:01 +0300)]
python: add _sysconfigdata.py to python base package
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Nicolas Thill [Sat, 25 Oct 2014 07:38:45 +0000 (09:38 +0200)]
dkjson: remove wrong PKG_BUILD_DIR override
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 25 Oct 2014 07:36:03 +0000 (09:36 +0200)]
add espeak, a compact open source software speech synthesizer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 25 Oct 2014 07:34:59 +0000 (09:34 +0200)]
add portaudio, a portable cross-platform audio I/O library
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 25 Oct 2014 07:32:56 +0000 (09:32 +0200)]
haserl: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 25 Oct 2014 07:32:36 +0000 (09:32 +0200)]
dump1090: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 25 Oct 2014 07:32:17 +0000 (09:32 +0200)]
openconnect: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 25 Oct 2014 07:31:55 +0000 (09:31 +0200)]
ocserv: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 25 Oct 2014 07:31:18 +0000 (09:31 +0200)]
nut: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 25 Oct 2014 07:30:33 +0000 (09:30 +0200)]
gnutls: force rebuuld when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 24 Oct 2014 14:24:21 +0000 (16:24 +0200)]
python3: create ./usr/bin directory at package/install
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Tue, 23 Sep 2014 23:38:10 +0000 (01:38 +0200)]
lftp: disable libidn explicitely
This prevent detection of libidn when target arch = host arch.
Nicolas Thill [Mon, 22 Sep 2014 00:35:39 +0000 (02:35 +0200)]
luasql: bump to v2.3.0
sbyx [Fri, 24 Oct 2014 08:02:43 +0000 (10:02 +0200)]
Merge pull request #462 from bk138/gcc-workaround-sys-sdt-h-detection
gcc: work around wrongly detected sys/sdt.h header.
sbyx [Fri, 24 Oct 2014 07:05:52 +0000 (09:05 +0200)]
Merge pull request #458 from roger-/micropython
micropython: update to latest
Nicolas Thill [Thu, 23 Oct 2014 20:50:54 +0000 (22:50 +0200)]
python, python3: fix python*-package.mk
Replace calls to getvar function recently removed
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Ted Hess [Thu, 23 Oct 2014 20:53:32 +0000 (16:53 -0400)]
Merge pull request #460 from ejurgensen/master
forked-daapd: fix libevent dependency problem
Christian Beier [Thu, 23 Oct 2014 14:39:27 +0000 (16:39 +0200)]
gcc: work around wrongly detected sys/sdt.h header.
The build system somehow detects /usr/include/sys/sdt.h, which is part of systemtap-sdt-devel
package in the host environment but not present in the SDK.
This patch simply disables the check for sys/sdt.h, enabling building of this package when
systemtap-sdt-devel is installed in the host environment.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
Petar Koretic [Thu, 23 Oct 2014 13:50:38 +0000 (15:50 +0200)]
lxc: use xz tool from busybox
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Luka Perkov [Thu, 23 Oct 2014 13:37:59 +0000 (15:37 +0200)]
lxc: create /lxc directory by default
The containers are stored in /lxc rather then in /var/lib/lxc. The latter is
not suitable for OpenWrt.
Signed-off-by: Luka Perkov <luka@openwrt.org>
Petar Koretic [Wed, 22 Oct 2014 09:00:58 +0000 (11:00 +0200)]
lxc: patches: add openwrt common config
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Petar Koretic [Wed, 22 Oct 2014 11:51:52 +0000 (13:51 +0200)]
lxc: fix hooks installation on 1.0.6
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Petar Koretic [Wed, 22 Oct 2014 11:49:40 +0000 (13:49 +0200)]
lxc: add busybox options menu
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Petar Koretic [Wed, 22 Oct 2014 09:00:45 +0000 (11:00 +0200)]
lxc: patches: remove unsupported option
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Petar Koretic [Wed, 22 Oct 2014 08:29:45 +0000 (10:29 +0200)]
lxc: add config templates package
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Petar Koretic [Tue, 21 Oct 2014 13:33:06 +0000 (15:33 +0200)]
lxc: enable template installation
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
ejurgensen [Wed, 22 Oct 2014 21:12:54 +0000 (23:12 +0200)]
forked-daapd: fix libevent dependency problem
Switch to libevent2 which also enables configuring LastFM and removing
special linker flags for libevent1
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Roger [Wed, 22 Oct 2014 17:54:05 +0000 (12:54 -0500)]
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
Daniel Golle [Sun, 19 Oct 2014 18:50:08 +0000 (20:50 +0200)]
tracertools: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Luka Perkov [Tue, 21 Oct 2014 14:34:01 +0000 (16:34 +0200)]
lxc: lxc-ls depends on lxc-config
Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov [Tue, 21 Oct 2014 13:19:15 +0000 (15:19 +0200)]
lxc: bump to 1.0.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov [Tue, 21 Oct 2014 13:07:26 +0000 (15:07 +0200)]
nspr: bump to 3.16.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov [Tue, 21 Oct 2014 12:38:52 +0000 (14:38 +0200)]
file: bump to 5.20
Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov [Sun, 12 Oct 2014 07:44:08 +0000 (09:44 +0200)]
lxc: set default lxcpath to /lxc
Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov [Fri, 10 Oct 2014 13:44:49 +0000 (15:44 +0200)]
rpcd-mod-lxc: add package for rpcd lxc module
Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov [Fri, 10 Oct 2014 12:38:20 +0000 (14:38 +0200)]
lxc: add missing lxc-init package
Signed-off-by: Luka Perkov <luka@openwrt.org>
sbyx [Tue, 21 Oct 2014 06:55:16 +0000 (08:55 +0200)]
Merge pull request #450 from commodo/python3-update-1-2-3
Python3 update 1 2 3
sbyx [Tue, 21 Oct 2014 06:55:11 +0000 (08:55 +0200)]
Merge pull request #449 from commodo/python-update-3
python: fix source folder for libpython
Matthias Schiffer [Tue, 21 Oct 2014 00:55:30 +0000 (02:55 +0200)]
fastd: re-enable link-time optimization
The toolchain is fixed, so LTO can be enabled again.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Ted Hess [Mon, 20 Oct 2014 22:59:15 +0000 (18:59 -0400)]
Merge pull request #452 from ejurgensen/forked-daapd
forked-daapd: add gperf host tool dependency
Ted Hess [Mon, 20 Oct 2014 22:58:37 +0000 (18:58 -0400)]
Merge pull request #451 from ejurgensen/upstream
gperf: modified copy from oldpackages, upgrade to 3.0.4
ejurgensen [Mon, 20 Oct 2014 20:55:55 +0000 (22:55 +0200)]
forked-daapd: add gperf host tool dependency
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
ejurgensen [Mon, 20 Oct 2014 20:54:15 +0000 (22:54 +0200)]
gperf: modified copy from oldpackages, upgrade to 3.0.4
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Michael Heimpold [Mon, 20 Oct 2014 18:56:17 +0000 (20:56 +0200)]
Merge pull request #447 from openwrt/libxml2-update
libxml2: update to 2.9.2
Álvaro Fernández Rojas [Mon, 20 Oct 2014 17:47:04 +0000 (19:47 +0200)]
unrar: Update to version 5.2.1, refresh patch.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Alexandru Ardelean [Sun, 19 Oct 2014 18:17:33 +0000 (21:17 +0300)]
python3: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions
This mostly helps to avoid confusion when modules are cross-compiled.
Otherwise build folders are named with the host's platform name.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 20 Oct 2014 15:32:41 +0000 (18:32 +0300)]
python3: enable shared python3 lib; make this the norm
This will reduce the bloat when users will want to compile in their
Python C extensions.
There will be a initial bloat (several kb) if just Python
is installed, but that will be compensated when users will add more
C extensions.
During the build we also have to add Python's PKG_BUILD_DIR
so that the shared lib is found when compiling Python's
built-in C extensions.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sun, 19 Oct 2014 07:21:03 +0000 (10:21 +0300)]
python3: add LD and LDSHARED env vars to Build/Compile/Py3Mod
Tells the host Python to use the target's linker.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sun, 19 Oct 2014 07:03:44 +0000 (10:03 +0300)]
python3: add PYTHON3_INC_DIR var to CPPFLAGS
The target's PYTHON3_INC_DIR should take precedence over the host's
include dir when cross-compiling.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sat, 18 Oct 2014 21:45:59 +0000 (00:45 +0300)]
python3: export CC + CCSHARED env vars to cross-compile Python C extensions properly
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 20 Oct 2014 16:07:23 +0000 (19:07 +0300)]
python: fix source folder for libpython
This fix is quite critical since it fixes copying the libpython shared lib.
The previous source folder we've used is ok, it has the shared lib,
but libpython2.7.so is not a symlink of libpython2.7.so.1.0, but
rather a copy of it.
Which means that libpython2.7.so takes twice as much space
on the target's flash.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 17 Oct 2014 14:04:26 +0000 (17:04 +0300)]
python3: add patch to disable package compiles/tests during cross-builts
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 20 Oct 2014 15:09:57 +0000 (18:09 +0300)]
python: add ac_cv_buggy_getaddrinfo=no to config.site file
Required when IPv6 support gets enabled.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 17 Oct 2014 13:34:12 +0000 (16:34 +0300)]
python3: patch setup.py so that it does not include system include dirs
Seems that the Python C extensions were being
(or at least trying to be) build using '/usr/include' as the first
include folder.
Seems this issue was already fixed on MacOS X and now we've extended
it for our case.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 16 Oct 2014 13:15:56 +0000 (16:15 +0300)]
python3: enforce the existence of files in the filespecs
Seems that this allows some goofs, because some files
silently do not get copied and the build succeeds, even though
it shouldn't.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>