Commit graph

1258 commits

Author SHA1 Message Date
Nikos Mavrogiannopoulos
9d038e43b7 ocserv: updated to 0.8.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-04 10:12:35 +02:00
Alessio Caiazza
c1195229df Currently tinc init script will delete the generated configuration folder and then check if it will not exists in order to create it.
This patch will first check if the generated configuration folder exists and then delete it, after that it will always create the configuration folder.
2014-10-03 17:51:44 +02:00
Saverio Proto
5c51f03557 tinc: update MAINTAINER contact info 2014-10-03 17:46:43 +02:00
Saverio Proto
ade8009afc tinc: update year in Copyright notice 2014-10-03 17:46:43 +02:00
champtar
8ff0b1de4c Merge pull request #390 from Adze1502/master
mwan3: update to version 1.5-7
2014-10-02 10:52:12 +02:00
Adze1502
e1c07f13cc mwan3: update to version 1.5-7
Fixed issue where an manual ifup-ed interface would immediatly go down again
Remove from init as mwan3 is not a service

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-10-02 09:57:50 +02:00
champtar
26b38b7dda Merge pull request #357 from cjkoenig/update_monit
monit: Update to 5.9
2014-10-01 23:17:01 +02:00
sbyx
c003b653a0 Merge pull request #378 from Vasilis/update_lispmob
lispmob: Update to 0.4.1
2014-10-01 20:13:16 +02:00
Steven Barth
938f580253 confuse: adopt and update 2014-10-01 20:11:53 +02:00
sbyx
6ef4079777 Merge pull request #388 from br101/master
horst: Update to version 4.2
2014-10-01 20:07:17 +02:00
sbyx
9dc8451107 Merge pull request #389 from chris5560/master
ddns_scripts: url encode USERNAME and PASSWORD
2014-10-01 20:05:49 +02:00
Christian Schoenebeck
42263ca865 ddns_scripts: url encode USERNAME and PASSWORD
New function __urlencode() to remove special chars used in send_update() for username and password.
username might have email address and password might have special chars for security reasons.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-10-01 18:45:29 +02:00
Christian Schoenebeck
0f9ac53fae ddns-scripts: Increment PKG_RELEASE
Increment PKG_RELEASE to reflect changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-10-01 18:35:46 +02:00
Bruno Randolf
d0bc38b904 horst: Update to version 4.2 2014-10-01 10:40:47 +01:00
sbyx
2d5cfef6fc Merge pull request #385 from msva/master
zsh: added
2014-10-01 11:18:52 +02:00
sbyx
fdcde6150c Merge pull request #384 from arfett/master
mwan3-luci: update to 1.3-4
2014-10-01 10:48:38 +02:00
sbyx
999bc41dce Merge pull request #387 from MikePetullo/dovecot
dovecot: add LDAP option
2014-10-01 10:46:02 +02:00
W. Michael Petullo
13af207aaa dovecot: add LDAP option
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-30 22:54:05 -04:00
Aedan Renner
80ea53d1f4 mwan3-luci: update to 1.3-4
put dummy echo command back in hotplug script send_alert function to avoid errors

Signed-off-by: Aedan Renner chipdankly@gmail.com
2014-09-30 15:41:13 -07:00
Ted Hess
d2d0d41dd9 Merge pull request #375 from thess/xmlrpc-import
xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update ...
2014-09-30 12:36:49 -04:00
Vadim A. Misbakh-Soloviov
62c3532741 zsh: added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-09-30 23:24:58 +07:00
Aedan Renner
3a7af64d8c mwan3-luci: update to 1.3-3
corrected name of last_resort option from "main" to "default"
added blackhole option to policy selection on rule configuration

Signed-off-by: Aedan Renner <chipdankly@gmail.com>
2014-09-30 08:50:31 -07:00
sbyx
cca4f7b9fd Merge pull request #379 from mwarning/master
haveged: small improvements
2014-09-30 11:56:48 +02:00
Moritz Warning
b4a4637182 haveged: disable online testing
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2014-09-30 11:29:08 +02:00
Moritz Warning
5222bbf97f haveged: start earlier in boot sequence
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2014-09-30 11:28:27 +02:00
sbyx
56c5187af1 Merge pull request #381 from arfett/master
mwan-luci: update to 1.3-2
2014-09-30 09:09:08 +02:00
Aedan ARFETT Renner
b3a1d3e39a mwan3-luci: update to 1.3-2
added support for new last_resort option for policy configuration
added dependencies for luci-mod-admin-full and luci-lib-nixio
shortened length of menuconfig description lines
reworded things on various pages
changed date formatting in custom hotplug script
default route checks now verify both destination/netmask are 0.0.0.0
condensed messy javascript lines and removed -F' ' from awk commands

