Commit Graph
100 Commits
Author SHA1 Message Date
Rosen Penev 6d23184a8d libsodium: add autoreconf
The patch, while it works, requires autoreconf. Added.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-03 16:37:02 -07:00
Rosen PenevandGitHub b19f976fa4 Merge pull request #12983 from peter-stadler/patch-2
nginx-util: fix dependency
2020-08-03 13:37:04 -07:00
Rosen PenevandGitHub 9accec8e38 Merge pull request #12998 from neheb/nloh2
nlohmannjson: build with meson
2020-08-03 13:36:42 -07:00
Rosen PenevandGitHub a7b526f032 Merge pull request #12996 from neheb/exfa
exfatprogs: update to 1.0.4
2020-08-03 13:36:27 -07:00
Rosen PenevandGitHub 735b516bc1 Merge pull request #13014 from tru7/libfmt
libfmt: bump to version 7.0.2
2020-08-03 09:24:04 -07:00
Rosen PenevandGitHub 4860c5cc5b Merge pull request #12997 from neheb/pyt
python3: fix host compilation with clang
2020-08-03 02:22:01 -07:00
Rosen PenevandGitHub 3ae4b3f016 Merge pull request #13002 from liudf0716/apfree-wifidog
apfree-wifidog: fix bug of cert generating condition and enable misuse
2020-08-02 23:12:40 -07:00
Rosen Penev 7c9a0919a7 glib2: fix full language build
Needs -lintl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-02 18:03:50 -07:00
Rosen Penev f21c3b4e99 nlohmannjson: build with meson
Just blindly copying the include files is not quite correct. The build
system merges all of them into one file.

A pkgconfig file also gets generated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-02 00:51:15 -07:00
Rosen Penev 95698aa083 vala: fix compilation under clang
Used under macOS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-02 00:50:39 -07:00
Rosen Penev b40c40151c python3: fix host compilation with clang
Matched rpath parameter with Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-02 00:49:30 -07:00
Rosen Penev e1c3ed6748 softethervpn: fix compilation with clang
Needs , not = for the rpath parameter.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-02 00:48:59 -07:00
Rosen Penev 02d5c37808 ola: fix compilation with clang
Needs , not = for the rpath parameter.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-02 00:48:49 -07:00
Rosen Penev b39ceec62f exfatprogs: update to 1.0.4
Faster fsck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-02 00:47:46 -07:00
Rosen Penev 5a44d367d5 graphicsmagick: fix old CONFIG_DEPEND
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-02 00:43:44 -07:00
Rosen PenevandGitHub 0c3f4fd079 Merge pull request #12899 from aaronjg/openwrtize-openfortivpn
openfortivpn: use a more 'OpenWRT' paradigm throughout the code
2020-08-01 16:40:41 -07:00
Rosen PenevandGitHub bb6cecb2ca Merge pull request #12904 from odmdas/odmdas-freeradius3-Makefile
freeradius3: add missing conffiles to Makefile
2020-08-01 16:37:45 -07:00
Rosen PenevandGitHub 6d9e9e4af6 Merge pull request #12994 from dangowrt/libsodium-build-with-scalarmult_ed25519_ref10
libsodium: compile with scalarmult_ed25519_ref10
2020-08-01 16:37:02 -07:00
Rosen PenevandGitHub cbc49e5ea1 Merge pull request #12984 from gladiac1337/haproxy-2.2.2
haproxy: Update HAProxy to v2.2.2
2020-08-01 16:03:29 -07:00
Rosen PenevandDaniel Golle 26b1cc700a libextractor: update to 1.10
Made two compile options dependent on whether or not the plugins are
selected.

Removed autoreconf as autools files are not being patched.

Added PKG_BUILD_PARALLEL for faster compilation.

Added patch to fix compilation with libjpeg-turbo. libjpeg-turbo can be
fixed to include this API, but it's probably better for size reasons to
patch libextractor instead.

Added -liconv since it seems to be needed for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-01 23:06:50 +01:00
Rosen Penev 1f3a60acd6 glib2: add back libiconv/host build dependency
HOST_LDFLAGS are used in target builds with meson. Having -liconv is
necessary because of certain hosts that lack iconv in libc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-01 09:34:17 -07:00
Rosen Penev b01076ccd8 meson: backport upstream rpath fix
-Wl,rpath= does not work with clang, yet -Wl,rpath, does not work with
meson. Backport upstream patch fixing this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-01 09:34:17 -07:00
Rosen PenevandGitHub 020ac4f500 Merge pull request #11017 from neheb/jpeg-turbo
libjpeg-turbo: Add new package
2020-07-31 20:45:15 -07:00
Rosen Penev 8abf547919 libjpeg-turbo: Add new package
It's faster than regular libjpeg with ASM optimizations for various
platforms. Tests with djpeg indicate that it's twice as fast.

