Ted Hess
79aa1c43d2
Merge pull request #3497 from thess/boost-build
boost: Fix python packages. Remove boost-libs from boost meta package…
8 years ago
Ted Hess
2a0f5cfc1c
boost: Fix python packages. Remove boost-libs from boost meta package when CONFIG_ALL specified
boost: add python packages to PKG_BUILD_DEPENDS for boost python libs
Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years ago
Thomas Heil
3e4e4c43b1
Merge pull request #3418 from miska/crtmpserver
crtmpserver: Disable apple streaming to fix build
8 years ago
Michael Heimpold
56f34f0c03
ser2net: add missing dependency to librt when using uClibc
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
Daniel Golle
45ad75fe36
gnunet: update source and follow upstream switch to git
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago
Hans Dedecker
8b69c86664
strongswan: Fix compile error due to __kernel_nlink_t being re-defined
Patch 101-musl-fixes defines __kernel_nlink_t as void; but using
a pre-3.6.11 kernel on an arm cortex defines __kernel_nlink_t as
unsigned short using uclibc
Fix the compile issue by not redefining __kernel_nlink_t
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
8 years ago
Hannu Nyman
c3e8d77b93
Merge pull request #3499 from commodo/fix-python-dns
python-dns: add python-setuptools as dependency (fixes build)
8 years ago
Alexandru Ardelean
ee512fa36f
python-dns: add python-setuptools/host as build dependency
After commit a4b0c0a9fb
python host does not install/have the built-in setuptools package.
So, for python-dns, we need to add it explicitly (since it's required).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
Alexandru Ardelean
556821951d
python-dns: use --prefix & --root config options
Does not fix anything, just brings it inline with the
other python packages.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
Florian Fainelli
a554a1dd30
Merge pull request #3494 from ffainelli/plc-utils-3481
open-plc-utils: Force creation of open-plc-utils metapackage
8 years ago
champtar
5b7141c600
Merge pull request #3496 from LucileQ/master
libtalloc: add libattr dependency
8 years ago
Etienne CHAMPETIER
3cc6a8200d
libtalloc: add libattr dependency
When libattr is selected, libtalloc links to this shared library and
the build fails with:
"Package libtalloc is missing dependencies for the following libraries:
libattr.so.1"
This commit adds libattr dependency, so that libtalloc systematically
links to this library.
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
[Lucile: replace attr with libattr, edit commit message]
Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
8 years ago
Hannu Nyman
7b703a8f9d
Merge pull request #3491 from zorun/wireguard
wireguard: Bump to 0.0.20161105
8 years ago
Ted Hess
8a98b22a00
Merge pull request #3492 from thess/boost-build
boost: Build / package dependencies re-work
8 years ago
Ted Hess
73786c7c0f
boost: Build / package dependencies re-work
Added 4th argument to library declaration macro for specifying optional.
external package dependencies.
Add conditional Python host build dependency.
Fixup config menu to honor external package selections correctly.
Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years ago
Baptiste Jonglez
70c72dc0cf
wireguard: Bump to 0.0.20161105
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
8 years ago
Michael Heimpold
c90a92f945
ser2net: upgrade to 3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
Ted Hess
2af9435f1c
Merge pull request #3485 from f3flight/master
shairport-sync: update to v2.8.6
8 years ago
Hannu Nyman
6f1ad74176
Merge pull request #3464 from commodo/python-include-host-vars
python,python3: cleanup HOST vars and disable pip on host python3
8 years ago
Alexandru Ardelean
9eca45fdf1
python, python3: unify HOST_ vars and get rid of HOST_CFLAGS
--sysconfigdir and --sbindir are obtained from --prefix
and --exec-prefix, so no need to have them explicitly
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
Alexandru Ardelean
7d89234b86
python,python3: get rid of HOST_CFLAGS
They rely on system paths and are a bit misleading/confusing.
As seen here:
https://github.com/openwrt/packages/issues/3339
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
Alexandru Ardelean
e81632ab90
python3: disable ensurepip on package & host builds
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
Alexandru Ardelean
6a670f42b1
python: move PYTHON_VERSION in own .mk file
Allows for more granularity with respect to python-host.mk
and python-package.mk inclusions.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
Alexandru Ardelean
45bdb70e1e
python: add include guard for python-host.mk and include in Makefile
So that it can be included twice.
python-package.mk include python-host.mk, but at some point
in time python-host.mk is not exported to staging_dir yet.
So, to have in python's Makefile, we need to include it
in the Makefile, and to prevent double inclusion (if
python-host.mk is exported from a previous build), the
include guard is added.
Also, moved the includes after some vars were set.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
f3flight
129fd90f2d
shairport-sync: update to v2.8.6
Signed-off-by: Dmitry Sutyagin <f3flight@gmail.com>
8 years ago
Luka Perkov
fa76db66ef
Merge pull request #3373 from bobafetthotmail/patch-6
f2fs-tools: update to latest and split up tools
8 years ago
Luka Perkov
ea67540950
Merge pull request #3425 from ryzhovau/libdnet-src
libdnet: fix source URL
8 years ago
Florian Fainelli
dc368cbcd0
open-plc-utils: Force creation of open-plc-utils metapackage
Without it, all other plugin packages are not installable.
Fixes #3481
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
8 years ago
Florian Fainelli
acec7dff2e
Merge pull request #3436 from p-wassi/master
net/cifs-utils: missing dependency
8 years ago
Hannu Nyman
bc638d3100
Merge pull request #3484 from dibdot/travelmate
travelmate: update 0.2.5
8 years ago
Dirk Brenken
32fb90fd68
travelmate: update 0.2.5
* small performance optimization, code cleanup
* change copyright notice in makefile
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years ago
Hannu Nyman
bd92185fda
Merge pull request #3483 from kissg1988/python-urllib3
python-urllib3: update to version 1.19
8 years ago
Gergely Kiss
ed56b2ea43
python-urllib3: update to version 1.19
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
8 years ago
tripolar
adfdeedfe3
Merge pull request #3463 from Shulyaka/dovecot
dovecot: version update to 2.2.26.0
8 years ago
tripolar
df159f8777
Merge pull request #2923 from cshore/pull-request-gitweb
net/git: Add building of gitweb
8 years ago
Hannu Nyman
b5a42053c8
Merge pull request #3288 from cshore/pull-request-msmtp-mta
Separate msmtp as MTA from msmtp binary
8 years ago
Hannu Nyman
b7c7fd7e2d
Merge pull request #3289 from cshore/pull-request-msmtp-scripts
mail/msmtp-scripts: Add queuing mta wrapper for msmtp
8 years ago
Hannu Nyman
a6b1e51fe6
Merge pull request #3377 from bobafetthotmail/patch-8
liblo-utils: moving to category Sound
8 years ago
Hannu Nyman
236d4d41f0
Merge pull request #3399 from mrphs/patch-1
Tor: update to 0.2.8.9 and use sha256 instead of md5
8 years ago
Hannu Nyman
d015c6edfe
Merge pull request #2922 from cshore/pull-request-fix-perl-utf8-dependency
lang/perlbase: Fix missing utf8 dependency on unicore
8 years ago
Hannu Nyman
b84bc42e6c
Merge pull request #3432 from ryzhovau/transmission-src
transmission: fix source URL
8 years ago
Hannu Nyman
9baa2e6e8b
Merge pull request #3260 from cshore/pull-request-gitolite
net/gitolite: Add gitolite for git repo administration/access control
8 years ago
Hannu Nyman
51812c6abe
Merge pull request #3470 from cshore/pull-request-update-rp-pppoe
net/rp-pppoe: Update to 3.12
8 years ago
Alberto Bursi
4b52906828
freeradius2: create temp directory /tmp/radiusd
Fixes issue openwrt#3403 "radiusd requires a temporary directory to be existent for certain operations, like verification of certificates."
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Hannu Nyman
8c7f864fa7
Merge pull request #3467 from rkunze/master
hdparm: bump version to 9.50
8 years ago
Richard Kunze
c7408560a1
hdparm: bump version to 9.50
Signed-off-by: Richard Kunze <richard.kunze@web.de>
8 years ago
Nikos Mavrogiannopoulos
449f578975
gnutls: updated to 3.5.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years ago
Toke Høiland-Jørgensen
feb006f202
acme: Update timestamp patch for new version.
Fixes butched update to 1.2.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years ago
Toke Høiland-Jørgensen
20d7233913
acme: New version 1.2.
This version will use the standalone (netcat) mode of acme.sh during
verification instead of exposing uhttpd to the internet for the duration
of the verification. It will also add an ip6tables rule to also support
verification over IPv6.
Also contains an updated version of acme.sh.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years ago
Ted Hess
c8e43414aa
Merge pull request #3458 from thess/boost-fix
boost: Fix broken dependencies for locale and fiber
8 years ago