Ted Hess
79928f9278
Merge pull request #7396 from thess/ffmpeg-x264
ffmpeg: Resolve libx264, BUILD_PATENTED anomalies
6 years ago
Ted Hess
c44e1d43a3
ffmpeg: Resolve libx264, BUILD_PATENTED anomalies
libx264 will be included in both hard & soft float libffmpeg-full builds if selected
and BUILD_PATENTED=y. Otherwise, it is not included in libffmpeg-full
Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years ago
Dirk Brenken
1e8829bb92
Merge pull request #7394 from dibdot/mc-fix
mc: disable vfs support by default
6 years ago
Dirk Brenken
aef568f193
mc: disable vfs support by default
* disable vfs support by default as long as the underlying
librpc issus has not been fixed - should fix buildbot compile
(#7180 #7349 )
Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years ago
Hannu Nyman
2967d4002b
Merge pull request #7393 from Ansuel/nginxup
nginx: Bump to latest release
6 years ago
Ansuel Smith
4519a1d2b3
nginx: Bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years ago
Dirk Brenken
42ff15344c
Merge pull request #7373 from dibdot/banip
banip: new package to block incoming & outgoing ip addresses
6 years ago
Rosen Penev
dfc0a69f99
pps-tools: Update to 1.0.2 and switch to codeload
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Hannu Nyman
7d9b6e592c
Merge pull request #7391 from lucize/doveup
dovecot: update to 2.3.3
6 years ago
Lucian Cristian
195dd657f2
dovecot: update to 2.3.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
Hannu Nyman
71157e90a5
Merge pull request #7390 from neheb/patch-1
python-gnupg: Fix build breakage
6 years ago
Hannu Nyman
71475c739b
Merge pull request #7342 from neheb/uw
uw-imap: Fix compilation without deprecated APIs for OpenSSL
6 years ago
Hannu Nyman
01b584c2d8
Merge pull request #7341 from neheb/dove
dovecot: Fix compilation for OpenSSL without deprecated APIs
6 years ago
Rosen Penev
2ebb321aaf
python-gnupg: Fix build breakage
Apparently := doesn't work here. Why it doesn't should be investigated but for now fix it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Hannu Nyman
734bca0709
Merge pull request #7388 from lucize/libyang-frr
libyang: enable LYD_PRIV
6 years ago
Lucian Cristian
72e69e36d2
libyang: enable LYD_PRIV
this is needed for frr (frrouting.org)
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
Hannu Nyman
98d1575747
Merge pull request #7337 from neheb/netconf
libnetconf2: Remove OpenSSL engine support
6 years ago
Hannu Nyman
160d53874d
Merge pull request #7389 from hnyman/webuiaria2
webui-aria2: dummy version bump
6 years ago
Hannu Nyman
e82a12a613
webui-aria2: dummy version bump
The source download storage contains a 0 byte version
of the webui-aria2 sources, which breaks buildbot.
Trigger a new download by bumping the version by a date.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years ago
Thomas Heil
795210bdac
Merge pull request #7290 from neheb/apr
apr: Fix pid_t format
6 years ago
Thomas Heil
d4c1e789be
Merge pull request #6854 from neheb/apache
apache: Update to 2.4.34
6 years ago
Hannu Nyman
95d66e9810
Merge pull request #7138 from diizzyy/patch-13
libs/libx264: Update to snapshot 20181006
6 years ago
Hannu Nyman
a5e1a0ee1e
Merge pull request #7344 from TDT-AG/pr/20181107-crtmpserver
crtmpserver: fix whitspaces
6 years ago
Hannu Nyman
1aebe2759c
Merge pull request #7185 from neheb/grilo
grilo: Enable parallel building
6 years ago
Hannu Nyman
7cfb54205d
Merge pull request #7187 from neheb/grilop
grilo-plugins: Update to 0.3.7
6 years ago
Hannu Nyman
e25a7548e3
Merge pull request #6671 from neheb/patch-3
json4lua: Update to 0.9.54 and switch to codeload
6 years ago
Hannu Nyman
9dcc19c9be
Merge pull request #6672 from neheb/patch-20
dkjson: Switch to codeload
6 years ago
Hannu Nyman
fa42f59c9b
Merge pull request #6705 from cotequeiroz/libupm_swig
libupm: don't set SWIG_DIR, force python 2.7
6 years ago
Hannu Nyman
a7d94e0f7b
Merge pull request #7286 from neheb/patch-1
cryptsetup: Update to 2.0.5
6 years ago
Hannu Nyman
8256f63546
Merge pull request #6931 from chris5560/radicale_master
radicale: add extra command "export_storage" to init script
6 years ago
Rosen Penev
e8e8022e47
pillow: Update to 5.3.0
Switched to pypi for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Ted Hess
6d702eb97f
Merge pull request #7383 from neheb/squ
socat: Fix compile with deprecated APIs disabled
6 years ago
champtar
3a302fc01b
Merge pull request #7379 from micmac1/maria-pthread-detach
mariadb: fix pthread_detach
6 years ago
Rosen Penev
17cfc75b98
socat: Fix compile with deprecated APIs disabled
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
champtar
04f96c9774
Merge pull request #7334 from neheb/monit
monit: Fix compilation without deprecated APIs
6 years ago
Rosen Penev
8dda6b8f2f
pytz: Update to 2018.7 and add host build
Django 1.11 and above needs pytz to run properly. This was causing issues
with seahub, whose Makefile uses django-admin to compile locales.
Also removed InstallDev. It tried to accomplish the same thing but ended
up installing to the same directories anyways.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Sebastian Kemper
581a19c0b8
mariadb: fix pthread_detach
Include fix from upstream for MDEV-17200. musl-1.1.20 segfaults when
pthread_detach() is called for already detached threads.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
6 years ago
Rosen Penev
154abade7a
lvm2: Update to 2.03.01
Moved libblkid depend to fix compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Ted Hess
7e36a24dd3
Merge pull request #7319 from neheb/icecast
icecast: Update to 2.4.4
6 years ago
Ted Hess
440e932e66
Merge pull request #7375 from eduardoabinader/bump-alsa-utils-1.1.7
alsa-utils: bump to 1.1.7
6 years ago
Michael Heimpold
37fee54986
Merge pull request #7302 from mhei/openplcutils-update
open-plc-utils: update to commit 32408520
6 years ago
Michael Heimpold
bf0cc8da51
Merge pull request #7345 from mhei/automake-update
automake: update to 1.15.1
6 years ago
Rosy Song
07c2d29859
nft-qos: use prerouting chain rather than input
Using the input chain can only limit the upload rate in local network.
Since to do the limit rate on both native and remote, we have to
replace the input hook with prerouting.
Signed-off-by: Rosy Song <rosysong@rosinson.com>
(Added Makefile version bump)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years ago
Hannu Nyman
665c44ea97
Merge pull request #7333 from neheb/libaio
libaio: Update to 0.3.111
6 years ago
Dirk Brenken
43f1f78dfc
Merge pull request #7377 from dibdot/adblock
adblock: fix adguard source
6 years ago
Dirk Brenken
ff139131a7
adblock: fix adguard source
* fix regex for adguard blocklist source
Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years ago
Kevin Darbyshire-Bryant
662d3f16d2
nlbwmon: receive dhcp interface triggers
Not all interfaces may have been allocated address at nlbwmon startup so
it may not collect statistics as expected/configured.
Add interface triggers to catch dhcp events and restart as required.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
6 years ago
Ted Hess
b4cf2b4df5
Merge pull request #7365 from thess/ffmpeg-work
ffmpeg: Resolve hard/float builds with work-around dependencies
6 years ago
Hannu Nyman
8372b84f0d
Revert "keyutils: Update to 1.5.11"
This reverts commit 41f2036afe
.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years ago
Marko Ratkaj
ade189963b
net: dhcpcd: bump version to 7.0.8
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
6 years ago