Commit Graph

20287 Commits

Author SHA1 Message Date
Rosen Penev 700b4e5cc1
ap51-flash: run through shellcheck
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-10 15:30:03 -07:00
Josef Schlehofer f94cb351bc
Merge pull request #12770 from miska/mariadb-maint
mariadb/libmariadb: Take over as a maintainer
2020-07-09 15:37:05 +02:00
Michal Hrusecky 68bf6c95ec mariadb/libmariadb: Take over as a maintainer
Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
2020-07-09 14:39:43 +02:00
Jiri Slachta 527b0d27d2
Merge pull request #12662 from micmac1/tiff-cxx-abi-5
tiff: declare ABI_VERSION in libtiffxx as well
2020-07-09 14:26:55 +02:00
Rosen Penev 9bd81604b7 c-ares: switch to CMake
Allows simplifying the Makefile. Also allows faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-09 10:35:05 +00:00
Josef Schlehofer 647ec7cb9a
Merge pull request #12164 from diizzyy/netdata1221
admin/netdata: Update to 1.22.1
2020-07-09 12:03:00 +02:00
Rosen Penev 426896b0be
Merge pull request #12766 from flyn-org/master
Update dmapd and libdmapsharing
2020-07-08 23:05:35 -07:00
W. Michael Petullo 1000b84ab0 dmapd: update to 0.0.85
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-07-08 21:37:39 -04:00
W. Michael Petullo 5481bf267e libdmapsharing: update to 3.9.10
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-07-08 21:37:25 -04:00
Rosen Penev 2cfce35c50
Merge pull request #12764 from neheb/exp22
expat: fix compilation with doc2man
2020-07-08 14:14:11 -07:00
Rosen Penev 0de5f3b5d0
expat: fix compilation with doc2man
Even though doc2man is explicitly disabled, it is only for the target.
Split out the options to a separate variable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-08 14:09:11 -07:00
Rosen Penev e576e59df4
Merge pull request #12752 from dibdot/ssmtp
ssmtp: package removal
2020-07-08 13:55:51 -07:00
Rosen Penev 245720750b
Merge pull request #12751 from dibdot/foolsm
foolsm: change mail dependency
2020-07-08 13:55:34 -07:00
Rosen Penev 09cb497125
Merge pull request #12763 from micmac1/remo-maint
apache/mariadb/sqlite: remove myself as maintainer
2020-07-08 11:03:01 -07:00
Rosen Penev f424859f93
Merge pull request #12754 from jefferyto/python-host-platform
python3: Use default _PYTHON_HOST_PLATFORM
2020-07-08 11:01:15 -07:00
Jan Pavlinec 799db6b36e ntpd: update to version 4.2.8p15 (security fix)
Fixes:
CVE-2020-11868
CVE-2018-8956
CVE-2020-13817
CVE-2020-1502

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-07-08 19:07:16 +02:00
Sebastian Kemper 8274603dd1 sqlite3: remove maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-07-08 18:29:31 +02:00
Sebastian Kemper 70dcf9aa84 mariadb: remove maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-07-08 18:29:07 +02:00
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
Rosen Penev 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
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 f48625cbf9
Merge pull request #12745 from neheb/getd
getdns: properly remove libbsd support
2020-07-08 00:26:32 -07:00
Rosen Penev 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 d34b7d4d43
Merge pull request #12713 from neheb/spaw
spawn-fcgi: switch to CMake
2020-07-07 16:46:09 -07:00
Rosen Penev 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 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 5be4b51414
Merge pull request #12720 from neheb/fw
fwknop: fix compilation with GCC10
2020-07-07 15:32:44 -07:00
Rosen Penev 6b971e36ff
Merge pull request #12714 from neheb/arch
libarchive: switch to CMake
2020-07-07 15:32:05 -07:00
Rosen Penev 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 c1811647b9
Merge pull request #12740 from zhanhb/conffiles
treewide: add and fix conffiles
2020-07-07 15:03:54 -07:00
Rosen Penev 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 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 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 98d4a7952d
Merge pull request #12726 from neheb/ykp2
ykpers: fix compilation with newer json-c
2020-07-06 13:54:06 -07:00