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
Hsing-Wang Liao
2fe6c4a29e
aria2: update to 1.27.1
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
8 years ago
Tobias Schramm
47b0926772
Add good and nochg answer
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
8 years ago
Tobias Schramm
aa1599b167
ddns-scripts: Add do.de as ddns provider
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
8 years ago
W. Michael Petullo
0d06bb7bf0
lighttpd: update to 1.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org>
8 years ago
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>
8 years ago
Dirk Brenken
564dc2294a
adblock: update 1.4.9
* refine query function (see online doc)
Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years ago
Stijn Segers
cb794b4fcd
unbound: enable pthreads, disable deprecated ciphers
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
8 years ago
Peter Wagner
88abc1007d
ntpd: update to 4.2.8p8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years ago
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>
8 years ago
Christian Beier
0faa7a2d2c
autossh: use version 1.4e, update Makefile
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
8 years ago
Christian Beier
0648e9e71e
autossh: import from oldpackages
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
8 years ago
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>
8 years ago