| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
Primarily a bugfix release for a CVE that doesn't affect lede/openwrt,
but also includes some websockets perfomance fixes.
Release notes at https://mosquitto.org/2017/07/version-1-4-13-released/
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\
| |
| | |
wireguard: fix routing of allowed IPs when no CIDR is specified
|
| |
| |
| |
| | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
This brings the route_allowed_ips option into parity with the addresses
option, which makes these same assumption. The parsing selection is made
to be identical between these two settings.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
|
|\ \
| | |
| | | |
python,python3: rename PyBuild/Compile rules & remove .egg-info from packages
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
And depend on python-light only if python-lxml is selected.
Same thing for python3-lxml.
Otherwise, this builds both Python & Python3 intepreters.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
They don't seem needed, and makes packages a bit smaller
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Similar to LEDE/OpenWrt's Build/Compile/Default rule,
and other similarities like this.
This should allow Python packages to define
PyBuild/Compile rules to do specific stuff per
package.
The advantage of using these (over just overriding
Build/Compile) is the VARIANT mechanism that is
in place to support packaging both for Python & Python3.
So, PyBuild/Compile will get picked up for the Python
variant build, and Py3Build/Compile will get picked
up for the Python3 variant build.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \
| | | |
| | | | |
travelmate: update 0.8.2
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* change start priority to 90 and revert hostapd stuff from last commit
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Etienne Champetier <echampetier@anevia.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Etienne Champetier <echampetier@anevia.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
fix possible database corruption
https://www.sqlite.org/releaselog/3_19_3.html
Signed-off-by: Etienne Champetier <echampetier@anevia.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In kernel commit f1160434c7658af3f7b0926b88df49a66cb3c3e0 many stats
that we read with zabbix-extra-mac80211 have been renamed
One commit after (c206ca670974cefec7ac3732db5c8156e8081a8d) those renamed
stats have been hidden behind MAC80211_DEBUG_COUNTERS compile flag
For now you have to edit mac80211 Makefile / do a custom build to access
most of these stats
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
unixodbc: fix cross-compile drivers
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
build odbc_config for host so drivers may use it to figure out build
details, patch odbc_config to return target specific values from
unixodbc_conf.h.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
avoid accidentally picking paths on the host for pg_config and
odbc_config by supplying them as parameters to configure.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We were not correctly passing down TARGET_CPPFLAGS which made external
toolchains not automatically searching for headers in $(STAGING_DIR) to
fail the build. We are also just packaging the library and headers, so
we do not need to build the tests and selftests.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
add official PostgreSQL ODBC driver
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \ \
| | | | |
| | | | | |
pyodbc: fix python-pyodbc variant ; wasn't working
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Python3 variant was working fine.
Also add add PACKAGE_python-pyodbc conditional depend for python packages
Otherwise, both Python & Python3 interpreters get built,
even tho only one variant is selected.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| |_|_|/
|/| | | |
unixodbc: auto-generate odbcinst.ini
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows ODBC drivers to create odbcinst.ini-snippets in
/etc/odbcinst.ini.d/ which will be assembled into
/tmp/etc/odbcinst.ini. /etc/odbcinst.ini is provided as a symlink
pointing to /tmp/etc/odbcinst.ini
Hence the unixODBC-provided PostgreSQL driver was also given an
odbcinst.ini.d snippet.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \ \
| | | | |
| | | | | |
clamav: Fix OpenSSL dependency
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Dovecot
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \ \ \
| | |_|_|/
| |/| | | |
travelmate: update 0.8.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* wait for hostapd comes up during boot
* remove needless ubus call during script startup
* remove needless iwinfo check (covered by package dependency)
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
subversion: update to v1.9.6
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update Subversion packages to the latest release, v1.9.6.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes: https://github.com/openwrt/packages/issues/4548
When running parallel jobs, there are chances
that the Build/InstallDev rule may run before
the Host/Install rule and fail the build.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
i2c-lua: relocated upstream repo, update to upstream v1.1.2
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Frank Edelhaeuser <mrpace2@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
adblock: update 2.8.3
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* refine manual/backup mode (exclude local blacklist processing)
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Coexists peacefully with busybox' awk.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \ \
| | | | |
| | | | | |
tor: update to version 0.2.9.11
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes CVE-2017-0376
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|\ \ \ \
| | | | |
| | | | | |
python,python3: minor build improvements
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If you build python/python3 and later decide to build
python(3)-setuptools and/or python(3)-pip, the build won't
re-run without adding `CONFIG_PACKAGE_python(3)-setuptools`
and `CONFIG_PACKAGE_python(3)-pip`.
Seems to resolve issue:
https://github.com/openwrt/packages/issues/4529
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
A suggestion from comment (from Philip Prindeville):
https://github.com/openwrt/packages/issues/4529#issuecomment-312518121
Avoids some escaping of slashes.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Seems it's called underlinking that's happening only
on Ubuntu 12.04 with libressl (that comes from LEDE's
tools folder).
Link here:
https://ubuntuforums.org/showthread.php?t=1870586
I'm still reading about this a bit.
Since I don't really get it.
But applying that fix (as in the link) seems to fix compiling
on Ubuntu 12.04, and tried also on 16.04 (to make sure).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
dovecot: update v2.2.31
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This should also fix build by removing dependency on asciidoc
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|