aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | wget: disable libpcre2Eneas U de Queiroz2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libpcre2 is picked over libpcre by wget's configure Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #7597 from cotequeiroz/nginx_rtmp-openssl-fixHannu Nyman2018-12-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | nginx: fix rtmp module with openssl 1.1.1
| * | | | | | nginx: fix rtmp module with openssl 1.1.1Eneas U de Queiroz2018-12-06
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch that changes the order of some include files in ngx_rtp_cenc.c that caused a compilation failure. Patch submitted upstream (#13). Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #7453 from neheb/qirHannu Nyman2018-12-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | quassel-irssi: Update to newer version to fix compilation
| * | | | | | quassel-irssi: Update to newer version to fix compilationRosen Penev2018-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the irssi-abi-8 branch that was not merged back to master but is necessary for compilation. As it touches a submodule, I can't add a patch for it. But I can backport all of the master commits. Get rid of quasselc dependency as it's now a submodule. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7593 from sartura/netopeer2_libcurlHannu Nyman2018-12-06
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | netopeer2: add libcurl dependency
| * | | | | | netopeer2: add libcurl dependencyMislav Novakovic2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | Merge pull request #7571 from gladiac1337/feature-haproxy-v1.8.14-updates3Thomas Heil2018-12-06
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | haproxy: Update all patches for HAProxy v1.8.14
| * | | | | | haproxy: Update all patches for HAProxy v1.8.14Christian Lachner2018-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html) - Raise PKG_RELEASE to 5 - Improve version-handling Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | Merge pull request #7592 from cshoredaniel/pr-nut-serial-usbHannu Nyman2018-12-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nut: Optionally set serial USB to NUT user
| * | | | | | | nut: Optionally set serial USB to NUT userDaniel F. Dickinson2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using serial-port based UPSes with NUT, it is handy to be able to configure a USB serial port to have be set tot the NUT runas user, so that NUT can access the serial port automagically. Closes #6997 Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | Merge pull request #7570 from sartura/netopeer2_callhomeHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | netopeer2: enable callhome by default
| * | | | | | | | netopeer2: enable callhome by defaultMislav Novakovic2018-12-06
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | Merge pull request #7480 from neheb/portHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | port-mirroring: Update to 1.4.3
| * | | | | | | | port-mirroring: Update to 1.4.3Rosen Penev2018-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload and adjusted Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7506 from neheb/vsftHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vsftpd: Fix compilation without ECC or deprecated APIs
| * | | | | | | | | vsftpd: Fix compilation without ECC or deprecated APIsRosen Penev2018-11-23
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7585 from dengqf6/nginxHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nginx: fix detection of gcc builtin atomic operations
| * | | | | | | | | nginx: fix detection of gcc builtin atomic operationsDeng Qingfang2018-12-06
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed by stream module Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | Merge pull request #7569 from dengqf6/aria2Hannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | aria2: code size optimizations and build-parallel
| * | | | | | | | aria2: enable build-parallelDeng Qingfang2018-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
| * | | | | | | | aria2: size optimizationsDeng Qingfang2018-12-04
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce binary size by about 22% Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | nut: Fix upsd runs as rootDaniel F. Dickinson2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #6997 - Allows upsd to runas a non-privileged user. If any driver is running as non-privileged user, the last driver's user will be used as the server non-privileged user, otherwise the user specified in config upsd, otherwise nut. Previously the localisation of RUNAS variable was in the wrong locations. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | Merge pull request #7590 from cshoredaniel/pr-nut-driver-typoHannu Nyman2018-12-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nut: Fix a typo in setting a driver parameter
| * | | | | | | | nut: Fix a typo in setting a driver parameterDaniel F. Dickinson2018-12-06
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | synchronous would not get set due to typo. Fixed. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* / / / / / / / unbound: update to 1.8.2Eric Luehrsen2018-12-05
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | wget: update to 1.20Peter Wagner2018-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | shadowsocks-libev: bump to version 3.2.3Yousong Zhou2018-12-03
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A short while after 3.2.2 was tagged, it was superseded by 3.2.3 with a minor fix for aligned memory allocation for 32-bit arch Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #7535 from BKPepe/gitHannu Nyman2018-12-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | git: remove the duplicate line and update URL to HTTPS
| * | | | | | git: update url to HTTPSJosef Schlehofer2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | | | git: remove the duplicate line about building parallelJosef Schlehofer2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #7544 from dibdot/travelmateDirk Brenken2018-11-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | travelmate: update 1.3.1
| * | | | | | | travelmate: update 1.3.1Dirk Brenken2018-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove the "--spider" download option from captive portal detection to make the heartbeat function more robust. Keep the uplink connection 'alive' with all sorts of portals. Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #7543 from dibdot/adblockDirk Brenken2018-11-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | adblock: update 3.5.5-4
| * | | | | | | | adblock: update 3.5.5-4Dirk Brenken2018-11-30
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix a cornercase suspend/resume issue with empty/no blocklists Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #7518 from neheb/ngHannu Nyman2018-11-30
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | ngircd: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | ngircd: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-11-27
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7464 from neheb/krbHannu Nyman2018-11-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | krb5: Update to 1.16.2
| * | | | | | | krb5: Update to 1.16.2Rosen Penev2018-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Netopeer2: update to 0.7-r1Mislav Novakovic2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | sysrepo: update to 0.7.7Mislav Novakovic2018-11-28
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | net/mosquitto: support more acl plugin optionsKarl Palsson2018-11-28
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for acl_plugin, and acl_opt_* options. acl_opt_* requires some care as it relies on the internal behaviour of cfg_load setting environment variables in a certain form. However, given that _all_ of the cfg_load infrastructure relies on that, we can be pretty sure that it won't change in a way that will hurt us. Originally reported as: https://github.com/openwrt/packages/pull/7434 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | darkstat: correction of a variable in the init scriptJean-Michel Lacroix2018-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to correct the variable name CONFIGSTR in the export_bool sub-routine: the variable in line 26 was written CONFIGSTRING instead of CONFIGSTR. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | Merge pull request #7461 from neheb/patch-8Hannu Nyman2018-11-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | lcdringer: 0.0.3
| * | | | | | lcdringer: 0.0.3Rosen Penev2018-11-25
| | |/ / / / | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | | shadowsocks-client: Update to 0.6.1Rosen Penev2018-11-26
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation without deprecated OpenSSL APIs Switched to codeload for simplicity and to fix package upgrades. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7447 from jbenden/aircrack-ng-1.4Hannu Nyman2018-11-24
|\ \ \ \ \ | | | | | | | | | | | | aircrack-ng: Update to 1.4
| * | | | | aircrack-ng: Update to 1.4Joseph Benden2018-11-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joseph Benden <joe@benden.us>
* | | | | | Merge pull request #7167 from cshoredaniel/pr-nut-more-fixesHannu Nyman2018-11-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | nut: Various fixes
| * | | | | | nut: Bump PKG_RELEASEDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>