Commit graph

8147 commits

Author SHA1 Message Date
Jo-Philipp Wich
576393b162 Merge pull request #4511 from wertarbyte/package_triggerhappy
triggerhappy: update to upstream version 0.5.0
2017-07-11 16:54:56 +02:00
Karl Palsson
65baa7c88a mosquitto: update to 1.4.14
Fixes a regression due to the CVE fix in the recently released 1.4.13.

https://mosquitto.org/2017/07/version-1-4-14-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-07-11 13:22:18 +00:00
Hannu Nyman
1b89ab24dd Merge pull request #4571 from diizzyy/patch-62
libs/confuse: Update to 3.2
2017-07-11 16:17:55 +03:00
Stijn Tintel
0aa457d126 Merge pull request #4566 from dedeckeh/pr-netsnmp-config
netsnmp: add global enabled config option
2017-07-11 11:25:12 +02:00
Daniel Engberg
86a646428d libs/confuse: Update to 3.2
Update (lib)confuse to 3.2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-07-11 09:34:43 +02:00
Hans Dedecker
5878373882 netsnmp: add global enabled config option
Add enabled config option in the global uci section; it allows to put into
place the snmpd config but not yet start the netsnmp daemon.
If config option is unset; netsnmp daemon will be started as before.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-07-10 21:45:37 +02:00
Karl Palsson
cd85551580 mosquitto: update to 1.4.13
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>
2017-07-10 16:49:32 +00:00
Peter Wagner
66878af831 irssi: update to 1.0.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-07-10 11:50:32 +02:00
Hannu Nyman
eac93dcec8 Merge pull request #4556 from zx2c4/master
wireguard: fix routing of allowed IPs when no CIDR is specified
2017-07-09 21:11:58 +03:00
Hannu Nyman
3c29561888 Merge pull request #4558 from commodo/python-cleanup1
python,python3: rename PyBuild/Compile rules & remove .egg-info from packages
2017-07-09 21:04:38 +03:00
Hannu Nyman
36112dea5b Merge pull request #4557 from dibdot/travelmate
travelmate: update 0.8.2
2017-07-09 20:59:55 +03:00
Etienne Champetier
52402b9736 screen: update to 4.6.0
Signed-off-by: Etienne Champetier <echampetier@anevia.com>
2017-07-08 19:24:37 -07:00
Etienne Champetier
7b9fd07b45 monit: update to 5.23
Signed-off-by: Etienne Champetier <echampetier@anevia.com>
2017-07-08 19:24:13 -07:00
Etienne Champetier
3bf89aab32 sqlite3: update to 3.19.3
fix possible database corruption
https://www.sqlite.org/releaselog/3_19_3.html

