]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/log
people/pmueller/ipfire-2.x.git
8 years agoMerge remote-tracking branch 'origin/master' into next
Michael Tremer [Sat, 23 Jan 2016 00:39:19 +0000 (00:39 +0000)] 
Merge remote-tracking branch 'origin/master' into next

8 years agocmake: Disable parallelism
Daniel Weismüller [Fri, 22 Jan 2016 11:10:19 +0000 (12:10 +0100)] 
cmake: Disable parallelism

Building cmake uses a high amount of memory (>2G) and
fails to build on my system. Using less processes reduces
memory usage and lets the build succeed.

Signed-off-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoUpdate translations
Michael Tremer [Fri, 22 Jan 2016 00:55:46 +0000 (00:55 +0000)] 
Update translations

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore97: Ship iptables conntrack changes
Michael Tremer [Fri, 22 Jan 2016 00:55:25 +0000 (00:55 +0000)] 
core97: Ship iptables conntrack changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge remote-tracking branch 'ms/iptables-conntrack' into next
Michael Tremer [Fri, 22 Jan 2016 00:54:14 +0000 (00:54 +0000)] 
Merge remote-tracking branch 'ms/iptables-conntrack' into next

8 years agoMerge branch 'hyper-v-fixes' into next
Michael Tremer [Fri, 22 Jan 2016 00:49:15 +0000 (00:49 +0000)] 
Merge branch 'hyper-v-fixes' into next

8 years agotoolchain: fix build on hosts that not support strong stackprotect
Arne Fitzenreiter [Wed, 20 Jan 2016 18:28:56 +0000 (19:28 +0100)] 
toolchain: fix build on hosts that not support strong stackprotect

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore97: Ship updated webaccess.cgi
Michael Tremer [Tue, 19 Jan 2016 00:07:07 +0000 (00:07 +0000)] 
core97: Ship updated webaccess.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agowebaccess.cgi: Fixed language settings.
Erik Kapfer [Mon, 18 Jan 2016 09:14:10 +0000 (10:14 +0100)] 
webaccess.cgi: Fixed language settings.

Fix for #10879. Added also use strict.

Signed-off-by: Erik Kapfer <erik.kapfer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoImprove hardening by using -fstack-protector-strong
Michael Tremer [Mon, 18 Jan 2016 22:26:23 +0000 (22:26 +0000)] 
Improve hardening by using -fstack-protector-strong

This functionality is now available for us since we updated
to GCC 4.9 and just improves the stack smashing protector
in GCC.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agonano: Update to 2.5.1
Matthias Fischer [Tue, 12 Jan 2016 17:46:52 +0000 (18:46 +0100)] 
nano: Update to 2.5.1

Excerpt form 'NEWS':
"It includes fixes for a syntax-highlighting bug and a positionlog bug,
it disables a time-eating multiline regex in the C syntax,
and it adds an escape hatch to the WriteOut menu when
--tempfile is used: the discardbuffer command, ^Q.  It
also has translation updates for fifteen languages, and
a small fix in the softwrap code."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore97: Ship updated openssh
Michael Tremer [Sun, 17 Jan 2016 18:51:47 +0000 (18:51 +0000)] 
core97: Ship updated openssh

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoopenssh: Update to 7.1p2
Matthias Fischer [Fri, 15 Jan 2016 16:43:50 +0000 (17:43 +0100)] 
openssh: Update to 7.1p2

Fixes CVE-2016-0777

