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>
8 years ago
Stijn Segers
56891725c1
unbound: update to 1.5.10
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
8 years ago
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>
8 years ago
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>
8 years ago
Michael Heimpold
ca527abe60
ser2net: change maintainer
Current maintainer seems to be unavailable, so taking
maintainership.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
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>
8 years ago
Dirk Brenken
65bcae0986
adblock: update 1.5.2
* turris omnia compatibility fix
Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years ago
Daniel Golle
885dff12f0
gnunet: update to SVN r38151 and break-out dhtcache plugins
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago
Dirk Brenken
aa5cf5d4a2
adblock: bugfix 1.5.1
* fix uhttpd detection in tcp 4+6 configurations
Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years ago
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>
8 years ago
Othmar Truniger
689277a901
knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
8 years ago
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>
8 years ago
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>
8 years ago
Michael Heimpold
2b324358e5
mii-tool: use current date for source tarball ( fixes #3263 )
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
Michael Heimpold
c586d384fa
mii-tool: fix build on buildbots, next trial ( fixes #3263 )
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
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>
8 years ago
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>
8 years ago
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>
8 years ago
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>
8 years ago
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>
8 years ago
Toke Høiland-Jørgensen
6ec116f8be
sqm-scripts: Bump to v1.0.8.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years ago
Christian Schoenebeck
3a44fccff0
radicale: enable running on python 3
enable running on python 3
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years ago
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>
8 years ago
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>
8 years ago
Nuno Goncalves
cafb97090d
nmap: bump version to 7.30
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
8 years ago
Noah Meyerhans
828a90ce26
bind: Set PKG_USE_MIPS16:=0
8 years ago
Stijn Segers
0c4f5a751d
mii-tool: fix variable being declared too early
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
8 years ago
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>
8 years ago
Christian Schoenebeck
fbc27e89f3
ddns-scripts: fix reporting wrong version
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years ago
Á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>
8 years ago
Noah Meyerhans
e4d981ee68
bind: Update to 9.9.9-p3 for CVE-2016-2776
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
8 years ago
Nikos Mavrogiannopoulos
741e4481c8
ocserv: updated to 0.11.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years ago
Stijn Segers
185ee7b7df
mii-tool: re-introduce from oldpackages
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
8 years ago
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>
8 years ago
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>
8 years ago
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>
8 years ago
Christian Schoenebeck
f0b96d9109
ddns-scripts: no longer break using nslookup and option force_ipversion=1
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years ago
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>
8 years ago
Baptiste Jonglez
3dfb895830
bmon: Update to 3.9
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
8 years ago
Daniel Golle
85b5a6c485
gnunet: update to SVN r38014 and improve packaging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago
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>
8 years ago
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>
8 years ago
Peter Wagner
477f33612a
git: fix wrong md5sum
Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years ago
Peter Wagner
10a906ffe8
irssi: update to 0.8.20
Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years ago
Peter Wagner
df95e9a593
git: update to 2.10.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years ago
diizzyy
9622ec36dc
sipgrep: new package
Add sipgrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
8 years ago
diizzyy
a23f5c3b61
sngrep: new package
Add sngrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
8 years ago
Toke Høiland-Jørgensen
0e58b4a968
radsecproxy: Bump version to 1.6.8.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years ago
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>
8 years ago
Daniel Golle
ce5228c794
netatalk: update to version 3.1.10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago