Sebastian Kemper
7582f7fca6
apache/apr/apr-util: remove maintainer
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2020-07-08 18:28:35 +02:00
Josef Schlehofer
94b5eace98
python-sqlalchemy: update to version 1.3.18
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-07-08 16:01:46 +02:00
Josef Schlehofer
98eb81ccd6
python-ifaddr: update to version 0.1.7
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-07-08 15:41:14 +02:00
Josef Schlehofer
1c2f729c9d
python-zeroconf: update to version 0.28.0
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-07-08 15:39:43 +02:00
Jan Pavlinec
9190dc8cae
python-wcwidth: update to version 0.2.5
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2020-07-08 15:33:28 +02:00
Josef Schlehofer
5aae605ceb
python-ciso8601: introduce a new package for Home Assistant
...
Log:
pkg_resources.DistributionNotFound: The 'ciso8601==2.1.3' distribution was not found and is required by homeassistant
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-07-08 15:20:52 +02:00
Rosen Penev and Alexander Couzens
cc5c8b4368
ipmitool: fix compilation with GCC10
...
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-08 12:16:15 +02:00
Jeffery To
0973d21787
python3: Use default _PYTHON_HOST_PLATFORM
...
This lets the Python build process set _PYTHON_HOST_PLATFORM instead of
forcing an explicit value.
Also:
* Save the target _PYTHON_HOST_PLATFORM value during Build/InstallDev
for use when building target Python packages (in python3-package.mk).
* Use the (mostly) default PYTHON_FOR_BUILD value, instead patch
configure to remove the platform triplet from the sysconfigdata file
name.
* Remove the "CROSS_COMPILE=yes" make variable (there is no indication
that this variable is necessary).
* Force host pip to build packages from source instead of downloading
binary wheels.
Previously, host pip can download universal (platform-independent)
wheels but not platform-specific wheels, because of the custom
_PYTHON_HOST_PLATFORM value. (Packages that do not have universal
wheels would be compiled from source.)
With a correct _PYTHON_HOST_PLATFORM, host pip can install
platform-specific wheels as well. However, the pre-built shared object
(.so) files in these wheels will have the host's platform triplet in
their file names. When target Python packages are built (using the
target's _PYTHON_HOST_PLATFORM), Python will not use these shared
object files.
By forcing host pip to build packages from source, the built shared
object files will not have the platform triplet in their file names.
(Host Python has been patched to remove the platform triplet from file
names.) This allows these packages to be used when building target
Python packages.
(The net effect of this complete change is that platform-dependent
packages will continue to be compiled from source, while
platform-independent packages will now also be compiled from source.)
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2020-07-08 17:11:42 +08:00
Dirk Brenken
c5a6a1a2bd
foolsm: change mail dependency
...
* changed mail dependency from orphaned 'ssmtp' to 'msmtp'
Signed-off-by: Dirk Brenken <dev@brenken.org >
2020-07-08 10:54:39 +02:00
Nicholas Smith
352ca90243
modemmanager: remove unnecessary autoreconf and specifications of glib-mkenums and gdbus-codegen
...
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au >
2020-07-08 18:51:20 +10:00
Dirk Brenken
104936a2f7
ssmtp: package removal
...
* remove orphaned ssmtp package
Signed-off-by: Dirk Brenken <dev@brenken.org >
2020-07-08 09:53:37 +02:00
Rosen Penev and GitHub
f48625cbf9
Merge pull request #12745 from neheb/getd
...
getdns: properly remove libbsd support
2020-07-08 00:26:32 -07:00
Alexandru Ardelean
255a46b3f2
django: bump to version 3.0.8
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2020-07-08 08:43:35 +03:00
Alexandru Ardelean
84a546f7fa
openpyxl: bump to version 3.0.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2020-07-08 08:42:44 +03:00
Alexandru Ardelean
3006084323
pillow: bump to version 7.2.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2020-07-08 08:41:33 +03:00
Rosen Penev and GitHub
d70d7f60b5
Merge pull request #12746 from neheb/qre
...
qrencode: switch to CMake
2020-07-07 17:26:02 -07:00
Rosen Penev
da2249b0f7
qrencode: switch to CMake
...
Allows simplifying the Makefile. Also faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-07 17:21:33 -07:00
Rosen Penev and GitHub
d34b7d4d43
Merge pull request #12713 from neheb/spaw
...
spawn-fcgi: switch to CMake
2020-07-07 16:46:09 -07:00
Rosen Penev and GitHub
9464d4171d
Merge pull request #12701 from neheb/apf
...
apfree-wifidog: fix compilation with GCC10
2020-07-07 16:32:12 -07:00
Rosen Penev
bf0619b3fa
fish: remove CMAKE_INSTALL
...
PKG_INSTALL is already default. There's also no need for InstallDev.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-07 16:03:53 -07:00
Rosen Penev and GitHub
b0a535a2cc
Merge pull request #12728 from neheb/xer2
...
libxerces-c: switch to CMake
2020-07-07 16:01:42 -07:00
Rosen Penev
bedc137571
libxerces-c: switch to CMake
...
Allows simplifying the Makefile. Also faster compilation.
Removed autotools patch as a result.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-07 15:58:04 -07:00
Rosen Penev and GitHub
5be4b51414
Merge pull request #12720 from neheb/fw
...
fwknop: fix compilation with GCC10
2020-07-07 15:32:44 -07:00
Rosen Penev and GitHub
6b971e36ff
Merge pull request #12714 from neheb/arch
...
libarchive: switch to CMake
2020-07-07 15:32:05 -07:00
Rosen Penev and GitHub
4d97004d2d
Merge pull request #12727 from neheb/exp
...
expat: convert to cmake
2020-07-07 15:27:36 -07:00
Rosen Penev
a9b6f44e9f
expat: convert to cmake
...
Allows faster compilation and a simpler Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-07 15:13:18 -07:00
Rosen Penev and GitHub
c1811647b9
Merge pull request #12740 from zhanhb/conffiles
...
treewide: add and fix conffiles
2020-07-07 15:03:54 -07:00
Rosen Penev and GitHub
f39291a068
Merge pull request #12744 from neheb/yubi
...
yubico-pam: fix compilation with fixed ykpers
2020-07-07 15:01:10 -07:00
Rosen Penev
26c7488d35
getdns: fix compilation without deprecated OpenSSL APIs
...
Since DSA is enabled, dsa.h is needed. Normally this header is included
implicitly with engine.h but with OPENSSL_API_COMPAT >= 0x10100000L ,
this is not so.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-07 14:57:59 -07:00
Rosen Penev
130f2deb0e
getdns: properly remove libbsd support
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-07 14:57:49 -07:00
Rosen Penev and GitHub
fb52699d76
Merge pull request #12742 from datafl4sh/datafl4sh/add_gnuplot_package
...
gnuplot: Fixed dependencies.
2020-07-07 14:55:34 -07:00
Rosen Penev
508e19c054
yubico-pam: fix compilation with fixed ykpers
...
Massively cleaned up the Makefile for simplicity.
Added PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-07 14:54:52 -07:00
Florian Eckert and GitHub
04802c4927
Merge pull request #12556 from TDT-AG/pr/20200619-docker-ce
...
docker-ce: add uci support
2020-07-07 16:45:11 +02:00
Florian Eckert
7765f5c602
docker-ce: update PKG_RELEASE
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-07 15:03:28 +02:00
Florian Eckert
2407497230
docker-ce: cleanup firewall rules on service stop
...
Until now, the firewall rules from the dockerd were preserved after the
service was stopped. This is not nice. With this change the firewall rules
created by dockerd will be deleted when the dockerd service is stopped.
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-07 15:03:28 +02:00
Florian Eckert
a3d8d7d997
docker-ce: remove obsulte docker default configuration file
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-07 15:03:28 +02:00
Florian Eckert
b9b565e068
docker-ce: add uci support for dockerd
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-07 15:03:28 +02:00
Matteo Cicuttin
cf5051985e
gnuplot: Fixed dependencies.
...
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu >
2020-07-07 13:30:50 +02:00
Huangbin Zhan
704e733e51
treewide: fix broken conffiles
...
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com >
2020-07-07 18:29:13 +08:00
Huangbin Zhan
e4a800f432
treewide: add conffiles
...
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com >
2020-07-07 06:27:51 +08:00
Rosen Penev and GitHub
98d4a7952d
Merge pull request #12726 from neheb/ykp2
...
ykpers: fix compilation with newer json-c
2020-07-06 13:54:06 -07:00
Rosen Penev and GitHub
95b6f2f8ce
Merge pull request #12735 from mstorchak/rsync-3.2.2
...
rsync: update to 3.2.2
2020-07-06 07:24:16 -07:00
Rosen Penev and GitHub
36055d74cf
Merge pull request #12734 from nickberry17/master
...
modemmanager: update ModemManager and dependencies
2020-07-06 07:14:02 -07:00
Rosen Penev and GitHub
d13cbd195e
Merge pull request #12729 from neheb/png4
...
libpng: fix compilation with ccache
2020-07-06 07:13:27 -07:00
Maxim Storchak
a10e4fa904
rsync: update to 3.2.2
...
Force IPv6 support to according to the global CONFIG_IPV6, ignore compile time detection
Signed-off-by: Maxim Storchak <m.storchak@gmail.com >
2020-07-06 17:08:48 +03:00
Nicholas Smith
e1bcb21d9a
modemmanager: bump to 1.14.0
...
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au >
2020-07-06 22:03:03 +10:00
Nicholas Smith
caae2d633d
libqmi: bump to 1.26.0
...
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au >
2020-07-06 22:02:17 +10:00
Nicholas Smith
732a30ea32
libmbim: bump to 1.24.0
...
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au >
2020-07-06 22:01:45 +10:00
Florian Eckert and GitHub
fb1437e222
Merge pull request #12709 from m01/bugfix-mwan3-config-load
...
mwan3: Fix mwan3 start not doing anything
2020-07-06 08:42:01 +02:00
Rosen Penev
7a01a09fe7
libpng: fix compilation with ccache
...
It seems an extra CMake variable is needed for one of the scripts.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-05 15:38:07 -07:00