aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* apr/apr-util: add myself as maintainerSebastian Kemper2020-01-12
| | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: add driversSebastian Kemper2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the following drivers as extra packages: - openssl - mysql - odbc - pgsql - sqlite3 - gdbm (dbm) - ldap This also removes the gratuitous dependency on libsqlite3 from libaprutil (dbd_sqlite3 was nevery packaged before, after all). With this ldap and session-crypto support can be enabled in apache. The mysql driver is currently marked BROKEN, because apr-util still uses mysql server headers, which aren't part of mariadb-connector-c. But there's work underway at apr-util upstream to fix that so that BROKEN can be removed during a feature version bump. The gdbm dbm driver got added together with a patch that fixes the error handling. Patch is from Debian. Resolves #10886 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: allow iconv-stub useSebastian Kemper2019-12-30
| | | | | | Allow iconv-stub use when NLS support is disabled. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: clean up the packageSebastian Kemper2019-12-30
| | | | | | | | | | - removes extra flags '$(FPIC)' etc., there is no good reason for them being used - stops removing aclocal.m4 and build/ltmain.sh (reason of removal of these files is not apparent anymore) - adds PKG_BUILD_PARALLEL:=1 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr: clean up the packageSebastian Kemper2019-12-30
| | | | | | | | | | | | | - removes '$(FPIC)' and '--without-pic', there is no good reason for them being used (also @minfrin mentioned memory footprint implications when '--without-pic' is used) - stops removing aclocal.m4 and build/ltmain.sh (reason of removal of these files is not apparent anymore) - adds PKG_BUILD_PARALLEL:=1 Resolves #10884 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #10905 from Andy2244/libtirpc-1.2.5Rosen Penev2019-12-30
|\ | | | | libtirpc: update to 1.2.5
| * libtirpc: update to 1.2.5Andy Walsh2019-12-30
| | | | | | | | | | | | | | * update to 1.2.5 * remove upstream merged patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | Merge pull request #10895 from neheb/hRosen Penev2019-12-30
|\ \ | |/ |/| gst1-plugins-bad: Make HLS crypto explicit
| * gst1-plugins-bad: Make HLS crypto explicitRosen Penev2019-12-28
| | | | | | | | | | | | | | It's normally set to auto. When nettle is missing, it tries to use the other libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10816 from Cynerd/wget-no-self-providetripolar2019-12-30
|\ \ | | | | | | wget: do not provide itself
| * | wget: do not provide itselfKarel Kočí2019-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | The package wget should not say that it provides itself. This also make gnu-wget provide general so it is not written in Makefile twice. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | Merge pull request #10901 from ja-pa/tor-respawntripolar2019-12-30
|\ \ \ | | | | | | | | tor: add respawn to init script
| * | | tor: add respawn to init scriptJan Pavlinec2019-12-30
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: In some cases when tor daemon starts before than the router is connected to the Internet. Tor will exit and you have to run it manually. This should fix this case. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | tor: update to version 0.4.2.5Jan Pavlinec2019-12-29
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | nano: update to 4.7Hannu Nyman2019-12-29
| | | | | | | | | | | | | | | | | | Update nano to version 4.7 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #10896 from jefferyto/golang-format-ldflagsRosen Penev2019-12-29
|\ \ \ | | | | | | | | golang: Format TARGET_LDFLAGS for gcc
| * | | golang: Format TARGET_LDFLAGS for gccJeffery To2019-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | go invokes the external linker by calling gcc, so -zxxx options in TARGET_LDFLAGS (in golang-package.mk) need to be formatted as -Wl,z,xxx. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #10871 from neheb/frfgegStijn Tintel2019-12-29
|\ \ \ \ | | | | | | | | | | domoticz: Fix compilation with uClibc-ng
| * | | | domoticz: Fix compilation with uClibc-ngRosen Penev2019-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | gnunet: update to version 0.12.1Daniel Golle2019-12-29
| |/ / / |/| | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #10784 from antonlacon/ffmpeg-3Hannu Nyman2019-12-29
|\ \ \ \ | | | | | | | | | | ffmpeg: update to 3.4.7
| * | | | ffmpeg: update to 3.4.7Ian Leonard2019-12-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | Merge pull request #10894 from Ansuel/nginxHannu Nyman2019-12-29
|\ \ \ \ \ | |_|_|_|/ |/| | | | nginx: fix missing cgi-exec definition
| * | | | nginx: fix missing cgi-exec definitionAnsuel Smith2019-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing cgi-io exec definition to fix broken luci webui as now it does actually use it. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #10891 from cshoredaniel/pr-radicale2-doc-passlib-bcryptHannu Nyman2019-12-28
|\ \ \ \ \ | | | | | | | | | | | | radicale2: Document suggested use of passlib and bcrypt
| * | | | | radicale2: Document suggested use of passlib and bcryptDaniel F. Dickinson2019-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_RELEASE not bumped because this only affects package description. We document that passlib and bcrypt are needed if one wishes to use bcrypt encryption of passwords. These have not been added as dependencies as Radicale2 can have a frontend webserver authenticate users rather than radicale itself. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | Merge pull request #10890 from cshoredaniel/pr-update-passlib-1-7-2Hannu Nyman2019-12-28
|\ \ \ \ \ \ | |/ / / / / |/| | | | | passlib: Update passlib to 1.7.2
| * | | | | passlib: Update passlib to 1.7.2Daniel F. Dickinson2019-12-28
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relevant bits of upstream changelog New Features argon2: Support more hashes scrypt: Now uses python 3.6 stdlib’s hashlib.scrypt() as backend, if present (issue 86). Bugfixes Python 3.8 compatibility fixes passlib.apache.HtpasswdFile: improve compatibility with Apache 2.4's htpasswd passlib.totp: fix some compatibility issues with older TOTP clients (issue 92) Fixed error in argon2.parsehash() (issue 97) Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | Merge pull request #10648 from micmac1/gdnutHannu Nyman2019-12-27
|\ \ \ \ \ | | | | | | | | | | | | nut: fix cgi/gd setup
| * | | | | nut: update OpenSSL 1.1.0 patchSebastian Kemper2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces OpenWrt patch with upstream patch. Also removes 0002-Fix-check-for-empty-string.patch as this is included in upstream OpenSSL 1.1.0 patch. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | nut: fix CGI setupSebastian Kemper2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes - the libgd dependency (as well as specifying libs and includes) - the configure argument "--with-cgi" dependant on whether the package nut-web-cgi is selected. nut-web-cgi is also added to PKG_CONFIG_DEPENDS. Resolves: #10641 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | nut: revert 81e6bb7Sebastian Kemper2019-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gdlib pc file doesn't set a version, so "pkg-config --modversion gdlib" returns nothing. Also, the test if test "$?" != "0" -a -n "${GD_VERSION}"; then is wrong as pkg-config wouldn't return != 0 on success. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #10877 from neheb/dovRosen Penev2019-12-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | dovecot: Disable libunwind support
| * | | | | | dovecot: Disable libunwind supportRosen Penev2019-12-26
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes missing dependency error. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #10874 from jefferyto/golang-ldflags-fixRosen Penev2019-12-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | golang: Fix ldflags when GO_PKG_LDFLAGS is set
| * | | | | | golang: Fix ldflags when GO_PKG_LDFLAGS is setJeffery To2019-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | go build/install supports multiple -ldflags arguments, but they are not combined; for each package, the latest match on the command line is used.[1] Previously, the main executable would not be affected by the default ldflags if GO_PKG_LDFLAGS or GO_PKG_LDFLAGS_X were set. (The default ldflags instructs go to use the external linker.) This fixes golang-package.mk so that the default ldflags take effect in all cases. [1]: https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #10817 from Cynerd/ruby-enable-some-extensionsLuiz Angelo Daros de Luca2019-12-26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | ruby: activate some of the extensions
| * | | | | | ruby: activate some of the extensionsKarel Kočí2019-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This activates following extensions: * io/nonblock * io/wait * openssl * pathname * ipper * socket * zlib zlib and socket are required for gem so they should be just enabled because otherwise it does not make sense to provide host gem at all. The rest of extensions are activated to support compass. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | Merge pull request #10872 from neheb/rpRosen Penev2019-12-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | rpcsvc-proto: Fix compilation with uClibc-ng
| * | | | | | | rpcsvc-proto: Fix compilation with uClibc-ngRosen Penev2019-12-24
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed compilation with full iconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | | | spice: fix building against arc770-uclibc toolchainYousong Zhou2019-12-25
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supersedes openwrt/packages#10873 Ref: https://github.com/openwrt/packages/pull/10873 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #10869 from BKPepe/youtubedlDaniel Engberg2019-12-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | youtube-dl: Update to version 2019.12.25
| * | | | | | youtube-dl: Update to version 2019.12.25Josef Schlehofer2019-12-24
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #10868 from neheb/arRosen Penev2019-12-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | aria2: Build with MIPS16
| * | | | | | aria2: Build with MIPS16Rosen Penev2019-12-23
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the computationally expensive stuff is in the libraries, not the package itself. Saves several kilobytes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #10849 from neheb/nssRosen Penev2019-12-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | nss: Fix compilation with uClibc-ng
| * | | | | | nss: Fix compilation with uClibc-ngRosen Penev2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _GNU_SOURCE is needed for fdopen, sigaction, and probably more. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #10745 from mstorchak/stubbyRosen Penev2019-12-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | stubby: switch to ca-bundle
| * | | | | | | stubby: switch to ca-bundleMaxim Storchak2019-12-23
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | Merge pull request #10796 from G-M0N3Y-2503/feature_https_dns_proxy_loggingRosen Penev2019-12-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | https_dns_proxy: Added optional ipv4 resolvers