Time to make it more official.
Running 'python' should get you an interpreter running, and that one is now
Python3.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This is cosmetic only, since openssl is the first one being defined, but
it avoids a warning in scripts/config, after upgrading to kconfig-v5.6:
tmp/.config-package.in:102839:warning: choice default symbol
'DNSDIST_OPENSSSL' is not contained in the choice
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Upstream changed the v3.2.0 tag. Previously it referred to
haiwen/libsearpc@23f581b39fa4555ede80efe2729f76e6159e8b7a; now it refers
to haiwen/libsearpc@d1fd7518a20b25766ff98d6fde6e40c63626ca0d.
This changes the packaged version to the "new" v3.2.0 and switches to
using the git download method (technically the github_archive method),
since the codeload filenames of the previous and current versions are
the same but the files have different hashes.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
glibc needs an extra header included.
Also cast time values to 64-bit in preparation for 64-bit time_t for
32-bit platforms.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Switched to meson.
Fixed license information.
Several Makefile cleanups for consistency between packages.
Enabled and added packages for a bunch of plugins.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Switch to meson.
No more static libraries as meson makes you choose.
Enabled speex and shout2 as the libraries are available.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Switched to meson.
Fixed license information.
No more static libraries as meson makes you choose.
Added several CONFIG_DEPENDS entries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Switched to meson.
Fixed license information.
Rearranged some stuff for consistency between packages.
Removed static libraries. It seems meson only supports either one or the
other.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Was mostly required for Seafile.
Now it isn't.
It's also pretty ancient.
https://www.saddi.com/software/flup/
Page was last updated in 2005.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>