aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | | | | | | multiple-python-packages: Update package dataJeffery To2019-02-20
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the Python 2 and 3 versions of each package to share the same title field. (For packages that only had this change, their PKG_RELEASE were not incremented.) This also updates the package title, url and source urls, where necessary. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | ruby: bump to 2.6.1Luiz Angelo Daros de Luca2019-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/ See: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/ New packages mirroring upstream gemification of ruby: * ruby-bundler (new) * ruby-e2mmap and ruby-ostruct (from ruby-misc) * ruby-forwardable (from ruby-patterns) * ruby-matrix and ruby-prime (from removed ruby-math) * ruby-mutex_m, ruby-sync and ruby-thwait (from ruby-multithread) * ruby-tracer (from ruby-debuglib) Added ruby-dev for building extension inside openwrt (requires cc) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | python-(automat|crypto|gmpy2|parsley): Use default compileJeffery To2019-02-19
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates these packages to use the default PyBuild/Compile, instead of defining their own Build/Compile. This also updates the Python 2 and 3 versions to use the same TITLE. This also updates the source url and adds src packages for python-gmpy2. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #8251 from jefferyto/python3-twisted-installHannu Nyman2019-02-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-twisted: Fix python3 install
| * | | | | | python-twisted: Fix python3 installJeffery To2019-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The install routine was written before the fix in #8241, and wasn't sufficiently tested with that fix. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | python-cffi: Update to 1.12.1Jeffery To2019-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | python-txsocks: Fix twisted dependencyJeffery To2019-02-19
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the dependency on twisted, which was renamed to python-twisted earlier. This also changes the package to use the default PyBuild/Compile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #8240 from jefferyto/python-twistedHannu Nyman2019-02-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | twisted: Rename package, fix errors
| * | | | | | twisted: Rename package, fix errorsJeffery To2019-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the Python 2 twisted package to python-twisted, and updates dependents (i.e. obfsproxy) to reference the updated name. This also fixes conflicts between the Python 2 and 3 packages. Twisted installs some scripts to /usr/bin, and previously scripts for both packages used the same names. This adds a "3" suffix to scripts installed by python3-twisted. This also adds python[3]-setuptools as a dependency, as the scripts installed to /usr/bin depend on pkg_resources (part of setuptools). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | python,python3: Fix calling default PyPackage/installJeffery To2019-02-18
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes Package/*/install to call PyPackage/*/install correctly. Previously, if a package used the default PyPackage/*/install, then it would not called. (A custom-defined PyPackage/*/install would be called with no issue.) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #8181 from jefferyto/golang-packaging-updatesHannu Nyman2019-02-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | golang: packaging updates
| * | | | | | golang: Ignore GOFLAGS, GO111MODULE environment variablesJeffery To2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were added in Go 1.11. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | golang: Install go.mod/go.sum by defaultJeffery To2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | golang: Install files with .cpp/.hpp suffixes by defaultJeffery To2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also updates the URL for dh-golang. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | golang: Fix handling of filenames with spacesJeffery To2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #7127. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #8197 from Cynerd/python3-twistedHannu Nyman2019-02-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | twisted: add Python3 variant
| * | | | | | | twisted: add Python3 variantKarel Kočí2019-02-12
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | Merge pull request #8196 from commodo/python-batch-updatesHannu Nyman2019-02-12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | python,python3: batch updates
| * | | | | | python-pyopenssl: bump to version 19.0.0Alexandru Ardelean2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python-lxml: bump to version 4.3.1Alexandru Ardelean2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python-cryptography: bump to version 2.5Alexandru Ardelean2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python-pyasn1-modules: bump to version 0.2.4Alexandru Ardelean2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python,python3: fix CVE-2019-5010 - Denial of ServiceAlexandru Ardelean2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch addresses issue: [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service Link to Python issue: https://bugs.python.org/issue35746 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python,python3: move shebang handle in install scriptAlexandru Ardelean2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extends the Python[3] shebang fixup to all packages. Only Python scripts in `/usr/bin` will be handled at the moment. Later it may make sense to also cover executables in `/bin`, though typically Python executables shouldn't be placed there. Previously the shebang handling was only done for python[3]-pip & python[3]-setuptools. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python,python3: make deletion tolerant for paths with spacesAlexandru Ardelean2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Piping to xargs does not handle spaces in paths too well, because it splits up the paths. For deleting empty dirs, we also need to do several retries, otherwise `find` will try to go through the directories after they're deleted. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python,python3: move .exe removal in `python-package-install.sh` scriptAlexandru Ardelean2019-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a common operation for both Python & Python3, so move it to the script `python-package-install.sh` script. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | ruby: fix build for uclibcLuiz Angelo Daros de Luca2019-02-12
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backporting upstream fix. Closes #8051. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | php7: fix cross compiling patch (fixes #8166)Michael Heimpold2019-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: e148924a4 ("php7: update to 7.2.15") Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | php7: update to 7.2.15Michael Heimpold2019-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also refresh patch which does not apply cleanly anymore. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | php7-pecl-http: give hint about zlib staging dirMichael Heimpold2019-02-04
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Buildbots currently fail to find zlib souces, so try to give this hint with configure parameters. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | / / / golang: Update to latest versionJeffery To2019-01-28
| |/ / / |/| | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #7921 from daniel-santos/python-idnaHannu Nyman2019-01-23
|\ \ \ \ | | | | | | | | | | python-idna: Add missing dependency on python(3)-codecs
| * | | | python-idna: Add missing dependency on python(3)-codecsDaniel Santos2019-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This error is exposed when using python-minimal. Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
* | | | | Merge pull request #7838 from neheb/erlHannu Nyman2019-01-20
|\ \ \ \ \ | | | | | | | | | | | | erlang: Fix compilation without deprecated OpenSSL 1.0.2 APIs
| * | | | | erlang: Fix compilation without deprecated OpenSSL 1.0.2 APIsRosen Penev2019-01-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7953 from neheb/patch-5Hannu Nyman2019-01-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | pytz: Update to 2018.9
| * | | | | | pytz: Update to 2018.9Rosen Penev2019-01-13
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7978 from cshoredaniel/pr-python-pkgconfigHannu Nyman2019-01-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3: Add installation of pkconfig to InstallDev section.
| * | | | | | | python3: install pkgconfig to stagingDaniel F. Dickinson2019-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some programs that use the Python C API have difficulties finding cross-compiled Python3 without the pkgconfig, so make sure we have python3.pc and python-3.7.pc in pkgconfig staging dir. CircleCI requires a package Makefile change to actually do the CI check, so bump PKG_RELEASE. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | Merge pull request #7948 from cshoredaniel/pr-add-bcryptHannu Nyman2019-01-18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | bcrypt: Add python secure password hashing library
| * | | | | | | bcrypt: Add python secure password hashing libraryDaniel F. Dickinson2019-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcrypt is a secure password hashing mechanism and is extremely useful for more secure Radicale authentication, so add it. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | Merge pull request #7750 from guidosarducci/master-perl-config-mips64elPhilip Prindeville2019-01-13
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | perl: add missing config for mips64el
| * | | | | | | perl: add missing config for mips64elTony Ambardar2018-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compilation otherwise fails building for MIPS Malta 64-bit LE. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* | | | | | | | Merge pull request #7920 from daniel-santos/jamvmHannu Nyman2019-01-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | jamvm: Clarify and clean up package description
| * | | | | | | | jamvm: Clarify and clean up package descriptionDaniel Santos2019-01-08
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up white space and properly clarify the Java version implemented. Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
* | | | | | | | python: Fix lib2to3 fixes searchJeffery To2019-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the patch from c98b12d9a920ede376d1eaef0da0c0da9d26d6b3 (#7931), applied for python 2. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #7900 from cshoredaniel/pr-add-vobjectHannu Nyman2019-01-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vobject: Add python vCard/vCalendar Library
| * | | | | | | | vobject: Add python libraryDaniel F. Dickinson2019-01-07
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lbrary for vCard and vCalendar support for Python{3}. vobject is used by Radicale2 so add it. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | Merge pull request #7931 from kidome/masterHannu Nyman2019-01-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python3: enable lib2to3 to also search .pyc files.
| * | | | | | | | python3: enable lib2to3 to also search and fix .pyc files.Nj Hsiong2019-01-09
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3's lib2to3 would fail in silence if python3 and its packages are installed as compiled .pyc files. Root cause is, in Lib/lib2to3/refactor.py, the function get_all_fix_names only searches '.py' fix names. Signed-off-by: Nj Hsiong <nj.hsiong@gmail.com>