aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* lang: lua-libmodbus: Update URLKarl Palsson2019-03-29
| | | | | | | Github organization changed names. Proactively update URL, even though github redirects. Signed-off-by: Karl Palsson <karlp@etactica.com>
* Merge pull request #5160 from nxhack/homebridgeEneas Queiroz2019-03-28
|\ | | | | node-homebridge: add new package / Node.js HomeKit Server
| * node-homebridge: add new package / Node.js HomeKit ServerHirokazu MORIKAWA2019-02-06
| | | | | | | | | | | | Homebridge is a lightweight Node.js server you can run on your home network that emulates the iOS HomeKit API Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | python,python3: Use only target package data for Build/InstallDevJeffery To2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | This changes Build/InstallDev for both Python 2 and 3 to only copy files from target Python, not from host Python, since InstallDev files are used for target packages to link to other target packages. In particular, usr/lib/python{2.7,3.7}/_sysconfigdata.py holds system configuration data generated at build time, and is different for target Python and host Python. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | chicken-scheme: add packageJeronimo Pellegrini2019-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info> Maintainer: myself ( Jeronimo Pellegrini <j_p@aleph0.info> ) Compile tested: compiles on x86_64, target mips (AR7xxx), OpenWRT master and OpenWRT 18.06.2 Run tested: on AR7xxx (TP-Link Archer C7 v.4) Description: This is an efficient Scheme interpreter, which comes with several modules for networking, filesystem access, and other useful tasks. It can be used as scripting language for automating tasks, by users who prefer dynamic functional languages over imperative or object-oriented ones.
* | Merge pull request #8474 from jefferyto/python-cffi-1.12.2Hannu Nyman2019-03-22
|\ \ | | | | | | python-cffi: Update to latest version
| * | python-cffi: Update to latest versionJeffery To2019-03-22
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-attrs: Update to latest versionJeffery To2019-03-22
|/ / | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #8445 from cotequeiroz/python-requests-oauthlib_1.2.0Hannu Nyman2019-03-21
|\ \ | | | | | | python-requests-oauthlib: update to 1.2.0; python-oauthlib: update to 3.0.1
| * | python-requests-oauthlib: update to 1.2.0Eneas U de Queiroz2019-03-18
| | | | | | | | | | | | | | | | | | This version adds compatibility with OAuthlib 3.0.0 and above. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | python-oauthlib: update to 3.0.1Eneas U de Queiroz2019-03-18
| | | | | | | | | | | | | | | | | | This is a major update with bufixes, new features and API changes. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #8441 from Cynerd/python-influxdb-5.2.2Hannu Nyman2019-03-21
|\ \ \ | | | | | | | | python-influxdb: update to 5.2.2
| * | | python-influxdb: update to 5.2.2Karel Kočí2019-03-20
| | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | golang: Add support for setting gcflags/ldflags from package MakefileJeffery To2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds several variables for Go package Makefiles: * GO_PKG_GCFLAGS - go tool compile arguments * GO_PKG_LDFLAGS - go tool link arguments * GO_PKG_LDFLAGS_X - go tool link -X definitions Settings these will add the corresponding flags to the go install command line. (Other command line arguments can still be added by passing them as the first argument to GoPackage/Build/Compile.) This also adds Go's runtime environment variables (GOGC, GOMAXPROCS, GOTRACEBACK) to the unexport list. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #8434 from pprindeville/perl-text_csv-139Philip Prindeville2019-03-20
|\ \ \ \ | |/ / / |/| | | perl-text-csv_xs: update to 1.39
| * | | perl-text-csv_xs: update to 1.39Philip Prindeville2019-03-17
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #8446 from cotequeiroz/python-qrcode_6.1Hannu Nyman2019-03-19
|\ \ \ \ | | | | | | | | | | python-qrcode: bump to 6.1, fix dependencies
| * | | | python-qrcode: bump to 6.1, fix dependenciesEneas U de Queiroz2019-03-11
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The package was missing dependencies on pillow and python-setuptools. The Makefile was simplified. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | golang: update to version 1.12.1Josef Schlehofer2019-03-19
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | python3: remove OpenSSL deprecated API patchAlexandru Ardelean2019-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/8399 These 2 patches cause some breakage for other packages. For now, we drop them and wait for upstream to finalize a fix. We can live with deprecated SSL APIs for a while. No need to hurry, since this doesn't seem to help. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | ruby: update to 2.6.2Luiz Angelo Daros de Luca2019-03-18
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes and a security update of the bundled RubyGems: CVE-2019-8320: Delete directory using symlink when decompressing tar CVE-2019-8321: Escape sequence injection vulnerability in verbose CVE-2019-8322: Escape sequence injection vulnerability in gem owner CVE-2019-8323: Escape sequence injection vulnerability in API response handling CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution CVE-2019-8325: Escape sequence injection vulnerability in errors Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #8381 from cotequeiroz/python-certifi_2019.3.9Hannu Nyman2019-03-17
|\ \ \ | | | | | | | | python-certifi: Update to 2019.3.9
| * | | python-certifi: Update to 2019.3.9Eneas U de Queiroz2019-03-11
| |/ / | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #8423 from MikePetullo/php7-pecl-mcryptHannu Nyman2019-03-17
|\ \ \ | | | | | | | | php7-pecl-mcrypt: update to 1.0.2
| * | | php7-pecl-mcrypt: update to 1.0.2W. Michael Petullo2019-03-16
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #8376 from jefferyto/python-package-data-2Hannu Nyman2019-03-16
|\ \ \ \ | |/ / / |/| | | python-pyopenssl,python-service-identity: Update package data
| * | | python-pyopenssl,python-service-identity: Update package dataJeffery To2019-03-11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This updates the Python 2 and 3 versions of each package to share the same title field. This also updates the package title, url and source urls. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | php7: Add PKG_CPE_ID for proper CVE trackingJan Pavlinec2019-03-15
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #8404 from BKPepe/bottleHannu Nyman2019-03-15
|\ \ \ | | | | | | | | python3-bottle: update to version 0.12.16
| * | | python3-bottle: update to version 0.12.16Josef Schlehofer2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add LICENSE file Add CPE ID Remove current maintainer and add me as maintainer Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
| * | | python3-bottle: use Py3Package for installationStepan Henek2019-03-13
| | | | | | | | | | | | | | | | Signed-off-by: Stepan Henek <stepan.henek@nic.cz>
* | | | Merge pull request #8407 from cotequeiroz/python_circularHannu Nyman2019-03-15
|\ \ \ \ | | | | | | | | | | misc python packages: fix circular dependencies
| * | | | click-log: fix circular dependencyEneas U de Queiroz2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing python3 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python-chardet: fix Makefile typoEneas U de Queiroz2019-03-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python-requests: fix circular dependencyEneas U de Queiroz2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing python3 conditional DEPENDS to avoid a circular dependency. Fixes a typo in Makefile. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python-ply: fix circular dependencyEneas U de Queiroz2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing python3 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python-simplejson: fix circular dependencyEneas U de Queiroz2019-03-13
| |/ / / | | | | | | | | | | | | | | | | | | | | Removing python2 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* / / / php7: update to 7.2.16Michael Heimpold2019-03-13
|/ / / | | | | | | | | | | | | | | | | | | | | | Also refresh patch which does not apply cleanly anymore. Run tested on Duckbill for mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #8371 from neheb/patch-1Hannu Nyman2019-03-12
|\ \ \ | | | | | | | | python: Add PKG_CPE_ID for proper CVE tracking
| * | | python: Add PKG_CPE_ID for proper CVE trackingRosen Penev2019-03-11
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8368 from neheb/pHannu Nyman2019-03-12
|\ \ \ \ | | | | | | | | | | python: Refresh patches
| * | | | python: Refresh patchesRosen Penev2019-03-08
| |/ / / | | | | | | | | | | | | | | | | | | | | git is intollerant when it comes to fuzz. this fixes it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | python3: Fix compilation with deprecated OpenSSL APIsRosen Penev2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | Also refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | python-requests: adjust to chardet renameHannu Nyman2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | Adjust to the rename of chardet to python-chardet Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | python-influxdb: add packageKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | python-paho-mqtt: add packageKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | python-appdirs: add packageKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | python-schema: add packageKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | python-contextlib2: add packageKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | python-jsonpath-ng: add packageKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>