Rosen Penev and GitHub
cf44e13a5e
Merge pull request #11714 from neheb/cgr
...
libcgroup: fix compile with newer musl
2020-04-02 16:15:59 -07:00
Rosen Penev and GitHub
d8403d4827
Merge pull request #11691 from neheb/soft
...
softflowd: fix compilation with newer musl
2020-04-02 16:14:09 -07:00
Rosen Penev and GitHub
5b2d270fef
Merge pull request #11697 from neheb/port
...
port-mirroring: fix compilation under newer musl
2020-04-02 16:13:30 -07:00
Rosen Penev and GitHub
b6d8bcfe95
Merge pull request #11696 from neheb/mtd
...
mtdev: update to 1.1.6
2020-04-02 16:12:31 -07:00
Rosen Penev and GitHub
4e171fa16d
Merge pull request #11710 from neheb/pdnsddd
...
pdns: fix compilation without deprecated OpenSSL APIs
2020-04-02 16:12:15 -07:00
Rosen Penev and GitHub
536d1adc60
Merge pull request #11745 from zhaojh329/wifidog-ng
...
wifidog-ng: Update to 2.0.2
2020-04-02 11:38:39 -07:00
Rosen Penev and GitHub
26a24c36be
Merge pull request #11705 from neheb/kism
...
kismet: fix compilation with libcxx
2020-04-02 01:08:54 -07:00
Rosen Penev and GitHub
e0162a3fbf
Merge pull request #11711 from neheb/atftpd
...
atftp: fix compilation with newer musl
2020-04-02 01:04:08 -07:00
Rosen Penev and GitHub
3732cab3df
Merge pull request #11692 from neheb/evt2
...
evtest: fix compilation with newer musl
2020-04-01 22:48:34 -07:00
Rosen Penev and GitHub
c9783efee8
Merge pull request #11683 from neheb/gdd
...
libgd: update to 2.30
2020-04-01 22:46:39 -07:00
Rosen Penev and GitHub
591b3ca180
Merge pull request #11739 from nxhack/libhttp-parser_294
...
libhttp-parser: update to v2.9.4
2020-04-01 22:44:20 -07:00
Rosen Penev and GitHub
c083581503
Merge pull request #11575 from neheb/tin
...
tinyproxy: fix init script
2020-03-31 02:58:11 -07:00
Rosen Penev and GitHub
35a2a0a1f5
Merge pull request #11712 from neheb/wssd
...
wsdd2: run init script through shellcheck
2020-03-31 00:54:28 -07:00
Rosen Penev and GitHub
ee5bf2a538
Merge pull request #11693 from neheb/nspr
...
nspr: fix compilation with newer musl
2020-03-31 00:54:01 -07:00
Rosen Penev and GitHub
9679dba8f0
Merge pull request #11708 from neheb/frrrr
...
frr: add libatomic dependency
2020-03-31 00:53:14 -07:00
Rosen Penev and GitHub
edb929bf5b
Merge pull request #11694 from neheb/v4l
...
libv4l: fix compilation with newer musl
2020-03-30 16:46:31 -07:00
Rosen Penev and GitHub
524b36c7d8
Merge pull request #11716 from 532910/prosody-scurity-fix
...
prosody: /etc/prosody owner fix
2020-03-30 14:59:06 -07:00
Rosen Penev and GitHub
c893c21c68
Merge pull request #11717 from zhaojh329/libuwsc
...
libuwsc: update to 3.3.4
2020-03-30 14:27:12 -07:00
Rosen Penev and GitHub
6cef64f444
Merge pull request #11720 from zokl/javascript-obfuscator_0.27.2
...
javascript-obfuscator: update to 0.27.2
2020-03-30 14:27:02 -07:00
Rosen Penev and GitHub
720420a84a
Merge pull request #11707 from neheb/zerr
...
zerotier: fix compilation with newer musl
2020-03-30 03:13:00 -07:00
Rosen Penev and GitHub
db0a3cf9af
Merge pull request #11706 from neheb/fork
...
forked-daapd: fix compilation with newer musl
2020-03-29 23:33:50 -07:00
Rosen Penev
d1a2a025fe
libcgroup: fix compile with newer musl
...
The code uses __BEGIN/END_DECLS from glibc's features.h, actually
sys/cdefs.h, which is deprecated. Get rid of it.
Fixed license information.
Fixed musl-fts dependency. It's only valid for musl.
Removed autoreconf as the patch was removed.
Added PKG_INSTALL for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Small cleanups for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-29 21:38:23 -07:00
Rosen Penev
94040813a8
wsdd2: run init script through shellcheck
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-29 21:35:43 -07:00
Rosen Penev
1950340c69
kea: do not build static host binaries
...
Errors on some systems. No real change.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-29 21:35:06 -07:00
Rosen Penev
89ddb6baca
atftp: fix compilation with newer musl
...
Added missing header for __THROW.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-29 21:33:17 -07:00
Rosen Penev
5b120f55fd
pdns: fix compilation without deprecated OpenSSL APIs
...
The bn.h header is missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-29 21:32:31 -07:00
Rosen Penev
c5e058558d
frr: add libatomic dependency
...
Needed for some platforms.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-29 21:30:32 -07:00
Rosen Penev
92fa4cedf3
zerotier: fix compilation with newer musl
...
musl 1.2.0 gets rid of this syscall. Just call the function directly. It's
easier.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-29 21:29:46 -07:00
Rosen Penev
e3bee35404
forked-daapd: fix compilation with newer musl
...
Needed for errno definition.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-29 21:28:37 -07:00
Rosen Penev
be975484dd
kismet: fix compilation with libcxx
...
std::bind is not the same as bind().
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-29 20:17:21 -07:00
Rosen Penev and GitHub
9e7e751900
Merge pull request #11695 from neheb/gammm
...
gammu: remove nls.mk
2020-03-29 00:57:55 -07:00
Rosen Penev and GitHub
8f0ba82892
Merge pull request #11679 from neheb/grp
...
grilo-plugins: don't try to download grilo
2020-03-28 21:02:34 -07:00
Rosen Penev
2c71d5bcd4
port-mirroring: fix compilation under newer musl
...
time_t is 64-bit under 32-bit OSes with version 1.2.0. Fixes wrong pointer
error.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 20:59:06 -07:00
Rosen Penev
92810c2e65
mtdev: update to 1.1.6
...
Fixes input_event usage.
Removed autoreconf as we're not modifying any files.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 20:54:59 -07:00
Rosen Penev and GitHub
bbca5f91a7
Merge pull request #11681 from neheb/xz
...
xz: update to 5.2.5
2020-03-28 20:49:57 -07:00
Rosen Penev
d487e4d4f6
vala: update to 0.48.2
...
Add rpath-link to fix compilation with newer libffi.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 20:48:22 -07:00
Rosen Penev
d0a4d12d6d
hfsprogs: fix compile with newer musl
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 20:48:22 -07:00
Rosen Penev
b8f1e9240c
gammu: remove nls.mk
...
It's causing issues with newer glib2:
../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv'
../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_open'
../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_close'
It's because the libiconv-stub does not include a shared library that
gammu can link to.
Removed most patches since they don't seem to be needed.
Ran init script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 20:46:29 -07:00
Rosen Penev
ffb7da67a3
libv4l: fix compilation with newer musl
...
This is using the input_event struct directly, instead of using the proper
defines.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 20:45:03 -07:00
Rosen Penev
93f8cbebe0
nspr: fix compilation with newer musl
...
Include proper sgidefs define.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 20:43:56 -07:00
Rosen Penev
74459faae4
evtest: fix compilation with newer musl
...
Backported from master.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 20:42:48 -07:00
Rosen Penev
1e3051c5ad
softflowd: fix compilation with newer musl
...
__uid_t is a glibc extension. Switch to standard uid_t.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 20:40:52 -07:00
Rosen Penev
e458f48b64
grilo-plugins: don't try to download grilo
...
Upstream thought it was a good idea to force downloads of grilo. Disable
it since it is not needed.
Removed two unnecessary variables.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-28 14:32:45 -07:00
Rosen Penev and GitHub
6ee27ec982
Merge pull request #11682 from neheb/rpc
...
rpcsvc-proto: update to 1.4.1
2020-03-28 12:24:04 -07:00
Rosen Penev and GitHub
d664e846cb
Merge pull request #11648 from PolynomialDivision/feature/add_dawn
...
dawn: add decentralized wifi controller
2020-03-28 03:53:16 -07:00
Rosen Penev
cc59ab12e5
libgd: update to 2.30
...
Fixed CPE_ID.
Simplified TIFF option.
Refreshed/removed upstream patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-27 20:27:01 -07:00
Rosen Penev
5e7898fd33
rpcsvc-proto: update to 1.4.1
...
Switched to standard tarball. Allows to get rid of build hacks. Also
simplifies the Makefile a bit.
Add PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-27 20:03:26 -07:00
Rosen Penev
8c5d0c673d
xz: update to 5.2.5
...
Switched to smaller xz archive.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-27 19:56:16 -07:00
Rosen Penev and GitHub
5a178ae61b
Merge pull request #11674 from nxhack/node-homebridge_0_4_53
...
node-homebridge: update to 0.4.53
2020-03-26 13:00:01 -07:00
Rosen Penev
4be60489bf
libssh: fix compilation without deprecated OpenSSL APIs
...
Cleaned up Makefile.
Fixed license information.
Simplified big endian condition.
Removed InstallDev section. CMAKE_INSTALL handles it.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-25 20:51:26 -07:00
Rosen Penev and GitHub
46427d39f9
Merge pull request #11673 from wvdakker/master
...
Shorewall: Bump to version 5.2.4
2020-03-25 20:49:31 -07:00
Rosen Penev and GitHub
4045eff0ae
Merge pull request #11627 from neheb/pfr
...
libpfring: update to 7.6.0
2020-03-25 20:43:38 -07:00
Rosen Penev and GitHub
dbc29e8dfb
Merge pull request #11580 from tiagogaspar8/kea-1.6.2-update
...
Update kea to the latest stable verion (1.6.2).
2020-03-25 20:42:23 -07:00
Rosen Penev and GitHub
15d7a73f19
Merge pull request #11649 from neheb/upnp2
...
libupnp: enable reuseaddr
2020-03-24 16:11:32 -07:00
Rosen Penev and GitHub
46c88779b2
Merge pull request #11651 from neheb/nbmfghhf
...
libcap: apply pkgconfig fix to libpsx.pc as well
2020-03-24 16:11:09 -07:00
Rosen Penev and GitHub
eef3d14af7
Merge pull request #11655 from nxhack/node_follow_icu_version
...
node: Change icu version specification
2020-03-24 03:20:34 -07:00
Rosen Penev and GitHub
e592c06b08
Merge pull request #11657 from jefferyto/newt-remove-patch
...
newt: Remove python_init_once.patch
2020-03-24 03:20:16 -07:00
Rosen Penev and GitHub
192bbbc8d2
Merge pull request #11650 from neheb/ksmb
...
ksmbd update
2020-03-23 23:36:35 -07:00
Rosen Penev
a0a1f058e5
libcap: apply pkgconfig fix to libpsx.pc as well
...
Made a bunch of libraries explicit for clarity.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-23 16:54:00 -07:00
Rosen Penev
dd85d0a35c
ksmbd-tools: update to 3.2.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-23 16:42:12 -07:00
Rosen Penev
ffa184cc17
ksmbd: update to 3.1.6
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-23 16:42:12 -07:00
Rosen Penev
8e065c147f
libupnp: enable reuseaddr
...
Helps applications restart safely.
Disabled optssdp. Not used by anything.
Disabled scriptsupport. Not used by anything.
Made all configure options explicit.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-23 16:40:48 -07:00
Rosen Penev and GitHub
73b75ed106
Merge pull request #11630 from neheb/nbmv
...
ffmpeg: add dependency to fdk-aac for ffmpeg-full
2020-03-23 12:19:03 -07:00
Rosen Penev
78b7bbbfa6
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 >
2020-03-22 18:07:04 -07:00
Rosen Penev and GitHub
81c3e2dfa4
Merge pull request #11628 from neheb/mpdd
...
mpd: allow AAC decoding with mini variant
2020-03-22 17:20:29 -07:00
Rosen Penev and GitHub
fb12840581
fdk-aac: add BUILD_PATENTED to CONFIG_DEPENDS
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-22 16:36:45 -07:00
Rosen Penev and GitHub
845f7fc2bb
fdk-aac: fix wrong if condition
...
It must be reversed to work properly.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-22 16:33:03 -07:00
Rosen Penev
c7d98c3626
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 >
2020-03-22 16:22:07 -07:00
Rosen Penev and GitHub
2a77fe8b1a
Merge pull request #11467 from wosk/add-miredo
...
miredo: Initial version 1.2.6
2020-03-22 11:57:20 -07:00
Rosen Penev and GitHub
ea11132fb7
Merge pull request #11624 from AuroraRAS/ddns-append-cnkuai
...
ddns-scripts: Append ddns script for cnkuai.cn
2020-03-22 02:22:57 -07:00
Rosen Penev and GitHub
0b2a235097
Merge pull request #11625 from neheb/ffmp
...
ffmpeg: do not list AAC as patented
2020-03-21 21:03:10 -07:00
Rosen Penev and GitHub
95ef437f8e
Merge pull request #11600 from neheb/fdkaac
...
fdk-aac: don't build two versions
2020-03-21 21:02:44 -07:00
Rosen Penev
cf069190f2
libpfring: update to 7.6.0
...
Fixes compilation with kernel 5.4.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-21 18:03:40 -07:00
Rosen Penev
178206410c
ffmpeg: do not list AAC as patented
...
Both libraries in the tree (fdk-aac and faad) have patented functionality
disabled when CONFIG_BUILD_PATENTED is off.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-21 15:55:57 -07:00
Rosen Penev and GitHub
4205db5505
Merge pull request #11597 from neheb/perl
...
perl updates
2020-03-21 15:23:53 -07:00
Rosen Penev and GitHub
5c70e80f52
Merge pull request #11620 from yangfl/master
...
i2pd: Update to 2.30.0
2020-03-21 15:15:26 -07:00
Rosen Penev
b289809735
libxslt: update to 1.1.34
...
Fixes all known CVEs.
Various Makefile cleanups for consistency between packages.
Added PIC explicitly (was implicit). Removed two extra features.
Removed autoreconf and added PKG_BUILD_PARALLEL for faster compilation.
Roughly matched host configure args with target ones.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-20 19:35:34 -07:00
Rosen Penev and GitHub
3f9fedf6e3
Merge pull request #11578 from aleksander0m/aleksander/qmi-1-24-8
...
libqmi: update to version 1.24.8
2020-03-20 16:19:57 -07:00
Rosen Penev and GitHub
c16e7cc423
Merge pull request #11570 from aleksander0m/aleksander/mm-1-12-8
...
modemmanager: release 1.12.8
2020-03-20 16:19:21 -07:00
Rosen Penev and GitHub
7bf1d3ffb5
Merge pull request #11602 from neheb/nbm
...
svox: fix compilation with newer musl
2020-03-20 16:17:48 -07:00
Rosen Penev and GitHub
399c91d75c
Merge pull request #11507 from micmac1/pg-pc
...
postgresql: fix pkg-config file
2020-03-20 16:16:31 -07:00
Rosen Penev and GitHub
dd37d47bdd
Merge pull request #11587 from neheb/io
...
iotivity: remove
2020-03-20 16:08:37 -07:00
Rosen Penev and GitHub
016039d9e3
Merge pull request #11596 from pffmachado/issue-libcan
...
libcap: fix build failure
2020-03-20 16:02:23 -07:00
Rosen Penev
647721c61e
mbtools: fix compilation with newer glib
...
Remove Werror as glib throws deprecation warnings.
Cleaned up Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-20 16:00:15 -07:00
Rosen Penev and GitHub
6247b33d76
Merge pull request #11609 from pymumu/master
...
smartdns: update to 1.2020.30
2020-03-20 13:24:18 -07:00
Rosen Penev and GitHub
4b703af5b0
Merge pull request #11612 from cshore-history/pr-remove-cshored-maintainer
...
treewide: Remove myself as maintainer
2020-03-20 13:22:59 -07:00
Rosen Penev
269ec782eb
minidlna: fix build with newer musl
...
The configure script is totally broken and does not check for
clock_gettime. Define it manually.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 23:44:41 -07:00
Rosen Penev
586b15cf35
svox: fix compilation with newer musl
...
Otherwise int8_t is undeclared.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 23:38:45 -07:00
Rosen Penev
323eb20b7f
fdk-aac: don't build two versions
...
Instead, chose which to build based on CONFIG_BUILD_PATENTED. This is
more flexible and causes fewer problems when compiling.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 23:18:20 -07:00
Rosen Penev and GitHub
f58c2f9713
Merge pull request #11519 from neheb/ov
...
opencv: remove
2020-03-19 16:57:54 -07:00
Rosen Penev
7cff3a398d
perl-inline: update to 0.86
...
New upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 16:03:59 -07:00
Rosen Penev
f8748480c2
perl-http-date: update to 6.05
...
New upstream.
Cleaned up Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 16:03:58 -07:00
Rosen Penev
154b1add94
perl-www-mechanize: update to 1.96
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 15:44:48 -07:00
Rosen Penev
b886707c1c
perl-text-csv_xs: update to 1.41
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 15:43:31 -07:00
Rosen Penev
f4903bbe98
perl-http-message: update to 6.22
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 15:42:08 -07:00
Rosen Penev
ea9717b9d5
perl-http-cookies: update to 6.08
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 15:40:54 -07:00
Rosen Penev
33d6e8b885
perl-html-form: update to 6.07
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 15:39:48 -07:00
Rosen Penev
1e0c7b52ac
perl-dbi: update to 1.643
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 15:38:23 -07:00
Rosen Penev
da3f7c68da
perl-cgi: update to 4.46
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 15:36:11 -07:00
Rosen Penev
9d2d042115
lcdgrilo: add gstreamer1-libs dependency
...
libgstreamer1 depends on gstreamer1-libs being selected. Otherwise it does
not work.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-03-19 03:17:17 -07:00