aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | luasocket: variant for lua5.1 and lua5.3Colby Whitney2019-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating luasocket package that is compatible with, and built against, lua version 5.3 and 5.1. I made the following modifications: Makefile - Set the LUAV environment variable in the build variant. Set an include path in the lua build so that that lua headers could be found. Also using the make install target as everything is put in the correct place automatically for the lua 5.3 build. The lua 5.1 build still uses the old install method because when I was testing using the "install" target the lua5.1 interpreter was unable to locate resources. So that is why there are two install methods. Built and tested on BCM5301X. Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
* | | luasocket: update versionColby Whitney2019-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I made the following modifications: Makefile - Updated the upstream version. Set the LUAV environment variable in the build variant. Set an include path in the lua build so that that lua headers could be found. Set source date version to identify the source. 0001-Add-interface-support.patch - ported this patch which included replacing one deprecated call for 5.3. Validated that the interface functionality added by the patch is working and functional. The following lua script line was functional: print(socket.iface.indextoname(2)) 0301-Fix-mpc85xx-build.patch - Just fixed the offsets and fuzz in the patch 040-remove-fpic-and-warnings.patch - ported this patch. I did make one change. The patch name is called remove fpic and warnings, but the patch was also removing optimization. I ported the removal of fpic and warnings, however I left optimization in. Built and tested on BCM5301X. Signed-off-by: Colby Whitney <colby.whitney@luxul.com> [ rmilecki: fix whitespaces in 040-remove-fpic-and-warnings.patch ] Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | Merge pull request #9505 from cotequeiroz/luaposixRosen Penev2019-07-27
|\ \ \ | | | | | | | | luaposix: remove eglibc remnants
| * | | luaposix: remove eglibc remnantsEneas U de Queiroz2019-07-17
| | | | | | | | | | | | | | | | | | | | | | | | As a side-effect, this adds the getlogin function back when using glibc. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | Merge pull request #9454 from BKPepe/markupsafeRosen Penev2019-07-25
|\ \ \ \ | | | | | | | | | | MarkupSafe: Makefile polishing and add src package
| * | | | MarkupSafe: Makefile polishing and add src packageJosef Schlehofer2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Improve TITLE and Description - Remove PKG_UNPACK as it is not necessary - Correct LICENSE file Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9489 from BKPepe/egenixRosen Penev2019-07-25
|\ \ \ \ \ | | | | | | | | | | | | python-egenix-mx-base: Makefile polishing
| * | | | | python-egenix-mx-base: Makefile polishingJosef Schlehofer2019-07-17
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Correct SPDX License Identifier Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9521 from shenek/feature_python-cachelibJosef Schlehofer2019-07-22
|\ \ \ \ \ | | | | | | | | | | | | python: cachelib package added
| * | | | | python-cachelib: package addedStepan Henek2019-07-21
| |/ / / / | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stepan Henek <stepan.henek@nic.cz> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9532 from jefferyto/python-musl-find_libraryJosef Schlehofer2019-07-22
|\ \ \ \ \ | | | | | | | | | | | | python,python3: Fix ctypes.util.find_library()
| * | | | | python,python3: Fix ctypes.util.find_library()Jeffery To2019-07-22
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python's ctypes.util.find_library() function currently doesn't work for musl libraries/systems[1]. This adds a patch to fix this function, based on a patch from Alpine Linux[2]. Fixes #9448. [1]: https://bugs.python.org/issue21622 [2]: https://git.alpinelinux.org/aports/tree/main/python2/musl-find_library.patch Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / | | | python: add patch for CVE-2018-20852Josef Schlehofer2019-07-22
|/ / / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* / / / golang: Update to 1.12.7Jeffery To2019-07-20
|/ / / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-pyrsistent: add a new packageJosef Schlehofer2019-07-16
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | python-cachetools: add a new packageJosef Schlehofer2019-07-16
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | python-egenix-mx-base: Clean up MakefileRosen Penev2019-07-15
|/ / | | | | | | | | | | | | | | The librt depends are not needed. EGLIBC is not even in the tree. Rearranged some stuff for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9436 from cotequeiroz/oauthlibRosen Penev2019-07-11
|\ \ | | | | | | python-oauthlib: update to 3.0.2 (bugfix release)
| * | python-oauthlib: update to 3.0.2 (bugfix release)Eneas U de Queiroz2019-07-10
| | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | django-webpack-loader: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | | | | | | This change also updates the maintainer email to cotequeiroz@gmail.com, as requested on a different change. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | django-statici18n: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | django-simple-captcha: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also updates the maintainer email to cotequeiroz@gmail.com, as requested on a different change. Also, changing here is the download URL to github's codeload, since that one offers .tar.gz archives. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | django-ranged-response: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also updates the maintainer email to cotequeiroz@gmail.com, as requested on a different change. Not updating deps here, since that will be done in the next changeset that will convert packages to the Python[3] packaging format. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-qrcode: update Eneas' email as per prev requestAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | The email change was part of a previous request from a different PR series. In this series, the change is the only thing left to do (from what the original changeset intended to do). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #8337 from BKPepe/python-qrJosef Schlehofer2019-07-11
|\ \ \ | | | | | | | | python-qrcode: add Python3
| * | | python-qrcode: add Python3Josef Schlehofer2019-07-05
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #8715 from BKPepe/pillowJosef Schlehofer2019-07-11
|\ \ \ \ | | | | | | | | | | pillow: update to version 6.0.0, add Python3 variant
| * | | | pillow: add Python3 variant and update to 6.1.0Josef Schlehofer2019-07-09
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | - Add @commodo as maintainer Co-Authored-By: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | python-sentry-sdk: Update to version 0.10.1Josef Schlehofer2019-07-10
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | python3: Update to version 3.7.4Josef Schlehofer2019-07-10
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update setuptools to 40.8.0 - Update pip to 19.0.3 - Refreshed patches - Removed 4 patches (2 of them was included in 3.7.3 and other two are included in this release) Makefile python3: - Move PKG_MAINTAINER above PKG_LICENSE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9393 from neheb/ldRosen Penev2019-07-09
|\ \ \ | | | | | | | | ldbus: Update to latest version
| * | | luarocks: Change luarocks patch to point to lua5.1Rosen Penev2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | The recent lua 5.3 addition broke this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | ldbus: Update to latest versionRosen Penev2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only difference is two fixes for cross compilation. Added those to fix the buildbots as lua5.3 is causing conflicts. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9376 from Cynerd/bigclown-firmware-toolRosen Penev2019-07-08
|\ \ \ \ | | | | | | | | | | Bigclown firmware tool
| * | | | python-intelhex: add new packageKarel Kočí2019-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is Python library to parse, generate and in general handle files in Intel HEX format. Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | | Merge pull request #9422 from nxhack/fix_iot_gatewayRosen Penev2019-07-08
|\ \ \ \ \ | |/ / / / |/| | | | node-mozilla-iot-gateway: Remove unnecessary step
| * | | | node-mozilla-iot-gateway: Remove unnecessary stepHirokazu MORIKAWA2019-07-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge branch 'sqlalchemy' of BKPepe/packagesJosef Schlehofer2019-07-08
|\ \ \ \ \
| * | | | | python-sqlalchemy: add package with version 1.3.5Josef Schlehofer2019-07-05
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9404 from BKPepe/bcryptRosen Penev2019-07-07
|\ \ \ \ \ | |_|/ / / |/| | | | bcrypt: Update to version 3.1.7
| * | | | bcrypt: Update to version 3.1.7Josef Schlehofer2019-07-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | bcrypt: Reorder Makefile and change TITLEJosef Schlehofer2019-07-06
| |/ / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | python-sentry-sdk: Update to version 0.10.0Josef Schlehofer2019-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Reorder alphabetically dependencies - Add python3-logging as a dependency Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #8734 from BKPepe/aiohttp-corsRosen Penev2019-07-05
|\ \ \ \ | | | | | | | | | | python-aiohttp-cors: add package
| * | | | python-aiohttp-cors: add packageJosef Schlehofer2019-07-05
| | |/ / | |/| | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #9402 from BKPepe/sentrysdkRosen Penev2019-07-05
|\ \ \ \ | | | | | | | | | | python-sentry-sdk: add package with version 0.9.0
| * | | | python-sentry-sdk: add package with version 0.9.5Josef Schlehofer2019-07-05
| | |/ / | |/| | | | | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* / | | python3-bottle: update to version 0.12.17Josef Schlehofer2019-07-05
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Shorter TITLE - The longer one was not shown in make menuconfig. Reodered stuff in Makefile Removed PKG_UNPACK and change PKG_BUILD_DIR Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9271 from jpellegrini/masterRosen Penev2019-07-04
|\ \ \ | | | | | | | | chicken: upgrade to 5.1.0 change Makefile license
| * | | chicken: upgrade to 5.1.0 change Makefile licenseJeronimo Pellegrini2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * version 5.1.0 of Chicken is out. * Makefile goes from GPLv2 to GPLv3+ * other small enhancements to Makefile Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info>