| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ |
|
| |
| |
| |
| | |
* From 8.17.0 rsyslog depends on libfastjson (instead of libjson-c).
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Fixes https://github.com/openwrt/packages/issues/2523
Closes https://github.com/openwrt/packages/pull/2545
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \
| | |
| | | |
krb5: update to 1.14.1
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \ \
| | | |
| | | | |
pciutils: remove eudev dependency
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Disable udev hwdb support instead of depending on eudev. This restores
the old behavior of pciutils. It never depended on udev.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|\ \ \
| |_|/
|/| | |
admin/zabbix: Fix typos (found by codespell)
|
|/ /
| |
| |
| | |
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
| |
| |
| |
| | |
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
|
| |
| |
| |
| | |
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
|
|\ \
| | |
| | | |
adblock: update 1.0.2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* fix corner case during shallalist backup/restore
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
|
|\ \ \
| | | |
| | | | |
utils: Fix typos (found by codespell)
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|
| | |
| | |
| | |
| | |
| | | |
fixes https://github.com/openwrt/packages/issues/2533
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| |/
|/|
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| |
| |
| |
| | |
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
libinput: fix and optimize build
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Buildbots are reporting the following build failure:
-snip-
CCLD test-build-linker
../src/.libs/libinput.so: undefined reference to `static_assert'
-snap-
Since this is the only call to static_assert within the library,
removing this assertion seems to be reasonable.
While at, speed up the build by not building tests and documentation.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \
| |/ /
|/| /
| |/ |
adblock: update 1.0.1
|
| |
| |
| |
| |
| |
| |
| | |
* optimize list sort
* simplified block list removal
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
|
| |
| |
| |
| | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \
| | |
| | | |
python-txsocksx: new package
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
From the README:
txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or
greater.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-pyopenssl: update to 16.0.0
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
python-service-identity: new package
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
From the README:
service_identity aspires to give you all the tools you need for
verifying whether a certificate is valid for the intended purposes.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
python-gmpy2: new package
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
From the documentation:
gmpy2 is a C-coded Python extension module that supports multiple-precision
arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module
only supported the GMP multiple-precision library. gmpy2 adds support for the
MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly
rounded complex floating-point arithmetic) libraries. gmpy2 also updates the
API and naming conventions to be more consistent and support the additional
functionality.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Pull request lxc auto
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Standard LXC autostart is currently not working in OpenWrt,
therefore add our own autostart mechanism for now.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
|
|\| | | | | |
| | | | | | |
| | | | | | | |
utils/lxc: lxc-create templates depend on flock
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
this fixes #2507
thanks @gilfrade and @Noltari
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
python-parsley: new package
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
From the setup description:
Parsing and pattern matching made easy.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
python-gmpy: new package
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
From the PyPi description:
gmpy is a C-coded Python extension module that provides access to the
GMP (or MPIR) multiple-precision arithmetic library.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
python-pyasn1-modules: new package
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
From the README:
This is a small but growing collection of ASN.1 data structures
expressed in Python terms using pyasn1 data model.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|