Commit graph

2184 commits

Author SHA1 Message Date
Michael Heimpold
56f34f0c03 ser2net: add missing dependency to librt when using uClibc
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-09 20:37:52 +01:00
Daniel Golle
45ad75fe36 gnunet: update source and follow upstream switch to git
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-11-09 11:58:14 +01:00
Hans Dedecker
8b69c86664 strongswan: Fix compile error due to __kernel_nlink_t being re-defined
Patch 101-musl-fixes defines __kernel_nlink_t as void; but using
a pre-3.6.11 kernel on an arm cortex defines __kernel_nlink_t as
unsigned short using uclibc
Fix the compile issue by not redefining __kernel_nlink_t

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-11-09 11:32:54 +01:00
Baptiste Jonglez
70c72dc0cf wireguard: Bump to 0.0.20161105
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-11-07 22:55:09 +01:00
Michael Heimpold
c90a92f945 ser2net: upgrade to 3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-07 20:26:40 +01:00
Florian Fainelli
acec7dff2e Merge pull request #3436 from p-wassi/master
net/cifs-utils: missing dependency
2016-11-06 11:41:33 -08:00
Hannu Nyman
bc638d3100 Merge pull request #3484 from dibdot/travelmate
travelmate: update 0.2.5
2016-11-06 20:13:10 +02:00
Dirk Brenken
32fb90fd68 travelmate: update 0.2.5
* small performance optimization, code cleanup
* change copyright notice in makefile
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-11-06 18:58:09 +01:00
tripolar
df159f8777 Merge pull request #2923 from cshore/pull-request-gitweb
net/git: Add building of gitweb
2016-11-06 15:52:58 +01:00
Hannu Nyman
236d4d41f0 Merge pull request #3399 from mrphs/patch-1
Tor: update to 0.2.8.9 and use sha256 instead of md5
2016-11-06 12:22:59 +02:00
Hannu Nyman
b84bc42e6c Merge pull request #3432 from ryzhovau/transmission-src
transmission: fix source URL
2016-11-06 11:56:30 +02:00
Hannu Nyman
9baa2e6e8b Merge pull request #3260 from cshore/pull-request-gitolite
net/gitolite: Add gitolite for git repo administration/access control
2016-11-06 11:52:59 +02:00
Hannu Nyman
51812c6abe Merge pull request #3470 from cshore/pull-request-update-rp-pppoe
net/rp-pppoe: Update to 3.12
2016-11-06 11:41:37 +02:00
Alberto Bursi
4b52906828 freeradius2: create temp directory /tmp/radiusd
Fixes issue openwrt#3403 "radiusd requires a temporary directory to be existent for certain operations, like verification of certificates."

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-06 00:50:15 +01:00
Toke Høiland-Jørgensen
feb006f202 acme: Update timestamp patch for new version.
Fixes butched update to 1.2.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-11-04 19:08:35 +01:00
Toke Høiland-Jørgensen
20d7233913 acme: New version 1.2.
This version will use the standalone (netcat) mode of acme.sh during
verification instead of exposing uhttpd to the internet for the duration
of the verification. It will also add an ip6tables rule to also support
verification over IPv6.

Also contains an updated version of acme.sh.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-11-04 12:43:16 +01:00
Michael Heimpold
f2a5123170 ser2net: add missing dependency to libpthread when using uClibc
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-03 23:49:19 +01:00
Baptiste Jonglez
766b146fbe wireguard: Bump to 0.0.20161103
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-11-03 21:53:59 +01:00
Luka Perkov
b8e6501c10 Merge pull request #3426 from ryzhovau/fossil-src
fossil: fix source URL
2016-11-02 14:05:29 +01:00
Stijn Tintel
e122cb0571 Merge pull request #3039 from dedeckeh/strongswan-musl
strongswan: Include musl.h after _GNU_SOURCE define
2016-11-02 14:51:32 +02:00
Hans Dedecker
fbbab2e7a7 strongswan: Include musl.h after _GNU_SOURCE define
musl.h was included before _GNU_SOURCE in 101-musl-fixes patch
leading to compilation issue on gcc (RTLD_DEFAULT not being
defined in dlfcn.h due to __USE_GNU not being set).
As described in the feature test macro man page feature macro
can be defined in the source code but need to be defined before
including any headers.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-11-02 13:44:43 +01:00
Noah Meyerhans
ad52af9a16 bind: update to 9.10.4-p4
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2016-11-01 22:29:58 -07:00
Nima Fatemi
372cec7e69 Tor: update to 0.2.8.9
- update to 0.2.8.9
    - use sha256 instead of md5 for integrity check
    - add dependency: libcap

