aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | gnunet: bump to svn r37511Daniel Golle2016-07-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #2935 from dibdot/adblockTed Hess2016-07-07
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / adblock: update 1.3.3
| * | | | adblock: update 1.3.3Dirk Brenken2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | * enable automatic restore on empty source downloads Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #2916 from zorun/wireguardYousong Zhou2016-07-04
|\ \ \ \ \ | | | | | | | | | | | | wireguard: Initial upload
| * | | | | wireguard: Initial uploadBaptiste Jonglez2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | Merge pull request #2918 from dibdot/adblockYousong Zhou2016-07-03
|\ \ \ \ \ \ | | |/ / / / | |/| | | | adblock: update 1.3.2
| * | | | | adblock: update 1.3.2Dirk Brenken2016-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * only a few more fixes Signed-off-by: Dirk Brenken <dev@brenken.org> Euro 16: germany vs. italy 6:5 (after 18 penalties) :-)
* | | | | | Merge pull request #2777 from blogic/krb5champtar2016-07-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | krb5: more uninitialized warning errors
| * | | | | | krb5: more uninitialized warning errorsJohn Crispin2016-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ktutil_funcs.c: In function 'ktutil_delete': ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: John Crispin <john@phrozen.org>
* | | | | | | Merge pull request #2780 from mstorchak/nfs-kernel-serverchamptar2016-07-02
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | nfs-kernel-server: add workaround for musl getservbyport
| * | | | | | nfs-kernel-server: add workaround for getservbyportMaxim Storchak2016-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://dev.openwrt.org/ticket/20038 Patch is based on http://git.alpinelinux.org/cgit/aports/plain/main/nfs-utils/musl-getservbyport.patch?id=3579df3582b5e5ea53be8cd8eef240f3f0cabb10 Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | iotivity: add some default security configurationHauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just a dummy configuration. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | | | | | | iotivity: make it possible to build the debug versionHauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new config option to build IoTivity with debugging support. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | | | | | | iotivity: fix package dependenciesHauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add PKG_BUILD_DEPENDS and PKG_CONFIG_DEPENDS and also make the sub packages select the main package. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | | | | | | iotivity: update to version 1.1.0Hauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings IoTivoity to version 1.1.0 The old @lantiq.com address does not work any more, update to the @intel.com address. The removed patches were merged upstream, but there are still some new ones needed. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | | | | | | davfs2: No forced stack protectorMichal Hrusecky2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | davfs2 had hardcoded value for stack protector. If stack protector is disabled in toolchain, it would break the build. Disabling the hardcoded value, counting on settings in cross-build system. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz> [bump PKG_RELEASE] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | | | lispmob: fix build with muslHauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lispmob accesses the gnu members of struct udphdr like source and dest and does not use the posix member names. Instead of using the correct names just define this as _GNU_SOURCE. [bump PKG_RELEASE] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | | | Merge pull request #2913 from br101/masterchamptar2016-07-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | horst: Use version 5.0
| * | | | | | | horst: Use version 5.0Bruno Randolf2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | | Merge pull request #2873 from neheb/masterchamptar2016-07-01
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | airmon-ng: Fix procps-ng dependancy.
| * | | | | | | airmon-ng: Fix procps-ng dependancy.Mangix2016-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #2909 from dibdot/adblockTed Hess2016-06-30
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | adblock: update 1.3.1
| * | | | | | | adblock: update 1.3.1Dirk Brenken2016-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix uclient-fetch detection * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #2906 from dibdot/adblockTed Hess2016-06-28
|\| | | | | | | | | | | | | | | | | | | | | | | adblock: release 1.3.0
| * | | | | | | adblock: release 1.3.0Dirk Brenken2016-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * revised hotplug script * remove wget package dependency * support uclient-fetch or wget with ssl support * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #2899 from chris5560/masterTed Hess2016-06-26
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | ddns-scripts: fix misuse of "local"
| * | | | | | | ddns-scripts: fix misuse of "local"Christian Schoenebeck2016-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix misuse of "local" outside functions #2885 - update TLD_names.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | adblock: update 1.2.8Dirk Brenken2016-06-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fw rule changes: force_dns now supports multiple lan devices disable needless force_dns- & forward/output-rules in 'ap mode' check return codes during adblock chain creation * simplified the test for a running firewall * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #2887 from dibdot/adblockHannu Nyman2016-06-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | adblock: update 1.2.7
| * | | | | | | adblock: update 1.2.7Dirk Brenken2016-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * provide adblock statistics as a separate function (/etc/init.d/adblock stats) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #2666 from aarond10/https_dns_proxyYousong Zhou2016-06-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Https dns proxy
| * | | | | | | | https-dns-proxy: add package.Aaron Drew2016-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Drew <aarond10@gmail.com>
* | | | | | | | | Merge pull request #2882 from dibdot/adblockHannu Nyman2016-06-21
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | adbock: update 1.2.6
| * | | | | | | | adbock: update 1.2.6Dirk Brenken2016-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * small addition in case of a failed list download Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #2881 from kuoruan/aria2Yousong Zhou2016-06-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | aria2: fix md5sum
| * | | | | | | | | aria2: fix md5sumHsing-Wang Liao2016-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | | | Merge pull request #2791 from Xotic750/nginx-naxsi-054Thomas Heil2016-06-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nginx: Bumped nginx-naxsi to v0.54
| * | | | | | | | | | nginx: Bumped nginx-naxsi to v0.54Xotic7502016-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* | | | | | | | | | | haproxy: bump to version 1.5.18 and pending patchesheil2016-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | | | memcached: bump to version 1.4.26heil2016-06-21
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | | aria2: update to v1.24.0Hsing-Wang Liao2016-06-20
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | | Merge pull request #2875 from chris5560/masterHannu Nyman2016-06-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ddns-scripts: fix parameter handling "is_glue" and "dns_server" (luci…
| * | | | | | | | | ddns-scripts: fix parameter handling "is_glue" and "dns_server" (lucihelper)Christian Schoenebeck2016-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix handling of parameter "is_glue" and "dns_server" to work with luci-app-ddns - update TLD_names.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | | Merge pull request #2874 from dibdot/adblockHannu Nyman2016-06-19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | / / / / / / / | | |/ / / / / / / | |/| | | | | | | adblock: update 1.2.5
| * | | | | | | | adblock: update 1.2.5Dirk Brenken2016-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * restructured sources * fix logical glitches in config handling * many corner case fixes & cosmetics * show runtime errors in LuCI (in lastrun section) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #2786 from Xotic750/znc-add-icu-optionJonas Gorski2016-06-18
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | znc: Added support for ICU through menu configuration
| * | | | | | | | znc: Added support for ICU through menu configurationXotic7502016-06-07
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* | | | | | | | openconnect: updated licenseNikos Mavrogiannopoulos2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | ocserv: updated licenseNikos Mavrogiannopoulos2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | ocserv: updated to 0.11.3Nikos Mavrogiannopoulos2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>