aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | bmon: Import from oldpackagesBaptiste Jonglez2014-10-31
| | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
* | | | Merge pull request #486 from commodo/ovs-build-fix2champtar2014-10-30
|\ \ \ \ | | | | | | | | | | openvswitch: add patch "datapath: Backport __ip_select_ident() function"
| * | | | openvswitch: add patch "datapath: Backport __ip_select_ident() function"Alexandru Ardelean2014-10-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
* | | | | Merge pull request #485 from commodo/ovs-build-fixchamptar2014-10-30
|\ \ \ \ \ | |/ / / / |/| | | | openvswitch: fix build for gcc versions below 4.9
| * | | | openvswitch: fix build for gcc versions below 4.9Alexandru Ardelean2014-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems that while fixing the build for GCC 4.9 I broke the build for GCC 4.8, because that KCFLAG I added causes a build error (since it's not recognized). The fix is to add KCFLAG only when GCC 4.9 is used. OpenVSwitch now builds successfully with GCC 4.8 and 4.9. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #478 from sourceindex/added-new-kismet-packagesbyx2014-10-30
|\ \ \ \ \ | | | | | | | | | | | | kismet: new kismet wireless package
| * | | | | kismet: added missing PKG_LICENSE tagSebastian Wendel2014-10-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Wendel<packages@sourceindex.de>
| * | | | | kismet: added new version of the kismet wireless network systemSebastian Wendel2014-10-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
* | | | | | Merge pull request #483 from jow-/wget-1.16Jo-Philipp Wich2014-10-30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | wget: update to v1.16
| * | | | | wget: update to v1.16Jo-Philipp Wich2014-10-29
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update fixes CVE-2014-4877 which allows malicious FTP servers to modify local filesystem contents through specificially crafted symlinks. Please backport to for-14.07 too. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* / | | | luci-app-ocserv and luci-proto-openconnect were moved to openwrt/luci repoNikos Mavrogiannopoulos2014-10-29
|/ / / / | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | openconnect: use SIGINT to bring down openconnectNikos Mavrogiannopoulos2014-10-28
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | openconnect: forward SIGINT to appNikos Mavrogiannopoulos2014-10-28
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules buildAlexandru Ardelean2014-10-28
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | openvswitch: add patch for adding KCFLAGS var to the OVS buildAlexandru Ardelean2014-10-28
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | udpxy: rework init script and add disabled/respawn configs.Álvaro Fernández Rojas2014-10-27
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | Merge pull request #422 from rcmcronny/patch-1Jo-Philipp Wich2014-10-26
|\ \ \ \ | | | | | | | | | | Update snmpd.init - add support for disk config option
| * | | | Update snmpd.initrcmcronny2014-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add support for "disk <partition> <size>" option example for /etc/config/snmpd =========== config disk option partition '/' option size '500' ===========
* | | | | ocserv: updated to 0.8.7Nikos Mavrogiannopoulos2014-10-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | openconnect: force rebuild when config changesNicolas Thill2014-10-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | ocserv: force rebuild when config changesNicolas Thill2014-10-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | nut: force rebuild when config changesNicolas Thill2014-10-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | lftp: disable libidn explicitelyNicolas Thill2014-10-24
| | | | | | | | | | | | | | | | | | | | This prevent detection of libidn when target arch = host arch.
* | | | | fastd: re-enable link-time optimizationMatthias Schiffer2014-10-21
| |_|/ / |/| | | | | | | | | | | | | | | | | | | The toolchain is fixed, so LTO can be enabled again. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | strongswan: update to 5.2.1Steven Barth2014-10-20
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | Merge pull request #443 from ott/mastersbyx2014-10-19
|\ \ \ \ | | | | | | | | | | knot: Split utils subpackage
| * | | | knot: Split utils subpackageMatthias-Christian Ott2014-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | knot-utils consists of kdig, khost, knsec3hash and knsupdate. In order to reduce the size of software installed on a device it is useful to include a minimal collection of software and thus it should be possible to install the utilities individually. bind also creates a subpackage for each utility. Signed-off-by: Matthias-Christian Ott <ott@mirix.org>
* | | | | nut: Updated (c) noticeMarty R2014-10-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
* | | | | openssh: update to 6.7p1Peter Wagner2014-10-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | irssi: update to 0.8.17Peter Wagner2014-10-18
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #442 from hnyman/patch-sqmToke Høiland-Jørgensen2014-10-18
|\ \ \ \ | | | | | | | | | | sqm-scripts: Fix a minor bug, add copyrights, improve logging
| * | | | sqm-scripts: Fix a minor bug, add copyrights, improve loggingHannu Nyman2014-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes committed to the cerowrt original repo after the initial import here: - Better license & copyright statements, as requested - Fixed a minor bug in stopping sqm - Logging improvements - Dead code removed - Typos corrected Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | nfs-kernel-server: update to 1.3.1Peter Wagner2014-10-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | openvswitch: add openvswitch-ipsesc package backAlexandru Ardelean2014-10-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | openvswitch: add openvswitch-python subpackageAlexandru Ardelean2014-10-17
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Requires python package. Required by other openvswitch subpackages (like openvswitch-python). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Remove placeholder maintainer email addresscyanidium2014-10-15
| | | |
* | | | nut: New package for Network UPS ToolsMarty R2014-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An older version of nut is in oldpackages. This commit is based on that package and bumps the version to the latest release along with unifying the server and client packages. More build options are provided for any custom configuration but the defaults provide a working client and server install which only needs a UPS driver. Drivers still build as individual packages to minimise bloat. SSL support has also been added. Signed-off-by: Martin Rowe <cyanidium@users.noreply.github.com>
* | | | PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)Etienne CHAMPETIER2014-10-15
| | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | Add PKG_LICENSE tags for luci-app-sqm and sqm-scripts.Toke Høiland-Jørgensen2014-10-15
| | | |
* | | | luci-app-sqm: Luci GUI for sqm-scripts QoSHannu Nyman2014-10-15
| | | | | | | | | | | | | | | | | | | | | | | | This is the Luci GUI for managing SQM QoS System. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | sqm-scripts: Smart Queue Management - experimental QoSHannu Nyman2014-10-15
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sqm-scripts is a new QoS system from Cerowrt / Bufferbloat. I have tested it in my own community build. More info at: http://www.bufferbloat.net/projects/cerowrt/wiki/Smart_Queue_Management http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310 Dave Täht submitted this first via openwrt-devel mailing list in March 2014, but that was not picked up before the switch to Github: http://patchwork.openwrt.org/patch/5078/ Original code used as the base: https://github.com/dtaht/ceropackages-3.10/commit/8ce293611094a0d65c5b62ce80d25f0e30603cf5 I have modified: - set the default interface to be eth1, like the Openwrt default. - modified config to hide some of the advanced options by default - beautified Makefile a bit - added Toke Høiland-Jørgensen <toke@toke.dk> as the maintainer, as discussed in https://github.com/dtaht/ceropackages-3.10/issues/8#issuecomment-59215905 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | haproxy: patches from upstreamThomas Heil2014-10-14
| | | | | | | | | | | | | | | | | | | | | -[PATCH 1/2] BUG/MEDIUM: systemd: set KillMode to 'mixed' -[PATCH 2/2] BUG/MEDIUM: config: avoid skipping disabled proxies Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | openssh,ntpd: move USERID to the server only as the client utils don't need ↵Peter Wagner2014-10-14
| | | | | | | | | | | | | | | | | | a user/group Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #416 from fededim/mastersbyx2014-10-14
|\ \ \ | |/ / |/| | sstp-client: new appication has been ported in packages feeds under net/sstp-client (version 1.0.9)
| * | net/sstp-client: new package version 1.0.9Rupan2014-10-10
| | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | ddns-scripts: add retry loop to verify dns and proxyChristian Schoenebeck2014-10-11
| | | | | | | | | | | | | | | | | | | | | | | | Changed the verify of DNS server and proxy at script start to retry the verify if there are connection problems during verify plus some minor changes. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | ddns-scripts: Add MyDNS.JPepgdatacapbon2014-10-11
| | | | | | | | | | | | | | | | | | | | | MyDNS.JP, a dynamic DNS service, is added to ddns-scripts. http://www.mydns.jp/ Signed-off-by: sstream <sstream00@yahoo.co.jp>
* | | Merge pull request #408 from blogic/useridsbyx2014-10-10
|\ \ \ | | | | | | | | generic userid: use the new USERID api
| * | | generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* | | | net/mosquitto: Bump to version 1.3.5Karl Palsson2014-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor point release due to delay in 1.4. This is a bugfix release. See: http://mosquitto.org/2014/10/version-1-3-5-released/ for changelog Signed-off-by: Karl Palsson <karlp@remake.is>