aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | Merge pull request #3469 from bobafetthotmail/patch-1Daniel Golle2016-11-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | freeradius2: create temp directory /tmp/radiusd
| * | | | | | | | | | freeradius2: create temp directory /tmp/radiusdAlberto Bursi2016-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue openwrt#3403 "radiusd requires a temporary directory to be existent for certain operations, like verification of certificates." Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | | | | gnunet: add PKG_CONFIG_DEPENDS for all componentsNathaniel Wesley Filardo2016-11-16
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
* | | | | | | | | | ocserv: updated to 0.11.6Nikos Mavrogiannopoulos2016-11-16
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | wireguard-tools: Add missing directorydanrl2016-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes issue #3515 Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | | | | Merge pull request #3501 from dedeckeh/pr-strongswan-netlinkStijn Tintel2016-11-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | strongswan: Fix compile error due to __kernel_nlink_t being re-defined
| * | | | | | | | | strongswan: Fix compile error due to __kernel_nlink_t being re-definedHans Dedecker2016-11-09
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 101-musl-fixes defines __kernel_nlink_t as void; but using a pre-3.6.11 kernel on an arm cortex defines __kernel_nlink_t as unsigned short using uclibc Fix the compile issue by not redefining __kernel_nlink_t Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | wireguard-tools: Add netifd protocol helperdanrl2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | | | | wireguard: Bump to 0.0.20161110Baptiste Jonglez2016-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | | Merge pull request #3511 from dibdot/travelmateHannu Nyman2016-11-13
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | travelmate: bugfix 0.2.6
| * | | | | | | | travelmate: bugfix 0.2.6Dirk Brenken2016-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix two potential race conditions in ap/sta handling Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | haproxy: integrate patches from mainline and fix depencies to OPENSSL_..heil2016-11-13
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - haproxy 1.6 needs OPENSSL_WITH_DEPRECATED, OPENSSL_WITH_EC NPM ... - fix buildflags for lua, so its not build with the host compiler - fix duplication of defines Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | Merge pull request #3421 from miska/rsyslogYousong Zhou2016-11-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | rsyslog: Add uClibc dependencies
| * | | | | | | | rsyslog: Add uClibc dependenciesMichal Hrušecký2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package doesn't build with uClibc without them, but no change for other libc variants so no need to bump revision. Signed-off-by: Michal Hrušecký Michal.Hrusecky@nic.cz
* | | | | | | | | git: update to 2.10.2Peter Wagner2016-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | package haproxy: fix typo for buildvariant nosslheil2016-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | haproxy: bump to version 1.6.9 mainline and pending patchesheil2016-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | ser2net: add missing dependency to librt when using uClibcMichael Heimpold2016-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | gnunet: update source and follow upstream switch to gitDaniel Golle2016-11-09
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | wireguard: Bump to 0.0.20161105Baptiste Jonglez2016-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | ser2net: upgrade to 3.1Michael Heimpold2016-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #3436 from p-wassi/masterFlorian Fainelli2016-11-06
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | net/cifs-utils: missing dependency
| * | | | | | | net/cifs-utils: missing dependencyp-wassi2016-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'cifsmount' alone is not able to mount a SMB share, after having installed kmod-fs-cifs this was possible. So I guess adding kmod-fs-cifs as a dependency to cifsmount is ok. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | | | Merge pull request #3484 from dibdot/travelmateHannu Nyman2016-11-06
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | travelmate: update 0.2.5
| * | | | | | | travelmate: update 0.2.5Dirk Brenken2016-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * small performance optimization, code cleanup * change copyright notice in makefile * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #2923 from cshore/pull-request-gitwebtripolar2016-11-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | net/git: Add building of gitweb
| * | | | | | | | net/git: Add building of gitwebDaniel Dickinson2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitweb is a handy git web interface; add building of it Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | | | | | | Merge pull request #3399 from mrphs/patch-1Hannu Nyman2016-11-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Tor: update to 0.2.8.9 and use sha256 instead of md5
| * | | | | | | | | Tor: update to 0.2.8.9Nima Fatemi2016-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update to 0.2.8.9 - use sha256 instead of md5 for integrity check - add dependency: libcap signed-off-by: Nima Fatemi <nima@torproject.org>
* | | | | | | | | | Merge pull request #3432 from ryzhovau/transmission-srcHannu Nyman2016-11-06
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | transmission: fix source URL
| * | | | | | | | | | transmission: fix source URLAlexander Ryzhov2016-11-01
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | | | | | Merge pull request #3260 from cshore/pull-request-gitoliteHannu Nyman2016-11-06
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | net/gitolite: Add gitolite for git repo administration/access control
| * | | | | | | | | | net/gitolite: Add gitolite for git repo administration/access controlDaniel Dickinson2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds gitolite package which is a handy administrative tool for managing shared git repositories. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | | | | | | | | Merge pull request #3470 from cshore/pull-request-update-rp-pppoeHannu Nyman2016-11-06
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | net/rp-pppoe: Update to 3.12
| * | | | | | | | | | net/rp-pppoe: Update to 3.12Daniel Dickinson2016-10-23
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update package to latest stable upstream and update my maintainer email Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | | | | | | | acme: Update timestamp patch for new version.Toke Høiland-Jørgensen2016-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes butched update to 1.2. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | acme: New version 1.2.Toke Høiland-Jørgensen2016-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version will use the standalone (netcat) mode of acme.sh during verification instead of exposing uhttpd to the internet for the duration of the verification. It will also add an ip6tables rule to also support verification over IPv6. Also contains an updated version of acme.sh. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | ser2net: add missing dependency to libpthread when using uClibcMichael Heimpold2016-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | wireguard: Bump to 0.0.20161103Baptiste Jonglez2016-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | | | Merge pull request #3426 from ryzhovau/fossil-srcLuka Perkov2016-11-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fossil: fix source URL
| * | | | | | | | | | fossil: fix source URLAlexander Ryzhov2016-10-31
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | | | | | Merge pull request #3039 from dedeckeh/strongswan-muslStijn Tintel2016-11-02
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | strongswan: Include musl.h after _GNU_SOURCE define
| * | | | | | | | | strongswan: Include musl.h after _GNU_SOURCE defineHans Dedecker2016-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | musl.h was included before _GNU_SOURCE in 101-musl-fixes patch leading to compilation issue on gcc (RTLD_DEFAULT not being defined in dlfcn.h due to __USE_GNU not being set). As described in the feature test macro man page feature macro can be defined in the source code but need to be defined before including any headers. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | | bind: update to 9.10.4-p4Noah Meyerhans2016-11-01
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | | | strongswan: take over maintainershipStijn Tintel2016-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | strongswan: bump to 5.5.1Stijn Tintel2016-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | strongswan: preserve /etc/strongswan.d during upgradeStijn Tintel2016-10-31
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | Merge pull request #3413 from zorun/wireguardHannu Nyman2016-10-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | wireguard: Bump to 0.0.20161025
| * | | | | | | | wireguard: Bump to 0.0.20161025Baptiste Jonglez2016-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | | Unbound: Incorporate hotplug/iface and root.key in tmpfsEric Luehrsen2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Patch for /etc/unbound/unbound.conf --All work done in /var/lib/unbound/ --chroot or jail to /var/lib/unbound/ -Init script points to /usr/lib/unbound.sh -Makefile to install new scripts in the package Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>