Commit Graph
20239 Commits
Author SHA1 Message Date
Rosen PenevandGitHub fb52699d76 Merge pull request #12742 from datafl4sh/datafl4sh/add_gnuplot_package
gnuplot: Fixed dependencies.
2020-07-07 14:55:34 -07:00
Florian EckertandGitHub 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
Rosen PenevandGitHub 98d4a7952d Merge pull request #12726 from neheb/ykp2
ykpers: fix compilation with newer json-c
2020-07-06 13:54:06 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 36055d74cf Merge pull request #12734 from nickberry17/master
modemmanager: update ModemManager and dependencies
2020-07-06 07:14:02 -07:00
Rosen PenevandGitHub 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 EckertandGitHub 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
Rosen Penev 8f786d3e3c ykpers: fix compilation with newer json-c
Upstream backport.

Adjusted package to use PKG_INSTALL for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Adjusted InstallDev section to install the pkgconf file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-05 13:25:48 -07:00
Rosen PenevandGitHub da5f8669e6 Merge pull request #12669 from neheb/logr
logrotate: update to 3.16.0
2020-07-05 13:22:07 -07:00
Rosen PenevandGitHub b05123bd1a Merge pull request #12721 from neheb/forke
forked-daapd: fix compilation with GCC10
2020-07-05 11:40:33 -07:00
Rosen PenevandGitHub e30fdaf0a9 Merge pull request #12715 from neheb/can2
canutils: switch to CMake
2020-07-05 09:39:11 -07:00
Rosen PenevandGitHub 93040bd20c Merge pull request #12711 from neheb/urcu
liburcu: install pkgconfig files
2020-07-05 09:38:28 -07:00
Rosen PenevandGitHub ad6d1d331f Merge pull request #12682 from jonathanunderwood/stubby-0.3.0
stubby: update to version 0.3.0
2020-07-05 09:34:30 -07:00
Rosen PenevandGitHub a365ef4b85 Merge pull request #12679 from jonathanunderwood/getdns-1.6.0
getdns: update to version 1.6.0
2020-07-05 09:33:34 -07:00
Josef SchlehoferandGitHub 4155dfb6b5 Merge pull request #12586 from tiagogaspar8/bind-update-9-16-4
bind: update to 9.16.4
2020-07-05 17:50:41 +02:00
Jonathan G. Underwood 171c2e2cf4 getdns: update to version 1.6.0
This update also:
    - enables parallel builds
    - moves to the CMake build system
    - removes the redundant InstallDev stanza

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2020-07-05 12:27:01 +01:00
Alberto BursiandPaul Spooren 28bcd19557 syncthing: increase inotify limit
default inotify limits at 8k are
low for serious usage
and the GUI shows errors like
"Failed to start filesystem watcher
for folder XXXX"
increase them with this config file
as instructed by syncthing's FAQ.
https://docs.syncthing.net/users/
faq.html#inotify-limits

Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
[bumped PKG_RELEASE]
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-07-04 20:13:49 -10:00
Rosen Penev d198307fd4 forked-daapd: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 18:12:44 -07:00
Rosen PenevandGitHub 3331857824 Merge pull request #12719 from neheb/png3
libpng: remove hardware optimizations for mipsel
2020-07-04 17:30:50 -07:00
Rosen Penev e176444f5a libpng: remove hardware optimizations for mipsel
The mipsel optimizations are only MSA and not any DSP, which means they're
useless for OpenWrt targets.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 17:23:10 -07:00
Rosen PenevandGitHub c8bb57b318 Merge pull request #12718 from Grommish/master
[Snort3/Snort+] Fix Big-Endian compile issues
2020-07-04 15:57:37 -07:00
Rosen Penev 5f9a918c4f canutils: switch to CMake
Allows simplifying the Makefile. Faster compilation as well.

Revert b70cb0ef5e

That commit was misleading and ended up bloating the Utilities section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 15:30:22 -07:00
Donald Hoskins e3163364e9 [Snort3/Snort+] Fix Big-Endian compile issues
Signed-off-by: Donald Hoskins <grommish@gmail.com>
2020-07-04 18:22:12 -04:00
Rosen PenevandGitHub b63f227faf Merge pull request #12590 from commodo/numpy2
numpy: bump to version 1.19.0
2020-07-04 11:41:41 -07:00
Rosen PenevandGitHub 390c06a738 Merge pull request #12338 from alinnastac/rtsp-pb_discon
xtables-addons: fix RTSP helper support for client_port=x/y Transport…
2020-07-04 11:39:17 -07:00
Rosen PenevandGitHub 35734b81cd Merge pull request #12692 from qweaszxcdf/openfortivpn
openfortivpn: Remove pingcheck and use l3_device instead
2020-07-04 11:38:34 -07:00
Tiago Gaspar b8f8af8a30 bind: update to 9.16.4
This update fixes the following CVE's:
- CVE-2020-8618
- CVE-2020-8619

More info on bug fixes and feature changes in:
https://downloads.isc.org/isc/bind9/9.16.4/doc/arm/html/notes.html

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2020-07-04 12:12:17 +01:00
Ryan Shi ee690da794 openfortivpn: bump PKG_RELEASE
Signed-off-by: Ryan Shi <qweaszxcdfsh@gmail.com>
2020-07-04 18:28:59 +08:00
Rosen PenevandGitHub 6f88235f8a Merge pull request #12689 from jmarcet/docker-ce-update
docker-ce: update to version 19.03.12
2020-07-03 23:44:58 -07:00
Rosen PenevandGitHub 4643ae9abe Merge pull request #12603 from neheb/ossh
openssh: update to 8.3p1
2020-07-03 23:06:58 -07:00
Rosen PenevandGitHub 6ebe4ad1e2 Merge pull request #12633 from neheb/freet
freetype: update to 2.10.2
2020-07-03 23:06:19 -07:00
Rosen PenevandGitHub bd8002401a Merge pull request #12510 from neheb/git
git: update to 2.27.0
2020-07-03 23:05:50 -07:00
Rosen PenevandGitHub 759b83fd23 Merge pull request #12656 from gladiac1337/liburing-0.6
liburing: new package: liburing v0.6
2020-07-03 23:05:01 -07:00
Rosen PenevandGitHub 959312ef74 Merge pull request #12636 from neheb/png2
libpng: switch to CMake
2020-07-03 23:04:46 -07:00
Rosen PenevandGitHub 221bd62f9b Merge pull request #12693 from datafl4sh/datafl4sh/add_gnuplot_package
gnuplot: Added package.
2020-07-03 23:04:28 -07:00
Rosen PenevandGitHub 62167cb20a Merge pull request #12690 from jmarcet/docker-compose-update
docker-compose: update to version 1.26.1
2020-07-03 23:03:29 -07:00
Rosen Penev 5a6a25ea8b liburcu: install pkgconfig files
Newer versions of lttng* need these.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-03 19:49:45 -07:00
Rosen PenevandDaniel Golle f0db39bf0e libowfat: fix compilation under GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 00:32:23 +01:00
Michiel Blokzijl acfbd98ce0 mwan3: Fix mwan3 start not doing anything
Due to a missing config load function call, mwan3 start runs ifup for an empty
list of interfaces, thus not calling ifup at all.

This commit introduces the missing config_load call.

Signed-off-by: Michiel Blokzijl <code@m01.eu>
2020-07-03 20:03:42 +01:00
Rosen PenevandGitHub 477a881f14 Merge pull request #12697 from Andy2244/samba-4_12_5
samba4: update to 4.12.5
2020-07-03 07:04:03 -07:00