]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/log
people/pmueller/ipfire-2.x.git
8 years agoMerge remote-tracking branch 'ms/dhcp-rfc2136-broken-down' into next
Michael Tremer [Wed, 21 Oct 2015 12:50:07 +0000 (13:50 +0100)] 
Merge remote-tracking branch 'ms/dhcp-rfc2136-broken-down' into next

8 years agocore95: Ship changed routing.cgi file
Michael Tremer [Sun, 18 Oct 2015 18:20:18 +0000 (19:20 +0100)] 
core95: Ship changed routing.cgi file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoBUG10941: fix single ip-addresses when no subnet given
Alexander Marx [Sat, 17 Oct 2015 17:27:03 +0000 (19:27 +0200)] 
BUG10941: fix single ip-addresses when no subnet given

Some functions when adding a new route where senseless.
Now the ip address is checked and in case of a missing / wrong
subnetmask an errormessage is raised. The ip address is preserved.
ELSE
we convert the subnetmask to cidr notation and calculate the network ip
correctly.

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore95: Ship changed firewall.cgi file
Michael Tremer [Sun, 18 Oct 2015 18:19:31 +0000 (19:19 +0100)] 
core95: Ship changed firewall.cgi file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoBUG10806: fix wrong customhostgroupcheck
Alexander Marx [Sat, 17 Oct 2015 16:32:10 +0000 (18:32 +0200)] 
BUG10806: fix wrong customhostgroupcheck

The function to check for valid hostgroup entries not only
checked the target hostgroup but also the source hostgroup if any.
This lead to the error.
Now the check only affects target hostgroups because it does not matter if a sourcegroup contains mac addresses.

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore95: Ship changed firewalllogcountry.dat
Michael Tremer [Sun, 18 Oct 2015 17:54:25 +0000 (18:54 +0100)] 
core95: Ship changed firewalllogcountry.dat

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agofirewalllogcountry.dat: Do not show 'Details' button for unkonw location.
Stefan Schantl [Sun, 18 Oct 2015 11:23:32 +0000 (13:23 +0200)] 
firewalllogcountry.dat: Do not show 'Details' button for unkonw location.

The CGI offers the posibility to get more details for a certain locations
by clicking on a button.

This feature cannot be used for the category "unknown". To prevent users
from beeing confused about non show-able details, I added some code to hide
this button for this category.

Fixes #10726.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore95: Ship changed pppsetup.cgi
Michael Tremer [Sun, 18 Oct 2015 17:52:07 +0000 (18:52 +0100)] 
core95: Ship changed pppsetup.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agopppsetup.cgi: Fix site layout when no TYPE is specified
Stefan Schantl [Sun, 18 Oct 2015 12:25:50 +0000 (14:25 +0200)] 
pppsetup.cgi: Fix site layout when no TYPE is specified

There was an issue with false generated HTML code, in case
of an empty or unset $pppsettings{'TYPE'} variable which results
in a missplaced website footer.

This patch moves the code for closeing the table and the call of the
closebox() function to the correct place to prevent this display issue.

Fixes #10565.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agomonit addon: Upgrade to 5.14
Dirk Wagner [Sat, 17 Oct 2015 18:55:17 +0000 (20:55 +0200)] 
monit addon: Upgrade to 5.14

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoasterisk addon: Update to 11.20.0
Dirk Wagner [Sat, 17 Oct 2015 18:52:13 +0000 (20:52 +0200)] 
asterisk addon: Update to 11.20.0

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore95: Ship ddns update
Michael Tremer [Sat, 17 Oct 2015 00:27:07 +0000 (01:27 +0100)] 
core95: Ship ddns update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoddns: Update to 009
Stefan Schantl [Fri, 16 Oct 2015 23:27:04 +0000 (01:27 +0200)] 
ddns: Update to 009

This update contains the latest upstream changes which are
a better SSL error handling and support for desec.io.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore95: Ship IPsec blocking changes
Michael Tremer [Thu, 15 Oct 2015 21:46:33 +0000 (22:46 +0100)] 
core95: Ship IPsec blocking changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoipsec: Add block rules to avoid conntrack entries
Michael Tremer [Sat, 3 Oct 2015 21:31:53 +0000 (22:31 +0100)] 
ipsec: Add block rules to avoid conntrack entries

