Commit Graph

6021 Commits

Author SHA1 Message Date
Arne Fitzenreiter
101f32a99f e1000e: updated to 2.4.14. 2013-06-22 11:28:04 +02:00
Arne Fitzenreiter
dd8565044b buildsystem: remove linux-xen from logs to check.
This log was always listed because parsing problems.
2013-06-21 23:20:05 +02:00
Arne Fitzenreiter
39e56fae74 buildsystem: add a check for wrong "etc/init.d/..." entries.
This will destroy the symlink from /etc/init.d to /etc/rc.d/init.d at unpack.
2013-06-21 23:17:46 +02:00
Arne Fitzenreiter
b843030f09 core70: fix destroing the /etc/init.d symlink.
Never put /etc/init/* to a rootfile !!!
2013-06-21 20:02:45 +02:00
Arne Fitzenreiter
4d638d5ec9 samba: update to 3.6.16. 2013-06-20 15:24:17 +02:00
Michael Tremer
e8c070037f Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2013-06-20 11:02:27 +02:00
Michael Tremer
f4c3f51441 outgoing firewall: Reload firewall.local when changing outgoing fw. 2013-06-20 10:59:31 +02:00
Arne Fitzenreiter
5aef2fe3bd core70: add kernel images to update. 2013-06-19 20:41:13 +02:00
Arne Fitzenreiter
a7094642fe core70: add kernel update to script.
and remove not update files from updater.
2013-06-19 18:04:09 +02:00
Arne Fitzenreiter
2a224f6c10 kernel: update to 3.2.47 and kernel-xen to 2.6.32.61. 2013-06-19 17:18:13 +02:00
Arne Fitzenreiter
445338405f kernel: intel rootfile update.
(arm is still outdated).
2013-06-19 17:15:28 +02:00
Michael Tremer
8216295be4 kernel: Update xen kernel config (IPVS changes). 2013-06-19 12:33:13 +02:00
Michael Tremer
9ba3456954 ipvsadm: New package. 2013-06-19 11:49:34 +02:00
Michael Tremer
3e894e4c02 kernels: Enhance support for IPVS. 2013-06-19 11:38:22 +02:00
Arne Fitzenreiter
383390866c core70: fix rename realtek modules. 2013-06-18 20:43:07 +02:00
Michael Tremer
eb9f4587df Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2013-06-18 16:49:30 +02:00
Michael Tremer
c050a22433 postfix: Do proper configuration.
Adds LDAP support because the libs are always installed.
Disables IPv6, because IPFire 2 does not support IPv6.
The rest is cleanup stuff.
2013-06-18 16:48:31 +02:00
Michael Tremer
49c7cb2328 squid: Include /etc/squid/squid.conf.pre.local.
This configuration file is included _before_ the
default IPFire configuration.
2013-06-18 15:59:03 +02:00
Arne Fitzenreiter
d0196acc90 motion: rootfile update. 2013-06-16 20:12:26 +02:00
Arne Fitzenreiter
22358c0672 r81xx: switch realtek lan module from vendor to kernel.
some users has reported problems with the realtek vendor modules.
-problems at link detection with r8101.
-problems with igmpproxy with r8169.

so we switch to the original kernel modul. (vendor drivers are used for
xen because r8169 crash here)
2013-06-16 15:14:41 +02:00
Michael Tremer
9515a14ef4 bitstream: This is not a package.
This is not a package, because it does not provide
any files and therefore should not exist.
2013-06-15 13:48:57 +02:00
Michael Tremer
3142f133bb New package: keepalived 2013-06-14 13:37:59 +02:00
Michael Tremer
3037bccd0f core 70: Add updated VLAN script. 2013-06-14 13:13:36 +02:00
Michael Tremer
97f0fdd5f3 Merge remote-tracking branch 'jlentfer/multicat' into next
Conflicts:
	make.sh
2013-06-14 13:12:47 +02:00
Michael Tremer
3de19c87ca vlans: Allow RED to be a virtual network device. 2013-06-14 13:10:46 +02:00
Jan Lentfer
0a21ce42e1 multicat: add a new addon package "multicat" - The multicast swiss knife
Very useful for analyzing multicast traffic directly on the router/
firewall without the need for a large software like vlc or the like.

http://www.videolan.org/projects/multicat.html

Simple and efficient multicast and transport stream manipulation

The multicat package contains a set of tools designed to easily and
efficiently manipulate multicast streams in general, and MPEG-2
Transport Streams (ISO/IEC 13818-1) in particular.

The multicat suite of applications is very lightweight and designed
to operate in tight environments. Memory and CPU usages are kept to
a minimum, and they feature only one thread of execution.

multicat needs bitstream as a build dependency
http://www.videolan.org/developers/bitstream.html
2013-06-14 13:07:02 +02:00
Michael Tremer
ad4ce45ae2 Add libjpeg to core update 70. 2013-06-13 15:05:12 +02:00
Michael Tremer
a606377ea8 Merge remote-tracking branch 'jlentfer/igmpproxy' into next 2013-06-13 13:49:04 +02:00
Jan Lentfer
4bc434b8ad igmpproxy: Import patches from open-wrt / Telekom Labs
Major change in these patches for the user is the addition
of a whitelist item for up and downstream interfaces.

Excerpt from one of patches:

Defines a whitelist for multicast groups. The network address must be in the following
format 'a.b.c.d/n'. If you want to allow one single group use a network mask of /32,
i.e. 'a.b.c.d/32'.

By default all multicast groups are allowed on any downstream interface. If at least one
whitelist entry is defined, all igmp membership reports for not explicitly whitelisted
multicast groups will be ignored and therefore not be served by igmpproxy. This is especially
useful, if your provider does only allow a predefined set of multicast groups. These whitelists
are only obeyed by igmpproxy itself, they won't prevent any other igmp client running on the
same machine as igmpproxy from requesting 'unallowed' multicast groups.

You may specify as many whitelist entries as needed. Although you should keep it as simple as
possible, as this list is parsed for every membership report and therefore this increases igmp
response times. Often used or large groups should be defined first, as parsing ends as soon as
a group matches an entry.
2013-06-13 13:44:42 +02:00
Michael Tremer
b2f8244ae2 DDNS: Send proper user agent. 2013-06-12 15:22:48 +02:00
Michael Tremer
5a2935b1b3 Add DDNS client for dns.lightningwirelabs.com. 2013-06-12 14:36:51 +02:00
Michael Tremer
7dddd54d47 squid: Add Turkish error pages. 2013-06-11 21:12:14 +02:00
Michael Tremer
d6c0b444d6 core 70: Add squid initscript. 2013-06-11 19:04:44 +02:00
Michael Tremer
523b5d1afa Merge remote-tracking branch 'stevee/squid-fast-shutdown' into next 2013-06-11 19:04:12 +02:00
Alexander Marx
d773e8dd78 Core70: Added message "update needs a reboot" because of new firewall script 2013-06-11 19:03:55 +02:00
Stefan Schantl
517d02ab1e squid: Speed up the stop process.
The squid proxy server has been blocked by unresponsive redirectors and it took ages to kill it in the past.

To speed up the shutdown process, we will stop all redirector services at the same time. If the squid service
is still running we will wait up to 30 seconds before a TERM and finaly a KILL signal will be sent.

Fixes #10368.
2013-06-11 17:53:20 +02:00
Alexander Marx
183e19cecc core70: added openvpnctrl and /etc/init.d/firewall to files 2013-06-10 14:55:44 +02:00
Alexander Marx
7becf946d0 core70: cleanup of /config/rootfiles/core/70/filelists/file, increased version number to 70 in make.sh.
copied core 68 dir to 70
2013-06-10 13:56:08 +02:00
Michael Tremer
a6ba205382 Merge branch 'beyond-next' into next 2013-06-10 12:32:08 +02:00
Michael Tremer
7362887f51 lcd4linux: Fix md5 checksum. 2013-06-10 12:31:30 +02:00
Arne Fitzenreiter
2d528f3446 close core69. 2013-06-08 11:05:05 +02:00
Arne Fitzenreiter
3009db9c4e compat-drivers: remove obsolte patch for arm. 2013-06-08 10:12:29 +02:00
Arne Fitzenreiter
6817e57ae4 core69: add kernel update to core updater. 2013-06-07 16:55:37 +02:00
Arne Fitzenreiter
e2903617ca openssh: update to 6.2p2. 2013-06-07 12:54:34 +02:00
Alexander Marx
d9ebb7009b lcd4linux: updated lcd4linux to new SVN-1200 Version with samsungSPF display driver 2013-06-06 11:09:10 +02:00
Alexander Marx
cfbc9ca7e9 Update motion to 3.2.12 2013-06-06 11:08:23 +02:00
Alexander Marx
79518a2f26 Replace libjpeg with libjpeg-turbo-1.3.0 2013-06-06 11:07:27 +02:00
Michael Tremer
0a7e8edfe1 Merge remote-tracking branch 'amarx/pre-firewall' into beyond-next 2013-06-06 10:59:41 +02:00
Michael Tremer
86fa8e6b1a Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2013-06-06 10:58:22 +02:00
Michael Tremer
3bf629e8ba tcpdump: Update to 4.4.0. 2013-06-06 10:58:04 +02:00