Commit graph

1490 commits

Author SHA1 Message Date
Daniel Salzman
8e8f73b4d8 knot: update to 1.6.5
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-09-08 11:20:18 +02:00
Steven Barth
d083cafcd6 Merge pull request #1741 from Borromini/master
[Unbound] Update to 1.5.4
2015-09-08 08:13:04 +02:00
Steven Barth
7bb0dc34f3 strongswan: bump to 5.3.3
Signed-off-by: Steven Barth <steven@midlink.org>
2015-09-07 11:06:37 +02:00
Steven Barth
da250fd171 Merge pull request #1754 from kissg1988/seafile-ccnet
seafile-ccnet: use correct libevent2 includes
2015-09-07 09:19:42 +02:00
Steven Barth
f8117e3b41 Merge pull request #1755 from kissg1988/seafile-server
seafile-server: fix libevent2 include paths
2015-09-07 09:19:24 +02:00
Steven Barth
1adb6aa6fa Merge pull request #1751 from marcin1j/patchwork/nbd
nbd: import from oldpackages, add nbd-server package
2015-09-07 09:17:53 +02:00
heil
8ce9ad4b8d haproxy: fixes from upstream
- [PATCH 05/13] BUG/MINOR: http/sample: gmtime/localtime can fail
 - [PATCH 06/13] DOC: typo in 'redirect', 302 code meaning
 - [PATCH 07/13] DOC: mention that %ms is left-padded with zeroes.
 - [PATCH 08/13] CLEANUP: .gitignore: ignore more test files
 - [PATCH 09/13] CLEANUP: .gitignore: finally ignore everything but what
 - [PATCH 10/13] MEDIUM: config: emit a warning on a frontend without
 - [PATCH 11/13] BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0
 - [PATCH 12/13] DOC: ssl: missing LF
 - [PATCH 13/13] DOC: fix example of http-request using

Signed-off-by: heil <heil@terminal-consulting.de>
2015-09-07 00:00:45 +02:00
Nikos Mavrogiannopoulos
e35203e6f7 ocserv: updated to 0.10.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-04 21:29:56 +02:00
Noah Meyerhans
76ce481cc2 Merge pull request #1722 from rraptorr/bind-ecdsa
bind: Enable ECDSA support
2015-09-04 11:24:34 -07:00
Gergely Kiss
625414da68 seafile-server: fix libevent2 include paths
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-09-04 11:12:00 +02:00
Gergely Kiss
b89164b044 seafile-ccnet: use correct libevent2 includes
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-09-04 10:29:21 +02:00
Baptiste Jonglez
fcaeaf68de bmon: Add required compilation flag
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2015-09-03 17:15:01 +02:00
Baptiste Jonglez
b7cec79df1 bmon: Add missing runtime dependency: terminfo
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2015-09-03 16:33:13 +02:00
Baptiste Jonglez
ae18150aef bmon: Update to 3.8
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2015-09-03 16:32:54 +02:00
Toke Høiland-Jørgensen
884534873c sqm-scripts: Bump to v1.0.3.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-09-03 15:26:38 +02:00
Noah Meyerhans
e348beceaa [bind] Update to 9.9.7-P3 to fix CVE-2015-5722 and CVE-2015-5986
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2015-09-02 15:28:11 -07:00
Thomas Heil
831dd6bab0 Merge pull request #1747 from paulfertser/nginx-spnego
nginx: add support for SPNEGO authentication
 - wating for #1746 then
2015-09-02 19:06:56 +02:00
Jo-Philipp Wich
b15ae5a9bd mac-telnet: fix build against musl
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-09-02 14:39:59 +02:00
Marcin Jurkowski
5ba490239a nbd: use procd style init script for nbd-server
Runs nbd-server in foreground.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 12:48:43 +02:00
Marcin Jurkowski
6bb198c646 nbd: get rid of unnecessary Build/Compile macro
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 12:46:25 +02:00
Marcin Jurkowski
891951cae2 nbd: bump copyright header and add PKG_LICENSE tag
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 11:05:09 +02:00
Marcin Jurkowski
e4017f1573 nbd: bump version to 3.11
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 02:03:46 +02:00
Marcin Jurkowski
0c06e2a080 nbd: add nbd-client init script
Adds init.d and config files for nbd-client. Each section holds
parameters of one block device, where section name (eg. nbd0) is NBD
device name.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 02:03:38 +02:00
Marcin Jurkowski
9bf1fa6622 nbd: new package nbd-server
Network block device server allows to export a block device from router
to remote host. This is particularly useful if no network filesystem
server is feasible or direct access to a block device is needed.

It's been tested for nearly a month on ar71xx (TL-WR842ND) and proved to
be very stable and efficient solution.
The package comes with init.d script and conf.d file allowing to
configure most nbd-server options using standard uci interface.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 02:03:18 +02:00
Marcin Jurkowski
14f66e3ff5 nbd: import from oldpackages and make myself maintainer
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 02:02:06 +02:00
Marcin Jurkowski
734d3e2284 strongswan: make kmod-ipsec6 dependency conditional
Makes kmod-ipsec6 requirement dependent on IPv6 support for packages.
This allows to disable unnecessary IPv6 kernel modules, saving
considerable amount of space.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-01 15:06:52 +02:00
Paul Fertser
7eb58cb2bf nginx: add support for SPNEGO authentication
This adds a module suitable for Kerberos SSO, e.g. for integrating
into Active Directory domains.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-09-01 08:15:26 +03:00
Borromini
2f1c2f65e6 [Unbound] Update to 1.5.4
Bumped to latest upstream release - 1.5.4

Signed-off by Stijn Segers <francesco.borromini@inventati.org>
2015-08-31 21:09:18 +02:00
Hauke Mehrtens
0ec3a55767 iotivity: update to version 0.9.2
This brings IoTivity to version 0.9.2 in addition it does the following:
* split C and C++ Stack into two packages
* backport some patches which are adding missing dependencies to the shared libs
* remove patches merged upstream
* add some other patches fixing some problems, most of them are already merged upstream
* activate security and logging support

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
2015-08-29 22:15:25 +02:00
Ted Hess
1ad3d0aab1 Merge pull request #1725 from kissg1988/procps-ng
procps-ng: import version 3.3.11 & replace historical version, update seafile-server dependency
2015-08-28 12:12:34 -04:00
Gergely Kiss
7d4cf29e58 seafile-server: bump PKG_RELEASE
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-28 17:40:34 +02:00
Steven Barth
19e6c4981d Merge pull request #1713 from databeille/patch-1
e2guardian : typo into procd init script
2015-08-28 10:25:25 +02:00
Gergely Kiss
d7a48b048b seafile-server: use pkill from procps-ng
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-27 22:34:44 +02:00
Janusz Dziemidowicz
ce82cd6410 bind: Enable ECDSA support
Enables bind to do ECDSA DNSSEC validation. Depends on OpenSSL support
for ECDSA. Increases size of bind-libs package by about 2kB.

Signed-off-by: Janusz Dziemidowicz <rraptorr@nails.eu.org>
2015-08-27 16:01:58 +02:00
Dirk Feytons
54ff3f0996 strongswan: add a couple more plugins
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2015-08-27 14:09:18 +02:00
Nikos Mavrogiannopoulos
8661ebeefa openconnect: disabled the resolving code from ppp in netifd script
That code was causing netifd disabling openconnect with no way
to restart it.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-08-26 22:59:31 +02:00
databeille
6c2d1fb990 e2guardian : fix a typo in procd init script
Without this, produces an error :
<code>/etc/rc.common: line 1: contentscannertimeout:uinteger: not found
validation failed
/etc/rc.common: line 1: contentscannertimeout:uinteger: not found</code>

Signed-off-by: Julien Paquit julien@databeille.com
2015-08-26 16:09:39 +02:00
Yousong Zhou
db05302eab reaver: build without MIPS16.
Thanks hnyman for reporting it.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-26 21:13:35 +08:00
Steven Barth
094406cde8 Merge pull request #1708 from uweber/master
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
2015-08-26 09:20:02 +02:00
Peter Wagner
d199f2c038 openssh: update to 7.1p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-08-26 18:58:14 +02:00
Toke Høiland-Jørgensen
6ce677caf0 sqm-scripts: Bump to v1.0.2.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-26 00:18:29 +02:00
Karl Palsson
1943d0b44e mosquitto: fix crash on client disconnect
Patch backported from upstream.  Was only noticed on musl and freebsd
clients.  See https://bugs.eclipse.org/bugs/show_bug.cgi?id=475707