signed-off-by: Nima Fatemi <nima@torproject.org>
2016-11-01 15:36:18 -04:00
p-wassi
9679056507 net/cifs-utils: missing dependency
'cifsmount' alone is not able to mount a SMB share, after
having installed kmod-fs-cifs this was possible.
So I guess adding kmod-fs-cifs as a dependency to cifsmount is ok.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-11-01 19:08:08 +01:00
Alexander Ryzhov
20e3133c6c transmission: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-11-01 08:50:42 +03:00
Alexander Ryzhov
c942952d6b fossil: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-10-31 14:03:37 +03:00
Stijn Tintel
37f4ba2377 strongswan: take over maintainership
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-10-31 11:01:30 +02:00
Stijn Tintel
7d0ee222df strongswan: bump to 5.5.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-10-31 11:01:30 +02:00
Stijn Tintel
fc67bf7c2b strongswan: preserve /etc/strongswan.d during upgrade
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-10-31 11:01:30 +02:00
Michal Hrušecký
7471cc4a7a
rsyslog: Add uClibc dependencies
Package doesn't build with uClibc without them, but no change for other libc
variants so no need to bump revision.

Signed-off-by: Michal Hrušecký Michal.Hrusecky@nic.cz
2016-10-30 23:08:55 +01:00
Hannu Nyman
cb4980e81a Merge pull request #3413 from zorun/wireguard
wireguard: Bump to 0.0.20161025
2016-10-30 09:48:21 +02:00
Eric Luehrsen
8dfd5d0b84 Unbound: Incorporate hotplug/iface and root.key in tmpfs
-Patch for /etc/unbound/unbound.conf
--All work done in /var/lib/unbound/
--chroot or jail to /var/lib/unbound/
-Init script points to /usr/lib/unbound.sh
-Makefile to install new scripts in the package

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-30 00:22:53 -04:00
Eric Luehrsen
cb56829c98 Unbound: Add scripts to manage root.key in tmpfs
-Unbound RFC 5011 is busy and writes frequently
-RFC 5011 creates working files in same directory
-DNSSEC root.key managed in /var/lib/unbound
-Protect against flash ROM wear out in /etc/unbound
-Scripts will copy back every 7 days instead

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-30 00:22:53 -04:00
Eric Luehrsen
b228d5e969 Unbound: Add hotplug/iface script to request restart
-Rebind to new interfaces cleanly
-Detach from old interfaces cleanly
-Some conf options do not reload dynamically
-Unbound grows some and this will shrink it

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-30 00:22:53 -04:00
Baptiste Jonglez
0c60737b38 wireguard: Bump to 0.0.20161025
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-10-29 23:20:26 +02:00
Hannu Nyman
a6942cb229 Merge pull request #3412 from dibdot/travelmate
travelmate: update 0.2.4
2016-10-29 23:12:06 +03:00
Dirk Brenken
b2de32aab0 travelmate: update 0.2.4
* change option 'trm_iw' to boolean,
  1 => use iw (default)
  0 => use iwinfo
