Commit graph

418 commits

Author SHA1 Message Date
Aedan Renner
80ea53d1f4 mwan3-luci: update to 1.3-4
put dummy echo command back in hotplug script send_alert function to avoid errors

Signed-off-by: Aedan Renner chipdankly@gmail.com
2014-09-30 15:41:13 -07:00
Aedan Renner
3a7af64d8c mwan3-luci: update to 1.3-3
corrected name of last_resort option from "main" to "default"
added blackhole option to policy selection on rule configuration

Signed-off-by: Aedan Renner <chipdankly@gmail.com>
2014-09-30 08:50:31 -07:00
sbyx
56c5187af1 Merge pull request #381 from arfett/master
mwan-luci: update to 1.3-2
2014-09-30 09:09:08 +02:00
Aedan ARFETT Renner
b3a1d3e39a mwan3-luci: update to 1.3-2
added support for new last_resort option for policy configuration
added dependencies for luci-mod-admin-full and luci-lib-nixio
shortened length of menuconfig description lines
reworded things on various pages
changed date formatting in custom hotplug script
default route checks now verify both destination/netmask are 0.0.0.0
condensed messy javascript lines and removed -F' ' from awk commands

Signed-off-by: Aedan Renner <chipdankly@gmail.com>
2014-09-30 00:03:10 -07:00
Christian Schoenebeck
178510d421 ddns-scripts: send_update() detection private IPv4
correction of excluding private IPv4 in send_update() function.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-30 08:22:21 +02:00
Christian Schoenebeck
5deddd2ed3 ddns-scripts: increment PKG_RELEASE
Increment PKG_RELEASE to reflect updates
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-30 08:14:04 +02:00
Vasileios Lakafosis
0276a4733e lispmob: Update to 0.4.1
Signed-off-by: Vasileios Lakafosis <lakafosi@cisco.com>
2014-09-29 15:38:51 -07:00
Christian Schoenebeck
d470bafa90 ddns-scripts: increment PKG_RELEASE
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-29 20:31:28 +02:00
Christian Schoenebeck
c26946e487 ddns-scripts: fix ticket #17998: wrongly detect ipv4 start with 10x.x.x.x
Thanks to "eqsun" for report and offer of fix.
Otherwise the ip address starts with 100~109 will be treated as invalid.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-29 20:29:46 +02:00
Ted Hess
baabc5dec7 rtorrent: enable rtorrent-rpc variant, update license info
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-29 12:38:06 -04:00
Christian Schoenebeck
9a883a38bd ddns-scripts: Increment PKG_RELEASE
Increment PKG_RELEASE to reflect latest changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-29 13:44:30 +02:00
Christian Schoenebeck
e67960d88c ddns-scripts: add service two-dns.de
Requested by: Martin Röcker <roecker@empty-v.de>
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-29 13:42:43 +02:00
sbyx
aa8878dc15 Merge pull request #368 from etmatrix/master
ddns-script: With DSL connection ifconfig hasn't broadcast address but P-t-P
2014-09-29 08:10:53 +02:00
Nikos Mavrogiannopoulos
99f0ea47ce openconnect: corrected instructions
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-28 18:30:34 +02:00
Nikos Mavrogiannopoulos
11116b3610 openconnect: increased the timeout value for retrying
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-28 18:27:30 +02:00
etmatrix
bb38611166 With DSL connection ifconfig hasn't broadcast address but P-t-P so awk don't match nothing 2014-09-28 09:59:52 +02:00
Bruno Randolf
7bab6e0995 horst: update to version 4.1
4.1 has an important bugfix for platforms (such as ARM cns3xxx) where "char"
does not default to "signed char" and other bugfixes.

Also build with debugging enabled (-D flag) to enable debugging, the size
increase is just +336B (on platform au1000).
2014-09-26 12:18:56 +01:00
Ted Hess
72d28f83d3 Merge pull request #360 from equinox0815/tcpproxy-license
tcpproxy: added License Information
2014-09-25 20:27:26 -04:00
Christian Pointner
d1ff0b44fc tcpproxy: added License Information
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-09-26 01:44:55 +02:00
Christian Pointner
8ddb48044e uanytun: added License Information
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-09-25 20:49:32 +02:00
Adze1502
61c60026f4 mwan3: update to version 1.5-6
Fixed issue where mwan3 would not immediately set interface down on link-loss event
Added feature to define last-resort action on policies with no members

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-09-25 11:27:54 +02:00
Jo-Philipp Wich
867a93daa7 mac-telnet: update to git head
* Fixes mac-telnet utilities on 64bit targets
  * Improves discovery reliability on hosts with multiple nics
  * Support dbclient in SSH mode

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-23 20:58:43 +02:00
Jo-Philipp Wich
317bae734a mac-telnet: update to latest git - fixes 64bit support
Also remove default password from config to prevent daemon
from auto-starting.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-23 20:58:43 +02:00
Thomas Heil
d613e1e94e haproxy: remove unnecessary parts in Makefile
- remove ADDLIB
 - remove -lcrypt which was -lcrypto

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-09-23 11:08:51 +02:00
Thomas Heil
2e071aeaa8 haproxy: add nossl variant
According to Issue #342 here is a proposal to add a nossl variant to
that builts haproxy without ssl

