Commit Graph

4043 Commits

Author SHA1 Message Date
Daniel Weismüller
bccb7c5e48 owncloud: moved datadir to /var/owncloud/data 2014-07-10 19:24:49 +02:00
Daniel Weismüller
ac50b81ee4 owncloud:changed used port to 1010 and enabled ssl 2014-07-10 19:24:49 +02:00
root
7140a7a87b Packages: Added new package owncloud
Conflicts:

	make.sh
2014-07-10 19:24:46 +02:00
Michael Tremer
dc188082d5 Rootfile update. 2014-07-10 19:17:35 +02:00
Michael Tremer
3ebc0da70f proxy.cgi: Allow safe/SSL ports to be empty.
Fixes a syntax error in the generated squid configuration
file.
2014-07-10 13:30:02 +02:00
Michael Tremer
4fca9c997d firewalllogcountry.dat: Fix chart for dial-in connections. 2014-07-10 12:45:11 +02:00
Stefan Schantl
4cb523d462 general-functions.pl: Add function to get the used interface on red. 2014-07-10 12:35:05 +02:00
Michael Tremer
ec4e8d3fec strongswan: Update to version 5.2.0. 2014-07-09 22:15:43 +02:00
Dirk Wagner
23b8101718 logrotate: include logrotate.d by default. 2014-07-09 20:55:21 +02:00
Michael Tremer
c007921b21 strongswan: Don't ship unity plugin any more.
Fixes #10569
2014-07-08 19:27:44 +02:00
Michael Tremer
3d4b48ceb2 Merge branch 'ddns' into next 2014-07-08 16:19:31 +02:00
Michael Tremer
9d63220bf6 core80: Update crontab for ddns 2014-07-08 16:18:00 +02:00
Michael Tremer
ee7a9de321 core80: ddns: Generate ddns.conf during update. 2014-07-08 16:12:27 +02:00
Michael Tremer
cfcfb947c3 ddns: Execute a forced update once a month 2014-07-08 16:07:30 +02:00
Michael Tremer
3887d23e1d core80: Ship DNSSEC-enabled dnsmasq
http://wishlist.ipfire.org/wish/integration-of-a-dnssec-validating-dns-proxy
2014-07-08 11:08:00 +02:00
Michael Tremer
281f18fcb9 Merge branch 'dnsmasq-dnssec' into next 2014-07-08 10:52:36 +02:00
Michael Tremer
0d273ebb0d Remove setddns.pl script. 2014-07-06 13:01:17 +02:00
Michael Tremer
a679407249 Replace setddns.pl by new ddns tool. 2014-07-06 12:58:18 +02:00
Michael Tremer
0423e13b7f Add ddns package. 2014-07-06 12:10:20 +02:00
Michael Tremer
1a2bc2b853 core80: Add changed CGI files. 2014-07-05 22:43:23 +02:00
Michael Tremer
d6c50a8591 Merge remote-tracking branch 'amarx/10538' into next 2014-07-05 22:42:32 +02:00
Michael Tremer
b66edc18d7 Update nettle to version 3.0.
Requires some fixes in dnsmasq which can be dropped
with the next release.
2014-07-05 13:43:25 +02:00
Michael Tremer
2c405584b8 bind: Update to 9.9.5.
Enable DNSSEC.
2014-07-05 13:43:25 +02:00
Michael Tremer
c3a951a1ae nettle: Add new crypto library. 2014-07-05 13:42:41 +02:00
Michael Tremer
22ab0e0cae core80: Ship dhcrelay. 2014-07-04 13:23:39 +02:00
Arne Fitzenreiter
741648293b lzo: update to 2.08.
2.08: small build fix.
2.07: fix potential security issue CVE-2014-4607.
2014-07-03 14:35:47 +02:00
Arne Fitzenreiter
a788e50410 Merge branch 'master' into next 2014-06-24 08:05:39 +02:00
Arne Fitzenreiter
f285bf4481 kernel: fix typo in cfg. 2014-06-24 01:17:05 +02:00
Arne Fitzenreiter
ec6b2ccbc0 syslinux: add serial console output. 2014-06-23 23:38:46 +02:00
Arne Fitzenreiter
4eff454e2f kernel: disable intel p-state.
Our userspace tools doesn't support this.
2014-06-23 23:01:38 +02:00
Michael Tremer
01183cccc3 core80: Add language files. 2014-06-22 17:20:50 +02:00
Arne Fitzenreiter
8279b2d7ff syslinux: add serial console output. 2014-06-21 19:04:33 +02:00
Arne Fitzenreiter
5049f497aa Merge remote-tracking branch 'origin/master' into next 2014-06-21 12:41:47 +02:00
Michael Tremer
3a9c7a1a33 Rootfile update. 2014-06-20 16:04:47 +02:00
Michael Tremer
567fadff6a strongswan: Update to 5.2.0dr6. 2014-06-19 14:39:21 +02:00
Michael Tremer
e0af4231ac rng-tools: Update to version 5.
Supports using RDRAND on processors which don't have AES-NI.
2014-06-19 14:24:13 +02:00
Michael Tremer
88f2f61f43 Add new crypto library libgrypt 2014-06-19 14:23:14 +02:00
Michael Tremer
8e944ec640 core80: Automatically uninstall libgpg-error.
This is not a package any more.
2014-06-19 14:21:05 +02:00
Michael Tremer
f577f4bce7 libgpg-error: Update to version 1.13. 2014-06-19 14:20:13 +02:00
Michael Tremer
a57cfc41ad core80: Add general-functions.pl to updater. 2014-06-19 12:13:41 +02:00
Alexander Marx
1be398ae38 General-functions.pl: rewrite getnetworkip without inet_aton 2014-06-19 12:11:47 +02:00
Alexander Marx
ab92dc0c84 General-functions.pl: rewrite IpInSubnet replace inet_ntoa 2014-06-19 12:11:24 +02:00
Michael Tremer
7119032e11 Rewrite redirect_wrapper.
The wrapper had multiple errors in handling the new version of the
squid redirector protocol and was awful to maintain as it did not
fulfill any coding guidelines at all.
2014-06-17 19:47:06 +02:00
Michael Tremer
2f9e90ee1c core80: Ship setddns.pl. 2014-06-17 19:26:28 +02:00
Arne Fitzenreiter
6af27d7120 clamav: update to 0.98.4. 2014-06-17 16:14:04 +02:00
Arne Fitzenreiter
654a8ece84 clamav: update to 0.98.4. 2014-06-17 16:11:03 +02:00
Alexander Marx
29f238b239 BUG 10538: Routes may only added once and should not be part of an internal network 2014-06-16 09:45:59 +02:00
Arne Fitzenreiter
581f19ddf1 start core80. 2014-06-14 22:21:08 +02:00
Arne Fitzenreiter
58786f762d Merge branch 'master' into next 2014-06-14 22:13:37 +02:00
Arne Fitzenreiter
ebaf391b48 kernel-header: rootfile update. 2014-06-13 21:01:56 +02:00