* option 'trm_maxretry' now accepts '0' to disable this check at all
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-29 21:40:12 +02:00
Vasilis Tsiligiannis
99d620f09e nsd: Update to v4.1.13
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2016-10-29 17:25:33 +03:00
Hannu Nyman
21af22a0a5 Merge pull request #3409 from dibdot/adblock
adblock: update 1.5.3
2016-10-29 11:41:29 +03:00
W. Michael Petullo
1215622476 lighttpd: update to 1.4.42
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-10-29 04:17:08 -04:00
Dirk Brenken
8a4917a0a1 adblock: update 1.5.3
* make wget check more flexible,
  fix for broken wget package installations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-28 19:36:04 +02:00
Alexandru Ardelean
c093978cca nmap: fix build on MacOS X
The configure script (for libdnet) seems to find <net/bpf.h>
and detect some BSD stuff.

The lidnet's Makefile wants to include eth-bsd.c, arp-bsd.c
and other BSD friends.

This seems to put a cork on it, and no BSD stuff appears anymore.
[at least on my system].

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-10-28 18:31:38 +02:00
Daniel Golle
981a596c5f gnunet: update to SVN r38231
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-28 15:02:05 +02:00
Hannu Nyman
d24a365936 Merge pull request #3406 from dibdot/travelmate
travelmate: update 0.2.3
2016-10-28 09:20:46 +03:00
Dirk Brenken
c8507b9eb4 travelmate: update 0.2.3
* simplified network setup
* refine scan-timeout between different radios
* raise error counter on lost uplink connections too
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-28 07:16:03 +02:00
Daniel Dickinson
748cd39ff0 net/gitolite: Add gitolite for git repo administration/access control
Adds gitolite package which is a handy administrative tool for
managing shared git repositories.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
2016-10-23 17:39:04 -04:00
Daniel Dickinson
f6611ab828 net/rp-pppoe: Update to 3.12
Update package to latest stable upstream and update my maintainer email

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
2016-10-23 17:35:07 -04:00
Michael Heimpold
dbfaf0db07 Merge pull request #3228 from mhei/ser2net-update
ser2net: update to 3.0
2016-10-23 23:00:50 +02:00
Hannu Nyman
b2c66cf412 Merge pull request #3374 from chris5560/master
privoxy: fix handling config section "system"
2016-10-23 23:55:34 +03:00
Hannu Nyman
ad8e78cde7 Merge pull request #3354 from MikePetullo/lcdringer
lcdringer: add new package
2016-10-23 23:54:28 +03:00
Daniel Dickinson
536dea0c65 net/git: Add building of gitweb
gitweb is a handy git web interface; add building of it

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
2016-10-23 14:51:15 -04:00
Hannu Nyman
397bcb9a1c Merge pull request #3358 from EricLuehrsen/unbound_uci
Unbound: Group patch work for example.conf.in
2016-10-23 19:44:08 +03:00
Saverio Proto
6bea54e74e tinc: version bump 1.0.29 2016-10-23 12:04:45 +02:00
Christian Schoenebeck
b7f09b9bbd privoxy: fix handling config section "system"
- privoxy.init fix handling of config section "system"
- change start/stop to start=95 and stop=10

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-10-22 20:31:37 +02:00
Ted Hess
a69f52516b Merge pull request #3367 from kuoruan/aria2
Update Aria2 and webui-aria2
2016-10-22 10:06:43 -04:00
Alberto Bursi
493ea1afb4 openconnect: added missing libs for openssl
added missing libraries to fix issue https://github.com/openwrt/packages/issues/3301

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-22 14:05:16 +02:00
Nuno Goncalves
3a6f39fc14 nmap: bump version to 7.31
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-10-22 13:54:41 +02:00
Hsing-Wang Liao
d05f692e1b webui-aria2: update to 2016-10-11
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-10-21 21:57:21 +08:00
Hsing-Wang Liao
1ee74fafad aria2: update to 1.28.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-10-21 21:52:58 +08:00
W. Michael Petullo
3e8342fa53 lcdringer: add new package
Lcdringer is a tool which runs on a Raspberry Pi with an LCD
display. Lcdringer connects to an XMPP server, listens for messages
sent to a particular Jabber ID, and displays these incoming messages
while playing an audible alarm. Lcdringer also responds to the messages
it receives with an indication of whether or not the audible alarm was
acknowledged with a button press.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-10-20 23:26:11 -04:00
Eric Luehrsen
3bd81acfb4 Unbound: Give USERID explicit numbers for clean install
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-20 21:52:22 -04:00
Eric Luehrsen
acf40cf6ae Unbound: Group patch work for example.conf.in
-Remove interlaced configuration changes
--Less sensitive to upstream example.conf changes
--Easier to read patch-of-patch work for maintenance
-Use MEMORY CONTROL EXAMPLE from http://unbound.net/
--Review and rework with respect to previous pacakge
--Effectively the same configuration as previous package
-Disable DNSSEC by default due to real-time chicken-n-egg
--Many OpenWrt target devices have no power-off clock (reboot)
--User choice of work around should be conscious
--Initial install should not fail reboot with DNSSEC default
-Add some defaults explicitly to prevent surprises

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2016-10-20 21:52:22 -04:00
Peter Wagner
78d163bdea git: update to 2.10.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-10-21 00:35:15 +02:00
Alexis Green
e0de4048e5 rsyslog: do not daemonize rsyslogd and allow procd to manage it
Signed-off-by: Alexis Green <alexis@cessp.it>
2016-10-18 18:56:01 -07:00
Hannu Nyman
524e19171c unbound: fix whitespace
* Fix upstream whitespace change in the patch.
* Minor cleanup to the header.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-10-18 18:24:17 +03:00
Stijn Segers
56891725c1 unbound: update to 1.5.10
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
2016-10-18 18:22:37 +03:00
Hannu Nyman
9657fb53f3 Merge pull request #3347 from dibdot/travelmate
travelmate: new package, release 0.2.2
2016-10-18 16:30:06 +03:00
Peter Wagner
afb706d146 openssh: Unregister the KEXINIT handler after message has been
received. Otherwise an unauthenticated peer can repeat the KEXINIT and cause
allocation of up to 128MB -- until the connection is closed. Reported by
shilei-c at 360.cn