If an IPsec VPN connections is not established, there are
rare cases when packets are supposed to be sent through
that said tunnel and incorrectly handled.

Those packets are sent to the default gateway an entry
for this connection is created in the connection tracking
table (usually only happens to UDP). All following packets
are sent the same route even after the tunnel has been
brought up. That leads to SIP phones not being able to
register among other things.

This patch adds firewall rules that these packets are
rejected. That will sent a notification to the client
that the tunnel is not up and avoid the connection to
be added to the connection tracking table.

Apart from a small performance penalty there should
be no other side-effects.

Fixes: #10908
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Cc: tomvend@rymes.com
Cc: daniel.weismueller@ipfire.org
Cc: morlix@morlix.de
Reviewed-by: Timo Eissler <timo.eissler@ipfire.org>
8 years agoIPSec VPN: Add "required" marker for "organization name"
Larsen [Sat, 10 Oct 2015 21:24:16 +0000 (23:24 +0200)] 
IPSec VPN: Add "required" marker for "organization name"

IPSec VPN: Add "required" marker for "organization name"

Fixes https://bugzilla.ipfire.org/show_bug.cgi?id=10846

Signed-off-by: Lars Schuhmacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoTranslation improvements
Larsen [Sat, 10 Oct 2015 21:07:19 +0000 (23:07 +0200)] 
Translation improvements

Translation improvements

Signed-off-by: Lars Schuhmacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agotor.cgi: Fix missing country flag icons.
Stefan Schantl [Sat, 10 Oct 2015 16:07:38 +0000 (18:07 +0200)] 
tor.cgi: Fix missing country flag icons.

The CGI now is using the GeoIP::get_flag_icon function provided by the
geoip-functions.pl, which takes care of the changed flag icons shipped
by core update 90.

Fixes #10919.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Tested-by: Jan Paul Tuecking <jan.paul.tuecking@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Thu, 15 Oct 2015 10:59:44 +0000 (11:59 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agosox: Disable parallel build
Arne Fitzenreiter [Sun, 4 Oct 2015 14:01:33 +0000 (16:01 +0200)] 
sox: Disable parallel build

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoprocps: Ship pgrep
Michael Tremer [Sat, 3 Oct 2015 18:53:57 +0000 (19:53 +0100)] 
procps: Ship pgrep

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agostrongswan: Update to 5.3.3
Michael Tremer [Sat, 3 Oct 2015 18:15:36 +0000 (19:15 +0100)] 
strongswan: Update to 5.3.3

ChaCha is disabled since our kernel does not support it yet

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agokrb5: Disable parallel build
Michael Tremer [Fri, 2 Oct 2015 18:00:13 +0000 (19:00 +0100)] 
krb5: Disable parallel build

Builds of this package crash randomly on all architectures
which might be related to the parallel build.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agobackports: add Tevii S482 patch
Arne Fitzenreiter [Thu, 1 Oct 2015 09:14:58 +0000 (11:14 +0200)] 
backports: add Tevii S482 patch

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoRootfile update
Michael Tremer [Mon, 28 Sep 2015 19:14:42 +0000 (20:14 +0100)] 
Rootfile update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Mon, 28 Sep 2015 16:42:57 +0000 (18:42 +0200)] 
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next

8 years agoMerge remote-tracking branch 'origin/master' into next
Arne Fitzenreiter [Mon, 28 Sep 2015 16:40:32 +0000 (18:40 +0200)] 
Merge remote-tracking branch 'origin/master' into next

8 years agoigb: update to 5.3.3.2
Arne Fitzenreiter [Mon, 28 Sep 2015 16:39:26 +0000 (18:39 +0200)] 
igb: update to 5.3.3.2

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoe1000e: update to 3.2.4.2
Arne Fitzenreiter [Mon, 28 Sep 2015 16:38:55 +0000 (18:38 +0200)] 
e1000e: update to 3.2.4.2

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore94: restart init after glibc update.
Arne Fitzenreiter [Mon, 28 Sep 2015 14:57:21 +0000 (16:57 +0200)] 
core94: restart init after glibc update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore95: Ship changed files
Michael Tremer [Mon, 28 Sep 2015 13:35:54 +0000 (14:35 +0100)] 
core95: Ship changed files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge remote-tracking branch 'ms/experimental-vlan-hotplugging' into next
Michael Tremer [Mon, 28 Sep 2015 13:33:49 +0000 (14:33 +0100)] 
Merge remote-tracking branch 'ms/experimental-vlan-hotplugging' into next