Signed-off-by: Etienne Champetier <echampetier@anevia.com>
2017-07-08 19:11:26 -07:00
Daniel Golle
ac5ddd96e5 python-gnupg: add package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-08 21:32:53 +02:00
Etienne Champetier
dbab191dce zabbix: update to 3.2.6
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-08 11:56:26 -07:00
Etienne Champetier
547f30b468 zabbix: partially fix zabbix-extra-mac80211
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>
2017-07-08 08:30:14 -07:00
Thomas Heil
1a087b6ab9 Merge pull request #4563 from dangowrt/fix-odbc-config
unixodbc: fix cross-compile drivers
2017-07-08 14:23:35 +02:00
Daniel Golle
7d38c0a07e psqlodbc: build against staging libs
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>
2017-07-08 12:44:20 +02:00
Daniel Golle
5cc52f06aa 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>
2017-07-08 12:44:20 +02:00
Florian Fainelli
89c49a64c7 portaudio: Pass down TARGET_CPPFLAGS only build what is necessary
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>
2017-07-07 15:56:37 -07:00
Stefan Tomanek
f09789b830 triggerhappy: update to upstream version 0.5.0
Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
2017-07-07 23:30:14 +02:00
Daniel Golle
e80d4041cf
psqlodbc: add package
add official PostgreSQL ODBC driver

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-07 19:09:07 +02:00
Daniel Golle
1ae46e7de2 Merge pull request #4559 from commodo/python-pyodbc-fix
pyodbc: fix python-pyodbc variant ; wasn't working
2017-07-07 18:54:16 +02:00
Thomas Heil
f844f98f55 Merge pull request #4532 from dangowrt/auto-unixodbc
unixodbc: auto-generate odbcinst.ini
2017-07-07 17:14:44 +02:00
Alexandru Ardelean
316b41e856 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>
2017-07-07 18:14:22 +03:00
Alexandru Ardelean
f9dddb6bb0 python-lxml: override PyBuild/Compile & Py3Build/Compile rules
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>
2017-07-07 18:07:10 +03:00
Alexandru Ardelean
4333d1dcbf python,python3: remove .egginfo directories
They don't seem needed, and makes packages a bit smaller

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-07 18:07:10 +03:00
Alexandru Ardelean
8db8c927ed python,python3: define PyBuild/Compile & Py3Build/Compile
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>
2017-07-07 18:07:10 +03:00
Dirk Brenken
36fe7e896c 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>
2017-07-07 17:02:19 +02:00
Jason A. Donenfeld
132287156d wireguard: version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-07-07 16:21:24 +02:00
Jason A. Donenfeld
4d0d9ac3f9 wireguard: assume /32 or /128 if no CIDR is given
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>
2017-07-07 16:19:50 +02:00
Hannu Nyman
54f9e45fca Merge pull request #4554 from lucize/clamavssl
clamav: Fix OpenSSL dependency
2017-07-06 23:24:59 +03:00
Lucian Cristian
57d47d2aa1 clamav: Fix OpenSSL dependency
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-07-06 23:03:54 +03:00
Hannu Nyman
1b007308a1 Merge pull request #4542 from MikePetullo/dovecot
Dovecot
2017-07-06 19:33:36 +03:00
Hannu Nyman
52bdd1fb6a Merge pull request #4552 from dibdot/travelmate
travelmate: update 0.8.1
2017-07-06 18:04:33 +03:00
Hannu Nyman
f180b631f6 Merge pull request #4553 from val-kulkov/subversion-package
subversion: update to v1.9.6
2017-07-06 18:03:58 +03:00
Val Kulkov
cb8d8e4c6e 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>
2017-07-06 10:21:49 -04:00
Dirk Brenken
97a9f3b6b9 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>
2017-07-06 15:39:36 +02:00
Alexandru Ardelean
1588b532fb python: fix intermitent build failure
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>
2017-07-06 16:49:27 +08:00
Hannu Nyman
2705d032bb Merge pull request #4546 from mrpace2/rename-i2c-lua-2nd-try
i2c-lua: relocated upstream repo, update to upstream v1.1.2
2017-07-05 21:33:23 +03:00
mrpace2
e240ae9561 relocated upstream repo, update to upstream v1.1.2
Signed-off-by: Frank Edelhaeuser <mrpace2@gmail.com>
2017-07-05 20:26:17 +02:00
Hannu Nyman
94c73d43c6 Merge pull request #4545 from dibdot/adblock
adblock: update 2.8.3
2017-07-05 19:52:12 +03:00
Dirk Brenken
d51f38672a adblock: update 2.8.3
* refine manual/backup mode (exclude local blacklist processing)
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-05 18:46:08 +02:00
Daniel Golle
e90a9a6fc6 gawk: add GNU awk package
Coexists peacefully with busybox' awk.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-05 16:19:05 +02:00
W. Michael Petullo
cf1e6c9ba9 pigeonhole: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2017-07-04 21:18:45 -04:00
W. Michael Petullo
e584683c24 dovecot: install libraries to allow building plugins
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2017-07-04 21:17:04 -04:00
Hauke Mehrtens
db70458557 Merge pull request #4539 from hauke/tor
tor: update to version 0.2.9.11
2017-07-04 22:50:53 +02:00
Hauke Mehrtens
71bd5ac2bf tor: update to version 0.2.9.11
This fixes CVE-2017-0376

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-07-03 23:00:48 +02:00
Jo-Philipp Wich
2d7cab05f2 Merge pull request #4538 from commodo/python-updates
python,python3: minor build improvements
2017-07-03 15:17:46 +02:00