aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python-packaging: add new packageJan Pavlinec2020-04-02
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #11655 from nxhack/node_follow_icu_versionRosen Penev2020-03-24
|\ | | | | node: Change icu version specification
| * node: Change icu version specificationHirokazu MORIKAWA2020-03-24
| | | | | | | | | | | | modify host icu library path Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #11657 from jefferyto/newt-remove-patchRosen Penev2020-03-24
|\ \ | | | | | | newt: Remove python_init_once.patch
| * | newt: Remove python_init_once.patchJeffery To2020-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was pointed out in #11504 that the code in python_init_once.patch is incorrect; the patch does not prevent newtInit() from being called more than once (in fact it is called twice the first time initScreen() is called). Testing without the patch, using the example code from the corresponding Debian bug report[1], did not result in any segfaults. This removes the patch from the package build. Supersedes #11504. [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557960#5 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11656 from BKPepe/youtubedlDaniel Engberg2020-03-24
|\ \ \ | | | | | | | | youtube-dl: update to version 2020.3.24
| * | | youtube-dl: update to version 2020.3.24Josef Schlehofer2020-03-24
|/ / / | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #11650 from neheb/ksmbRosen Penev2020-03-23
|\ \ \ | | | | | | | | ksmbd update
| * | | ksmbd-tools: update to 3.2.3Rosen Penev2020-03-23
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | ksmbd: update to 3.1.6Rosen Penev2020-03-23
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | syncthing: bump to 1.4.0Paul Spooren2020-03-23
| | | | | | | | | | | | | | | | | | | | | Release information: https://github.com/syncthing/syncthing/releases/tag/v1.4.0 Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | openvswitch: openvswitch.mk: add ovs_common_depends variableYousong Zhou2020-03-24
| | | | | | | | | | | | | | | | | | | | | | | | This is to address the need that openvswitch starting with 2.13 now depends on libunwind for handling SIGSEGV (upstream commit e2ed6fbeb18 ("fatal-signal: Catch SIGSEGV and print backtrace")) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | syncthing: fixup version detectionPaul Spooren2020-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since upstream commit dc92994 the LDFLAGS used for settings the version (and build host and user) changed resulting in "unknown" versions in syncthing. Correct version detection is important for syncthing to assure compatibility with other running instances. The "unknown" version fails to communicate and sync with correctly compiled instances. This patch updates the syncthing Makefile to inject the correct variables and thereby fixes the version detection in syncthing. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | domoticz: bump to 2020.1Stijn Tintel2020-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop upstreamed patches. The file appversion.default was removed from Domoticz, causing the hacks to inject APPVERSION, APPDATE and APPHASH to fail. As the appversion.h is generated during compile time, implementing a new way to inject these defines is non-trivial, so simply drop them. As the minor version for this release is no longer based on the number of commits, the package versioning needs to be revised if we want to build a git snapshot instead of stable release. Leave this for another day and drop that logic for now. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | openzwave: bump to 1.6.1063Stijn Tintel2020-03-23
|/ / | | | | | | | | | | Replace all patches with Make options or sed to improve maintainability. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #11630 from neheb/nbmvRosen Penev2020-03-23
|\ \ | | | | | | ffmpeg: add dependency to fdk-aac for ffmpeg-full
| * | ffmpeg: add dependency to fdk-aac for ffmpeg-fullRosen Penev2020-03-22
| |/ | | | | | | | | | | | | | | Since getting rid of the patented line, it seems fdk-aac is now getting enabled for -full, causing a missing dependency. OTOH, fdk-aac can only be enabled if x264 is not. So add a ! dependency for it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11642 from jefferyto/python-zope-interface-5.0.1Hannu Nyman2020-03-23
|\ \ | | | | | | python-zope-interface: Update to 5.0.1, refresh patch
| * | python-zope-interface: Update to 5.0.1, refresh patchJeffery To2020-03-24
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11638 from jefferyto/twisted-20.3.0Hannu Nyman2020-03-23
|\ \ \ | | | | | | | | python-twisted: Update to 20.3.0, refresh patches
| * | | python-twisted: Update to 20.3.0, refresh patchesJeffery To2020-03-23
| |/ / | | | | | | | | | | | | | | | | | | | | | This update includes fixes for: * CVE-2020-10108 * CVE-2020-10109 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11635 from jefferyto/golang-1.14.1Hannu Nyman2020-03-23
|\ \ \ | | | | | | | | golang: Update to 1.14.1
| * | | golang: Update to 1.14.1Jeffery To2020-03-23
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11634 from ja-pa/python-zipp-3.1.0Hannu Nyman2020-03-23
|\ \ \ | | | | | | | | python-zipp: update to version 3.1.0
| * | | python-zipp: update to version 3.1.0Jan Pavlinec2020-03-23
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #11633 from ja-pa/redis-5.0.8Hannu Nyman2020-03-23
|\ \ \ \ | |_|/ / |/| | | redis: update to version 5.0.8 (security fix)
| * | | redis: update to version 5.0.8 (security fix)Jan Pavlinec2020-03-23
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #10599 from ja-pa/jsoncpp-1.9.2Daniel Engberg2020-03-23
|\ \ \ | |/ / |/| | jsoncpp: update to version 1.9.2
| * | jsoncpp: update to version 1.9.2Jan Pavlinec2020-03-23
|/ / | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | ovn: initial version 20.03.0Yousong Zhou2020-03-23
| | | | | | | | | | | | | | | | | | Compared to original packaging scheme within openvswitch, we removed ovn-trace, ovn-detrace from openvswitch-ovn-common package. ovn-detrace requires python libs to run, so it does not actually work out of box in previous builds anyway. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | openvswitch: bump to version 2.13.0Yousong Zhou2020-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python2 library is now removed as the transition has been done by the upstream project OVN is now a separate project released with its own release plan and it's not included within openvswitch starting with ovs 2.13. openvswitch.mk is split out from the main Makefile for adding ovn packages back in following commits. The following two patches are already included in 2.13 - ovsdb-idlc-fix-dict-change-during-iteration.patch - compat-Include-confirm_neigh-parameter-if-needed.patch Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #11593 from TDT-AG/pr/20200319-prometheus-statsd-exporterFlorian Eckert2020-03-23
|\ \ | | | | | | prometheus-statsd-exporter: update PGK_VERSION to v0.15.0
| * | prometheus-statsd-exporter: update PGK_VERSION to v0.15.0Florian Eckert2020-03-19
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #11613 from dibdot/mcDirk Brenken2020-03-23
|\ \ \ | | | | | | | | mc: update to 4.8.24
| * | | mc: update to 4.8.24Dirk Brenken2020-03-20
| | | | | | | | | | | | | | | | | | | | * changes see http://midnight-commander.org/wiki/NEWS-4.8.24 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #11631 from hnyman/colfixHannu Nyman2020-03-23
|\ \ \ \ | |_|_|/ |/| | | collectd: disable dpdk_telemetry module
| * | | collectd: disable dpdk_telemetry moduleHannu Nyman2020-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly disable the new dpdk_telemetry module to fix compilation in buildbot. (other dpdk modules are aleady disabled) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #11628 from neheb/mpddRosen Penev2020-03-22
|\ \ \ \ | | | | | | | | | | mpd: allow AAC decoding with mini variant
| * | | | mpd: allow AAC decoding with mini variantRosen Penev2020-03-22
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is possible as libfaad no longer has patented functionality based on BUILD_PATENTED. AAC is a very popular format, so it makes sense to have some kind of version included. The ffmpeg package does not provide and cannot provide AAC decoding without BUILD_PATENTED, therefore enabled FAAD for all variants. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | fdk-aac: add BUILD_PATENTED to CONFIG_DEPENDSRosen Penev2020-03-22
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | fdk-aac: fix wrong if conditionRosen Penev2020-03-22
|/ / / | | | | | | | | | | | | It must be reversed to work properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | collectd: update to 5.11.0Hannu Nyman2020-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update collectd to version 5.11.0 * Refresh patches Release notes: https://github.com/collectd/collectd/releases/tag/collectd-5.11.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #11467 from wosk/add-miredoRosen Penev2020-03-22
|\ \ \ | | | | | | | | miredo: Initial version 1.2.6
| * | | miredo: Makefile fixesNikita Vostokov2020-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move CONFIGURE blocks after description * Fix build with libcap Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
| * | | miredo: Makefile fixesNikita Vostokov2020-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorder PKG_* variables * Disable format-security error in common way Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
| * | | miredo: Small fixes after reviewNikita Vostokov2020-03-15
| | | | | | | | | | | | | | | | Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
| * | | miredo: Initial version 1.2.6Nikita Vostokov2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | Teredo IPv6 tunneling utility Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
* | | | Merge pull request #11629 from PolynomialDivision/feature/libuwifiupdateHannu Nyman2020-03-22
|\ \ \ \ | | | | | | | | | | libuwifi: update to latest version
| * | | | libuwifi: update to latest versionNick Hainke2020-03-22
|/ / / / | | | | | | | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #11624 from AuroraRAS/ddns-append-cnkuaiRosen Penev2020-03-22
|\ \ \ \ | | | | | | | | | | ddns-scripts: Append ddns script for cnkuai.cn