Signed-off-by: Matthias Fischer <matthias.fischer@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 [Sun, 17 Jan 2016 18:49:03 +0000 (18:49 +0000)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agotoolchain: bump version number
Arne Fitzenreiter [Fri, 15 Jan 2016 06:20:34 +0000 (07:20 +0100)] 
toolchain: bump version number

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agogcc: remove gdb python files also in root build.
Arne Fitzenreiter [Thu, 14 Jan 2016 15:08:24 +0000 (16:08 +0100)] 
gcc: remove gdb python files also in root build.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agotoolchain: move *.py remove to correct pass.
Arne Fitzenreiter [Thu, 14 Jan 2016 02:55:54 +0000 (03:55 +0100)] 
toolchain: move *.py remove to correct pass.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agotoolchain: enable bootstrap and remove *.py files from lib.
Arne Fitzenreiter [Wed, 13 Jan 2016 18:04:56 +0000 (19:04 +0100)] 
toolchain: enable bootstrap and remove *.py files from lib.

only with bootstrap the gcc pass2 build works on arm.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agokernel: disable RANDSTRUCT
Arne Fitzenreiter [Wed, 13 Jan 2016 06:24:34 +0000 (07:24 +0100)] 
kernel: disable RANDSTRUCT

RANDSRUCT is incompatible with ccache build.

fixes #10905
fixes #11012

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore97: Ship updated ntp
Michael Tremer [Sun, 10 Jan 2016 21:20:49 +0000 (21:20 +0000)] 
core97: Ship updated ntp

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agontp 4.2.8p5: removed obsolete patch file
Matthias Fischer [Sat, 9 Jan 2016 19:39:45 +0000 (20:39 +0100)] 
ntp 4.2.8p5: removed obsolete patch file

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agontp: Update to 4.2.8p5
Matthias Fischer [Sat, 9 Jan 2016 19:29:41 +0000 (20:29 +0100)] 
ntp: Update to 4.2.8p5

"...addresses 1 medium-severity security issue, 14 bugfixes,
and contains other improvements over 4.2.8p4."

For a complete list, see:
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agogrub: Disable hardening for grub-script-check
Michael Tremer [Sun, 10 Jan 2016 19:35:42 +0000 (19:35 +0000)] 
grub: Disable hardening for grub-script-check

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoccache: Include hash of compiler specs in hashing
Michael Tremer [Sat, 9 Jan 2016 19:48:21 +0000 (19:48 +0000)] 
ccache: Include hash of compiler specs in hashing

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 [Sat, 9 Jan 2016 14:56:33 +0000 (14:56 +0000)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agotimectrl: Stop ntp daemon when disabled
Michael Tremer [Thu, 7 Jan 2016 23:47:39 +0000 (23:47 +0000)] 
timectrl: Stop ntp daemon when disabled

Fixes #11000

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agotoolchain: fix full toolchain crossbuild
Arne Fitzenreiter [Thu, 7 Jan 2016 16:41:43 +0000 (17:41 +0100)] 
toolchain: fix full toolchain crossbuild

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agobinutils: update to 2.24
Arne Fitzenreiter [Thu, 7 Jan 2016 16:41:16 +0000 (17:41 +0100)] 
binutils: update to 2.24

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoowncloud: updated to version 7.0.11
Daniel Weismüller [Wed, 6 Jan 2016 13:56:18 +0000 (14:56 +0100)] 
owncloud: updated to version 7.0.11

Signed-off-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agodnsdist: Don't build on ARM
Michael Tremer [Wed, 6 Jan 2016 15:05:37 +0000 (15:05 +0000)] 
dnsdist: Don't build on ARM

There seem to be some serious C++ issues in this so that
it won't build on ARM.

At the moment I do not have any resources to look further
into this, so I just disable building this package for
all ARM architectures.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoQoS: Improve saving enabled/disable state
Michael Tremer [Tue, 5 Jan 2016 21:00:19 +0000 (21:00 +0000)] 
QoS: Improve saving enabled/disable state

It was reported that the QoS did not stop when
the user clicked the "stop" button. This patch
fixes that.

Fixes #10664

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Acked-by: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
8 years agoqosctrl: Cleanup code by replacing hardcoded paths
Michael Tremer [Tue, 5 Jan 2016 20:44:26 +0000 (20:44 +0000)] 
qosctrl: Cleanup code by replacing hardcoded paths

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore97: Ship updated openvpn package
Michael Tremer [Mon, 4 Jan 2016 22:46:13 +0000 (22:46 +0000)] 
core97: Ship updated openvpn package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoopenvpn: Update to version 2.3.7, added --verify-x509-name directive.
Erik Kapfer [Tue, 7 Jul 2015 11:13:35 +0000 (13:13 +0200)] 
openvpn: Update to version 2.3.7, added --verify-x509-name directive.

The tls-remote directive is deprecated and will be removed with
OpenVPN version 2.4 . Added instead --verify-x509-name HOST name
into ovpnmain.cgi.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agobind: Update to 9.10.3-P2
Matthias Fischer [Sat, 26 Dec 2015 23:20:13 +0000 (00:20 +0100)] 
bind: Update to 9.10.3-P2

Changelog:

[security]
Update allowed OpenSSL versions as named is potentially
vulnerable to CVE-2015-3193.

[maint]
H.ROOT-SERVERS.NET is 198.97.190.53 and 2001:500:1::53. [RT #40556]

[security]
Insufficient testing when parsing a message allowed
records with an incorrect class to be be accepted,
triggering a REQUIRE failure when those records
were subsequently cached. (CVE-2015-8000) [RT #40987]

[security]
Address fetch context reference count handling error
on socket error. (CVE-2015-8461) [RT#40945]

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore97: Ship dnsmasq
Michael Tremer [Mon, 28 Dec 2015 14:37:02 +0000 (15:37 +0100)] 
core97: Ship dnsmasq

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agodnsmasq 2.75: latest patches from upstream
Matthias Fischer [Thu, 24 Dec 2015 09:17:16 +0000 (10:17 +0100)] 
dnsmasq 2.75: latest patches from upstream

Same procedure as... :-)

Best to all for xmas and 2016!

Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore97: Ship pgrep with the updater
Michael Tremer [Mon, 28 Dec 2015 14:30:13 +0000 (15:30 +0100)] 
core97: Ship pgrep with the updater

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoncurses: rootfile update.
Arne Fitzenreiter [Sat, 26 Dec 2015 16:37:53 +0000 (17:37 +0100)] 
ncurses: rootfile update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agodnsdist: rootfile update.
Arne Fitzenreiter [Sat, 26 Dec 2015 16:34:13 +0000 (17:34 +0100)] 
dnsdist: rootfile update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agodiffutils: rootfile update.
Arne Fitzenreiter [Sat, 26 Dec 2015 16:33:30 +0000 (17:33 +0100)] 
diffutils: rootfile update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agogcc: include libstdc++ to rootfile
Arne Fitzenreiter [Sat, 26 Dec 2015 12:16:59 +0000 (13:16 +0100)] 
gcc: include libstdc++ to rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agovdr_eepg: fix source download.
Arne Fitzenreiter [Fri, 25 Dec 2015 11:45:05 +0000 (12:45 +0100)] 
vdr_eepg: fix source download.

the external server has changed the compression so the md5 has changed.
Always use the IPFire server as primary download source.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore96: remove rrd ramdisk entry from fstab
Arne Fitzenreiter [Wed, 23 Dec 2015 10:32:53 +0000 (11:32 +0100)] 
core96: remove rrd ramdisk entry from fstab

8 years agokernel: apply arm-multi grsecurity fixes only at arm-multi build
Arne Fitzenreiter [Wed, 23 Dec 2015 09:14:26 +0000 (10:14 +0100)] 
kernel: apply arm-multi grsecurity fixes only at arm-multi build

8 years agodnsdist: New package
Michael Tremer [Thu, 10 Dec 2015 21:25:27 +0000 (21:25 +0000)] 
dnsdist: New package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agolua: New package
Michael Tremer [Thu, 10 Dec 2015 21:10:06 +0000 (21:10 +0000)] 
lua: New package

Simple scripting language. Supposed to be fast. Needed for dnsdist.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoDisable packaging mediatomb
Michael Tremer [Tue, 22 Dec 2015 22:27:10 +0000 (22:27 +0000)] 
Disable packaging mediatomb

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agolinux: Fix build of kernel and headers package
Michael Tremer [Tue, 22 Dec 2015 22:25:18 +0000 (22:25 +0000)] 
linux: Fix build of kernel and headers package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore96: Regenerate language cache
Michael Tremer [Tue, 22 Dec 2015 15:10:31 +0000 (15:10 +0000)] 
core96: Regenerate language cache

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agolinux: Backport Hyper-V network driver
Michael Tremer [Tue, 15 Dec 2015 18:30:56 +0000 (18:30 +0000)] 
linux: Backport Hyper-V network driver

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agokernel: Add grsecurity compile fix
Michael Tremer [Sat, 12 Dec 2015 15:31:33 +0000 (15:31 +0000)] 
kernel: Add grsecurity compile fix

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agomediatomb: Disable build because it FTBFS
Michael Tremer [Fri, 4 Dec 2015 22:11:49 +0000 (22:11 +0000)] 
mediatomb: Disable build because it FTBFS

The upstream project seems to be dead

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agogcc: Update armv5tel rootfile
Michael Tremer [Thu, 10 Dec 2015 17:47:33 +0000 (17:47 +0000)] 
gcc: Update armv5tel rootfile

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agogcc: Update x86_64 rootfile
Michael Tremer [Thu, 10 Dec 2015 14:40:36 +0000 (14:40 +0000)] 
gcc: Update x86_64 rootfile

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agogcc: Update to version 4.9.3
Michael Tremer [Fri, 4 Dec 2015 21:24:14 +0000 (21:24 +0000)] 
gcc: Update to version 4.9.3

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoglibc: Fix headers to build with new GCC
Michael Tremer [Fri, 4 Dec 2015 21:22:30 +0000 (21:22 +0000)] 
glibc: Fix headers to build with new GCC

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agolibmpc: New package
Michael Tremer [Fri, 4 Dec 2015 21:21:32 +0000 (21:21 +0000)] 
libmpc: New package

A dependency for GCC

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore97: Ship updated bind package
Michael Tremer [Tue, 22 Dec 2015 12:34:59 +0000 (12:34 +0000)] 
core97: Ship updated bind package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoCreate Core Update 97
Michael Tremer [Tue, 22 Dec 2015 12:34:18 +0000 (12:34 +0000)] 
Create Core Update 97

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMove Core Update 96 to oldcore
Michael Tremer [Tue, 22 Dec 2015 11:11:24 +0000 (11:11 +0000)] 
Move Core Update 96 to oldcore

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agobind: Update to 9.10.3
Matthias Fischer [Sat, 7 Nov 2015 06:33:57 +0000 (07:33 +0100)] 
bind: Update to 9.10.3

bind: Update to 9.10.3

Security fixes:
An incorrect boundary check in the OPENPGPKEY rdatatype could trigger an assertion failure. This flaw is disclosed in CVE-2015-5986. [RT #40286]

A buffer accounting error could trigger an assertion failure when parsing certain malformed DNSSEC keys.
This flaw was discovered by Hanno Böck of the Fuzzing Project, and is disclosed in CVE-2015-5722. [RT #40212]

A specially crafted query could trigger an assertion failure in message.c.
This flaw was discovered by Jonathan Foote, and is disclosed in CVE-2015-5477. [RT #40046]

On servers configured to perform DNSSEC validation, an assertion failure could be triggered on answers from a specially configured server.
This flaw was discovered by Breno Silveira Soares, and is disclosed in CVE-2015-4620. [RT #39795]

Bug fixes:
Asynchronous zone loads were not handled correctly when the zone load was already in progress; this could trigger a crash in zt.c. [RT #37573]

A race during shutdown or reconfiguration could cause an assertion failure in mem.c. [RT #38979]

Some answer formatting options didn't work correctly with dig +short. [RT #39291]

Malformed records of some types, including NSAP and UNSPEC, could trigger assertion failures when loading text zone files. [RT #40274] [RT #40285]

Fixed a possible crash in ratelimiter.c caused by NOTIFY messages being removed from the wrong rate limiter queue. [RT #40350]

The default rrset-order of random was inconsistently applied. [RT #40456]

BADVERS responses from broken authoritative name servers were not handled correctly. [RT #40427]

Several bugs have been fixed in the RPZ implementation.

For a complete list, see:
https://kb.isc.org/article/AA-01306/0/BIND-9.10.3-Release-Notes.html

Regards,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore96: Correctly call qosctrl
Michael Tremer [Tue, 22 Dec 2015 10:27:26 +0000 (10:27 +0000)] 
core96: Correctly call qosctrl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore96: Fix deleting the old ramdisk directory
Michael Tremer [Tue, 22 Dec 2015 10:26:27 +0000 (10:26 +0000)] 
core96: Fix deleting the old ramdisk directory

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore96: set pakfire version to 96.
Arne Fitzenreiter [Sun, 20 Dec 2015 19:19:43 +0000 (20:19 +0100)] 
core96: set pakfire version to 96.

8 years agocurl: Fix certificate validation
Michael Tremer [Sat, 19 Dec 2015 14:12:29 +0000 (14:12 +0000)] 
curl: Fix certificate validation

curl did not find the certificate bundle so that server
certificates could not be verified.

Fixes #10995

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agostrongswan: Update to 5.3.5
Michael Tremer [Sat, 19 Dec 2015 14:09:10 +0000 (14:09 +0000)] 
strongswan: Update to 5.3.5

Also ships a fix for #853 upstream.

Fixes #10998

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore96: Ship updated grub
Michael Tremer [Fri, 18 Dec 2015 23:42:15 +0000 (23:42 +0000)] 
core96: Ship updated grub

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agogrub 2.00: Bugfix for CVE-2015-8370
Matthias Fischer [Fri, 18 Dec 2015 20:28:52 +0000 (21:28 +0100)] 
grub 2.00: Bugfix for CVE-2015-8370

See: http://hmarco.org/bugs/CVE-2015-8370-Grub2-authentication-bypass.html

"A vulnerability in Grub2 has been found. Versions from 1.98 (December, 2009)
to 2.02 (December, 2015) are affected. The vulnerability can be exploited
under certain circumstances, allowing local attackers to bypass any kind of
authentication (plain or hashed passwords). And so, the attacker may take
control of the computer."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agodnsmasq 2.75: latest upstream patches ;-)
Matthias Fischer [Fri, 18 Dec 2015 14:11:25 +0000 (15:11 +0100)] 
dnsmasq 2.75: latest upstream patches ;-)

The neverending story continues...

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agodnsmasq 2.75: latest upstream patches
Matthias Fischer [Wed, 16 Dec 2015 20:42:41 +0000 (21:42 +0100)] 
dnsmasq 2.75: latest upstream patches

Since 'Makefile' was affected, I had to rewrite
'dnsmasq-Add-support-to-read-ISC-DHCP-lease-file.patch', too.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoSquid-Accounting: Bugfix & clean up data
Alexander Marx [Thu, 17 Dec 2015 10:31:30 +0000 (11:31 +0100)] 
Squid-Accounting: Bugfix & clean up data

There was a Bug in the addon so that no data was displayed because of a
typo. Additionally the computeraccounts are now filtered out of
trafficdata collection.
Only Proxy/AD/LDAP Accounts and IP adresses are collected.

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoRootfile update
Michael Tremer [Tue, 15 Dec 2015 18:32:55 +0000 (18:32 +0000)] 
Rootfile update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMidnight Commander 4.8.15: Update for rootfile
Matthias Fischer [Sun, 13 Dec 2015 17:04:40 +0000 (18:04 +0100)] 
Midnight Commander 4.8.15: Update for rootfile

There was a syntax file which I overlooked...

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore96: Ship rules.pl
Michael Tremer [Tue, 15 Dec 2015 13:54:04 +0000 (13:54 +0000)] 
core96: Ship rules.pl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoBUG10994: SNAT rules are missing the outgoing interface
Alexander Marx [Mon, 7 Dec 2015 14:57:32 +0000 (15:57 +0100)] 
BUG10994: SNAT rules are missing the outgoing interface

When creating SNAT rules, the outgoing interface is not set. As a side
effect, traffic that should be send unnatted to a vpn tunnel can be
natted which is a BUG.
With this patch the SNAT rules are getting a outgoing interface
according to the configuration. When selecting the RED Target network,
all SNAT rules will be configured with "-o red0". Otherwise if "all" is
selected, there is no interface in the rule, which matches all networks.

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoramdisk: Backup ramdisks once a night
Michael Tremer [Tue, 15 Dec 2015 13:47:52 +0000 (13:47 +0000)] 
ramdisk: Backup ramdisks once a night

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agontp: Prefer local clock
Michael Tremer [Tue, 15 Dec 2015 12:49:27 +0000 (12:49 +0000)] 
ntp: Prefer local clock

For some reason, ntp won't use a local clock even if it is
there and up and running. Therefore we need to "prefer" our
only source of time.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Tested-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
8 years agontp 4.2.8p4: Update for rootfile
Matthias Fischer [Mon, 14 Dec 2015 23:07:10 +0000 (00:07 +0100)] 
ntp 4.2.8p4: Update for rootfile

'/usr/share/ntp/lib/NTP/Util.pm' is needed for 'ntptrace'
to run correctly

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agontp: Fix syncing with local clock
Michael Tremer [Tue, 15 Dec 2015 12:37:16 +0000 (12:37 +0000)] 
ntp: Fix syncing with local clock

This is a bug that was introduced with the latest release
from upstream

Fixes #10997
Upstream: http://bugs.ntp.org/show_bug.cgi?id=2965

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agonano: Update to 2.5.0
Matthias Fischer [Sun, 13 Dec 2015 17:54:25 +0000 (18:54 +0100)] 
nano: Update to 2.5.0

Changelog: http://www.nano-editor.org/dist/v2.5/ChangeLog

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoarping 2.15: Update for rootfile
Matthias Fischer [Sun, 13 Dec 2015 17:58:10 +0000 (18:58 +0100)] 
arping 2.15: Update for rootfile

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoSpeed up rootfile generation
Michael Tremer [Sat, 12 Dec 2015 17:06:10 +0000 (17:06 +0000)] 
Speed up rootfile generation

The old usage of find walked through the entire filesystem tree
and excluded some paths from being printed. The more efficient
solution is to skip walking through excluded directories entirely.

This is a slight speedup of the build process by a few minutes.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoarping: Update to 2.15
Matthias Fischer [Sat, 12 Dec 2015 13:10:16 +0000 (14:10 +0100)] 
arping: Update to 2.15

arping: Update to 2.15

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoUpdate rootfiles
Michael Tremer [Sat, 12 Dec 2015 11:52:18 +0000 (11:52 +0000)] 
Update rootfiles

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoramdisk: Remove temporary directory recursively
Michael Tremer [Sat, 12 Dec 2015 11:46:02 +0000 (12:46 +0100)] 
ramdisk: Remove temporary directory recursively

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoramdisk: Fix copying files
root [Sat, 12 Dec 2015 11:35:24 +0000 (12:35 +0100)] 
ramdisk: Fix copying files

The shell expansion wasn't used because of the quotation marks.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoconnections.cgi: Fix page crash with IPsec connections with one subnet only
Michael Tremer [Sat, 12 Dec 2015 09:50:19 +0000 (09:50 +0000)] 
connections.cgi: Fix page crash with IPsec connections with one subnet only

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore96: Ship missing libnet
Michael Tremer [Fri, 11 Dec 2015 18:48:19 +0000 (18:48 +0000)] 
core96: Ship missing libnet

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agolibnet 1.1.6: Fix for rootfile
Matthias Fischer [Sat, 5 Dec 2015 19:11:59 +0000 (20:11 +0100)] 
libnet 1.1.6: Fix for rootfile

libnet 1.1.6: Fix for rootfile

See: https://forum.ipfire.org/viewtopic.php?f=27&t=15377, "error with
arping and libnet.so.1"
Should fix: Bug #10996 / https://bugzilla.ipfire.org/show_bug.cgi?id=10996

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoclamav: Update to 0.99
Matthias Fischer [Sat, 5 Dec 2015 03:12:51 +0000 (04:12 +0100)] 
clamav: Update to 0.99

clamav: Update to 0.99

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore96: Ship updated rrdtool
Michael Tremer [Fri, 11 Dec 2015 18:43:39 +0000 (18:43 +0000)] 
core96: Ship updated rrdtool

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agorrdtool: Update to 1.5.5
Matthias Fischer [Sat, 5 Dec 2015 03:08:49 +0000 (04:08 +0100)] 
rrdtool: Update to 1.5.5

rrdtool: Update to 1.5.5

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMidnight Commander: Update to 4.8.15
Matthias Fischer [Thu, 3 Dec 2015 18:09:45 +0000 (19:09 +0100)] 
Midnight Commander: Update to 4.8.15

Removed uncognized option: --with-samba

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore96: Ship routing.cgi
Michael Tremer [Thu, 10 Dec 2015 16:38:36 +0000 (16:38 +0000)] 
core96: Ship routing.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoBUG10993: fix errormessage when editing static routes
Alexander Marx [Mon, 7 Dec 2015 13:36:31 +0000 (14:36 +0100)] 
BUG10993: fix errormessage when editing static routes

When editing existing static routes and clicking on apply button, there
was an errormessage saying that this route is already in use.
Now the errormessage is only displayed if a new route has the same ip
than an existing one.

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agodma: Import patch for better authentication
Michael Tremer [Thu, 10 Dec 2015 16:35:09 +0000 (16:35 +0000)] 
dma: Import patch for better authentication

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoUpdate translations
Michael Tremer [Fri, 4 Dec 2015 22:22:55 +0000 (22:22 +0000)] 
Update translations

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoUpdate rootfiles
Michael Tremer [Fri, 4 Dec 2015 22:22:41 +0000 (22:22 +0000)] 
Update rootfiles

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agolibpri: Honour CFLAGS
Michael Tremer [Fri, 4 Dec 2015 22:13:44 +0000 (22:13 +0000)] 
libpri: Honour CFLAGS

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