Add pending patch from upstream
 - [PATCH 14/14] MEDIUM: systemd-wrapper: support multiple executable

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-09-23 10:45:03 +02:00
champtar
396f5886dd Merge pull request #344 from psycho-nico/my-fixes-20140922-02
emailrelay: disable pam explicitely
2014-09-22 19:54:33 +02:00
Helmut Schaa
03515b807d openvswitch: Run with nice -10 (#1765)
This is default if ovs is started through ovs-ctl but we start it directly, hence
tell procd to use nice -10 for ovs.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
2014-09-22 18:10:48 +03:00
Christian Schoenebeck
6522ff5e31 ddns-scripts: fix issue (#337) current/registered ip never match
Increase PKG_RELEASE to reflect changes

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-22 16:34:20 +02:00
Christian Schoenebeck
99264f2527 ddns-scripts: fix issue (#337) current/registered ip never match
new extraction of IP inside function get_registered_ip for host and nslookup
thanks to jow for the sed

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-22 16:32:56 +02:00
Nicolas Thill
1d09f0d391 emailrelay: disable pam explicitely
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-09-22 11:03:54 +02:00
Steven Barth
07d3672d46 ddns-scripts: Update to Version 2.0.1-1
Squashed commit of the following:

commit fc1d42f069ff930180c5f067c2eb88c9e9df7003
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Sep 21 18:01:43 2014 +0200

    [ddns-scripts] Update to Version 2.0.1-1

commit 731f9b4df00a8f29df2c17f102356c4d6980918a
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Sep 21 17:59:25 2014 +0200

    [ddns-scripts] Update to Version 2.0.1-1

    personal helper script to create hashes for CA-Certificates for Wget and cURL using https protocol without errors.

    Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit df8f6c9d5d31fde24fe1d673949d272d887505e1
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Sep 21 17:56:05 2014 +0200

    [ddns-scripts] Update to Version 2.0.1-1

    rewritten

    Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit 50cdf5acb9caecfd9b65ab79696c40fb2bc7037b
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Sep 21 17:54:40 2014 +0200

    [ddns-scripts] Update to Version 2.0.1-1

    rewritten

    Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit b1d650a345fb06402c1eac01138cbafcca123a8c
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Sep 21 17:52:52 2014 +0200

    [ddns-scripts] Update to Version 2.0.1-1

    not needed in this version

    Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit 9532114b03d428a3162b16e06706d3aa50e601bb
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Sep 21 17:51:39 2014 +0200

    [ddns-scripts] Update to Version 2.0.1-1

    same function as existing services file but used for IPv6

    Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit a636bc25c62e23694c009886c13253c9cecc548c
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Sep 21 17:46:56 2014 +0200

    [ddns-scripts] Update to Version 2.0.1-1

    New file explaining availible parameters.

    Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit 52332354fc245861e17c898aa6b806f6c174e9a5
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Sep 21 17:44:45 2014 +0200

    [ddns-scripts] Update to Version 2.0.1-1

    Sorry GitHub web interface only supports single commits that will be summarized into one pull request.

    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-22 08:00:53 +02:00
sbyx
0f9fce94da Merge pull request #333 from MikePetullo/lighttpd
lighttpd: include some updates from old repository package
2014-09-22 07:57:54 +02:00
W. Michael Petullo
f7fd574f2a lighttpd: clean up configuration file
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-21 17:40:18 -04:00
W. Michael Petullo
a0885f117e lighttpd: create user http and run as http by default
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-21 17:33:47 -04:00
Ted Hess
5600fdeeee Merge pull request #334 from gwlim/master
l7-protocol: import from old package repository
2014-09-21 10:10:12 -04:00
Thomas Heil
7d6ce00d97 Merge pull request #332 from MikePetullo/prosody
prosody: add s2s and other modules to package
2014-09-21 15:40:29 +02:00
gwlim
f9f85e33ad l7-protocol: import from old package repository
l7-protocol classifies packets based on patterns in application layer data.
2014-09-21 09:15:21 +08:00
W. Michael Petullo
4ec9d99303 lighttpd: include some updates from old repository package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-20 20:28:03 -04:00
W. Michael Petullo
7664891988 prosody: add s2s and other modules to package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-20 20:14:17 -04:00
Bruno Randolf
8ea4c37e8d horst: Updade copyright, add maintainer and license tags 2014-09-20 18:34:21 +01:00
sbyx
0c121a47fb Merge pull request #328 from damianorenfer/master
net/dnscrypt-proxy: update to 1.4.1
2014-09-20 11:29:56 +02:00
Damiano Renfer
07a8772e34 dnscrypt-proxy: update to 1.4.1
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2014-09-20 11:00:58 +02:00
sbyx
514587f1ae Merge pull request #323 from commodo/master
openvswitch: cleanup and updates
2014-09-18 17:51:57 +02:00
Jo-Philipp Wich
906611d5e3 vnstat: update to upstream 1.12 release
Deferring privilege dropping for now until the OpenWrt api is stable.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-18 17:35:29 +02:00
Alexandru Ardelean
2e1bfb6f26 openvswitch: remove openvswitch-package until python package is put back in
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-09-18 17:21:58 +03:00
Alexandru Ardelean
eaa0d56c03 openvswitch: fix package URL
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-09-18 17:21:58 +03:00
Alexandru Ardelean
cf5fdf8a8f openvswitch: change order of the installs
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-09-18 17:21:58 +03:00
Alexandru Ardelean
4940679ef2 openvswitch: organize openvswitch-ipsec and openvswitch-benchmark as subpackages
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-09-18 17:21:57 +03:00
Alexandru Ardelean
aa35b34326 openvswitch: merge openvswitch-common + openvswitch-switch into openvswitch
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-09-18 17:21:57 +03:00
Alexandru Ardelean
6f1313abd0 openvswitch: move openvswitch-common/postinst after install
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-09-18 17:21:57 +03:00
Steven Barth
4795b81884 openvswitch: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
2014-09-18 14:47:41 +02:00
Alexandru Ardelean
ff1dd56ee0 openvswitch: remove ovs-controller package
According to the NEWS message from the main OVS site:
    http://openvswitch.org/releases/NEWS-2.3.0

Excerpt:
 - ovs-controller has been renamed test-controller.  It is no longer
   packaged or installed by default, because too many users assumed
   incorrectly that ovs-controller was a necessary or desirable part
   of an Open vSwitch deployment.

Current feed was updated based on a feed that packaged OVS 1.9,
and subsequently updated.

For now, we'll remove it, since it's not required.
When I tested the feed, I tested it on a setup that has been configured
some time ago, and does not have that package enabled.

So, I'll remove it to prevent confusion.

Signed-off-by: Alexandru Ardelean ardeleanalex@gmail.com
2014-09-17 23:56:49 +03:00
Thomas Heil
85c47b0630 haproxy: patches from upstream
- [PATCH 01/13] DOC: clearly state that the "show sess" output format
- [PATCH 02/13] MINOR: stats: fix minor typo fix in
- [PATCH 03/13] MEDIUM: Improve signal handling in systemd wrapper.
- [PATCH 04/13] MINOR: Also accept SIGHUP/SIGTERM in systemd-wrapper
- [PATCH 05/13] DOC: indicate in the doc that track-sc* can wait if
- [PATCH 06/13] MEDIUM: http: enable header manipulation for 101
- [PATCH 07/13] BUG/MEDIUM: config: propagate frontend to backend
- [PATCH 08/13] MEDIUM: config: properly propagate process binding
- [PATCH 09/13] MEDIUM: config: make the frontends automatically bind
- [PATCH 10/13] MEDIUM: config: compute the exact bind-process before
- [PATCH 11/13] MEDIUM: config: only warn if stats are attached to
- [PATCH 12/13] MEDIUM: config: report it when tcp-request rules are
- [PATCH 13/13] MINOR: config: detect the case where a tcp-request

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-09-17 12:13:12 +02:00
Alexandru Ardelean
8ecc0fb194 openvswitch: initial feed at OpenVSwitch version 2.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-09-16 17:13:46 +03:00
sbyx
ab9becdc10 Merge pull request #313 from salzmdan/master
knot: update to 1.5.3
2014-09-16 11:20:50 +02:00
Daniel Salzman
3dfcab5c48 knot: update to 1.5.3.
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2014-09-16 09:48:14 +02:00
Nuno Goncalves
319c980c7f remserial: move to github
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 02:23:48 +01:00
Nuno Goncalves
47a3cee62b ntripclient: move to github
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 02:06:37 +01:00
Nuno Goncalves
78638c5873 ntripserver: move to github
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 02:06:22 +01:00
Nuno Goncalves
52b9934e1f ntripcaster: move to github
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 02:06:09 +01:00
Nuno Goncalves
73392f3ff3 sshtunnel: move to github
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 01:37:29 +01:00
Thomas Heil
9495538992 apache: upgrade version to 2.2.29 that fixes recent CVEs
- CVE-2014-0118
 - CVE-2014-0231
 - CVE-2014-0226
 - CVE-2013-5704

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-09-14 23:14:01 +02:00
Ted Hess
1a0a7d316e Merge pull request #311 from hauke/tor
Tor
2014-09-14 16:13:50 -04:00
Hauke Mehrtens
b801586d40 tor: add from oldpackages
This adds tor from old packages and updates it to version 0.2.4.23.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-09-14 15:58:24 +02:00
Rupan
c76d4cc8d5 net/lftp: import from old packages version 4.3.6
net/lftp: update to latest 4.5.5, added maintainer, updated description

Signed-off-by: Federico Di Marco <fededim@gmail.com>
2014-09-14 11:15:01 +02:00
Etienne CHAMPETIER
df674e659d net/davfs2: add new package version 1.5.2 porting the davfs2 filesystem
Signed-off-by: Federico Di Marco <fededim@gmail.com>
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-09-12 21:16:10 +02:00
sbyx
6da4f53901 Merge pull request #302 from fededim/master
emailrelay fix: fixed a bug which prevented compiling both package variant
2014-09-12 11:22:17 +02:00
Rupan
a3cf9170b7 emailrelay fix: fixed a bug which prevented compiling both package variant (ssl and no-sll) signed-off: fededim@gmail.com 2014-09-12 11:08:39 +02:00
Nuno Goncalves
ae0ffa8cdb nmap: moved to github
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-11 15:03:36 +01:00
Adze1502
04c2fb4098 mwan3: update to version 1.5-4
Fix issue with more than one link route on a wan interface

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-09-09 11:20:02 +02:00
Daniel Salzman
38fc0c1e5a knot: update to 1.5.2.
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2014-09-09 09:35:14 +02:00
Noah Meyerhans
3adc8d290c Merge pull request #287 from sykesm/master
Build with shadow password support if the system is being built with shadow support
2014-09-08 22:17:54 -07:00
sbyx
3a2458b9f0 Merge pull request #156 from zeitgeist87/master
Fix bug in git-daemon
2014-09-08 11:48:53 +02:00
Matthew Sykes
916014b39b ipsec-tools: Stop unconditionally disabling shadow passwords
Racoon requires shadow password support when built for a system with shadow passwords enabled.

Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com>
2014-09-06 22:07:09 -04:00
sbyx
e82f9c62af Merge pull request #285 from morgenroth/Disable-building-of-documentation
ibrdtnd: Add patch to exclude build of documentation using pdflatex
2014-09-06 12:19:58 +02:00
champtar
a256d99be8 Merge pull request #275 from antonlacon/rsync-zlib
rsync: optionally enable builtin zlib and add logfile to rsyncd
2014-09-06 11:34:54 +02:00
Johannes Morgenroth
896951b852 ibrdtnd: Add patch to exclude build of documentation using pdflatex
By default the package detects the presence of pdflatex and builds documentation automatically.
During the OpenWrt build this behavior is not acceptable. The added patch introduces a configure
option to explicitly enable the build of the documentation on request.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-09-06 10:40:45 +02:00
Nicolas Thill
0fa95f0e25 netatalk: prevent use of LD_LIBRARY_PATH
Add a patch to prevent use of LD_LIBRARY_PATH when checking for BDB libs
This caused build failure when host = target

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-09-05 15:49:09 +02:00
Nicolas Thill
829fd8fc9a netatalk: refresh patch
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-09-05 15:43:01 +02:00
Ian Leonard
0264b06472 rsync: enable selecting bundled or system zlib
rsync, by default, includes a patched zlib within its source tarball. The patch
enables a better compression ratio for rsync streams. However, the client and
server need the same featureset in their zlib in order to understand the
compression stream, or the server will abort the transfer. Older versions have
no understanding of the new compression standard used.

This patch allows the builder to choose whether to use the bundled or system
zlib. It defautls to using the system zlib, as is the default before this
patch.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-09-04 20:56:58 -07:00
Ian Leonard
a1680da39d rsyncd: add default logfile to globals
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-09-03 17:28:16 -07:00
Jo-Philipp Wich
711f0ad1e9 mac-telnet: fix two typos in the Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-03 19:20:21 +02:00
Liviu Pislaru
aab79c8377 ddns-scripts: duiadns.net service support added
Signed-off-by: Liviu Pislaru <liviu@duiadns.net>
2014-09-03 18:04:15 +03:00
Jo-Philipp Wich
6d3990cbcf Add mac-telnet - a layer 2 Telnet/SSH server useful to access bricked devices
This package adds the mac-telnet server, client, ping and discovery utilities.
See https://github.com/aouyar/MAC-Telnet for details.

This package uses the fork from https://github.com/jow-/MAC-Telnet as source,
the code there has a number of bugfixes and results in smaller binaries since
most core functionality has been ported to libubox facilities provided by
OpenWrt.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-03 16:38:06 +02:00
Thomas Heil
fbe4697b49 haproxy: new release 1.5.4 that fixes recent cve
- BUG: config: error in http-response replace-header number of arguments
    - BUG/MINOR: Fix search for -p argument in systemd wrapper.
    - BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm
    - BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported
    - MEDIUM: connection: add new bit in Proxy Protocol V2
    - BUG/MINOR: server: move the directive #endif to the end of file
    - BUG/MEDIUM: http: tarpit timeout is reset
    - BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
    - BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
    - BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
    - BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()
    - BUG/MEDIUM: acl: correctly compute the output type when a converter is used
    - CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix
    - BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-09-03 15:37:24 +02:00
Andreas Rohner
19f3a40fae Fix bug in git-daemon
The git-daemon command currently doesn't work and displays the following
error whenever a repository is cloned:

error: cannot run daemon: No such file or directory
[10920] unable to fork

On the client side the connection is simply terminated. The problem is,
that git-daemon tries to start a new instance of itself for every
new client that is connecting. It expects argv[0] to contain
"git-daemon", but since it is converted into a builtin command, argv[0]
only contains "daemon", which does not exist and causes the above error.
The fix simply prepends "git" to the list of arguments, so that the
resulting call looks something like "git daemon --serve ..."

Signed-off-by: Andreas Rohner <andreas.rohner@gmx.net>
2014-09-03 02:14:53 +02:00
sbyx
a6f7d7078b Merge pull request #270 from damianorenfer/master
Add libsodium + dnscrypt-proxy
2014-09-02 22:26:10 +02:00
Damiano Renfer
3fc82c470a dnscrypt-proxy: add package with config files, version 1.4.0
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2014-09-02 22:16:17 +02:00
champtar
809ab9f6ad Merge pull request #169 from champtar/freeradius2
freeradius2: remove weird circular dependencies, enable mysql again
2014-09-02 20:08:41 +02:00
Nikos Mavrogiannopoulos
fb536338aa openconnect: openconnect-wrapper would trap signals and send the correct one to server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-01 01:09:39 +02:00
Nikos Mavrogiannopoulos
e9215bf85d openconnect: set config variable on teardown and correctly pass the password
This addresses https://dev.openwrt.org/ticket/16634

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-01 00:26:39 +02:00
sbyx
3a78fe047a Merge pull request #258 from cjkoenig/update_fwknop
fwknop: Update to 2.6.3
2014-08-31 12:09:38 +02:00
fededim
865c06eafe Merge remote-tracking branch 'upstream/master'
Updated to latest trunk
2014-08-28 17:51:52 +02:00
fededim
85a429915a Added Emailrelay package - Version 1.9 (Signed-off-by: Federico Di Marco fededim@gmail.com) 2014-08-28 00:01:58 +02:00
Nikos Mavrogiannopoulos
3739d8bb30 ocserv: updated to 0.8.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-27 18:21:48 +02:00
Nikos Mavrogiannopoulos
ba417da7ed ocserv: use the system's protocol buffers by default
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-27 18:09:04 +02:00
Peter Wagner
51fa6d2f9c git: update to 2.1.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-08-26 21:19:30 +02:00
Johannes Morgenroth
a20f608397 ibrdtnd: Fix configure args
The option --disable-libdaemon was missing and --with-dht is invalid.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-26 15:19:08 +02:00
Johannes Morgenroth
aa9fb41b2a ibrdtn-tools: Add autoreconf to fixup
The fixup is necessary since there is a patch for configure.ac in this recipe.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-25 18:35:22 +02:00
Johannes Morgenroth
64a4498069 ibrdtnd: Add autoreconf to fixup
The fixup is necessary since there is a patch for configure.ac in this recipe.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-25 18:35:22 +02:00