Rosen Penev
8873f055d4
Merge pull request #12577 from neheb/shado
...
added libxcrypt and used for shadow-utils
2020-06-23 15:02:37 -07:00
Rosen Penev
bd5acfb8e8
libxcrypt: add
...
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>
2020-06-22 18:33:16 -07:00
Rosen Penev
ae008102c2
Merge pull request #12574 from neheb/npupnp-gerbera
...
Npupnp gerbera
2020-06-22 17:59:49 -07:00
Rosen Penev
e3af01effd
libnpupnp: update to 4.0.7
...
Fixes CVE-2020-12695.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 14:37:47 -07:00
Rosen Penev
4e203a1949
libirecovery: update to official tarball
...
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>
2020-06-19 23:16:34 -07:00
Rosen Penev
4831939255
libimobiledevice: update to 1.3.0
...
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>
2020-06-19 23:16:33 -07:00
Rosen Penev
38ea3e84f8
libusbmuxd: update to 2.0.2
...
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>
2020-06-19 23:16:33 -07:00
Rosen Penev
d082258c3e
libplist: update to 2.2.0
...
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>
2020-06-19 23:16:33 -07:00
Jan Pavlinec
26722253ee
redis: update to version 6.0.5
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-06-19 07:22:28 +02:00
Rosen Penev
24498b855a
Merge pull request #12433 from neheb/pcre2
...
pcre2: updater to 10.35
2020-06-18 15:25:50 -07:00
Rosen Penev
c9eabd7c08
Merge pull request #12431 from neheb/gph
...
libgphoto2: update to 2.5.25
2020-06-18 15:25:30 -07:00
Eneas U de Queiroz
69b6f46c96
oniguruma: build using autotools
...
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>
2020-06-18 13:42:26 -03:00
Rosen Penev
4f883459d0
avahi: remove lssp_nonshared flag
...
Does not seem to be needed as of b933f9cf0cb254e368027cad6d5799e45b237df5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-17 20:06:54 -07:00
Toni Uhlig
c5a7f10c94
libndpi: update to 3.2.0
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-06-16 06:00:08 +02:00
Rosen Penev
c0e2d553c4
Merge pull request #12409 from lnslbrty/package/libulfius
...
libulfius: new package
2020-06-15 11:28:54 -07:00
Toni Uhlig
0c139bb41b
libulfius: new package
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-06-15 20:18:45 +02:00
Michael Heimpold
b4ddb635ea
oniguruma: add patch to fix NULL pointer exception
...
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>
2020-06-14 21:14:51 -03:00
Michael Heimpold
fa566417ca
libzip: update to 1.7.1 ( closes #12512 )
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-06-14 15:09:37 +02:00
Rosen Penev
bac8490d25
Merge pull request #12511 from neheb/cap3
...
libcap: update to 2.36
2020-06-13 18:57:37 -07:00
Rosen Penev
8ed82b0687
libxerces-c: update to 3.2.3
...
Small adjustments for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:13:50 -07:00
Rosen Penev
bd1caf362e
libcap: update to 2.36
...
Remove outdated patches. A different solution was applied upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:11:47 -07:00
David Woodhouse
bcaf610a29
minizip: fix $(PKG_SOURCE) to include $(PKG_NAME) to avoid conflicts
...
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>
2020-06-11 09:27:31 +01:00
Rosen Penev
f10f1b6c40
cereal: fix mips64 compilation
...
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>
2020-06-10 16:50:15 -07:00
Lucian Cristian
2c458ad12c
google-authenticator-libpam: update to 1.09
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-06-10 19:25:44 +03:00
David Woodhouse
f2bfc7ca98
minizip: explicitly disable libbsd
...
Fixes #12471
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-10 11:40:50 +01:00
Rosen Penev
218e433ea2
Merge pull request #12434 from neheb/pcre
...
pcre: update to 8.4.4
2020-06-10 01:59:35 -07:00
Rosen Penev
a8461581b7
elektra: fully remove HostBuild
...
This is cosmetic since host-compile.mk is missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-09 14:56:06 -07:00
Rosen Penev
0f5c140f0f
Merge pull request #12428 from neheb/liba
...
libarchive: update to 3.4.3
2020-06-08 13:54:37 -07:00
Rosen Penev
9731d36472
Merge pull request #12426 from neheb/xmlr
...
xmlrpc-c: update to 1.51.06
2020-06-08 13:54:12 -07:00
Rosen Penev
0eeff6918d
Merge pull request #12427 from neheb/libcc
...
libcap: update to 2.34
2020-06-08 13:52:01 -07:00
Rosen Penev
958da054d2
Merge pull request #12415 from haraldg/elektra_0.9.2
...
elektra: update to 0.9.2
2020-06-08 13:44:07 -07:00
Josef Schlehofer
1b86bc11ed
Merge pull request #12407 from dwmw2/domo
...
Update Domoticz to 2020.2, and its dependencies
2020-06-08 13:20:18 +02:00
Yousong Zhou
70fe482c41
pixman: bump to version 0.40.0
...
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)
2020-06-08 11:00:03 +08:00
Yousong Zhou
c020d5a2b4
pixman: switch to using meson
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
2020-06-08 11:00:03 +08:00
Yousong Zhou
34219363c7
pixman: cosmetic change on spacing
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
2020-06-08 11:00:03 +08:00
Daniel Golle
617b1b08df
hiredis: update to version 0.14.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-07 18:54:49 +01:00
Daniel Golle
b4a507d3b7
postgresql: update to version 12.3
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-07 18:19:18 +01:00
Rosen Penev
4be05398d9
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>
2020-06-06 21:04:14 -07:00
Rosen Penev
00c8e5b85f
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>
2020-06-06 21:03:23 -07:00
Rosen Penev
bcfd0d812e
libgphoto2: update to 2.5.25
...
Add PKG_BUILD_PARALLEL for faster compilation.
Fix license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:01:03 -07:00
Rosen Penev
6442630ace
libarchive: update to 3.4.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:38:40 -07:00
Rosen Penev
05648d2775
libcap: update to 2.34
...
Removed upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:37:59 -07:00
Rosen Penev
487b369418
xmlrpc-c: update to 1.51.06
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:37:25 -07:00
Rosen Penev
6ef9d9e794
Merge pull request #12381 from neheb/host
...
remove pointless host builds
2020-06-06 11:46:17 -07:00
David Woodhouse
201c0162ce
minizip: new package
...
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-06 19:39:09 +01:00
David Woodhouse
160038e753
cereal: new package
...
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-06 19:38:34 +01:00
Rosen Penev
03349d1fab
Merge pull request #12397 from neheb/v4ll
...
libv4l: update to 1.20.0
2020-06-06 09:31:43 -07:00
Harald Geyer
82e3475453
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>
2020-06-05 22:54:43 +02:00
Rosen Penev
dd74a7cb87
libv4l: update to 1.20.0
...
Removed upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 21:40:16 -07:00
Rosen Penev
6b1b036a38
spdlog: update to 1.6.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 21:34:13 -07:00