Kay-Michael Köhler
9b37e91ef6
Make connection tracking list sortable.
2013-04-26 12:23:46 +02:00
Michael Tremer
9856eec1cc
Add perl-Sort-Natually module to core update 68.
2013-04-26 12:02:26 +02:00
Alexander Marx
158a431825
perl-Sort-Naturally: New package.
...
This package is required to sort array and other
objects in a natural order.
2013-04-26 12:00:34 +02:00
Michael Tremer
3c836db413
Add modified services.cgi to core update 68.
2013-04-25 12:33:53 +02:00
Joern-Ingo Weigert
62a13aec4c
services.cgi: Fix for depreciate-warning in httpd/error_log
...
This patch fixes the depreciate warning in /var/log/httpd/error_log
not to use a hash as reference
So I changed:
[...]
print %link->{$key}
[...]
To:
[...]
print $link{link}
[...]
which solves the warning and should be good in future.
Joern-Ingo Weigert <jiweigert@ipfire.org >
2013-04-24 17:27:44 +02:00
Michael Tremer
9235b5c54b
freefont: Move to main system.
...
This is required by rrdtool, because there are no other
monospace fonts available. See bug #10354 .
2013-04-12 12:43:27 +02:00
Michael Tremer
aa54efa329
Add updated backup/includes file to core update 68.
2013-04-12 12:35:59 +02:00
Alexander Marx
262f429733
Backup: Added directories for old firewall, so that this backup can be restored in the new firewall
2013-04-12 12:29:10 +02:00
Michael Tremer
c9a8dd4ca9
mei: Don't load the mei kernel module
...
This module makes a lot of Supermicro boards fail
to boot and reboot.
2013-04-09 16:30:15 +02:00
Michael Tremer
d7ae741837
Merge branch 'strongswan-next' into next
2013-04-09 12:41:40 +02:00
Michael Tremer
0cf124ab69
ipsec: Set IKE/IPsec lifetime to strongswan defaults.
...
As suggested by Tom Rymes:
https://bugzilla.ipfire.org/show_bug.cgi?id=10346
2013-04-08 14:51:58 +02:00
Arne Fitzenreiter
49c7a4b828
transmission: update to 2.77.
2013-04-07 10:06:15 +02:00
Arne Fitzenreiter
7e4a089663
initrd: fix net and hid modules at installer.
2013-04-06 15:09:57 +02:00
Michael Tremer
ff7aaa0721
Add strongswan update to core update 68.
2013-04-05 11:20:31 +02:00
Michael Tremer
35275bcd26
strongswan: Update to 5.0.3.
2013-04-05 11:19:54 +02:00
Michael Tremer
a3b3340bcc
strongswan: Update to 5.0.3rc1.
2013-03-28 17:09:35 +01:00
Michael Tremer
7f88a71f90
vlan: Cannot be built in parallel.
2013-03-21 12:28:08 +01:00
Michael Tremer
431c0e69bc
vlan: Rebuild vconfig command.
...
The tarball ships a precompiled version, which
is compiled for i686 and obviously this causes
trouble on other architectures.
http://forum.ipfire.org/index.php?topic=7885.0
2013-03-20 15:05:03 +00:00
Arne Fitzenreiter
c1aa6aafc2
samba: updated to 3.6.13.
2013-03-18 22:39:24 +01:00
Arne Fitzenreiter
94ce2cc1b9
samba.cgi: increase network buffers.
2013-03-18 20:26:38 +01:00
Arne Fitzenreiter
cc025d2a3e
installer: add hid modules to initrd.
...
fixes #10330
2013-03-12 09:40:23 +01:00
Thomas Ebert
c99b595f57
squidclamav: updated to 5.11.
2013-03-09 16:09:09 +01:00
Michael Tremer
223fddd97a
Merge branch 'core68' into next
...
Conflicts:
make.sh
2013-03-09 14:10:36 +01:00
Arne Fitzenreiter
5215ebe18a
close core67.
2013-03-08 17:32:44 +01:00
Arne Fitzenreiter
42cb38607f
firewall: fix UPNPFW chain/rules creation order.
2013-03-08 17:31:38 +01:00
Arne Fitzenreiter
feb50ba8c2
rpi-firmware: reduce videocore memory to 16MB.
...
Add some comments about video/hdmi options to config.txt.
2013-03-08 17:30:05 +01:00
Arne Fitzenreiter
d2f3ea9930
Revert "rpi-firmware: updated to 98e5704."
...
This reverts commit 465d1730ba .
kernel get panic at alsa sound playback with this firmware.
2013-03-08 17:12:12 +01:00
Michael Tremer
c1b2758242
Merge remote-tracking branch 'jiweigert/XHTML_1.0' into core68
2013-03-08 16:47:43 +01:00
Michael Tremer
31f28b7b27
Add modified general-functions.pl to core update 68.
2013-03-08 16:47:23 +01:00
Joern-Ingo Weigert
3687a2e2d8
Create more beautiful output for the age function.
2013-03-08 16:46:11 +01:00
Michael Tremer
abfea151ce
Add modified header.pl to core update 68.
2013-03-08 16:41:32 +01:00
Joern-Ingo Weigert
c43ae64f99
Enable private caching
2013-03-08 16:40:55 +01:00
Joern-Ingo Weigert
70b1b5d22f
WUI: Make the shown uptime in the footer more beautiful.
2013-03-08 16:39:32 +01:00
Michael Tremer
8999627f8a
Merge remote-tracking branch 'jiweigert/updxlrtr_sources' into core68
2013-03-08 16:37:08 +01:00
Joern-Ingo Weigert
f4435fd9a5
Correcting margin-bottom of main_inner h3,h4 to fit spacer with sidemenu
2013-03-08 16:36:28 +01:00
Michael Tremer
f4c58dafc8
Add recently changed files to core update 68 (bandwidth meter).
2013-03-08 16:31:01 +01:00
Michael Tremer
4312f128bf
Open core update 68.
2013-03-08 16:27:23 +01:00
Joern-Ingo Weigert
d0d063fe14
Colorize the bandwidth meter and update jquery.
2013-03-08 16:23:13 +01:00
Joern-Ingo Weigert
219c963e3b
Add support for Mozilla (Firefox) Updates in updxlrator
...
This patch add a new source-url in /usr/sbin/updxlratorto support
Mozilla (Firefox) Updates
It hooks on either partial(.mar) (v18.0.1->v18.0.2) or complete(.mar)
updates (v18.0->v19.0) and all *.exe Downloads from *.mozilla.net
2013-03-06 11:58:48 +01:00
Joern-Ingo Weigert
7b59d8389d
New source-url for McAfee Scanner support for updxlrator
...
This patch add a new source-url to support McAfee Scanner Updates
in Update Accelerator /usr/sbin/updxlrator
2013-03-06 11:08:51 +01:00
Joern-Ingo Weigert
5150d3730a
New extension/host for Avast 7.x/8.x Scanner versions
...
This patch fix the source url for Avast and add a new host (ion)
and a new extension (vpx) to support Avast 7.x/8.x Scanner updates.
2013-03-06 10:55:04 +01:00
Joern-Ingo Weigert
1d795ec5a9
Define Charset=UTF-8 in Pragma instead inside HTML
2013-03-04 21:34:42 +01:00
Joern-Ingo Weigert
eea1d2d7e1
Modify Page Header to correct XHTML-Sytax (maniac)
2013-03-04 21:30:22 +01:00
Joern-Ingo Weigert
8ed76a233c
Modify Page Header to correct XHTML-Sytax (ipfire)
2013-03-04 21:28:34 +01:00
Arne Fitzenreiter
465d1730ba
rpi-firmware: updated to 98e5704.
2013-03-04 21:05:00 +01:00
Arne Fitzenreiter
cdce14908d
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2013-03-04 18:29:25 +01:00
Arne Fitzenreiter
8a70735635
IO-Socket-SSL: fix arm build. Remove hardcoded i586 from rootfile.
2013-03-04 18:19:02 +01:00
Michael Tremer
95607af0fe
pakfire3: Fix database inst_size error.
2013-03-04 17:28:15 +01:00
Michael Tremer
624120beed
Revert "outgoingfw: Use local timezone for time rules."
...
This reverts commit 21ef1f15f6 .
This has no effect as the kernel usually runs in UTC. If --kerneltz
is missing, UTC will be used as well.
2013-03-04 15:22:08 +01:00
Michael Tremer
21ef1f15f6
outgoingfw: Use local timezone for time rules.
...
See bug #10305 :
https://bugzilla.ipfire.org/show_bug.cgi?id=10305
2013-03-04 15:09:51 +01:00