aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | net/mosquitto: chown data directoryKarl Palsson2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package creates a "mosquitto" user, but the support added for persistence creates the data directory as root running the init script. Properly chown the newly created directory to ensure it's writable. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | Merge pull request #3100 from dibdot/adblockHannu Nyman2016-08-28
|\ \ \ \ \ | | |_|/ / | |/| | | adblock: update 1.4.8
| * | | | adblock: update 1.4.8Dirk Brenken2016-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance the new query function: change the regex to find only the relevant blocklist entries add a recursive tld search to quickly identify domains for whitelisting (see documentation) better result preparation * add securemecca as new blocklist source * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #3096 from dibdot/adblockHannu Nyman2016-08-26
|\| | | | | | | | | | | | | | adblock: update 1.4.7
| * | | | adblock: update 1.4.7Dirk Brenken2016-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add a query function to search the active blocklists for a specific domain (/etc/init.d/adblock query <DOMAIN>) * fix bug in ap mode/uhttpd port detection * check general firewall and dnsmasq package dependencies and remove redundant checks in ap mode Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | mosquitto: Bump to 1.4.10Karl Palsson2016-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog: http://mosquitto.org/2016/08/version-1-4-10-released/ Relevant changes: libwebsockets 2.0 compatibility openssl 1.1.0 compatibility Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | seafile: add comment regarding explicitly enabling -minterlink-mips16Gergely Kiss2016-08-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | seafile: add condition for -minterlink-mips16 cflagGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | seafile-server: fix dependency specificationGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | seafile-server: add config options for extra featuresGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | libevhtp: downgrading due to compatibility issuesGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | seafile-server: do not run postinst script in a build environmentGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | seafile-server: fix dependenciesGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | seafile-server: fix patch fileGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | seafile: fix path of host built valacGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | seafile: import version 5.1.1 and its dependenciesGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | Merge pull request #3018 from rajanvaja/coova-chilli-fixchamptar2016-08-24
|\ \ \ \ \ | | | | | | | | | | | | coova-chilli: Fix removal of old files
| * | | | | coova-chilli: Fix removal of old filesRajan Vaja2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before starting chilli instance, it first removes generated files (/var/run/chilli*) for the instance. While deleting generated files, it doesn't match full instance name. Thus if coova-chilli config file (/etc/config/chilli) has instances wlan11 and wlan1 in order, when creating coova-chilli instance for wlan1, it is removing files generated for wlan11 instances also (as it uses wlan1* in remove command). Fix issue by matching full instance name while removing old files. Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com> Signed-off-by: Bhargav Patel <br13patel@gmail.com>
* | | | | | aria2: update to 1.26.0Hsing-Wang Liao2016-08-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | Merge pull request #3084 from dibdot/adblockHannu Nyman2016-08-21
|\ \ \ \ \ \ | | |/ / / / | |/| | | | adblock: update 1.4.6
| * | | | | adblock: update 1.4.6Dirk Brenken2016-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added a 'window.close()' to adblock landing page to automatically close any pop-ups that might get loaded with a blocked ad * simplified dnsmasq check in ap mode Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | gnunet: bump to SVN r37738Daniel Golle2016-08-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | tcpreplay: add PKG_LICENSE_FILESAlexandru Ardelean2016-08-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | tcpreplay: disable libnl3 and libdbus-1 check in CONFIGURE_VARSAlexandru Ardelean2016-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, drop patch that disables libdbus-1 check in configure script. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | fwknop: bump PKG_RELEASEHannu Nyman2016-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase PKG_RELEASE due to the patch committed earlier today. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | Fwknop: Set correct file permissions when generating config filesJonathan Bennett2016-08-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | | | | | Merge pull request #3071 from dibdot/adblockchamptar2016-08-16
|\| | | | | | | | | | | | | | | | | adblock: update 1.4.5
| * | | | | adblock: update 1.4.5Dirk Brenken2016-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change the default hphosts list source to ad and tracking servers only, the overall list includes to many false positives * new optional config parm 'adb_hotplugif' to restrict hotplug support to a certain wan interface or to disable it at all * documentation update * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #3028 from thess/tcpreplay-fixesTed Hess2016-08-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | tcpreplay: Fix builds - musl compatibility
| * | | | | | tcpreplay: Fix builds - musl compatibilityTed Hess2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | Merge pull request #2943 from sdwalker/linuxptpchamptar2016-08-15
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | linuxptp: shrink binaries and fix musl compile error
| * | | | | | linuxptp: pass TARGET_CFLAGS using MAKE_VARS, bump PKG_RELEASEStephen Walker2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ccache_cc -Wall -DVER=1.6 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -c -o ptp4l.o ptp4l.c cc1: note: someone does not honour COPTS correctly, passed 0 times unpatched 8229 hwstamp_ctl 128213 phc2sys 37045 phc_ctl 99077 pmc 185589 ptp4l 41141 timemaster patched (honouring -Os CFLAG) 8213 hwstamp_ctl 54469 phc2sys 20645 phc_ctl 49877 pmc 74965 ptp4l 20645 timemaster Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
| * | | | | | linuxptp: include time.h to fix unknown type name 'time_t' error with musl, ↵Stephen Walker2016-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refresh patches In file included from print.h:25:0, from linreg.c:24: util.h:364:32: error: unknown type name 'time_t' int rate_limited(int interval, time_t *last); ^ Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | | | | | | znc: fix compilation without ssl compressionJonas Gorski2016-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Csocket to a newer version with compile fixes for OpenSSL with disabled compression support. Since we don't get zlib as an transitive dependency anymore, also add zlib as an explicit dependency. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | | | | Merge pull request #3062 from dibdot/adblockHannu Nyman2016-08-14
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | |_|_|_|_|/ |/| | | | | adblock: update 1.4.4
| * | | | | adblock: update 1.4.4Dirk Brenken2016-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * filter non-printable characters/binary data in input stream * fix IPv4 adblock statistics in CC Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | xl2tpd: Enable netifd notification teardown_on_l3_link_downHans Dedecker2016-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set teardown_on_l3_link_down notifying netifd xl2tpd wants to be teared down when layer3 link loss is detected Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | gnunet: update to r37672Daniel Golle2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while at it, also fix post-install script and no longer ship gnunet-download-manager.scm, we ain't got guile anyway and it wasn't touched for 12 years. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | openssh: update to 7.3p1Peter Wagner2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | Merge pull request #3029 from padre-lacroix/master-kismetTed Hess2016-08-08
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | kismet: Update to 2016-07-R1 and new maintainer
| * | | | | kismet: Update to 2016-07-R1 and new maintainerJean-Michel Lacroix2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an update to the latest version of kismet New maintainer. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | git: Fix build dependenciesTed Hess2016-08-07
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | ocserv: updated to 0.11.4Nikos Mavrogiannopoulos2016-08-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | acme: Add Luci appToke Høiland-Jørgensen2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a Luci configuration app for the ACME certificate package. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | freeradius2/3: Fixes to init script. (#3022)Toke Høiland-Jørgensen2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes two issues with the freeradius package init scripts: - The package installs libraries in /usr/lib/freeradius{2,3}, but the musl dynamic linker won't find them there unless LD_LIBRARY_PATH is set to include this directory. This adds an appropriate env statement to the procd init setup. - procd expects services to stay in the foreground, or it will be unable to properly shut them down again. This adds the -f flag to radiusd to achieve that. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | acme: Add package.Toke Høiland-Jørgensen2016-08-05
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a package wrapping the acme.sh script from https://github.com/Neilpang/acme.sh in Uci config and hooks to interact correctly with uhttpd. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | Merge pull request #2966 from oskar456/addrwatchTed Hess2016-08-03
|\ \ \ \ | | | | | | | | | | addrwatch: new package
| * | | | addrwatch: new packageOndřej Caletka2016-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Ondrej Caletka / @Oskar456 Compile tested: TurrisOS 3.1 (fork of OpenWRT Chaos Calmer), Trunk (both uClibC and musl) Run tested: mpc85xx - Turris 1.0 - TurrisOS - no problems observed Upstream: https://github.com/fln/addrwatch / @fln Description: This is a tool similar to arpwatch. It's main purpose is to monitor network and log discovered ethernet/ip pairings. The package has been UCIfied, care has been taken to reload the deamon every time an interface goes up or down. Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
* | | | | Merge pull request #2995 from corenetworks/masterchamptar2016-08-02
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: add service core-networks.de
| * | | | | ddns-scripts: add service core-networks.deMichael Scholl2016-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added service core-networks.de - Fixed typo for service dnshome.de Signed-off-by: Michael Scholl <michael.scholl@core-networks.de>