This is meant to replace the regular libjpeg.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-31 20:40:23 -07:00
Rosen Penev f23da6d1b8 glib2: add gettext-full build dependency
I don't know why this is needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-31 20:24:20 -07:00
Rosen Penev 73d6ad6e1a libjpeg: remove
This library is more than 2x slower that -turbo on MIPS. It also conflicts
with -turbo as they write the same InstallDev entries.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-31 20:16:55 -07:00
Rosen Penev 48870aac0c glib2: revert intl change
This was causing massive buildbot failure.

The intent was to fix uClibc-ng and CONFIG_BUILD_NLS, but that ended up
breaking everything.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-31 15:11:54 -07:00
Rosen PenevandGitHub 02c0a0afd0 Merge pull request #12980 from neheb/pls
pulseaudio: fix compilation with ICONV_FULL
2020-07-31 00:09:22 -07:00
Rosen Penev 67f8f57d06 pulseaudio: fix compilation with ICONV_FULL
Reordered check to check external iconv first.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-30 23:58:42 -07:00
Rosen Penev aad1458876 mpd: fixup iconv support
Removes liconv LDFLAG and fixes ICONV_FULL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-30 23:21:09 -07:00
Rosen PenevandGitHub 4b5ecc238b Merge pull request #12978 from Andy2244/ksmbd_3-2-4
ksmbd: update to 3.2.4
2020-07-30 21:08:25 -07:00
Rosen PenevandGitHub b1a530c67f Merge pull request #12971 from neheb/glb2
glib2: add back gettext dependencies
2020-07-30 21:07:41 -07:00
Rosen Penev a109b89c9a glib2: add back gettext dependencies
The libintl check is broken in meson.build. Patched it and added back
the gettext build dependencies. Avoids the proxy-intl thing that glib2
likes to use.

Updated configure options.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-30 20:34:52 -07:00
Rosen PenevandGitHub f91e1f91f5 Merge pull request #12907 from neheb/mutt
mutt: update to 1.14.6
2020-07-30 12:35:51 -07:00
Rosen PenevandGitHub bc0857a153 Merge pull request #12960 from aleksander0m/aleksander/mm-no-autoreconf
modemmanager: avoid requiring autoreconf to build package
2020-07-30 01:06:29 -07:00
Rosen PenevandGitHub bca517b3d9 Merge pull request #12970 from EricLuehrsen/unbound_11100
unbound: update to 1.11.0
2020-07-30 00:23:14 -07:00
Rosen Penev 183236698c zmq: fix the installed files
the versioned so files are needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-29 18:18:37 -07:00
Rosen PenevandGitHub f572881ad5 Merge pull request #12962 from neheb/sshfs
fuse3: update to 3.9.2 /  sshfs: update to 3.7.0
2020-07-29 18:07:50 -07:00
Rosen Penev 59d5308ba9 sshfs: update to 3.7.0
Simplified Makefile as a result of meson transition.

Fixed license information.

Updated URL.

Added patch to fix linking issue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-29 16:40:34 -07:00
Rosen Penev 6e65081643 fuse3: update to 3.9.2
Added the mount utilities. It turns out that udev is not a requirement.

Renamed package to fuse3 and moved to utils, as with fuse2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-29 16:40:34 -07:00
Rosen PenevandGitHub fbcea1e8a6 Merge pull request #12964 from neheb/bim
vim: update to 8.2
2020-07-29 16:34:29 -07:00
Rosen PenevandGitHub 8cb7d64877 Merge pull request #12954 from neheb/upnp2
libupnp: update to 1.14.0
2020-07-29 16:30:25 -07:00
Rosen PenevandGitHub be846582bc Merge pull request #12965 from neheb/fping
fping: update to 4.4
2020-07-29 16:29:48 -07:00
Rosen PenevandGitHub 7e8ef44434 Merge pull request #12969 from nickberry17/update_libqmi_1.26.2
libqmi: bump libqmi to 1.26.2
2020-07-29 16:28:14 -07:00
Rosen Penev 5bb13435b7 zmq: fix pkgconfig file
It seems upstream broke it. This in turn broke depending packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 20:49:03 -07:00
Rosen PenevandGitHub 58b10674db Merge pull request #12963 from neheb/ttyd
ttyd: update to 1.6.1
2020-07-28 18:10:34 -07:00
Rosen Penev a445b39bef fping: update to 4.4
Remove upstreamed patch.

Whitespace Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 16:10:26 -07:00
Rosen Penev a52f36cbb8 vim: update to 8.2
Removed multibyte options. They must now be enabled.

Refreshed patches.