ec165c392c

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-10-17 21:26:26 +02:00
Dirk Brenken
77d9425e33 travelmate: new package, release 0.2.2
* a connection manager for travel router
  (see readme.md for details)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-17 08:30:06 +02:00
Michael Heimpold
ca527abe60 ser2net: change maintainer
Current maintainer seems to be unavailable, so taking
maintainership.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-16 21:33:51 +02:00
Michael Hanselmann
263e8eaaa2 net/unbound: Change maintainer to Eric Luehrsen
Eric has offered to take over maintainership for the net/unbound
package.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-10-16 19:44:48 +02:00
Hannu Nyman
bec4668d09 Merge pull request #2701 from cshore/pull-request-rp-pppoe
rp-pppoe: Add back from oldpackages with build fixes and enhanced pac…
2016-10-14 13:08:35 +03:00
Hannu Nyman
3c698f2285 Merge pull request #3341 from dibdot/adblock
adblock: update 1.5.2
2016-10-13 23:15:36 +03:00
Dirk Brenken
65bcae0986 adblock: update 1.5.2
* turris omnia compatibility fix

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-13 22:02:24 +02:00
Daniel Golle
885dff12f0 gnunet: update to SVN r38151 and break-out dhtcache plugins
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-13 02:30:16 +02:00
Hannu Nyman
556454d7d8 Merge pull request #3334 from dibdot/adblock
adblock: bugfix 1.5.1
2016-10-11 18:18:52 +03:00
Dirk Brenken
aa5cf5d4a2 adblock: bugfix 1.5.1
* fix uhttpd detection in tcp 4+6 configurations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-11 17:09:05 +02:00
Daniel Golle
e32b189944 gnunet: update to SVN r38096
Wrap around dhtcache vs. datacache confusion which prevented
the datacache service from starting.
While at it, sanetize default package selection.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-11 01:03:35 +02:00
Othmar Truniger
689277a901 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-10-09 08:27:43 +02:00
Nikos Mavrogiannopoulos
4d95c6e6ec Merge pull request #3310 from jow-/ocserv-avoid-depends
ocserv: avoid implicit dependencies
2016-10-08 07:20:18 +02:00
Ted Hess
c8e16b22ff Merge pull request #3311 from dibdot/adblock
adblock: update 1.5.0
2016-10-07 16:37:18 -04:00
Jo-Philipp Wich
22c35987c1 ocserv: avoid implicit dependencies
Explicitely disable liblz4 and external libtalloc support in order to avoid
implicit dependencies leading to the following error on build environments
that happen to provide liblz4 and libtalloc:

    Package ocserv is missing dependencies for the following libraries:
    liblz4.so.1
    libtalloc.so.2

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-10-07 19:21:29 +02:00
Dirk Brenken
dcfbfd9b1a adblock: update 1.5.0
* add new 'envchk'function to check adblock environment only,
  i.e. check volatile firewall rules or uhttpd instances
  without list updates
