Commit graph

1451 commits

Author SHA1 Message Date
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
Daniel Golle
ae90788b64 gnunet: split up into smaller packages, bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-03 22:40:36 +02:00
Othmar Truniger
def24612af knxd: revert to older version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-06-02 20:21:53 +02:00
Michael Heimpold
0d9d2a1046 Merge pull request #1330 from tru7/knxd
knxd: bump to new version
2015-05-31 23:27:28 +02:00
Daniel Golle
a85f38afea gnunet: improve procd init-script
Directly call /usr/lib/gnunet/libexec/gnunet-service-arm instead
of /usr/bin/gnunet-arm, so it remains attached to procd.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 18:54:52 +02:00
Daniel Golle
b9eb46387d gnurl: bump release
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 18:32:53 +02:00
Daniel Golle
6bbdfa55df gnurl: reduce feature-set to match specs in README
gnurl's README states quite excatly which CONFIGURE_ARGS to pass,
so disable lots of unneeded stuff.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 18:28:40 +02:00
Othmar Truniger
10d6da7d46 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-05-31 16:00:02 +02:00
Daniel Golle
70980bc50b gnunet: use upstream fix for libmicrohttpd detection
The autoconf issue when detecting libmicrohttpd was fixed upstream in
SVN revision 35845. Use that and remove the dirty work-around.

See also:
https://gnunet.org/bugs/view.php?id=3805#c9201

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 14:13:58 +02:00
Alexander Ryzhov
24efa9a6ca gnurl: Respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-31 11:21:58 +00:00
Daniel Golle
e3515017eb gnunet: fixup more dependencies
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 12:58:52 +02:00
Daniel Golle
e6deb6136a gnunet: work-around libmicrohttpd detection
Bug filed upstream:
https://gnunet.org/bugs/view.php?id=3805

Once fixed, this patch can be removed.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 07:40:44 +02:00
Daniel Golle
f560fb95c3 gnurl: add forgotten MD5SUM
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 07:20:51 +02:00
Daniel Golle
ce0b6a4554 gnunet: fix things and use newer source version
- use newer source version from SVN
 - made it detect gnurl
 - added init script
 - added gnunet user

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 07:14:25 +02:00
Daniel Golle
eba7afcfb7 gnurl: add net package
This is definitely one of the ugliest things I ever got my
hands on. If it even did the job properly, but no, it tries
to install it's headers in /usr/include/curl collidings with
actual curl's headers. Fixed that by installing them into
/usr/include/gnurl instead. Now gnunet can use gnurl.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 07:14:25 +02:00
Daniel Golle
98a821a93a gnunet: add new package
The single 'gnunet' package built should be further split up,
meta-packages for common use-cases should be added.
However, it's not too big to run on devices with 8MB of flash or more,
even in the current monolithic package.
Integration with procd and netifd is not yet implemented.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-30 23:28:42 +02:00
Jo-Philipp Wich
f5ca16f98d nfs-kernel-server: revert CONFIG_IPV6 handling
Building nfs-kernel-server with --enable-ipv6 requires not yet packaged
libtirpc, therfore unconditionally disable IPv6 support again for now.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-05-29 17:41:33 +02:00
Ted Hess
dece510558 Merge pull request #1317 from thess/bridge-update
bridge-utils: Add busybox fixup in postrm
2015-05-29 06:48:52 -04:00
Syrone Wong
c8a8bea8e3 ethtool: add missing quotation mark in Makefile
Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
2015-05-29 11:15:10 +08:00
Nikos Mavrogiannopoulos
f9f4ba7d1e ocserv: use freeradius-client library if radius support is requested
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-28 20:02:05 +02:00
Ted Hess
7dc3a17d53 bridge-utils: Add busybox fixup in postrm
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-28 13:19:25 -04:00
Matthias Schiffer
17f428fca6 Merge pull request #1292 from ffainelli/ethtool
ethtool: Add option to enable/disable pretty-printing
2015-05-28 17:05:56 +02:00
Marko Ratkaj
fe3d554c6a ulogd: add json plugin
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-05-28 16:07:41 +02:00
Florian Fainelli
165fb918a6 ethtool: Add option to enable/disable pretty-printing
With upstream commit
https://git.kernel.org/cgit/network/ethtool/ethtool.git/commit/?id=875616dfcbe57ea0f639a20d85fcbad2172ad744

there is now an option to produce a smaller ethtool build which will
disable pretty printing (Ethernet drivers, SFP diagnostics...) for
platforms that do not need it.

Hook a menu configuration option to control that option. Build size
differences on ar71xx:

With:
-rw-r--r-- 1 florian florian 79K mai   23 10:43
bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk

Without:
-rw-r--r-- 1 florian florian 23K mai   23 10:43
bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-05-27 20:00:55 -07:00
Peter Wagner
1710be8605 git: update to 2.4.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-05-27 21:32:31 +02:00
Jo-Philipp Wich
9e2788c96b Merge pull request #1181 from ryzhovau/ipv6_opt
Optional IPv6 support
2015-05-27 18:49:06 +02:00
Ted Hess
9589efa5bc Merge pull request #1294 from mar-kolya/add-bridge-utils
Move bridge-utils from oldpackages
2015-05-26 10:49:40 -04:00
Mislav Novakovic
387b3f751b netdiscover: add package
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2015-05-26 12:51:04 +02:00
Marko Ratkaj
669b44a50c clamav: bump to 0.98.7
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-05-26 12:51:04 +02:00
Steven Barth
d2670b43f2 Merge pull request #1298 from chris5560/master
radicale: fixed hotplug and init script
2015-05-26 08:50:51 +02:00
Nikolay Martynov
4a343362da bridge-utils: copy from oldpackages
* update Makefile accoring to CONTRIBUTING.md, set maintainer
* fix file offset handling
* use https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git for source code

Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
2015-05-25 21:41:56 -04:00
Mislav Novakovic
ccd9752fb6 freeradius2: add mirror for older releases
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2015-05-26 00:37:51 +02:00
Nuno Goncalves
76f57ca7eb sshtunnel: fixes validation bug with dynamic port forwarding.
Thanks to Avi Alkalay <avi@unix.sh>

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-05-25 22:07:04 +01:00
Christian Pointner
80396166a8 ntpd: enable ATOM (PPS) support
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2015-05-25 18:45:23 +02:00
Christian Schoenebeck
65fb23d515 radicale: fixed hotplug and init script
* fixed hotplug script (not restarting on "ifup")
* fixed init script (not stopping in 1 second)
* fixed PKG_MAINTAINER string
* removing not needed comments in config file

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-05-24 21:34:34 +02:00
Nicolas Thill
d8362b6d04 ipsec-tools: fix null dereference in racoon
* add a patch to fix a null pointer dereference in src/racoon/gssapi.c (CVE-2015-4047)
 * refresh patches
 * bumb release number

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-24 20:38:44 +02:00
Ted Hess
0f8b49faaa Merge pull request #1289 from clehner/master
Fix emailrelay init script
2015-05-24 13:36:22 -04:00
Hauke Mehrtens
84c6815a9c openvswitch: fix build with kernel >= 3.18.13
This fixes a build problem with kernel >= 3.18.13.
This should close #1283.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-05-24 15:27:50 +02:00
Yousong Zhou
59f33d2aa7 xl2tpd: refactor for more resilience.
- Use netifd no_proto_task for notifying that xl2tpd does not have a
   protocol task running.
 - Use procd for xl2tpd service management.
 - Refreshed 2xx patches to

    - Prevent leftover regular type control result file.
    - Allow xl2tpd run as foreground process while logging via syslog.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

 - bumped version
 - removed dependency on `ip` package as routes are setup by netifd
   if iproute2 is actually required, please depend on
   `@(PACKAGE_ip||PACKAGE_ip-full)` instead of `ip`

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-24 12:18:38 +02:00
Nikos Mavrogiannopoulos
15f744bb53 ocserv: corrected checksum
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-24 11:16:28 +02:00
Nikos Mavrogiannopoulos
0622e99f91 ocserv: updated to 0.10.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-24 11:00:10 +02:00
Steven Barth
38f5f10948 Merge pull request #1284 from oneru/key-gen
Fwknopd: Backport patch to enable keygen in fwknopd
2015-05-24 10:13:18 +02:00
Charles Lehner
e30b50f0a1 Fix emailrelay init script
Signed-off-by: Charles Lehner <cel@celehner.com>
2015-05-23 13:18:17 -04:00
Ted Hess
0429e223d9 Merge pull request #1281 from fededim/master
lftp: added mirror directory old to avoid build disruption on new version releases
2015-05-22 17:57:55 -04:00
Nikos Mavrogiannopoulos
01851966b8 ocserv: silence warnings and set group default value
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-22 21:56:29 +02:00
Jonathan Bennett
b0a605c1c3 Fwknopd: Backport patch to enable keygen in fwknopd
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-22 13:21:55 -05:00
Rupan
5b045bd1f1 lftp: added mirror directory old to avoid build disruption on new version releases
Signed-off-by: Federico Di Marco fededim@gmail.com
2015-05-22 17:29:03 +02:00
Steven Barth
95949a8124 Merge pull request #1277 from fededim/master
lftp: updated to 4.6.2
2015-05-22 11:12:46 +02:00
Ted Hess
89a45fce95 Merge pull request #1270 from fatbob313/master
uMurmur: Update to 0.2.16.
2015-05-21 17:48:03 -04:00
Martin Johansson
6c004eb0a2 umurmur: Update to 0.2.16. Also fix build breakage since PolarSSL/MbedTLS's version module was disabled.
Signed-off-by: Martin Johansson <martin@fatbob.nu>
2015-05-21 22:33:46 +02:00
Rupan
0a8f277853 lftp: updated to 4.6.2
Signed-off-by: Federico Di Marco fededim@gmail.com
2015-05-21 11:00:11 +02:00
Alexander Ryzhov
7343322bd0 rtorrent: respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-21 06:13:35 +00:00
Alexander Ryzhov
b0f2853135 nfs-kernel-server: respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-21 06:13:35 +00:00
Alexander Ryzhov
3dd3316f67 mtr: respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-21 06:13:35 +00:00
Imre Kaloz
4b7237a8aa Merge pull request #1269 from teslamint/patch-2
coova-chilli: fix stat failed error when compile without kmod
2015-05-20 22:39:39 -07:00
Nuno Goncalves
c87334ff72 usbip: move to github (closes #1259)
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
[nunojpg@gmail.com: Added PKG License and changed commit message]
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-05-20 23:41:36 +01:00
Michael Heimpold
72f362fb09 Merge pull request #1274 from tru7/knxd
knxd: bump to new version
2015-05-20 20:32:42 +02:00
Othmar Truniger
8b58c7f207 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-05-20 19:31:48 +02:00
Luka Perkov
6d9064e230 snort: add SF mirror
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-20 19:05:27 +02:00
Marko Ratkaj
a39de9738a luci-app-clamav: add package
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-05-20 17:31:08 +02:00
Marko Ratkaj
f9507c02e0 clamav: add package
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-05-20 17:28:30 +02:00
Marko Ratkaj
8c13dbd2e1 luci-app-e2guardian: add package
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-05-20 17:22:17 +02:00
Marko Ratkaj
52e66a21d4 e2guardian: bump to 3.1.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-05-20 17:15:23 +02:00
Jaehoon You
c14e55e452 coova-chilli: fix stat failed error when compile without kmod
This patch fixes #1261.

Signed-off-by: Jaehoon You <teslamint@gmail.com>
2015-05-18 13:52:12 +09:00
Christian Pointner
7af256a6cd tcpproxy: update to version 1.2
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2015-05-17 18:53:22 +02:00
Cezary Jackiewicz
2925a16a83 usbip: import from old packages 2015-05-15 07:55:33 +02:00
Luka Perkov
264b65a41b pptpd: import from old packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-15 02:31:19 +02:00
Daniel Golle
d4381c289f xl2tpd: fix a minor compiler warning
gcc complains about atexit() being implicitely defined in
xl2tpd-control.c
Fix that by including stdlib.h in xl2tpd-control.c

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 16:12:04 +02:00
Daniel Golle
964edd830b xl2tpd: update source, import some useful patches
Yousong Zhou <yszhou4tech@gmail.com> made a couple of useful fixes
mostly for the xl2tpd-control tool which was broken.
imported them (patches/2*) here.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:23:21 +02:00
Daniel Golle
324383e5b1 opentracker: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:23:21 +02:00
Steven Barth
2fbc52aad9 Merge pull request #1241 from chris5560/master
ddns-scripts: update to version 2.4.2-1
2015-05-11 17:13:54 +02:00
Luka Perkov
5bcbff46f9 squid: fix parallel builds
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-11 11:24:55 +02:00
Jonathan McCrohan
3e9ffaa4f8 Merge pull request #1247 from oneru/master
Fwknopd: Fix a typo in the init file
2015-05-11 00:10:37 +01:00
Jonathan Bennett
c8122975d3 Fwknopd: Fix a typo in the init file
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-10 16:05:24 -05:00
Jonathan Bennett
1947795df8 Fwknop: add flexibility to uci support
Styling cleanups
signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-10 01:04:46 -05:00
Jonathan Bennett
f2d8fc3bc2 Fwknop: Update to newest release
add basic uci support
add optional gpg support

signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-09 01:30:32 -05:00
Christian Schoenebeck
8161cba303 ddns-scripts: update to version 2.4.2-1
* fix Makefile to force compression of tld_names.dat reported in OpenWrt Ticket 19597
* change default of retry_count to "0" (retry endless) suggested by Henning Schild
* updated tld_names.dat include changes until 07.05.2015

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-05-08 20:39:10 +02:00
Markus Stenberg
c886fe965c mdnsresponder: No longer require IPv4 address to start.
It used to require 1+ IPv4 addresses to start on Linux. Now it starts
up with 0 addresses (of any type), as netlink can provide us more
later. This way, no stupid restart loop with procd if it is racing
with netifd at startup.

Signed-off-by: Steven Barth <steven@midlink.org>
2015-05-08 13:29:13 +02:00
Karl Palsson
453152b874 net/mosquitto: Upgrade 1.4.1 to 1.4.2
Bugfix release.  Full changelog available at:
http://mosquitto.org/2015/05/version-1-4-2-released/

Drops a patch now included upstream.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-05-08 11:00:50 +00:00
Marty R
d5c824e8bf nut: remove patch for old automake version
tools/automake was updated to 1.15 which removed this bug; patch no longer needed.

Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
2015-05-06 20:58:02 -07:00
Steven Barth
a7baec6257 Merge pull request #1226 from kissg1988/seafile
seafile: update to 4.1.2, create config file
2015-05-05 13:41:33 +02:00
heil
cb0349ced8 memcached: upgrade to 1.4.24
Signed-off-by: heil <heil@terminal-consulting.de>
2015-05-04 17:55:00 +02:00
heil
26d577ac26 haproxy: update to 1.5.12
[RELEASE] Released version 1.5.12

    Released version 1.5.12 with the following main changes :
        - BUG/MINOR: ssl: Display correct filename in error message
        - DOC: Fix L4TOUT typo in documentation
        - BUG/MEDIUM: Do not consider an agent check as failed on L7 error
        - BUG/MINOR: pattern: error message missing
        - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match
        - BUG/MEDIUM: buffer: one byte miss in buffer free space check
        - BUG/MAJOR: http: don't read past buffer's end in http_replace_value
        - BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax
        - BUG/MEDIUM: peers: correctly configure the client timeout
        - BUG/MINOR: compression: consider the expansion factor in init
        - BUG/MEDIUM: http: hdr_cnt would not count any header when called without name
        - BUG/MEDIUM: listener: don't report an error when resuming unbound listeners
        - BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only
        - BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified
        - BUG/MEDIUM: http: remove content-length from chunked messages
        - DOC: http: update the comments about the rules for determining transfer-length
        - BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1
        - BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request
        - BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding
        - MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230
        - MEDIUM: http: add option-ignore-probes to get rid of the floods of 408
        - BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies
        - MINOR: stick-table: don't attach to peers in stopped state
        - MEDIUM: config: initialize stick-tables after peers, not before
        - MEDIUM: peers: add the ability to disable a peers section
        - DOC: document option http-ignore-probes
        - DOC: fix the comments about the meaning of msg->sol in HTTP
        - BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body
        - BUG/MAJOR: http: prevent risk of reading past end with balance url_param
        - DOC: update the doc on the proxy protocol

Signed-off-by: heil <heil@terminal-consulting.de>
2015-05-04 17:49:47 +02:00
Gergely Kiss
d1270720dc seafile: missing config file added 2015-05-03 21:05:35 +02:00
Gergely Kiss
c5743c7b0b seafile: create config file in a more elegant way 2015-05-03 21:01:21 +02:00
Gergely Kiss
b7396c9334 seafile: added configuration file to turn fastcgi mode on/off
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-05-02 13:55:16 +02:00
Gergely Kiss
69c18b28cd seafile: update to version 4.1.2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-05-02 13:54:17 +02:00
Nicolas Thill
884c1c9b42 e2guardian: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 04:43:13 +02:00
Nicolas Thill
c5a5bf7145 wavemon: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 04:37:41 +02:00
Nicolas Thill
efe7e4d198 redsocks: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 04:29:39 +02:00
Nicolas Thill
2bdc41e37d Merge branch 'coova-chilli-patch' of https://github.com/teslamint/packages 2015-05-01 03:59:25 +02:00
Nicolas Thill
f746041323 krb5: fix build failure on rebuild (closes: #1143)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 03:52:22 +02:00
Nicolas Thill
316b7a25f6 Merge branch 'ser2net-led-support' of https://github.com/mhei/packages 2015-05-01 03:27:34 +02:00
Nikos Mavrogiannopoulos
e5f8c378c1 ocserv: updated to 0.10.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-30 22:21:21 +02:00
Toke Høiland-Jørgensen
7d10659c66 sqm-scripts: Only run on hotplug if the init script is enabled.
Fixes #1202.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-04-30 14:22:09 +02:00
Hauke Mehrtens
95aef0298b tor: disable seccomp support
seccomp is only supported on x86, amd64 and arm in tor.
This deactivated it currently completely which should close #935,
 #1097, #1147 and #1161.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-04-29 23:16:09 +02:00
Hauke Mehrtens
39a4601aac tor: update to stable version 0.2.5.12
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-04-29 22:29:23 +02:00
Michael Heimpold
c380283137 ser2net: add patch for LED activity support
This adds a patch for ser2net, so that ser2net can be configured
to flash leds on serial traffic. This could -for example- be used
to have an activity indicator, like netdev trigger.
Internally, the linux kernel's 'transient' led trigger is used.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-04-29 20:37:31 +02:00
Thomas Heil
8827409a17 Merge pull request #1216 from ryzhovau/halog_linkage
haproxy: fix halog linkage
2015-04-29 12:05:39 +02:00
Alexander Ryzhov
95faa1a0ba haproxy: fix halog linkage
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-29 08:42:02 +00:00
Marty R
b195c1c367 nut: Update to 2.7.3
Updated the package to the latest upstream version.
Removed a patch that was merged upstream.
Bumped copyright notice to 2015.

Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
2015-04-28 14:19:38 -07:00
Thomas Heil
b4cb981d3f Merge pull request #1209 from ryzhovau/haproxy_pcredir
haproxy: fix PCREDIR
2015-04-28 17:36:21 +02:00
Jaehoon You
3346bfd27b coova-chilli: fix compile error that cannot copy netfilter extension library
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2015-04-29 00:24:38 +09:00
Alexander Ryzhov
ba80d015ed fix PCREDIR
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-28 13:42:15 +00:00
Imre Kaloz
45e0e2a0b9 coova-chilli: add uci configuration file, init.d and firewall script 2015-04-28 15:08:15 +02:00
Imre Kaloz
8e2807532c Merge pull request #1123 from teslamint/patch-2
coova-chilli: add netfilter kernel module package with patches
2015-04-28 14:59:21 +02:00
Imre Kaloz
927a7164fa Merge pull request #1124 from teslamint/patch-3
coova-chilli: fix compile error with cyassl
2015-04-28 14:59:13 +02:00
Vladimir Ulrich
99fe4286c7 [net/snort] Replaced build variants with compile options.
Also added optional lzma support.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-04-28 00:50:18 +03:00
Steven Barth
fa4365dd9b ocserv: explicitly pass --without-gssapi to work-around SDK issue
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-27 15:42:11 +02:00
Steven Barth
8da9355228 Merge pull request #1173 from Wedmer/master
[net/siit] Moved from oldpackages and updated for kernels 3.17+
2015-04-27 11:39:44 +02:00
Nikos Mavrogiannopoulos
03a638e002 ocserv: corrected session expiration in sec-mod
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-26 23:05:24 +02:00
Daniel Golle
4c399f28fd freeradius2: update to version 2.2.7 and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-26 19:44:20 +02:00
Nikos Mavrogiannopoulos
899724bd35 ocserv: updated to 0.10.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-26 02:19:50 +02:00
Michael Haas
17a51b7b86 wifidog: Bring back Wifidog at 1.2.1
This commit brings back Wifidog from the oldpackages
repository.

Changes:

* Wifidog version 1.2.1
* Add wifidog-tls package
* Init script uses procd

Signed-off-by: Michael Haas <haas@computerlinguist.org>
2015-04-24 13:50:38 +02:00
Vladimir Ulrich
2ef99b98ca [net/siit] Moved from oldpackages and updated for kernels 3.17+
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-04-23 12:10:34 +03:00
Steven Barth
e6a7272dee Merge pull request #1168 from salzmdan/master
knot: update to 1.6.3
2015-04-23 10:38:56 +02:00
Alexander Ryzhov
8e26160834 lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 07:58:33 +00:00
Daniel Salzman
122a780e7f knot: update to 1.6.3
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-04-23 09:24:46 +02:00
Christian Schoenebeck
f98dbf5aab radicale: [NEW] Python-based CalDAV/CardDAV Server
Inspired by OpenWrt Ticket System Ticket 9119
Python3 package currently marked as @BROKEN because no time for testing.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-04-20 21:14:03 +02:00
Steven Barth
3828a7096d openvswitch: fixup kernels for older versions
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-20 18:15:55 +02:00
Steven Barth
8b1c88659a openvswitch: Fixup SUPPORTED_KERNELs
Signed-off-By: Steven Barth <steven@midlink.org>
2015-04-20 18:13:35 +02:00
Steven Barth
105910ea0f Merge pull request #1145 from emabo/master
openvswitch: upgrade to version 2.3.90
2015-04-20 18:11:23 +02:00
Steven Barth
23d0f81a4a Merge pull request #1154 from MikePetullo/master
dmapd: update to 0.0.72
2015-04-20 15:56:13 +02:00
W. Michael Petullo
00fe9a9704 dmapd: update to 0.0.72
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-04-20 09:41:20 -04:00
Vasilis Tsiligiannis
de80156bb9 nsd: Bump to version 4.1.2 2015-04-20 11:02:18 +03:00
Michael Hanselmann
af3b2635df Update net/unbound to version 1.5.3
unbound 1.5.3 was released on March 10, 2015.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2015-04-19 22:32:14 +02:00
Sebastian Moeller
db2b613afe Remove dependeny on iptables-mod-filter from sqm-scripts
As Hnyman noted in https://github.com/dtaht/ceropackages-3.10/issues/13
we carry a few unnecessary dependecies in sqm-scripts, so remove one of
them (iptables-mod-filter) as we neither use it nor plan to use it.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-04-19 14:17:04 +02:00
Nicolas Thill
1c0f9ee522 lksctp-tools: import sctp from old packages feed
- update to latest version (v1.0.16)
 - add license info
 - add myself as maintainer
 - install dev files the proper way in Build/InstallDev
 - rename sctp package to libsctp
 - add an sctp-tools package and an sctp transitional meta package

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-18 08:22:12 +02:00
Emanuele Bovisio
87b26e5db1 openvswitch: upgrade to version 2.3.90, review #1 2015-04-17 18:13:13 +02:00
Emanuele Bovisio
dfd640394c openvswitch: upgrade to version 2.3.90 2015-04-17 11:58:13 +02:00
Nicolas Thill
92d316ff6c pen: update to 0.27.5
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-16 16:05:55 +02:00
heil
a412694bbc haproxy: include patches from mainline
- [PATCH 3/9] BUG/MEDIUM: Do not consider an agent check as failed on
 - [PATCH 4/9] BUG/MEDIUM: peers: correctly configure the client timeout
 - [PATCH 5/9] BUG/MEDIUM: buffer: one byte miss in buffer free space
 - [PATCH 6/9] BUG/MAJOR: http: don't read past buffer's end in
 - [PATCH 7/9] BUG/MEDIUM: http: the function "(req|res)-replace-value"
 - [PATCH 8/9] BUG/MINOR: compression: consider the expansion factor in
 - [PATCH 9/9] BUG/MEDIUM: http: hdr_cnt would not count any header when

Signed-off-by: heil <heil@terminal-consulting.de>
2015-04-16 12:04:10 +02:00
Peter Wagner
0135d8e2bd ntpd: fix typo
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-04-13 18:53:17 +02:00
Peter Wagner
2c1c2de230 Currently the hotplug script never starts because it assumes the wrong
path to the binary. Fix the path.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-04-13 18:14:27 +02:00
Peter Wagner
f4ef2c8fd7 ntpd: update to 4.2.8p2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-04-12 20:56:51 +02:00
Peter Wagner
20c2805549 git: update to 2.3.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-04-12 20:54:38 +02:00
Jonas Gorski
fe25f00fb6 znc: disable mips16
Using mips16 seems to make znc randomly crash.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-04-12 14:06:35 +02:00
Christian Schoenebeck
f5334528a7 ddns-scripts: bugfixes/update to version 2.4.1-1
* fix problem with lucihelper script reported in OpenWrt Ticket 19419
* rewritten split_FQDN fixing detection errors and using zcat
* updated tld_names.dat and .gz compressed to save space
* add LoopiaDNS (loopia.se) to services_ipv6

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-04-12 10:47:38 +02:00
Steven Barth
2ecebe6297 Merge pull request #1128 from samm-git/master
apinger: add apinger package
2015-04-11 14:32:42 +02:00
Karl Palsson
ee274e64f9 net/mosquitto: Patch QoS 2 in flight bug
Patched until new upstream release is available.
Patch sourced from upstream.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-04-10 14:37:48 +00:00
Karl Palsson
b3349c6e13 net/mosquitto: Bump to 1.4.1
Some useful fixes:
http://mosquitto.org/2015/04/version-1-4-1-released/

Drops a patch that has been rolled into upstream.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-04-10 14:36:52 +00:00
champtar
9e9f9551a2 Merge pull request #1045 from teslamint/patch-1
coova-chilli: fix typo prevents compile with cyassl

compile tested on ar71xx
2015-04-10 13:45:53 +02:00
Steven Barth
98926757c6 Merge pull request #1131 from fingon/mdnsresponder-fix
mdnsresponder: Fixed IPv6 deprecated address handling
2015-04-09 13:42:31 +02:00
Markus Stenberg
63234f185d mdnsresponder: Fixed deprecated address handling (the new getifaddr code in the patch was wrong; instead, fixed old mDNSResponder code to work with correct sized interface names, and to handle deprecated flag). 2015-04-09 14:28:24 +03:00
Nikos Mavrogiannopoulos
bdd3409115 ocserv: updated to 0.10.2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-08 20:56:40 +02:00
Alex Samorukov
11e83c6928 apinger: add apinger package
Alarm Pinger (apinger) is a little tool which monitors various IP devices by
simple ICMP echo requests. There are various other tools, that can do this,
but most of them are shell or perl scripts, spawning many processes, thus much
CPU-expensive, especially when one wants continuous monitoring and fast
response on target failure.

Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
2015-04-08 17:07:52 +00:00
Steven Barth
b8ab944d23 strongswan: add missing dependency
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-07 12:07:27 +02:00
Jaehoon You
ca9d3f24cf coova-chilli: add netfilter kernel module package with patches
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2015-04-07 15:31:35 +09:00
Jaehoon You
3e72234399 coova-chilli: fix compile error with cyassl
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2015-04-07 15:30:39 +09:00
Nicolas Thill
49b42df0f2 keepalived: update to 1.2.16
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-06 13:17:44 +02:00
Nicolas Thill
edf8ea8b14 pen: update to 0.27.3
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-06 13:17:44 +02:00
Steven Barth
41222e6c1a strongswan: bump to 5.3.0
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-06 12:23:27 +02:00
Steven Barth
bc22d9a32c Merge pull request #1115 from mhaas/stunnel-5.14-2
stunnel: Bump from 5.10 to 5.14
2015-04-06 11:48:04 +02:00
Florian Fainelli
b1f228f4cf openconnect: allow specifying a custom CSD wrapper script
Some VPN servers might be configured in a way that a CSD wrapper script
is mandatory to complete the authentication process, allow that to be
specified for openconnect.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-04-04 12:32:59 -07:00
Florian Fainelli
70c10c0a5e openconnect: allow specifying "os"
Some servers might be implementing ACLs based on the value specified by
openconnect for "os", allow that to be configured.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-04-04 12:31:49 -07:00
Michael Haas
0c3713c767 stunnel: Bump from 5.10 to 5.14
Also refresh patches.

Signed-Off-By: Michael Haas <haas@computerlinguist.org>
2015-04-03 10:20:18 +02:00
Ted Hess
c05e66c65e wavemon: Fetch source from GitHub repository
Closes #1099
Closes #1103

Signed-off-by: Ted Hess <thess@kitschensync.net>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-03-31 23:24:57 +01:00
Othmar Truniger
b80bba0d9f knxd: fix dependency in makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-31 21:13:08 +02:00
John Crispin
211dc655ed spawn-fcgi: fix install step
the makefile trues to copy a file that does not exist

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-03-29 14:49:53 +02:00
Noah Meyerhans
607f1e5830 Merge pull request #1082 from smoofra/bind
bind: build fix: remove autoconf AR cruft
2015-03-31 09:57:35 -07:00
Steven Barth
71c375ecd1 Revert "new package: noip" 2015-03-31 17:31:06 +02:00
Steven Barth
690dd4d1dd Merge pull request #1083 from smoofra/noip
new package: noip
2015-03-31 10:40:45 +02:00
Steven Barth
4eee291cca Merge pull request #1089 from obsy/master
transmission: fix build problem with fallocate64
2015-03-31 10:39:20 +02:00
Thomas Heil
53ffbc9dbd prosody: bump to 0.9.8
- Ensure only valid UTF-8 is passed to libidn. It was found
   (CVE-2015-2059) that libidn can read beyond the boundaries of the
   provided buffer when an input string contains invalid UTF-8 sequences.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-03-30 17:48:18 +02:00
Daniel Golle
2d227ea937 spawn-fcgi: import from oldpackages
also bump version, use new download URL and add myself as
maintainer.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 21:32:43 +02:00
Nikos Mavrogiannopoulos
e3a5ea625d openconnect: list the defaultroute option
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-29 21:02:58 +02:00
Daniel Golle
28e2ca2011 xl2tpd: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 20:06:09 +02:00
Cezary Jackiewicz
bf47948dc3 transmission: fix build problem with fallocate64 2015-03-29 12:35:33 +02:00
Daniel Golle
70344eea14 transmission: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 06:04:50 +02:00
Maxim Storchak
304f1a5527 wget: update to 1.16.3
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-03-28 14:34:17 +02:00
Lawrence D'Anna
ca8e7b831a new package: noip
This is the client program for noip.com, which is a dynamic dns provider.

Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
2015-03-27 20:00:55 -07:00
Lawrence D'Anna
4a02aa766f bind: build fix: remove autoconf AR cruft
This patch removes some autoconf goo which is causing bind to use the host's ar
instead the ar from the toolchain.  If they're both elf platforms this is fine,
but it's no good if host is darwin.

Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
2015-03-27 20:00:18 -07:00
aTanW
2564e407d2 ipsec-tools: racoon uci integration
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 b/net/ipsec-tools/Makefile            |   16 -
 b/net/ipsec-tools/files/functions.sh  |  137 +++++++++
 b/net/ipsec-tools/files/p1client-down |   41 ++
 b/net/ipsec-tools/files/p1client-up   |   41 ++
 b/net/ipsec-tools/files/racoon        |  109 +++++++
 b/net/ipsec-tools/files/racoon.init   |  478 +++++++++++++++++++++++++++++++++-
 b/net/ipsec-tools/files/vpnctl        |   19 +
 net/ipsec-tools/files/racoon.conf     |   36 --
 8 files changed, 824 insertions(+), 53 deletions(-)
2015-03-26 08:25:15 +03:00
Sebastian Moeller
d5a203f1eb sqm-scripts: clean up interface selection for hotplugging
The initial conversion to restart sqm on interfaces it is configured
for in case of (transient) dis- and reappearance was half finished.
These changes clean up the handling of exlicitly passed interfaces
in run.sh: no second argument defaults to all configured interfaces
the alternative is an individual interface name passed as 2nd
argument to run.sh. The first argument either is start or stop.
No argument at all will behave as if start was passed.
Survives light testing...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-03-25 10:35:58 +01:00
Sebastian Moeller
1561003a70 sqm-scripts: change default for qdisc target parameter
Alan Jenkins noted a bug in the smq luci GUI that effectively
erased several configuration paramters if two checkboxes were deselected.
This behaviour seems consistent in luci but certainly has the potential
to confuse users. While confusion can not really be avoided generally
it seems wise to change the default interpretation for empty or non-existent
itarget and etarget variables from the qdisc's default (5ms in the case of
one of the codels) to automatic determination of tghis variable dependent on
the configured bandwidth, as codels target variable should be large enough
to contain at least one full packet. With this change sqm-scripts will
do the right thing by default, but will yet allow the user to specify
over-ridding values (as long as the user does not un-check the
entry-field exposing check boxes). Survives light testing...
This change set also changes the sqm-scripts luci gui to note the user
of the change. For compatibility with existing setups sqm-scripts
will still honor "auto" as an alternative explicit way of requesting
automatic target selection. This might turn into a warning in the future
and might be phased out...

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-03-25 10:34:18 +01:00
Steven Barth
9ca4f135e2 Merge pull request #1066 from ollie27/sftpdeps
openssh: strip openssh-sftp-server dependencies again
2015-03-24 11:29:20 +01:00
Steven Barth
c8c6157e7e mdnsresponder: bump to 567
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-23 17:29:13 +01:00
Oliver Middleton
8137ce26fd openssh: strip openssh-sftp-server dependencies again
Reapply 99c6c3d830

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
2015-03-23 16:20:37 +01:00
W. Michael Petullo
623a8a0d0c dmapd: update to 0.0.71
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-03-22 17:24:51 -04:00
Stijn Tintel
2eae664f5f tor: remove optional dependency on libssp
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-03-20 18:23:39 +01:00
Stijn Tintel
e996c1cc36 openssh: remove optional dependency on libssp
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-03-20 17:46:37 +01:00
Stijn Tintel
54b01d214f ethtool: remove optional dependency on libssp
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-03-20 17:46:00 +01:00
Othmar Truniger
27762817f1 linknx: fix dependency
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-19 22:48:56 +01:00
Matthias Schiffer
b3afecd7c0 Merge pull request #879 from ZeroChaos-/ethtool-ssp-support
ethtool: fix Makefile to support SSP
2015-03-19 21:47:28 +01:00
Zero_Chaos
99d0b5147d ethtool: add optional libssp dep
Package ethtool is missing dependencies for the following libraries:
libssp.so.0
Makefile:45: recipe for target '/home/zero/development/openwrt/bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk' failed

Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
2015-03-19 16:21:44 -04:00
Peter Wagner
9322b6e80b openssh: update to 6.8p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-03-19 10:35:59 +01:00
Jo-Philipp Wich
999caf676a Merge pull request #920 from stintel/snmpd_procd
net-snmp: cleanup and use procd
2015-03-19 01:33:47 +01:00
champtar
512e1e74d1 Merge pull request #1017 from mhaas/stunnel-5.10
stunnel: bring back stunnel

compile tested for ar71xx
2015-03-18 20:04:42 +01:00
Mario Halambek
7829fb225a snort: bump to 2.9.7.2
Signed-off-by: Mario Halambek <mario.halambek@sartura.hr>
2015-03-18 15:25:33 +01:00
Steven Barth
42b319b8e0 Merge pull request #1046 from arfett/master
mwan3-luci: update to 1.4-2
2015-03-18 15:25:14 +01:00
Steven Barth
a341c46ddf Merge pull request #1047 from Adze1502/master
mwan3: update to version 1.6-1
2015-03-18 15:24:55 +01:00
Michael Heimpold
3756129d9c Merge remote-tracking branch 'tru7/linknx'
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-17 21:20:45 +01:00
Othmar Truniger
98622bb83e knxd: tune Makefile, new upstream version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-17 21:11:31 +01:00
Othmar Truniger
6f78dcc31d linknx: streamline makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-17 20:41:51 +01:00
Adze1502
74c9585abc mwan3: update to version 1.6-1
Add ipset support (ipset version >6.22 with ipmark required)
Add stickiness feature

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-03-17 19:57:49 +01:00
Michael Haas
f6927350e4 stunnel: Bring it back at v5.10
From: Michael Haas <haas@computerlinguist.org>

* init script no longer creates certificates (consider client mode as use
  case)
* patches/010_fix_getnameinfo.patch: Fix getnameinfo signature
* patches/011_disable_ssp_linking.patch: Disable -fstack-protector as it
  is not always available in OpenWRT
* old patches (in oldpackages) no longer necessary
* remove libwrap dependency
* remove libpthread dependency
* respect CONFIG_IPV6
* init script uses procd
* sample stunnel.conf runs in client mode - prevents start failure,
  does not require cert

Possible enhancement: automatically generate certificate as done in
uhttpd. However, as client mode is a possible use case, I'd rather not.
Additionally, stunnel may use several certs with user-defined locations
and we can't easily set a cert location via command-line args.

The package is based on
https://sites.google.com/site/twisteroidambassador/openwrt/stunnel

Signed-off-by: Michael Haas <haas@computerlinguist.org>
2015-03-17 13:47:55 +01:00
Jaehoon You
a001565a10 coova-chilli: fix typo prevents compile with cyassl
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2015-03-17 10:30:50 +09:00
Peter Wagner
f3527d974e git: update to 2.3.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-03-16 02:34:13 +01:00
Jonathan McCrohan
387f31560f sslh: update to 1.17
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-03-15 18:15:18 +00:00
Luiz Angelo Daros de Luca
dccc2268bb git: add subpackage for http(s)/ftp(s) commands
This patch add a new package, git-http, that contains all
http related commands (and ftp as extra). All http/ftp
depends on libcurl. Even without SSL suport in libcurl,
git compiles and it returns an informative error only
at runtime.

The use of symlinks now are trigged using NO_INSTALL_HARDLINKS env
and not based only on Makefile patch.

imap-send was kept builtin and idependent of curl (just as it was
before)

Template files, which are not necessary, where removed.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-14 14:47:43 -03:00
Luiz Angelo Daros de Luca
e9eea78910 git: configure as cross compiling
Previously, ./configure was running checking local system and not
OpenWRT target. This would avoid any configure test about OpenWRT
libraries.

With a patch in configure, non cross-compiling-friend test are
ignored and Makefile can use default configure.

As side effect, git commands are now at /usr/lib/git-core and not
/usr/libexec/git-core.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-14 14:47:43 -03:00
Nikos Mavrogiannopoulos
678e0e46f0 openconnect: upgraded to 7.05
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-14 14:12:03 +01:00
Luka Perkov
4ecbe05663 cshark: update to latest git HEAD
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-03-13 09:15:54 +01:00
ionum
32a8c76d29 Enable pass_persist support for slapd 2015-03-12 16:49:39 +01:00
Stanislav German-Evtushenko
b64c2dc399 wshaper: start wshaper on ifup 2015-03-12 01:48:05 +03:00
Steven Barth
158612912f Merge pull request #998 from mhei/knxd
knxd: streamline makefile
2015-03-10 22:21:45 +01:00
Aedan Renner
2eaff113bd version updated to 1.4-2 (mwan3 1.6 compatible)
new mwan3 1.6 rule options added:
-sticky
-timeout
-ipset
2015-03-09 15:53:57 -07:00
Steven Barth
7e68031372 strongswan: fix IKEv1 support
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-09 13:40:29 +01:00
Steven Barth
bfb8077f1c Merge pull request #994 from kissg1988/seafile
seafile: fix download issue with python dependencies
2015-03-09 06:57:47 +01:00
Steven Barth
d16808ae95 Merge pull request #1007 from commodo/ovs-fix2
openvswitch: limit kernel package to supported kernel versions
2015-03-09 06:52:38 +01:00
Nicolas Thill
d18e118ba5 pen: update to 0.27.2
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-08 17:40:48 +01:00
Alexandru Ardelean
fff95cd4f4 openvswitch: limit kernel package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-08 18:10:11 +02:00
Álvaro Fernández Rojas
b58d21c5ab udpxy: bump PKG_VERSION in order to fix build issues and refresh patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 15:09:21 +01:00
probonopd
10ed69026f announce: Update Makefile to 1.0.1
Signed-off-by: Simon Peter <probono@puredarwin.org>
2015-03-08 10:12:52 +00:00
Nikos Mavrogiannopoulos
a6ee37ebfa Merge pull request #989 from plntyk/fix_libcrypt_prefix
ocserv: fix libcrypt location
2015-03-08 10:05:21 +01:00
Michael Heimpold
a3f364b32b knxd: streamline makefile
- use https URL for fetching sources from GitHub, otherwise cloning
  sources could stall buildbots by asking to accept a/the SSH host key
- do not _depend_ on DEPENDS but _select_ them, so the package(s) always
  appear in menuconfig, not only when all dependencies are already
  selected --> dependencies are automatically pulled in when package
  is selected by user
- use PKG_INSTALL
- factor out the libeibclient library as own package
- use CONFIGURE_ARGS instead of dedicated Build/Configure
- same for TARGET_CFLAGS and Build/Compile
- do not include /etc/functions, already included by /etc/rc.common

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 22:50:56 +01:00
Michael Heimpold
30e90215b8 Merge remote-tracking branch 'tru7/knxd'
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 21:47:29 +01:00
Othmar Truniger
95dce8fd6b knxd: follow new respository
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-07 12:32:27 +01:00
Gergely Kiss
68530b4475 seafile: fix download issue with python dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-07 01:17:18 +01:00
Marko Ratkaj
c05980909c squid: update to 3.5.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-06 23:29:26 +01:00
Sebastian Moeller
1b5afe8f46 sqm-scripts: make run.sh ignore spurious incomplete hotplug ifups
During system start up pppoe devices seem to receice ifup events before
the interface actually exists. This commit makes sqm's run.sh script
test whether the sys files for an interface exist before actually trying
to start an SQM instance on an interface. This seems to nicely avoid
starting on an not fully established pppoe interface and avoids a number
of error messages during startup.

In addition, debug logging is disabled.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-03-05 16:23:42 +01:00
Álvaro Fernández Rojas
fd62435cd4 udpxy: fix build on OS X and clean up Makefile
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-05 13:52:38 +01:00
Dirk Neukirchen
2e723d4019 ocserv: fix libcrypt location
fix build errors on Arch Linux/Fedora 20

config.log trying to link with /usr/lib/libcrypt.so
/usr/lib/libcrypt.so: undefined reference to `memset@GLIBC_2.2.5'

linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour
see http://marc.info/?l=gnulib-bug&m=129660262901148

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 21:32:53 +01:00
Dirk Neukirchen
12e57878fe nfs-kernel-server: fix build with libblkid, libuuid
config.log reports
WARNING: uuid support disabled as libblkid is too old
because the test macro AC_BLKID_VERS is not cross compile friendly
resulting in libblkid_cv_is_recent=unknown

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 19:31:57 +01:00
Sebastian Moeller
5b61cfba07 Teach SQM hotplug tricks
Some interfaces like wan-pppoe go away, when the ppp connection is lost
and get recreated once the link is established again. SQM now
has its own hotplug script to re-enable itself on the interfae just hotplugged.
SQM will not touch other instances of itself running on other interfaces
if called by hotplug.d. The implementation now allows this functionality by
calling run.sh like:
/usr/lib/sqm/run.sh interface YOUR_INTERFACE_NAME_HERE
e.g.: /usr/lib/sqm/run.sh interface ge00-pppoe
If called with a specific interface SQM will only try to disable itself
on that interface to clean up all left over state and the re-enable
itself on just that interface. Hopefully that allows for better service
with instable interfaces like pppoe. The current code passes a simple manual
stop start test of the ge00-pppoe interface from the GUI and does seem
to do the right thing, at least on cerowrt 3.10.50-1...
2015-03-03 17:49:50 +01:00
John Szakmeister
2720fe57e5 Upgrade socat to 1.7.3.0.
The cross-compiling patch is no longer necessary.  Also added librt as a
dependency, since it is required.  This also fixes an issue where
support for linux/errqueue.h was not being detected correctly and
causing a build failure with 3.18.

Signed-off-by: John Szakmeister <john@szakmeister.net>
2015-03-03 06:39:43 -05:00
Maxim Storchak
1e4684c236 wget: update to 1.16.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-03-02 10:22:05 +02:00
Steven Barth
04f065b3ea Merge pull request #938 from kissg1988/seafile
seafile: deleted outdated patch
2015-03-02 08:00:03 +01:00
Steven Barth
762fafebb9 Merge pull request #873 from jow-/umurmur-autoconf-fix
umurmur: use generic autoreconf fixup
2015-03-02 07:58:20 +01:00
Ted Hess
5d4867ab2f Merge pull request #965 from chris5560/master
ddns-scripts: implements usage of nsupdate to direct update DNS servers
2015-02-28 20:50:55 -05:00
Ted Hess
5fa6635e9b Merge pull request #941 from commodo/ovs-fix
openvswitch: limit package to supported kernel versions
2015-02-28 20:44:48 -05:00
Christian Schoenebeck
fad616a4cc ddns-scripts: implements usage of nsupdate to direct update DNS servers
* new service "bind-nsupdate" using nsupdate to directly updates a PowerDNS or Bind server via nsupdate.
  suggested by Jan Riechers (Pull #957) many thanks!
* updated tld-names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-28 16:43:02 +01:00
Othmar Truniger
1ab82e2f30 apcupsd: add driver modbus-usb
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-24 22:41:53 +01:00
Johannes Morgenroth
1b5ba1b255 ibrdtn-tools: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:36 +01:00
Johannes Morgenroth
c9f59276bf ibrdtnd: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:36 +01:00
Karl Palsson
7c2f386e2d net: mosquitto: Fix libwebsockets detection
Patch suggested from upstream.  Bumping release and including the patch
directly until a point release is available.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-23 15:24:37 +00:00
Ted Hess
77aea53dae Merge pull request #950 from salzmdan/master
knot: update to 1.6.2
2015-02-23 09:41:38 -05:00
Daniel Salzman
6d95de9181 knot: update to 1.6.2
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-02-23 09:07:16 +01:00
Ted Hess
75fa8ea9ac Merge pull request #947 from MikePetullo/master
krb5: update to 1.13.1
2015-02-22 18:33:38 -05:00
Nicolas Thill
b89f0c54fd pen: update to 0.27.1
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 23:57:51 +01:00
W. Michael Petullo
a581d888a2 krb5: update to 1.13.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-02-22 17:36:34 -05:00
Ted Hess
38e0c6bbbb Merge pull request #939 from morgenroth/Add-redsocks
redsocks: add new package
2015-02-22 14:22:50 -05:00
Ted Hess
cf028c5cef Merge pull request #940 from tru7/apcupsd
apcupsd: add cgi module
2015-02-22 13:09:05 -05:00
Johannes Morgenroth
8c0260db9e redsocks: add new package
Redsocks is a daemon running on the local system, that will transparently
tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It
uses the system firewall's redirection facility to intercept TCP connections,
thus the redirection is system-wide, with fine-grained control, and does
not depend on LD_PRELOAD libraries.

Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-22 17:11:33 +01:00
Nicolas Thill
e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Nicolas Thill
cd21cbb82e mosquitto: don't depend on websocket for -nossl variant
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:36:35 +01:00
Alexandru Ardelean
3593bef259 openvswitch: limit package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-02-21 19:54:20 +02:00
Othmar Truniger
dda1acfefa apcupsd: add cgi module
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-21 18:11:57 +01:00
Gergely Kiss
5d276af52a seafile: deleted outdated patch
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-02-20 23:15:07 +01:00
Karl Palsson
f3566f4809 net: mosquitto: add missing libuuid dependency
Improper patch resolution when importing this from it's development
repository :(

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-20 16:56:28 +00:00
Karl Palsson
07eb064392 net: mosquitto: overhaul uci conversion script
Support more options that came with mosquitto 1.4
Use more built in functions to make script simpler to read and easier to
extend.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-20 16:49:17 +00:00
Karl Palsson
a584b3efe8 net: mosquitto: Bump to 1.4 release
Of particular note, this adds optional support for websockets. This
defaults to enabled, as it's the biggest new feature in this release.
A config item is provided to disable it for manual use.

Full release notes: http://mosquitto.org/2015/02/version-1-4-released/

This also remove some build workarounds that are no longer required for
newer versions of mosquitto.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-20 16:48:08 +00:00
Maxim Storchak
4a299c8652 tgt: unquote 'device' and 'file' to make them keywords, not literals
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-18 15:22:48 +02:00
Nikos Mavrogiannopoulos
5836fe34e9 ocserv: updated to 0.9.2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-18 08:18:46 +01:00
Stijn Tintel
bee2865492 net-snmp: monitor ifindex changes
When an ifindex for an interface changes, some monitoring tools can no
longer find the interface and send alerts. Monitor all network
interfaces via the procd netdev parameter, so that
/etc/init.d/snmpd reload will restart snmpd if any ifindex changed.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-02-18 06:19:59 +01:00
Stijn Tintel
53fc8d3191 net-snmp: cosmetic changes in snmpd init script
- Refactor RUN_C into CONFIGFILE, as used in dnsmasq and igmpproxy init
  scripts.
- Add a newline after each function definition.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-02-18 06:01:19 +01:00
Stijn Tintel
8faff3334f net-snmp: convert snmpd to procd
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-02-18 05:05:27 +01:00
Stijn Tintel
e2b43afc85 net-snmp: remove /etc/default/snmpd Debianism
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-02-18 04:46:05 +01:00
Ted Hess
a3bacc1389 Merge pull request #919 from tru7/apcupsd
apcupsd: move from old packages and Makefile updated
2015-02-17 18:44:40 -05:00
Othmar Truniger
a460965a67 apcupsd: move from old packages and Makefile updated
Signed-off-by: Othmar Truniger <Othmar Truniger github@truniger.ch>
2015-02-17 23:14:27 +01:00
Nikos Mavrogiannopoulos
21e433324e openconnect: backup hook scripts as well
Resolves #882

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-17 22:11:52 +01:00
Steven Barth
bcc6a7766c Merge pull request #913 from mstorchak/tgt
tgt: allow to export devices in addition to files; define reload_service as stop+start
2015-02-17 15:55:06 +01:00
Nicolas Thill
84e9cf801c pen: update to 0.27.0
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 05:48:41 +01:00
Maxim Storchak
accb5447e8 tgt: allow to export devices in addition to files; define reload_service as stop+start
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-16 10:58:53 +02:00
Steven Barth
09a5633817 Merge pull request #910 from chris5560/master-privoxy
privoxy: remove upgrade handling, conffile and initscript fixes
2015-02-16 09:48:20 +01:00
Maxim Storchak
6e9b8e6a52 rsync: patch CVE-2014-9512
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-15 19:43:16 +02:00
Christian Schoenebeck
87b9255c03 privoxy: remove upgrade handling, conffile and initscript fixes
* remove upgrade handling for version 3.0.21 or older packages. Also fix #726
* added user.action, user.filter and user.trust files to conffiles (might be modified by user on running system)
* move permission setting from Makefile (install) to initscript because permissions are overwritten during/inside buildroot

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-15 16:58:43 +01:00
Daniel Golle
ce83241311 ulogd: backport upstream fixes
Fixes https://github.com/openwrt/packages/issues/908

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-02-15 16:23:50 +01:00
Nikos Mavrogiannopoulos
72fa0f7ac8 ocserv: updated to 0.9.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-15 15:21:48 +01:00
Thomas Heil
8609cc44e7 haproxy: update to version 1.5.11 and pending patches
- BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used
     - MINOR: ssl: load certificates in alphabetical order
     - BUG/MINOR: checks: prevent http keep-alive with http-check expect
     - BUG/MEDIUM: Do not set agent health to zero if server is disabled in config
     - MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero
     - BUG/MINOR: stats:Fix incorrect printf type.
     - DOC: add missing entry for log-format and clarify the text
     - BUG/MEDIUM: http: fix header removal when previous header ends with pure LF
     - BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation
     - BUG/MINOR: channel: compare to_forward with buf->i, not buf->size
     - MINOR: channel: add channel_in_transit()
     - MEDIUM: channel: make buffer_reserved() use channel_in_transit()
     - MEDIUM: channel: make bi_avail() use channel_in_transit()
     - BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected
     - BUG/MAJOR: log: don't try to emit a log if no logger is set
     - BUG/MINOR: args: add missing entry for ARGT_MAP in arg_type_names
     - BUG/MEDIUM: http: make http-request set-header compute the string before removal
     - BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value
     - BUG/MINOR: http: abort request processing on filter failure
     - BUG/MINOR: pattern: error message missing
     - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-02-15 14:26:03 +01:00
Daniel Gimpelevich
0075f283ef fakeidentd: import from oldpackages
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-14 12:19:13 -05:00
Nikos Mavrogiannopoulos
201ef91c32 ocserv: added option to use seccomp
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-14 13:40:29 +01:00
Steven Barth
dd6b14a833 Merge pull request #904 from tru7/patch-2
knxd: update Makefile to new version
2015-02-14 11:33:50 +01:00
Steven Barth
164c7eea6e Merge pull request #903 from tru7/patch-1
knxd: improve init script
2015-02-14 11:33:40 +01:00
Othmar Truniger
dd223dd1ff knxd: update Makefile to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-13 19:36:44 +01:00
Othmar Truniger
31a4a47dd0 knxd: improve init script
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-13 19:34:17 +01:00
Heiner Kallweit
2cfb8c6c2a unbound: bump to version 1.5.1
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
2015-02-12 21:01:12 +01:00
Heiner Kallweit
f2370ca1db unbound: bump named.cache to latest version from Nov 2014
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
2015-02-12 21:00:13 +01:00
Ted Hess
be72dc43b4 Merge pull request #891 from psycho-nico/fix-dmapd-issue-890
dmapd: make check library optionnal
2015-02-12 11:12:01 -05:00
Steven Barth
0b4aa71a32 Merge pull request #893 from chris5560/master
ddns-scripts: update to version 2.3.0-1
2015-02-11 10:12:53 +01:00
Steven Barth
5945521662 Merge pull request #894 from kissg1988/seafile
seafile: update to version 4.0.6
2015-02-11 10:12:36 +01:00
Gergely Kiss
05264f3f00 seafile: update to version 4.0.6
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-02-10 23:56:28 +01:00
Christian Schoenebeck
5731d0e52d ddns-scripts: update to version 2.3.0-1
new option "use_curl" to force the use of curl if GNU Wget and curl are installed
fix initscript reload(): reload and not restart if killall -1 fails
BusyBox nc not support -v in every compiled version

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-10 22:06:02 +01:00
Nicolas Thill
278105df8e dmapd: make check library optionnal
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-10 12:08:28 +01:00
Peter Wagner
a957258b78 ntpd: update to 4.2.8p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-09 14:41:44 +01:00
Peter Wagner
ea86770688 git: update to 2.3.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-09 14:40:01 +01:00
tripolar
ac152121f3 Merge pull request #870 from jow-/rtorrent-autoconf-fix
rtorrent: remove manual autoconf invocation
2015-02-09 14:36:58 +01:00
Nicolas Thill
bf2c0d7fdb pen: update to 0.26.1
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
Nikos Mavrogiannopoulos
dca4c16156 Merge pull request #863 from danielg4/master
openconnect: separate out vpnc-scripts and import vpnc
2015-02-08 19:04:05 +01:00
Christian Schoenebeck
abdd1593f8 privoxy: modified init scripts
remove "killall" from initscript because it kills itself #867

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-08 16:50:16 +01:00
Steven Barth
afaf425278 Merge pull request #862 from chris5560/master
ddns-scripts: Update to version 2.2.0-1
2015-02-08 16:08:01 +01:00
Jo-Philipp Wich
a1fa6125ba umurmur: use generic autoreconf fixup
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.

Remove the unneeded Build/Configure override.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 23:41:02 +01:00
Ted Hess
90869f37ad Merge pull request #872 from ZeroChaos-/aircrack-ng_v2
aircrack-ng: import from old packages
2015-02-07 16:59:55 -05:00
Jo-Philipp Wich
94822d00c8 rtorrent: remove manual autoconf invocation
The Makefile already uses the proper autoreconf fixup but leaves a manual
autoconf invocation in place.

The bad autoconf call leads to the following build error in the SDK:

	( cd .../rtorrent-0.9.4-git; ./autogen.sh );
	aclocal...
	autoheader...
	libtoolize... libtoolize nor glibtoolize not found
	make[2]: *** [.../rtorrent-0.9.4-git/.configured_] Error 1

Remove the entire Build/Configure override to let rtorrent build correctly.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 20:41:33 +01:00
Rick Farina (Zero_Chaos)
a9bc939166 aircrack-ng: import from old packages
cleanup, update to latest version, mark myself maintainer

Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
2015-02-07 14:15:41 -05:00
Nicolas Thill
460237b52e keepalived: import from old packages feed
- update to latest version (v1.2.15)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 11:10:03 +01:00
Daniel Gimpelevich
d16359b96e vpnc: initial import
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 14:07:29 -08:00
Daniel Gimpelevich
41f8d54650 openconnect: fix a couple of minor things and add an interface option
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 11:54:39 -08:00
Daniel Gimpelevich
a904a173ed openconnect: separate out vpnc-scripts
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 11:03:56 -08:00
Christian Schoenebeck
5b26382273 ddns-scripts: Update to version 2.2.0-1
modified source directory structure
  - files for production files
  - samples for sample files (not installed in final build)
modified Makefile
  - separate options for additional provider scripts
  - remove comments and empty lines from final build
add IPv4 100.64/10 (RFC 6598) and 169.254/16 (RFC 5735) to the range of default blocked IP's.
new option "bind_network" to force GNU Wget or cURL to use specific network/interface for communication
new "domains.google.com" as IPv4 DDNS provider #822

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-05 21:33:02 +01:00
Christian Schoenebeck
4437e87f93 privoxy: new upstream version 3.0.23
new upstream version 3.0.23

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-02 20:34:10 +01:00
Nicolas Thill
6bdc2e1eae nfs-kerne-server: fix host/build
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:35:48 +01:00
Peter Wagner
d09c153df0 nfs-kernel-server: update to 1.3.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-02 03:02:07 +01:00
Nicolas Thill
39c8784355 squid: disable netfilter-conntrack explicitly
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-01 23:56:07 +01:00
Nicolas Thill
cebdcd227f davfs2: add 'gettext-version' fixup
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-01 23:56:07 +01:00
Matthias Schiffer
07627d5c03 fastd: update to v17
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-01-29 07:10:11 +01:00
Luka Perkov
a1438cc5a8 e2guardian: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-28 23:43:08 +01:00
Nikos Mavrogiannopoulos
1ed01ba09e openconnect: updated to 7.04
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-28 20:31:43 +01:00
Marko Ratkaj
2a9ddbcc54 dansguardian: minor fix in init script
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-01-28 11:20:17 +01:00
Marko Ratkaj
ae6f5aef85 dansguardian: fix trailing white spaces
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-01-28 09:47:54 +01:00
Luka Perkov
0fbe9331a9 dansguardian: import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-28 02:09:20 +01:00
Steven Barth
fa2c097b0d Merge pull request #827 from salzmdan/master
knot: update to 1.6.1
2015-01-27 14:25:38 +01:00
Daniel Salzman
fdfacf24ea knot: update to 1.6.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-01-27 09:36:15 +01:00
Luka Perkov
155398e723 snort: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-25 23:36:45 +01:00
Nikos Mavrogiannopoulos
2201c608f2 Merge pull request #818 from probonopd/announce
announce: Announce services on the network with Zeroconf/Bonjour
2015-01-25 14:13:30 +01:00
probonopd
eeec3dcb4b announce: Announce services on the network with Zeroconf/Bonjour
Signed-off-by: Simon Peter <probono@puredarwin.org>
2015-01-25 11:52:21 +01:00
Nikos Mavrogiannopoulos
fd5970343d Merge pull request #816 from chris5560/master
luci-app-privoxy: will be moved to github/luci
2015-01-25 08:47:36 +01:00
Nikos Mavrogiannopoulos
e3e33e10dd ocserv: enable min-reauth-time in default configuration
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-24 13:59:08 +01:00
Christian Schoenebeck
5873f8023a luci-app-privoxy: will be moved to github/luci
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-24 10:06:04 +01:00
Zoltan HERPAI
3fa281e56e sshfs: import from oldpackages feed
- update to latest 2.5
 - add license info
 - add maintainer

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2015-01-23 01:11:24 +01:00
Steven Barth
e5af27480e ola: mark as @BROKEN for now, breaks builds
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-22 20:38:35 +01:00
Jo-Philipp Wich
3505f198bb ola: use https:// urls for cloning
The SSH transport can trigger interactive prompts during the build,
this is failing all build bots atm.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-21 14:24:27 +01:00
Marko Ratkaj
b252299069 squid: bump to 3.4.11
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-01-21 14:08:46 +01:00
Nikos Mavrogiannopoulos
e54b709101 ocserv: added missing file 2015-01-21 07:58:46 +01:00
Nikos Mavrogiannopoulos
b83057ce9c ocserv: update to 0.9.0
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-20 22:24:18 +01:00
champtar
cabf81b35e Merge pull request #788 from teslamint/patch-1
coova-chilli: fix typo in Config.in
2015-01-20 21:01:38 +01:00
Christian Beier
47c306512d ola: Add an Open Lighting Architecture package.
The Open Lighting Architecture is a framework for lighting control information.
It supports a range of protocols and over a dozen USB devices. It can run as a
standalone service, which is useful for converting signals between protocols,
or alternatively using the OLA API, it can be used as the backend for lighting
control software. OLA runs on many different platforms including ARM, which
makes it a perfect fit for low cost Ethernet to DMX gateways.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2015-01-20 12:11:48 +01:00
Nikos Mavrogiannopoulos
8a12c83e3e ocserv: prevent ocpasswd from using sha2crypt
That doesn't cope well with uclibc.
https://bugs.busybox.net/show_bug.cgi?id=7808

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-19 23:24:00 +01:00
Nikos Mavrogiannopoulos
1a67e62e7e ocserv: use ocserv.upgrade to save configured files
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-19 23:22:50 +01:00
Nikos Mavrogiannopoulos
7f0b553169 Revert "ocserv: store permanent config files in /etc/config"
This reverts commit 1c40fc1022.
2015-01-19 23:15:59 +01:00
Nikos Mavrogiannopoulos
500db547b8 openconnect: use openconnect.upgrade to save configured files
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-19 23:15:57 +01:00
Nikos Mavrogiannopoulos
ab50e4802f Revert "openconnect: move certificate files to config/ to add graceful upgrade"
This reverts commit b53e5bfe87.
2015-01-19 23:15:54 +01:00
Nikos Mavrogiannopoulos
cd73693255 Revert "openconnect: cmdline parameter for CA not moved"
This reverts commit fa8f547945.
2015-01-19 23:15:51 +01:00
Steven Barth
0dc928025b Merge pull request #800 from fededim/master
Davfs2: fixed issue with automake
2015-01-19 19:34:54 +01:00
Rupan
cb2f8a2b80 Davfs2: fixed issue with automake
Signed-off-by: Federico Di Marco fededim@gmail.com
2015-01-19 19:28:04 +01:00
Toke Høiland-Jørgensen
f05378ec6d Update radsecproxy package to v1.6.6. 2015-01-19 15:14:43 +01:00
Steven Barth
8c67f0c13f Merge pull request #793 from tru7/patch-1
linknx: update package with updated files
2015-01-19 07:53:49 +01:00
Nikos Mavrogiannopoulos
88e77324ba ocserv: added info on setting up firewall
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 22:06:55 +01:00
Nikos Mavrogiannopoulos
b87de0a4fa ocserv: added default_domain config option
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 22:06:55 +01:00
Nikos Mavrogiannopoulos
197587102e ocserv: Enable config-per-user by default as well as the route-add-cmd
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 22:06:55 +01:00
Peter Wagner
3687f946a2 git: update to 2.2.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-18 21:00:48 +01:00
Peter Wagner
3d54534d69 rtorrent: update to git HEAD
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-18 20:04:56 +01:00
Nikos Mavrogiannopoulos
d27eeb8bbf ocserv: removed old option from README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 12:57:46 +01:00
Nikos Mavrogiannopoulos
71f53a24be ocserv: don't print needless warnings
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 12:20:56 +01:00
Nikos Mavrogiannopoulos
8f9afdac64 ocserv: depend on kmod-tun
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18 12:14:40 +01:00
Othmar Truniger
c933b66958 linknx: update release number for changes in files dir
Signed-off-by: Othmar Truniger <gibthub@truniger.ch>
2015-01-17 19:13:15 +01:00
Othmar Truniger
83ddfd0d16 linknx: improve init script
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-17 19:11:41 +01:00
Othmar Truniger
bae1b2bfde linknx: change path for persistent files
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-17 19:09:11 +01:00
Nikos Mavrogiannopoulos
66d6ba168d openconnect: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-17 09:15:39 +01:00
Nikos Mavrogiannopoulos
a1da87730e Merge pull request #790 from jaspersalathe/patch-1
openconnect: cmdline parameter for CA not moved
2015-01-17 09:01:08 +01:00
Christian Schoenebeck
317740f2f2 ddns-scripts: Update to Version 2.1.0-5
restructure startup of dnymaic_dns_updater.sh
 - first run load_all_config_options (it returns 1 if SECTION_ID not found) #779
 - set all defaults if necessary
 - verify if username and/or password is needed inside update_url #779
 - remove wait - will be done by retry_interval and retry_count if communication fails
provider specific update scripts
 - verify if username/password are needed
services_ipv6
 - added freedns.afraid.org
 - IPv6 should work due to their documentation
minor fixes

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-17 00:11:09 +01:00
Jasper
fa8f547945 openconnect: cmdline parameter for CA not moved
The location for the server CA file was moved in b53e5bfe87, but the corresponding command line option for opeconnect not updated.
2015-01-16 17:21:44 +01:00
Jaehoon You
2a5e219503 coova-chilli: fix typo in Config.in
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2015-01-16 17:26:53 +09:00
Othmar Truniger
e1a0360f93 knxd: fix path in Makefile and some cleanups
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-15 20:50:04 +01:00
Adze1502
4ce8b48d65 mwan3: update to version 1.5-10
Fixed issue in mwan3 status output with mwan3 interfaces not yet configuerd in network config
Removed nexthop argument as it is no longer used

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-01-15 14:15:53 +01:00
Steven Barth
d8874f0f3c pen: change source to http, ftp seems to timeout for some clients
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-15 11:20:00 +01:00
Othmar Truniger
b446dbba58 knxd: bump to latest release, add conffile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-14 21:15:16 +01:00
Nikos Mavrogiannopoulos
1c40fc1022 ocserv: store permanent config files in /etc/config
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-12 19:50:35 +01:00
Jonathan McCrohan
9767485f65 mtr: update to v0.86
Drop 521-glib-dependency-fixes.patch; merged upstream

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-01-11 23:56:55 +00:00
Luka Perkov
3df768771f squid: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-12 00:42:25 +01:00
Christian Schoenebeck
83e8a0e36c luci-app-privoxy: modified to support new LuCI structure
* Makefile
    - modified to support new LuCI build structure when building i18n support
    - increase "patch" version
* privoxy.lua detail.lua apperror.lua
    - modified version detection
    - removed function ipgk_version()
* new file build/i18n-po2lua.pl
    - copied from luci build system to create lmo language files

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-11 21:30:50 +01:00
Steven Barth
b0ae832197 strongswan: bump to 5.2.2
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-11 20:27:06 +01:00
Steven Barth
56ff32fd8b Merge pull request #770 from damianorenfer/master
net/dnscrypt-proxy: update to 1.4.3
2015-01-11 19:11:32 +01:00
Steven Barth
30f004c791 Merge pull request #768 from chris5560/master
ddns-scripts: update to version 2.1.0-4
2015-01-11 19:08:17 +01:00
Damiano Renfer
87d7b3fef2 net/dnscrypt-proxy: update to 1.4.3
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-01-11 18:55:50 +01:00
Peter Wagner
99aad1438a [ntpd] fix deps and cleanup the Makefile
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-11 18:34:29 +01:00
Christian Schoenebeck
64250aebc7 ddns-scripts: update to version 2.1.0-4
* remove CHANGELOG from distribution
* fix syslog output printing "\n" or other formating chars
* ddns configuration
    - new UCI-config value ddns.global.allow_local_ip "0" or "1"
(default "0") - (OpenWrt Ticket 18642)
* dynamic_dns_functions.sh
- new function split_FQDN() splits a given FQDN into host,
(registerable) domainname, and TLD using
https://publicsuffix.org/list/effective_tld_names.dat
- verify_host_port() use BIND host, if installed
- verify_host_port() not detecting ip, if already given
- fixed regexp for IP detection from nslookup's answer - (OpenWrt
Ticket 16363)
- support ddns.global.allow_local_ip to allow sending non public IP's
to DDNS provider like 127.x, 192.168.x.x or fxxx - (OpenWrt Ticket
18642)
* new file tld_names.dat
- used by dynamic_dns_functions.sh inside split_FQDN() function to
find valid TLD's
* update_cloudflare.sh
- modified subdomain/domain splitting using split_FQDN()
- modified support for AA12.09 (json_get_keys())
- minor fixes and cleanup
- many thanks to Aaron Tanner for testing

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-11 15:39:47 +01:00
Steven Barth
881f9d0107 Merge pull request #763 from morgenroth/Update-to-1.0
Upgrade IBR-DTN to version 1.0.0
2015-01-11 08:39:22 +01:00
Nicolas Thill
e2b6aedea8 ser2net: import from old packages feed
- update to latest version (v2.10.0)
 - add a patch to fix compilation failures due to missing TIOCSRS485 macro
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 23:17:01 +01:00
Nikos Mavrogiannopoulos
251eaf99fd ocserv: corrected the extraction of dyndns name
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 21:50:17 +01:00
Nicolas Thill
664258e3d5 pen: import from old packages feed
- update to latest version (v0.25.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:31:26 +01:00
Johannes Morgenroth
111d3f9d84 ibrdtnd: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 17:30:57 +01:00
Johannes Morgenroth
df34963277 ibrdtn-tools: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 17:30:57 +01:00
Nikos Mavrogiannopoulos
387ec8dbe8 openconnect: automatically enable rebind for DNS servers sent by VPN server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:30:44 +01:00
Nikos Mavrogiannopoulos
b53e5bfe87 openconnect: move certificate files to config/ to add graceful upgrade
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:12:33 +01:00
Nikos Mavrogiannopoulos
9e75cfeeef openconnect: removed unneeded entries from interface
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:35 +01:00
Nikos Mavrogiannopoulos
66cf9c34eb openconnect: updated to 7.03
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:30 +01:00
Nikos Mavrogiannopoulos
c19342901a openconnect: register split-dns to dnsmasq
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:17 +01:00
Ted Hess
a922475cd2 Merge pull request #751 from tru7/patch-4
linknx: change runtime patch in config files
2015-01-09 06:54:56 -05:00
Peter Wagner
45e8c33f3a [tor]: update to 0.2.5.10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-08 13:49:07 +01:00
Othmar Truniger
d83f4e5028 linknx: fix name of PID file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-08 10:22:50 +01:00
Ted Hess
a140e60409 Merge pull request #752 from tru7/patch-3
linknx: fix permissions, add conffiles in Makefile
2015-01-07 19:50:54 -05:00
Matthias Schiffer
6cafaf4cf8 fastd: update configuration options
When updating fastd, some added and renamed CMake options had been forgotten, so
it was impossible to disable some feature to reduce its size.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-01-08 01:12:07 +01:00
Othmar Truniger
81f06b2756 linknx: change runtime patch in config files
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-07 21:43:56 +01:00
Othmar Truniger
66a7e02d1b linknx: fix permissions, add conffiles in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-07 21:41:17 +01:00
Adam Gensler
675b31cdf8 Add netcat package from old 14.07 package repository.
Signed-off-by: Adam Gensler openwrt@a.gnslr.us
2015-01-06 19:10:34 -05:00
Alexandru Ardelean
e87af5bd0e openvswitch: upgrade to version 2.3.1
Release notes here:
   https://github.com/openvswitch/ovs/blob/v2.3.1/NEWS

Remove patch (included in 2.3.1):
   0005-datapath-backport___ip_select_ident_function.patch

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 17:05:31 +02:00
Steven Barth
8602b0d415 Merge pull request #730 from tru7/patch-3
knxd: use better macrons in Makefile
2015-01-05 10:00:39 +01:00
Othmar Truniger
23a17f85ac linknx: use better macros in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-04 22:13:07 +01:00
Othmar Truniger
a0afa7623d knxd: use better macrons in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-04 22:05:31 +01:00
Thomas Heil
a393c6b021 haproxy: update to version 1.5.10
- DOC: fix a few typos
 - BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized"
 - BUG/MINOR: parse: refer curproxy instead of proxy
 - DOC: httplog does not support 'no'
 - MINOR: map/acl/dumpstats: remove the "Done." message
 - BUG/MEDIUM: sample: fix random number upper-bound
 - BUG/MEDIUM: patterns: previous fix was incomplete
 - BUG/MEDIUM: payload: ensure that a request channel is available
 - BUG/MINOR: tcp-check: don't condition data polling on check type
 - BUG/MEDIUM: tcp-check: don't rely on random memory contents
 - BUG/MEDIUM: tcp-checks: disable quick-ack unless next rule is an expect
 - BUG/MINOR: config: fix typo in condition when propagating process binding
 - BUG/MEDIUM: config: do not propagate processes between stopped processes
 - BUG/MAJOR: stream-int: properly check the memory allocation return
 - BUG/MEDIUM: memory: fix freeing logic in pool_gc2()
 - BUG/MEDIUM: compression: correctly report zlib_mem

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 18:21:07 +01:00
Thomas Heil
5ef87ec191 memcached: update to version 1.4.22
- Bugfix maintenance release

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 18:17:46 +01:00
Thomas Heil
bf6152058b Merge pull request #717 from MikePetullo/master
prosody: fix use of randomseed (prosody issue #439)
2015-01-04 18:06:11 +01:00
Nikos Mavrogiannopoulos
33c5c14c52 Merge pull request #723 from gohai/openconnect-readme-fixes
openconnect: update README
2015-01-03 19:04:55 +01:00
Nikos Mavrogiannopoulos
d647bd3464 openconnect: updated to 7.02
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-03 18:58:39 +01:00
gohai
e1340c761c openconnect: update README
Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
2015-01-03 17:29:48 +01:00
Steven Barth
18dd4d2cd7 Merge pull request #721 from tru7/patch-3
linknx: fix Makefile to use TABs instead of spaces
2015-01-03 17:08:24 +01:00
Othmar Truniger
be0ed6fc2c linknx: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 16:13:54 +01:00
Othmar Truniger
634d442613 knxd: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 16:07:14 +01:00
Steven Barth
2993533747 Merge pull request #714 from tru7/net-linknx
linknx: new package
2015-01-03 11:53:07 +01:00
W. Michael Petullo
9bcbcdfbc1 prosody: fix use of randomseed (prosody issue #439)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-01-02 14:22:54 -05:00
Othmar Truniger
1a9bc1c43a linknx: add dist xml conf file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:22:57 +01:00
Othmar Truniger
934d7f249e linknx: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:21:03 +01:00
Othmar Truniger
c7e53198ae linknx: add init file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:20:11 +01:00
Othmar Truniger
d2c7bf32ae linknx: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:18:51 +01:00
Othmar Truniger
c978ec5335 knxd: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:15:49 +01:00
Othmar Truniger
f2bdf8e63f knxd: add init file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:14:02 +01:00
Othmar Truniger
3a8983f379 knxd: add patch file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:12:53 +01:00
Othmar Truniger
deedcd2b2a knxd: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:11:31 +01:00
Steven Barth
4b93183f55 Merge pull request #693 from chris5560/master
[luci-app-privoxy] New LuCI App to support privoxy
2014-12-26 09:57:24 +01:00
Saverio Proto
695b595012 [tinc] Update to tinc 1.0.25 2014-12-24 09:49:05 +01:00
Steven Barth
d838872cc5 fwknop: refresh patches
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-23 14:57:34 +01:00
Peter Wagner
335dbdb850 git: update to 2.2.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-23 13:28:35 +01:00
Christian Schoenebeck
dca364638e [luci-app-privoxy] New LuCI App to support privoxy
New LuCI Application to support privoxy WEB proxy

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-23 11:51:42 +01:00
Christian Schoenebeck
6aa05568b8 [privoxy] remove using procd
* go back to "old" initscript not using procd
    * privoxy running --no-daemon only logging to STDERR
    * procd do not support redirection of STDOUT/STDERR, '2>file' as a command parameter does not work

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-23 10:50:51 +01:00
Steven Barth
45cb1f563f Merge pull request #691 from kissg1988/seafile
seafile-server: fix fastcgi mode settings in seafile-admin script
2014-12-23 10:29:09 +01:00
Gergely Kiss
e06d1cae3b seafile-server: fix fastcgi mode settings in seafile-admin script
* Use the correct path for the pidfile
* Start a multithreaded daemon instead of pre-forking worker processes.
  This avoids consuming too much memory and makes context switches faster

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-22 21:56:04 +01:00
Jonathan Bennett
af5d7927cb Add package license information
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2014-12-22 07:58:24 -06:00
Jonathan Bennett
560ba25e9c Update fwknopd to 2.6.5
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2014-12-22 06:53:28 -06:00
Peter Wagner
e40c1e3586 ntpd: update to 4.2.8 and remove nossl support
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-22 12:36:32 +01:00
Adze1502
1ff50d94dc mwan3: update to version 1.5-9
Fix issue where config file would be overwritten in some cases
Fix issue where local address of wan point-to-point links were unreachable from lan

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-12-22 08:44:41 +01:00
Matthias Schiffer
8d5780ddcb ethtool: update to 3.18
This release contains a patch which is supposed to improve musl compatiblity. I
haven't tested it with musl though.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-12-21 16:13:47 +01:00
Matthew Sykes
f2fb6217ab openconnect: Restore support for vpnc-script hooks
* Restore hooks support from vpnc-script
* Use consistent style for tests and blocks in openconnect.sh
* Cleanup code that writes banner to syslog

Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com>
2014-12-20 11:09:33 -05:00
Gergely Kiss
38bf5dc750 seafile-seahub: fix installation process of python dependencies
Solves "bash: easy_install: command not found" error during build

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-19 12:02:14 +01:00
Steven Barth
fa9cc681e7 mdnsresponder: remove spurious conffile section
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-19 11:50:52 +01:00
Julen Landa Alustiza
9ba792eb9a bwm-ng: import 0.6
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2014-12-18 13:03:25 +01:00
Steven Barth
d2164b89cb mdnsresponder: update to 561.1.1
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-17 10:48:09 +01:00
W. Michael Petullo
14aa488309 lighttpd: reorder modules so that redirect loads before auth
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-12-16 19:01:39 -05:00
Gergely Kiss
92b36e4a14 seafile: fetch sources using commit hashes instead of release tags
Avoids source filename conflicts and the need to delete source packages
at the end of the prepare stage. This has forced the buildenv to rebuild
the packages even if they were built already.

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-16 08:54:39 +01:00
Gergely Kiss
8e781d1a48 seafile: import seafile-server package and its dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-16 08:54:39 +01:00
Maxim Storchak
c8efd8b6f7 wget: add license file
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:04:20 +02:00
Maxim Storchak
0c86aafc42 tgt: update to 1.0.53
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:02:52 +02:00
Maxim Storchak
85cfa59609 rsync: add license file
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:02:49 +02:00
Noah Meyerhans
1fe4160fc2 net/bind: add the bind user/group
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-13 13:08:50 -08:00
Steven Barth
1b33cc82c3 Merge pull request #639 from fededim/master
net/lftp: upgrade to version 4.6.0
2014-12-13 18:18:49 +01:00
Rupan
b19ccaeac5 net/lftp: upgrade to version 4.6.0
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2014-12-13 18:15:09 +01:00
Nikos Mavrogiannopoulos
6424128ae3 ocserv: updated to 0.8.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-12 08:56:23 +01:00
Noah Meyerhans
d0b0571161 net/ipsec-tools: Fix the racoon command line in /etc/init.d/racoon
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-11 22:52:12 -08:00
Noah Meyerhans
4d918db9ea net/ipsec-tools: Install our own racoon.conf rather than using the one provided upstream.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-11 22:52:12 -08:00
Peter Wagner
7e9097b40c wget: update to 1.16.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-11 12:14:10 +01:00
Noah Meyerhans
4548c6b9c8 bind: Update to 9.9.6-P1 to address security issues CVE-2014-8500
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-10 23:18:51 -08:00
Ted Hess
8b5421f699 misc: Correct tag spelling PKG_LICENSE_FILES
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 11:38:38 -05:00
Michael Heimpold
1c6580d05d openssh: provide an avahi service file
As discussed in #543, we can announce the SFTP service via Avahi
when sftp-server is installed.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-08 23:15:25 +01:00
Steven Barth
eeabfeed8e privoxy: moved to github and update to 3.0.22
- moved from oldpackages to github
- set maintainer
- update pkg source to new version 3.0.22
- run privoxy as non root user privoxy:privoxy
- using procd including network events to restart on changes
- log start and stop to syslog, privoxy not using syslog

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-08 20:41:22 +01:00
Nikos Mavrogiannopoulos
3b8614c44b Merge pull request #595 from ffainelli/stoken
Add stoken and update openconnect to use it
2014-12-08 20:00:19 +01:00
Stefan Hellermann
0410029b09 prosody: update to 0.9.7
update prosody to 0.9.7 to get the latest fixes. Changelogs:
http://blog.prosody.im/prosody-0-9-5-released/
http://blog.prosody.im/prosody-0-9-6-released/
http://blog.prosody.im/prosody-0-9-7-released/

Tested for a few days with a dozen clients

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2014-12-08 14:20:11 +01:00
Florian Fainelli
a54d31ed3f openconnect: add an option to support stoken
Add a new build configuration option for openconnect and let it link
against libstoken if instructed to. Two new uci configuration variables
are introduced: "token_mode" and "token_secret" to allow openconnect to
use those.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-12-07 21:18:52 -08:00
Christian Schoenebeck
5e8123eb3b ddns-scripts: Update to version 2.1.0-3
- removed special handling for dynamic_dns_helper.sh and url_escape.sed in Makefile/postinst
- minor fixes in logging
- allow retry_count of "0" to run infinite retrys on error
	-- https://dev.openwrt.org/ticket/18382
- changed naming of .dat and .err file to have one per section, not one per process
- defer hotplug helper from 25-ddns to 95-ddns (according initscript START=95)
	-- https://github.com/openwrt/packages/issues/568 (#568)
- fix commandline for busybox wget
	-- https://dev.openwrt.org/ticket/18411
	-- https://dev.openwrt.org/ticket/18437
	-- https://github.com/openwrt/packages/issues/605 (#605)
- remove checking answer from ddns provider because there are to many different.
	Some providers do not follow API from dyndns.com

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-07 14:45:31 +01:00
Noah Meyerhans
0230141e17 ipsec-tools: Use procd in racoon's init script
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-06 14:11:10 -08:00
Noah Meyerhans
d3d3f1e57b bind: Use procd in /etc/init.d/named
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-06 14:11:10 -08:00
Nikos Mavrogiannopoulos
78bf9cc554 openconnect: simplified cmdline appending
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-05 20:27:45 +01:00
Nikos Mavrogiannopoulos
cceb3799e3 ocserv: enable the X-CSTP-DynDNS header
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-05 20:14:52 +01:00
Nikos Mavrogiannopoulos
9ea507c3ab openconnect: added upstream patch for dynamic IPs
That requires an update to ocserv as well to advertise them.
2014-12-05 20:01:32 +01:00
Thomas Heil
9912b6cbff haproxy: update to version 1.9 patch 02
- BUILD: fix "make install" to support spaces in the install dirs
 - BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks
 - BUG/MEDIUM: ssl: fix bad ssl context init can cause segfault in case of OOM.
 - BUG/MINOR: samples: fix unnecessary memcopy converting binary to string.
 - BUG/MEDIUM: connection: sanitize PPv2 header length before parsing address information
 - BUG/MEDIUM: pattern: don't load more than once a pattern list.
 - BUG/MEDIUM: ssl: force a full GC in case of memory shortage
 - BUG/MINOR: config: don't inherit the default balance algorithm in frontends
 - BUG/MAJOR: frontend: initialize capture pointers earlier
 - BUG/MINOR: stats: correctly set the request/response analysers
 - DOC: fix typo in the body parser documentation for msg.sov
 - BUG/MINOR: peers: the buffer size is global.tune.bufsize, not trash.size
 - MINOR: sample: add a few basic internal fetches (nbproc, proc, stopping)
 - BUG/MAJOR: sessions: unlink session from list on out of memory
 - BUG/MEDIUM: patterns: previous fix was incomplete
 - BUG/MEDIUM: payload: ensure that a request channel is available

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-12-05 13:02:19 +01:00
Imre Kaloz
a51211d8aa Merge pull request #592 from ageekymonk/chilli_proxy
coova-chilli: adding menuconfig option for enabling chilli proxy
2014-12-04 13:39:00 +01:00
Steven Barth
dc902eecd0 strongswan: correctly install plugin include configs
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-04 11:37:42 +01:00
Peter Wagner
14be8d35e8 git: update to 2.2.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-04 10:12:32 +01:00
Ramanathan Sivagurunathan
86e005dd99 Coova-chilli: Adding Menu option for enabling chilli proxy.
Chilli proxy is used when one does not want to setup AAA server
but want to handle AAA through http.

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

Signed-off-by: Ramanathan Sivagurunathan ramzthecoder@gmail.com
2014-12-04 17:45:06 +11:00
Nuno Goncalves
bc9b5f2931 nmap: dont build zenmap by default.
Fixes https://dev.openwrt.org/ticket/18436.
Closes #577.

Signed-off-by: Nick Potts nicholas.potts@googles-email-system.com
2014-12-03 13:41:12 +00:00
Alexandru Ardelean
bc85520865 openvswitch: use EXTRA_CFLAGS instead of KCFLAGS
The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-03 09:09:05 +02:00
Alexandru Ardelean
986b9fbce8 openvswitch: switch patch with patch from ovs trunk
After a few discussions with the guys working on OpenVSwitch
they've recommended we use the EXTRA_CFLAGS env var for setting
flags for the kernel module.

They've updated the trunk with a patch to accomodate that.
That patch is also in this commit, and replaces a patch that I proposed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-03 09:05:08 +02:00
Steven Barth
2b8aeb5002 Revert "aria2: enable bittorrent and metalink by default"
As per maintainer's request.

Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-30 17:53:43 +01:00
Imre Kaloz
34b96ab26e coova-chilli: move to github
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
2014-11-30 01:13:43 +01:00
Nikos Mavrogiannopoulos
796a524509 ocsev: define _XOPEN_SOURCE when search for or using crypt()
Resolves #544

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 19:45:56 +01:00
Nikos Mavrogiannopoulos
9808e5c51f ocserv: updated to 0.8.8 and added dependency on libhttp-parser
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 19:36:29 +01:00
Nikos Mavrogiannopoulos
05999937ed openconnect: when serverhash or cafile are present, set --no-system-trust
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 19:05:04 +01:00
Nikos Mavrogiannopoulos
be753f0208 openconnect: made server IP resolving on reconnection conditional
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 19:00:18 +01:00
Nikos Mavrogiannopoulos
efcae14f20 openconnect: updated to 7.00
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 11:17:27 +01:00
Daniel Golle
a2d8543ea0 opentracker: bump git codebase to 20141007
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 14:12:27 +01:00
Daniel Golle
ec6f0ffe30 freeradius2: bump to version 2.2.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 13:51:20 +01:00
widewing
2aa1428e14 aria2: enable bittorrent and metalink by default
Signed-off-by: Gavin Ni <gisngy@gmail.com>
2014-11-26 23:03:13 +08:00
Steven Barth
6c97ad84be Merge pull request #563 from antonlacon/license-updates
License updates and metadata typo correction
2014-11-26 14:20:54 +01:00
Ian Leonard
1aff45c6dd ntpd: add SPDX license information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-25 23:43:58 -08:00
Steven Barth
9f7ec5c8d7 libv4l/tgt/hdparm/pciutils: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-25 20:32:49 +01:00
Ian Leonard
77a1e5cc46 lftp: add PKG_LICENSE SPDX information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-25 00:11:02 -08:00
Ian Leonard
ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Michael Heimpold
bb5d39cc98 ntpd: fix a small typo in the default description
Reported by amanual on IRC, thanks.
While at, update copyright timestamp.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-11-23 20:30:11 +01:00
Jonas Gorski
1197194832 znc: link to libstdc++ to fix performance issues on channel join
ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++
uses a naive linked-list implementation with horrible performance, which
can cause joins to take a few minutes on popular channels.

Therefore Switch to libstdc++ which uses a much more performant hashmap.
ZNC by itself is already rather large, so the added footprint of
libstd++ vs uclibc++ does not matter that much anyway.

Should fix #11778.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-11-21 13:30:07 +01:00
Thomas Heil
c950f48e7a haproxy: patches from upstream
- [PATCH 1/6] BUILD: fix "make install" to support spaces in the
 - [PATCH 2/6] BUG/MEDIUM: ssl: fix bad ssl context init can cause
 - [PATCH 3/6] BUG/MEDIUM: ssl: force a full GC in case of memory
 - [PATCH 4/6] BUG/MEDIUM: checks: fix conflicts between agent checks
 - [PATCH 5/6] BUG/MINOR: config: don't inherit the default balance
 - [PATCH 6/6] BUG/MAJOR: frontend: initialize capture pointers earlier

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-11-20 14:29:40 +01:00
Jonathan Bennett
8e0a71d47c Fwknop: Update to 2.6.4
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2014-11-17 19:50:48 -06:00
Christian Schoenebeck
ab2b229ad6 ddns-scripts: new Version 2.1.0-2
- moved /usr/lib/ddns/dynamic_dns_lucihelper.sh from luci-app-ddns into this package
	(Github openwrt/luci issue 251)
	(OpenWrt Trac tickets 18326 18347)
- fix: dynamic_dns_update.sh did not loop
	(OpenWrt Trac ticket 18336)
- add provider cloudflare.com IPv4 and IPv6 (Thanks to Paul for support and testing)
	(OpenWrt Trac ticket 12500)
- modified detection, if dynamic_dns_fuctions are used by dynamic_dns_lucihelper.sh
- redirect stdout of wget,curl,host,nslookup,nc etc to /tmp/ddns_$$.dat and *.err instead of variables
- extended error detection in get_local_ip function
- modified verify of option ip_script to allow parameters, when calling
- add provider selfhost.de IPv4
- add provider no-ip.pl (nothing to do with no-ip.com)
	(Github openwrt/packages issue #542)
	IPv4 (tested) and also added for
	IPv6 (NOT tested) because client IP is autodetected be provider
- add getlocalip_sample.sh as sample script for usage of
	option ip_source 'script'  together with
	option ip_script '/usr/lib/ddns/getlocalip.sh -4'
- cleanup whitespaces at line ends

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-11-15 21:28:01 +01:00
Matthias Schiffer
a23e8f6bc1 fastd: update to v16
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-11-15 18:37:43 +01:00
Matthias Schiffer
619f2c1807 fastd: update to v15
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-11-12 03:17:35 +01:00
sbyx
f2884fa47f Merge pull request #448 from jow-/freeradius-ssl-version
freeradius2: relax SSL version checks
2014-11-11 09:06:21 +01:00
Baptiste Jonglez
3ceb389c6d bmon: Remove unrecognized configure flags
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-11-10 17:11:26 +01:00
Baptiste Jonglez
57947e46df bmon: Fix libncursesw dependency
When libncursesw is available, bmon uses it instead of libncurses.  This
commit adapts the dependencies accordingly.

Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-11-10 17:09:10 +01:00
Christian Schoenebeck
4192651448 ddns-scripts: Update to Version 2.1.0-1 see description
- fixed postinst and prerm in Makefile
- implementation of provider specific update scripts into services and
services_ipv6 file.
	first Provider "no-ip.com"	- Thanks to DarkStarXxX for
request and testing
- finished uci/ddns wiki at http://wiki.openwrt.org/doc/uci/ddns
- rewritten retry management
- rewritten logging including following Issue 469
	https://github.com/openwrt/packages/issues/469
- stop running sections on hotplug ifdown event (like start on ifup)
- implement trap detection
	also kill "sleep" child processes
	SIGHUP to reload configuration (not really reloading, simply
starting a new process)
	/etc/init.d/ddns reload implemented
- code optimization
- new provider LoopiaDNS.se	Issue 494
	https://github.com/openwrt/packages/issues/494

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-11-09 16:37:11 +01:00
Hannu Nyman
0f0b241d56 sqm-scripts: Modify installation step to ensure correct file permissions
Use INSTALL_BIN & INSTALL_DATA macros instead of cp
to ensure correct file permissions for the executable files.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-11-09 10:23:54 +02:00
Thomas Heil
4846a203bb haproxy: bump to version 1.5.8
Released version 1.5.8 with the following main changes :
 - BUG/MAJOR: buffer: check the space left is enough or not
   when input data in a buffer is wrapped
 - BUG/BUILD: revert accidental change in the
   makefile from latest SSL fix

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-11-05 22:04:57 +01:00
Toke Høiland-Jørgensen
40b2a8bd1a Change default bcp38 interface to be eth1, don't enable by default. 2014-11-05 20:36:08 +01:00
Toke Høiland-Jørgensen
27a37bfbf9 Add luci-app-bcp38 package
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2014-11-05 08:34:30 +01:00
Toke Høiland-Jørgensen
bcc2ffc5e1 Make PKG_LICENSE for BCP38 SPDX compatible. 2014-11-05 08:27:56 +01:00
Toke Høiland-Jørgensen
0a38785592 Add BCP38 implementation package (from CeroWrt).
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2014-11-05 00:17:53 +01:00
Steven Barth
942a694238 mdnsresponder: add spdx tag
Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-03 13:32:45 +01:00
Hannu Nyman
8001ca4c94 sqm-scripts: use masks with markings
Apply mask for markings to enable co-existence with multiwan, mwan3 etc.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-11-02 11:01:54 +02:00
champtar
91af216373 Merge pull request #488 from commodo/ovs-fix-kernel-3.12
openvswitch: add +kmod-vxlan dependency for kernels >= 3.12
2014-10-31 12:52:53 +01:00
sbyx
1c2f88003b Merge pull request #481 from zorun/master
Import bmon from oldpackages
2014-10-31 12:10:53 +01:00
Baptiste Jonglez
53182a65d1 bmon: Bump to 3.5 and add myself as maintainer
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-10-31 12:01:54 +01:00
Baptiste Jonglez
a8a3a02596 bmon: Import from oldpackages
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-10-31 12:01:31 +01:00
Alexandru Ardelean
194c0f608a openvswitch: add +kmod-vxlan dependency for kernels >= 3.12
When OVS detects a kernel version >= 3.12 it does not build
it's own vxlan module and tries to use the kernel's, when building
the OVS kernel module.

I also pushed a patch to the OpenWRT trunk to add a +kmod-vxlan package.

This will add the kernel's vxlan.ko kernel module if it exists.
So, for kernel >= 3.12, this package should exist and be installed
when installing OVS.

Tested on OpenWRT trunk with kernel 3.14.18.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-31 12:25:07 +02:00
champtar
f8f7c74f0c Merge pull request #486 from commodo/ovs-build-fix2
openvswitch: add patch "datapath: Backport __ip_select_ident() function"
2014-10-30 18:13:13 +01:00
champtar
dec433d68a Merge pull request #485 from commodo/ovs-build-fix
openvswitch: fix build for gcc versions below 4.9
2014-10-30 18:11:11 +01:00
Alexandru Ardelean
78f0bd7e45 openvswitch: add patch "datapath: Backport __ip_select_ident() function"
Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
2014-10-30 18:22:03 +02:00
sbyx
6f80d6fa68 Merge pull request #478 from sourceindex/added-new-kismet-package
kismet: new kismet wireless package
2014-10-30 13:42:49 +01:00
Jo-Philipp Wich
19e4a22dbe Merge pull request #483 from jow-/wget-1.16
wget: update to v1.16
2014-10-30 11:17:37 +01:00
Alexandru Ardelean
d16d96f52d openvswitch: fix build for gcc versions below 4.9
Seems that while fixing the build for GCC 4.9
I broke the build for GCC 4.8, because that KCFLAG I added
causes a build error (since it's not recognized).

The fix is to add KCFLAG only when GCC 4.9 is used.

OpenVSwitch now builds successfully with GCC 4.8 and 4.9.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-30 10:33:58 +02:00
Sebastian Wendel
0d41c5bf62 kismet: added missing PKG_LICENSE tag
Signed-off-by: Sebastian Wendel<packages@sourceindex.de>
2014-10-30 04:21:05 +01:00
Sebastian Wendel
48c5a070b7 kismet: added new version of the kismet wireless network system
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
2014-10-30 04:20:46 +01:00
Nikos Mavrogiannopoulos
79e0842a65 luci-app-ocserv and luci-proto-openconnect were moved to openwrt/luci repo
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-29 23:24:04 +01:00
Jo-Philipp Wich
38d652a452 wget: update to v1.16
The update fixes CVE-2014-4877 which allows malicious FTP servers
to modify local filesystem contents through specificially crafted
symlinks.

Please backport to for-14.07 too.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-29 22:08:07 +01:00
Nikos Mavrogiannopoulos
6cbf21b65d openconnect: use SIGINT to bring down openconnect
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-28 12:31:48 +01:00
Nikos Mavrogiannopoulos
a412f2cc46 openconnect: forward SIGINT to app
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-28 11:58:52 +01:00
Alexandru Ardelean
6ba7c4721e openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-28 11:27:46 +02:00
Alexandru Ardelean
935e54417d openvswitch: add patch for adding KCFLAGS var to the OVS build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-28 11:27:25 +02:00
Álvaro Fernández Rojas
40b59d3468 udpxy: rework init script and add disabled/respawn configs.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-27 22:21:51 +01:00
Jo-Philipp Wich
2d56e60686 Merge pull request #422 from rcmcronny/patch-1
Update snmpd.init - add support for disk config option
2014-10-26 15:40:12 +01:00
Nikos Mavrogiannopoulos
a10f2201d6 ocserv: updated to 0.8.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-26 12:42:11 +01:00
Nicolas Thill
a31ad62a7b openconnect: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Nicolas Thill
06a201079e ocserv: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Nicolas Thill
0d93cb8973 nut: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Nicolas Thill
09287433fc lftp: disable libidn explicitely
This prevent detection of libidn when target arch = host arch.
2014-10-24 16:32:29 +02:00
Matthias Schiffer
5ab3b37710 fastd: re-enable link-time optimization
The toolchain is fixed, so LTO can be enabled again.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-10-21 02:55:30 +02:00
Jo-Philipp Wich
408b2e9dd6 freeradius2: relax SSL version checks
Merge upstream commit 5ae2a70a135062a025d8fabc104eeae3a2c53a7a to relax the
SSL library version check at runtime.

The objective is to avoid the need for rebuilding freeradius2 whenever we push
binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for
reference.

Please backport this change to the for-14.07 branch as well.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-20 17:40:27 +02:00
Steven Barth
774bb44494 strongswan: update to 5.2.1
Signed-off-by: Steven Barth <steven@midlink.org>
2014-10-20 09:16:44 +02:00
sbyx
93bda18b2a Merge pull request #443 from ott/master
knot: Split utils subpackage
2014-10-19 21:58:06 +02:00
Marty R
0ecfc499ce nut: Updated (c) notice
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
2014-10-19 09:40:02 -07:00
Matthias-Christian Ott
3285adb572 knot: Split utils subpackage
knot-utils consists of kdig, khost, knsec3hash and knsupdate. In order
to reduce the size of software installed on a device it is useful to
include a minimal collection of software and thus it should be possible
to install the utilities individually. bind also creates a subpackage
for each utility.

Signed-off-by: Matthias-Christian Ott <ott@mirix.org>
2014-10-19 05:45:14 +02:00
Peter Wagner
30bdda47fb openssh: update to 6.7p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-10-19 04:45:16 +02:00
Peter Wagner
bfcfcc48c3 irssi: update to 0.8.17
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-10-18 23:00:03 +02:00
Toke Høiland-Jørgensen
83371a30d3 Merge pull request #442 from hnyman/patch-sqm
sqm-scripts: Fix a minor bug, add copyrights, improve logging
2014-10-18 17:50:49 +02:00
Peter Wagner
ad4da82a8e nfs-kernel-server: update to 1.3.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-10-18 15:34:22 +02:00
Hannu Nyman
16d96ec143 sqm-scripts: Fix a minor bug, add copyrights, improve logging
Changes committed to the cerowrt original repo after the initial import here:
 - Better license & copyright statements, as requested
 - Fixed a minor bug in stopping sqm
 - Logging improvements
 - Dead code removed
 - Typos corrected

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-10-18 13:25:46 +03:00
Alexandru Ardelean
cfa1b5e17b openvswitch: add openvswitch-ipsesc package back
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-17 18:03:29 +03:00
Alexandru Ardelean
00cfd79006 openvswitch: add openvswitch-python subpackage
Requires python package.
Required by other openvswitch subpackages (like openvswitch-python).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-17 18:02:59 +03:00
cyanidium
d2e5a9896c Remove placeholder maintainer email address 2014-10-15 22:09:29 -07:00
Marty R
d8258c35d5 nut: New package for Network UPS Tools
An older version of nut is in oldpackages. This commit is based on that
package and bumps the version to the latest release along with unifying
the server and client packages. More build options are provided for any
custom configuration but the defaults provide a working client and
server install which only needs a UPS driver. Drivers still build as
individual packages to minimise bloat. SSL support has also been added.

Signed-off-by: Martin Rowe <cyanidium@users.noreply.github.com>
2014-10-15 21:30:25 -07:00
Etienne CHAMPETIER
1f22b19d04 PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-10-15 22:24:06 +02:00
Toke Høiland-Jørgensen
26eae4b9be Add PKG_LICENSE tags for luci-app-sqm and sqm-scripts. 2014-10-15 20:15:20 +02:00
Hannu Nyman
da7e25264c luci-app-sqm: Luci GUI for sqm-scripts QoS
This is the Luci GUI for managing SQM QoS System.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-10-15 19:11:46 +03:00
Hannu Nyman
5113575fb9 sqm-scripts: Smart Queue Management - experimental QoS
sqm-scripts is a new QoS system from Cerowrt / Bufferbloat.
I have tested it in my own community build.

More info at:
http://www.bufferbloat.net/projects/cerowrt/wiki/Smart_Queue_Management
http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310

Dave Täht submitted this first via openwrt-devel mailing list in March 2014,
but that was not picked up before the switch to Github:
http://patchwork.openwrt.org/patch/5078/

Original code used as the base:
8ce2936110

I have modified:
- set the default interface to be eth1, like the Openwrt default.
- modified config to hide some of the advanced options by default
- beautified Makefile a bit
- added Toke Høiland-Jørgensen <toke@toke.dk> as the maintainer, as discussed
  in https://github.com/dtaht/ceropackages-3.10/issues/8#issuecomment-59215905

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-10-15 18:56:37 +03:00