aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* golang: Use new -trimpath option when compiling Go packagesJeffery To2019-09-13
| | | | | | | | | | | | | | Go 1.13 added a new -trimpath option to the "go build" command[1] that removes system paths from compiled executables. This replaces the previous -trimpath flags. There are still system paths in the compiled executable (for crti.o and crtn.o, when cross-compiling); these appear to be stripped during the packaging process. [1]: https://golang.org/doc/go1.13#trimpath Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #9962 from mhei/pecl-mcrypt-licenseRosen Penev2019-09-12
|\ | | | | php7-pecl-mcrypt: update PKG_LICENSE
| * php7-pecl-mcrypt: update PKG_LICENSEMichael Heimpold2019-09-10
| | | | | | | | | | | | Update license tag to latest SPDX format. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #9961 from mhei/pecl-krb5-licenseRosen Penev2019-09-12
|\ \ | | | | | | php7-pecl-krb5: fix PKG_LICENSE tag
| * | php7-pecl-krb5: fix PKG_LICENSE tagMichael Heimpold2019-09-10
| |/ | | | | | | | | | | | | According to the included license file in the package, the license is MIT not BSD, so fix it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #9924 from neheb/valRosen Penev2019-09-12
|\ \ | | | | | | vala: Update to 0.46.0
| * | vala: Update to 0.46.0Rosen Penev2019-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to using the configure script instead of using make directly. Added HOST__BUILD_PARALLEL for faster compilation. Removed target build. It's completely unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9705 from commodo/python-mysqlclientRosen Penev2019-09-12
|\ \ \ | |_|/ |/| | python-mysql[client]: rename to python-mysqlclient & bump to version 1.4.4
| * | python-mysql: rename to python-mysqlclient & bump to version 1.4.4Alexandru Ardelean2019-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package on PyPi is named `mysqlclient`. This should have been named `python-mysqlclient` from the start. There is a `mysql` package on PyPi already but that's a different code/package. Doing this should avoid any future confusion. There is no good time to do this rename; at least 19.07 has been branched already and this can go into the next release [in a year or so]. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* | | php7-pecl-libevent: update to latest commitMichael Heimpold2019-09-08
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7-pecl-redis: update to 5.0.2Michael Heimpold2019-09-08
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7-pecl-http: update to 3.2.1Michael Heimpold2019-09-08
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7-pecl-dio: update SPDX id to most recent formatMichael Heimpold2019-09-08
| | | | | | | | | | | | | | | | | | | | | Also the source package contains a LICENSE file, so we can refer to it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7: update to 7.2.22Michael Heimpold2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | While at, update the SPDX license id to most recent format. Compile and run tested on mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | golang: Update to 1.13Xingwang Liao2019-09-06
| |/ |/| | | | | Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
* | Merge pull request #9885 from BKPepe/voluptuousRosen Penev2019-09-03
|\ \ | | | | | | Voluptuous & Voluptuous Serialize: update to their latest versions
| * | python-voluptuous-serialize: Update to version 2.2.0Josef Schlehofer2019-09-01
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | python-voluptuous: Update to version 0.11.7Josef Schlehofer2019-09-01
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9887 from BKPepe/sqlalchemyRosen Penev2019-09-03
|\ \ \ | | | | | | | | python-sqlalchemy: Update to version 1.3.7
| * | | python-sqlalchemy: Update to version 1.3.7Josef Schlehofer2019-09-01
| |/ / | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9895 from BKPepe/sentryRosen Penev2019-09-03
|\ \ \ | | | | | | | | python-sentry-sdk: Update to version 0.11.2
| * | | python-sentry-sdk: Update to version 0.11.2Josef Schlehofer2019-09-01
| |/ / | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9888 from BKPepe/slugifyDaniel Engberg2019-09-03
|\ \ \ | | | | | | | | python-slugify: Update to version 3.0.3
| * | | python-slugify: Update to version 3.0.3Josef Schlehofer2019-09-01
| |/ / | | | | | | | | | | | | | | | Change indentation in dependencies and as well in description Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | / python-pyasn1: Update to 0.4.7Jeffery To2019-09-03
| |/ |/| | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-yaml: Update to version 5.1.2Josef Schlehofer2019-09-01
|/ | | | | | PKG_NAME should match the name of the folder Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #5886 from nonicknamewasleftforme/feature/backuppcRosen Penev2019-08-30
|\ | | | | new backuppc package w/ dependency perl-file-rsyncp
| * perl-file-rsyncp: New packageCarsten Wolff2019-07-08
| | | | | | | | | | Signed-off-by: Carsten Wolff <carsten@wolffcarsten.de> Reviewed-by: Rosen Penev <rosenp@gmail.com>
* | jamvm: Add host buildRosen Penev2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for classpath. GCJ is also needed but that can be dealt with separately. Fix compilation with musl by defining _GNU_SOURCE. What's funny here is that if __USE_GNU gets replaced, the host build fails. The man page says _GNU_SOURCE for pthread_getattr_np but glibc violates that statement. Removed classpath dependency. classpaths must select jamvm, not the other way around. Removed target whitelist. Switched to blacklist. Fixed License information. Various other cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | python-oauthlib: bump to 3.1.0Eneas U de Queiroz2019-08-22
| | | | | | | | | | | | | | This is a feature release including improvement to OIDC and security enhancements, as well as bugfixes. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | python-sentry-sdk: Update to version 0.11.1Josef Schlehofer2019-08-21
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | ruamel-yaml: Update to version 0.15.100Josef Schlehofer2019-08-21
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #9746 from neheb/ldbRosen Penev2019-08-21
|\ \ | | | | | | ldbus: Pass CFLAGS to luarocks
| * | ldbus: Update to latest revisionRosen Penev2019-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build in C11 mode. strerror_s is a Microsoft extension and not available with musl. Pass CFLAGS to luarocks. Otherwise, it doesn't get OpenWrt's cflags like -Os. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9747 from neheb/luarRosen Penev2019-08-20
|\ \ \ | | | | | | | | luarocks: Add zip/host build dependency
| * | | luarocks: Add zip/host build dependencyRosen Penev2019-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed when zip is missing on the host system. Fixed LICENSE information. Added *BUILD_PARALLEL for faster compilation. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9781 from nxhack/node_fix_http2_dosRosen Penev2019-08-20
|\ \ \ \ | | | | | | | | | | node: fix http/2 DoS
| * | | | node: fix http/2 DoSHirokazu MORIKAWA2019-08-16
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security release. Node.js, as well as many other implementations of HTTP/2, have been found
vulnerable to Denial of Service attacks. See https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md for more information. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #9707 from mstorchak/lua-bit32Hannu Nyman2019-08-20
|\ \ \ \ | | | | | | | | | | lua-bit32: new package
| * | | | lua-bit32: new packageMaxim Storchak2019-08-15
| |/ / / | | | | | | | | | | | | | | | | | | | | provides bit32, a replacement for luabitops Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | / / golang: Update to 1.12.9Jeffery To2019-08-20
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Includes fixes (in 1.12.8) for: CVE-2019-14809 - https://nvd.nist.gov/vuln/detail/CVE-2019-14809 CVE-2019-9512 - https://nvd.nist.gov/vuln/detail/CVE-2019-9512 CVE-2019-9514 - https://nvd.nist.gov/vuln/detail/CVE-2019-9514 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #9757 from BKPepe/sentrysdkRosen Penev2019-08-17
|\ \ \ | | | | | | | | python-sentry-sdk: Update to version 0.10.2
| * | | python-sentry-sdk: Update to version 0.10.2Josef Schlehofer2019-08-16
| |/ / | | | | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | | Merge pull request #9708 from mstorchak/luaposixRosen Penev2019-08-17
|\ \ \ | | | | | | | | luaposix: update to v34.1.1
| * | | luaposix: update to v34.1.1Maxim Storchak2019-08-15
| |/ / | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* / / python,python3: Fix host Python compilation for macOSJeffery To2019-08-17
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove $$$$(pkg-config --static --libs libcrypto libssl) from HOST_LDFLAGS Having this leads to an "unknown type name 'u_int'" error on Mac. Removing it doesn't appear to affect Python's ability to find buildroot LibreSSL. * Change -Wl,-rpath=... to -Wl,-rpath,... in HOST_LDFLAGS The equals sign version is not supported by the Mac linker (appears to be an GNU extension). The comma version is supported; -rpath and its argument will be separated by a space when passed to the linker. * Add ac_cv_header_libintl_h=no to HOST_CONFIGURE_VARS for Mac Python on Mac doesn't expect to use libintl, but if gettext-full is compiled for host, it will try, leading to undefined symbol errors during compilation. This prevents configure from finding libintl.h. Fixes #7171. Fixes #9621. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-twisted: Update to 19.7.0, refresh patchesJeffery To2019-08-14
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | django-simple-captcha: bump to 0.5.12Eneas U de Queiroz2019-08-14
| | | | | | | | | | | | | | This is a bugfix release. Relevant to openwrt, it removes the binary flag while opening the dictionary file. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | Merge pull request #9698 from commodo/python-ver-bumpsHannu Nyman2019-08-12
|\ \ | | | | | | pytz,lxml,dateutil: bump package versions