| Commit message (Collapse) | Author | Age |
|\
| |
| | |
file: update to 5.39
|
| |
| |
| |
| |
| |
| | |
Remove fedora mirror as it delivers a different file that doesn't work.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
added libxcrypt and used for shadow-utils
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
libxcrypt is an external version of libc's libcrypt. It allows to use
algorithms now available with the libc. musl in OpenWrt for example
patches out several algorithms for size reasons. But for shadow-utils,
size does not really matter.
The hashes are set to solaris as that default gives a good balance
between compatibility and size. It includes:
bcrypt,
bcrypt_a,
sha512crypt,
sha256crypt,
md5crypt,
descrypt
The STRONG default adds several algorithms not supported by
shadow-utils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
Npupnp gerbera
|
| |/
| |
| |
| |
| |
| | |
Fixes CVE-2020-12695.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Removed autoreconf as a result.
Unfortunately, the two versions are not identical. Bumped PKG_RELEASE
to deal with it.
Disable static libraries as they're fairly useless.
Adjusted filepaths.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Upstream created proper tarballs. Switch to those.
Removed autoreconf as a result.
Adjusted filepaths.
Removed upstreamed patch.
Disabled static libraries as they're not useful.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Upstream created proper tarballs. Switched to those.
Removed autoreconf as a result.
Adjusted filenames.
Got rid of static compiles as they're pretty useless.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
|
|
|
|
|
|
| |
Upstream finally got a proper tarball. Switched to that.
Remove autoreconf as it's no longer needed.
Adjusted new filepaths.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\
| |
| | |
pcre2: updater to 10.35
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add PKG_BUILD_PARALLEL for faster compilation.
Remove autoreconf as nothing is being patched.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
libgphoto2: update to 2.5.25
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Add PKG_BUILD_PARALLEL for faster compilation.
Fix license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Cmake currently fails to compile properly. While there's a fix
upstream, we can avoid carrying any patches here, and use the more
stable build system, despite being slower.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Does not seem to be needed as of b933f9cf0cb254e368027cad6d5799e45b237df5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \
| | |
| | | |
libulfius: new package
|
| | |
| | |
| | |
| | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I propose to carry this patch until a new upstream
release includes it. For forther references see:
https://github.com/openwrt/packages/issues/12403
and
https://github.com/kkos/oniguruma/pull/196
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \
| | | |
| | | | |
libcap: update to 2.36
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove outdated patches. A different solution was applied upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Small adjustments for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Just as Rosen did for cereal in #12477.
Likewise, clean up the CMAKE_OPTIONS onto separate lines for readability.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added miscellaneous fixes.
Fixed PKG_NAME to a sane one as v$(PKG_VERSION) can conflict with
others.
Separate CMAKE_OPTIONS in lines for clarity.
Add JUST_INSTALL_CEREAL to fix compilation with mips64.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #12471
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
|
|\ \ \
| | | |
| | | | |
pcre: update to 8.4.4
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Add PKG_BUILD_PARALLEL for faster compilation.
Remove autoreconf as nothing is being patched.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/
|/|
| |
| |
| |
| | |
This is cosmetic since host-compile.mk is missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
libarchive: update to 3.4.3
|
| |/
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
xmlrpc-c: update to 1.51.06
|
| |/
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
libcap: update to 2.34
|
| |/
| |
| |
| |
| |
| | |
Removed upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
elektra: update to 0.9.2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Notable changes:
* Move some plugins from libelektra-plugins to libelektra-cpp because
they got reimplemented in C++.
* New package libelektra-zmq
* Move the crypto plugin from libopenssl to libgcrypt
* Disable host build: elektra doesn't need it anymore and nobody uses
kdb during package builds for now.
Closes: #12307
Signed-off-by: Harald Geyer <harald@ccbib.org>
|
|\ \ \
| | | |
| | | | |
Update Domoticz to 2020.2, and its dependencies
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ref: https://github.com/openwrt/packages/pull/12421
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |_|/
|/| |
| | |
| | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \
| |/ /
|/| | |
remove pointless host builds
|