Fixes github issue #1692

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-08-25 14:51:55 +00:00
Karl Palsson
eaedc37dda mosquitto: bump to version 1.4.3
Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-08-25 14:51:55 +00:00
Ulrich Weber
2b3784cdb1 strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
Signed-off-by: Ulrich Weber <uw@ocedo.com>
2015-08-25 10:12:58 +02:00
Steven Barth
c08eb2c9be Merge pull request #1653 from yousong/xl2tpd-fix
Xl2tpd fix
2015-08-25 08:30:22 +02:00
heil
6cc0ad6ecd memcached: fix musl build
- thx to alpinelinux for the patch
   (http://git.alpinelinux.org/cgit/aports/plain/main/memcached/musl-includes.patch)
 - remove depency to libenvent and replace it libevent2
   should fix issue #1542

Signed-off-by: heil <heil@terminal-consulting.de>
2015-08-24 10:54:30 +02:00
heil
904a8b70d1 haproxy: fixes for upstream version 1.5.14
- [PATCH 1/4] BUG/MINOR: log: missing some ARGC_* entries in
 - [PATCH 2/4] DOC: usesrc root privileges requirements
 - [PATCH 3/4] BUILD: ssl: Allow building against libssl without SSLv3.
 - [PATCH 4/4] DOC/MINOR: fix OpenBSD versions where haproxy works

Signed-off-by: heil <heil@terminal-consulting.de>
2015-08-24 10:44:59 +02:00
Toke Høiland-Jørgensen
e4d0655f78 Merge pull request #1667 from plntyk/fix_gcc5_netperf
netperf: fix gcc5
2015-08-23 12:01:01 +01:00
Yousong Zhou
1e29676a8a reaver: import from oldpackages.
- Update copyright year.
 - Add PKG_LICENSE:=GPL-2.0 from the Google Code project page.
 - Add autoreconf as the PKG_FIXUP method.
 - Add myself as the package maintainer.
 - Add a patch to fix building with musl-libc.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-21 17:39:56 +08:00
Jonas Gorski
a94f520bcd znc: update to 1.6.1
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-08-20 12:17:23 +02:00
Yousong Zhou
fbf5c6c5b4 strongswan: split out libtls.so as a separate package.
When only strongswan-minimal is selected, libtls.so will not be built
yet package strongswan will still try to copy the file causing build
failure.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-20 10:21:15 +08:00
Rafał Miłecki
2872ed64cc lighttpd: backport a fix for running out of filedescriptors
It was breaking uploads of files 4 MiB+. This patch fixes:
https://github.com/openwrt/packages/issues/1658

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
2015-08-19 17:19:22 +02:00
Dirk Neukirchen
1a80a07644 netperf: fix gcc5
default C standard changed in gcc5 so set old variant

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:22:29 +02:00
Steven Barth
baabb368f7 Merge pull request #1663 from hnyman/vsftpd303
vsftpd: update to 3.0.3
2015-08-18 07:58:38 +02:00
Luka Perkov
70246b923e Merge pull request #1596 from danielg4/master
squid: version bump and dependency fixes
2015-08-17 23:59:10 +02:00
Hannu Nyman
f1b60bac41 vsftpd: update to 3.0.3
Update vsftpd to 3.0.3 released in July 2015.

Changelog: https://security.appspot.com/vsftpd/Changelog.txt
Release blog: http://scarybeastsecurity.blogspot.fi/2015/07/vsftpd-303-released-and-horrors-of-ftp.html

- Increase VSFTP_AS_LIMIT to 200MB; various reports.
- Make the PWD response more RFC compliant; report from Barry Kelly
<barry@modeltwozero.com>.
- Remove the trailing period from EPSV response to work around BT Internet
issues; report from Tim Bishop <tdb@mirrorservice.org>.
- Fix syslog_enable issues vs. seccomp filtering. Report from Michal Vyskocil
<mvyskocil@suse.cz>. At least, syslogging seems to work on my Fedora now.
- Allow gettimeofday() in the seccomp sandbox. I can't repro failures, but I
probably have a different distro / libc / etc. and there are multiple reports.
- Some kernels support PR_SET_NO_NEW_PRIVS but not PR_SET_SECCOMP, so handle
this case gracefully. Report from Vasily Averin <vvs@odin.com>.
- List the TLS1.2 cipher AES128-GCM-SHA256 as first preference by default.
- Make some compile-time SSL defaults (such as correct client shutdown
handling) stricter.
- Disable Nagle algorithm during SSL data connection shutdown, to avoid 200ms
delays. From Tim Kosse <tim.kosse@filezilla-project.org>.
- Kill the FTP session if we see HTTP protocol commands, to avoid
cross-protocol attacks. A report from Jann Horn <jann@thejh.net>.
- Kill the FTP session if we see session re-use failure. A report from
Tim Kosse <tim.kosse@filezilla-project.org>.
(vsftpd-3.0.3pre1)
- Enable ECDHE, Tim Kosse <tim.kosse@filezilla-project.org>.
- Default cipher list is now just ECDHE-RSA-AES256-GCM-SHA384.
- Minor SSL logging improvements.
- Un-default tunable_strict_ssl_write_shutdown again. We still have
tunable_strict_ssl_read_eof defaulted now, which is the important one to prove
upload integrity.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-17 22:21:23 +03:00
heil
1df699db40 apache: bump to version 2.2.31
Signed-off-by: heil <heil@terminal-consulting.de>
2015-08-17 14:34:29 +02:00
Toke Høiland-Jørgensen
423aad97e3 sqm-scripts: Bump to v1.0.1.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-17 12:24:11 +01:00
Noah Meyerhans
5885f21731 bind: update to version 9.9.7-p2
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2015-08-14 08:29:01 -07:00
Yousong Zhou
7955dbbc2d xl2tpd: switch to github devel branch.
Several patches here and pull requests at the upstream github project
page were merged into the devel branch.  Switch to that until the next
stable release.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
18038a5043 xl2tpd: conditionally build with flags for more verbose log output.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
164b67cce5 xl2tpd: add new config option checkup_interval.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
4080689f02 xl2tpd: reword the comment on overriding OFLAGS in MAKE_FLAGS.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
27aafeb96a xl2tpd: tweak generating pppoptfile.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
23feea5814 xl2tpd: fix aliveness check for xl2tpd process.
This change aims to address the following 2 issues

 - The control file was there yet xl2tpd process was not
 - The control file's existence prevented xl2tpd from start

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
e1a58c09b4 xl2tpd: tweak getting value of mtu config option.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
071b197304 xl2tpd: remove check for $ERROR.
L2TP with xl2tpd has no proto_task in the context of netifd and because
of this there is no valid $ERROR to check for when doing tearing down.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Toke Høiland-Jørgensen
4a51d6001e sqm-scripts: Fix dependency on tc.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-14 00:55:31 +02:00
Daniel Golle
2e2299192d gnunet: update source, add iptables dependency
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-13 10:29:53 +02:00
Daniel Golle
3741ec4945 gnurl: update source to 7.43.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-13 10:25:15 +02:00
Daniel Golle
8511e62ff0 xl2tpd: transfer maintainership to Yousong Zhou
@openwrt/owners : please invite @yousong to @openwrt/package-maintainers

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-12 17:24:05 +02:00
Nuno Goncalves
f5e6c1120b kplex: add init script
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-08-09 11:50:11 +01:00
Toke Høiland-Jørgensen
15547edba9 sqm-scripts: Bump to v1.0.
sqm-scripts and luci-app-sqm now live in the same Makefile and are built
from the upstream git repository, rather than having the files included
here.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-06 22:14:01 +02:00
feckert
0c0722926d net-snmp: add service_triggers callback
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
Signed-off-by: Helge Mader <hmader@tdt.de>
2015-08-06 12:09:15 +02:00
feckert
8ca22a2a63 net-snmp: add config options
- trap_hostname
- trap_ip
- access_default
- access_HostName
- access_HostIP

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
Signed-off-by: Helge Mader <hmader@tdt.de>
2015-08-06 12:01:02 +02:00
Toke Høiland-Jørgensen
345cbdc10e Netperf: Remove musl compatibility patch.
Turns out that is not needed anymore for v2.7.0.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-05 15:36:33 +02:00
Steven Barth
90ae9b4ddf Merge pull request #1640 from commodo/ovs-upgrade
openvswitch: upgrade to version 2.4.0
2015-08-04 20:43:29 +02:00
Alexandru Ardelean
57e39052a8 openvswitch: upgrade to version 2.4.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-04 17:03:32 +03:00
Nicolas Thill
c893c7f147 pen: update to 0.29.0
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-08-04 02:53:42 +02:00
Nicolas Thill
8827380c37 ulogd: update to 2.0.5
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-08-04 02:47:06 +02:00
Hauke Mehrtens
0ffa81ea9e Merge pull request #1630 from hiviah/tor-0.2.6
tor: update to 0.2.6.10
2015-08-03 22:36:52 +02:00
Daniel Golle
a9258527c3 gnunet: update source, read config from UCI, add defaults
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-03 15:51:22 +02:00
Steven Barth
4d23d296ac Merge pull request #1566 from hauke/dhcpcd
dhcpcd: fix build with musl
2015-08-03 13:43:22 +02:00
Steven Barth
80bdd250b2 Merge pull request #1564 from hauke/kismet
kismet: fix build with musl
2015-08-03 13:43:00 +02:00
Steven Barth
3b3542cc5f Merge pull request #1615 from mhaas/stunnel-5.20
stunnel: Update from 5.14 to 5.20
2015-08-03 08:03:48 +02:00
Maxim Storchak
e32fceab45 transmission: add nice and ionice support, store persistent config, add transmission user and group
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-08-02 21:54:34 +03:00
Ondrej Mikle
521add59ca tor: bump to 0.2.6.10
Signed-off-by: Ondrej Mikle <ondrej.mikle@nic.cz>
2015-07-31 13:21:38 +02:00
Daniel Golle
76e84e8be9 gnunet: update source, enable local iperf and echo services
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-29 09:11:04 +02:00
Nuno Goncalves
3520ff67d8 add kplex: NMEA-0183 multiplexer and router
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-28 22:58:18 +01:00
Julen Landa Alustiza
9f3ef55342 bwm-ng: update to 0.6.1
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2015-07-28 09:30:10 +02:00
Jo-Philipp Wich
4c0ef08310 Merge pull request #1617 from MikePetullo/master
lighttpd: update to 1.4.36
2015-07-27 18:39:20 +02:00
Daniel Golle
34abdc2f6f gnunet: update source, forcestart dns2gns, fix typo
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-26 23:26:48 +02:00
W. Michael Petullo
7c01d83a65 lighttpd: update to 1.4.36
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-07-26 12:56:41 -04:00
Michael Haas
d3a38dc6a8 stunnel: Update from 5.14 to 5.20
* 010_fix_getnameinfo.patch is no longer needed
* 011-cron-without-pthread-fix.patch added, fixes incorrect
  ifdef when building without pthreads

Signed-off-by: Michael Haas <haas@computerlinguist.org>
2015-07-25 17:31:11 +02:00
Toke Høiland-Jørgensen
60521751b0 netperf: update to v2.7.0 2015-07-25 14:51:28 +02:00
Ondřej Caletka
e41142a67a git: ship with absolute symlink to git (#10221)
Fixes regression already fixed in oldpackages commit
012eec3f60a24db1a568d64868a48ea95aedcc87
but re-introduced in commit 6636e13f2ab8992d4eb03a48919ae9ae8da98cee.

This patch also enables IPv6 support.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2015-07-24 19:46:06 +02:00
Peter Wagner
1b92dfbe60 git: update to 2.4.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-07-23 21:40:39 +02:00
Steven Barth
cb755385f8 Merge pull request #1607 from aa65535/master
shadowsocks-libev: bump version
2015-07-23 13:04:28 +02:00
Damiano Renfer
1163af8bcb net/dnscrypt-proxy: Set default provider to cisco, add client key support in config
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-07-22 18:48:18 +02:00
Jian Chang
a2a2d146bc shadowsocks-libev: bump version
Fix the multiple UDP source port issue.
Allow using different IP and ports for TCP and UDP

Signed-off-by: Jian Chang <aa65535@live.com>
2015-07-22 16:30:32 +08:00
Jaehoon You
ecd1ab49cc coova-chilli: fix compile error with musl
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2015-07-22 15:21:43 +09:00
Jonathan McCrohan
3445505f1d sslh: Fix init script after arg parsing changes
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-07-21 21:47:52 +01:00
Jeroen Louwes
c7ef810f5f mwan3: update to version 1.6-2
Fix malformed uci commands. (issue #1502)

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-07-21 15:04:01 +02:00
Steven Barth
0f4773bd3f Merge pull request #1594 from tru7/knxd
knxd: new version, force gcc instead of g++, simplify package structure
2015-07-21 13:21:46 +02:00
Steven Barth
7d5d0294bb Merge pull request #1598 from alebsack/issue-1580
strongswan: Added strongswan-mod-eap-tls
2015-07-21 09:45:53 +02:00
Daniel Gimpelevich
b127de865b squid: version bump and dependency fixes
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-07-20 16:12:45 -07:00
Adam Lebsack
9298d1d445 strongswan: Added strongswan-mod-eap-tls
Signed-off-by: Adam Lebsack <alebsack@gmail.com>
2015-07-20 17:06:02 +02:00
Daniel Golle
6a56edca27 freeradius2: update to 2.2.8
Fixes oCert CVE-2015-4680.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-20 03:36:25 +02:00
Othmar Truniger
ca3ec08ee7 knxd: new version, force gcc instead of g++, simplify package structure
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-07-19 22:44:36 +02:00
Damiano Renfer
048d5d661d net/dnscrypt-proxy: update to 1.6.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-07-19 14:03:54 +02:00
Peter Wagner
e0ac428907 openssh: update to 6.9p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-07-18 08:53:39 +02:00
Daniel Golle
04adff1fa6 gnunet: fix breakage caused by previous commit
keep.d has to exist as well...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-17 01:47:54 +02:00
Daniel Golle
31474cc739 gnurl: fix vulnerabilities, refresh patches
being based on curl 0.70.0 gnurl is affected by
CVE-2015-3144
CVE-2015-3145
CVE-2015-3153
CVE-2015-3236

Import patches from curl package to fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-17 01:35:28 +02:00
Daniel Golle
480be2b2d4 gnunet: update source, improve packaging
* always re-create config-file when service is started
 * use /lib/upgrade/keep.d instead of /etc/sysupgrade.conf sed'ery

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-16 22:29:29 +02:00
Steven Barth
75dca1b19e Merge pull request #1481 from jow-/opennhrp-musl-compat
opennhrp: fix musl compatibility
2015-07-16 17:52:43 +02:00
Steven Barth
742500c843 Merge pull request #1509 from jow-/ctorrent-musl-compat
ctorrent: fix musl compatibility
2015-07-16 17:51:44 +02:00
Christian Beier
9c418e5445 ola: Update to 0.9.7.
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2015-07-16 14:57:38 +02:00
Daniel Golle
15107764b3 gnunet: update source, add sysupgrade persistentency
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-14 12:09:39 +02:00
Mislav Novakovic
15e7f611af pptpd: convert init script to procd
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2015-07-14 08:36:24 +02:00
Daniel Golle
67d14fd735 gnunet: properly deal with persistency
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-13 16:48:04 +02:00
Steven Barth
9af1a32ab6 Merge pull request #1556 from danielg4/master
vpnc: corrected call to proto_add_host_dependency
2015-07-13 12:09:20 +02:00
Daniel Golle
0f7454878e gnunet: update source and improve packaging
* add gnunet-vpn binary, it was missing
 * clean-up -datastore, it contained files already packaged in -mysql
 * remove gnunet-import-gns.sh from -utils, it can live in -gns

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-13 11:25:13 +02:00
Nuno Goncalves
35ddbb01b6 ntripcaster: change source server, fix install location
ntripcaster developer agency (http://igs.bkg.bund.de/) no longer provides sources for download.

Created a github repository to provide sources and allow contributions.

Fixed install location for configuration files.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-13 02:30:12 +01:00
Nuno Goncalves
d58ddeb6b6 ntripserver: change source to github
ntripserver developer agency http://igs.bkg.bund.de/ does not reliably provide a source mirror with version naming.

Created a github repository to provide sources and allow contributions.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-13 02:28:20 +01:00
Nuno Goncalves
76c726af05 ntripclient: change source to github
ntripclient developer agency http://igs.bkg.bund.de/ does not reliably provide a source mirror with version naming.

Created a github repository to provide sources and allow contributions.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-13 02:28:20 +01:00
Toke Høiland-Jørgensen
d29c656c99 sqm-scripts: Default to ECN on for egress.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
517954b7f5 [SQM] Fix simple.qos to allow using cake as ingress shaper
simple.qos had accidentally set up the egress shaper twice, once
with the true egress parameters and a second time using the ingress
parameters, effectively misconfiguring both directions. This bub
only affected situations where 3-tier ingress classification was
used.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
034e4d2475 [SQM] Fix sqm_logger to accept empty strings as input
sqm_logger tried tro wait indefinitely if passed an empty string.
This in turn makes sqm-scripts hang. Quoting the input argument in sqm_logger
seems to fix the problem.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
a754eb7a74 [SQM] Fix changes relating to cake lnk layer adjustments
The last batch of changes tried to teach the GUI to pass link layer
options to cake but forgot to actually call the function that parses
the GUI variables and used it as a string insteead. So this fixes that
it also tries to allow the use of the tc_stab link layer adjustment
method with cake so the implementations can be validated against each other
easily. Needs testing...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
2ba6a3f9ab [SQM/luci-app-sqm] Wire up link layer dandling for cake
The cake traffic-shaper qdisc omne stop solution knows how to handle
link layer adjustments for ATM and can account for per packet overhead.
This commit adds cake as link layer adjustment mechanism in the GUI and
passes numerically specified overhead as well as the ATM linklayer
keywords on to cake. This change also passes the "advanced option strings"
from the Queue Discipline tab to cake. But as before no error checking.
This needs testing, as I have no working cake qdisc available so
caveat emptor...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Dave Taht
e7bab97599 luci-app-sqm: add cake support 2015-07-12 22:24:21 +02:00
Dave Taht
73db5d2311 sqm-scripts: Support the cake qdisc.
Signed-off-by: Dave Taht <dave.taht@bufferbloat.net>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
0418469955 [SQM/luci-app-sqm] Fix SQM GUI help messages.
Make clear that configuration options guarded by checkboxes are only
effective as long as those boxes are checked.

The sqm gui has giarded some advanced configuration options behind exposing
checkboxes, meaning these optiopn's values were only used as long
as those boxes were checked. This commit just improves the description of
the checkboxes to included this useage instruction...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
2d10780a29 [SQM/luci-app-sqm] Enable sqm initiscript if a single sqm instance gets enabled
The SQM gui has confused its users with an enable button, that only served to
selecively activate/de-activate sqm instances instead of controlling sqm's
initscript (which needs to be enabled so the sqm properly starts up after a reboot
and also for hotplug to work properly). luci-app-sqm will now enable sqm's
initscript when a single sqm instance get enabled. It also informs the user about
this fact in the top margin of the sqm page. Note sqm will not disable the
initscript behind the user's back if sqm instances get disabled.
While I would have prefered this notice to be more prominent an attentive user
should notice, and most users should not care anyway. This also increases the
package release number.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-07-12 22:24:21 +02:00
Hauke Mehrtens
b38a8c1457 dhcpcd: fix build with musl
Do not cast to caddr_t, but use a void * instead, the members are all void *.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-12 21:08:45 +02:00
Hauke Mehrtens
ac1ad5c387 kismet: fix build with musl
Without these patches kismet does not build with musl.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-12 20:41:16 +02:00
Toke Høiland-Jørgensen
ac9c0ae11d Adopt the netperf package.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-07-12 19:23:18 +02:00
Hauke Mehrtens
bc804531b8 iotivity: deactivate it on uClibc
IoTivity makes use of std::sto* and this is deactivated because GCC
things uClibc does not support C11, but it supports this part, not C11
completely. To make IoTivity work with uClibc a patch for this bug is
needed:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393

An option would be this patch:
https://github.com/maximeh/buildroot/blob/master/package/gcc/4.9.1/850-libstdcxx-uclibc-c99.patch

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-12 13:07:49 +02:00
Daniel Gimpelevich
b3a6cf1ea4 vpnc: bump release
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-07-12 03:39:43 -07:00
Daniel Gimpelevich
f1ee8796fb vpnc: corrected call to proto_add_host_dependency 2015-07-12 03:39:42 -07:00
Steven Barth
b70ffeb76d Merge pull request #1547 from adam2104/master
dnscrypt-proxy: add support for -E/--ephemeral-keys option.
2015-07-11 11:08:50 +02:00
Jonathan McCrohan
998c8468d3 sslh: disable libpcre probe support
Backport upstream commit 3aefaf3 which allows sslh to be built without
libpcre support. This was brought about by the move to musl which
doesn't support the non-POSIX REG_STARTEND regexec eflag.

Fixes: #1506

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-07-11 02:16:48 +01:00
Ted Hess
64421d7fa4 Merge pull request #1169 from ryzhovau/lighttpd_lua
lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
2015-07-08 13:48:27 -04:00
Nikos Mavrogiannopoulos
03134441f2 openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-08 19:39:19 +02:00
Nikos Mavrogiannopoulos
3c3cc25dc4 ocserv: more explicit documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-08 08:16:55 +02:00
Nikos Mavrogiannopoulos
2765d7b779 openconnect: corrected call to proto_add_host_dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-07 22:48:44 +02:00
Steven Barth
11dafa41d1 Merge pull request #1549 from salzmdan/master
knot: update to 1.6.4
2015-07-07 15:39:10 +02:00
Daniel Salzman
460af9c2e5 knot: update to 1.6.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-07-07 14:56:19 +02:00
Adam Gensler
7a0a4144d8 dnscrypt-proxy: add support for -E/--ephemeral-keys option.
Signed-off-by: Adam Gensler <openwrt@a.gnslr.us>
2015-07-07 06:42:47 -04:00
Steven Barth
7f33167a89 Merge pull request #1546 from arfett/master
mwan3-luci updates for CC/trunk compatibility
2015-07-07 10:57:28 +02:00
Daniel Golle
7b6e938790 gnunet: bump source, improve packaging
* fix two typos in Makefile
 * package transports seperately
 * enable all installed transports by default
 * use logfile so we don't stdio-choke gnunet-service-arm
   -> should use syslog instead...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-07 09:36:05 +02:00
arfett
09b7de4782 mwan3-luci update to version 1.4-3
Fixed two issues in Chaos Calmer and trunk:
-troubleshooting page not displaying
-UCI arguments out of order because of switch to musl c library from uclibc

Signed-off-by: Aedan "arfett" Renner <chipdankly@gmail.com>
2015-07-06 17:20:23 -07:00
Saverio Proto
cf5f2586b0 tinc: version bump 1.0.26
Signed-off-by: Saverio Proto <zioproto@gmail.com>
2015-07-06 20:26:54 +02:00
Ted Hess
e5aa1527ba Merge pull request #1539 from t-8ch/esniper
esniper: add esniper
2015-07-06 13:42:55 -04:00
Steven Barth
92306fc880 Merge pull request #1533 from leitec/add-ngircd-v2
[v2] ngircd: import from oldpackages and update to 22.1
2015-07-06 08:12:55 +02:00
Ted Hess
e470ae5ccf knxd: Fix build dependencies w/argp-standalone, add libstdcpp
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-07-04 17:33:23 -04:00
Thomas Weißschuh
8aa7f2724f esniper: add esniper
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
2015-07-04 16:14:49 +00:00
heil
3ca1051e8f haproxy: fixes from upstream
- BUILD/MINOR: tools: rename popcount to my_popcountl
 - BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data

Signed-off-by: heil <heil@terminal-consulting.de>
2015-07-03 18:34:01 +02:00
Luka Perkov
2f3ab73ffa squid: drop musl compat patch
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-07-03 16:51:23 +02:00
Claudio Leite
d9de90c82a ngircd: update to release 22.1
Also enable IPv6 by default, depending on the OpenWrt
build config.

Signed-off-by: Claudio Leite <leitec@staticky.com>
2015-07-03 09:21:18 -04:00
Claudio Leite
8a14478b21 ngircd: make myself the maintainer
Signed-off-by: Claudio Leite <leitec@staticky.com>
2015-07-03 09:20:43 -04:00
Claudio Leite
556cab1b0a ngircd: import from oldpackages as-is
Signed-off-by: Claudio Leite <leitec@staticky.com>
2015-07-03 09:17:14 -04:00
Steven Barth
b59187dc62 Merge pull request #1530 from aa65535/master
shadowsocks-libev: add package
2015-07-03 08:40:13 +02:00
aa65535
d1293286a8 shadowsocks-libev: use realname in the maintainer tag
Signed-off-by: aa65535 <aa65535@live.com>
2015-07-03 14:11:30 +08:00
Steven Barth
c5a8ec5aa3 Merge pull request #1015 from aTanW/master
ipsec-tools: racoon uci integration
2015-07-03 07:44:56 +02:00
Steven Barth
a48f4b0603 Merge pull request #1516 from bk138/ola-0.9.6
ola: Update to 0.9.6, tidy up makefile, try to resolve build dependencies
2015-07-03 07:23:15 +02:00
aa65535
024bd84282 shadowsocks-libev: add package
Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes.

Signed-off-by: aa65535 <aa65535@live.com>
2015-07-03 11:01:32 +08:00
heil
290489d997 haproxy: fixes from upstream
- BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data

Signed-off-by: heil <heil@terminal-consulting.de>
2015-07-02 21:53:56 +02:00
Christian Beier
8c6edb3def ola: update to 0.9.6, tidy up makefile, try to resolve build dependencies.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2015-07-02 14:08:20 +02:00
Jo-Philipp Wich
38b1cf314e Merge pull request #1471 from jow-/shadowsocks-fortify-compat
shadowsocks-client: fix fortify source compatibility
2015-07-02 10:01:55 +02:00
Nikos Mavrogiannopoulos
11c9408690 ocserv: updated to 0.10.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-02 00:22:33 +02:00
Hauke Mehrtens
2627b0ea50 iotivity: add IoTivity
IoTivity is a Internet of Things framework implementing the Open
Interconnect Consortium Specification.

The current version of IoTivity is still in heavy development and does
not support all its intended features, but I still want to add it to
the packages feed to make it easier for others to extend the OpenWrt
support.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
2015-07-01 22:58:06 +02:00
Marko Ratkaj
6336fe5bce squid: bump version to 3.5.5
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-07-01 16:23:54 +02:00
Steven Barth
47315efe2b Merge pull request #1495 from oskar456/unboundecdsa
unbound: Support for validating ECDSA DNSSEC signatures
2015-07-01 14:35:40 +02:00
Jonas Gorski
d77bf6f1f4 znc: allow setting ssl fingerprints
ZNC 1.6.0 now verifies SSL certificates on connect, and some Servers
do not use a valid one (e.g. freenode).

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-07-01 12:31:48 +02:00
Jonas Gorski
d665caa851 znc: close Network tags
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-07-01 12:27:49 +02:00
Jo-Philipp Wich
9c6d45f278 Merge pull request #1511 from jow-/davfs2-musl-compat
davfs2: fix musl compatibility
2015-07-01 10:15:26 +02:00
Jonathan McCrohan
d62d28bc0a Merge pull request #1512 from jow-/mtr-disable-ipv6-fix
mtr: fix build with globally disabled IPv6
2015-07-01 01:17:39 +01:00
Jo-Philipp Wich
dceb78b254 Merge pull request #1031 from ionum/master
net-snmp: Enable pass_persist support for snmpd in Makefile
2015-07-01 01:25:52 +02:00
tripolar
5afea09fa7 Merge pull request #1510 from jow-/ctorrent-svn-musl-compat
ctorrent-svn: fix musl compatibility

Signed-off-by: Jo-Philipp Wich jow@openwrt.org
Signed-off-by: tripolar@gmx.at
2015-06-30 20:54:22 +02:00
Jo-Philipp Wich
f17dd769f1 mtr: fix build with globally disabled IPv6
The current mtr does not build if IPv6 is disabled globally, add a patch to
fix the build in this case.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-30 17:32:03 +02:00
Jo-Philipp Wich
2273ff7642 davfs2: fix musl compatibility
- Add header tests for `error.h`, `sys/types.h` and `sys/select.h`
 - Add function tests for `canonicalize_file_name()` and `fopencookie()`
 - Add `compat.h` header to provide replacements for `error()`,
   `error_at_line()` and `canonicalize_file_name()` as well as the
   `_PATH_MOUNTED` and `_PATH_MNTTAB` defines
 - Add missing includes for `sys/select.h` and `sys/types.h`
 - Disable libneon debugging if no `fopencookie()` implementation is
   available

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-30 12:57:51 +02:00
Jo-Philipp Wich
0169cbd3a0 ctorrent-svn: fix musl compatibility
Add missing `sys/types.h` include to `strnstr()` replacement code in
`compat.c` in order to declare `ssize_t` type under musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-30 11:14:34 +02:00
Jo-Philipp Wich
93b1d74c76 ctorrent: fix musl compatibility
Add missing `sys/types.h` include to `strnstr()` replacement code in
`compat.c` in order to declare `ssize_t` type under musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-30 11:09:46 +02:00
Daniel Golle
c31e6bb7c0 gnutls: backport upstream --with-ca-path implementation
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-29 20:34:08 +02:00
Daniel Golle
9ea72dda91 gnurl: fall-back on default system trust store
If no explicit CA file is given, gnurl fails to setup HTTPS connections
as it doesn't looks for certificates in /etc/ssl/certs/ in any way.
Fix that by utilizing GnuTLS' gnutls_certificate_set_x509_system_trust
as a fall-back if neither CA file, CA path nor SRP is declared.

Reported upstream: https://github.com/bagder/curl/issues/330
Fix suggested upstream: https://github.com/bagder/curl/pull/331

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-29 19:51:08 +02:00
Cezary Jackiewicz
62fff58380 [packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp 3.0.2 and earlier allows remote attackers to bypass access restrictions via unknown vectors, related to deny_file parsing. 2015-06-28 22:02:08 +02:00
Daniel Golle
b218e8af7c gnunet: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-28 19:52:25 +02:00
aTanW
f60ca0b30f Merge https://github.com/openwrt/packages
Conflicts:
	net/ipsec-tools/Makefile
2015-06-28 17:58:00 +03:00
Jo-Philipp Wich
9d423ba553 Merge pull request #1492 from tru7/linknx
linknx: fix musl compatibility
2015-06-28 14:58:24 +02:00
Jo-Philipp Wich
90a4712fd8 Merge pull request #1491 from tru7/knxd
knxd: fix musl compatibility
2015-06-28 14:57:24 +02:00
Ondřej Caletka
a8b46fbc80 unbound: Support for validating ECDSA DNSSEC signatures
This patch enables support for validating ECDSA signatures, which
are being deployed more and more in DNSSEC.

Proper validating can be tested by observing the AD flag in following
query (courtesy of Olafur Gudmundsson, CloudFlare):
 $ dig ds-4.alg-14-nsec.dnssec-test.org

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2015-06-28 11:27:30 +02:00
Nuno Goncalves
87648e8586 Merge pull request #1486 from jow-/ntpd-fortify-source-compat
ntpd: fix fortify source compatibility
2015-06-28 02:32:31 +01:00
Nuno Goncalves
a681ed3daa Merge pull request #1484 from jow-/ntripclient-musl-compat
ntripclient: fix musl comaptibility
2015-06-28 02:32:00 +01:00
Othmar Truniger
3cf6ae0fb1 linknx: fix musl compatibility
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-06-27 22:55:51 +02:00
Othmar Truniger
77cee81ca0 knxd: fix musl compatibility
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-06-27 21:49:25 +02:00
Jo-Philipp Wich
572fd1e40b Merge pull request #1439 from mstorchak/iodine
iodine: fix musl compatibility
2015-06-27 13:30:05 +02:00
Nikos Mavrogiannopoulos
3ed70bb772 vpnc-scripts: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-27 08:22:07 +02:00
Nikos Mavrogiannopoulos
c70aff2445 Merge pull request #1489 from nmav/dns
vpnc-script: handle multiple servers in INTERNAL_IP_DNS vars
2015-06-27 09:20:37 +03:00
Nikos Mavrogiannopoulos
39ecf00d65 vpnc-script: handle multiple servers in INTERNAL_IP_DNS vars
Resolves #1372

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-27 08:15:29 +02:00
heil
7c0d75e013 haproxy: bugfix release 1.5.13
Released version 1.5.13 with the following main changes :
  - BUG/MINOR: check: fix tcpcheck error message
  - CLEANUP: deinit: remove codes for cleaning p->block_rules
  - DOC: Update doc about weight, act and bck fields in the statistics
  - MINOR: ssl: add a destructor to free allocated SSL ressources
  - BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value being overwritten
  - MEDIUM: ssl: replace standards DH groups with custom ones
  - BUG/MINOR: debug: display (null) in place of "meth"
  - BUG/MINOR: cfgparse: fix typo in 'option httplog' error message
  - BUG/MEDIUM: cfgparse: segfault when userlist is misused
  - BUG/MEDIUM: stats: properly initialize the scope before dumping stats
  - BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels
  - CLEANUP: checks: fix double usage of cur / current_step in tcp-checks
  - BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end
  - CLEANUP: checks: simplify the loop processing of tcp-checks
  - BUG/MAJOR: checks: always check for end of list before proceeding
  - BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct
  - BUG/MEDIUM: peers: apply a random reconnection timeout
  - BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id
  - MEDIUM: init: don't stop proxies in parent process when exiting
  - MINOR: peers: store the pointer to the signal handler
  - MEDIUM: peers: unregister peers that were never started
  - MEDIUM: config: propagate the table's process list to the peers sections
  - MEDIUM: init: stop any peers section not bound to the correct process
  - MEDIUM: config: validate that peers sections are bound to exactly one process
  - MAJOR: peers: allow peers section to be used with nbproc > 1
  - DOC: relax the peers restriction to single-process
  - CLEANUP: config: fix misleading information in error message.
  - MINOR: config: report the number of processes using a peers section in the error case
  - BUG/MEDIUM: config: properly compute the default number of processes for a proxy

Signed-off-by: heil <heil@terminal-consulting.de>
2015-06-26 18:02:49 +02:00
Jo-Philipp Wich
fdde981522 net-snmp: fix musl compatibility
Fixup `iwlib.h` to not consider an musl environment to be an unsupported
platform.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 17:47:33 +02:00
Jo-Philipp Wich
cbf11196b7 ntpd: fix fortify source compatibility
The ntpd package ships autoconf macros which attempt to test for the C99
compliance of `snprintf()` and `vsnprintf()`.

Those macros unconditionally consider the functions not compliant in a cross
compile setting and therfore break all subsequent configure tests because
the `snprintf` and `vsnprintf` symbols are shadowed with `#define` directives
redirecting them to their respectiv gnulib replacements.

The fortify source headers in turn will `#undef` those defines when wrapping
the associated functions and therfore cause all `conftest` programs to emit
a failure.

Pass the required magic autoconf cache variables via `CONFIGURE_VARS` to let
`./configure` assume C99 compliance of the affected functions, thus fixing
the build.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 17:17:13 +02:00
Jo-Philipp Wich
e10abaf165 ntripclient: fix musl comaptibility
Add missing `sys/select.h` include to `ntripclient.c` to provide
declarations for `struct timeval` and `fd_set` under musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 16:48:26 +02:00
Jo-Philipp Wich
a187bc8d57 opennhrp: fix musl compatibility
- Add `fcntl.h` to `nrhp/opennhrp.c` for `open()`, `O_WRONLY` etc.
 - Add missing `sys/types.h` include to `nrhp/nrhp_common.h` to provide
   required `u_int*_t` types under musl

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 15:48:25 +02:00
Daniel Golle
2925877e73 gnunet: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-26 04:20:08 +02:00
Luka Perkov
0983670143 Merge pull request #1469 from jow-/squid-musl-compat
squid: fix musl compatibility
2015-06-25 22:04:35 +02:00
Luka Perkov
c6ffaa34d6 snort: add maintainer and SPDX license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-06-25 22:00:35 +02:00
Luka Perkov
b35efb38d5 Merge pull request #1470 from jow-/snort-hardening-fix
snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITY
2015-06-25 21:54:58 +02:00
Maxim Storchak
5d4955c9ff iodine: fix musl compatibility
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-06-25 19:57:50 +03:00
Jo-Philipp Wich
a89c0cadcf shadowsocks-client: fix fortify source compatibility
The shadowsocks source uses the name `encrypt` which is already reserved by
the `unistd.h` header. Rename the local `encrypt` and `decrypt` functions to
`crypto_encrypt` and `crypto_decrypt` in order to prevent clashes with the
standard headers.

Fixes the following build error oberserved on the buildbot:

    In file included from client.c:19:0:
    crypto.h:18:5: error: conflicting types for 'encrypt'
     int encrypt(int sockfd, struct link *ln);
         ^
    In file included from .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/fortify/unistd.h:20:0,
                     from client.c:12:
    .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/unistd.h:145:6: note: previous declaration of 'encrypt' was here
     void encrypt(char *, int);
          ^
    make[3]: *** [sslocal] Error 1

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 18:02:37 +02:00
Jo-Philipp Wich
eaf4652760 snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITY
The configure script incorrectly mangles `CFLAGS` by attempting to remove
`-Werror` from it, thus turning `-Werror=format-security` into just
`=format-security` which will cause subsequent autoconf tests to fail.

Patch out the custom `CFLAGS` mangling to fix the build.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 17:29:22 +02:00
Jo-Philipp Wich
321043ede9 Merge pull request #1468 from jow-/sstp-client-musl-compat
sstp-client: fix musl compatibility
2015-06-25 16:44:52 +02:00
Jo-Philipp Wich
768f1a42ae squid: fix musl compatibility
Change `sys/signal.h` include to just `signal.h`. The build otherwise fails
due to `-Werror` with the following message:

    In file included from rfcnb-io.c:43:0:
    .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/sys/signal.h:1:2: error: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Werror=cpp]
     #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
      ^
    cc1: all warnings being treated as errors

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 16:44:11 +02:00
Jo-Philipp Wich
419637e17f sstp-client: fix musl compatibility
- Ship a `net/ppp_defs.h` replacement header since musl does not provide one
   but `pppd/pppd.h` provided by pppd is needing it.
 - Add missing `sys/types.h` includes

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 16:31:58 +02:00
Jo-Philipp Wich
757de70511 usb: fix musl compatibility
Replace the nonstandard `SIGCLD` signal name with the proper `SIGCHLD` spelling
as the `SIGCLD` alias is not provided by musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 14:49:52 +02:00
Christian Schoenebeck
3788dd697b ddns-scripts: fix/update to version 2.4.3-1
fixed sed when filtering IP address from nslookup output
because "Server:" block might have multiple address lines.
Thanks to Arjen de Korte

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-06-24 18:46:52 +02:00
Jo-Philipp Wich
5325329b53 Merge pull request #1407 from jow-/wifidog-musl-compat
wifidog: fix musl compatibility
2015-06-24 13:50:57 +02:00
Jo-Philipp Wich
f0cb183834 Merge pull request #1387 from jow-/etherwake-musl-compat
etherwake: fix musl compatibility
2015-06-24 13:50:00 +02:00
Jonathan McCrohan
eaf358fbe6 Merge pull request #1425 from jow-/mtr-musl-compat
mtr: switch to upstream "newdns" branch
2015-06-23 23:04:10 +01:00
Steven Barth
c665325f8c strongswan: add more exceptions to musl-fixes
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-23 18:41:11 +02:00
Nicolas Thill
bdf5ef09e1 Merge branch 'ulogd-musl-compat' of git://github.com/jow-/packages into ulogd-musl-compat 2015-06-23 10:57:12 +02:00
Nicolas Thill
0aa8cea665 Merge branch 'keepalived-musl-compat' of git://github.com/jow-/packages into jow--keepalived-musl-compat 2015-06-23 01:33:11 +02:00
Noah Meyerhans
0b73e6833b Merge pull request #1436 from ManoftheSea/musl-compat
Make ipsec-tools compatible with musl
2015-06-22 14:44:20 -07:00
Steven Barth
1c66cd37e8 Merge pull request #1421 from Zokormazo/bwm-ng
bwm-ng: Fix building with gcc-security enabled
2015-06-22 17:20:09 +02:00
Steven Barth
33e58b49ac Merge pull request #1369 from kissg1988/seafile
seafile: build against libevhtp 1.1 instead of 1.2
2015-06-22 17:15:27 +02:00
heil
b1cac15063 haproxy: upstream fixes
- [PATCH 15/18] MEDIUM: ssl: replace standards DH groups with custom
 - [PATCH 16/18] BUG/MINOR: debug: display (null) in place of "meth"
 - [PATCH 17/18] CLEANUP: deinit: remove codes for cleaning
 - [PATCH 18/18] BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id

Signed-off-by: heil <heil@terminal-consulting.de>
2015-06-22 14:57:26 +02:00
Steven Barth
9bf0217f2f strongswan: refresh musl compatibility fixes
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-22 12:24:19 +02:00
Derek LaHousse
088ec6029f ipsec-tools: Make compatible with musl
Based on changes at http://git.alpinelinux.org/cgit/aports/plain/main/ipsec-tools/musl-cdefs.patch
Removed references to "login" and "logout" functions, as musl utmp
doesn't.
Bump PKG_RELEASE

Signed-off-by: Derek LaHousse <dlahouss@mtu.edu>
2015-06-21 20:38:39 -04:00
Ted Hess
6cbf2e0ad1 Merge pull request #1448 from damianorenfer/master
net/dnscrypt-proxy: update to 1.5.0
2015-06-21 17:05:18 -04:00
heil
9433d5ad28 nginx: fix musl compatibility
- include Patches according to issue #1129
 - refresh Makefile

Signed-off-by: heil <heil@terminal-consulting.de>
2015-06-21 21:41:17 +02:00
Damiano Renfer
7621572e22 net/dnscrypt-proxy: update to 1.5.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-06-21 18:45:30 +02:00
Daniel Golle
60ba8483f1 gnunet: build PostgreSQL and mySQL backends
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-21 17:30:32 +02:00
Daniel Golle
161b225acc gnunet: update source to r35963
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-21 15:25:43 +02:00
Nikos Mavrogiannopoulos
18be1b77cf transmission: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-21 12:00:02 +02:00
Steven Barth
c2d2967e59 Merge pull request #1441 from commodo/ovs-musl
openvswitch: a bit of cleanup + fix musl compatibility
2015-06-20 16:27:25 +02:00
Nikos Mavrogiannopoulos
bc034ae30a ocserv: depend on radcli
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-20 13:56:49 +02:00
Nikos Mavrogiannopoulos
1b426f5bcf Merge pull request #1442 from nmav/oc
openconnect: added support for supplying a fixed second password.
2015-06-20 13:48:40 +03:00
Nikos Mavrogiannopoulos
2c6a3743c6 openconnect: updated documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-20 12:36:55 +02:00
Nikos Mavrogiannopoulos
749abcacc8 openconnect: allow processing multiple passwords from stdin
Resolves #1419

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-20 12:36:39 +02:00
Alexandru Ardelean
3c78eb04b8 openvswitch: fix musl compatibility
Remove libatomic support from OVS: musl's libatomic seems incomplete.
Conditionally compile <net/if_packet.h>.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-06-20 11:16:22 +03:00
Alexandru Ardelean
b65d05a5ab openvswitch: cleanup makefile (remove explicit build rules)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-06-20 09:49:09 +03:00
Steven Barth
2865b5aa09 strongswan: fix musl builds, reenable lost modules
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-19 18:38:44 +02:00
Jo-Philipp Wich
44d7aa7789 Merge pull request #1426 from jow-/tinc-musl-compat
tinc: fix musl compatibility
2015-06-19 16:03:08 +02:00
Jonas Gorski
e49e86e036 znc: update to 1.6.0
Fixes compilation with musl.

Requires GCC 4.7 or newer, so broken for octeon.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-06-19 13:10:19 +02:00
Jo-Philipp Wich
a9277215a9 Merge pull request #1427 from jow-/tgt-musl-compat
tgt: fix musl compatibility
2015-06-19 12:21:26 +02:00
Matthias Schiffer
c38ba76698 fastd: fix musl compatibility
Prefer linux/if_ether.h over netinet/if_ether.h if available since the
musl libc if_ether.h header does not allow mixing with kernel headers,
it will result in a struct ethhdr redefinition error.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-06-19 04:16:09 +02:00
Jo-Philipp Wich
23bd12a89a Merge pull request #1416 from jow-/vpnc-musl-compat
vpnc: fix musl compatibility
2015-06-18 23:51:28 +02:00
Jo-Philipp Wich
e55822ec2b tgt: fix musl compatibility
- Include `sys/user.h` if `__WORDSIZE` is undefined
 - Add `fcntl.h` to `libscc.c` in order to declare `loff_t`

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-18 20:18:15 +02:00
Jo-Philipp Wich
4004ec2c75 tinc: fix musl compatibility
Let configure include `sys/if_tun.h` when testing for `netinet/if_ether.h`
to detect the Kernel/libc header conflict on musl.

After this patch, configure will correctly detect `netinet/if_ether.h` as
unusable and the subsequent compilation will not attempt to use it.

Fixes the following compatibility error:

	In file included from .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/linux/if_tun.h:20:0,
	                 from linux/device.c:24:
	.../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/linux/if_ether.h:137:8: error: redefinition of 'struct ethhdr'
	 struct ethhdr {
	        ^
	In file included from .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/net/ethernet.h:10:0,
	                 from linux/../have.h:180,
	                 from linux/../system.h:26,
	                 from linux/device.c:21:
	.../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/netinet/if_ether.h:96:8: note: originally defined here
	 struct ethhdr {
	        ^
	make[5]: *** [linux/device.o] Error 1

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-18 19:51:59 +02:00
Julen Landa Alustiza
5aae478e24 bwm-ng: fix building with gcc-security enabled
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2015-06-18 18:45:04 +02:00
Jo-Philipp Wich
54e6887881 mtr: switch to upstream "newdns" branch
Switch the mtr package to the upstream `newdns` git branch.

This will fix compilation on Glibc, uClibc and musl without requiring
further patches.

Note that the base version of this branch is 0.85, not 0.86 so the
lower version number is intentional.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-18 18:35:22 +02:00
Jo-Philipp Wich
d5c31e1bf3 ulogd: fix musl compatibility
- Avoid non-pointer use of `FILE` type since its just a forward declaration
 - Build with -D_GNU_SOURCE to expose required `struct tcphdr` members

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-18 17:30:30 +02:00
Jo-Philipp Wich
b3c3ccc10a vpnc: fix musl compatibility
- Add missing `sys/ttydefaults.h` include to `config.c`
 - Restrict usage of `error.h` to glibc and uclibc only
 - Avoid including `linux/if_tun.h` on non-glibc/uclibc to prevent
   musl kernel/libc header conflicts

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-18 00:30:21 +02:00
Peter Ivanov
192884514f vnstat: fix musl compatibility
Signed-off-by: Peter Ivanov <pivanov@hotmail.com>
2015-06-18 01:26:46 +03:00
Nikos Mavrogiannopoulos
7a3493a9eb ocserv: don't use isolate workers as seccomp is not enabled
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-17 22:55:08 +02:00
Nikos Mavrogiannopoulos
0bfd280c2d ocserv: use procd for init file
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-17 22:55:08 +02:00
Nikos Mavrogiannopoulos
16ce68e228 ocserv: disabled MIPS16
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-17 22:07:42 +02:00
Nikos Mavrogiannopoulos
00671e854d openconnect: updated to 7.06 and disabled MIPS16
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-17 22:06:52 +02:00
Nikos Mavrogiannopoulos
49bfb73dfd transmission: increase the number of retries for respawn
The default 5 per hour is too small for transmission which may
crash quite some times.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-17 22:03:40 +02:00
Jonathan McCrohan
81f9889bb0 Merge pull request #1406 from jow-/xinetd-musl-compat
xinetd: fix musl compatibility
2015-06-17 20:08:18 +01:00
Jo-Philipp Wich
2b5856ae72 wifidog: fix musl compatibility
- Fix missing `fcntl.h` in `protocol.c`
 - Replace nonstandard `sys/unistd.h` includes with `unistd.h` ones

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 19:41:42 +02:00
Jo-Philipp Wich
644ae71ebc xinetd: fix musl compatibility
Pass HAVE_RLIM_T via TARGET_CPPFLAGS since configure uses that define
but never actually declares it.

Without doing that, `config.h` tries to declare `rlim_t` itself which
leads to `config.h:126:16: error: 'long long long' is too long for GCC`
with musl on at least x86_64.

Also refresh patches while we're at it.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 19:31:03 +02:00
Daniel Golle
780cf06d28 gnunet: update source
get rid of another cross-compile patch now fixed upstream

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-17 19:24:57 +02:00
Ted Hess
0106a6931a Merge pull request #1393 from hnyman/vsftpd-musl
vsftpd: fix musl compatibility
2015-06-17 12:46:20 -04:00
Jo-Philipp Wich
508e19a190 keepalived: fix musl compatibility
- Add missing sys/types.h include to provide u_short type under musl

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 18:28:23 +02:00
Toke Høiland-Jørgensen
771ce26a71 [sqm-scripts/luci-app-sqm] Document how to disable shaping on a per direction basis
sqm-scripts for a long time interprets a "Down- or Upload speed" of zero as
an indication that the shaper should be disabled. Note that really shaping
an individual direction down  o zero will make the link effectively dead
for tcp (think reverse ACK traffic). Son instead of allowing the user to
configure something broken, 0 was "over-loaded" to denote no shaping
since several years, but that information has not been documented visibly
to the users. This commit aims at fixing that oversight.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-06-17 13:04:08 +02:00
Luka Perkov
f48315ba03 Merge pull request #1395 from jow-/pptpd-musl-compat
pptpd: fix musl compatibility
2015-06-17 09:49:21 +02:00
Nikos Mavrogiannopoulos
5dc38551aa Merge pull request #1363 from nmav/master
transmission: use procd
2015-06-17 08:50:45 +03:00
Jo-Philipp Wich
d94d9bd232 Merge pull request #1392 from jow-/bridge-must-compat
bridge-utils: fix musl compatibility
2015-06-17 02:31:50 +02:00
Jo-Philipp Wich
ba31ff7d5e pptpd: fix musl compatibility
- Ship a net/ppp_defs.h replacement header since musl does not provide one
   but pppd/pppd.h provided by pppd is needing it.
 - Replace deprecated MSG_TRYHARD flag with the proper MSG_DONTROUTE one
 - Unconditionally include string.h in bcrelay to avoid undeclared memset()
   and strcpy() warnings.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 00:12:42 +02:00
Hannu Nyman
bc7c3799d4 vsftpd: fix musl compatibility
Make vsftpd to compile with musl, while preserving uclibc compatibility.

When using musl:
* disable UTMPX functionality
* disable -lnsl option in upstream Makefile

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-06-16 21:50:04 +03:00
Jo-Philipp Wich
c10f93b913 bridge-utils: fix musl compatibility
Add missing includes to libbridge.h to define struct timeval and the
required u_int*_t types under musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 19:39:25 +02:00
Daniel Golle
b6e1de2bdc gnunet: update source
Most of the local patches have been integrated upstream.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 16:39:03 +02:00
Jo-Philipp Wich
e76f394fdc etherwake: fix musl compatibility
Always include net/ethernet.h instead linux specific headers,
fixes compilation with musl libc.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 15:08:27 +02:00
Jo-Philipp Wich
a0968faedb socat: fix musl compatibility
Do not include netinet/if_ether.h for musl to prevent struct ethhdr
redeclarations.

Also define NETDB_INTERNAL if needed to fix compilation of the network
backends.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 14:58:28 +02:00
Daniel Golle
4116e327af gnunet: update source and fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 13:12:11 +02:00
Nikos Mavrogiannopoulos
6161f40875 Optimized /proc/meminfo parsing
Suggested by @jow-

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-14 21:21:04 +02:00
Gergely Kiss
4b897fe764 seafile: build against libevhtp 1.1 instead of 1.2
This fixes multiple issues like upload/download problems on seahub
and also makes it possible to use the new HTTP syncing feature
which doesn't work with libevhtp 1.2.10 at all.
2015-06-14 18:04:23 +02:00
Nikos Mavrogiannopoulos
6091831a5b transmission: make the memory percentage allowed configurable
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-13 00:28:47 +02:00
Nikos Mavrogiannopoulos
e797b5ff78 transmission: use procd
That allows to restart transmission when it crashes, to limit
the memory used by it, as well as be jailed in the directories
it is supposed to access.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-13 00:19:02 +02:00
Steven Barth
9cb63f38e8 Merge pull request #1362 from oneru/fwknopd
Fwknopd: Set capture interface to wan by default
2015-06-12 10:34:01 +02:00
heil
d5c18252d4 haproxy: add patches from upstream
- [PATCH 1/2] BUG/MEDIUM: stats: properly initialize the scope before
 - [PATCH 2/2] BUG/MEDIUM: http: don't forward client shutdown without
 - [PATCH 3/8] BUG/MINOR: check: fix tcpcheck error message
 - [PATCH 4/8] CLEANUP: checks: fix double usage of cur / current_step
 - [PATCH 5/8] BUG/MEDIUM: checks: do not dereference head of a
 - [PATCH 6/8] CLEANUP: checks: simplify the loop processing of
 - [PATCH 7/8] BUG/MAJOR: checks: always check for end of list before
 - [PATCH 8/8] BUG/MEDIUM: checks: do not dereference a list as a
 - [PATCH 09/10] BUG/MEDIUM: peers: apply a random reconnection timeout
 - [PATCH 10/10] DOC: Update doc about weight, act and bck fields in the
 - [PATCH 11/14] MINOR: ssl: add a destructor to free allocated SSL
 - [PATCH 12/14] BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value
 - [PATCH 13/14] BUG/MINOR: cfgparse: fix typo in 'option httplog' error
 - [PATCH 14/14] BUG/MEDIUM: cfgparse: segfault when userlist is misused

Signed-off-by: heil <heil@terminal-consulting.de>
2015-06-11 19:03:14 +02:00
Jonathan Bennett
a624a63150 Fwknopd: Set capture interface to wan by default
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-06-10 21:57:13 -05:00
Matthias Schiffer
ace1918bf5 ethtool: update to 4.0
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-06-10 21:19:41 +02:00
Marko Ratkaj
ca26e17048 netdiscover: add license info
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:20:33 +02:00
Marko Ratkaj
1fac9ac756 luci-app-squid: add package
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:18:04 +02:00
Marko Ratkaj
69116fb9e7 squid: minor changes in Makefile and init script
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:15:36 +02:00
Steven Barth
267174b747 strongswan: bump to 5.3.2
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-08 18:09:58 +02:00
Steven Barth
ee60975f76 Merge pull request #1354 from fededim/master
sstp-client: updated to version 1.0.10
2015-06-08 12:42:18 +02:00
Rupan
47486a9889 sstp-client: updated to version 1.0.10
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2015-06-08 12:26:13 +02:00
Steven Barth
433a621c42 strongswan: update to 5.3.1, cleanup broken modules
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-08 07:48:41 +02:00
Daniel Golle
9b5a7966ff gnunet: package accidentally dropped peerstore_sqlite
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-05 17:42:34 +02:00
Daniel Golle
e0b2a226a3 xl2tpd: fix xl2tpd options
The previous commit left an unwanted string in the options passed
to xl2tpd-control. Remove that as well.
Also set procd respawn parameter now that I'm at it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-05 17:42:06 +02:00
Daniel Golle
0f562aa7c3 xl2tpd: don't let xl2tpd handle redial
netifd is taking care of that already.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-05 14:53:36 +02:00
Daniel Golle
d6ac08f843 gnunet: improve packaging and set fix permissions on firstrun
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-05 14:53:22 +02:00
Daniel Golle
885a425824 gnurl: no longer force-enable TLS-SRP
It might not be available in GnuTLS and is not strictly required
by the gnurl manifest, see
http://www.git.taler.net/?p=gnurl.git;a=blob;f=README;h=f7521aa431a4e77a58dc558880ff54648d69e072;hb=HEAD#l22

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-05 14:53:22 +02:00
Daniel Golle
7582a91760 gnunet: don't override default to 'n'
Overriding DEFAULT to 'n' prevents packages being build unless
explicitely selected even if ALL is set.
Instead, set 'DEFAULT:=y if PACKAGE_gnunet' for the default
packages and otherweise don't touch DEFAULT.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-05 01:45:14 +02:00
Daniel Golle
93584e3cbe gnunet: use templates to package components
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-04 02:37:03 +02:00
Daniel Golle
67e34ce071 gnunet: improve packages
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-04 00:45:14 +02:00