aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | | | flup: add Python3 variant and src packageJosef Schlehofer2019-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add PKG_LICENSE_FILES - Reorder things in Makefile - Add dependency python3-logging otherwise I cannot import flup.server.ajp flup.server.scgi Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9223 from BKPepe/itsdangerousRosen Penev2019-06-25
|\ \ \ \ \ | | | | | | | | | | | | itsdangerous: Makefile polishing
| * | | | | itsdangerous: Makefile polishingJosef Schlehofer2019-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change Website URL - Add src package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #9222 from ekinzie/luajit-64Rosen Penev2019-06-25
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | luajit: fix building for 64-bit targets
| * | | | | luajit: fix building for 64-bit targetsEric Kinzie2019-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Host and target architectures need to have the same pointer size. When building on x86_64, do not force 32-bit host binaries if the target architecture is also 64-bit. See http://luajit.org/install.html#cross Add 64-bit arm (aarch64) to the list of architectures. Signed-off-by: Eric Kinzie <ekinzie@labn.net>
* | | | | | php7: update to 7.2.19Michael Heimpold2019-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile and run tested on mxs platform Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #9264 from cotequeiroz/bcryptRosen Penev2019-06-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | bcrypt: add python-cffi/host build dependency
| * | | | | | bcrypt: add python-cffi/host build dependencyEneas U de Queiroz2019-06-18
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | python: Clarify README for Python 2-only librariesJeffery To2019-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This clarifies that Python 2-only libraries will have a Python 3 version added, instead of being replaced by a Python 3 version (before the 2020 mass removal). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #9224 from BKPepe/markdownJosef Schlehofer2019-06-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-markdown: add a new package
| * | | | | | python-markdown: add a new packageKarel Kočí2019-06-18
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz> [Add me as maintainer] Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #9256 from BKPepe/pycurlRosen Penev2019-06-18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | python-curl: update to version 7.43.0.3
| * | | | | python-curl: update to version 7.43.0.3Josef Schlehofer2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch was accepted. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #9146 from commodo/seafile-cleanup1Rosen Penev2019-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | seafile-seahub,django: cleanup seafile a bit, add python3 variants for django & django-constance
| * | | | | | django-constance: convert to python pkg format + add python3 variantAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | django: convert to python pkg format + add python3 variantAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also updates all dependencies to use the new `python-django` package. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python-pytz: remove host-buildAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seafile-seahub was the only user of this. Remove this from the build. Having it here is a bit messy. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | golang: Update to 1.12.6Jeffery To2019-06-18
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / / / / python-certifi: bump to 2019.6.16Eneas U de Queiroz2019-06-17
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* / / / / php7-pecl-http: Fix wrong licurl defineRosen Penev2019-06-15
|/ / / / | | | | | | | | | | | | | | | | | | | | libcurl changed the option name a while back. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9208 from BKPepe/zeroconfRosen Penev2019-06-10
|\ \ \ \ | | | | | | | | | | zeroconf: update to version 0.23.0
| * | | | zeroconf: update to version 0.23.0Josef Schlehofer2019-06-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9210 from nxhack/homebridge_0_4_50Rosen Penev2019-06-10
|\ \ \ \ \ | | | | | | | | | | | | node-homebridge: update to 0.4.50
| * | | | | node-homebridge: update to 0.4.50Hirokazu MORIKAWA2019-06-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | Merge pull request #9207 from BKPepe/ruamelRosen Penev2019-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | ruamel-yaml: update to version 0.15.97
| * | | | | | ruamel-yaml: update to version 0.15.97Josef Schlehofer2019-06-09
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #9199 from jefferyto/python-config-staging-dir-hostRosen Penev2019-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | python,python3: Move python-config to $(STAGING_DIR)/host
| * | | | | | python,python3: Move python-config to $(STAGING_DIR)/hostJeffery To2019-06-10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build/InstallDev is passed a second argument, a path where host binaries should be placed (ultimately $(STAGING_DIR)/host). This change moves python[3]-config to that directory. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #9213 from ja-pa/python3-flask-loginRosen Penev2019-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3-flask-login: add new package
| * | | | | | python3-flask-login: add new packageJan Pavlinec2019-06-10
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #9214 from jefferyto/python-twisted-19.2.1Rosen Penev2019-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-twisted: Update to 19.2.1
| * | | | | | python-twisted: Update to 19.2.1Jeffery To2019-06-10
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #9209 from kuoruan/golang-environmentRosen Penev2019-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | golang: Add the ability to custom build environment
| * | | | | | golang: Add the ability to custom build environmentXingwang Liao2019-06-10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by overwrite the GoPackage/Environment definition Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
* | | | | | Merge pull request #9169 from ja-pa/flask-1.0.3Daniel Golle2019-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3-flask: update to version 1.0.3
| * | | | | | python3-flask: update to version 1.0.3Jan Pavlinec2019-06-10
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: Makefile cleanup change url to https add src package Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #9171 from ja-pa/python3-maxminddbJosef Schlehofer2019-06-10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | python3-maxminddb: add new package
| * | | | | python3-maxminddb: add new packageJan Pavlinec2019-06-10
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #9124 from neheb/perRosen Penev2019-06-09
|\ \ \ \ \ | |_|/ / / |/| | | | perl: Do not build on ARC
| * | | | perl: Do not build on ARCRosen Penev2019-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | python3-pyroute2: Update to version 0.5.6Martin Matějek2019-06-07
| |/ / / |/| | | | | | | | | | | Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
* | | | Merge pull request #9131 from jefferyto/python-bpo-35907Rosen Penev2019-06-05
|\ \ \ \ | | | | | | | | | | python,python3: Fix CVE-2019-9948 - local_file:// allowed in urllib
| * | | | python,python3: Fix CVE-2019-9948 - local_file:// allowed in urllibJeffery To2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches address issue: CVE-2019-9948: Unnecessary URL scheme exists to allow local_file:// reading file in urllib Link to Python issue: https://bugs.python.org/issue35907 Issue 35907 is still currently open, waiting for a decision for Python 3.5; these patches for Python 2.7 and 3.7 have been merged. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #9129 from ysc3839/pycryptodomeHannu Nyman2019-06-04
|\ \ \ \ \ | | | | | | | | | | | | python-cryptodome: update to 3.8.2.
| * | | | | python-cryptodome: update to 3.8.2.Richard Yu2019-06-03
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | node-hid: update to 0.7.9Hirokazu MORIKAWA2019-06-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #9114 from ↵Hannu Nyman2019-06-03
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | jefferyto/python-host-setuptools-pip-installed-pkg-release python,python3: Record PKG_RELEASE for host setuptools/pip
| * | | | python,python3: Record PKG_RELEASE for host setuptools/pipJeffery To2019-06-01
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the "patched" indicator files for host setuptools and pip to include their PKG_RELEASE values. This also removes host setuptools and/or pip before host install, if the installed copy does not match the version (and PKG_RELEASE) of the copy to be installed. This will allow added or removed patches to affect host setuptools / pip, since these changes will cause PKG_RELEASE to be incremented. This also fixes the host install error, when the install tries to patch an already patched copy of setuptools. (This error occurs because the existing indicator files do not have version numbers in their file names, whereas host install expected version numbers to be present.) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9100 from jefferyto/isolate-host-pythonRosen Penev2019-06-03
|\ \ \ \ | | | | | | | | | | python,python3: Better isolate host Python
| * | | | python,python3: Disable user site-packages for host PythonJeffery To2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally, Python will include the user's site-packages directory (~/.local/lib/python$(PYTHON_VERSION)/site-packages) in it's internal search path for modules. This disables this default inclusion for host Python. This change is applied during Host/Configure instead of as a patch to keep this setting unchanged for target Python. Signed-off-by: Jeffery To <jeffery.to@gmail.com>