Commit Graph

7807 Commits

Author SHA1 Message Date
Arne Fitzenreiter
4eb368f153 Merge remote-tracking branch 'origin/next' 2014-06-02 18:22:35 +02:00
Michael Tremer
c24eba27a0 core78: Reflect chnages about the ping command. 2014-06-02 18:09:50 +02:00
Arne Fitzenreiter
e008080374 Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2014-06-02 18:04:50 +02:00
Arne Fitzenreiter
d15e01a5ef kernel: update to 3.10.41. 2014-06-02 18:03:56 +02:00
Michael Tremer
8bab8832b7 redirect wrapper: Adopt to new squid helper protocol. 2014-06-02 17:45:09 +02:00
Michael Tremer
943be282da squidclamav: Adopt new squid helper protocol. 2014-06-02 17:44:35 +02:00
Michael Tremer
406190b2d4 icinga: Update rootfile. 2014-06-02 13:36:39 +02:00
Michael Tremer
9663c20e2d update accelerator: Adapt to new squid helper protocol. 2014-06-02 01:43:32 +02:00
Michael Tremer
7cc060415e squidGuard: Update for new squid helper protocol. 2014-06-02 00:54:19 +02:00
Michael Tremer
bfb8d9b7f9 Drop icecc package. 2014-05-31 12:31:13 +02:00
Michael Tremer
1d39d23dfa Merge remote-tracking branch 'dweismueller/vdr_vnsiserver5_new' into next
Conflicts:
	make.sh
2014-05-31 12:29:22 +02:00
Michael Tremer
4e6e5af82c Build netsnmp before icinga. 2014-05-30 13:24:06 +02:00
Michael Tremer
d9c6910d54 Merge branch 'cacti-update' into next 2014-05-29 23:37:56 +02:00
Michael Tremer
776029bbd3 icinga: Add new package. 2014-05-29 23:36:15 +02:00
Michael Tremer
5b6fc2a45d Drop inetutils package.
This package just provides a very very outdated version
of ping which does not support many features as required
by cacti.

ping is now solely built in the iputils package and
a symlink for compatibility is created.
2014-05-29 19:42:50 +02:00
Michael Tremer
59dbe8d424 cacti: Update to 0.8.8b. 2014-05-29 19:35:38 +02:00
Michael Tremer
c5f804db8e make.sh: Update help instructions. 2014-05-28 20:48:22 +02:00
Michael Tremer
949544f5b3 make.sh: Allow to permanently set TARGET_ARCH in .config. 2014-05-28 20:48:05 +02:00
Michael Tremer
69a324f0bb squid: Disable -march=native.
This produces a binary that cannot be executed on
all systems that we support.

(cherry picked from commit 5930a368ad)
2014-05-28 20:24:44 +02:00
Erik Kapfer
f7fb5bc5c9 openvpn: Added DH parameter to CA chart.
Added also a 'Default' mark in N2N cipher menu for AES-256-CBC.

(cherry picked from commit c16d97c617)
2014-05-28 20:24:28 +02:00
Erik Kapfer
92bed25016 openvpn: Fixed some typos
(cherry picked from commit b585282abf)
2014-05-28 20:24:10 +02:00
Michael Tremer
fc5dd098c2 core78: Add sudo to update. 2014-05-28 20:23:41 +02:00
Michael Tremer
520fd2431b sudo: Update to 1.8.10p3.
Disable linking against PAM which is not configured
in IPFire 2.
2014-05-28 20:23:13 +02:00
Michael Tremer
5930a368ad squid: Disable -march=native.
This produces a binary that cannot be executed on
all systems that we support.
2014-05-28 20:21:29 +02:00
Michael Tremer
e8546b858c make.sh: Fix variable name that sets the architecture. 2014-05-28 20:21:01 +02:00
Erik Kapfer
c16d97c617 openvpn: Added DH parameter to CA chart.
Added also a 'Default' mark in N2N cipher menu for AES-256-CBC.
2014-05-28 15:06:42 +02:00
Erik Kapfer
b585282abf openvpn: Fixed some typos 2014-05-28 15:01:25 +02:00
Michael Tremer
38d45f0154 Merge branch 'sudo-without-pam' into next 2014-05-26 23:46:20 +02:00
Michael Tremer
892c6da839 Merge remote-tracking branch 'ms/native-arm-compiling' into next 2014-05-26 23:46:14 +02:00
Michael Tremer
973bcb03f1 sudo: Update to 1.8.10p3.
Disable linking against PAM which is not configured
in IPFire 2.
2014-05-26 23:45:33 +02:00
Arne Fitzenreiter
05a48c2b2a close core78. 2014-05-26 00:07:38 +02:00
Arne Fitzenreiter
5346fd1619 core78: add sshd initskript to updater. 2014-05-26 00:06:40 +02:00
Arne Fitzenreiter
8f31e2c38d Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2014-05-25 10:06:05 +02:00
Arne Fitzenreiter
c3ab884ca5 Revert "kernel: change compression of pae kernel to bz2."
This reverts commit 3e8286210f.

bz2 is not supported by debian xen. So users that have problems
with xz compression need to update the pygrub on the host.
2014-05-25 10:03:58 +02:00
Michael Tremer
4e6c35f77d make.sh: Add more information to the chroot bash prompt. 2014-05-24 18:22:44 +02:00
Michael Tremer
c8859a8213 make.sh: Remove C{,XX}2FLAGS. 2014-05-24 18:22:44 +02:00
Michael Tremer
6f67c28d99 make.sh: Remove KGCC variable.
This has been unused since a long time any way.
2014-05-24 18:22:44 +02:00
Michael Tremer
a153194620 Make it a proper login shell when entering the build chroot. 2014-05-24 18:22:44 +02:00
Michael Tremer
bcb9dc13d7 Support emulation of an ARM environment on Intel systems.
qemu-user is used to emulate an ARM chroot environment
that is used to compile the system for ARM target systems.
2014-05-24 18:22:44 +02:00
Michael Tremer
3d02c09165 make.sh: Reformat kernel section. 2014-05-24 18:22:44 +02:00
Stefan Schantl
022438b50b setddns.pl: Fix function call of udmedia and twodns. 2014-05-24 15:05:56 +02:00
Arne Fitzenreiter
b5d2be5d9b installer: increase size of root partition. 2014-05-23 22:16:17 +02:00
Arne Fitzenreiter
4680b4a38f qemu: bump package version to force reinstall. 2014-05-22 23:54:43 +02:00
Arne Fitzenreiter
42c439e45d Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next 2014-05-22 23:53:24 +02:00
Arne Fitzenreiter
85ce9e1b97 kernel: update intel vendor modules. 2014-05-22 23:52:46 +02:00
Michael Tremer
fded6faa72 Merge remote-tracking branch 'ms/firewall-block-green' into next 2014-05-22 23:11:43 +02:00
Arne Fitzenreiter
9d707db06e xen-image-maker: fix linux-pae metafile create. 2014-05-22 21:21:53 +02:00
Arne Fitzenreiter
e52d2c3bb5 xen-image-maker: fix variable in README file. 2014-05-22 20:56:10 +02:00
Arne Fitzenreiter
61cf8114ea xen-image-maker: add support vor XenCenter xva image output. 2014-05-22 18:40:13 +02:00
Arne Fitzenreiter
3c4c5466ce xen-image-maker: default fs to ext3.
many xen server still not support ext4.
2014-05-22 08:11:11 +02:00