Commit Graph

6623 Commits

Author SHA1 Message Date
Michael Tremer
e2eb09157e Remove /var/ipfire/firebuild.
This file provides lots of bogous information and information
about the build system that is not of much interest.
2013-09-30 21:00:15 +02:00
Michael Tremer
0d655f6cd5 as86: Remove unused package.
Was needed to build mbr.
2013-09-30 20:52:23 +02:00
Michael Tremer
6adacba055 tor: Increase number of max. open file descriptors. 2013-09-30 12:14:09 +02:00
Arne Fitzenreiter
83dfa1d7b2 clamav: disable PaX mprotect for freshclam. 2013-09-29 22:26:14 +02:00
Michael Tremer
26b34186b3 make.sh: Automatically determine parallelism flags. 2013-09-29 14:42:11 +02:00
Arne Fitzenreiter
70c11aa670 clamav: disable PaX mprotect for clamd. 2013-09-29 13:09:50 +02:00
Arne Fitzenreiter
c9f6beac59 kernel: update to 3.10.13. 2013-09-29 09:46:42 +02:00
Michael Tremer
d0a1fbbe55 clamav: Fix building on ARM.
Disable using fanotify:

  CC     fan.o
In file included from fan.c:38:
fan-syscalllib.h:14:3: error: #error "System call numbers not defined for this architecture"
In file included from fan.c:38:
fan-syscalllib.h: In function 'fanotify_init':
fan-syscalllib.h:19: error: '__NR_fanotify_init' undeclared (first use in this function)
fan-syscalllib.h:19: error: (Each undeclared identifier is reported only once
fan-syscalllib.h:19: error: for each function it appears in.)
fan-syscalllib.h: In function 'fanotify_mark':
fan-syscalllib.h:25: error: '__NR_fanotify_mark' undeclared (first use in this function)
make[3]: *** [fan.o] Error 1
make[3]: Leaving directory `/usr/src/clamav-0.98/clamd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/clamav-0.98'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/clamav-0.98'
make: *** [/usr/src/log/clamav-0.98] Error 2
2013-09-28 11:14:34 +00:00
Michael Tremer
439d2a5743 mysql: Update to 5.0.96. 2013-09-27 15:01:10 +02:00
Michael Tremer
1accb4ad4c lzo: Update rootfile. 2013-09-27 15:00:58 +02:00
Alexander Marx
96711574be Forward Firewall: BUGFIX: when using ICMP services in firewallrules and then changing the service, the rule was broken 2013-09-27 10:43:34 +02:00
Alexander Marx
6233483ba7 Forward Firewall: Bugfix: When creating a rule which results in an error, the counters in the firewallgroups where increased.
Bugfix: When using icmp-type "all" there was no rule created

Conflicts:
	html/cgi-bin/forwardfw.cgi
2013-09-27 10:43:01 +02:00
Michael Tremer
318685daf4 Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen 2013-09-27 10:40:24 +02:00
Arne Fitzenreiter
c4979a81c8 samba: update to 3.6.19. 2013-09-27 07:42:36 +02:00
Michael Tremer
99093fa516 Use hardened compiler flags. 2013-09-27 01:46:44 +02:00
Michael Tremer
b0c1baa588 libxml2: Add package to fifteen update. 2013-09-27 01:46:21 +02:00
Michael Tremer
5a9e26d831 mbr: Remove package, which is not needed any more.
This package was needed to add the MBR to flash images,
which are not available in IPFire 2.15 any more.
2013-09-27 01:45:13 +02:00
Michael Tremer
76479e2746 transmission: Don't use C++ exception handling. 2013-09-27 00:55:07 +02:00
Michael Tremer
5a038beb35 iotop: New package. 2013-09-27 00:48:55 +02:00
Michael Tremer
e24a59271e openvmtools: Build without -fPIC. 2013-09-26 22:34:35 +02:00
Michael Tremer
f0fbffeb3a cpufrequtils: Build without -fPIC. 2013-09-26 22:34:01 +02:00
Michael Tremer
309783b9d5 ffmpeg: Don't use -fPIC and don't use strict aliasing. 2013-09-26 22:13:13 +02:00
Michael Tremer
65e7716334 cyrus-sasl: Run autoconf before build. 2013-09-26 19:54:08 +02:00
Michael Tremer
c2741b14ef libxml2: Update to 2.6.32. 2013-09-26 19:52:34 +02:00
Michael Tremer
ec9f81be0c Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen 2013-09-26 16:12:15 +02:00
Arne Fitzenreiter
0a379f8fe6 clamav: update to 0.98. 2013-09-22 16:34:07 +02:00
Arne Fitzenreiter
db045705a7 kernel: increase nr of cpu's of the legacy intel kernel. 2013-09-21 12:19:06 +02:00
Arne Fitzenreiter
68c2cbedf0 kernel: update to 3.10.12. 2013-09-21 11:40:57 +02:00
Michael Tremer
90e4ec2a88 lzo: Update to 2.06.
Eliminates the requirement of a executable stack.
2013-09-17 19:57:28 +02:00
Michael Tremer
035ace2cbb coreutils: Use PIE version of LFS uname patch. 2013-09-17 17:29:19 +02:00
Arne Fitzenreiter
5a6804a247 Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen 2013-09-15 18:42:33 +02:00
Arne Fitzenreiter
7284262a5e kernel: add arm7 multiplatform kernel.
not booting on panda yet.
2013-09-15 18:41:16 +02:00
Arne Fitzenreiter
d1a84dd38d kernel: config changes on kirkwood and rpi kernel. 2013-09-15 18:39:50 +02:00
Arne Fitzenreiter
4accbf9369 kernel: disable magic sysrq. 2013-09-15 15:59:34 +02:00
Arne Fitzenreiter
93d772a59e xen-image-maker: add FSTYPE variable because ct'-server not support ext4. 2013-09-14 22:22:58 +02:00
Arne Fitzenreiter
1a78fe5e2d firstsetup: add missing "fi". 2013-09-14 12:38:39 +02:00
Arne Fitzenreiter
4fa404af2a kernel: build mediastack as modul.
if this is compiled into the kernel it is impossible to update the
drivers later without a full kernel update.
2013-09-12 17:14:24 +02:00
Arne Fitzenreiter
6a5c29e750 kernel: enable misdn support on intel kernels. 2013-09-12 10:48:15 +02:00
Arne Fitzenreiter
305a7b3888 xen-legacy-kernel: removed. 2013-09-12 00:55:41 +02:00
Arne Fitzenreiter
cd0fc28d51 xen-image: replace image by a download and image buildskript.
This skript download the iso and pae-kernel and build the image.
2013-09-12 00:53:27 +02:00
Arne Fitzenreiter
7676ceba65 firstsetup: don't overwrite meta-linux-pae if already present. 2013-09-12 00:51:50 +02:00
Arne Fitzenreiter
865f26ac32 images: make iso to hybrid image and removed usb-images.
now the iso can transfered to an usb stick and install ipfire.
2013-09-11 13:25:49 +02:00
Arne Fitzenreiter
ff441c487d toolchain: version 7. 2013-09-09 00:13:10 +02:00
Arne Fitzenreiter
5494904e15 xz: update to 5.0.5. 2013-09-09 00:12:53 +02:00
Arne Fitzenreiter
8d862ed59a gcc: add forgotten patch. 2013-09-08 20:50:29 +02:00
Arne Fitzenreiter
defd8d008f gcc: fix toolchain build with texinfo-5.x. 2013-09-08 20:48:34 +02:00
Arne Fitzenreiter
d94384214e binutils: fix toolchain build with texinfo-5.x. 2013-09-08 16:08:52 +02:00
Arne Fitzenreiter
ff6f40b1f5 Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen 2013-09-08 15:26:47 +02:00
Arne Fitzenreiter
0ec5f231e4 kernel: update to 3.10.11. 2013-09-08 15:26:14 +02:00
Michael Tremer
095cbf430f Multiple CGI files: Check if BLUE or ORANGE are actually configured. 2013-09-07 16:40:59 +02:00