* add new optional parm 'adb_loglevel',
  set it to "0" to mute output (print only errors)
* set hotplug priority to '90' as well (missed in the last commit)
* documentation update
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-07 19:19:03 +02:00
Michael Heimpold
2b324358e5 mii-tool: use current date for source tarball (fixes #3263)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-06 23:45:52 +02:00
Michael Heimpold
c586d384fa mii-tool: fix build on buildbots, next trial (fixes #3263)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-06 18:37:33 +02:00
Michael Heimpold
eaa7aee2e3 mii-tool: fix build on buildbots (fixes #3263)
I think re-ordering the assignments is important here,
_and_ using := for PKG_SOURCE_SUBDIR instead of simple =.

I also grouped the assignments to make it more readable,
IMHO at least :-)

While at, we should also specify the license file
and remove the unneeded Compile definition - the default
just works fine.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-05 21:16:49 +02:00
Hannu Nyman
577111109d Merge pull request #3299 from fededim/master
Updated packages
2016-10-04 15:19:34 +03:00
Rupan
f75ad75109 Updated packages:
- lftp: updated to 4.7.3
- neon: update to 0.30.2

Signed-off-by: Federico Di Marco <fededim@gmail.com>
2016-10-04 14:14:07 +02:00
Hannu Nyman
a2a0ed8ee3 Merge pull request #3185 from fededim/master
emailrelay: added configuration options
2016-10-04 13:39:41 +03:00
Rupan
5758939831 emailrelay: added configuration options
- moved from net to mail category
- removed no-ssl package and added ssl support as configuration option (default enabled)
- added configuration option to support extended logging (default disabled)
- disabled build of test tools
- added LEDE compatibility (support for openssl without SSL3)

Signed-off-by: Federico Di Marco <fededim@gmail.com>
2016-10-04 12:23:17 +02:00
Christian Schoenebeck
f3395bb891 ddns-scripts: fix answer of changeip.com
* fix answer of changeip.com (#3292)

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-10-04 11:22:05 +02:00
Peter Wagner
c67b05b269 openssh: move inbound NEWKEYS handling to kex layer; otherwise early NEWKEYS causes NULL deref
see: https://anongit.mindrot.org/openssh.git/commit/?id=28652bca29046f62c7045e933e6b931de1d16737

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-10-03 21:38:15 +02:00
Hannu Nyman
786d48aaa7 Merge pull request #3219 from diizzyy/master
stunnel: Update to 5.36, use pthreads and SSP.
2016-10-03 13:04:57 +03:00
Toke Høiland-Jørgensen
6ec116f8be sqm-scripts: Bump to v1.0.8.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-10-02 21:44:35 +02:00
Christian Schoenebeck
3a44fccff0 radicale: enable running on python 3
enable running on python 3

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-10-02 11:59:30 +02:00
Baptiste Jonglez
c5d9fa8fb9 wireguard: Bump to 0.0.20161001
This should massively improve performance for (at least) MIPS targets:

    * poly1305: optimize unaligned access

    This is a very appreciated fix from René van Dorst, adjusting the
    arithmetic in Poly1305 to work fast on platforms with slow unaligned
    access, such as MIPS. According to his calculation, this gives a 50%
    improvement on small MIPS boxes.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-10-01 01:44:08 +02:00
diizzyy
1c63894670 stunnel: Update to 5.36, use pthreads and SSP.
Updates stunnel to 5.36, changes it from using forking to pthreads and
enables SSP linking. Also changes maintainer to myself.

Regarding pthreads vs forking, http://blog.haproxy.com/2011/09/16/benchmarking_ssl_performance/
SSP is short for Stack Smashing Protector and you can read about it here: http://wiki.osdev.org/Stack_Smashing_Protector

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-10-01 00:04:33 +02:00
Nuno Goncalves
cafb97090d nmap: bump version to 7.30
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-09-30 18:11:49 +02:00
Noah Meyerhans
828a90ce26 bind: Set PKG_USE_MIPS16:=0 2016-09-29 20:32:49 -07:00
Stijn Segers
0c4f5a751d mii-tool: fix variable being declared too early
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
2016-09-29 21:11:42 +02:00
Hannu Nyman
8e5550239f Merge pull request #3262 from dibdot/adblock
adblock: update 1.4.10
2016-09-29 19:18:09 +03:00
Dirk Brenken
23b14e7b4c adblock: update 1.4.10
- add 'enabled' check to iface hotplug event handler
- decrease startup priority from 99 to 90
- fix tab indentation in config

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-09-29 18:07:45 +02:00
Hannu Nyman
7079f94f94 Merge pull request #3072 from salzmdan/master
Update libedit and Knot DNS
2016-09-29 11:49:21 +03:00
Hannu Nyman
994f1725b8 Merge pull request #3224 from jow-/mwan3-local-fix
mwan3: remove bad local shell variable declarations
2016-09-29 10:34:15 +03:00
Christian Schoenebeck
fbc27e89f3 ddns-scripts: fix reporting wrong version
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-28 18:48:44 +02:00
Álvaro Fernández Rojas
93232f818b udpxy: update to latest version
Also switches git to https

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-28 18:11:19 +02:00
Noah Meyerhans
e4d981ee68 bind: Update to 9.9.9-p3 for CVE-2016-2776
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2016-09-27 23:16:02 -07:00
Nikos Mavrogiannopoulos
741e4481c8 ocserv: updated to 0.11.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-09-27 23:46:58 +02:00
Ted Hess
d6130c92b9 Merge pull request #3221 from Borromini/mii-tool
mii-tool: re-introduce from oldpackages
2016-09-27 17:40:01 -04:00
Stijn Segers
185ee7b7df mii-tool: re-introduce from oldpackages
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
2016-09-27 20:06:04 +02:00
diizzyy
93941c4295 sngrep: update to snapshot 2016-09-27
Update snapshot and change PKG_VERSION layout to be more consistent with base packages.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-27 16:20:47 +02:00
Christian Schoenebeck
f5e3d3f743 ddns-scripts: remove postinst (of main package) from Makefile
remove postinst (of main package) from Makefile because all is done inside uci-defaults scripts

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-27 10:12:24 +02:00
Christian Schoenebeck
463ed88dde ddns-scripts: apply needed changes in uci-defaults
commands to apply changes introduced during release changes, moved from Makefile postinst to /etc/uci-defaults

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-26 21:33:01 +02:00
Christian Schoenebeck
f0b96d9109 ddns-scripts: no longer break using nslookup and option force_ipversion=1
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-26 21:24:35 +02:00
Christian Schoenebeck
7805abc6c4 ddns-scripts: Add more services and minor changes
- add support of knsupdate (update_nsupdate.sh
- url update easydns.com
- add some service answers
- alphabetic reorder services files for easier reading
- rename services/provider (Makefile postinst handle /etc/config/ddns)
 -- freedns.afraid.org -> afraid.org
 -- free.editdns.net -> editdns.net
 -- domains.google.com -> google.com
 -- spdns.de -> spdyn.de
 -- strato.de -> strato.com
- new provider (looking in deep into https://sourceforge.net/projects/inadyn-mt project)
 -- dyn.com (= dyndns.org)
 -- ddnss.de
 -- dhis.org
 -- dnspark.com (IPv4 only)
 -- dynsip.org (IPv4 only)
 -- dynv6.com
 -- joker.com (IPv4 only)
 -- loopia.com (= loopia.se)
 -- sitelutions.com (IPv4 only)
 -- system-ns.com (IPv4 only)
- new provider (looking in deep into /etc.defaults/ddns_provider.conf file for Synology DiskStation published at https://gist.github.com/ntrepid8/6653274)
 -- able.or.kr (IPv4 only)
 -- ddo.jp (IPv4 only)
 -- dnsmadeeasy.com (IPv4 only)
 -- oray.com (IPv4 only)
- new provider (looking in deep into https://github.com/ipfire/ddns project)
 -- all-inkl.com
 -- desec.io
 -- domopoli.de (IPv4 only)
 -- opendns.com (IPv4 only)
 -- udmedia.de
 -- xlhost.de (IPv4 only)
- new provider (looking in deep into https://github.com/yaddns/yaddns project )
 -- dyndns.it (IPv4 only)

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-26 21:24:35 +02:00
Baptiste Jonglez
3dfb895830 bmon: Update to 3.9
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-09-26 16:51:35 +02:00
Daniel Golle
85b5a6c485 gnunet: update to SVN r38014 and improve packaging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-26 10:14:29 +02:00
Michael Heimpold
0358f8f81a ser2net: update to 3.0
The patches were included upstream, so remove them here.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-24 21:45:54 +02:00
Jo-Philipp Wich
a67e66c280 mwan3: remove bad local shell variable declarations
Local variable declarations outside of functions are illegal since the Busybox
update to v1.25.0, therfore remove them from the appropriate places.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-09-24 14:47:38 +02:00
Peter Wagner
477f33612a git: fix wrong md5sum
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-09-23 17:07:08 +02:00
Peter Wagner
10a906ffe8 irssi: update to 0.8.20
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-09-23 17:01:49 +02:00
Peter Wagner
df95e9a593 git: update to 2.10.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-09-23 16:59:18 +02:00
diizzyy
9622ec36dc sipgrep: new package
Add sipgrep to repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-23 12:44:54 +00:00
diizzyy
a23f5c3b61 sngrep: new package
Add sngrep to repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-23 12:44:48 +00:00
Toke Høiland-Jørgensen
0e58b4a968 radsecproxy: Bump version to 1.6.8.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-09-23 14:01:04 +02:00
Hannu Nyman
54e4a971f7 Merge pull request #3152 from Borromini/master
unbound: enable pthreads, disable deprecated ciphers
2016-09-22 09:42:37 +03:00
Hannu Nyman
a1e02eba1f Merge pull request #3141 from bobafetthotmail/patch-1
lftp: add zlib dependency
2016-09-21 10:23:43 +03:00
Hannu Nyman
6e0c104208 dhcp-forwarder: use Savannah download alias, remove conffiles indent
Minor tweaks to the new package:
* Use the SAVANNAH download alias
* Remove indentation from conffiles

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-09-20 16:05:24 +03:00
Hannu Nyman
d0a1e529fa Merge pull request #3064 from cottsay/dhcp-forwarder
dhcp-forwarder: New package
2016-09-20 16:03:04 +03:00
Daniel Golle
ce5228c794 netatalk: update to version 3.1.10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Hsing-Wang Liao
2fe6c4a29e aria2: update to 1.27.1
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-09-19 18:12:16 +08:00
Tobias Schramm
47b0926772 Add good and nochg answer
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
2016-09-16 23:08:00 +02:00
Tobias Schramm
aa1599b167 ddns-scripts: Add do.de as ddns provider
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
2016-09-14 19:39:25 +02:00
W. Michael Petullo
0d06bb7bf0 lighttpd: update to 1.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-09-14 09:04:32 -04:00
Daniel Golle
c0e0e7198e netatalk: update to version 3.1.9
* now a single config file in /etc/afp.conf
 * convert services to procd while at it
 * take over maintainership as the original maintainer is
   unresponsive (see #1550)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-12 00:15:47 +02:00
Ted Hess
b5ee7e95b1 Merge pull request #3055 from plntyk/fix_lftp
lftp: set readline location
2016-09-11 18:00:30 -04:00
Hannu Nyman
830ef55886 Merge pull request #3153 from dibdot/adblock
adblock: update 1.4.9
2016-09-11 20:08:27 +03:00
Dirk Brenken
564dc2294a adblock: update 1.4.9
* refine query function (see online doc)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-09-11 18:52:34 +02:00
Stijn Segers
cb794b4fcd unbound: enable pthreads, disable deprecated ciphers
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
2016-09-11 14:11:21 +02:00
Thomas Heil
35614b4a65 Merge pull request #3147 from mhei/fix-memcached
memcached: upgrade to 1.4.31
2016-09-08 01:21:27 +02:00
Peter Wagner
88abc1007d ntpd: update to 4.2.8p8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-09-07 19:42:46 +02:00
Michael Heimpold
b6d1a461f4 memcached: upgrade to 1.4.31
This should also fix the build errors, which are reported by
LEDE buildbots, e.g. at:
https://downloads.lede-project.org/snapshots/faillogs/arm_cortex-a7_neon-vfpv4/packages/memcached/compile.txt

While at, also fix the licensing information.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-06 23:17:46 +02:00
Christian Beier
0faa7a2d2c
autossh: use version 1.4e, update Makefile
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2016-09-06 14:18:36 +02:00
Christian Beier
0648e9e71e
autossh: import from oldpackages
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2016-09-06 13:51:24 +02:00
bobafetthotmail
bdd1061c21 add zlib dependency
because otherwise the build of this package in LEDE trunk fails, complaining about lack of libz.so.1

signed off by Alberto Bursi <alberto.bursi@outlook.it>
2016-09-05 19:25:17 +02:00
Christian Schoenebeck
3b8ef74df3 ddns-scripts: fixes to services files
- Provider duiadns.net: add IPv6 and correct IPv4 url inside services files #3125
- other fixes inside services files

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-04 20:46:06 +02:00
Christian Schoenebeck
01a42ec110 ddns-scripts: Update to 2.7.4
- if local ip cannot be detected or is invalid then do not exit ddns-scripts #2950,
    using multiple url's to detect local ip not jet implemented
- change spdns.de update url and add sydyn.de inside services file #2991
- move transfer- and lookup-program detection to dynamic_dns_functions.sh
    so run once at startup in stead of at every transfer/lookup
- add khost, drill and hostip to verify_host_port() function
- updated tld_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-04 13:30:09 +02:00
Aaron Drew
1c31ffae58 https-dns-proxy: Version bump
Signed-off-by: Aaron Drew <aarond10@gmail.com>
2016-09-04 16:54:23 +10:00
Christian Schoenebeck
12aac6aa33 privoxy: update to 3.0.26
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-03 14:56:56 +02:00
Ted Hess
7f85f9fbdc Merge pull request #3103 from black-roland/dnscrypt
dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separated package for resolvers list
2016-09-03 07:02:14 -04:00