8 years agocore95: Ship changed files
Michael Tremer [Mon, 28 Sep 2015 13:25:53 +0000 (14:25 +0100)] 
core95: Ship changed files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoconnections.cgi: Support multiple subnets for IPsec
Michael Tremer [Mon, 28 Sep 2015 13:24:44 +0000 (14:24 +0100)] 
connections.cgi: Support multiple subnets for IPsec

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge remote-tracking branch 'ms/ipsec-subnets' into next
Michael Tremer [Mon, 28 Sep 2015 13:21:18 +0000 (14:21 +0100)] 
Merge remote-tracking branch 'ms/ipsec-subnets' into next

8 years agoStart Core Update 95
Michael Tremer [Mon, 28 Sep 2015 13:08:17 +0000 (14:08 +0100)] 
Start Core Update 95

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge branch 'master' into next
Michael Tremer [Mon, 28 Sep 2015 13:05:26 +0000 (14:05 +0100)] 
Merge branch 'master' into next

8 years agovpnmain.cgi - Replace spaces with tab characters and fix indentation
Lars Schuhmacher [Fri, 25 Sep 2015 21:01:17 +0000 (23:01 +0200)] 
vpnmain.cgi - Replace spaces with tab characters and fix indentation

Replaced spaces with tab characters. Fixed indentation.

This is based on http://patchwork.ipfire.org/patch/88/ so that patch must be applied before.

Signed-off-by: Lars Schuhmacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoIPsec: Remove GUI option for "Roadwarrior virtual IP"
Lars Schuhmacher [Thu, 24 Sep 2015 22:04:08 +0000 (00:04 +0200)] 
IPsec: Remove GUI option for "Roadwarrior virtual IP"

This setting stems from IPCop (and probably Openswan) and causes a problem.

Fixes bug #10496.

Signed-off-by: Lars Schuhmacher <larsen007@web.de>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore94: Fix dead symlinks in filelist
Michael Tremer [Mon, 28 Sep 2015 10:59:20 +0000 (11:59 +0100)] 
core94: Fix dead symlinks in filelist

The rootfiles have been renamed, but not the symlinks
were not.

Fixes #10931

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agokernel: update to 3.14.53
Arne Fitzenreiter [Sun, 27 Sep 2015 10:58:22 +0000 (12:58 +0200)] 
kernel: update to 3.14.53

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agobackports: enable build on x86_64.
Arne Fitzenreiter [Sun, 27 Sep 2015 09:23:11 +0000 (11:23 +0200)] 
backports: enable build on x86_64.

backports 4.1.1-1 is not stable so we need to stay on the older version.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore94: fix chrontab modification check for dma.
Arne Fitzenreiter [Sun, 27 Sep 2015 08:56:34 +0000 (10:56 +0200)] 
core94: fix chrontab modification check for dma.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore94: allow rootlogin only if the user has not blocked it before.
Arne Fitzenreiter [Sun, 27 Sep 2015 08:42:38 +0000 (10:42 +0200)] 
core94: allow rootlogin only if the user has not blocked it before.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore94: fix sed syntax.
Arne Fitzenreiter [Sun, 27 Sep 2015 08:42:01 +0000 (10:42 +0200)] 
core94: fix sed syntax.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agofinish core94. v2.17-core94
Arne Fitzenreiter [Thu, 24 Sep 2015 17:16:56 +0000 (19:16 +0200)] 
finish core94.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agofirewall: Support multiple subnets per IPsec tunnel
Michael Tremer [Mon, 21 Sep 2015 23:26:14 +0000 (00:26 +0100)] 
firewall: Support multiple subnets per IPsec tunnel

