| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\
| |
| | |
node: Change icu version specification
|
| |
| |
| |
| |
| |
| | |
modify host icu library path
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|\ \
| | |
| | | |
newt: Remove python_init_once.patch
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
youtube-dl: update to version 2020.3.24
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \
| | | |
| | | | |
ksmbd update
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Release information:
https://github.com/syncthing/syncthing/releases/tag/v1.4.0
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ /
| |
| |
| |
| |
| | |
Replace all patches with Make options or sed to improve maintainability.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
|\ \
| | |
| | | |
ffmpeg: add dependency to fdk-aac for ffmpeg-full
|
| |/
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
python-zope-interface: Update to 5.0.1, refresh patch
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-twisted: Update to 20.3.0, refresh patches
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This update includes fixes for:
* CVE-2020-10108
* CVE-2020-10109
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
golang: Update to 1.14.1
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-zipp: update to version 3.1.0
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \ \
| |_|/ /
|/| | | |
redis: update to version 5.0.8 (security fix)
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| |/ /
|/| | |
jsoncpp: update to version 1.9.2
|
|/ /
| |
| |
| | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
prometheus-statsd-exporter: update PGK_VERSION to v0.15.0
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \
| | | |
| | | | |
mc: update to 4.8.24
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* changes see http://midnight-commander.org/wiki/NEWS-4.8.24
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \ \
| |_|_|/
|/| | | |
collectd: disable dpdk_telemetry module
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
mpd: allow AAC decoding with mini variant
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | | |
It must be reversed to work properly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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>
|
|\ \ \
| | | |
| | | | |
miredo: Initial version 1.2.6
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Move CONFIGURE blocks after description
* Fix build with libcap
Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Reorder PKG_* variables
* Disable format-security error in common way
Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Teredo IPv6 tunneling utility
Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
|
|\ \ \ \
| | | | |
| | | | | |
libuwifi: update to latest version
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|\ \ \ \
| | | | |
| | | | | |
ddns-scripts: Append ddns script for cnkuai.cn
|