aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | vips: update to 8.6.1W. Michael Petullo2018-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | Merge pull request #5466 from danielg4/masterHannu Nyman2018-01-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | unbound: fix crash when using odhcpd w/o dnsmasq
| * | | | | | | | | unbound: fix crash when using odhcpd w/o dnsmasqDaniel Gimpelevich2018-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the configuration under "Unbound and odhcpd" in the package's README.md, the scripts generated a malformed config file for unbound, due to an "ip route" command giving extra output lines with the string "anycast" where the awk script expects an address. These are now filtered. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* | | | | | | | | | Merge pull request #5465 from commodo/fix-python-recursive-depsHannu Nyman2018-01-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python,python3: fix recursive deps caused by dangling DEPENDS
| * | | | | | | | | | python,python3: fix recursive deps caused by dangling DEPENDSAlexandru Ardelean2018-01-17
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For python `src` packages we should clear out the DEPENDS to prevent recursive deps from happening. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | / / / / / / / glib2: update to 2.55.1Peter Wagner2018-01-18
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | bind: Update to 9.11.2-P1Noah Meyerhans2018-01-17
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New upstream release fixes the following security issues: * CVE-2017-3145: BIND was improperly sequencing cleanup operations on upstream recursion fetch contexts, leading in some cases to a use-after-free error that can trigger an assertion failure and crash in named. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | | Merge pull request #5452 from val-kulkov/libfreetype-packageHannu Nyman2018-01-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libfreetype: update to FreeType 2.9
| * | | | | | | | libfreetype: update to FreeType 2.9Val Kulkov2018-01-15
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest version from upstream. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | Merge pull request #5457 from jefferyto/python-pkg-setup-args-varsHannu Nyman2018-01-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python,python3: add vars to customize setup arguments / variables
| * | | | | | | | python,python3: add vars to customize setup arguments / variablesJeffery To2018-01-16
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds: * PYTHON_PKG_SETUP_ARGS * PYTHON_PKG_SETUP_VARS * PYTHON3_PKG_SETUP_ARGS * PYTHON3_PKG_SETUP_VARS to customize Python package setup arguments / environment variables. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #5462 from commodo/python-src-no-depsHannu Nyman2018-01-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python,python3: disable dependencies between python src packages
| * | | | | | | | python,python3: disable dependencies between python src packagesAlexandru Ardelean2018-01-16
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to: https://github.com/openwrt/packages/issues/5424 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #5315 from dangowrt/ola-no-sudoDaniel Golle2018-01-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ola: improve init script
| * | | | | | | | ola: improve init scriptDaniel Golle2017-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop now unneeded dependency on sudo. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | Merge pull request #5231 from pprindeville/lm-sensors-add-init.dJo-Philipp Wich2018-01-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lm-sensors add init.d
| * | | | | | | | | lm-sensors: add init scriptPhilip Prindeville2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "sensors -s" needs to happen at boot-time so that any "set" statements in sensors.conf file can take effect. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | | xtables-addons: add package for geoip scriptsPhilip Prindeville2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The iptables-mod-geoip is usually used in conjunction with some wrapper scripts which manipulate the GeoIP database and then kick out one or more iptables rules. This package contains (1) the script to download the most recent version of the MaxMind freemium database and (2) another script which mangles the database into sets up iptables rules. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | | xtables-addons: import from OpenWrt basePhilip Prindeville2018-01-16
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit moves xtables-addons from https://github.com/openwrt/openwrt/tree/master/package/network/utils/xtables-addons into the package feed repository to allow for dependencies on other feed packages, such as Perl. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> [fix commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | Merge pull request #5440 from jefferyto/python-txsocksx-srcHannu Nyman2018-01-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-txsocksx: use variant PyBuild/Compile syntax, add src package, refresh patches
| * | | | | | | | | python-txsocksx: use variant PyBuild/Compile syntax, add src package,Jeffery To2018-01-14
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refresh patches Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #5441 from jefferyto/python-src-packagesHannu Nyman2018-01-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-*,python3-*: add src packages for multiple packages
| * | | | | | | | | python-*,python3-*: add src packages for multiple packagesJeffery To2018-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #5442 from jefferyto/python-cffi-1.11.4Hannu Nyman2018-01-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-cffi: update to 1.11.4, add src packages
| * | | | | | | | | | python-cffi: update to 1.11.4, add src packagesJeffery To2018-01-15
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #5443 from chris5560/masterHannu Nyman2018-01-15
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | ddns-scripts: fix incompatibility with luci-app-ddns <= V.2.4.8-2
| * | | | | | | | | ddns-scripts: fix incompatibility with luci-app-ddns <= V.2.4.8-2Christian Schoenebeck2018-01-14
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix incompatibility with luci-app-ddns versions <= 2.4.8-2 (#5430) Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | Merge pull request #5360 from commodo/python_reproducibleHannu Nyman2018-01-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python,python3: honour the SOURCE_DATE_EPOCH for the build-info
| * | | | | | | | | python,python3: honour the SOURCE_DATE_EPOCH for the build-infoAlexandru Ardelean2018-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Modules/getbuildinfo.c allows the use of DATE and TIME macros to be defined via CFLAGS. These vars, control the build date & time when the interpreter is opened, and can be read via the `platform._sys_version()` function. So, a conversion from SOURCE_DATE_EPOCH to DATE & TIME is required at build-time. This is especially needed for `platform._sys_version()` to work. The installation of pip seems to rely on this. The logic has been adapted from: https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal#Makefile Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #5439 from jefferyto/python-pyptlib-srcHannu Nyman2018-01-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-pyptlib: use default variant build/compile rule, add src package
| * | | | | | | | | | python-pyptlib: use default variant build/compile rule, add src packageJeffery To2018-01-14
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #5438 from jefferyto/python-ipaddress-srcHannu Nyman2018-01-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-ipaddress: use default variant build/compile rule, add src package
| * | | | | | | | | | python-ipaddress: use default variant build/compile rule, add srcJeffery To2018-01-14
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | package Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #5437 from jefferyto/python-crypto-py3-srcHannu Nyman2018-01-14
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | python-crypto: add python3 variant, src packages, omit tests
| * | | | | | | | | python-crypto: add python3 variant, src packages, omit testsJeffery To2018-01-14
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #5430 from chris5560/masterHannu Nyman2018-01-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ddns-scripts: multiple fixes
| * | | | | | | | | ddns-scripts: multiple fixesChristian Schoenebeck2018-01-13
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Write *.ip file with current registered IP, whenever "get_registered_IP" is called (used by next luci-app-ddns version) Changed detection of cURL proxy support #3876 Reread data from ubus if "get_local_ip" from "ip_network" #5004 #3338 Fix godaddy_com_v1 #5285 Implement "param_opt" for "cloudflare_com_v4" #5097 Inside logfile "*password*" printed in stead of real password #5281 and others Add ipv4 service "dnsever.com" #5178 Add ipv4 service "myip.co.ua" #5199 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | procps-ng: use alternatives to coexist with busybox appletsYousong Zhou2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes FS#699 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | Merge pull request #5425 from lucize/cryptodevupHannu Nyman2018-01-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cryptodev-linux: bump to latest git 2017-10-04
| * | | | | | | | | cryptodev-linux: bump to latest git 2017-10-04Lucian Cristian2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix kernel > 4.13 compilation Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | Merge pull request #5426 from jefferyto/python-enum34-srcHannu Nyman2018-01-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-enum34: use default variant build/compile rule, add src package
| * | | | | | | | | | python-enum34: use default variant build/compile rule, add src packageJeffery To2018-01-12
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #5423 from jefferyto/zope-interface-4.4.3Hannu Nyman2018-01-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | zope-interface: update to 4.4.3, rename to python-zope-interface, add python3 variant
| * | | | | | | | | | zope-interface: update to 4.4.3, rename to python-zope-interface, addJeffery To2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3 variant Renaming the package is needed to allow for a Python 3 variant (python3-zope-interface). Packages that depend on this (only twisted) also have their dependencies adjusted. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #5420 from jefferyto/python-service-identity-17.0.0Hannu Nyman2018-01-12
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | python-service-identity: update to 17.0.0, add python3 variant
| * | | | | | | | | | python-service-identity: update to 17.0.0, add python3 variantJeffery To2018-01-12
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #5364 from MikePetullo/grilo-pluginsMichael Heimpold2018-01-11
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | grilo-plugins: update to 0.3.5
| * | | | | | | | | grilo-plugins: update to 0.3.5W. Michael Petullo2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #5419 from commodo/python-package-mk-localizeHannu Nyman2018-01-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | treewide: re-organizing python-package.mk & python3-package.mk
| * | | | | | | | | | seafile-seahub: fix python-package.mk includeAlexandru Ardelean2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This include is a bit special, because it's the package that uses OpenWrt's mk rule. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>