aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* ddns-scripts: fixes to services filesChristian Schoenebeck2016-09-04
| | | | | | | - Provider duiadns.net: add IPv6 and correct IPv4 url inside services files #3125 - other fixes inside services files Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* ddns-scripts: Update to 2.7.4Christian Schoenebeck2016-09-04
| | | | | | | | | | | | - if local ip cannot be detected or is invalid then do not exit ddns-scripts #2950, using multiple url's to detect local ip not jet implemented - change spdns.de update url and add sydyn.de inside services file #2991 - move transfer- and lookup-program detection to dynamic_dns_functions.sh so run once at startup in stead of at every transfer/lookup - add khost, drill and hostip to verify_host_port() function - updated tld_names.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* https-dns-proxy: Version bumpAaron Drew2016-09-04
| | | | Signed-off-by: Aaron Drew <aarond10@gmail.com>
* privoxy: update to 3.0.26Christian Schoenebeck2016-09-03
| | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* Merge pull request #3103 from black-roland/dnscryptTed Hess2016-09-03
|\ | | | | dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separated package for resolvers list
| * dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, ↵Black Roland2016-09-03
| | | | | | | | | | | | added separated package for resolvers list Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
* | Merge pull request #2729 from cshore/pull-request-wget-fix-symlink-issueHannu Nyman2016-09-03
|\ \ | | | | | | net/wget: Remove use broken use of postrm/postinst symlinks
| * | net/wget: Remove use broken use of symlinks to /usr/bin/wgetDaniel Dickinson2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postrm/postinst symlink mangling is frowned upon by trunk devs, in addition to packages modifying the files as other packages during installation/removal (without a agreed upon mechanism for coordinating such changes) is prohibited in most distros. Further in this case results in wget-ssl failing to conflict with wget-nossl. As mentioned in the github issue regarding this (https://github.com/openwrt/packages/issues/2728) it is also unnessary in current openwrt/lede. This patch there makes the symlink from the specific flavour of wget (e.g. wget-ssl) from /usr/bin/wget part of /install so that they conflict with each other the way they should, and do not modify the same files without a delibarate --force-overwrite. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* | | seafile: upgrade to version 5.1.4Gergely Kiss2016-08-31
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | 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>