| Commit message (Collapse) | Author | Age |
|\
| |
| | |
yggdrasil: uci firewall Section name and cover both IP versions
|
| |
| |
| |
| |
| |
| |
| | |
- rename the section instance to yggdrasil (feat. request)
- allow zone to cover both ip4 and ip6 fam
Signed-off-by: William Fleurant <meshnet@protonmail.com>
|
|\ \
| | |
| | | |
libxslt/host: depend on libxml2/host
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The host build requires libxml2-dev. This commit adds the dependency for
libxml2/host, as the host system may not have it installed. This also
avoids using the host's xml2-config (in /usr/bin for instance) while
linking to libraries in staging_dir/hostpkg.
ldd staging_dir/hostpkg/bin/xsltproc | grep xml2
libxml2.so.2 => /home/sk/tmp/openwrt/staging_dir/hostpkg/lib/libxml2.so.2 (0x00007fcc0644c000)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Saverio Proto <zioproto@gmail.com>
|
|\ \ \
| |_|/
|/| | |
dovecot: update to 2.3.8
|
|/ /
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \
| | |
| | | |
lm-sensors: update to 3.6.0
|
| | |
| | |
| | |
| | |
| | |
| | | |
Update lm-sensors to 3.6.0
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
|
|\ \ \
| |_|/
|/| | |
python-pytz: update to 2019.03
|
| | |
| | |
| | |
| | | |
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
|
|\ \ \
| | | |
| | | | |
libreswan: switch to procd
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
yggdrasil: bump to 0.3.11
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: William Fleurant <meshnet@protonmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
kcptun: bump to v20190924, add new config options
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit updates:
- bump version to v20190924
- add new options for latest release
(https://github.com/xtaci/kcptun/releases/tag/v20190924)
Signed-off-by: Chao Liu <expiron18@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
nspr: update to 4.23
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
nss: update to 3.47
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |/ / /
|/| | |
| | | |
| | | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
This also updates the user id comments for GPG keys and untrusted
comments for usign keys.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
After many failed attempts at upgrading Django to 2.2.6, the solution seems
to be to split a `python-django1` package that works with Python2 and
upgrade `python3-django` to the latest 2.2[.6] LTS release.
This also means that all Python2 Django packages will be stuck & based on
Django 1.11[.24] LTS release. But, it's currently the sanest approach I
could find to be able to perform an upgrade of Django to 2.2, and not break
Seafile.
Upgrading Seafile is also pretty difficult, as their Python3 support is not
yet finished & released. And in the meantime, we want to allow people to
use newer Django versions.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
|\ \
| | |
| | | |
ttyd: update to 1.5.2 and add init script
|
| | |
| | |
| | |
| | | |
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
|
|\ \ \
| | | |
| | | | |
msmtp-scripts: Update msmtp-scripts
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update to 1.2.5.1 (latest stable release)
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|\ \ \ \
| | | | |
| | | | | |
libxml2/host: revert xml2-config prefix fix
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Commit 218f0229a4594b32d9db6ad0678cdce7e2663e27 added a workaround for a
problem. The host compile overwrote xml2-config in
"$(STAGING_DIR)/host/bin". The workaround fixed the issue for regular
target packages. But it didn't leave a proper xml2-config script for
host packages.
Times have changed. Host packages are now installed in
"$(STAGING_DIR_HOSTPKG). So there is no longer any danger of the host
package overwriting the xml2-config script for target packages. So
revert the mentioned commit, leaving us with two proper xml2-config
scripts, one for target package builds and one for host package builds.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update to the latest findutils. This eliminates the need for
the sysmacro patch. While we're at it switch to smaller xz
tarball (saves bandwidth)
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
haproxy: Update HAProxy to v2.0.8
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
A few updates to acme
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Upstream release message:
"Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues.
Any downstream package should update.
This is important."
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
libmbim: Fix compilation with full iconv
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
nls.mk is needed.
Removed +glib2 dependency. It's already included in libmbim.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
nls.mk is needed.
explicitly disabled udev. It's not available for use.
Added autoreconf to try to fix the buildbots.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
ncdu: Update to 1.14.1
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Several Makefile cleanups for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
poco:InstallDev section changed due to poco all problems
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
|