aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* net/safe-search: Fix double installation bugGregory L. Dietsche2018-12-12
| | | | | | | | | | | | | | | | If safe search is built directly into an image, the /etc/config/dhcp file will have multiple entries added to it after using sysupgrade for the nth time (2 or more sysupgrade cycles). In /etc/config/dhcp, this bug creates duplicate entries like this: config dnsmasq list addnhosts '/etc/safe-search/enabled' list addnhosts '/etc/safe-search/enabled' This patch ensures that safe search only registers itself one time. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* Merge pull request #7482 from sotux/masterTed Hess2018-12-11
|\ | | | | nginx: unified indentation character and add additional configure directory
| * nginx: unified indentation character and add additional config entryJames Qian2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | The original configure file mixed tab and space characters as indentation, so use 4 spaces as the default indentation character. Add /etc/nginx/conf.d/*.conf as nginx additional configure files. Then we can add individual conf file for other http applications without modify the main nginx configure file. Signed-off-by: James Qian <sotux82@gmail.com>
* | Merge pull request #7630 from lucize/clamupHannu Nyman2018-12-11
|\ \ | | | | | | clamav: update to 0.101.0
| * | clamav: update to 0.101.0Lucian Cristian2018-12-11
| |/ | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #7538 from smutt/danishHannu Nyman2018-12-11
|\ \ | | | | | | danish: removed DEPENDS: +dnsmasq-full
| * | danish: removed DEPENDS: +dnsmasq-fullAndrew McConachie2018-11-29
| | | | | | | | | | | | Signed-off-by: Andrew McConachie <andrew@depht.com>
* | | xl2tpd: bump to version 1.3.13Yousong Zhou2018-12-11
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog prepared by upstream maintainer. It's mostly about code cleanup and doc amendment v1.3.13 (December 3, 2018) * Specify email address for reporting security vulnerabilities [Samir Hussain] * Fix compile warning with USE_KERNEL in xl2tpd.c [Samir Hussain] * Applying patch that reduces compile warnings and fixes warnings from gcc and clang. [Gareth Ansell] * Fix compiler warnings in network.c [Gareth Ansell] * Add a make command for packaging's prep work [Samir Hussain] * Add Makefile directive for getting version [Samir Hussain] * Add a preproc for Watchguard firewall (Github issue #136) [daniel1111] * Convert from ISO-8859 to UTF-8 [Simon Deziel] * Update README to provide latest info on xl2tpd + Linux kernel 4.15+ [Samir Hussain] * Use dh_auto_build in order to allow cross compiles [Helmut Grohne] Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | yaaw: fix mirror hashHannu Nyman2018-12-10
| | | | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | yaaw: try to fix bad copy at a source mirrorHannu Nyman2018-12-10
| | | | | | | | | | | | | | Bump source date to force a new download to fix a bad 0 byte copy at one Openwrt source mirror. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | git: update to 2.20.0Peter Wagner2018-12-10
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #7613 from cotequeiroz/clamav_no-xmlHannu Nyman2018-12-10
|\ \ | | | | | | clamav: fixup disabling xml
| * | clamav: fixup disabling xmlEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | --disable-xml is not doing its job, but--with-xml=no works. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #7514 from neheb/penHannu Nyman2018-12-09
|\ \ \ | | | | | | | | pen: Fix compilation without deprecated OpenSSL APIs
| * | | pen: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | Patch was sent upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7507 from neheb/znc2Hannu Nyman2018-12-09
|\ \ \ \ | | | | | | | | | | znc: Update deprecated patch to include OpenSSL 1.1
| * | | | znc: Update deprecated patch to include OpenSSL 1.1Rosen Penev2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous was only for 1.0.2. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | tor: package improvementsKonstantin Demin2018-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove "torify" script - "torify" script is just a wrapper around torsocks, but torsocks is not currently present in packages. * tor-geoip: fix "install" recipe: - use $(INSTALL_DATA) instead of $(CP) as a proper way of installing files * drop deprecated configure option: "--with-ssl-dir" is considered deprecated and obsolete, while "--with-openssl-dir" is already present. * build in parallel * build with -ffunction-sections, -fdata-sections, --gc-sections and -flto * remove "--disable-largefile" in CONFIGURE_ARGS * remove "-std=gnu99" in EXTRA_CFLAGS * use $(FPIC) in EXTRA_CFLAGS * remove trailing whitespace Compile- and run-tested on ar71xx/generic, TP-Link Archer C7 v2 (world-wide version). Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
* | | | | Merge pull request #7557 from wvdakker/masterHannu Nyman2018-12-08
|\ \ \ \ \ | | | | | | | | | | | | Shorewall: Bump to version 5.2.1.2
| * | | | | Shorewall6: Bump to version 5.2.1.2W. van den Akker2018-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | Shorewall: Bump to version 5.2.1.2W. van den Akker2018-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | Shorewall6-lite: Bump to version 5.2.1.2W. van den Akker2018-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | Shorewall-lite: Bump to version 5.2.1.2W. van den Akker2018-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | Shorewall-core: Bump to version 5.2.1.2W. van den Akker2018-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | Merge pull request #7516 from neheb/umHannu Nyman2018-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | umurmur: Fix compilation without OpenSSL ECC support
| * | | | | | umurmur: Fix compilation without OpenSSL ECC supportRosen Penev2018-12-06
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7528 from lnslbrty/package/ptunnel-ngHannu Nyman2018-12-08
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | ptunnel-ng: add new package
| * | | | | ptunnel-ng: add new packageToni Uhlig2018-12-04
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ptunnel-NG is a bugfixed and refactored version of Ptunnel. Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | Merge pull request #7599 from cotequeiroz/netatalk_disable-libeventHannu Nyman2018-12-07
|\ \ \ \ \ | | | | | | | | | | | | netatalk: don't use bundled libevent
| * | | | | netatalk: don't use bundled libeventEneas U de Queiroz2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libevent2 bundled with netatalk is not compatible with openssl 1.1.x. The binary that links to it, netatalk, is not included in the final package, so there's no dependency to add. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | nginx: bump to latest release and otherAnsuel Smith2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bumps nginx to latest release, adds support for STREAM MODULE and bump rtmp version to fix a compilation error Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | 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>