aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | pppossh: new package for network proto "pppossh"Yousong Zhou2015-10-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | openvswitch: work-around kernel architecture detectionDaniel Golle2015-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | caught on build-bot: make -C /store/buildbot/slave/ramips/build/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/linux-ramips_rt305x/linux-3.18.21 M=/store/buildbot/slave/ramips/build/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/openvswitch-2.4.0/datapath/linux modules make[7]: Entering directory `/store/buildbot/slave/ramips/build/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/linux-ramips_rt305x/linux-3.18.21' Makefile:610: arch/mipsel/Makefile: No such file or directory Declare LINUX_KARCH to package's build-system to resolv this. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | powerful adblock script to block ad/abuse domainsdirk2015-10-28
| | | | | | | | | | | | | | | Signed-off-by: dirk <dirk@brenken.org>
* | | | | iotivity: add resource-containerHauke Mehrtens2015-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the new interface to add support for non OIC protocols to IoTivity. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* | | | | iotivity: update to version 1.0.0Hauke Mehrtens2015-10-27
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings IoTivity to version 1.0.0. The patches removed by this commit are merged upstream now. There are some new patches needed for new problems with Big Endian CPUs and also for musl. The plugin manager was removed in upstream IoTivity 1.0.0. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* | | | wifidog: Bump to 1.3.0Michael Haas2015-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updates wifidog to latest upstream release. * Removes patches/100-musl-compat.patch as that's included in 1.3.0 Signed-off-by: Michael Haas <haas@computerlinguist.org>
* | | | mwan3-luci updated to 1.4-4Aedan ARFETT Renner2015-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Hard-coded location of ip (/usr/bin/ip) in controller file Added space after "for" in .htm files to clean it up signed-off-by: Aedan "ARFETT" Renner <chipdankly@gmail.com>
* | | | Merge pull request #1833 from commodo/keepalived-libnlSteven Barth2015-10-22
|\ \ \ \ | | | | | | | | | | keepalived: update to use only libnl-genl
| * | | | keepalived: update to use only libnl-genlAlexandru Ardelean2015-10-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | freeradius2: cleanup init scriptDaniel Golle2015-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initscript originally imported from oldpackages no longer does the job, sed'ery around ifconfig is just not the way. Remove stuff which can also be done via /etc/freeradius2/* or /etc/default/radiusd instead. Fixes #1769 and #1193 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #1876 from mlichvar/chrony-update-2.2Steven Barth2015-10-20
|\ \ \ \ \ | | | | | | | | | | | | chrony: update to 2.2
| * | | | | chrony: update to 2.2Miroslav Lichvar2015-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for authentication with command key was replaced with communication over Unix domain socket. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | | mwan3: update to version 1.6-3Jeroen Louwes2015-10-20
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fix for changed location ip binary Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | | chrony: remove old filesMiroslav Lichvar2015-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove files that were accidentally included in the previous merge (pull request #1802). The obsolete patches are breaking the build now. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | [Unbound] Update to 1.5.5Michael Hanselmann2015-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump unbound to version 1.5.5 released on October 6, 2015. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
* | | | | Merge pull request #1858 from oneru/patch-1Steven Barth2015-10-13
|\ \ \ \ \ | | | | | | | | | | | | Fwknop: Fix setting getting overwritten
| * | | | | Fwknop: Fix setting getting overwrittenJonathan Bennett2015-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A typo in the init file was causing a certain setting to be overwritten on every daemon start. Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | | chrony: import from oldpackagesMiroslav Lichvar2015-10-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | | Merge pull request #1800 from TuxCoder/masterSteven Barth2015-10-13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | chaosvpn: add new package
| * | | | | chaosvpn: add new packageNorbert Summer2015-09-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Norbert Summer <git@o-g.at>
* | | | | | Merge pull request #1849 from drizzt/masterMatteo Croce2015-10-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | fwknop: fix building without gpg
| * | | | | | fwknop: fix building without gpgTimothy Redaelli2015-10-09
| | | | | | |
* | | | | | | ethtool: update to v4.2Matthias Schiffer2015-10-12
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | ocserv: updated to 0.10.9Nikos Mavrogiannopoulos2015-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | all: get rid of kmod-ipv6 dependenciesSteven Barth2015-10-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | Merge pull request #1837 from cyanidium/masterSteven Barth2015-10-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | nut: add dev headers, nut-web-cgi and nut-avahi-service, bugfix
| * | | | | | nut: add dev headers, nut-web-cgi and nut-avahi-service, bugfixMarty R2015-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Headers are required by collectd as mentioned in #1801. This is the nut portion based on dwmw2@d636841cd1d1dfab04cb509520c082738ddfb2ea Happy to merge with 15.05 as per #1803. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> [martin.p.rowe@gmail.com: condensed InstallDev lines] Added package nut-web-cgi based on demorfi@7e340f47944ff4a9c49d3b1dc6c1d9d965cd344c. Closes #1614. Pending signoff by @demorfi [martin.p.rowe@gmail.com: simplified implementation, no changes to Config.in] Added package nut-avahi-service similar to other implementations in #618 Bugfix to remove redundant NUT_DRIVER_SERIAL config Bugfix to make UPSLOG config actually install (requires PKG_RELEASE bump) Some code tidy-ups Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
* | | | | | | bmon: Adapt to libnl package split, only depend on required partsBaptiste Jonglez2015-10-03
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | git: update to 2.6.0Peter Wagner2015-10-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | nfs-kernel-server: update to 1.3.3Peter Wagner2015-10-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | Merge pull request #1805 from stefanhorning/ddns_serviceSteven Barth2015-10-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns: Added schokokeks.org to ddns services
| * | | | | | ddns: Added schokokeks.org service. Signed-off-by: Stefan Horning ↵Stefan Horning2015-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <stefan@hornings.de>
* | | | | | | Merge pull request #1830 from commodo/ovs-2.4.0-releasedSteven Barth2015-10-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openvswitch: use released version 2.4.0
| * | | | | | | openvswitch: use released version 2.4.0Alexandru Ardelean2015-10-02
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous version was an unreleased one from the OVS trunk. This one is the released version, described here: http://openvswitch.org/pipermail/announce/2015-August/000078.html Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #1831 from commodo/aircrack-ng-libnl-update-fixSteven Barth2015-10-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | aircrack-ng: use libnl-genl
| * | | | | | | aircrack-ng: use libnl-genlAlexandru Ardelean2015-10-02
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding libnl-core and libnl-genl as deps. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | cgi-io: add a small helper cgi that can be used by RPCD based UIsJohn Crispin2015-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | | | | | | xl2tpd: bump versionYousong Zhou2015-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update is mainly for addressing some memory corruption and segementation faults issues observed when running xl2tpd in OpenWrt. The relevant upstream pull request was at link [1] [1] Devel fix valgrind #77, https://github.com/xelerance/xl2tpd/pull/77 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | u2pnpd: add new packageMichael Heimpold2015-10-01
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | u²pnpd announces a device as UPnP basic device on the network so that an user could easily find it. It tries to detect various system information automatically, however everything can be overridden by UCI settings. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | squid: bump version to 3.5.9Marko Ratkaj2015-09-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | e2guardian: bump version to 3.2.0Marko Ratkaj2015-09-27
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | mosquitto: upgrade to version 1.4.4Karl Palsson2015-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop patch now included upstream. More information: http://mosquitto.org/2015/09/version-1-4-4-released/ Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | | Merge pull request #1788 from Dismounted/patch-1Steven Barth2015-09-22
|\ \ \ \ \ | |/ / / / |/| | | | nut: Fix required dependencies.
| * | | | nut: Fix required dependencies.Hanson Wong2015-09-20
| | | | |
* | | | | Merge pull request #1789 from MikePetullo/scapyMichael Heimpold2015-09-21
|\ \ \ \ \ | | | | | | | | | | | | scapy: add new package
| * | | | | scapy: add new packageW. Michael Petullo2015-09-20
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #1792 from MikePetullo/krb5Michael Heimpold2015-09-21
|\ \ \ \ \ | | | | | | | | | | | | krb5: update to 1.13.2
| * | | | | krb5: update to 1.13.2W. Michael Petullo2015-09-20
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / / / / lighttpd: update to 1.4.37W. Michael Petullo2015-09-20
|/ / / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | gnunet: update version, fix gettext version after autoreconfDaniel Golle2015-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gettext-version PKG_FIXUP to install up-to-date gettext infrastructure. autoreconf is still run implicitely as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org>