Commented out autowrite as requested in
https://github.com/openwrt/packages/pull/12177

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 15:46:52 -07:00
Rosen Penev 31d4e36b7c ttyd: update to 1.6.1
Refresh patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 15:45:47 -07:00
Rosen PenevandGitHub 00e6d53c73 Merge pull request #12957 from neheb/zmq
zmq: update to 4.3.2
2020-07-28 13:54:44 -07:00
Rosen PenevandGitHub 341156271f Merge pull request #12961 from BKPepe/ytdl
youtube-dl: update to version 2020.7.28
2020-07-28 12:54:41 -07:00
Rosen PenevandGitHub 211db341e9 Merge pull request #12955 from neheb/unra
unrar: update to 5.9.4
2020-07-28 03:29:14 -07:00
Rosen PenevandGitHub f824b46fe9 Merge pull request #12956 from neheb/yara
yara: update to 4.0.2
2020-07-28 03:28:47 -07:00
Rosen Penev e169e2f9c8 zmq: update to 4.3.2
Remove upstreamed patches.

Add uClibc++ patch for those that need it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 01:14:55 -07:00
Rosen Penev fd3fad02b4 yara: update to 4.0.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 01:14:00 -07:00
Rosen Penev d67bb0d761 unrar: update to 5.9.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 01:13:12 -07:00
Rosen Penev 3cb496ecaf libupnp: update to 1.14.0
Remove flto as it breaks under GCC10 for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 01:12:12 -07:00
Rosen PenevandGitHub f4897d2ae8 Merge pull request #12953 from peter-stadler/patch-1
nginx: remove PROVIDES on depending package
2020-07-27 14:37:52 -07:00
Rosen PenevandGitHub 51947167f2 Merge pull request #12926 from neheb/gst12
gstreamer suite: update to 1.17.2
2020-07-27 11:43:27 -07:00
Rosen PenevandGitHub 5f1b266b0e Merge pull request #12922 from neheb/psl
libpsl: update to 0.21.1
2020-07-27 11:43:09 -07:00
Rosen PenevandGitHub 47de4d391e Merge pull request #12946 from neheb/gerbbb
gerbera: add support for ffmpeg
2020-07-26 23:34:11 -07:00
Rosen PenevandGitHub 8d01a3e104 Merge pull request #12939 from jefferyto/python-3.8.5
python3: Update to 3.8.5
2020-07-26 23:33:52 -07:00
Rosen PenevandGitHub f4d5f1f14f Merge pull request #12941 from jefferyto/python-cryptography-3.0
python-cryptography: Update to 3.0
2020-07-26 23:33:32 -07:00
Rosen Penev 2e44682349 gerbera: add support for ffmpeg
Requires BUILD_PATENTED.

Added patch to fix compilation with it.

Removed include file hack. It's incorrect and it's also npupnp that
needs fixing.

Refreshed npupnp patch to the newest version sent upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-26 20:56:47 -07:00
Rosen PenevandGitHub e7fa3d1684 Merge pull request #12944 from neheb/v4l2
v4l-utils: bring back getsubopt patch
2020-07-26 17:10:51 -07:00
Rosen Penev 8df4e29cff v4l-utils: bring back getsubopt patch
During the update to 1.20.0, this patch was mistakenly removed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-26 16:22:12 -07:00
Rosen PenevandGitHub 3558107b5a Merge pull request #12935 from mstorchak/luaposix
luaposix: update to v35.0
2020-07-26 02:33:59 -07:00
Rosen PenevandGitHub f7db2df0c2 Merge pull request #11958 from neheb/glib33
glib2: update to 2.65
2020-07-26 02:26:35 -07:00
Rosen PenevandGitHub 6d3767075a Merge pull request #12929 from peter-stadler/nginx-always-ssl
nginx: enable ssl for all variants and remove nginx-util w/o ssl
2020-07-26 02:23:40 -07:00
Rosen PenevandGitHub 6c173164ef Merge pull request #12915 from lucize/frrup
frr: update to 7.4 and latest backports
2020-07-26 02:18:42 -07:00
Rosen PenevandGitHub 77c7d3ac66 Merge pull request #12925 from neheb/log4
log4cplus: apply cmake options to the host
2020-07-26 02:12:39 -07:00
Rosen PenevandGitHub 7ac512462a Merge pull request #12919 from neheb/ulf
libulfius: fix compilation with newer libmicrohttpd
2020-07-26 02:11:58 -07:00
Rosen PenevandGitHub 299ca8c3e1 Merge pull request #12923 from neheb/gerber
gerbera: update to 1.6.0
2020-07-26 02:11:22 -07:00
Rosen Penev 38281b4f06 gst1-libav: update to 1.17.2
Added patch to fix compilation without distutils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:36:03 -07:00
Rosen Penev 87c1f2b8b4 gst1-plugins-ugly: update to 1.17.2
Added patch to fix compilation without distutils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:36:03 -07:00
Rosen Penev 349f0e6b17 gst1-plugins-bad: update to 1.17.2
Added patch to fix compilation without distutils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:36:03 -07:00
Rosen Penev b3f9abfa71 gst1-plugins-good: update to 1.17.2
Added patch to fix compilation without distutils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:36:03 -07:00
Rosen Penev dad7815030 gst1-plugins-base: update to 1.17.2
Fixed some typos.