Signed-off-by: Aedan Renner <chipdankly@gmail.com>
2014-09-30 00:03:10 -07:00
sbyx
f64c545876 Merge pull request #383 from chris5560/master
ddns-scripts: send_update() detection private IPv4
2014-09-30 08:48:46 +02:00
Christian Schoenebeck
178510d421 ddns-scripts: send_update() detection private IPv4
correction of excluding private IPv4 in send_update() function.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-30 08:22:21 +02:00
Christian Schoenebeck
5deddd2ed3 ddns-scripts: increment PKG_RELEASE
Increment PKG_RELEASE to reflect updates
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-30 08:14:04 +02:00
Vasileios Lakafosis
0276a4733e lispmob: Update to 0.4.1
Signed-off-by: Vasileios Lakafosis <lakafosi@cisco.com>
2014-09-29 15:38:51 -07:00
Nikos Mavrogiannopoulos
832aa53af9 Merge pull request #377 from chris5560/master
ddns-scripts: fix from ticket #17998 wrongly detect ipv4 address start with 10x.x.x.x
2014-09-29 21:33:15 +02:00
Christian Schoenebeck
d470bafa90 ddns-scripts: increment PKG_RELEASE
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-29 20:31:28 +02:00
Christian Schoenebeck
c26946e487 ddns-scripts: fix ticket #17998: wrongly detect ipv4 start with 10x.x.x.x
Thanks to "eqsun" for report and offer of fix.
Otherwise the ip address starts with 100~109 will be treated as invalid.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-29 20:29:46 +02:00
gwlim
04f18ac5a2 hd-idle: import from old package repository
Signed-off-by: Lim Guo Wei <limguowei@gmail.com>

Minor Makefile rework (licenses)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-29 13:18:00 -04:00
Ted Hess
6a1aed4e38 xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update license info.
- remove (marked BROKEN) abyss and libxml2 variants.
- build internal expat variant only.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-29 12:22:38 -04:00
sbyx
4fba5a82b6 Merge pull request #374 from chris5560/master
ddns-scripts: add service two-dns.de
2014-09-29 13:52:30 +02:00
Christian Schoenebeck
9a883a38bd ddns-scripts: Increment PKG_RELEASE
Increment PKG_RELEASE to reflect latest changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-29 13:44:30 +02:00
Christian Schoenebeck
e67960d88c ddns-scripts: add service two-dns.de
Requested by: Martin Röcker <roecker@empty-v.de>
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-29 13:42:43 +02:00
sbyx
aa8878dc15 Merge pull request #368 from etmatrix/master
ddns-script: With DSL connection ifconfig hasn't broadcast address but P-t-P
2014-09-29 08:10:53 +02:00
sbyx
34a0b42569 Merge pull request #372 from MikePetullo/php5
Copy php5 from old repository and update
2014-09-29 05:33:22 +02:00
sbyx
69ce1ec4be Merge pull request #371 from MikePetullo/libmcrypt
Copy libmcrypt from old repository and update
2014-09-29 05:27:31 +02:00
W. Michael Petullo
7771752217 Copy php5 from old repository and update
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-28 21:56:33 -04:00
W. Michael Petullo
e2e0b211e5 Copy libmcrypt from old repository and update
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-28 21:53:47 -04:00
Nikos Mavrogiannopoulos
99f0ea47ce openconnect: corrected instructions
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-28 18:30:34 +02:00
Nikos Mavrogiannopoulos
11116b3610 openconnect: increased the timeout value for retrying
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-28 18:27:30 +02:00
Daniel Golle
4e1692599e Merge pull request #369 from jslachta/debootstrap
debootstrap: update to 1.0.63
2014-09-28 13:18:14 +02:00
Jiri Slachta
9d3cc3bcd8 debootstrap: update to 1.0.63
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-09-28 13:10:40 +02:00
etmatrix
bb38611166 With DSL connection ifconfig hasn't broadcast address but P-t-P so awk don't match nothing 2014-09-28 09:59:52 +02:00
Thomas Heil
41fb4be363 Merge pull request #365 from jslachta/master
apr-util: update to 1.5.4
2014-09-27 18:41:26 +02:00