Michael Tremer
70ba2380d3
fake-environ: Fix typos
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-05-18 11:50:15 +01:00
Michael Tremer
12b0a9da20
Merge remote-tracking branch 'origin/master' into next
2017-05-18 11:24:41 +01:00
Michael Tremer
f2c9478008
wlan client: Generate wpa_supplicant configuration file for EAP
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-05-05 11:31:36 +01:00
Michael Tremer
094a27c8f9
unbound: Update dnssec-status file
...
The status file was not updated when DNSSEC was disabled
before and has been enabled after which always caused
the webif to show that DNSSEC was disabled.
Fixes #11315
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-30 13:09:51 +01:00
Michael Tremer
aa6ee515c5
avahi: Drop package
...
The daemon locks up when starting up in avahi_log_info() and
probably the other logging functions, too.
Since avahi is not really used a lot in the distribution,
has been in testing for four years and has virtually no users
I am going to drop it instead of wasting time on fixing this.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-18 22:11:09 +01:00
Matthias Fischer
77cdccf4c0
BUG 11318: Fix deletion of temporary files from IPTables-GUI
...
For details see:
https://bugzilla.ipfire.org/show_bug.cgi?id=11318
Temporary files for 'iptables', 'iptablesmangle' and 'iptablesnat' created by
'iptables.cgi' were not deleted after use but stayed in '/srv/weg/ipfire/html/'.
As a workaround I changed 'getipstat.c' to create these files in '/var/tmp' and the
"open (file..." and "rm" commands in 'iptables.cgi'.
Works here.
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-18 11:22:18 +01:00
Matthias Fischer
e1fb40529c
coreutils: Update to 8.27
...
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-16 17:33:35 +01:00
Michael Tremer
076ad71576
avahi: Drop package
...
The daemon locks up when starting up in avahi_log_info() and
probably the other logging functions, too.
Since avahi is not really used a lot in the distribution,
has been in testing for four years and has virtually no users
I am going to drop it instead of wasting time on fixing this.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-12 17:49:45 +01:00
Michael Tremer
778979f630
dbus: Update to 1.11.12
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-11 14:23:54 +01:00
Michael Tremer
621dcd8609
pakfire: Fix dependency resolver
...
The old algorithm could potentially lock itself in an endless
recursion when there were packages with circular dependencies.
This version does not do this and is also faster.
Reported-by: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-07 12:04:02 +01:00
Marcel Lorenz
a8c2aae946
mpfr: update to 3.1.5
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-06 10:16:37 +01:00
Michael Tremer
49e3621c32
gzip: Drop patch that is no longer applied
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-06 10:04:34 +01:00
Michael Tremer
4f6790a7e4
ipsecctrl: Reload IPsec block rules after connection is deleted
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-05 10:33:49 +01:00
Matthias Fischer
bffe0abd59
squid: Update to 3.5.25
...
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-03 20:28:12 +01:00
Matthias Fischer
24a80f0c22
squid 3.5.24: latest patches (14149-14153)
...
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-03 11:11:20 +01:00
Matthias Fischer
a5c0ef3679
squid 3.5.24: latest patches (14144-14148)
...
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-03 11:11:13 +01:00
Matthias Fischer
39e7154976
squid 3.5.24: latest patch (14143)
...
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-03 11:11:12 +01:00
Michael Tremer
183b23b5ca
DNS: Show DNSSEC status on index page if deavtivated
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-04-02 19:48:20 +01:00
Michael Tremer
0be884d6b2
network: Create route to gateway
...
Some hosters have their gateway in a different subnet than
the RED interface is to save IPv4 address space.
This patch sets a host route to that gateway so that
IPFire can be installed in data centres that use such
technique.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-03-28 17:17:03 +01:00
Michael Tremer
2170bad5b9
setup: Allow setting netmask to 255.255.255.255
...
Some hosters require that the subnet mask of the RED network
is set to 255.255.255.255. This was not possible to save before.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-03-28 17:17:03 +01:00
Michael Tremer
4a0d69ca46
unbound: Increase memory size on even larger systems
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-03-28 10:29:03 +01:00
Michael Tremer
128db1a363
unbound: Double buffer size
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-03-28 10:25:39 +01:00
Michael Tremer
c20b20092f
unbound: Increase size of send/receive buffers
...
This will allow to not drop any packets when there is a
peak in queries
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-03-28 10:24:40 +01:00
Michael Tremer
5012e53c29
unbound: Re-use UDP sockets
...
This will make UDP queries faster
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-03-28 10:17:33 +01:00
Michael Tremer
0a7dca2c5f
unbound: Increase number of parallel queries
...
The parameters are the recommended values for libevent
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-03-28 10:16:56 +01:00
Michael Tremer
d38ed86f8b
strongswan: Disable IPv6 by default
...
IPFire 2 does not have IPv6 connectivity with exception of a
few systems for testing where IPsec connections become a little
bit unstable when trying to connect over IPv6.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-03-15 12:56:05 +00:00
Jonatan Schlag
5301884835
Remove unused applejuice script
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 16:46:35 +01:00
Jonatan Schlag
edda4a223b
cyrus-sasl: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 16:45:44 +01:00
Jonatan Schlag
bd2a7a8fd3
miniupnpd: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 16:37:41 +01:00
Jonatan Schlag
9016d19e0e
minidlna: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 16:36:36 +01:00
Jonatan Schlag
7e8a2556e5
miau: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 16:35:36 +01:00
Jonatan Schlag
a5754e5da1
cyrus-imapd: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 16:34:09 +01:00
Jonatan Schlag
586761dd73
monit: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 16:32:53 +01:00
Jonatan Schlag
de63e05b49
mediatomb: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 16:31:51 +01:00
Jonatan Schlag
dd1884ddb3
imspector: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 15:35:54 +01:00
Jonatan Schlag
da5c2f9630
gnump3d: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 15:18:42 +01:00
Jonatan Schlag
4fa43dd100
vsftpd: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 15:15:47 +01:00
Jonatan Schlag
9f312b3dde
lcd4linux: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 15:12:38 +01:00
Jonatan Schlag
e5379b1981
netsnmpd: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 15:10:22 +01:00
Jonatan Schlag
41e5aa4a88
dbus: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 15:06:55 +01:00
Jonatan Schlag
112fb61b69
lcdproc: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 14:59:58 +01:00
Jonatan Schlag
da6608ef68
vdradmin: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 14:58:49 +01:00
Jonatan Schlag
f09be2a535
vdr: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-03 14:57:55 +01:00
Jonatan Schlag
17f7f41e41
Merge branch 'next' into initscripts-cleanup
2017-03-03 14:56:35 +01:00
Jonatan Schlag
7d9b033b79
sslh: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-01 13:13:36 +01:00
Jonatan Schlag
896209f6f1
mpd: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-01 13:11:59 +01:00
Jonatan Schlag
89760da442
spamassassin: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-01 13:10:24 +01:00
Jonatan Schlag
8bcca7ca0a
lcr: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-01 13:08:43 +01:00
Jonatan Schlag
746b72fea8
fetchmail: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-01 13:06:52 +01:00
Jonatan Schlag
ff0f73305c
rtpproxy: move initscript to src/initscripts/packages and use new macro
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
2017-03-01 13:05:55 +01:00