Added patch to fix compilation without distutils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:36:02 -07:00
Rosen Penev 0001f9fcf6 gstreamer1: update to 1.17.2
Added gettext-full host dependency. Normally it comes wth glib2, but in
the update to 2.65, it goes away. Add it here.

Refresh patch.

Add one for systems lacking distutils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:35:05 -07:00
Rosen Penev 89db244af7 log4cplus: apply cmake options to the host
loggingserver was getting built with a bad link path. Instead of fixing
it, just disable it as is done on the target.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:31:37 -07:00
Rosen PenevandGitHub c260f2f294 Merge pull request #12917 from neheb/netwhe
netwhere: fix compilation with newer libmicrohttpd
2020-07-25 00:35:56 -07:00
Rosen Penev 5c8dfa7c33 libpsl: update to 0.21.1
Switched to building with meson. Faster.

Cleaned up Makefile for consistency with other packages.

Made the files in Install(Dev) explicit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 00:33:43 -07:00
Rosen Penev 92b443fa3d netwhere: fix compilation with newer libmicrohttpd
API change.

Cleaned up Makefile.

Fixed license information.

Remove pointless CMAKE_INSTALL. This is not needed in InstallDev.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 00:33:08 -07:00
Rosen PenevandGitHub 11c2d4d21c Merge pull request #12920 from neheb/mes-setup
meson: backport no setuptools patch
2020-07-25 00:26:34 -07:00
Rosen Penev 6b65b20664 meson: backport no setuptools patch
It seems this was cut after the release. Fixes CircleCI compilation.

Remove distutils patch. It looks like it does nothing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 00:25:55 -07:00
Rosen Penev f60e6b7a1e gerbera: update to 1.6.0
Removed upstreamed patches.

Refreshed npupnp patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-24 20:41:24 -07:00
Rosen PenevandGitHub 7171b4d498 Merge pull request #12916 from kenkeys/spoofer-v146
spoofer: Update to 1.4.6
2020-07-24 17:54:43 -07:00
Rosen PenevandGitHub a8ae183488 Merge pull request #12918 from neheb/devo
device-observatory: fix compilation with newer libmicrohttpd
2020-07-24 16:44:18 -07:00
Rosen Penev 5d9ccc4ad0 upmpdcli: fix compilation with newer libmicrohttpd
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-24 16:18:48 -07:00
Rosen Penev 6067f32fe6 libulfius: fix compilation with newer libmicrohttpd
API change.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-24 16:17:23 -07:00
Rosen Penev e82e31badd device-observatory: fix compilation with newer libmicrohttpd
API change.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-24 16:16:20 -07:00
Rosen PenevandGitHub 10eba3a334 Merge pull request #12576 from neheb/squ
squeezelite: remove WMA support
2020-07-24 12:44:43 -07:00
Rosen PenevandGitHub 39c9f2e8ea Merge pull request #12909 from neheb/meson4
meson: update to 0.55.0
2020-07-24 12:43:28 -07:00
Rosen PenevandGitHub 9441e45176 Merge pull request #12911 from datafl4sh/datafl4sh/update_gnuplot
Updated gnuplot to 5.4.0
2020-07-24 03:31:24 -07:00
Rosen PenevandGitHub 76bfbe815b Merge pull request #12910 from wfleurant/ygg-dbl-peer-fix
yggdrasil: Ygg-over-ygg bugfix
2020-07-24 00:20:14 -07:00
Rosen Penev 91a58e29ef spice: add nls.mk
Needs it for uClibc-ng as a result of the glib2 change.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-23 19:00:05 -07:00
Rosen Penev ff1692b983 glib2: update to 2.65.0
Modified to use meson as upstream has abandoned autotools.

Added license information.

Cleaned up Makefile for consistency between packages.

Added hack to compile static libs.

Removed old patches and add new ones.

Removed BUILD_PARALLEL options. These are default with ninja/meson.

Removed gettext build dependencies. glib2 now includes its own solution.

Added patch to remove distutils host dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-23 19:00:03 -07:00
Rosen Penev ec183eedae vala: update to 0.48.7
Adjusted path linker argument to fix wrong linking to the host.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-23 18:58:10 -07:00
Rosen Penev c7057755cd meson: update to 0.55.0
Remove upstreamed patch and add distutils one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-23 18:55:13 -07:00
Rosen PenevandGitHub a58eb8e202 Merge pull request #12908 from neheb/zerot
zerotier: disable pie support
2020-07-23 14:28:25 -07:00