Fixes #10929

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore94: Ship changed CGI files
Michael Tremer [Mon, 7 Sep 2015 18:39:40 +0000 (19:39 +0100)] 
core94: Ship changed CGI files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMark required input fields with a star
Lars Schuhmacher [Mon, 7 Sep 2015 18:39:39 +0000 (19:39 +0100)] 
Mark required input fields with a star

Mark required input fields with a star as nowadays this is
the de-facto default. Before, it was the other way around and
optional fields were marked.

Signed-off-by: Lars Schumacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Mon, 21 Sep 2015 15:12:25 +0000 (16:12 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agomake-functions: check working binfmt_misc and add x86_64 helper.
Arne Fitzenreiter [Sun, 20 Sep 2015 15:06:59 +0000 (17:06 +0200)] 
make-functions: check working binfmt_misc and add x86_64 helper.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore94: Ship changed setup package
Michael Tremer [Sun, 20 Sep 2015 12:31:58 +0000 (13:31 +0100)] 
core94: Ship changed setup package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoCorrected typo in networking.c
Osmar Gonzalez [Sun, 20 Sep 2015 09:24:32 +0000 (02:24 -0700)] 
Corrected typo in networking.c

Corrected "Misssing" to "Missing".

Signed-off-by: Osmar Gonzalez <mibs510@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agonetwork_functions.pl: fix ip_address_in_network for x86_64
Arne Fitzenreiter [Sun, 20 Sep 2015 11:03:34 +0000 (13:03 +0200)] 
network_functions.pl: fix ip_address_in_network for x86_64

calculation of last address must use only 32bit of inverted netmask.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agokernel: Update pcengines apu led patch for x86_64
Arne Fitzenreiter [Sun, 20 Sep 2015 10:46:12 +0000 (12:46 +0200)] 
kernel: Update pcengines apu led patch for x86_64

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore94: Ship updated initscripts
Michael Tremer [Sat, 19 Sep 2015 17:51:38 +0000 (18:51 +0100)] 
core94: Ship updated initscripts

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoFixed some typos in initscript
Matthias Fischer [Sat, 19 Sep 2015 08:04:25 +0000 (10:04 +0200)] 
Fixed some typos in initscript

"Createing= => "Creating"...

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore94: Ship updated iproute2 package
Michael Tremer [Sat, 19 Sep 2015 17:50:14 +0000 (18:50 +0100)] 
core94: Ship updated iproute2 package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoiproute2: Update to 4.2.0
Matthias Fischer [Sat, 19 Sep 2015 06:23:49 +0000 (08:23 +0200)] 
iproute2: Update to 4.2.0

List of changes can be seen at
http://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/log/

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoqemu: some features need disabled PaX RANDMMAP.
Arne Fitzenreiter [Fri, 18 Sep 2015 17:23:56 +0000 (19:23 +0200)] 
qemu: some features need disabled PaX RANDMMAP.

8 years agoperl-Email-Date-Format: fix rootfile name.
Arne Fitzenreiter [Thu, 17 Sep 2015 23:21:20 +0000 (01:21 +0200)] 
perl-Email-Date-Format: fix rootfile name.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoperl-MIME-Lite: fix rootfile name.
Arne Fitzenreiter [Thu, 17 Sep 2015 23:20:01 +0000 (01:20 +0200)] 
perl-MIME-Lite: fix rootfile name.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoqemu: disable PaX mProtect on more binaries.
Arne Fitzenreiter [Thu, 17 Sep 2015 17:17:44 +0000 (19:17 +0200)] 
qemu: disable PaX mProtect on more binaries.

8 years agobinutils: rootfile update.
Arne Fitzenreiter [Thu, 17 Sep 2015 11:13:19 +0000 (13:13 +0200)] 
binutils: rootfile update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoqemu: update to 2.4.0
Arne Fitzenreiter [Thu, 17 Sep 2015 10:57:31 +0000 (12:57 +0200)] 
qemu: update to 2.4.0

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agolinux: rootfile update.
Arne Fitzenreiter [Thu, 17 Sep 2015 10:56:48 +0000 (12:56 +0200)] 
linux: rootfile update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Wed, 16 Sep 2015 18:28:53 +0000 (20:28 +0200)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agoqemu: enabled x86_64 for build and as target.
Arne Fitzenreiter [Wed, 16 Sep 2015 18:27:52 +0000 (20:27 +0200)] 
qemu: enabled x86_64 for build and as target.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agomake.sh: remove only temporary needed iso on arm build.
Arne Fitzenreiter [Wed, 16 Sep 2015 09:18:21 +0000 (11:18 +0200)] 
make.sh: remove only temporary needed iso on arm build.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agomemtest: use precompiled memtest binary on x86_64
Arne Fitzenreiter [Tue, 15 Sep 2015 18:46:51 +0000 (20:46 +0200)] 
memtest: use precompiled memtest binary on x86_64

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoRevert "cdrom: Disable memtest on x86_64"
Arne Fitzenreiter [Tue, 15 Sep 2015 18:46:37 +0000 (20:46 +0200)] 
Revert "cdrom: Disable memtest on x86_64"

This reverts commit 5d1c3aca0ab582ed3bca4d28e148a336e2a50b08.

8 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Mon, 14 Sep 2015 22:32:51 +0000 (23:32 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agodnsmasq: latest upstream patches
Matthias Fischer [Sun, 13 Sep 2015 19:03:38 +0000 (21:03 +0200)] 
dnsmasq: latest upstream patches

dnsmasq: latest upstream patches

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore94: Add changed snort initscript
Michael Tremer [Mon, 14 Sep 2015 22:21:32 +0000 (23:21 +0100)] 
core94: Add changed snort initscript

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agosnort: Remove trailing slash in pid path
Douglas Duckworth [Sat, 12 Sep 2015 16:27:17 +0000 (11:27 -0500)] 
snort: Remove trailing slash in pid path

Fixes: https://bugzilla.ipfire.org/show_bug.cgi?id=10924
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agobackports: disabled on x86_64.
Arne Fitzenreiter [Mon, 14 Sep 2015 20:33:29 +0000 (22:33 +0200)] 
backports: disabled on x86_64.

There is a duplicate kernel modul symbol in compat layer so backports modules will not load.
I will debug this at next kernel update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agomake.sh: generate correct SYSTEM_RELEASE string if --target= was used.
Arne Fitzenreiter [Mon, 14 Sep 2015 17:50:58 +0000 (19:50 +0200)] 
make.sh: generate correct SYSTEM_RELEASE string if --target= was used.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agopakfire: use correct tree on x86_64.
Arne Fitzenreiter [Mon, 14 Sep 2015 17:50:13 +0000 (19:50 +0200)] 
pakfire: use correct tree on x86_64.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agodma: Remove package variables since dma is not a package
Michael Tremer [Mon, 14 Sep 2015 12:49:40 +0000 (13:49 +0100)] 
dma: Remove package variables since dma is not a package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoDMA: add empty mail.conf needed by WIO
Alexander Marx [Mon, 14 Sep 2015 12:33:36 +0000 (14:33 +0200)] 
DMA: add empty mail.conf needed by WIO

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoDMA: added new file mail.conf to rootfile
Alexander Marx [Mon, 14 Sep 2015 12:38:06 +0000 (14:38 +0200)] 
DMA: added new file mail.conf to rootfile

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agomake.sh: Fix typo in variable name COMPILERCACHE -> COMPILERCHECK
Michael Tremer [Mon, 14 Sep 2015 12:48:45 +0000 (13:48 +0100)] 
make.sh: Fix typo in variable name COMPILERCACHE -> COMPILERCHECK

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agomake.sh: Bump toolchain version
Michael Tremer [Mon, 14 Sep 2015 12:37:31 +0000 (13:37 +0100)] 
make.sh: Bump toolchain version

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoccache: Update to version 3.2.3
Michael Tremer [Mon, 14 Sep 2015 12:36:32 +0000 (13:36 +0100)] 
ccache: Update to version 3.2.3

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoccache: Include architecture in hashing
Michael Tremer [Mon, 14 Sep 2015 12:07:43 +0000 (13:07 +0100)] 
ccache: Include architecture in hashing

ccache was configured to neglegt the compiler it is using
which causes conflicts when using the same cache for compiling
multiple architectures. Hence we include the architecture
(and the toolchain version) in the hash so that a different
hash will be generated.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocyrus-imapd: Fix searching for missing header
Michael Tremer [Mon, 14 Sep 2015 12:07:22 +0000 (13:07 +0100)] 
cyrus-imapd: Fix searching for missing header

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocyrus-imapd: Disable build which fails on all architectures
Michael Tremer [Mon, 14 Sep 2015 11:34:35 +0000 (12:34 +0100)] 
cyrus-imapd: Disable build which fails on all architectures

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agomake.sh: Fix cross-architecture builds when using the --target= parameter
Michael Tremer [Sun, 13 Sep 2015 16:56:24 +0000 (17:56 +0100)] 
make.sh: Fix cross-architecture builds when using the --target= parameter

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agobinutils: fix build on arm.
Arne Fitzenreiter [Sun, 13 Sep 2015 16:02:27 +0000 (18:02 +0200)] 
binutils: fix build on arm.

MACHINE env variable is needed to be clear.

8 years agocore94: Add recently updated packages
Michael Tremer [Sat, 12 Sep 2015 15:47:12 +0000 (16:47 +0100)] 
core94: Add recently updated packages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agolibgpg-error: Update to 1.20
Matthias Fischer [Fri, 11 Sep 2015 22:01:26 +0000 (00:01 +0200)] 
libgpg-error: Update to 1.20

* configure.ac: Set LT version to C16/A16/R0.

Add new version macros.
* src/gpg-error.h.in (GPGRT_VERSION): New.
(GPGRT_VERSION_NUMBER): New.
(GPG_ERROR_VERSION, GPG_ERROR_VERSION_NUMBER): Move to top of file.

Add macro GPGRT_INLINE and avoid -Wundef warnings.
* src/gpg-error.h.in (GPG_ERR_INLINE): Use #if defined for possible
undefined macros to avoid warning with GCC's -Wundef option.
(GPGRT_INLINE): New.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agolibgcrypt: Update to 1.6.4
Matthias Fischer [Fri, 11 Sep 2015 21:50:05 +0000 (23:50 +0200)] 
libgcrypt: Update to 1.6.4

* configure.ac: Change LT version to C20/A0/R4.

w32: Avoid a few compiler warnings.
* cipher/cipher-selftest.c (_gcry_selftest_helper_cbc)
(_gcry_selftest_helper_cfb, _gcry_selftest_helper_ctr): Mark variable
as unused.
* random/rndw32.c (slow_gatherer): Avoid signed pointer mismatch
warning.
* src/secmem.c (init_pool): Avoid unused variable warning.
* tests/random.c (writen, readn): Include on if needed.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agobind: Update to 9.10.2-P4
Matthias Fischer [Fri, 11 Sep 2015 20:57:39 +0000 (22:57 +0200)] 
bind: Update to 9.10.2-P4

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge remote-tracking branch 'ms/x86_64' into next
Michael Tremer [Fri, 11 Sep 2015 14:06:09 +0000 (15:06 +0100)] 
Merge remote-tracking branch 'ms/x86_64' into next

8 years agox86_64: Add more architecture-dependent rootfiles
Michael Tremer [Thu, 10 Sep 2015 22:25:07 +0000 (00:25 +0200)] 
x86_64: Add more architecture-dependent rootfiles

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agokernel: Add a preliminary kernel from the i586 PAE configuration
Michael Tremer [Thu, 10 Sep 2015 22:20:08 +0000 (00:20 +0200)] 
kernel: Add a preliminary kernel from the i586 PAE configuration

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agogrub: Build for x86_64
Michael Tremer [Thu, 10 Sep 2015 22:18:18 +0000 (00:18 +0200)] 
grub: Build for x86_64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocpufrequtils: Build for x86_64
Michael Tremer [Thu, 10 Sep 2015 22:17:40 +0000 (00:17 +0200)] 
cpufrequtils: Build for x86_64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoacpid: Build for x86_64
Michael Tremer [Thu, 10 Sep 2015 22:16:41 +0000 (00:16 +0200)] 
acpid: Build for x86_64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoUpdate translation
Michael Tremer [Thu, 10 Sep 2015 12:38:43 +0000 (13:38 +0100)] 
Update translation

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>