aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | nginx: update to 1.17.7 and use new modular uwsgi for luciPeter Stadler2020-01-01
| | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | Merge pull request #9855 from peter-stadler/uwsgiHannu Nyman2020-01-01
|\ \ \ \ | | | | | | | | | | uwsgi: add package with modules (currently cgi and python plugin) [RFC]
| * | | | uwsgi: add modular package superseeding uwsgi-cgiPeter Stadler2020-01-01
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide the minimal applications and plugins for: cgi, filelog, syslog and python3. More plugins can be added if needed by other packages. Autostart uwsgi in emperor mode loading vassals on demand. For now, include luci-support (maybe it will be moved to another package), which uses the syslog plugin by default. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | Merge pull request #10917 from neheb/luasRosen Penev2020-01-01
|\ \ \ \ | |/ / / |/| | | luasec: Update to 0.9
| * | | luasec: Update to 0.9Rosen Penev2019-12-31
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10923 from Ansuel/nginxdHannu Nyman2020-01-01
|\ \ \ \ | | | | | | | | | | nginx: change luci dependency and fix luci nossl
| * | | | nginx: change luci dependency and fix luci nosslAnsuel Smith2020-01-01
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Luci nginx config file for non ssl varian had user as nobody nogroup. This cause some problem with ubus use. Luci file support package depends on uwsgi-cgi. As this package will be renamed shortly to a more generic version, make the subpackage depends on the uwsgi subpackage only. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | Merge pull request #10918 from neheb/smsRosen Penev2020-01-01
|\ \ \ \ | | | | | | | | | | smstools3: Run in foreground
| * | | | smstools3: Run in foregroundRosen Penev2019-12-31
| |/ / / | | | | | | | | | | | | | | | | | | | | Allows procd to be able to stop the service. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10916 from neheb/coRosen Penev2019-12-31
|\ \ \ \ | |/ / / |/| | | coova-chili: Fix version
| * | | coova-chili: Fix versionRosen Penev2019-12-31
|/ / / | | | | | | | | | | | | | | | Upstream was sloppy when cutting the release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10914 from BKPepe/youtubeDaniel Engberg2020-01-01
|\ \ \ | |/ / |/| | youtube-dl: update to version 2020.1.1
| * | youtube-dl: update to version 2020.1.1Josef Schlehofer2020-01-01
|/ / | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #10441 from neheb/glibtripolar2019-12-31
|\ \ | | | | | | glib2: Disable Werror
| * | glib2: Disable WerrorRosen Penev2019-11-02
| | | | | | | | | | | | | | | | | | | | | | | | On GCC9, it throws a Wformat-nonliteral error. Unfortunately, there's no easy was to fix it as it is fortify-headers where the warning ultimately comes from. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10902 from stangri/master-vpn-policy-routingHannu Nyman2019-12-31
|\ \ \ | | | | | | | | vpn-policy-routing: initial release
| * | | vpn-policy-routing: initial releaseStan Grishin2019-12-30
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #10652 from gladiac1337/pcre2-jit-coRosen Penev2019-12-30
|\ \ \ \ | | | | | | | | | | pcre2: Update to v10.34 & add JIT-support for select architectures
| * | | | pcre2: Update PCRE2 to v10.34Christian Lachner2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | pcre2: Add JIT-support for select architectures in PCRE2Christian Lachner2019-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This commit adds a config-option for JIT in libpcre2. According to research published on https://rust-leipzig.github.io/regex/2017/03/28/comparison-of-regex-engines/ this should give a 10x performance increase on JIT operations which can be desireable for high performance Apache mod_rewrite or haproxy reqrep operations. This option is available on all officially supported architecutres which are listed on https://pcre.org/current/doc/html/pcre2jit.html#SEC2. Furthermore, it is enabled by default on the following architectures: arm, i686, x86_64. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | Merge pull request #10878 from neheb/zabEtienne Champetier2019-12-30
|\ \ \ \ \ | | | | | | | | | | | | zabbix: Fix compilation with uClibc-ng
| * | | | | zabbix: Fix compilation with uClibc-ngRosen Penev2019-12-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This is similar to a patch that was previously carried. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #10698 from Rixerx/masterHannu Nyman2019-12-30
|\ \ \ \ \ | | | | | | | | | | | | zabbix: update to 4.0.16
| * | | | | zabbix: update to 4.0.16Krystian Kozak2019-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to 4.0.16 LTS version. Compile tested: Yes, x86_64 Run tested: Yes, x86_64 Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* | | | | | 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>