aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #4570 from pprindeville/lighttpd-init-reloadPhilip Prindeville2017-07-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | lighttpd: add 'reload' to init script to make logrotate-friendly
| * | | | | | lighttpd: add 'reload' to init script to make logrotate-friendlyPhilip Prindeville2017-07-10
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If lighttpd's scripts are rotated from under it while they're still open, this will cause some weird things to happen. Give it a heads up that the logs have moved. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #4507 from diizzyy/patch-59Hannu Nyman2017-07-11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | libs/libx264: Update to snapshot 20170623
| * | | | | libs/libx264: Update to snapshot 20170623Daniel Engberg2017-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libx264 to snapshot 20170623 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | Merge pull request #4561 from wertarbyte/package_libnetJo-Philipp Wich2017-07-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | libnet-1.2.x: simplify build dep installation
| * | | | | | netdiscover: use simplified libnet header locationStefan Tomanek2017-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the common location for libnet include files and libraries. Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
| * | | | | | libnet-1.2.x: simplify build dep installationStefan Tomanek2017-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install include files and libraries into a common place; this makes compiling depending packages easier. Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
* | | | | | | Merge pull request #4511 from wertarbyte/package_triggerhappyJo-Philipp Wich2017-07-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | triggerhappy: update to upstream version 0.5.0
| * | | | | | | triggerhappy: update to upstream version 0.5.0Stefan Tomanek2017-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
* | | | | | | | mosquitto: update to 1.4.14Karl Palsson2017-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #4571 from diizzyy/patch-62Hannu Nyman2017-07-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libs/confuse: Update to 3.2
| * | | | | | | | libs/confuse: Update to 3.2Daniel Engberg2017-07-11
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update (lib)confuse to 3.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | Merge pull request #4566 from dedeckeh/pr-netsnmp-configStijn Tintel2017-07-11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | netsnmp: add global enabled config option
| * | | | | | | netsnmp: add global enabled config optionHans Dedecker2017-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | mosquitto: update to 1.4.13Karl Palsson2017-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | irssi: update to 1.0.4Peter Wagner2017-07-10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | Merge pull request #4556 from zx2c4/masterHannu Nyman2017-07-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | wireguard: fix routing of allowed IPs when no CIDR is specified
| * | | | | | | wireguard: version bumpJason A. Donenfeld2017-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
| * | | | | | | wireguard: assume /32 or /128 if no CIDR is givenJason A. Donenfeld2017-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #4558 from commodo/python-cleanup1Hannu Nyman2017-07-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python,python3: rename PyBuild/Compile rules & remove .egg-info from packages
| * | | | | | | | python-lxml: override PyBuild/Compile & Py3Build/Compile rulesAlexandru Ardelean2017-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | | python,python3: remove .egginfo directoriesAlexandru Ardelean2017-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They don't seem needed, and makes packages a bit smaller Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | python,python3: define PyBuild/Compile & Py3Build/CompileAlexandru Ardelean2017-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | Merge pull request #4557 from dibdot/travelmateHannu Nyman2017-07-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | travelmate: update 0.8.2
| * | | | | | | | | travelmate: update 0.8.2Dirk Brenken2017-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change start priority to 90 and revert hostapd stuff from last commit * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | screen: update to 4.6.0Etienne Champetier2017-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <echampetier@anevia.com>
* | | | | | | | | | monit: update to 5.23Etienne Champetier2017-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <echampetier@anevia.com>
* | | | | | | | | | sqlite3: update to 3.19.3Etienne Champetier2017-07-08
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix possible database corruption https://www.sqlite.org/releaselog/3_19_3.html Signed-off-by: Etienne Champetier <echampetier@anevia.com>
* | | | | | | | | python-gnupg: add packageDaniel Golle2017-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | zabbix: update to 3.2.6Etienne Champetier2017-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | | zabbix: partially fix zabbix-extra-mac80211Etienne Champetier2017-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | Merge pull request #4563 from dangowrt/fix-odbc-configThomas Heil2017-07-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | unixodbc: fix cross-compile drivers
| * | | | | | | | | unixodbc: fix cross-compile driversDaniel Golle2017-07-08
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | psqlodbc: build against staging libsDaniel Golle2017-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | portaudio: Pass down TARGET_CPPFLAGS only build what is necessaryFlorian Fainelli2017-07-07
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | psqlodbc: add packageDaniel Golle2017-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add official PostgreSQL ODBC driver Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #4559 from commodo/python-pyodbc-fixDaniel Golle2017-07-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pyodbc: fix python-pyodbc variant ; wasn't working
| * | | | | | | | pyodbc: fix python-pyodbc variant ; wasn't workingAlexandru Ardelean2017-07-07
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #4532 from dangowrt/auto-unixodbcThomas Heil2017-07-07
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | unixodbc: auto-generate odbcinst.ini
| * | | | | | | unixodbc: auto-generate odbcinst.iniDaniel Golle2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #4554 from lucize/clamavsslHannu Nyman2017-07-06
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | clamav: Fix OpenSSL dependency
| * | | | | | | clamav: Fix OpenSSL dependencyLucian Cristian2017-07-06
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | Merge pull request #4542 from MikePetullo/dovecotHannu Nyman2017-07-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Dovecot
| * | | | | | | pigeonhole: new packageW. Michael Petullo2017-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | | | dovecot: install libraries to allow building pluginsW. Michael Petullo2017-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | Merge pull request #4552 from dibdot/travelmateHannu Nyman2017-07-06
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | travelmate: update 0.8.1
| * | | | | | | travelmate: update 0.8.1Dirk Brenken2017-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | Merge pull request #4553 from val-kulkov/subversion-packageHannu Nyman2017-07-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | subversion: update to v1.9.6
| * | | | | | | | subversion: update to v1.9.6Val Kulkov2017-07-06
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Subversion packages to the latest release, v1.9.6. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | / / / / python: fix intermitent build failureAlexandru Ardelean2017-07-06
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>